@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&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 )";
}

/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}


body {
  margin: 0;
  padding: 0;
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
 
  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;
  font-feature-settings: "palt";
  background: #fff;
}

/* 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.75ex;
  font-size:90%;
}


.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #000;
  animation: show 1.8s ease 0s 1 normal;
}

@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}



.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}


.bg_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(bg_header.jpg) top center no-repeat;
  background-size: auto 680px;
  position: relative;
  overflow: hidden;
}

.title_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}


.title_box:before {
  content: '';
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 0;
  height: 60px;
  border-image-source: linear-gradient(#4bc0ed,#4bc0ed);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}


.head_img_01 {
  position: relative;
  width: 100%;
  padding-top: calc(580/1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
}


.main_ttl {
  position: absolute;
  bottom: 50px;
  left: 0;
  height: 0;
  padding-top: calc(580/1100 * 100%);
  background: url(img_ttl.svg)top center / cover no-repeat;
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  background: #050a33;
}


.lead {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  color: #fff;
  font-weight: bold;
}

.article_header2 {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  background: url(bg_header2.jpg) top center no-repeat;
  background-size: auto 330px;
}


.p2_header_box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}



.p2_header_box .item1 {
  width: 50%;
  height: 0;
  padding-top: calc(330/600 * 50%);
  background: url(img_ttl2.svg)top left / cover no-repeat;
  z-index:3;
}

.p2_header_box .item2 {
  width: 50%;
  height: 0;
  padding-top: calc(330/600 * 50%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top left / cover no-repeat;
  z-index:2;
}

.p2_header_box .item1 img, .p2_header_box .item2 img{
  width: 100%;
  overflow: hidden;
}



main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index:1;
}

main img {
  width: 100%;
}

main p {
  font-size: 17px;
  line-height: 2;
  text-align: justify;
  padding-bottom: 2%;
  color: #000;
  font-weight: 400;
}



.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.sec1:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(bg_main_t.svg) top left no-repeat;
  background-size: auto 260px;
  overflow: hidden;
}

.sec1:after {
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 260px;
  background: url(bg_main_b.svg) bottom right no-repeat;
  background-size: auto 260px;
  overflow: hidden;
}

.bg_color {
  background: #f7f7f7;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;

  height: 100%;
  margin: 0 auto;
  padding: 2% 30px 0;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 99;
}

.pt10 {
  padding-top: 10px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

h2 {
  margin: 30px  auto 25px;
  padding: 0 20px 15px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1d2188;
  position: relative;
  text-align: center;
}

h2:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  bottom: 10px;
  left: 0;
  background: url(img_h2.svg) bottom left no-repeat;
  overflow: hidden;
}

h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  bottom: 10px;
  right: 0;
  background: url(img_h2.svg) bottom right no-repeat;
  overflow: hidden;
}



.dropcap:first-letter {
    font-size: 3.5rem;/*文字の大きさ*/
  font-family: 'Noto Serif JP', serif;
    margin-right: 6px;
    margin-top: 0;
    float: left;
    line-height: 1;/*必要*/
    color: #1d345b;
}

.sub_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.h3_box {
  width: 12%;
}

.h4_box {
  width: 87%;
}

h3 {
  margin: 1rem -10px;
  padding: 10px 16px 10px 12px;
  background: #0033b4;

  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #000;
  display: inline;
  border-radius: 0 100vh 100vh 0;
}


h3:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #101d64;
  border-left: 10px solid transparent;
}

.small_h3 {
  font-size: 75%;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.large_h3 {
  font-size: 125%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h4 {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #101d64;
}

h5 {
  width: 100%;
  position: relative;
  margin: 15px auto ;
  padding-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #101d64;
}

h5:before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 30px;
  height: 30px;
  background: url(img_triangle.svg) 50% 50% no-repeat;
}

.case_box {
  width: 100%;
  margin: 40px auto 0;
  padding: 20px 0 0;
  position: relative;
  background: #f3f3f3;
  text-align: left;
  border-radius: 5px;
}

.case_inner {
  margin: 0 auto;
  padding: 20px;
}

.case_inner p {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
  text-indent: 0.95rem;
  padding-bottom: 1.5%;
  color: #000;
}

.txt0 {
padding-left:0.5rem;
text-indent:-0.5rem;
}

.txt01 {
padding-left:3em;
}

.ph_flex {
   width: 100%;
   margin: 60px auto;
   padding: 0 0 10px;
   display: flex;
   justify-content: space-between;
   position: relative;
}

.pf_item1 {
   position: relative;
   width: 290px;
  align-self: flex-end;
  z-index:2;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4bc0ed+0,1372b3+100 */
background: linear-gradient(to right,  rgba(75,192,237,1) 0%,rgba(19,114,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 15px 15px 8px;
}

.pf_txt {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 2%;
}

.pf_item2 {
   position: relative;
   width: 580px;
   align-self: flex-end;
  margin-left: -70px;
   margin-right: 100px;
   background: #4bc0ed; 
}

.pf_item2:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  border-image-source: linear-gradient(#4bc0ed,#4bc0ed);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0;
}

.pf_item3 {
   position: relative;
   width: 580px;
   align-self: flex-end;
   margin-left: 100px;
   background: linear-gradient(to right,  rgba(75,192,237,1) 0%,rgba(19,114,179,1) 100%); 
}

.pf_item3:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-image-source: linear-gradient(#4bc0ed,#4bc0ed);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}



.pf_item4 {
   position: relative;
   width: 290px;
  align-self: flex-end;
  z-index:2;
  margin-left: -70px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4bc0ed+0,1372b3+100 */
background: linear-gradient(to right,  rgba(75,192,237,1) 0%,rgba(19,114,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 15px 15px 8px;
}

.pf_item1 img,
.pf_item2 img,
.pf_item3 img,
.pf_item4 img {
   width: 100%;
}




.pf_name {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.4;
   color: #FFF;
   text-align: left;
}

.name_area {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;

}

.name {
  margin: 0;
  padding-right: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  color: #000;
  width: 100%;
}

.name_large {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
  vertical-align: baseline;
}

.img_box1 {
  width: 100%;
  margin: 20px auto;
}

.img_box1 img {
  width: 100%;
}

.img_area {
  width: 100%;
  margin: 0 auto;
}

.img_area img {
  border-radius: 10px;
}

.img_box2 {
  width: 90%;
  max-width: 450px;
  margin: 20px auto;
  position: relative;
}

.img_box2 img {
  width: 100%;
}

.zoom {
  position: relative;
}

a.zoom:before {
  content: "＋zoom";
  position: absolute;
  background-color: #30acc6;
  color: #fff;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 5px 2px 10px;
  border-radius: 8px 0 0 8px;
  transition: all .3s;
}

a.zoom img:hover {
  opacity: 0.7;
}

a.zoom:hover:before {
  opacity: 0.7;
}

.caption {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 20px;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
  text-justify:inter-ideograph;  
}

.caption2 {
  width: 98%;
  max-width: 640px;
  margin: 0 auto 30px;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
  text-justify:inter-ideograph;  
}

.caption_01 {
                                margin: 10px auto; 
  width: 80%;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.7;
                                text-align: left;
                                
}

.cap_sub {
                                background: #e90029;
                                color: #FFF;
                                padding: 0.1em 0.5em;
                                margin-right: 0.5em;
                                font-weight: bold;
                                border-radius: 2px;                                
}

.cap_indent {
  text-indent: -2.8rem;
  padding-left: 2.8rem;
}

.list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.list_item {
  width: 56%;
  margin-right: -100px;
  position: relative;
  align-self: flex-end;
}

.list_item2 {
  width: 56%;
  position: relative;
  align-self: flex-end;
  margin-left: -100px;
  z-index: 2;
}

.list2_bg {
   width: 100%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 1.5% 0 0;
}

.list2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.list2_item {
  width: 50%;
  position: relative;
}

.list_item img,
.list2_item img {
  width: 100%;
}

.add_border {
  border-top: 2px solid #050a33;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 0 2%;
  position: relative;
  background: #FFF;
}

.add_f_bdr {
  border-top: 1px solid #1d345b;
  width: 100%;
}

.ft_nml {
  width: 94%;
  max-width: 960px;
  margin: 0% auto !important;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
}

.b_txt {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: bold;
}


.logo {
  width: 100%;
  margin: 0 auto;  
  text-align: center;
}


.logo img {
  margin: 50px auto;
  width: 300px;
  text-align: center;
}


.localFooter {
  line-height: 150%;
}

.footer_wrap {
  width: 100%;
  background: #FFF !important;
}

.ft_nml a {
  color: #4bc0ed;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 94%;
  font-weight: bold;
}

.ft_nml a:hover {
  color: #0033b4;
  text-decoration: underline;
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
}

/* バナー追加 */
.p2_bnr_box {
  margin: 50px auto;
}

.p2_bnr_box a {
  text-decoration: none;
  display: flex;
  width: 94%;
  max-width: 640px;
  margin: 0 auto;
  transition: 0.3s;
}

.p2_bnr_box a:hover img {
  opacity: 0.8;
}


.p2_bnr_box .txt_box .ttl {
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
  text-align: left;
  width: 100%;
}

.p2_bnr_box .txt_box .txt {
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 10px 0 0;
}

.p2_bnr_box .txt_box .link {
  margin: 20px 0 0;
  padding: 15px 0 0;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #fff;
}

/* バナー追加 */


/* float */
.img_add {
  float: right;
  width: 300px;
  margin: 5px 0 25px 30px;
  padding:0 0 5px;
  position: relative;
}

.img_add img {
  width: 100%;
}

.img_add2 {
  float: left;
  width: 280px;
  margin: 5px 30px 25px 0;
  padding:0 0 5px;
  position: relative;
  background: #eef5ff;
}



/* pager */
.pager {
  overflow: hidden;
  margin: 0 auto 4%;
  padding: 5px 0;
}
 
.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;
  width: 38px;
  text-align: center;
}
 
.pager ul li a {
  color: #000;
  text-decoration: none;
   border-radius: 2px;
  background: #FFF;  
}
 
.pager ul li a:hover {
  background:#1d2188;
  color: #fff;
   border-radius: 2px;
}

.current {
  color: #000;  
   border-radius: 2px;
  background: #FFF;
}

#note_text {
  padding: 15px 10%;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align:center;
}

.btn_area {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  transition: 0.3s;
  position: relative;
  background: #050a33;
  text-align: center;
}

.btn_area img {
  width: 100%;
  max-width: 450px;
}


.btn_area:hover {
  opacity: 0.8;
}


.arrow-button {
  margin: 40px auto;

  color: #FFF;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  padding: 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  background: #1d345b;
  z-index: 9999;
  border-radius: 100vh;
  transition: 0.3s;
}

.arrow-button:hover {
  background: rgba(29,52,91,0.8);
}


.mb40 {
  margin-bottom: 40px;
}

.next_txt {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.next_txt::before,
.next_txt::after {
  background-color: #fff; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.next_txt::before {
  margin-right: 15px; /* 文字との余白 */
}
.next_txt::after {
  margin-left: 15px; /* 文字との余白 */
}

.pc_br {
  display: block;
}


.foot-border {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
}
 
.foot-border:before,
.foot-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
 
.foot-border:before {
    margin-right: 1rem;
}
 
.foot-border:after {
    margin-left: 1rem;
}

.interviewer {
  padding: 10px 0 3%;
  color: #888;
  font-size: 1.05rem;
  font-weight: bold;
  text-indent: -2.2rem;
}

.name1 {
  color: #4bc0ed;
  font-weight: bold;
}

.name2 {
  color: #1372b3;
  font-weight: bold;
}


/* btn */

.next-button {
  display: block;
  width: 94%;
  max-width: 640px; /* 他のパーツと幅を揃える */
  margin: 0 auto;
  text-decoration: none; /* 下線を消す */
  transition: opacity 0.3s ease; /* ホバー時の全体の質感 */
}

.next-button:hover {
  opacity: 0.9;
}

.next-inner {
  display: flex;
  align-items: center; /* 垂直中央揃え */
  padding: 15px 20px; /* 内側の余白 */
  min-height: 100px; /* 高さの最低値を保証 */
}

/* 左側：丸いラベル */
.next-label {
  flex: 0 0 80px; /* 幅を固定 */
  height: 80px;
  background-color: #fff;
  border-radius: 50%; /* 正円にする */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.next-label span {
  color: #000033; /* 背景色と同じ紺色 */
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/* 中央：テキスト */
.next-text {
  flex: 1; /* 残りの幅をすべて使う */
  color: #fff;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  padding-right: 20px;
}

/* 右側：矢印アイコン */
.next-arrow {
  flex: 0 0 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: right;
  /* アニメーションの設定 */
  transition: transform 0.3s ease;
}

/* ホバー時の矢印のアニメーション */
.next-button:hover .next-arrow {
  transform: translateX(10px); /* 右に10px滑らかに移動 */
}

/* レスポンシブ対応：画面が狭いとき */
@media (max-width: 768px) {
  .next-inner {
    padding: 15px 20px;
  }
  .next-label {
    flex: 0 0 60px;
    height: 60px;
    margin-right: 15px;
  }
  .next-label span {
    font-size: 1rem;
  }
  .next-text {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 1199px) {


.article_header2 {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  background: url(bg_m_header2.jpg) top center / cover no-repeat;
  background-size: cover;
}

}

@media print, screen and (max-width: 1099px) {

.title_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}


.title_box:before {
  display: none;
}

.main_ttl {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  padding-top: calc(580/1100 * 100%);
  background: url(img_ttl.svg) top center / cover no-repeat;
}


}

@media print, screen and (max-width: 999px) {


.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}

.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3%;
}

.lead {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}


main p {
  font-size: 1rem;
  line-height: 1.8;
}


.p2_hdr {
  border-radius: 10px 10px 0 0;
}

.p2_hdr:before {
  display: none;
}

.sec1 {
  width: 100%;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding: 3% 2%;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.img_box1 img {
  box-shadow: none;
}

.btn_area {
  width: 100%;
}


.list2_bg {
   width: 94%;
  margin: 3% auto;
}

.list2 {
   width: 100%;
}

.logo img {
  margin: 5% auto;
}


.interviewer {
  padding: 10px 0 3%;
  color: #888;
  font-size: 1.05rem;
  font-weight: bold;
  text-indent: 0;
}

}

@media screen and (max-width: 767px) {


h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.35rem;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 100%;
}

.btn_area {
  margin: 0 auto 2%;
}

.ph_flex {
   width: 100%;
   margin: 30px auto;
   max-width: 75%;
   display: flex;
   position: relative;
   flex-direction: column;
   gap:0;
}

.pf_item1 {
   position: relative;
   width: 100%;
  align-self: flex-end;
  z-index:2;
   background: linear-gradient(to right,  rgba(75,192,237,1) 0%,rgba(19,114,179,1) 100%); 
  order: 2;
}

.pf_item2 {
   position: relative;
   width: 100%;
   align-self: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  order: 1;
   background: linear-gradient(to right,  rgba(75,192,237,1) 0%,rgba(19,114,179,1) 100%); 
}

.pf_item2:before {
  display: none;
}

.pf_item3 {
   position: relative;
   width: 100%;
   align-self: flex-end;
  padding-bottom: 0;
  order: 1;
}

.pf_item3:before {
  display: none;
}



.pf_item4 {
   position: relative;
   width: 100%;
  align-self: flex-end;
  z-index:2;
  margin-left: 0;
  order: 2;
   background: linear-gradient(to right,  rgba(75,192,237,1) 0%,rgba(19,114,179,1) 100%); 
}



}

@media screen and (max-width: 639px) {

.bg_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: none;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.title_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
}


.main_ttl {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: calc(200/850 * 100%);
  background: url(img_sp_ttl.svg)top center / cover no-repeat;
}

.article_header2 {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  background: #101d64;
  padding: 0;
}


.p2_header_box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-direction: column;
}

.p2_header_box:before {
  display:none;
}

.p2_header_box .item1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: calc(200/850 * 100%);
  background: url(img_sp_ttl.svg)top center / cover no-repeat;
  z-index:3;
  order:2;
}

.p2_header_box .item2 {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: calc(580/1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  z-index:2;
  order:1;
}


.p2_header_box .item1 img, .p2_header_box .item2 img{
  width: 100%;
  overflow: hidden;
}

.sec1:before {
  display: none;
}

.sec1:after {
  display: none;
}

.sec1_inner {
  width: 100%;
  max-width: 96%;
}

.p2_hdr {
  margin: 0 auto 0;
}


h2 {
  width: 100%;
  font-size: 1.4rem;
}
h3 {
  font-size: 1.15rem;
}

.img_add {
  float: none;
  margin: 20px auto ;
}

.img_add2 {
  float: none;
  margin: 5px auto 20px;
}


.list {
flex-direction: column;
  width: 94%;
  align-items: center;
}

.list_item {
  width: 100%;
  margin-right: 0;
  margin-bottom:20px;
  position: relative;
  align-self: flex-end;
}

.list_item2 {
  width: 100%;
  position: relative;
  align-self: flex-end;
  margin-left: 0;
  margin-bottom:20px;
}


.list2 {
flex-direction: column;
  width: 94%;
  align-items: center;
}

.list2_item {
  width: 100%;
  padding: 5px 0;
}


#note_text {
  text-align:left;
}

#note_text br {
  display:none;
}

.caption {
  width: 100%;
  margin: 10px auto 0;
}

.caption_01 {
                                margin: 10px auto; 
  width: 100%;
}

.h3_box {
  width: 20%;
}

.h4_box {
  width: 80%;
}

.mb40 {
  margin-bottom: 5%;
}



}


@media screen and (max-width: 479px) {

.ft_nml {
  padding-bottom: 6%;
}

.catch {
  font-size: 1.2rem;
  line-height: 1.5;
}

h2 {
  padding: 10px ;
  font-size: 1.2rem;
  border-left: 4px solid #1d2188;
  border-right: 4px solid #1d2188;
}

h2:before {
  display: none;
}

h2:after {
  display: none;
}

h3 {
  font-size: 1rem;
}

h4 {
  padding: 5px 5px 5px 15px;
  font-size: 1.2rem;
}



.sp_n {
  display: block;
}


.p2_main_ttl h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.logo img {
  margin: 5% auto;
}



.pc_br{
  display: none;
}


.cap_indent {
  text-indent: 0;
  padding-left: 0;
}

.ph_flex {
   width: 100%;
   margin: 30px auto;
   max-width: 100%;
   display: flex;
   position: relative;
   flex-direction: column;
   gap:0;
}


}

@media screen and (max-width: 375px) {

.ft_nml a {
  word-wrap: break-word;
  font-size: 0.8rem;
}

}

@media screen and (min-width: 1920px) {

header,main,.leadarea, footer {
  width: 100%; /* android view point */
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
   position: relative;
}


.inner2 {
  margin-top: 20px;
  width: 600px;
  padding-left: 10px;
  border-image-source: none;
  border-image-slice: 0 fill;
  border-image-outset: 0 ;
  background: rgba(29,52,91,0.8);
}

.inner3 {
  margin-top: 0;
  width: 620px;
  padding-left: 10px;
  border-image-source: none;
  border-image-slice: 0 fill;
  border-image-outset: 0 ;
  background: rgba(29,52,91,0.8);
}


}
