@charset "UTF-8";
*:focus {
  outline: none;
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  /* line-height: 1.8; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  line-height: 0;
  max-width: 100%;
}

ol, ul {
  list-style: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
li{list-style: none;}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  color: #333;
	font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 1.5;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-weight: 400;
  background: url(../images/body-bg.jpg);
  /*-webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;*/
}


h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
	font-family: "zen-maru-gothic","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sp, .tb {
  display: none;
}
/*
  ここまでcommon
--------------------------------------------- */
.pc {
  display: none;
}

.sp {
  display: block;
}

.palt {
  font-feature-settings: "palt" 1;
}

a:hover {
  opacity: 0.8;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb1em{
margin-bottom: 1em !important;
}
.mb1_5em{
margin-bottom: 1.5em !important;
}
.mb2em{
margin-bottom: 2em !important;
}
.mb3em{
margin-bottom: 3em !important;
}
.letter-spacing_05{
	letter-spacing: -0.5em;
}
/* /////////////////// ここから /////////////////// */

header{
	  z-index: 999;
position: relative;
}
.header-bar {
  height: calc(80vw / 7.5);
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header-bar .logo{
  width: calc(300vw / 7.5);
  min-width: calc(187.5vw / 7.5);
  margin-left: min(calc(30vw / 7.5) , 30px);
  z-index: 1000;
  position: relative;
  line-height: 1;
}
.title{
  position: relative;
  background: url(../images/kv-bg_sp.webp) no-repeat top max(50px, calc(80vw / 7.5)) center /100% auto;
  padding-bottom: calc(69vw / 7.5);
}
.title .inner{
  width: calc(620vw / 7.5);
  margin: auto;
  padding: max(50px, calc(80vw / 7.5)) 0 0;
}
.kv-logo{
  width: calc(280vw / 7.5);
  margin: auto;
}
.title h1{
  width: calc(460vw / 7.5);
  margin: 0 auto calc(52vw / 7.5);
  animation: bounceIn 0.8s ease-out;
  }

    @keyframes bounceIn {
      0% {
        transform: scale(0) translateY(-50px);
        opacity: 0;
      }
      50% {
        transform: scale(1.08) translateY(0);
        opacity: 1;
      }
      70% {
        transform: scale(0.9) translateY(-10px);
      }
      85% {
        transform: scale(1.03) translateY(0);
      }
      100% {
        transform: scale(1) translateY(0);
        opacity: 1;
      }
    }


.title .lead{
  padding: 0;
  font-size: calc(40vw / 7.5);
	font-family: "zen-maru-gothic","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
  text-indent: -0.5em;
  padding-left: 0; 
  line-height: 1.9;
  position: relative;
  margin-bottom: 1.8em;
}
.title .lead2{
  font-size: calc(32vw / 7.5);
  line-height: 1.75;
}
.ttl-illust{
  width: calc(190vw / 7.5);
  position: absolute;
  top:0;
  right: calc(-63vw / 7.5);
}
.btn-kv{
  background:#ff2e60;
  line-height: 1;
  padding: calc(18vw / 7.68) 0;
}
.btn-kv img{
  width: calc(668vw / 7.68);
  margin: auto;
  display: block;
}
main {
  position: relative;
}

.sec01{
  padding-bottom: calc(70vw / 7.68);
}
.sec01 .inner{
  width: calc(620vw / 7.5);
  margin: auto;
	padding-top: calc(82vw / 7.5);
}
.video-btn-wrap {
  position: absolute;
  top: -18%;
  right: -5%;
  width: fit-content;
}
.video-btn-pink {
  animation: rotate-scale 15s linear infinite;
  width: calc(200vw / 7.5);
}
.video-btn-pink img {
  display: block;
}
.video-btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(120vw / 7.5);
  line-height: 1;
}
.video-btn-illust{
  position: absolute;
  top: -8%;
  right: -3%;
  width: calc(106vw / 7.5);
}
.video-btn-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes rotate-scale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.video-wrap{
  width: 100%; margin: 0 auto  min(50px,calc(50vw / 7.5));
  position: relative;
}
.video-wrap-inner{
  padding:56.25% 0 0 0;
  position:relative;
  overflow:hidden;
  border-radius: calc(20vw / 7.5);
}
.video-wrap-a{
  position:absolute;
  top:0; left:0; 
  width:100%; 
  height:100%; 
  z-index:10; 
  cursor:pointer; 
  background:rgba(0,0,0,0);
}
.video-wrap iframe{
position:absolute; top:0; left:0; width:100% !important; height:100% !important;
}
.video-wrap-inner a{
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec01 h2{
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
  font-size: calc(44vw / 7.5);
  text-align: center;
  background: url(../images/sec01-h2_sp.webp) no-repeat center bottom /contain;
  letter-spacing: 0;
}
.sec01 p{
  font-size: calc(32vw / 7.5);
  line-height: 1.75;
}
.link-btn-wrap{
  text-align: center;
  margin-top:calc(70vw / 7.5);

}
.link-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  font-size: calc(36vw / 7.5);
  border-radius: calc(60vw / 7.5);
  width: calc(560vw / 7.5);
  height: calc(120vw / 7.5);
  transition: 0.3s;
  background-color: #f9c15f;
  margin: auto;
  box-shadow: calc(6vw / 7.5) calc(6vw / 7.5) 0 0 #666666;
  border:none;
	font-family: "zen-maru-gothic","メイリオ",Meiryo,sans-serif;
    font-weight: 900;
  text-align: center;
}

.link-btn:hover {
  box-shadow: none;
  transform: translateY(5px);
} 
.link-btn a{
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.1em;
}


.sec02{
  background:url(../images/sec02-bg_sp.webp) no-repeat top center /contain;
    padding-bottom: calc(50vw / 7.68);
}
.sec02 .p01{
  margin-bottom:calc(20vw / 7.5);
  width: calc(540vw / 7.5);
}
.sec02 .p02{
  width: calc(480vw / 7.5);
  float: right;
}
.sec02 h2{
  padding-top:calc(160vw / 7.68);
  padding-bottom:calc(80vw / 7.68);
}

.sec03{
  border: calc(8vw / 7.5) solid #333;
  border-radius: calc(108vw / 7.5);
  margin-left: calc(-8vw / 7.5);
  width: calc(100% + calc(16vw / 7.5));

/* 背景のグリッド柄（方眼紙風） */
  background:url(../images/sec03-bg_sp.webp) #fff;
  background-size: calc(60vw / 7.5);
  margin-bottom: calc(90vw / 7.5);
}

.sec03 h2{
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
  font-size: calc(44vw / 7.5);
  text-align: center;
  background: url(../images/sec03-h2_sp.webp) no-repeat center bottom /contain;
}
.sec03{
  padding:calc(76vw / 7.5) 0;}
.sec03 .inner{
  width: calc(620vw / 7.5);
  margin: auto;
}
.sec03 .item{
  background:#fffbe8;
  border-radius: calc(20vw / 7.5);
  box-shadow: calc(6vw / 7.5) calc(6vw / 7.5) 0 0 #998675;
  padding: calc(30vw / 7.5) calc(20vw / 7.5);
  margin-bottom: calc(35vw / 7.5);
}
.sec03 .item-inner{
  display: flex;
  justify-content: flex-start;
  margin-bottom: calc(20vw / 7.5);
}
.item-wrap{
  width: calc(620vw / 7.5);
  margin: auto;
}
.sec03 .item-inner .thumb{
  width: calc(280vw / 7.5);
  margin-right: calc(20vw / 7.5);
  line-height: 1;
}
.sec03 .item-inner .txt{
  width: calc(280vw / 7.5);
}
.sec03 .item-inner .txt h3{
  font-size: calc(32vw / 7.5);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.sec03 .item-inner .txt p{
  font-size: calc(28vw / 7.5);
  line-height: 1.5;
}
.item-tag .tag{
  background:#f6ab00;
  padding: 0 0.8em;
  color:#fff;
  line-height: calc(44vw / 7.5);
  font-size: calc(26vw / 7.5);
  display: inline;
  border-radius: calc(22vw / 7.5);
  font-feature-settings: "palt" 1;
}
.item-tag{
  display: flex;
  gap: calc(5vw / 7.5);
}
/* アコーディオンの外枠 */


.sec03 .link-btn{
  background: #fff567;
  font-size: calc(36vw / 7.5);
  letter-spacing: 0.05em;
  margin-top: calc(60vw / 7.5);
}

.sec04{
  border: calc(8vw / 7.5) solid #333;
  border-radius: calc(108vw / 7.5);
  margin-left: calc(-8vw / 7.5);
  width: calc(100% + calc(16vw / 7.5));
  background:#fff567;
  margin-bottom: calc(180vw / 7.5);
  position: relative;
}
.sec04 h2{
  width: calc(560vw / 7.5);
  margin: auto;
  position: absolute;
  top: calc(-60vw / 7.5);
  left: 13vw;
}
.sec04 h3{
  width: calc(440vw / 7.5);
  font-size: calc(36vw / 7.5);
  color: #fff;
  text-align: center;
  height: calc(64vw / 7.5);
  position: absolute;
  top: calc(-16vw / 7.5);
  left: 50%;
  transform: translateX(-50%);
  border-radius: calc(32vw / 7.5);
  border-radius: calc(15vw / 7.5);
  letter-spacing: 0.1em;
  padding-top: 0.5%;
}
.sec04 .item-green h3{
  background: #5cb58a;
}
.sec04 .item-orange h3{
  background: #f18700;
}
.sec04 .item-pink h3{
  background: #f66c83;
}
.sec04{
  padding:calc(120vw / 7.5) 0 calc(95vw / 7.5);}
.sec04 .inner{
  width: calc(620vw / 7.5);
  margin: auto;
}
.sec04 .item{
  background:#fff;
  border-radius: calc(20vw / 7.5);
  box-shadow: calc(6vw / 7.5) calc(6vw / 7.5) 0 0 #333;
  padding: calc(70vw / 7.5) calc(20vw / 7.5) calc(50vw / 7.5) ;
  /* filter: drop-shadow(calc(6vw / 7.5) calc(6vw / 7.5) 0px #333); */
  position: relative;
  margin-bottom: calc(50vw / 7.5);
}
.sec04 .item .illust{
  margin-bottom: calc(20vw / 7.5);
}
.sec04 .item .txt p{
  font-size: calc(26vw / 7.5);
  line-height: 1.75;
}
.sec04 .item .txt p.note{
  font-size: calc(24vw / 7.5);
  color: #666;
  margin-top: 0.5em;
}
.sec04 .bottom p{
  color: #333;
  font-size: calc(26vw / 7.5);
  line-height: 1.75;
}
.sec04 .bottom{
  display: flex;
  justify-content: flex-start;
  gap: calc(10vw / 7.5);
  width: calc(620vw / 7.5);
  margin: auto;
}
.sec04 .bottom-illust{
  width:calc(230vw / 7.5);
}
.sec04 .bottom-txt{
  width:calc(375vw / 7.5);
}
.sec05{
  padding:calc(25vw / 7.5) 0 calc(80vw / 7.5);
  background: url(../images/sec05-bg_sp.webp) no-repeat top center /100% auto;
}
.sec05 .inner{
  width: calc(620vw / 7.5);
  margin: auto;
}
.sec05 h2{
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
  font-size: calc(44vw / 7.5);
  text-align: center;
  background: url(../images/sec05-h2_sp.webp) no-repeat center bottom /100% auto;
}
.sec05 p{
  text-align: center;
  font-size: calc(32vw / 7.5);
  line-height: 1.75;
}
.sec05 .item-wrap{
  display: flex;
  justify-content: left;
  gap:calc(18vw / 7.5);
  margin-top: calc(40vw / 7.5);
}
.sec06 .inner{
  background: #fff;
  padding-bottom: calc(90vw / 7.5);
}
.sec06 .top{
  line-height: 1;
  height: calc(155vw / 7.5);
  background: url(../images/sec06-top_sp.webp) no-repeat center bottom /contain;
}
.sec06 .inner .flex{
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: calc(620vw / 7.5);
  margin: auto;
  margin-bottom: calc(70vw / 7.5);
}
.sec06 .inner .flex h2{
  width: calc(460vw / 7.5);
  font-size: calc(44vw / 7.5);
  line-height: 1.9;
  letter-spacing:0;
}
.sec06 .inner .sec06-ill{
  width: calc(158vw / 7.5);
}
.sec06 .inner p{
  width: calc(620vw / 7.5);
  margin: auto;
  font-size: calc(32vw / 7.5);
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.sec06 .link-btn{
  background: #fff567;
}
.link-icon{
  width:calc(48vw / 7.5);
  margin-right: calc(14vw / 7.5);
}
footer{background:#fff;}
.footer-wrap{
  position: relative;
}
.footer-wrap .totop{
  width: calc(280vw / 7.5);
  margin: 0 auto;
  line-height: 1;
}
.footer-bar{
  background: #333333;
  width: 100%;
  height: calc(60vw / 7.5);
  padding-top: calc(13vw / 7.5);
  margin-top: -1px;
}
.footer-inner{
  padding-left: calc(30vw / 7.5);
  padding-right: calc(20vw / 7.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo{
  width: calc(170vw / 7.5);
  line-height: 1;
}
.footer-copy{
  font-size: calc(20vw / 7.5);
  color: #fff;
}
.bold600{
  font-weight: 600;
}
/* メニュー位置調整 */
#menu1{
  margin-top: -70px;
  padding-top: 70px;
}
#menu2{
  margin-top: -70px;
  padding-top: 70px;
  display: block;
}
#menu3{
  margin-top: -70px;
  padding-top: 70px;
  display: block;
}
#menu4{
  margin-top: -20px;
  padding-top: 120px;
  display: block;

}
#menu5{
  margin-top: -60px;
  padding-top: 60px;

}
  header,main,footer {
    overflow-x:hidden ;
  }
#accordion {
  display: none; /* 最初は隠しておく */
}
@media screen and (max-width: 560px) {


}

/* //////////////////////////////////////////////////////////////////////////////// PC //////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .wrap {
    width: 100%;
    position: relative;
  }
  header,main {
    width: 100%;
    margin-inline: auto;
    position: relative;
    overflow-x:auto ;
  }
	.header-bar {
    height: 64px;
  }
  .header-bar .logo{
    width: 220px;
    min-width: 220px;
    margin-left: 30px;
	  }
	  .title {
	  background: url(../images/kv-bg_pc.webp) no-repeat top center /100% auto;
	  padding-bottom: min(60px,calc(60vw / 11));
	  }
	@media screen and (max-width: 1920px) {
	  .title {
	  background: url(../images/kv-bg_pc.webp) no-repeat top center /1920px auto;
	}
	}

  .title .inner{
    width: min(900px,calc(900vw / 11));
    margin: auto;
    padding: min(64px,calc(64vw / 11)) 0 0;
  }
  .ttl-illust {
    width: auto;
    top: 2em;
    right: 0;
  }

  .title h1{
    width: min(530px,calc(530vw / 11));
    margin-bottom: min(70px,calc(70vw / 11));
	  padding-top: min(50px,calc(50vw / 11));
    }
	
  .title .lead {
    font-size: min(36px,calc(36vw / 11));
    text-align: center;
    margin-bottom: 2em;
  }
  .title .lead2 {
    font-size: min(24px,calc(24vw / 11));
    text-align: center;
    line-height: 1.75;
  }
  .kv-logo{
    width: min(130px,calc(130vw / 11));
    margin-bottom: min(120px,calc(120vw / 11));
  }
  .sec01{
  background: url(../images/sec01-bgleft.webp) no-repeat left top /480px auto,url(../images/sec01-bgright.webp) no-repeat right top /480px auto;
  }
	@media screen and (max-width: 1920px) {
  .sec01{
	  background: url(../images/sec01-bg_pc.webp) no-repeat center top /1920px auto;
	}
		}
		

  .sec01 .inner {
    width: auto;
	 padding-top: 0
  }
	.sec01 p {
		width: min(620px,calc(620vw / 11));
		margin: auto;
  }
  .sec01 h2 {
  font-size: min(44px,calc(44vw / 11));
  text-align: center;
  background: url(../images/sec01-h2_pc.webp) no-repeat center bottom /contain;
  margin: 0 auto 1.5em;
	  width: min(660px,calc(660vw / 11));
	  padding-right: 0.5em;
  }
	.video-wrap{
		width: min(620px,calc(620vw / 11));
	}
  .video-btn-wrap {
    top :auto;
    bottom: -13%;
    right: -16.5%;
  }
  .video-btn-pink {
    width: min(200px,calc(200vw / 11));
  }
  .video-btn-text {
    width: min(120px,calc(120vw /11));
  }
  .video-btn-illust{
    top: auto;
    bottom: 44%;
    right: -3%;
    width: min(106px,calc(106vw / 11));
  }
  .sec01 p{
    font-size: min(18px,calc(18vw / 11));
  }
  .link-btn-wrap{
    margin-top:min(35px,calc(35vw / 11));
  }

  .link-btn{
    font-size: min(28px,calc(28vw / 11));
    border-radius: min(40px,calc(40vw / 11));
    width: min(380px,calc(380vw / 11));
    height: min(80px,calc(80vw / 11));
    background-color: #f9c15f;
    margin: auto;
    box-shadow: min(6px,calc(6vw / 11)) min(6px,calc(6vw / 11)) 0 0 #666666;
  }
  .sec01 p.palt{
    font-feature-settings:unset;
  }
  .sec02{
    display: none;
  }
  .sec03 {
    padding: min(70px,calc(70vw / 11)) 0 min(140px,calc(140vw / 11));
    border: min(4px,calc(4vw / 11)) solid #333;
    border-radius: min(100px,calc(100vw / 11));
    background: url(../images/sec03-bg_sp.webp) #fff;
    background-size: min(30px,calc(30vw / 11));
    margin: 0 auto min(90px,calc(90vw / 11));
    width: 100% ;
    max-width: 1100px;
  }
  .sec03 h2{
  font-size: min(44px,calc(44vw / 11));
  text-align: center;
  width: min(620px,calc(620vw / 11));
  }
  .sec03 .item{
    border-radius: min(30px,calc(30vw / 11));
    box-shadow: min(6px,calc(6vw / 11)) min(6px,calc(6vw / 11)) 0 0 #998675;
    padding: min(30px,calc(30vw / 11)) min(20px,calc(20vw / 11));
    margin-bottom: min(10px,calc(10vw / 11));
    width: min(285px,calc(285vw / 11));
  }
  .sec03 .item-inner{
    display: inherit;
    margin-bottom: min(20px,calc(20vw / 11));
  }
  .item-wrap{
    width: min(900px,calc(900vw / 11));
    margin: auto;
      display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    gap: min(20px,calc(20vw / 11));
}
  .sec03 .item-inner .thumb {
    width: auto;
    margin: 0 0 min(20px,calc(20vw / 11));

  }
  .sec03 .item-inner .txt{
    width: auto;
  }
  .sec03 .item-inner .txt h3{
    font-size:  min(20px,calc(20vw / 11));
  }
  .sec03 .item-inner .txt p{
    font-size: min(16px,calc(16vw / 11));
  }
  .item-tag .tag{
    line-height: min(28px,calc(28vw / 11));
    font-size: min(14px,calc(14vw / 11));
    border-radius: min(14px,calc(14vw / 11));
}
/* 配置変更 */
  .sec03 .item-inner {
    display: grid;
    grid-template-areas:
      "h3"
      "thumb"
      "p";
    grid-template-rows: auto auto auto;
  }
  .sec03 .item-inner .thumb {
    grid-area: thumb;
  }
  .sec03 .item-inner .txt {
    display: contents; /* txtを透明な箱にして子要素をgridに直接参加させる */
  }
  .sec03 .item-inner h3 {
    grid-area: h3;
  }
  .sec03 .item-inner p {
    grid-area: p;
  }
  /* /配置変更 */

  .sec03 .link-btn{
    display: none;
  }
  .accordion-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .sec04{
    padding:min(150px,calc(150vw / 11)) 0 min(50px,calc(50vw / 11));
    border: min(4px,calc(4vw / 11)) solid #333;
    border-radius: min(100px,calc(100vw / 11));
    margin: 0 auto min(90px,calc(90vw / 11));
    width: 100% ;
    max-width: 1100px;
    position: relative;
  }
  .sec04 h2{
    width: min(560px,calc(560vw / 11));
    position: absolute;
    top: max(-50px,calc(-50vw / 11));
    left: 25%
  }
  .sec04 h3{
    width: min(300px,calc(300vw / 11));
    font-size: min(24px,calc(24vw / 11));
    height: min(44px,calc(44vw / 11));
    position: absolute;
    top: max(-20px,calc(-20vw / 11));
    border-radius: min(10px,calc(10vw / 11));
    letter-spacing: 0.1em;
    padding-top: 0.5%;
  }
  .sec04 .item-green h3{
    background: #5cb58a;
  }
  .sec04 .item-orange h3{
    background: #f18700;
  }
  .sec04 .item-pink h3{
    background: #f66c83;
  }
  .sec04 .inner{
    width: min(620px,calc(620vw / 11));
    margin: auto;
  }
  .sec04 .item{
    background:#fff;
    border-radius: min(20px,calc(20vw / 11));
    box-shadow: min(4px,calc(4vw / 11)) min(4px,calc(4vw / 11)) 0 0 #333;
    padding: min(70px,calc(70vw / 11)) min(20px,calc(204vw / 11)) min(40px,calc(40vw / 11)) ;
    margin-bottom: min(35px,calc(35vw / 11));
    position: relative;
    width: min(435px,calc(435vw / 11));
  }
  .sec04 .item.column2{
    width: 100%;
    padding: min(10px,calc(10vw / 11)) min(20px,calc(204vw / 11));
}
  .sec04 .item .illust{
    margin-bottom: min(20px,calc(20vw / 11));
  }
  .sec04 .item.column2 .illust{
    width: min(325px,calc(325vw / 11));
    margin-bottom: 0;
  }
  .sec04 .item.column2 .item-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec04 .item .txt p{
    font-size: min(18px,calc(18vw / 11));
  }
  .sec04 .item.column2 .txt{
    width: min(522px,calc(522vw / 11));
  }

  .sec04 .item .txt p.note{
    font-size: min(14px,calc(14vw / 11));
  }
  .sec04 .bottom p{
    font-size: min(18px,calc(18vw / 11));
  }
  .sec04 .bottom{
    display: flex;
    justify-content: center;
    gap: min(40px,calc(40vw / 11));
    width: 100%;
    align-items:center;
  }
  .sec04 .bottom-illust{
    width:min(180px,calc(180vw / 11));
  }
  .sec04 .bottom-txt{
    width:min(500px,calc(500vw / 11));
  }
  .sec05{
    padding:min(40px,calc(40vw / 11)) 0 180px;
    background: url(../images/sec05-bg_pc.webp) no-repeat top center;
    background-size: 1316px;
  }
  .sec05 .inner{
    width: min(620px,calc(620vw / 11));
  }
  .sec05 h2{
    font-size:min(44px,calc(44vw / 11));
  }
  .sec05 p {
  font-size: min(24px,calc(24vw / 11));
  }
  .sec05 .item-wrap{
    justify-content: center;
    gap: min(20px,calc(20vw / 11));
    margin: min(40px,calc(40vw / 11)) auto 0;
    width: min(620px,calc(620vw / 11));
  }
  .sec05 .item{
    width: min(300px,calc(300vw / 11));
  }
  .sec06 .top{
    display: none;
  }
  .sec06 {
	background: url("../images/article/action-bg_pc.webp") top center /100% 200px no-repeat, linear-gradient( to bottom, transparent 0, transparent 200px, #fff 200px, #fff 100% );
    padding: 115px 0;
    margin-top: -115px;
    z-index: 1;
    position: relative;
  }
  .sec06 .inner{
    background: none;
      width: min(900px,calc(900vw / 11));
      margin: auto;
      position: relative;
}
  .sec06 .inner .flex{
    display: inherit;
    width: auto;
    margin-bottom: min(30px,calc(30vw / 11));
  }
  .sec06 .inner .flex h2{
    font-size: min(36px,calc(36vw / 11));
    width: auto;
    letter-spacing: 0.1em;
  }
  .sec06 .inner .sec06-ill{
    width: min(152px,calc(152vw / 11));
    position: absolute;
    top: max(-30px,calc(-30vw / 11));
    right: min(20px,calc(20vw / 11));
  }
  .sec06 .inner p{
    width:auto;
    font-size: min(24px,calc(24vw / 11));
    margin-bottom:2.5em ;
  }
  .sec06 .link-btn{
    background: #fff567;
    margin-bottom: 0;
  }
	 .sec06 .link-btn a {
		 padding-top: 0.9em;
  }
  .link-icon{
    width:min(40px,calc(40vw / 11));
    margin-right: min(14px,calc(14vw / 11));
  }
  .footer-wrap{
    position: relative;
    background: #fff;
  }
  .footer-wrap .totop{
    width: min(280px,calc(280vw / 11));
  }
  .footer-bar{
    height: min(60px,calc(60vw / 11));
    padding-top: min(13px,calc(13vw / 11));
  }
  .footer-inner{
    padding-left: min(30px,calc(30vw / 11));
    padding-right: min(20px,calc(20vw / 11));
  }
  .footer-logo{
    width: min(170px,calc(170vw / 11));
  }
  .footer-copy{
    font-size: min(20px,calc(20vw / 11));
    color: #fff;
  }
	#accordion {
	  display: block; /* 最初は隠しておく */
	}



}




/* animation */
.animate{
  opacity: 0;
}
.animate.is_animated{
  -webkit-animation: fadeInUp 0.5s linear ;
  animation: fadeInUp 0.5s linear ;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1000;
}
.modal-bg {
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  cursor: pointer;
}
.modal-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; max-width: 900px;
}
.iframe-wrap {
  position: relative;
  padding-top: 56.25%; /* 16:9比率 */
}
.modal-close-btn {
  position: absolute;
  top: -40px; right: 0;
  background: none; border: none;
  color: #fff; font-size: 35px; cursor: pointer;
}
