@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}



/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}

body {
  width: 100% !important;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  z-index: 1;

  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
  animation: show 1.6s ease 0s 1 normal;
}

body {
  font-family: 'Century Gothic', 'Century Gothic Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@keyframes show {
	0% {
		opacity:0;
                                                                filter: blur(10px);
	}
	100% {
		opacity:1;
                                                                filter: blur(0);
	}
}




/* ルビ */
[data-ruby] {
   position: relative;
}
[data-ruby]::before {
   content: attr(data-ruby);
   position: absolute;
   top: -1.2em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.5em;
   zoom: 0.5;
}

[data-ruby2] {
   position: relative;
}
[data-ruby2]::before {
   content: attr(data-ruby2);
   position: absolute;
   top: -3.5em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.4em;
   zoom: 0.5;
}

.ls {
  letter-spacing: -1em;
}


.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}




main img {
  width: 100%;
}

main p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;  
  margin-bottom: 2%;
  text-indent: 1rem;
}

.spacer1 {
  letter-spacing: -0.01em;
}


.article_header {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
  z-index:1;
  background: #00001f url(bg_mv.jpg) top center / cover no-repeat;
  padding-top: 50px;
}

.article_header2 {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
  z-index:1;
  background: #00001f url(bg_mv2.jpg) top center / cover no-repeat;
  padding-top: 50px;
}

.head_img_01 {
  margin: 0 auto;
  width: calc(100% - 200px); /* android view point */
  height: 0;
  padding-top: calc(560/1050 * (100% - 200px)); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  border-radius: 20px;
}

.head_img_02 {
  margin: 0 auto;
  width: 50%; /* android view point */
  height: 0;
  padding-top: calc(280/525 * 50%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  position: relative;
  border-radius: 20px;
}


.main_ttl {
  position: relative;
  width: 840px;
  height: 0;
  padding-top: calc(300/840 * 840px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) bottom center / cover no-repeat;
  margin: -300px auto 0;
}

.main_ttl2 {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: calc(280/525 * 50%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl2.png) top center / cover no-repeat;
  margin: 0;
}


h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}


.br1 {
  display: none;
}

.br2 {
}

.header_flex {
  width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 50px;
}

.p2_sp_header {
  display: none;
}

.p2_title_box {
  width: 50%;
  position: relative;
}

.p2_h1 {
  width: calc(100% - 30px);
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1.8rem), 4rem);
  line-height: 1.3;
   font-weight: 700;
   margin-left: 30px;
   margin-top: 30px;
  padding-top: 30px;
  padding-right:20px;
  border-top: 2px solid #54ff97;
   letter-spacing: -0.005em;
   color: #fff;
  display: block;
}


.leadarea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
}


.lead {
  max-width: 940px;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: justify;
 color: #fff;
  margin: 0 auto;
  padding: 0 40px 40px;
  position: relative;
  z-index: 10;
}

.lead_right {
  font-size: 0.9rem;
  text-align: right;
}

.lead a {
 color: #fff;
}

.sml_txt {
  font-size: 90%;
}



.add_border {
  border-top: 4px solid #00395a;
}

.add_border2 {
  display: none;
}

.add_border3 {
  border-top: 1px solid #fff;
}

.add_border4 {
  padding: 30px 0 !important;
  border-bottom: 1px solid #dedede;
}



.quot {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Merino, Osaka, sans-serif;
}

.sec1 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.bg_sec {
  background: #f1f6f9;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  color: #000;
  position:relative;
  z-index:5;
}


.no_indent {
  text-indent: 0 !important;
}

.bd1 {
  border-radius: 0 0 5px 5px;
}

.box_h2 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}

h2 {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 40px;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.2rem, calc(1.2vw + 1.8rem), 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #00395a;
  position: relative;
  background: #fff;
}

h2:before {
  content:'';
  position: absolute;
  width: 154px;
  height: 154px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  background: url(bg_h2.svg) top center / cover no-repeat;
  z-index: -1;
  overflow: hidden;
}

.interviewer_text {
  padding: 10px 0 3%;
  color: #555;
  font-weight: bold;
  margin-bottom: 3%;
  border-bottom: 1px solid #babdbc;
overflow: hidden;
}

.interviewer_text2 {
  padding: 3% 0 3%;
  color: #555;
  font-weight: bold;
  margin-top: 3%;
  margin-bottom: 3%;
  border-top: 1px solid #babdbc;
  border-bottom: 1px solid #babdbc;
overflow: hidden;
}


.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.bg_3 {
  background: #f7f7f7;
  padding: 15px 30px;
}



h3 {
  margin: 3% auto 1% !important;
  padding: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.profile {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #000;
  text-align: justify;
}

.name_1 {
  font-weight: bold;
  color: #002d2d;
}

.name_2 {
  font-weight: bold;
  color: #009156;
}

.name_area {
  width: 100%;
  padding: 12px 0 5px;
  bottom: 0;
  left:0;
  width: 100%;
}

.name_1_line, .name_2_line {
  position: relative;
}

.name_1_line:before {
  content:'';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #8900c5;
}

.name_2_line:before {
  content:'';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #86ed78;
}

.name_area2_box {
  display: flex;
  justify-content: flex-end;  
}

.name_area2 {
  width: 100%;
  max-width: 290px;
}

.name {
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: left;
  color: #000;
  width: 100%;
  position: relative;
}

.name_right {
  text-align: right;
}

.name_large {
  font-size: 1.2rem;
  line-height: 2.5;
  vertical-align: baseline;
}

.name_large2 {
  font-size: 1.25rem;
  line-height: 2;
  vertical-align: baseline;
}

@-moz-document url-prefix() {
.name_large2 {
  font-size: 1.25rem;
  line-height: 2.2;
  vertical-align: baseline;
}
}

#note_text {
  padding: 10px 10%;
  color: #333;
  font-size: 0.87rem;
  line-height: 1.5;
  text-align:center;
}


.img_add {
  float: right;
  position: relative;
  width: 300px;
  margin: 5px 0 20px 40px;
  padding: 0 0 5px;
  border-bottom: 2px solid #08c6c6;
}

.img_add img, .img_add2 img {
  width: 100%;
  border-radius: 10px;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 5px 40px 20px 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #08c6c6;
}


footer {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}


.button-4 a{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2rem 2% 2rem;
  margin: 0 auto;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1.1rem;
  font-weight:bold;
  line-height: 1.2;
background: #00395a;
  color:#FFF;
  vertical-align: middle;
}

.button-4 a:hover {
  opacity:0.8;
}

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                width: 100%;
                                max-width: 500px;
                                margin: 0 auto;
                                align-items: center;
  transition:all .5s ease;
}

.flex-item:nth-child(1) {
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
                                text-align: center;
                                align-self: center;
                                position: relative;
                                font-size: 1.3rem;
}

.flex-item:nth-child(1):before {
                                content:'';
                                position: absolute;
                                top: 50%;
                                right: 0;
                                transform: translateY(-50%);
                                width: 198px;
                                height: 198px;
                                background: url(bg_next.png) 50% 50% no-repeat;
                                overflow: hidden;
}


.flex-item:nth-child(2) {
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
                                padding: 5px 15px;
                                text-align: left;
                                color: #fff;
                                font-weight: bold;
                                font-size: 1rem;
                                line-height: 1.4;
}


.b_txt {
  font-weight: bold;
}

.logo {
  margin: 4% auto 2%;
  width: 250px;
  text-align: center;
}



.localFooter {
  line-height: 150%;
}

/* pager */
.pager {
   overflow: hidden;
  margin: 30px auto 0;
  padding: 2px 0;
  width: 100%;

}
 
.pager ul {
   list-style: none;
   position: relative;
   left: 50%;
   float: left;
}
 
.pager ul li {
   margin: 0 5px;
   position: relative;
   left: -50%;
   float: left;
}

.pager ul li span,
.pager ul li a {
   display: block;
   font-size: 16px;
   padding: 0.7em 0.9em;
   font-weight: bold;
}
 
.pager ul li a {
   color: #002d2d;
   text-decoration: none;
   border-radius: 3px;
}
 
.pager ul li a:hover {
  background:#1cbcf5;
  color: #fff;
   border-radius: 3px;
}

.current {
   color: #002d2d;
}

.img_box {
  margin: 30px auto 0;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(420/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_03.jpg) top center / cover no-repeat;
  position: relative;
}

.img_box4 {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
  padding: 0;
  text-align: center;
  position: relative;
}

.img_box4 img {
  width: 100%;
  border-radius: 20px;
}

.box4_item1 {
  width: 53%;
}

.box4_item2 {
  width: 45%;
}

.add_img_bdr {
  border: 1px solid #CCC;
}

.img_box5 {
  width: 100%;
  margin: 0 auto;
  padding:2% 0;
  border-top: 1px solid #002d2d;
  text-align: center;
}

.bnr_box0108 {
  width: 930px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: 1px solid #002d2d;
}


.bnr_item0108:nth-child(1) {
  width: 56.99%;
  background: #002d2d;
}

.bnr_item0108:nth-child(2) {
  width: 43.01%;
  background: #e7e7e7;
}


.bnr_box0108 img {
  width: 100%;
}

.caption {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 30px;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000;
  text-align: justify; 
}


.caption2 {
  width: 80%;
  margin: 30px auto ;  
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000;
  text-align: center; 
}


.bnr_area {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #243F40;
}

.bnr_box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;

}

.bnr_box img {
  width: 100%;
  padding-bottom: 10px;
  
}

.img_box2 {
  width: 100%;
  margin: 3% auto 0;
  text-align: center;
}

/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
  vertical-align: baseline;
}

.ovr_txt {
  overflow: auto;
}


.btn_area {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  background: #000;
}


.arrow-button{
   color: #FFF;
   font-size: 16px;
   font-weight: bold;
   line-height: 1;
   display: block;
   margin: 30px auto;
   padding: 1.5rem 1rem 1.4rem;
   position: relative;
   text-align: center;
   text-decoration: none;
   width: 94%;
   max-width: 380px;
   overflow: hidden;
   background: #0068b6;
  border-radius: 100vw;
transition: 0.3s;
}

.arrow-button:after {
  content:'';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(img_arrow.svg) top center no-repeat;
transition: 0.3s;
}

.arrow-button:hover {
  background: #002d2d;
  color: #fff;
}

.arrow-button:hover:after {
  content:'';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(img_arrow.svg) top center no-repeat;
}


.next {
  color: #fff;
}

.mt50 {
  margin-top: 50px;
}

.pt40 {
  padding-top: 40px;
}

.banner_area {
  width: 100%;
  border-top: 2px solid #002d2d;
  border-bottom: 2px solid #002d2d;
  padding: 40px 0;

}

.banner_area2 {
  width: 100%;
  border-top: 2px solid #002d2d;
  padding: 40px 0;
  background: #f5f5f5;
  position: relative;
}

.banner_area2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #002d2d;
}

.banner_box {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: center;  
}

.banner_box2 {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;  
  gap: 20px;
  position: relative;
  z-index: 5;
}

.banner_item1 {
  width: 49%;
}

.banner_item2 {
  width: 30%;
}

.banner_item1 img {
  width: 100%;
}

.banner_item2 img {
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
}

.banner_item2 img:hover {
  width: 100%;
  margin-left: 12px;
}

.ph_flex {
  width: 100%;
  margin: 30px auto;
  max-width: 94%;
  display: flex;
  position: relative;
  justify-content: center;
  background: #f1f6f9;
  border-radius: 20px;
}

.pf_item1 {
  position: relative;
  width: 50%;
  padding: 20px;
align-self: flex-end;
}

.pf_item2 {
  position: relative;
  width: 50%;
}

.pf_item2 img {
  width: 100%;
  border-radius: 20px;
}

.name_box {
  position: relative;
}

.name_spell {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 50%;
  height: auto;
  font-size: 0.9rem;
  color: #fff;
  text-align: right;
}

.pf_prof {
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.4;
  text-align: justify; 
}

.ph_box1 {
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  position: relative;
  background: #f5f5f5;
}

.ph_box1:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12%;
  background: #FFF;
}

.ph_box_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ph_box_inner img {
  width: 100%;
  border-radius: 5px;
}

.ph_box_gradation {
  margin: 0 auto;
  position: relative;
}

.ph_box_gradation:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002d2d+50,002d2d+100&0+50,0.5+100 */
background: linear-gradient(to bottom,  rgba(3,45,66,0) 0%,rgba(3,45,66,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.share_box {
  margin: 35px auto;
  padding: 0;
  position: relative;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}

.footer_sns_btn {
  text-align: center;
  margin: 15px auto 30px;
}

.footer_sns_btn img {
  height: 42px;
  border-radius: 100vw;
  padding: 5px;
}

.mt30 {
  margin-top: 10px;
}


.txt_wb {
}


.foot-border {
    display: flex;
    align-items: center;
    color: #000;
}
 
.foot-border:before,
.foot-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #b6c5ca;
}
 
.foot-border:before {
    margin-right: 1rem;
}
 
.foot-border:after {
    margin-left: 1rem;
}

.pb30 {
  padding-bottom: 30px;
}


@media screen and (max-width: 1399px) {

.header_flex {
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 50px;
}

.main_ttl {
  position: relative;
  width: 700px;
  height: 0;
  padding-top: calc(300/840 * 700px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) bottom center / cover no-repeat;
  margin: -250px auto 0;
}


}

@media screen and (max-width: 1199px) {

.header_flex {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 50px;
}

.head_img_01 {
  margin: 0 auto;
  width: calc(100% - 100px); /* android view point */
  height: 0;
  padding-top: calc(560/1050 * (100% - 200px)); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  border-radius: 20px;
}

.main_ttl {
  position: relative;
  width: 630px;
  height: 0;
  padding-top: calc(300/840 * 630px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) bottom center / cover no-repeat;
  margin: -225px auto 0;
}

}

@media screen and (max-width: 999px) {

main {
  padding-top: 0;
}


.article_header {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
  padding-top: 0;
  padding-bottom: 0;
}

.article_header2 {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
  padding-top: 0;
  padding-bottom: 0;
}

.head_img_01 {
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(560/1050 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  border-radius: 0;
}



.main_ttl {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(225/700 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center / cover no-repeat;
  margin: 0 auto;
}

.header_flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0;
}



.head_img_02 {
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(280/525 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  position: relative;
  border-radius: 0;
  order: 1;
}

.main_ttl2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(225/700 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center / cover no-repeat;
  margin: 0 auto;
  order:2;
}



.leadarea {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  padding-top: 4%;
}

.lead {
  width: 100%;
  max-width: 100%;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: justify;
 color: #fff;
  margin: 0 auto;
  padding: 0 3% 4%;
  position: relative;
  z-index: 10;
}


.sec1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 94%;
  padding:  0 0 3%;
}



h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, calc(1.2vw + 1.8rem), 1.8rem);
}

h3 {
  font-size: 1.3rem;
}


.img_box4 {
  width: 94% !important;
  margin: 0 auto;
  padding:2% 0 3%;
  text-align: center;
}

.caption2 {
  position: static;
  margin: 0 auto;
  width: 90%;
}

.img_box5 {
  padding:3% 0 2.5%;
}

.bnr_box0108 {
  width: 94%;
}

.button-4 a{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 4% 3%;
  margin: 0 auto;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1rem;
}


.img_add {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px 0 20px 30px;
  padding: 0;
}

.img_add img, .img_add2 img {
  width: 100%;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 30px 20px 0;
  padding: 0;
}

.name_area {
  width: 100%;
  max-width: 100%;
}



.name_area2 {
  width: 100%;
  max-width: 100%;
}


.caption {
  position:relative;
  bottom: 0;
  left: 0;
  margin: 10px auto;
  width: 80%;
}


}



@media screen and (max-width: 767px) {

.head_catch {
  font-size: clamp(1.1rem, calc(1vw + 1.5rem), 1.5rem);
}



.lead {
  font-size: 1rem;
  line-height: 1.6;

}

.box_h2 {
  margin: 0 auto 2%;
  padding: 3% 0 2%;
  border-bottom: 2px solid #08c6c6;
}


h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, calc(1.2vw + 1.8rem), 1.8rem);
  margin: 0 auto;
}

h2:before {
  display: none;
}

h3 {
  font-size: 1.25rem;
}


#note_text {
  margin-top: 10px !important;
  padding: 10px 3% 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align:center;
}

.img_box4 {
  width: 94%;
}


}

@media screen and (max-width: 639px) {

main p {
  line-height: 1.7;
}


.head_catch {
  font-size: clamp(1rem, calc(1vw + 1.4rem), 1.4rem);
}

.p1_h1 {
  font-size: clamp(1rem, calc(1vw + 1.35rem), 3.5rem);
}



.rb_1 {
        line-height: 150%;              
}


h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, calc(1.2vw + 1.4rem), 1.4rem);
}


h3 {
  font-size: 1.2rem;
}


.img_box4 {
  width: 94%;
}

.img_box4 img {
  width: 100%;
}


.img_box2 img {
  width: 70%;
}

#note_text {
  text-align: left !important;
}
#note_text br {
  display: none;
}

.img_add {
  float: none;
  width: 280px;
  margin: 20px auto;
  padding: 15px 5px;
}


.img_add2 {
  float: none;
  width: 280px;
  margin: 20px auto;
  padding: 15px 5px;
}


.banner_box {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;  
}

.banner_item1 {
  width: 100%;
}

.ph_flex {
  width: 70%;
  margin: 20px auto;
  max-width: 70%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.pf_item1 {
  position: relative;
  width: 100%;
  margin-top: 0;
  order: 1;
}

.pf_item2 {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  order: 2;

}

}


@media screen and (max-width: 479px) {


.head_catch {
  font-size: clamp(1.1rem, calc(1vw + 1.2rem), 1.2rem);
}

.p1_h1 {
  font-size: clamp(1rem, calc(1vw + 1.2rem), 3rem);
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 94%;
  padding:  0 0 3%;
}


.name_area {
  width: 100%;
  padding: 12px 0 5px;
  bottom: 0;
  left:0;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.name {
  color: #000;
}


h2 {
  font-size: clamp(1.1rem, calc(1.1vw + 1.1rem), 1.5rem);
}

.pager ul li span,
.pager ul li a {
   font-size: 13px;
}

.button-4 a{
  padding: 5% 3%;
}

.banner_box2 {
  width: 94%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 5;
}

.banner_item2 {
  width: 90%;
  margin: 0 auto;
}


.caption {
  margin: 10px auto;
  width: 92%;
}


.mt30 {
  margin-top: 30px;
}

.img_box {
  margin: 4% auto 0;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(840/600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_03.jpg) top center / cover no-repeat;
  position: relative;
}

.ph_flex {
  width: 100%;
  margin: 20px auto;
  max-width: 100%;
}


.txt_wb {
  word-break: break-all;
}

}

@media screen and (max-width: 375px) {

.leadarea {
  background: #00395a;
}

.br2 {
  display: none;
}

}

@media screen and (min-width: 1920px) {

.article_header, main, footer, .wrap {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}


}


