@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 )";
}

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;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


/* 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 )";
}


.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}


.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
  position:relative;
  border-top: 4px solid #434892;
  padding-top: 50px;
background: linear-gradient(to bottom,  rgba(50,190,240,1) 60%,rgba(46,50,132,1) 100%);  
}

.article_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 630px;
  top: 0;
  left: 0;
  background: #FFF;
}

.p2_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
  position:relative;
  border-top: 4px solid #434892;
  padding-top: 50px;
background: linear-gradient(to bottom,  rgba(50,190,240,1) 60%,rgba(46,50,132,1) 100%);  
}

.p2_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  background: #FFF;
}

.p2_header_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.inner_item1 {
  position: relative;
  margin: 0 auto;
  width: 52%; /* android view point */
  height: 0;
  padding-top: calc(318/580 * 52%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl2.svg) top center / cover no-repeat;
  z-index: 10;
  align-self: flex-end;
}

.inner_item2 {
  position: relative;
  margin: 0 auto;
  width: 48%; /* android view point */
  height: 0;
  padding-top: calc(318/520 * 48%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  z-index: 1;
  align-self: flex-end;
  border-radius: 5px;
}



/* 記事メインイメージ */
.head_img_01 {
  position: relative;
  margin: 0 auto;
  width: 1400px; /* android view point */
  height: 0;
  padding-top: calc(640/1200 * 1400px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  border-radius: 5px;
  z-index: 1;
}

.head_img_02 {
  position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(500/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
}

.main_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 0;
  padding-top: calc(640/1200 * 1400px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  z-index: 3;
   overflow: hidden;
}



.title_box {
  width: 94%;
  max-width: 920px;
  margin: -100px auto 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,1+10,1+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 30px;
  position: relative;
  z-index:5;
  border-radius: 20px;
  filter: drop-shadow(0 5px 10px rgb(0,0,0,0.1));
}

.catch {
  width: 100%;
  padding: 0 0 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

h1 {
                                text-indent: 100%;
                                white-space: nowrap;
                                overflow: hidden;
}


.bdr1 {
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
}

h1 .light_weight {
  font-weight: 400;
}

h1 .small_size{
  font-size: 80%;
}

h1 .small_size2{
  font-size: 90%;
}



.leadarea {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index:1;
  margin-bottom: -4px; /*下部アキ用相殺margin*/
}

.lead {
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color: #FFF;
}


main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pb40 {
  padding-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 2rem;
  text-align: justify;
  text-justify:inter-ideograph;  
  margin-bottom: 2%;
}

.quot {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Merino, Osaka, sans-serif;
}

.sec1 {
  position: relative;
  overflow: hidden;
  width: 94%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0;
}

.sec2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px auto 0;
  padding: 40px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#434892+0,7db9e2+100 */
background: linear-gradient(to bottom,  rgba(67,72,146,1) 0%,rgba(125,185,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
  border-top: 2px solid ;
  border-bottom: 2px solid ;
  border-image: linear-gradient(to right,  rgba(67,72,146,1) ,rgba(125,185,232,1)) 1; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sec2_inner {
  width: 94%;
  max-width: 920px;
  padding: 30px;
  position:relative;
  z-index: 4;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  position:relative;
  z-index: 4;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

h2 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 25px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  position: relative;
  z-index:5;
  text-align: left;
  border-bottom: 2px solid #58c9f2;
}

h2:before {
  content:'';
  position: absolute;
  bottom: -2px;
  left:0;
  width: 55px;
  height: 2px;
  background: #434892;
}

h3 {
  margin: 0 auto 1.5% !important;
  padding: 0;
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #434892;
  vertical-align: baseline;
}

.sml_txt {
  font-size: 92%;
  vertical-align: baseline;
}

.txt_container {
                                margin: 0;

                                display: flex;
}

.txt_name {
                                width: 8%;
	font-size: 1.1rem;
	line-height: 1.8;
                                font-weight: bold;
                                padding-right: 1%;
  margin-top: -7px; /*上部アキ用相殺margin*/
  margin-bottom: -7px; /*下部アキ用相殺margin*/
  text-align: right;
}

.txt_box {
                                width: 92%;
                                padding: 0 0 0 2%;
}

.txt_box p {
  margin-top: -7px; /*上部アキ用相殺margin*/
  margin-bottom: -7px; /*下部アキ用相殺margin*/
}

.txt_bdr1 {
  border-top: 1px solid rgba(0, 0, 0, 0);  /*上部アキ用透明border*/
  border-bottom: 1px solid rgba(0, 0, 0, 0); /*下部アキ用透明border*/
                                border-left: 1px solid #ccc;
  margin-bottom: 2%;
}

.txt_bdr2 {
  border-top: 1px solid rgba(0, 0, 0, 0);  /*上部アキ用透明border*/
  border-bottom: 1px solid rgba(0, 0, 0, 0); /*下部アキ用透明border*/
                                border-left: 1px solid #58c9f2;
  margin-bottom: 2%;
}

.name2 {
  color: #434892;
}

.txt_adjust {
  padding-top: 2%;
  padding-bottom: 2%;
}

.txt_adjust2 {
  padding-bottom: 2%;
}

.profile {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #000;
  text-align: justify;
  margin-bottom: -4px; /*下部アキ用相殺margin*/
}

.name_area {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  border-bottom: 0.1px solid rgba(0, 0, 0, 0); /*下部アキ用透明border*/
  position: relative;
}

.name_area:before {
  content:'';
  position:absolute;
  top: 0;
  left:0;
  width: 30px;
  height: 30px;
  background: rgba(36,194,206,0.7);
}

.name {
  margin: 0 auto;
  padding-right: 5px;
  font-weight: bold;
  font-size: 0.82rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
  width: 100%;
  position: relative;
}

.name_large {
  font-size: 1.3rem;
  line-height: 2.2rem;
  vertical-align: baseline;
}

#note_text {
  padding: 15px 10% 0;
  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;
  background: #f7f7f7;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 5px 40px 20px 0;
  padding: 0;
  background: #f7f7f7;
}




.img_add img, .img_add2 img {
  width: 100%;
  height: 100%;
}

.footer_bdr {
  border-top: 2px solid #032d42;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 10px 2%;
  margin: 0 auto 1px;
  text-decoration:none;
  transition:all .5s ease;
  line-height: 140%;
background: #000;
}

.button-4 a:hover {
  opacity: 0.8;
}

.b_txt {
  font-weight: bold;
}

.logo {
  margin: 2.5% auto 1%;
  width: 250px;
  text-align: center;
}

.localFooter {
  line-height: 150%;
}

/* pager */
.pager {
   overflow: hidden;
  margin: 30px auto 40px;
  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;
   width: 40px;
   padding: 0.8em 0.9em 0.75em;
   font-weight: bold;
   text-align: center;
}
 
.pager ul li a {
   color: #FFF;
   text-decoration: none;
   background: #000;
  border-radius: 100vh;
}
 
.pager ul li a:hover {
   background: #000;
  color: #FFF;
}

.current {
   background: #000;
  color: #FFF;
  border-radius: 100vh;
}

.img_box1 {
  width: 100%;
  max-width: 540px;
  margin: 3% auto 4%;
  padding:0;
  text-align: center;
  position: relative;
}

.img_box1 img {
  width: 100%;
  border-radius: 5px;
}

.name_box {
  position: absolute;
   width: 90%;
  bottom: 5px;
  left:10px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}

.name_box2 {
  position: absolute;
   width: 90%;
  top: 10px;
  right:10px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: right; 
}

.line1 {
  border-left: 1px solid #f00000;
}

.line2 {
  border-left: 1px solid #016bd4;
}

.img_box4 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 3%;
  padding:2% 0 0;
  text-align: center;
  position: relative;
}

.img_box4 img {
  width: 100%;
  padding-bottom: 10px;
}


.bnr_box0108 {
  width: 930px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: 1px solid #032d42;
}


.bnr_item0108:nth-child(1) {
  width: 56.99%;
  background: #032d42;
}

.bnr_item0108:nth-child(2) {
  width: 43.01%;
  background: #e7e7e7;
}


.bnr_box0108 img {
  width: 100%;
}


.caption2 {
   width: 80%;
  margin: 0 auto 20px;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}


.bnr_area {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #243F40;
}

.bnr_box {
  width: 90%;
  margin: 0 auto;
  padding: 10px 10% 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing:border-box;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;

}

.bnr_item {
  width: 24%;
}

.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: 5% auto 4%;
  padding: 10px 0;
  border-top: 2px solid #434892;
  border-bottom: 2px solid #434892;
  background: #fff;
  transition: 0.3s;
}

.btn_area:hover {
  background: rgba(88,241,242,0.2);
}

.arrow-button{
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 94%;
  max-width: 480px;
  overflow: hidden;
  transition: 0.3s;
}

.arrow-button:hover {
  opacity: .8;
  transform: translateX(10px);
}

.pt40 {
  padding-top: 40px;
}

.banner_area {
  width: 100%;
  padding: 25px 0 0;

}

.banner_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;  
 border-top: 1px solid #434892;
 border-bottom: 1px solid #434892;
}

.banner_item1 {
  width: 49%;
  padding: 40px;
}

.banner_item1 img {
  width: 100%;
}


.banner_area2 {
  width: 100%;
  margin: 0 auto;
  background: #032d42;
}

.banner_box2 {
  width: 94%;
  max-width: 410px;
  margin: 0 auto;
}

.banner_box2 img {
  width: 100%;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

a.btn-flat {
  overflow: hidden;
  margin: 30px auto 50px;
  width: 100%;
  padding: 0.9rem;

  color: #fff;
  border-radius: 0;
  background: #000;
  border-radius: 100vh;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  height: 100%;

  content: "";
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#434892+0,7db9e2+100 */
background: linear-gradient(to right,  rgba(67,72,146,1) 0%,rgba(125,185,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 100vh;
  transition: 0.3s;
}

a.btn-flat:hover:before {
  width: 100%;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 1440px) {

.article_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 545px;
  top: 0;
  left: 0;
  background: #FFF;
}

.head_img_01 {
  position: relative;
  margin: 0 auto;
  width: 1200px; /* android view point */
  height: 0;
  padding-top: calc(640/1200 * 1200px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  border-radius: 5px;
  z-index: 1;
}

.main_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 0;
  padding-top: calc(640/1200 * 1200px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  z-index: 3;
   overflow: hidden;
}

.p2_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  background: #FFF;
}

.p2_header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}


}

@media screen and (max-width: 1280px) {

.article_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 465px;
  top: 0;
  left: 0;
  background: #FFF;
}

.head_img_01 {
  position: relative;
  margin: 0 auto;
  width: 1000px; /* android view point */
  height: 0;
  padding-top: calc(640/1200 * 1000px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  border-radius: 5px;
  z-index: 1;
}

.main_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 0;
  padding-top: calc(640/1200 * 1000px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  z-index: 3;
   overflow: hidden;
}

.p2_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  background: #FFF;
}

.p2_header_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}


}

@media screen and (max-width: 1024px) {

.article_header:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 465px;
  top: 0;
  left: 0;
  background: #FFF;
}

.head_img_01 {
  position: relative;
  margin: 0 auto;
  width: 1000px; /* android view point */
  height: 0;
  padding-top: calc(640/1200 * 1000px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  border-radius: 0;
  z-index: 1;
}

.main_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 0;
  padding-top: calc(640/1200 * 1000px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  z-index: 3;
   overflow: hidden;
}

}


@media screen and (max-width: 999px) {

.article_header {
  padding-top: 0;
}

.article_header:after {
  display: none;
}

.head_img_01 {
  position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(636/1040 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  border-radius: 0;
  z-index: 10;
}


.main_title {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: calc(280/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_tb_ttl.svg) top center / cover no-repeat;
  z-index: 3;
   overflow: hidden;
}

.p2_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
  position:relative;
  border-top: 4px solid #434892;
  padding-top: 0;
background: linear-gradient(to bottom,  rgba(50,190,240,1) 60%,rgba(46,50,132,1) 100%);  
}

.p2_header:after {
  display: none;
}

.p2_header_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
}

.inner_item1 {
  position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(280/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_tb_ttl.svg) top center / cover no-repeat;
  z-index: 10;
  align-self: flex-end;
  order:2;
}

.inner_item2 {
  position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(636/1040 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  z-index: 1;
  align-self: flex-end;
  border-radius: 0;
  order:1;
}



.leadarea {
  width: 100%;
  max-width: 94%;
  margin: 0 auto 3%;
  padding: 0 0 2%;
  position: relative;
  z-index:1;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
}

.sec1 {
  position: relative;
  overflow: hidden;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  padding:0;
  background: #FFF;
  z-index: 1;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position:relative;
  z-index: 4;
}

.sec2 {
  padding: 3%;
}


h2 {
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 20px;

}



h3 {
  font-size: 1.3rem;
}

.txt_name {
                                width: 10%;
	font-size: 1.05rem;
}

.txt_box {
                                width: 90%;
                                padding: 0 0 0 2%;
}


.img_box4 {
  width: 100% !important;
  margin: 0 auto;
  padding:2% 0;
  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: 2% 3%;
  margin: 0 auto 1px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1rem;
}



.ph_flex {
  width: 100%;
  max-width: 100%;
}


.pf_prof {
  font-size: 0.83rem;
  color: #333;
  line-height: 1.3;
  text-align: justify; 
  text-justify: inter-ideograph;
  letter-spacing: -0.03em;
  word-break: break-all;
}


.mt40 {
  margin-top: 40px;
}


.txt_bdr1 {
  margin-bottom: 3%;
}

.txt_bdr2 {
  margin-bottom: 3%;
}



}



@media screen and (max-width: 767px) {


.title_box {
  margin: -30px auto 0;
  padding: 20px 30px 0;
}



.lead {
  font-size: 1rem;
  line-height: 1.6;
}



h2 {
  font-size: 1.5rem;
  padding: 0 0 15px;

}

h3 {
  font-size: 1.25rem;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 16;
  width: 94%;
}

.txt_name {
                                width: 12%;
	font-size: 1.05rem;
                                text-align: left;
}

.txt_box {
                                width: 88%;
                                padding: 0 0 0 2%;
}



#note_text {
  margin-top: 10px !important;
  padding: 10px 3% 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align:center;
}



}

@media screen and (max-width: 639px) {

.title_box {
  margin: -30px auto 0;
  padding: 20px 20px 0;
}

.txt_name {
                                width: 14%;
	font-size: 1.05rem;
}

.txt_box {
                                width: 86%;
                                padding: 0 0 0 2%;
}



.sec2 {
  padding: 20px 0;
}

.sec2_inner {
  padding: 20px 0;
}

.sec1_inner {
  padding: 20px 0;
}


main p {
  line-height: 1.7;
}


h2 {
  font-size: 1.5rem;
  padding: 0 0 10px;

}


.rb_1 {
           line-height: 150%;                     
}

h3 {
  font-size: 1.2rem;
}



.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;
}


.img_add2 {
  float: none;
  width: 280px;
  margin: 20px auto;
}

.arrow-button{
   padding: 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
}

.banner_box {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;  
}

.banner_item1 {
  width: 100%;
}

.bnr_bdr {
  padding-right: 0;
  padding-bottom: 20px;
  border-right: none;
  border-bottom: 1px solid #eee;
}

a.btn-flat:before {
  display: none;
}

a.btn-flat:hover:before {
  display: none;
}

.mt40 {
  margin-top: 3%;
}


.txt_bdr1 {
  margin-bottom: 4%;
}

.txt_bdr2 {
  margin-bottom: 4%;
}

.img_box1 {
  margin: 5% auto ;
  padding: 0;
  text-align: center;
  position: relative;
}


}


@media screen and (max-width: 479px) {

.main_title {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: calc(360/640 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center / cover no-repeat;
  z-index: 3;
   overflow: hidden;
}



.inner_item1 {
  position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(360/640 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center / cover no-repeat;
  z-index: 10;
  align-self: flex-end;
  order:2;
}



h2 {
  font-size: 1.3rem;
}


main p {
    word-break: break-all;
}


.txt_name {
                                width: 18%;
	font-size: 1.05rem;
}

.txt_box {
                                width: 82%;
                                padding: 0 0 0 2%;
}



.btn,
a.btn,
button.btn {
  font-size: 0.9rem;
}

.name_box {
  position: relative;
   width: 100%;
  bottom: 0;
  left:0;
  margin: 10px auto 4%;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}

.name_box2 {
  position: relative;
   width: 100%;
  top: 0;
  right:0;
  margin: 10px auto 4%;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: right; 
}


}

@media screen and (max-width: 375px) {


.head_catch {
  font-size: 1.1rem;
}
.head_catch2 {
  font-size: 1.2rem;
}



h2 {
  font-size: 1.15rem;
}

.arrow-button:after{
    right: 10px;
}

.arrow-button:hover:after{
    right: 5px;
}

.txt_name {
                                width: 19%;
	font-size: 1.05rem;
}

.txt_box {
                                width: 81%;
                                padding: 0 0 0 2%;
}


.txt_bdr1 {
  margin-bottom: 5%;
}

.txt_bdr2 {
  margin-bottom: 5%;
}



}


