@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;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 )";
}

/* 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', "ヒラギノ角ゴ 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;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size:75%;
}


.ovr_txt {
  overflow: auto;
}


/* ルビ */
[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;
}


.social_box {
   text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
   display: inline-block;
   text-align: left;
}

.wrap {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  z-index: 1;
  overflow: hidden;
  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;
  background: url(bg_mv.jpg) top center no-repeat;
  background-size: auto 680px;
  padding-top: 50px;
}

.article_header2 {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  background: url(bg_mv2.jpg) top center no-repeat;
  background-size: auto 600px;
  padding-top: 50px;
}

.head_img_01 {
   margin: 0 auto;
  width: 1000px; /* android view point */
  height: 0;
  padding-top: calc(580/1000 * 1000px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

.head_img_02 {
   margin: 0 auto;
  width: 1000px; /* android view point */
  height: 0;
  padding-top: calc(500/1000 * 1000px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

.head_catch {
  position: absolute;
  width: 255px;
  height: 0;
  top: 150px;
  left: 0;
  padding-top: calc(100/255 *255px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: #6c6dc9 url(img_catch.svg) top left / cover no-repeat;
  z-index: 3;
}

.bg_head_catch {
  position: absolute;
  width: 255px;
  height: 0;
  top: 150px;
  left: 0;
  padding-top: calc(100/255 * 255px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: #6c6dc9;

  border-image-source: linear-gradient(#6c6dc9,#6c6dc9);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}





.ttl_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.ttl_box:before {
  content:'';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: #08494e;
}

.main_ttl {
   position: relative;
  margin: -30px auto 0;
  width: 800px; /* android view point */
  height: 0;
  padding-top: calc(150/800 * 800px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: #08494e url(img_ttl.svg) top center / cover no-repeat;
}

/*
.main_ttl:before {
  content:'';
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: -50px;
  background: #08494e;
}
*/

h1 {
                                text-indent: 100%;
                                white-space: nowrap;
                                overflow: hidden;
}

.p2_header_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content:center;
  position: relative;
}


.p2_item1 {
  width: calc(50% + 26px);
   position: relative;
  display: flex;
  justify-content: flex-end;
  background: #db536a;
}

.p2_item1_inner {
  width: 526px;
  height: 0;
  padding-top: calc(345/526 * 526px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl2.svg) top center / cover no-repeat;
}

.p2_item2 {
  width: calc(50% - 26px);
}

.p2_item2 img {
  width: 100%;
  height: 345px;
  object-fit: cover;
}



.leadarea {
   width: 100%;
   position: relative;
   margin: 0 auto;
}




.lead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: 500;
 font-size: 17px;
  line-height: 2;
  text-align: justify;
  color: #000;
  position: relative;
  z-index:10;
}

main {
  width: 100%;
  margin: 0 auto;
   position: relative;
   z-index:1;
}




main a {
  font-weight: bold;
}

main img {
  width: 100%;
}

main p {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify:inter-ideograph;  
  padding-bottom: 2.4%;
}

.paren_indent {
  text-indent: 1.35rem;
}

.adjust_release {
  font-feature-settings: initial;
}

.mt50 {
  margin-top: 50px;
}

.mt-50 {
  margin-top: -50px;
}

.pt100 {
   padding-top: 100px !important;
}

.pt40 {
   padding-top: 40px !important;
}

.pt50 {
   padding-top: 50px !important;
}

.pb40 {
   padding-bottom: 40px !important;
}

.pb50 {
   padding-bottom: 50px !important;
}

.small_txt {
   font-size: 0.9rem;
  word-break: break-all;
  text-indent: 0;
}

.small_txt2 {
   font-size: 0.85rem;
  word-break: break-all;
  text-indent: 0;
  font-weight: normal;
  color: #555;
}

.small_txt2 a {
  color: #555;
  font-weight: normal;
}

.sec1 {
  position: relative;
  margin: 0 auto;
  width: 94%;
  padding: 0 50px;
  max-width: 900px;
  z-index:2;
  background: #fff;
  border-radius: 20px;
}


.sec2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index:2;
}

.sec1_inner {
  box-sizing: border-box;
  margin: 0 auto;
  color: #000;
  position: relative;
}


.spacer {
  width: 94%;
  height: auto;
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0;
}

.pt_pb {
  padding: 0 50px;
}



.h2_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index:5;
  border-image-source: linear-gradient(#6c6dc9,#6c6dc9);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}


h2 {
  margin: 0  auto;
  padding: 18px 0 ;
  width: 100%;
  max-width: 800px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #6c6dc9;
  position: relative;
  text-align: left;
  z-index:10;
  letter-spacing: 0.1em;
}



h3 {
   margin: 12px auto 5px;
  padding: 5px 10px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-size: clamp(1.2rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c6dc9+0,6c6dc9+100&1+0,1+74,0+100 */
background: linear-gradient(to right,  rgba(108,109,201,1) 0%,rgba(108,109,201,1) 74%,rgba(108,109,201,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sml_h3 {
  font-size: 90%;
  vertical-align: baseline;
}

.en_helvetica {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-weight: bold;
  vertical-align: baseline;
}

.color1 {
  color: #475c86;
}
.color2 {
  color: #FFF;
}


h4 {
  width: 100%;
  margin: 35px auto 10px;
  padding:10px;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.3rem);
  line-height: 1;
  text-align: left;
  color: #db536a;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

h5 {
   margin: 0 auto 10px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  position: relative;
  color: #475c86;
}

.sub_flex {
  width: 100%;
  margin: 0 auto;
  background: #475c86;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sub_item1 {
  width: 50%;
  align-items: center;
}

.comment {
   padding: 10px;
  font-size: 1.05rem;
  line-height: 1.3;
  text-align: left;
  border: 1px solid #FFF;
  border-radius: 8px;
  color: #FFF;
}

.ph_flex {
  width: 87.66667%;
   margin: 30px auto;
   display: flex;
   justify-content: center;
   position: relative;
}

.pf_item1 {
   position: relative;
   width: 50%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}

.pf_item2 {
   position: relative;
   width: 100%;
   min-width: 420px;
   margin: 0;
  border-image-source: linear-gradient(#beaa9f,#beaa9f);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
  overflow: hidden;

}

.pf_name1 {
  width: 17%;
  height: auto;
  max-width: 200px;
  background: #fff;
  border-bottom: 2px solid #000;
  position: absolute;
  z-index:3;
  padding: 20px 20px 10px;
  bottom: 0;
  left: -50px;
}

.pf_name2 {
  width: 17%;
  height: auto;
  max-width: 200px;
  background: #fff;
  border-bottom: 2px solid #000;
  position: absolute;
  z-index:3;
  padding: 20px 20px 10px;
  bottom: 0;
  right: -50px;
}

.pf_item3 {
   position: relative;
   width: 50%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}


.pf_item4 {
   position: relative;
   width: 100%;
   min-width: 420px;
   margin: 0;
  border-image-source: linear-gradient(#beaa9f,#beaa9f);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0 ;
  overflow: hidden;
}

.pf_item1 img,
.pf_item2 img,
.pf_item3 img {
   width: 100%;
}



.pf_name {
   margin: 20px 0 10px;
   padding-left: 2%;
  font-size: 0.85rem;
  line-height: 1.4;
   color: #FFF;
   text-align: left;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.pf_prof {
  margin: 0;
  padding: 1% 0 1% 7%;
  font-size: 85%;
  color: #FFF;
  line-height: 160%;
  text-align: justify; 
  text-justify: inter-ideograph;
   letter-spacing: -0.03em;
}



.img_box1 {
   width: 100%;
   margin: 30px auto;
  position: relative;
}

.img_box1_inner {
  position: relative;
}

.img_box1 img {
   width: 100%;
}


.img_box2 {
   width: 94%;
   max-width: 600px;
   margin: 30px auto;
   position: relative;
   z-index:2;
}

.img_box2 img {
   width: 100%;
   padding-bottom: 10px;
}

.img_box3 {
   width: 94%;
  max-width: 600px;
   margin: 0 auto 40px;
   position: relative;
   z-index:2;
}

.img_box3 img {
   width: 100%;
}


.caption2 {
   width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
  text-align: justify; 
}

.caption3 {
   width: 100%;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
}


.caution {
   width: 94%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
  text-align: center; 
}

.arrow-button2:hover {
    background: rgba(18,152,154,0.3);
}


.btn_flex {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.btn_1 {
  padding-right: 10px;
  text-align: right;
  align-self: center;
flex-basis: auto;
}

.btn_2 {
  padding-left: 10px;
  text-align: left;
  align-self: center;
flex-basis: 75%;
  border-left: 1px solid #FFF;
}


.button-4 {
  position:relative;
}

.button-4 a{
  display: block;
  width: 94%;
  max-width: 780px;
  height: auto;
  text-align:center;
  cursor:pointer;
  box-sizing:border-box;
  overflow: hidden;
  margin: 30px auto 0;
  text-decoration:none;
  transition:all .5s ease;
}

.button-4 img {
  width: 100%;
}

.button-4 a:hover {
  opacity:0.8;
}


.btn_next {
	position: absolute;
	top: -45px;
	left: 50%;
                                transform: translateX(-50%);
                                width: 90px;
	height: 90px;
                                text-align: center;
                                z-index: 9999;
}

.btn_next:hover {
                                z-index: 9999;
}

.btn_next img {
  width: 100%;
}

footer {
  width: 100%;
  margin: 0 auto;
   padding: 0 0 30px;
   position: relative;
}

.add_border {
   border-top: 4px solid #08494e;
}

.add_border2 {
   border-bottom: 4px solid #d04a02;
}

.add_bdr {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
}

.add_bdr:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #475c86;
}

.contact {
  width: 100%;
   margin: 25px auto 0;   
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
}

.logo {
  width: 100%;
   margin: 50px auto;   
  text-align: center;
  padding-bottom: 50px;
   border-bottom: 4px solid #08494e;
}


.logo img {
  margin: 1% auto;
  width: 94%;
  max-width: 200px;
  text-align: center;
}

.footer_txt {
   width: 90%;
   margin: 1% auto !important;
   font-size: 0.9rem;
   line-height: 1.4;
   color: #333;
   text-align: center;
   font-weight: bold;
}


.ft_nml {
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 0.9rem;
   line-height: 1.4;
   text-align: center;

   font-weight: 400;
   padding-bottom: 15px;
}

.txt_b {
   font-weight: bold;
}

.localFooter {
  line-height: 150%;
}

/* 単語ごとに改行 */
.sub_wb {
   display: inline-block;
  vertical-align: baseline;
}


/* pager */
.pager {
   overflow: hidden;
  margin: 50px auto;
  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-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 16px;
   padding: 0.7em 0.9em;
   border: 1px solid #fff;
}
 
.pager ul li a {
   color: #000;
   text-decoration: none;
   transition: 0.3s;
}
 
.pager ul li a:hover {
  background:#bdaa9f;
  color: #fff;
}

.current {
  color: #000;
   border-radius: 3px;
}



.img_add{
   float: right;
   width: 300px;
   margin: 5px 0 30px 50px;
   position: relative;
}

.img_add2{
   float: left;
   width: 300px;
   margin: 5px 50px 30px 0;
   position: relative;
}


.img_add img, .img_add2 img {
  width: 100%;
  border-radius: 20px;
}


.img_add3{
   float: left;
   width: 480px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.img_add4{
   float: right;
   width: 480px;
   margin: 10px 0px 30px 30px;
   position: relative;
}

.img_area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-image-source: linear-gradient(#db536a,#db536a);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
  overflow: hidden;
}


.line1 {
   border-left: 8px solid #e0301e;
}

.line2 {
   border-right: 8px solid #e0301e;
}

.line3 {
   border-left: 8px solid #eb8c00;
}

.line4 {
   border-right: 8px solid #eb8c00;
}

.interviewer {
   color: #777;
   font-weight: bold;
}

.name1 {
   color: #000;
   font-weight: bold;
}

.name2 {
   color: #6c6dc9;
   font-weight: bold;
}

.name3 {
   color: #08494e;
   font-weight: bold;
}


.name_area {
  margin: 0 auto;
   width: 100%;
  position: relative;
}

.name_box1 {
  position: relative;
}

.name_box1:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ffb600;
}

.name_box2 {
  position: relative;
}

.name_box2:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #eb8c00;
}

.name_area2 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: auto;
  padding: 0 20px;
  background: #FFF;
}

.name_area_border {
  border-left: 8px solid #e0301e;
}

.name_area_border2 {
  border-left: 8px solid #eb8c00;
}

.name {
   margin: 0 auto;
  padding: 15px 0 0;
   width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
   text-align: left;
   color: #000;
  vertical-align: baseline;
  position: relative;
  z-index:3;
}

.name_add {
  padding: 15px 10px 0 0;
}

.name_right {
  text-align: right !important;
}

.name_large {
  font-size: 1.25rem;
  line-height: 2.5;
  vertical-align: baseline;
}


.mt30 {
   margin-top: 30px;
}


.profile {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #000;
  text-align: justify;
}

.kakomi1 {
   width: 94%;
   max-width: 600px;
   margin: 30px auto 50px;
   padding: 3%;
   border: 1px solid #60f;
   border-radius: 20px;
}

.bnr_box {
   width: 94%;
   max-width: 560px;
   margin: 0 auto;
   transition: 0.3s;
   text-align: center;
   position: relative;
   padding: 0;
}

.bnr_box_inner {
   width: 94%;
   max-width: 800px;
   display: flex;
   justify-content: center;
   margin: 0 auto;
}

.bnr_box_item1 {
   width: 50%;
}

.bnr_box img {
  width: 100%;
  border-radius: 10px;
}


.bnr_box:hover {
  opacity: 0.8;
}


.btn_area {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  transition: 0.3s;
  position: relative;
  background: #6c6dc9;
  text-align: center;
}

.btn_area img {
  width: 100%;
  max-width: 600px;
}


.arrow-button{
    background: #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin: 0 auto;
    padding: 0.1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 94%;
   max-width: 800px;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 100vh;
}

.arrow-button img {
  width: 100%;
  max-width: 460px;
}


.arrow-button:hover {
    opacity:0.8;
}


.btn_inner {
                                display:flex;
                                width: 100%;
                                margin: 0 auto;
                                
}

.btn_inner .btn_item1 {
                                width: 20%;
                                text-align: right;
                                align-self: center;
                                background: #d04a02;
}

.btn_inner .btn_item2 {
                                width: 80%;
                                text-align: left;
                                padding: 10px 3%;
                                line-height: 1.2;
                                align-self: center;
}

.foot_sns_btn {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #000;
}

.foot_sns_btn img {
  height: 32px;
}

.caption {
   width: 100%;
   max-width: 100%;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  text-align: left;
}

.txt_right {
  text-align: right;
}

.footer_name {
  width: 94%;
  margin: 0% auto !important;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
}

.b_txt {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.footer_link {
  width: 94%;
  margin: 0% auto !important;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;

  padding-bottom: 1%;
}

.footer_link a {
  color: #db536a;
  text-decoration: none;
}

.footer_link a:hover {
  color: #db536a;
  text-decoration: underline;
}

.footer_link a:visited {
  color: #db536a;
  text-decoration: none;
}



.mb40 {
   margin-bottom: 40px !important;
}


.related ul {
  position: relative;
  width: 100%;
  margin: 30px auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.related ul li {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.8em 0.5em 0.8em 1em;
  list-style-type: none!important;
  line-height: 1.15;
}

.related ul li:before {
  content: '';
  position: absolute;
  left : 0;
  width: 18px;
  height: 18px;
  background: url(img_arrow.svg) top left no-repeat;
  
}

.related a {
  color: #333;
  text-decoration: none;
cursor: pointer;
}

.related a:hover {
  color: #db536a;
  text-decoration: none;
cursor: pointer;
}


.sns_area {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  display: flex;
  justify-content: center;  
  z-index: 3;
  background: #f1f2f2;
}

.sns_item {
  width: 40px;
}

.sns_item img {
  width: 100%;
}

.name_flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.name_item1 {
  width: 50%;
  
}

.link {
  position: relative;
  width: min(94%, 600px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d7536a;
  color: #fff;
  text-decoration: none;
}

.link {
  font-weight: 700;
  margin-bottom: 20px;
  align-items: flex-start;
}
.link p {
  text-align: left;
  margin: 0.6em 2em 0 1rem;
  font-size: min(4.8vw, 18px);
}

.link p:nth-of-type(2) {
  font-size: min(4.8vw, 18px);
  border-top: solid 1px #fff;
  font-weight: 700;
}

.link:hover {
    background: #ffb600;
  }
.link:hover p {
    color: #000;
  }


.link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ffb600;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffb600;
}


.link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.link:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.bnr {
  width: 94%;
  max-width: 600px;
  margin: 0 auto;
  padding: 2% 0 3%;
  text-align: center;
  display: block;
  transition: 0.3s;
}

.bnr:hover {
  opacity: 0.8;
}


.foot_border {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
   text-align: center;
}
 
.btn-flat-simple3 {
  width: 94%;
  max-width: 600px;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 20px 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 100vh;
  transition: .3s;
  background: #000;
  z-index:10;
  border: 1px solid #fff;
}

.btn-flat-simple3:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
  transition: .3s;
}

.btn-flat-simple3:hover {
  background: #db536a;
}

.btn-flat-simple3:hover:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
}


#note_text {
  padding: 15px 10%;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align:center;
}


.photo_box {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(460/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_g02.webp) top center / cover no-repeat;
  position: relative;
  z-index: 2;
}


@media screen and (min-width: 1921px) {


wrap, header, main{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}


}

@media screen and (max-width: 1439px) {

.ph_flex {
  width: 87.66667%;
   margin: 30px auto;
   display: flex;
   justify-content: center;
   position: relative;
  gap: 1%;
}

.pf_item1 {
   position: relative;
   width: 49.5%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}

.pf_item2 {
   position: relative;
   width: 100%;
   min-width: 360px;
   margin: 0 -5% 0 0;
  border-image-source: linear-gradient(#beaa9f,#beaa9f);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
  overflow: hidden;

}

.pf_name1 {
  width: 17%;
  height: auto;
  min-width: 220px;
  background: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  z-index:3;
  padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
}

.pf_name2 {
  width: 17%;
  height: auto;
  min-width: 220px;
  background: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  z-index:3;
  padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
}

.pf_item3 {
   position: relative;
   width: 50%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}


.pf_item4 {
   position: relative;
   width: 100%;
   min-width: 360px;
   margin-left: -5%;
  border-image-source: linear-gradient(#beaa9f,#beaa9f);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0 ;
  overflow: hidden;
}

}

@media screen and (max-width: 1279px) {

.ph_flex {
  width: 87.66667%;
   margin: 30px auto;
   display: flex;
   justify-content: center;
   position: relative;
  gap: 1%;
}

.pf_item1 {
   position: relative;
   width: 49.5%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}

.pf_item2 {
   position: relative;
   width: 100%;
   min-width: 350px;
   margin: 0 -27% 0 0;
  border-image-source: linear-gradient(#beaa9f,#beaa9f);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
  overflow: hidden;

}

.pf_name1 {
  width: 17%;
  height: auto;
  min-width: 200px;
  background: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  z-index:3;
  padding: 10px 10px 5px;
  bottom: 0;
  left: -0;
}

.pf_name2 {
  width: 17%;
  height: auto;
  min-width: 200px;
  background: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  z-index:3;
  padding: 10px 10px 5px;
  bottom: 0;
  left: 0;
}

.pf_item3 {
   position: relative;
   width: 50%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}


.pf_item4 {
   position: relative;
   width: 100%;
   min-width: 350px;
   margin-left: -27%;
  border-image-source: linear-gradient(#beaa9f,#beaa9f);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0 ;
  overflow: hidden;
}

}

@media screen and (max-width: 1099px) {

.head_img_01 {
   margin: 0 auto;
  width: 960px; /* android view point */
  height: 0;
  padding-top: calc(580/1000 * 960px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

.head_img_02 {
   margin: 0 auto;
  width: 960px; /* android view point */
  height: 0;
  padding-top: calc(500/1000 * 960px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}


}

@media screen and (max-width: 999px) {

.wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}

.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  background-image: none;
  background-size: auto auto;
  padding-top: 0;
}

.article_header2 {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  background-image: none;
  background-size: auto auto;
  padding-top: 0;
}

.bg_head_catch {
  display: none;
}

.head_catch {
  display: none;
}

.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(580/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.head_img_02 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(500/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 0;
}


.large_txt {
  font-size: 110%;
}

.ttl_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.main_ttl {
   position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(310/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: #08494e url(img_sp_ttl.svg) top center / cover no-repeat;
}

.main_ttl:before {
  display: none;
}


.leadarea {
   width: 100%;
   position: relative;
   max-width: 100%;
   margin: 0 auto;
}

.lead {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
 font-size: 17px;
  line-height: 2;
  text-align: justify;
  color: #000;
  font-weight: 400;
}


.sec1 {
  padding: 0 3%;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 94%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #000;
  text-align: center;
  position: relative;
}


h2 {
  margin: 0 auto;
  padding: 15px 10px 15px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, 'Noto Sans JP', sans-serif;
  font-size: clamp(1.3rem, calc(1vw + 1.3rem), 1.5rem);
  line-height: 1.3;
   font-weight: 700;
  position: relative;
   text-align: left;
   z-index:10;
}

h2:before {
  display: none;
}


h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}


.img_add{
   float: right;
   width: 300px;
   margin: 10px 0 30px 30px;
   position: relative;
}


.img_add2{
   float: left;
   width: 300px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.img_add4{
   float: right;
   width: 400px;
   margin: 10px 0 30px 30px;
   position: relative;
}


.img_add3{
   float: left;
   width: 400px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.bnr {
  margin: 4% auto;
}


.p1_h1:before {
  display: none;
}

.p2_h1_box:before {
  display: none;
}

.bg_sec:after {
  display:none;
}

.bg_sec2:after {
  display:none;
}

.lead_bottom:before {
   display:none;
}

.ph_flex {
  width: 94%;
   margin: 30px auto;
   display: flex;
   justify-content: center;
   position: relative;
  gap: 2%;
}

.pf_item1 {
   position: relative;
   width: 49%;
   align-self: auto;
   display: flex;
   flex-direction: column;
  align-items: center;
}

.pf_item2 {
   position: relative;
   width: 100%;
   min-width: 100%;
   margin: 0 auto;
  border-image-source: none;
  border-image-slice: 0 fill;
  border-image-outset: 0;
  overflow: hidden;
}

.pf_name1 {
  width: 100%;
  height: auto;
  min-width: 100%;
  background: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  z-index:3;
  padding: 10px 10px 5px;
  bottom: 0;
  left: 0;
}

.pf_name2 {
  width: 100%;
  height: auto;
  min-width: 100%;
  background: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  z-index:3;
  padding: 10px 10px 5px;
  bottom: 0;
  left: 0;
  order:2;
}

.pf_item3 {
   position: relative;
   width: 50%;
   align-self: auto;
   display: flex;
   justify-content: center;
  align-items: flex-end;
}


.pf_item4 {
   position: relative;
   width: 100%;
   min-width: 100%;
   margin-left: 0;
   margin: 0 auto;
  border-image-source: none;
  border-image-slice: 0 fill;
  border-image-outset: 0 ;
  overflow: hidden;
  order:1;
}


}



@media screen and (max-width: 767px) {

.num_box {
  position: absolute;
  top: 0;
  left: 2%;
  width: 100px;
  height: 100px;
  background: url(img_head_num.svg) center center / cover no-repeat;
  z-index: 10;
}



.sec1 {
  border-radius: 0;
}

h2 {
  padding: 3% ;
}


.h2_box {
  width: calc(100% - 6%) ;
}


h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  3% 0;
  width: 100%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 94%;
}

.pt_pb {
  padding: 0 2% 0;
}



.ph_flex_cap {
   width: 70%;
   max-width: 70%;
   margin: -20px auto 30px;
   color: #333;
   font-size: 0.9rem;
   line-height: 1.5;
  text-align: left;
}

.ph_flex2 {
   width: 100%;
   margin: 0 auto 30px;
   display: flex;
   flex-direction: column;
   position: relative;
}


.lead_bottom:before {
   display:none;
}


}

@media screen and (max-width: 639px) {



h2 {
   font-size: 1.5rem;
}


.img_add{
   float: none;
   width: 90%;
   margin: 10px auto 30px;
   position: relative;
}

.img_add2{
   float: none;
   width: 90%;
   margin: 10px auto 30px;
   position: relative;
}

.img_add3{
   float: none;
   width: 94%;
   margin: 10px auto;
   position: relative;
}

.img_add4{
   float: none;
   width: 94%;
   margin: 10px auto;
   position: relative;
}

.arrow-button2,
.button-4 {
    font-size: 1.05rem;
}

.arrow-button2:after,
.button-4:after{
   display: none;
}

.arrow-button2:hover:after,
.button-4:hover:after{
   display: none;
}


.img_item1 img {
  width: 100%;
}

.sub_flex {
  width: 100%;
  margin: 0 auto;
  background: #475c86;
  padding: 10px;
  display: flex;
 flex-direction: column;
  gap: 10px;
}

.sub_item1 {
  width: 100%;
  align-items: center;
}


.mt50 {
  margin-top: 5%;
}


.mb40 {
   margin-bottom: 4%;
}

.mt30 {
  margin-top: 30px;
}

.pt50 {
   padding-top: 4% !important;
}

.pb40 {
   padding-bottom: 4% !important;
}

.pb50 {
   padding-bottom: 4% !important;
}


#note_text {
  text-align:left;
}

#note_text br {
  display:none;
}


.ph_flex {
  width: 80%;
   margin: 30px auto;
   display: flex;
   flex-direction: column;
   position: relative;
  gap: 15px;
}

.pf_item1 {
   position: relative;
   width: 100%;
   align-self: auto;
   display: flex;
   flex-direction: column;
  align-items: center;
}


.photo_box {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(613/600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_g02.webp) top center / cover no-repeat;
  position: relative;
  z-index: 2;
}

}


@media screen and (max-width: 479px) {

.num_box {
  position: absolute;
  top: 0;
  left: 2%;
  width: 55px;
  height: 55px;
  background: url(img_head_num.svg) center center / cover no-repeat;
  z-index: 10;
}




.lead {
  padding: 5%;

}


.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 94%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 3%;
  color: #000;
  text-align: center;
  position: relative;
}

h2 {
   font-size: 1.15rem;
  padding: 3% 3% 4%;

}


h3 {
  font-size: 1.15rem;
}



.logo img {
  margin: 2% auto 4%;
}

.footer_link {
  width: 94%;
  margin: 10px auto 0 !important;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
  letter-spacing: -0.01em;
}


.caption2 {
   width: 94%;
}


.txt_right {
  text-align: left;
}




.mb40 {
   margin-bottom: 5%;
}

.name_area {
  margin: 0 auto;
   width: 100%;
  background: #FFF;
}

.name_area2 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: auto;
  padding: 0 10px;
  background: #FFF;
}

.name_area_border {
  border-left: 4px solid #e0301e;
}

.name_area_border2 {
  border-left: 4px solid #eb8c00;
}

.caution {
  text-align: left; 
}

.btn_area:before {
  display:none;
}

.btn_area:after {
  display:none;
}

.bnr_box {
   width: 100%;
   margin: 0 auto 50px;
   transition: 0.3s;
   text-align: center;
   position: relative;
   padding: 4%;
}

.bnr_box_inner {
   width: 94%;
   max-width: 800px;
   display: flex;
   flex-direction: column;
   margin: 0 auto;
}

.bnr_box_item1 {
   width: 100%;
}

.bnr_box_item1:first-child {
   padding-bottom: 60px;
}

.ph_flex {
  width: 94%;
   margin: 30px auto;
   display: flex;
   flex-direction: column;
   position: relative;
  gap: 15px;
}


}


@media screen and (max-width: 375px) {

.num_box {
  position: absolute;
  top: 0;
  left: 2%;
  width: 45px;
  height: 45px;
  background: url(img_head_num.svg) center center / cover no-repeat;
  z-index: 10;
}




}
