@charset "utf-8";

:root{
  --main-color: #312020;
  --hover-tr: .3s opacity ease;
  --hover-op: .6;
}

.kampofullife-lp{
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  background-color: #f9fae6;
  background-image: url(../images/bg.png);
  background-size: 100% auto;
  font-weight: 500;
  color: var(--main-color);
  overflow: clip;
}
.kv,
.age,
.what,
.qa,
.member,
.links{
  position: relative;
  z-index: 2;
}
.bg-img{
  position: absolute;
}
.bg-img img{
  width: 100%;
}
.marker{
  background: #fddb43;
  display: inline;
}

.js-ttl__sec{
  display: block;
}
.js-ttl__sec span{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
}

/* ttl文字のアニメーション */
.js-ttl .js-ttl__sec span{
  opacity: 0;
}
.js-ttl.js-appear .js-ttl__sec span{
  animation: a-text-fadeup 1.2s ease forwards;
  transform-origin: bottom;
}
@keyframes a-text-fadeup {
	0% {
    opacity: 0;
    transform: scale(.5);
  }
	100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ttl下線のアニメーション */
.js-ttl.js-appear .js-ttl__sec:after{
  animation: a-line 8s linear forwards infinite;
  transform-origin: right;
}
@keyframes a-line {
  0%{
    transform: scale(100%, 100%);
    transform-origin: right;
  }
  7%{
    transform: scale(0, 100%);
  }
  60%{
    transform-origin: right;
  }
  65%{
    transform: scale(0, 100%);
    transform-origin: left;
  }
  72%{
    transform: scale(100%, 100%);
  }
  99%{
    transform-origin: left;
  }
  100%{
    transform: scale(100%, 100%);
    transform-origin: right;
  }
}

/* KV circle band */
.kv-circle__container{
  position: relative;
}
.kv-circle__wrapper {
  position: relative;
  animation: rotate 60s infinite linear;
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

  /* イラストの種類ごとの大きさ */
  .kv-circle__ill.--ill-01{
    width: 26.2%;
  }
  .kv-circle__ill.--ill-02{
    width: 15.7%;
  }
  .kv-circle__ill.--ill-03{
    width: 17.3%;
  }
  .kv-circle__ill.--ill-04{
    width: 15.7%;
  }
  .kv-circle__ill.--ill-05{
    width: 17.4%;
  }
  .kv-circle__ill.--ill-06{
    width: 14.4%;
  }
  .kv-circle__ill.--ill-07{
    width: 15%;
  }
  .kv-circle__ill.--ill-08{
    width: 24.2%;
  }
  .kv-circle__ill.--ill-08-s{
    width: 14.4%;
  }
  .kv-circle__ill.--ill-09{
    width: 21%;
  }
  .kv-circle__ill.--ill-10{
    width: 13.4%;
  }
  .kv-circle__ill.--ill-10-s{
    width: 11.7%;
  }
  .kv-circle__ill.--ill-11{
    width: 8.3%;
  }
  .kv-circle__ill.--ill-12{
    width: 8.3%;
  }
  .kv-circle__ill.--ill-13{
    width: 13.9%;
  }
  .kv-circle__ill.--ill-13-s{
    width: 8.7%;
  }
  .kv-circle__ill.--ill-15{
    width: 13.9%;
  }

  .kv-band__ill.--ill-01{
    width: 14.3%;
  }
  .kv-band__ill.--ill-02{
    width: 8.36%;
  }
  .kv-band__ill.--ill-03{
    width: 9.2%;
  }
  .kv-band__ill.--ill-04{
    width: 8.36%;
  }
  .kv-band__ill.--ill-05{
    width: 9.3%;
  }
  .kv-band__ill.--ill-06{
    width: 7.6%;
  }
  .kv-band__ill.--ill-07{
    width: 8%;
  }
  .kv-band__ill.--ill-08{
    width: 8.7%;
  }
  .kv-band__ill.--ill-08-s{
    width: 7.6%;
  }
  .kv-band__ill.--ill-09{
    width: 11.6%;
  }
  .kv-band__ill.--ill-09-2{
    width: 8.36%;
  }
  .kv-band__ill.--ill-10{
    width: 7.1%;
  }
  .kv-band__ill.--ill-11{
    width: 4.1%;
  }
  .kv-band__ill.--ill-12{
    width: 4.1%;
  }
  .kv-band__ill.--ill-13{
    width: 8%;
  }
  .kv-band__ill.--ill-13-s{
    width: 4.4%;
  }
  .kv-circle__ill img,
  .kv-band__ill img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* イラストごとの配置 */
  .kv-circle__ill.--n01{
    top: -11%;
    left: 30%;
  }
  .kv-circle__ill.--n02{
    top: -4%;
    left: 19%;
  }
  .kv-circle__ill.--n03{
    top: -2%;
    left: 0%;
  }
  .kv-circle__ill.--n04{
    top: 17%;
    left: -4%;
  }
  .kv-circle__ill.--n05{
    top: 29%;
    left: -11%;
  }
  .kv-circle__ill.--n06{
    top: 47%;
    left: -11%;
  }
  .kv-circle__ill.--n07{
    left: -11%;
    bottom: 29%;
  }
  .kv-circle__ill.--n08{
    left: -3%;
    bottom: 15%;
  }
  .kv-circle__ill.--n09{
    left: 8%;
    bottom: 6%;
  }
  .kv-circle__ill.--n10{
    left: 17%;
    bottom: -8%;
  }
  .kv-circle__ill.--n11{
    left: 39%;
    bottom: -8%;
  }
  .kv-circle__ill.--n12{
    bottom: -11%;
    right: 30%;
  }
  .kv-circle__ill.--n13{
    bottom: -4%;
    right: 19%;
  }
  .kv-circle__ill.--n14{
    bottom: -2%;
    right: 0%;
  }
  .kv-circle__ill.--n15{
    bottom: 17%;
    right: -4%;
  }
  .kv-circle__ill.--n16{
    bottom: 29%;
    right: -11%;
  }
  .kv-circle__ill.--n17{
    bottom: 47%;
    right: -11%;
  }
  .kv-circle__ill.--n18{
    right: -11%;
    top: 29%;
  }
  .kv-circle__ill.--n19{
    right: -3%;
    top: 15%;
  }
  .kv-circle__ill.--n20{
    right: 8%;
    top: 6%;
  }
  .kv-circle__ill.--n21{
    right: 17%;
    top: -8%;
  }
  .kv-circle__ill.--n22{
    right:37%;
    top: -8%;
  }
  .kv-circle__ill.--n23{
    top: 11%;
    left: 33%;
  }
  .kv-circle__ill.--n24{
    top: 15%;
    left: 19%;
  }
  .kv-circle__ill.--n25{
    top: 32%;
    left: 20%;
  }
  .kv-circle__ill.--n26{
    top: 33%;
    left: 2%;
  }
  .kv-circle__ill.--n27{
    top: 47%;
    left: -4%;
  }
  .kv-circle__ill.--n28{
    left: 8%;
    bottom: 28%;
  }
  .kv-circle__ill.--n29{
    left: 15%;
    bottom: 13%;
  }
  .kv-circle__ill.--n30{
    left: 24%;
    bottom: 5%;
  }
  .kv-circle__ill.--n31{
    bottom: 13%;
    right: 38%;
  }
  .kv-circle__ill.--n32{
    bottom: 15%;
    right: 19%;
  }
  .kv-circle__ill.--n33{
    bottom: 32%;
    right: 20%;
  }
  .kv-circle__ill.--n34{
    bottom: 33%;
    right: 2%;
  }
  .kv-circle__ill.--n35{
    bottom: 47%;
    right: -4%;
  }
  .kv-circle__ill.--n36{
    right: 8%;
    top: 28%;
  }
  .kv-circle__ill.--n37{
    right: 15%;
    top: 13%;
  }
  .kv-circle__ill.--n38{
    right: 24%;
    top: 5%;
  }
  .kv-circle__ill.--n39{
    top: 13%;
    left: 43%;
  }
  .kv-circle__ill.--n40{
    top: 22%;
    left: 29%;
  }
  .kv-circle__ill.--n41{
    top: 35%;
    left: 29%;
  }
  .kv-circle__ill.--n42{
    top: 50%;
    left: 20%;
  }
  .kv-circle__ill.--n43{
    left: 25%;
    bottom: 26%;
  }
  .kv-circle__ill.--n44{
    bottom: 10%;
    right: 47%;
  }
  .kv-circle__ill.--n45{
    bottom: 22%;
    right: 29%;
  }
  .kv-circle__ill.--n46{
    bottom: 35%;
    right: 29%;
  }
  .kv-circle__ill.--n47{
    bottom: 50%;
    right: 20%;
  }
  .kv-circle__ill.--n48{
    right: 23%;
    top: 26%;
  }
  .kv-circle__ill.--n49{
    left: 30%;
    bottom: 40%;
  }
  .kv-circle__ill.--n50{
    left: 41%;
    bottom: 33%;
  }
  .kv-circle__ill.--n51{
    right: 30%;
    top: 40%;
  }
  .kv-circle__ill.--n52{
    right: 41%;
    top: 33%;
  }
  .kv-circle__ill.--n53{
    right: 41%;
    top: 47%;
  }
  .kv-circle__ill.--n54{
    right: 44%;
    top: 41%;
  }

  .kv-band__ill.--n01{
    left: 0;
    bottom: -3%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n02{
    left: 10%;
    bottom: -5%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n03{
    left: 9.5%;
    bottom: -23%;
    transform: rotate(-15deg);
  }
  .kv-band__ill.--n04{
    left: 25%;
    bottom: -5%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n05{
    left: 33%;
    bottom: 0%;
    transform: rotate(-150deg);
  }
  .kv-band__ill.--n06{
    left: 40.5%;
    bottom: -6%;
    transform: rotate(30deg);
  }
  .kv-band__ill.--n07{
    left: 49%;
    bottom: -6%;
    transform: rotate(-150deg);
  }
  .kv-band__ill.--n08{
    left: 58%;
    bottom: 18%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n09{
    left: 61%;
    bottom: -8%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n10{
    left: 63%;
    bottom: -15%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n11{
    left: 77%;
    bottom: 0;
    transform: rotate(30deg);
  }
  .kv-band__ill.--n12{
    left: 84%;
    bottom: -7%;
    transform: rotate(208deg);
  }
  .kv-band__ill.--n13{
    left: 92%;
    bottom: -8%;
    transform: rotate(-30deg);
  }
  .kv-band__ill.--n14{
    left: 3%;
    bottom: 50%;
  }
  .kv-band__ill.--n15{
    left: 5%;
    bottom: 69%;
  }
  .kv-band__ill.--n16{
    left: 12%;
    bottom: 99%;
  }
  .kv-band__ill.--n17{
    left: 21%;
    bottom: 41%;
  }
  .kv-band__ill.--n18{
    left: 20%;
    bottom: 57%;
  }
  .kv-band__ill.--n19{
    left: 30%;
    bottom: 83%;
  }
  .kv-band__ill.--n20{
    left: 39.5%;
    bottom: 58%;
  }
  .kv-band__ill.--n21{
    left: 43%;
    bottom: 41%;
  }
  .kv-band__ill.--n22{
    left: 54%;
    bottom: 48%;
  }
  .kv-band__ill.--n23{
    left: 66%;
    bottom: 53%;
  }
  .kv-band__ill.--n24{
    left: 74%;
    bottom: 51%;
  }
  .kv-band__ill.--n25{
    left: 79%;
    bottom: 64%;
  }
  .kv-band__ill.--n26{
    left: 87%;
    bottom: 36%;
  }
  .kv-band__ill.--n27{
    left: 90%;
    bottom: 70%;
  }
  .kv-band__ill.--n28{
    left: 98%;
    bottom: 37%;
  }

  /* イラストの左右の揺れ */
  .rotate-01,
  .rotate-02,
  .rotate-b-01{
    animation: a-ill-appear-kv 1s ease forwards;
    animation-delay: .3s;
    transform-origin: center;
    opacity: 0;
    transform: scale(0);
  }
  .rotate-01 img{
    animation: rotate01 2s infinite alternate ease-in-out;
  }
  .rotate-02 img{
    animation: rotate02 2s infinite alternate ease-in-out;
  }
  .rotate-b-01 img{
    animation: rotate-b01 2s infinite alternate ease-in-out;
  }
  .rotate-b-02 img{
    animation: rotate-b02 2s infinite alternate ease-in-out;
  }
  @keyframes rotate01 {
    0% {
        transform: rotate(-25deg);
    }
    20%{
        transform: rotate(-25deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(5deg);
    }
  }
  @keyframes rotate02 {
    0% {
        transform: rotate(25deg);
    }
    20%{
        transform: rotate(25deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
  }
  @keyframes rotate-b01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(20deg);
    }
  }
  @keyframes rotate-b02 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-20deg);
    }
  }
  @keyframes a-ill-appear-kv {
    0%{
      opacity: 0;
      transform: scale(0);
    }
    100%{
      opacity: 100%;
      transform: scale(100%);
    }
  }

/* KV person */
.kv-person{
  position: absolute;
}
.kv-person__body{
  position: relative;
  width: 80%;
  z-index: 2;
}
.kv-person__leftarm{
  position: absolute;
  top: 26%;
  left: 22%;
  width: 7%;
  z-index: 3;
  animation: a-person-leftarm 2s infinite alternate ease-in-out;
  transform-origin: 80% 5%;
}
.kv-person__rightarm{
  position: absolute;
  top: 27%;
  left: 23%;
  width: 29%;
  z-index: 1;
  animation: a-person-rightarm 2s infinite alternate ease-in-out;
  transform-origin: 4% 40%;
}
.kv-person__leftleg{
  position: absolute;
  top: 52%;
  left: 34%;
  width: 14%;
  z-index: 1;
  animation: a-person-leftleg 2s infinite alternate ease-in-out;
  transform-origin: 23% 8%;
}
.kv-person__rightleg{
  position: absolute;
  top: 50%;
  left: 39%;
  width: 30%;
  z-index: 1;
  animation: a-person-rightleg 2s infinite alternate ease-in-out;
  transform-origin: -1% -13%;
}
.kv-person__skirt{
  position: absolute;
  top: 49.5%;
  left: 36%;
  width: 19%;
  z-index: 1;
  
}
@keyframes a-person-leftarm {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(-55deg);
  }
}
@keyframes a-person-rightarm {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(60deg);
  }
}
@keyframes a-person-leftleg {
  0%{
    transform: rotate(-47deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
@keyframes a-person-rightleg {
  0%{
    transform: rotate(41deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

/* イラスト 左右 */
.ill-box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: rotate03 2s infinite alternate ease-in-out;
  animation-delay: 1s;
}
.card:nth-of-type(odd) .ill-box{
  animation: rotate03 2s infinite alternate ease-in-out;
}
.card:nth-of-type(even) .ill-box{
  animation: rotate04 2s infinite alternate ease-in-out;
}
.card:nth-of-type(1) .ill-box{
  animation-delay: -0.5s;
}
.card:nth-of-type(2) .ill-box{
  animation-delay: -1.5s;
}
.card:nth-of-type(3) .ill-box{
  animation-delay: -0.8s;
}
.card:nth-of-type(4) .ill-box{
  animation-delay: -1s;
}
.card:nth-of-type(5) .ill-box{
  animation-delay: -0.1s;
}
@keyframes rotate03 {
  0% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes rotate04 {
  0% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.ill-box__img{
  display: block;
  width: 0;
}
.js-scroll.js-appear .ill-box__img{
  animation: a-ill-appear .8s ease forwards;
  transform-origin: bottom;
}
@keyframes a-ill-appear {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.merit__item:nth-of-type(1) .ill-box__img{
  animation-delay: .2s;
}
.merit__item:nth-of-type(2) .ill-box__img{
  animation-delay: .4s;
}
.merit__item:nth-of-type(3) .ill-box__img{
  animation-delay: .6s;
}
.merit__item:nth-of-type(4) .ill-box__img{
  animation-delay: .8s;
}
.merit__item:nth-of-type(5) .ill-box__img{
  animation-delay: 1s;
}

/* ================================
PC
 ================================ */
@media screen and (min-width: 769px){
  .sp{
    display: none;
  }

  /* header */
  header{
    position: relative;
    background-color: #fff;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .1));
    z-index: 3;
  }
  header h1{
    padding: 16px 0;
    text-align: center;
  }
  header a{
    display: block;
  }
  header img{
    width: 370px;
  }

  /* kv */
  .kv{
    height: 662px;
    /* height: 1500px; */
  }
  .kv-circle{
    position: absolute;
    top: 200px;
    /* top: 100px; */
    right: -30vw;
    /* right: 150px; */
  }
  .kv-person{
    top: -3%;
    left: -8%;
    width: 19.3%;
    height: 14.16%;
    transform: rotate(3deg);
  }
  .kv-circle__wrapper {
    width: 55vw;
    height: 55vw;
  }
  .kv-cirale-bg{
    position: absolute;
    left: -20.3vw;
    top: -26%;
    width: 52.3vw;
  }
  .kv-cirale-bg img{
    width: 100%;
  }
  .kv-circle__inner{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* border: 1px solid #000; */
    border-radius: 50%;
    transform: scale(1.2);
  }
  .kv-circle__ill{
    position: absolute;
  }
  .band-wrapper{
    position: absolute;
    top: -60vw;
    left: -30vw;
    transform: rotate(-30deg);
    display: flex;
    align-items: center;
  }
  .band-bg{
    position: absolute;
    left: -14vw;
    top: -11vw;
    transform: rotate(30deg);
    width: 76.46vw;
  }
  .band-bg img{
    width: 100%;
  }
  .kv-band{
    width: 138.2vw;
    height: 20.83vw;
    /* background-color: #fff; */
    animation: loop infinite linear 30s both;
  }

  @keyframes loop {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .kv-band__ill{
    position: absolute;
  }
  .kv__text{
    position: relative;
    margin: 0 auto;
    /* padding-top: 240px; */
    width: 61.4%;
    max-width: 1000px;
  }

  .kv__ttl{
    position: absolute;
    top: 240px;
    left: 0;
    animation: a-kv-ttl 1s ease forwards;
    animation-delay: 3s;
  }
  @keyframes a-kv-ttl {
    0% {
      opacity: 1;
      top: 240px;
    }
    50%{
      opacity: 0;
      top: 20px;
    }
    100% {
      opacity: 0;
      top: -100px;
    }
  }
  .kv-ttl__sec.--n02{
    margin-top: 10px;
  }
  .lead{
    position: absolute;
    top: 580px;
    left: 0;
    font-size: 24px;
    line-height: 2.9;
    letter-spacing: 0.065em;
    font-weight: 700;
    opacity: 0;
    animation: a-kv-lead 1.2s ease forwards;
    animation-delay: 3s;
  }
  @keyframes a-kv-lead {
    0% {
      opacity: 0;
      top: 580px;
    }
    50%{
      opacity: 0;
    }
    100% {
      opacity: 1;
      top: 172px;
    }
  }
  .lead__text:nth-of-type(4){
    margin-top: 40px;
  }
  .lead__text span{
    position: relative;
    animation: a-lead-fadeup .5s ease forwards;
    transform-origin: bottom;
    opacity: 0;
    top: 5px;
  }
  @keyframes a-lead-fadeup {
    0% {
      opacity: 0;
      transform: scale(.5);
      top: 5px;
    }
    100% {
      opacity: 1;
      transform: scale(1);
      top: 0;
    }
  }
  .kv-ttl__sec span{
    width: 44px;
    height: 52px;
  }
  .kv-ttl__sec span:not(:first-of-type){
    margin-left: 11px;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(1){
    width: 42px;
    background-image: url(../images/text_kvttl_1-01.svg);
    animation-delay: .15s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(2){
    width: 41px;
    background-image: url(../images/text_kvttl_1-02.svg);
    animation-delay: .2s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(3){
    width: 37px;
    background-image: url(../images/text_kvttl_1-03.svg);
    animation-delay: .25s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(4){
    width: 40px;
    background-image: url(../images/text_kvttl_1-04.svg);
    animation-delay: .3s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(5){
    width: 42px;
    background-image: url(../images/text_kvttl_1-05.svg);
    animation-delay: .35s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(6){
    width: 38px;
    background-image: url(../images/text_kvttl_1-06.svg);
    animation-delay: .4s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(7){
    width: 13px;
    height: 15px;
    vertical-align: bottom;
    background-image: url(../images/text_kvttl_1-07.svg);
    animation-delay: .45s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(1){
    width: 35px;
    background-image: url(../images/text_kvttl_2-01.svg);
    animation-delay: .5s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(2){
    width: 29px;
    height: 30px;
    vertical-align: bottom;
    background-image: url(../images/text_kvttl_2-02.svg);
    animation-delay: .55s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(3){
    width: 30px;
    background-image: url(../images/text_kvttl_2-03.svg);
    animation-delay: .6s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(4){
    width: 43px;
    background-image: url(../images/text_kvttl_2-04.svg);
    animation-delay: .65s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(5){
    width: 38px;
    background-image: url(../images/text_kvttl_2-05.svg);
    animation-delay: .7s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(6){
    width: 40px;
    background-image: url(../images/text_kvttl_2-06.svg);
    animation-delay: .75s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(7){
    width: 33px;
    background-image: url(../images/text_kvttl_2-07.svg);
    animation-delay: .8s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(8){
    width: 41px;
    background-image: url(../images/text_kvttl_2-08.svg);
    animation-delay: .85s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(9){
    width: 31px;
    background-image: url(../images/text_kvttl_2-09.svg);
    animation-delay: .9s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(10){
    width: 28px;
    background-image: url(../images/text_kvttl_2-10.svg);
    animation-delay: .95s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(11){
    width: 12px;
    height: 12px;
    vertical-align: bottom;
    background-image: url(../images/text_kvttl_2-11.svg);
    animation-delay: 1s;
  }
  .kv__scroll{
    display: block;
    position: absolute;
    bottom: -15%;
    left: 30px;
    width: 16px;
  }


  /* nav */

  .nav-wrapper{
    position: relative;
    padding-top: 80px;
  }
  .nav-pc{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 13px 0;
    width: 85%;
    max-width: 1070px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 7px 7px 3.2px rgba(0, 0, 0, .1);
    z-index: 5;
  }
  .nav-pc.js-fixed{
    position: fixed;
    top: 0;
    padding: 8px 0;
    width: 100%;
    max-width: none;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
  }
  .nav-pc.js-fixed.js-active{
    opacity: 1;
    visibility: visible;

  }
  .nav-pc__list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .nav-pc.js-fixed .nav-pc__list{
    margin: 0 auto;
    width: 85%;
  }
  .nav-pc__item{
    display: block;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
    line-height: 1.39;
    font-weight: 700;
    width: 18%;
  }
  .nav-pc.js-fixed .nav-pc__item{
    line-height: 1.2;
  }
  .nav-pc__item:first-of-type{
    margin-left: 12px;
    flex-shrink: 0;
  }
  .nav-pc__item:nth-of-type(2){
    width: 16%;
  }
  .nav-pc__item:nth-of-type(3){
    width: 15%;
  }
  .nav-pc__item:nth-of-type(4){
    flex-shrink: 0;
  }
  .nav-pc__item:last-of-type{
    margin-right: 12px;
    width: 16%;
  }
  .nav-pc__item:not(:first-of-type){
    border-left: 2px solid var(--main-color);
  }
  .nav-pc__item a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    height: 100%;
    border-radius: 10px;
    transition: .3s all ease;
  }
  .nav-pc.js-fixed .nav-pc__item a{
    padding: 7px 6px;
  }
  .nav-pc__item a:hover,
  .nav-pc__item.js-current a{
    background-color: #fddb43;
  }

  /* age */
  .age{
    margin-top: 150px;
  }
  .age__inner{
    width: 73%;
    max-width: 1060px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .age__box--color{
    position: relative;
  }
  .age__box--color:after{
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_border_age_color.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .age__box{
    position: relative;
    padding: 122px 66px 75px;
    border-radius: 31px;
    background-image: url(../images/bg_border_age.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
  }
  .age__ttl{
    position: absolute;
    top: -73px;
    padding: 9px 70px 35px 38px;
    background-image: url(../images/bg_agettl.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .age-ttl__sec.--n01:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 39%;
    left: 155px;
    width: 179px;
    height: 14px;
    background-image: url(../images/line_agettl.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .age-ttl__sec.--n01:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 39%;
    left: 155px;
    width: 179px;
    height: 14px;
    background-color: #fddb43;
  }
  .age__ttl.js-appear .age-ttl__sec.--n01:after{
    animation-delay: 1.2s;
  }
  .age-ttl__sec.--n02{
    position: relative;
    left: 154px;
    margin-top: 23px;
  }
  .age-ttl__sec span{
    width: 44px;
    height: 48px;
  }
  .age-ttl__sec span:not(:first-of-type){
    margin-left: 5px;
  }
  body:not([class]) .age__ttl.js-ttl .js-ttl__sec span{
    opacity: 1;
  }
  .age__ttl.js-ttl.js-appear .js-ttl__sec span{
    animation: none;
  }
  .js-complete .age__ttl.js-ttl.js-appear .js-ttl__sec span{
    animation: a-text-fadeup 1.2s ease forwards;
    animation-delay: 1s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(1){
    width: 38px;
    background-image: url(../images/text_agettl_1-01.svg);
  }
  .age-ttl__sec.--n01 span:nth-of-type(2){
    width: 39px;
    background-image: url(../images/text_agettl_1-02.svg);
    animation-delay: .1s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(3){
    width: 33px;
    background-image: url(../images/text_agettl_1-03.svg);
    animation-delay: .2s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(4){
    width: 25px;
    background-image: url(../images/text_agettl_1-04.svg);
    animation-delay: .3s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(5){
    width: 34px;
    background-image: url(../images/text_agettl_1-05.svg);
    animation-delay: .4s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(6){
    width: 39px;
    background-image: url(../images/text_agettl_1-06.svg);
    animation-delay: .5s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(7){
    width: 40px;
    background-image: url(../images/text_agettl_1-07.svg);
    animation-delay: .6s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(8){
    width: 35px;
    background-image: url(../images/text_agettl_1-08.svg);
    animation-delay: .7s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(1){
    width: 39px;
    background-image: url(../images/text_agettl_2-01.svg);
    animation-delay: .8s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(2){
    width: 33px;
    background-image: url(../images/text_agettl_2-02.svg);
    animation-delay: .9s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(3){
    width: 38px;
    background-image: url(../images/text_agettl_2-03.svg);
    animation-delay: 1s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(4){
    width: 37px;
    background-image: url(../images/text_agettl_2-04.svg);
    animation-delay: 1.1s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(5){
    width: 32px;
    background-image: url(../images/text_agettl_2-05.svg);
    animation-delay: 1.2s;
  }
  .age__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -58px;
    margin-bottom: -30px;
  }
  .age__top .age__text{
    font-size: 24px;
    line-height: 2.42;
    letter-spacing: 0.035em;
    font-weight: 700;
  }
_::-webkit-full-page-media, _:future, :root .age__top .age__text rt {
	transform: translateY(0.8em);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .age__top .age__text rt {
		transform: translateY(0.8em);
	}
}
  .age__img{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 16px;
    width: 37%;
    min-height: 387px;
  }
  .age__img img{
    width: 100%;
  }
  .age-figure{
    position: relative;
    margin-top: 30px;
    padding: 70px 38px 40px;
    border-radius: 34px;
    background-color: #eff2ed;
  }
  .age-figure__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 456px;
    height: 75px;
    border-radius: 100px;
    background-color: var(--main-color);
  }
  .age-figure__ttl img{
    width: 312px;
  }
  .age-figure__subttl{
    margin-bottom: 34px;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.11em;
    font-weight: 700;
  }
  .age-figure__box img{
    width: 100%;
  }
  .age-figure__text{
    margin-top: 14px;
    padding: 11px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.025em;
    line-height: 1.6;
    font-weight: 700;
    background: #fff;
  }
  .age__bottom{
    margin-top: 56px;
  }
  .age__bottom .age__text{
    font-size: 22px;
    line-height: 1.68;
    letter-spacing: 0.12em;
    font-weight: 700;
  }
  .bg-age-01{
    position: absolute;
    bottom: 30px;
    right: -6.5%;
    width: 13.95%;
    max-width: 201px;
  }
  .bg-age-01 img{
    width: 100%;
  }

  /* what */
  .what{
    z-index: 1;
  }
  .what__inner{
    position: relative;
    width: 60%;
    max-width: 1060px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .bg-what-01{
    position: absolute;
    top: -27%;
    left: 54%;
    transform: translateX(-50%);
    width: 160%;
    min-width: 1756px;
    z-index: -1;
  }
  .what__imgbox{
    position: absolute;
    top: 56px;
    right: -9%;
    width: 47%;
    max-width: 430px;
  }
  .what__imgbox:after{
    content: "";
    display: block;
    position: absolute;
    top: 3%;
    right: 3%;
    width: 58px;
    height: 108px;
    background-image: url(../images/ill_whatttl_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate-w 2s infinite alternate ease-in-out;
    animation-delay: -1.8s;
    transform: rotate(45deg);
  }
  @keyframes rotate-w {
    0%{
      transform: rotate(45deg);
    }
    100%{
      transform: rotate(25deg);
    }
  }
  .what__img{
    width: 100%;
  }
  .what__ttl{
    position: relative;
  }
  .what-ttl__sec.--n01{
    margin-left: -17px;
  }
  .what-ttl__sec:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 62%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .what-ttl__sec.--n01:before{
    top: 55%;
    left: 0;
    width: 308px;
    height: 22px;
    background-image: url(../images/line_whatttl_01.png);
  }
  .what-ttl__sec.--n01:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 54%;
    left: 0;
    width: 308px;
    height: 26px;
    background-color: #fff;
  }
  .what__ttl.js-appear .what-ttl__sec.--n01:after{
    animation-delay: .3s;
  }
  .what-ttl__sec.--n02:before{
    top: 103%;
    left: 0;
    width: 493px;
    height: 24px;
    background-image: url(../images/line_whatttl_02.png);
  }
  .what-ttl__sec.--n02:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 103%;
    left: 0;
    width: 493px;
    height: 24px;
    background-color: #fff;
  }
  .what__ttl.js-appear .what-ttl__sec.--n02:after{
    animation-delay: 1.1s;
  }
  .what-ttl__sec.--n02{
    margin-top: 36px;
  }
  .what-ttl__sec span{
    width: 44px;
    height: 67px;
  }
  .what-ttl__sec span:not(:first-of-type){
    margin-left: 15px;
  }
  .what-ttl__sec.--n01 span:nth-of-type(1){
    position: relative;
    bottom: 6px;
    width: 107px;
    height: 124px;
    background-image: url(../images/text_whatttl_1-01.svg);
  }
  .what-ttl__sec.--n01 span:nth-of-type(2){
    width: 88px;
    height: 115px;
    background-image: url(../images/text_whatttl_1-02.svg);
    animation-delay: .1s;
  }
  .what-ttl__sec.--n01 span:nth-of-type(3){
    position: relative;
    bottom: 15px;
    vertical-align: bottom;
    margin-left: 10px;
    width: 33px;
    height: 35px;
    background-image: url(../images/text_whatttl_1-03.svg);
    animation-delay: .2s;
  }
  .what-ttl__sec.--n01 span:nth-of-type(4){
    position: relative;
    bottom: 6px;
    vertical-align: bottom;
    margin-left: 15px;
    width: 40px;
    background-image: url(../images/text_whatttl_1-04.svg);
    animation-delay: .3s;
  }

  .what-ttl__sec.--n02 span:nth-of-type(1){
    width: 53px;
    background-image: url(../images/text_whatttl_2-01.svg);
    animation-delay: .4s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(2){
    width: 55px;
    background-image: url(../images/text_whatttl_2-02.svg);
    animation-delay: .5s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(3){
    width: 49px;
    background-image: url(../images/text_whatttl_2-03.svg);
    animation-delay: .6s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(4){
    width: 49px;
    background-image: url(../images/text_whatttl_2-04.svg);
    animation-delay: .7s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(5){
    width: 50px;
    background-image: url(../images/text_whatttl_2-05.svg);
    animation-delay: .8s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(6){
    width: 44px;
    background-image: url(../images/text_whatttl_2-06.svg);
    animation-delay: .9s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(7){
    width: 40px;
    background-image: url(../images/text_whatttl_2-07.svg);
    animation-delay: 1s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(8){
    margin-left: 22px;
    width: 27px;
    background-image: url(../images/text_whatttl_2-08.svg);
    animation-delay: 1.1s;
  }
  .what__ttl img{
    position: absolute;
  }
  .what__ttl img:nth-of-type(1){
    top: 24px;
    left: -123px;
    width: 60px;
    animation: rotate-b01 2.5s infinite alternate ease-in-out;
  }
  .what__ttl img:nth-of-type(2){
    top: 150px;
    left: -146px;
    width: 52px;
    animation: rotate01 2s infinite alternate ease-in-out;
    animation-delay: -1.2s;
  }
  .what__ttl img:nth-of-type(3){
    top: -8px;
    left: 323px;
    width: 72px;
    animation: rotate-b02 2s infinite alternate ease-in-out;
    animation-delay: -0.1s;
  }

  .what__box{
    margin-top: 80px;
  }
  .what__text{
    font-size: 25px;
    line-height: 1.88;
    letter-spacing: 0.11em;
    font-weight: 700;
  }
  .what__text span{
    font-size: 0.6em;
    vertical-align: top;
  }
  .what__text--link{
    position: relative;
    margin-top: 10px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.075em;
    color: #32628f;
    transition: var(--hover-tr);
  }
  .what__text--link:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 5px;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #32628f;
    border-right: 2px solid #32628f;
  }
  .what__text--link:hover{
    opacity: var(--hover-op);
  }
  .what__text:not(:first-of-type){
    margin-top: 50px;
  }
  .bg-what-02{
    top: 274px;
    left: -9%;
    width: 16.125%;
    max-width: 260px;
  }
  .bg-what-03{
    top: 800px;
    right: -8%;
    width: 16.67%;
    transform: rotate(54deg);
    max-width: 240px;
  }
  .bg-what-04{
    bottom: -29px;
    left: -4%;
    width: 17.36%;
    max-width: 250px;
  }
  .bg-what-05{
    bottom: -233px;
    right: 11%;
    width: 17.15%;
    max-width: 247px;
  }
  .bg-what-06{
    bottom: -110px;
    right: 11.7%;
    width: 9.58%;
    max-width: 138px;
  }

  /* qa */
  .qa{
    margin-top: 100px;
    z-index: 0;
  }
  .qa__inner{
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .bg-qa-01{
    position: absolute;
    top: -25%;
    left: 95%;
    transform: translateX(-50%);
    width: 120%;
    min-width: 1547px;
    z-index: -1;
  }
  .qa__ttl{
    position: relative;
    text-align: center;
  }
  .qa-ttl__sec.--n01 span{
    width: 46px;
    height: 60px;
  }
  .qa-ttl__sec:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -23%;
    left: calc(50% - 283px);
    width: 179px;
    height: 30px;
    background-image: url(../images/line_qattl.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .qa-ttl__sec:after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -23%;
    left: calc(50% - 283px);
    width: 179px;
    height: 30px;
    background-color: #f9fae6;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 162%;
  }
  .qa__ttl.js-appear .qa-ttl__sec:after{
    animation-delay: 1.2s;
  }
  .qa-ttl__sec.--n02{
    margin-top: 18px;
  }
  .qa-ttl__sec.--n02 span{
    width: 36px;
    height: 56px;
  }
  .qa-ttl__sec span:not(:first-of-type){
    margin-left: 10px;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(1){
    width: 33px;
    height: 41px;
    background-image: url(../images/text_qattl_1-01.svg);
    animation-delay: .2s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(2){
    width: 33px;
    height: 42px;
    background-image: url(../images/text_qattl_1-02.svg);
    animation-delay: .3s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(3){
    width: 33px;
    height: 43px;
    background-image: url(../images/text_qattl_1-03.svg);
    animation-delay: .4s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(4){
    width: 35px;
    height: 45px;
    background-image: url(../images/text_qattl_1-04.svg);
    animation-delay: .5s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(5){
    width: 36px;
    height: 44px;
    background-image: url(../images/text_qattl_1-05.svg);
    animation-delay: .6s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(6){
    width: 25px;
    height: 27px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-06.svg);
    animation-delay: .7s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(7){
    width: 30px;
    height: 39px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-07.svg);
    animation-delay: .8s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(8){
    width: 31px;
    height: 36px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-08.svg);
    animation-delay: .9s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(9){
    width: 30px;
    height: 41px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-09.svg);
    animation-delay: 1s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(10){
    width: 37px;
    height: 46px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-10.svg);
    animation-delay: 1.1s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(11){
    width: 36px;
    height: 46px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-11.svg);
    animation-delay: 1.2s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(12){
    width: 32px;
    height: 39px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-12.svg);
    animation-delay: 1.3s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(13){
    width: 37px;
    height: 72px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-13.svg);
    animation-delay: 1.4s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(14){
    width: 37px;
    height: 73px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-14.svg);
    animation-delay: 1.5s;
  }

  .qa-ttl__sec.--n02 span:nth-of-type(1){
    width: 43px;
    height: 56px;
    background-image: url(../images/text_qattl_2-01.svg);
    animation-delay: 1.6s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(2){
    width: 44px;
    height: 53px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-02.svg);
    animation-delay: 1.7s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(3){
    width: 70px;
    height: 85px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-03.png);
    animation-delay: 1.8s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(4){
    width: 70px;
    height: 90px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-04.png);
    animation-delay: 1.9s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(5){
    width: 45px;
    height: 52px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-05.svg);
    animation-delay: 2s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(6){
    margin-top: 55px;
    width: 49px;
    height: 8px;
    vertical-align: middle;
    background-image: url(../images/text_qattl_2-06.svg);
    animation-delay: 2.1s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(7){
    width: 48px;
    height: 59px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-07.svg);
    animation-delay: 2.2s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(8){
    width: 50px;
    height: 62px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-08.svg);
    animation-delay: 2.3s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(9){
    width: 42px;
    height: 60px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-09.svg);
    animation-delay: 2.4s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(10){
    width: 41px;
    height: 55px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-10.svg);
    animation-delay: 2.5s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(11){
    width: 47px;
    height: 58px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-11.svg);
    animation-delay: 2.6s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(12){
    width: 41px;
    height: 58px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-12.svg);
    animation-delay: 2.7s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(13){
    width: 44px;
    height: 52px;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-13.svg);
    animation-delay: 2.8s;
  }

  .qa__slider{
    position: relative;
    margin-top: 75px;
    padding-top: 58px;
    padding-bottom: 92px;
    overflow: hidden;
  }
  .swiper-wrapper{
    height: 798px;
  }
  .swiper-slide{
    position: relative;
    display: flex;
    align-items: center;
    width: 460px;
    height: auto;
    transition: height .8s, width .8s ease;
    /* transform: scale(.8); */
  }
  .swiper-slide.swiper-slide-active{
    /* height: auto; */
    /* transform: scale(1); */
  }
  .slide__wrapper{
    position: relative;
    height: 496px;
    transition: .8s;
  }
  .swiper-slide-active .slide__wrapper{
    height: 100%;
  }
  .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .slide{
    box-sizing: border-box;
    position: relative;
    padding: 77px 0px 47px;
    background-image: url(../images/bg_border_qa_s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: height 1s, width 1s ease, padding 1s;
    height: 100%;
    overflow: hidden;
  }
  .swiper-slide-active  .slide{
    padding: 40px 0px;
    background-image: url(../images/bg_border_qa.png);
  }
  .swiper-button-next,
  .swiper-button-prev{
    background-image: url(../images/btn_slide_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 21px;
    top: 98.2%;
    transition: var(--hover-tr);
  }
  .swiper-button-next[data-type="center"],
  .swiper-button-prev[data-type="center"]{
    background-image: url(../images/btn_slide_01.svg);
    width: 90px;
    height: 90px;
    top: 43%;
    transition: var(--hover-tr);
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover{
    opacity: var(--hover-op);
  }
  .swiper-button-next[data-type="center"]:hover,
  .swiper-button-prev[data-type="center"]:hover{
    opacity: 1;
  }
  .swiper-button-next{
    right: calc(50% - 196px);
  }
  .swiper-button-prev{
    left: calc(50% - 200px);
    transform: scale(-1, 1);
  }
  .swiper-button-prev[data-type="center"]{
    left: calc(50% - 290px);
    transform: scale(-1, 1);
  }
  .swiper-button-next[data-type="center"]{
    right: calc(50% - 290px);
  }
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-next:after {
    display: none;
  }
  .swiper-pagination-bullet {
    width: 41px;
    height: 41px;
    background: #f3f1ec;
    color: var(--main-color);
    font-size: 20px;
    line-height: 41px;
    font-weight: 900;
    opacity: 1;
    transition: var(--hover-tr);
  }
  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet:hover {
    background-color: #85b53e;
    color: #fff;
  }

  .slide__num--outer{
    position: absolute;
    top: -39px;
    left: 42px;
    width: 160px;
    height: 77px;
    clip-path: polygon(0 100%, 0 0, 100% 13% ,100% 87%);
    transform: rotate(-15deg);
    background-color: var(--main-color);
    z-index: 1;
  }
  .slide__num{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -44px;
    left: 37px;
    width: 160px;
    height: 77px;
    clip-path: polygon(0 100%, 0 0, 100% 13% ,100% 87%);
    transform: rotate(-15deg);
    background-color: #fddb43;
    font-size: 34px;
    letter-spacing: 0.22em;
    font-weight: 900;
    z-index: 1;
  }
  .slide__q{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 142px;
    font-size: 30px;
    text-align: center;
    line-height: 1.57;
    letter-spacing: 0.12em;
    font-weight: 900;
  }
  .slide__a{
    padding: 0 44px;
  }
  .slide__a img{
    display: block;
    margin: 0 auto;
    width: 83%;
  }
  .slide__text{
    font-size: 22px;
    text-align: justify;
    line-height: 1.6;
    font-weight: 700;
  }
  .slide__a-box{
    visibility: hidden;
    opacity: 0;
    transition: .8s;
    height: 0;
  }
  .swiper-slide-active .slide__a-box{
    /* animation: a-slide .8s ease forwards; */
    /* animation-delay: .3s; */
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  /* @keyframes a-slide {
    0%{
      visibility: hidden;
      opacity: 0;
      height: 0;
    }
    100%{
      visibility: visible;
      opacity: 1;
      height: 100%;
    }
  } */
  .slide__list{
    padding-top: 30px;
  }
  .slide__link:not(:first-of-type){
    margin-top: 8px;
  }
  .slide__link a{
    display: inline-block;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #32628f;
    transition: var(--hover-tr);
  }
  .slide__link a:hover{
    opacity: var(--hover-op);
  }
  .slide__link a:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 6px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #32628f;
    border-right: 2px solid #32628f;
  }
  .slide__eg{
    display: block;
    margin-top: 14px;
    padding: 10px;
    border-radius: 10px;
    background-color: #eef1ec;
    font-size: 16px;
    line-height: 1.47;
    letter-spacing: -0.015em;
  }
  .slide__eg span{
    margin-right: 8px;
    padding: 1px 12px;
    border-radius: 3px;
    background-color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }

  /* member */
  .member{
    padding: 60px 0;
    background-color: #eed237;
  }
  .member__inner{
    margin: 0 auto;
    width: 92.36%;
    max-width: 1330px;
  }
  .member__box{
    padding: 83px 8.2%;
    border-radius: 50px;
    background-color: #fff;
  }
  .member__box:not(:first-of-type){
    margin-top: 48px;
  }

  /* merit */
  .merit{
    position: relative;
  }
  .merit__img{
    position: absolute;
    top: -30px;
    right: 3%;
    width: 22.8%;
  }
  .merit__ttl{
    text-align: center;
  }
  .merit-ttl__sec.--n02{
    margin-top: 24px;
  }
  .merit-ttl__sec span{
    vertical-align: bottom;
  }
  .merit-ttl__sec span:not(:first-of-type){
    margin-left: 16px;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(1){
    width: 36px;
    height: 52px;
    background-image: url(../images/text_meritttl_1-01.svg);
    animation-delay: .2s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(2){
    margin-left: 21px;
    width: 36px;
    height: 47px;
    background-image: url(../images/text_meritttl_1-02.svg);
    animation-delay: .3s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(3){
    width: 43px;
    height: 53px;
    background-image: url(../images/text_meritttl_1-03.svg);
    animation-delay: .4s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(4){
    width: 34px;
    height: 46px;
    background-image: url(../images/text_meritttl_1-04.svg);
    animation-delay: .5s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(5){
    width: 44px;
    height: 48px;
    background-image: url(../images/text_meritttl_1-05.svg);
    animation-delay: .6s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(6){
    width: 35px;
    height: 49px;
    background-image: url(../images/text_meritttl_1-06.svg);
    animation-delay: .7s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(7){
    width: 37px;
    height: 51px;
    background-image: url(../images/text_meritttl_1-07.svg);
    animation-delay: .8s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(8){
    width: 34px;
    height: 46px;
    background-image: url(../images/text_meritttl_1-08.svg);
    animation-delay: .9s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(9){
    width: 40px;
    height: 48px;
    background-image: url(../images/text_meritttl_1-09.svg);
    animation-delay: 1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(1){
    width: 45px;
    height: 56px;
    background-image: url(../images/text_meritttl_2-01.svg);
    animation-delay: 1.1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(2){
    width: 45px;
    height: 55px;
    background-image: url(../images/text_meritttl_2-02.svg);
    animation-delay: 1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(3){
    width: 37px;
    height: 50px;
    background-image: url(../images/text_meritttl_2-03.svg);
    animation-delay: 1.1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(4){
    width: 28px;
    height: 50px;
    background-image: url(../images/text_meritttl_2-04.svg);
    animation-delay: 1.2s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(5){
    width: 30px;
    height: 37px;
    background-image: url(../images/text_meritttl_2-05.svg);
    animation-delay: 1.3s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(6){
    width: 27px;
    height: 52px;
    background-image: url(../images/text_meritttl_2-06.svg);
    animation-delay: 1.3s;
  }
  .merit__list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1.5%;
    margin-top: 85px;
  }
  .card{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    padding: 13% 0 12.2%;
    background-color: #f7f7f1;
  }
  .card__num{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 14px;
    transform: translateY(-50%);
    padding-bottom: 4px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #85b53e;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
  }
  .card-box{
    width: 60.4%;
    height: 124px;
  }
  .card__text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-size: 22px;
    text-align: center;
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
  .btn-box{
    text-align: center;
  }
  .btn-box.--merit{
    margin-top: 80px;
  }
  .btn-box__text{
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 0.085em;
    font-weight: 700;
  }
  .btn-wrapper{
    display: inline-block;
    position: relative;
    transition: var(--hover-tr);
  }
  .btn-wrapper:hover{
    opacity: var(--hover-op);
  }
  .btn-wrapper:before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 457px;
    height: 100%;
    background-color: #fddb43;
    transition: var(--hover-tr);
    z-index: 2;
  }
  .btn-wrapper:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 456px;
    height: 99%;
    background-color: #fff;
    z-index: 3;
  }
  .btn{
    display: inline-block;
    position: relative;
    padding: 30px 0;
    width: 457px;
    background-color: #85b53e;
    font-size: 21px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.15em;
    color: #fff;
    font-weight: 700;
    z-index: 4;
  }
  .btn:hover{
    top: 6px;
  }
  .btn:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* voice */
  .voice{

  }
  .voice__ttl{
    text-align: center;
  }
  .voice-ttl__sec.--n02{
    margin-top: 24px;
  }
  .voice-ttl__sec span{
    vertical-align: bottom;
  }
  .voice-ttl__sec span:not(:first-of-type){
    margin-left: 16px;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(1){
    width: 45px;
    height: 56px;
    background-image: url(../images/text_voicettl_1-01.svg);
    animation-delay: .2s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(2){
    width: 45px;
    height: 55px;
    background-image: url(../images/text_voicettl_1-02.svg);
    animation-delay: .3s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(3){
    width: 40px;
    height: 48px;
    background-image: url(../images/text_voicettl_1-03.svg);
    animation-delay: .4s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(4){
    width: 39px;
    height: 50px;
    background-image: url(../images/text_voicettl_1-04.svg);
    animation-delay: .5s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(5){
    width: 41px;
    height: 53px;
    background-image: url(../images/text_voicettl_1-05.svg);
    animation-delay: .6s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(6){
    width: 37px;
    height: 53px;
    background-image: url(../images/text_voicettl_1-06.svg);
    animation-delay: .7s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(7){
    width: 35px;
    height: 52px;
    background-image: url(../images/text_voicettl_1-07.svg);
    animation-delay: .8s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(8){
    width: 40px;
    height: 48px;
    background-image: url(../images/text_voicettl_1-08.svg);
    animation-delay: .9s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(9){
    width: 44px;
    height: 56px;
    background-image: url(../images/text_voicettl_1-09.svg);
    animation-delay: 1s;
  }
  .voice__box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 73px;
    padding: 35px 0;
    border-radius: 25px;
    background-color: #f7f7f1;
  }
  .person{
    padding: 0 12%;
  }
  .person:not(:first-of-type){
    border-left: 7px solid #fff;
  }
  .person-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 76%;
    height: 238px;
  }
  .person__img{
    display: block;
    margin: 0 auto;
  }
  .person__cat{
    margin-top: 18px;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: 700;
  }
  .person__text{
    margin-top: 27px;
    font-size: 23px;
    text-align: justify;
    line-height: 1.82;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .btn-box.--voice{
    margin-top: 70px;
  }

  /* links */
  .links__inner{
    margin: 0 auto;
    width: 73.6%;
    max-width: 1060px;
  }
  /* recommend */
  .recommend{
    margin-top: 74px;
  }
  .recommend__ttl{
    text-align: center;
  }
  .recommend__ttl img{
    width: 308px;
  }
  .recommend__lead{
    margin-top: 43px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.11em;
    font-weight: 700;
  }
  .recommend___list{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.3%;
    row-gap: 40px;
  }
  .post{
    transition: var(--hover-tr);
  }
  .post:hover{
    opacity: var(--hover-op);
  }
  .post__top{
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    min-height: 100px;
    background-color: #85b53e;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .post__bottom{
    overflow: hidden;
  }
  .post__img{
    width: 100%;
    transition: .3s all ease;
  }
  .post:hover .post__img{
    transform: scale(1.1);
  }
  /* contents */
  .contents{
    margin-top: 114px;
    padding-bottom: 81px;
  }
  .contents__ttl{
    text-align: center;
  }
  .contents__ttl img{
    width: 248px;
  }
  .contents__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.3%;
    margin-top: 58px;
  }
  .banner__ttl{
    text-align: center;
  }
  .banner__ttl--sub{
    font-size: 16px;
    letter-spacing: 0.135em;
    font-weight: 700;
  }
  .banner__ttl--main{
    margin-top: 12px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .banner__box{
    display: block;
    margin-top: 32px;
    border: 2px solid #cacaca;
    transition: var(--hover-tr);
  }
  .banner__box:hover{
    opacity: var(--hover-op);
  }
  .banner__box img{
    width: 100%;
  }
  .btn-box.--banner{
    margin-top: 78px;
  }

  /* top-btn */
  .top-btn{
    position: absolute;
    bottom: 0;
    right: 12px;
    transition: var(--hover-tr);
    z-index: 2;
  }
  .top-btn:hover{
    opacity: var(--hover-op);
  }
  .top-btn img{
    width: 22px;
  }
  /* footer */
  .l-footer {
    margin-top: 50px;
    padding: 2em 0;
    background: #292929;
    line-height: 1;
    color: #fff;
  }
  .l-section {
    width: 100%;
  }
  .l-section__inner.footerinner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: calc( 1314px);
  }
  .l-footer__navi {
    margin-bottom: 18px;
    line-height: 13px;
  }
  .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1em;
  }
  .l-footer__navi ul li {
    margin-right: 30px;
    margin-bottom: 1em;
  }
  .l-footer__navi ul li a, .l-footer__navi ul li span {
    /* padding: 0em 1em; */
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 13px;
    display: block;
  }
  .l-footer__navi ul li strong {
    font-weight: 900;
  }
  .l-footer__copy {
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 11px;
    line-height: 11px;
    font-weight: 900;
  }
}

@media screen and (min-width: 1700px){
  .bg-what-01{
    top: -35%;
    min-width: 1637px;
  }
}

@media screen and (min-width: 1400px){
  .kv-band{
    width: 128vw;
  }
  /* .kv-circle__wrapper{
    width: 68.4vw;
    height: 68.4vw;
  }
  .kv-person{
    top: -6%;
    left: -2%;
  } */
}

@media screen and (max-width: 1300px) and (min-width: 769px){

  header img{
    width: calc(370px * 0.67);
  }

  /* kv */
  .kv{
    height: calc(662px * 0.67);
  }
  .kv-circle{
    top: 215px;
    right: -16vw;
  }
  .kv-circle__wrapper {
    width: calc(56vw * 0.67);
    height: calc(56vw * 0.67);
  }
  .kv-cirale-bg{
    left: calc(-20.3vw * 0.67);
    width: calc(52.3vw * 0.67);
  }
  .band-wrapper{
    position: absolute;
    top: calc(-60vw * 0.67);
    left: calc(-30vw * 0.67);
  }
  .band-bg{
    position: absolute;
    left: calc(-14vw * 0.67);
    top: calc(-11vw * 0.67);
    width: calc(76.46vw * 0.67);
  }
  .kv-band{
    width: calc(138.2vw * 0.67);
    height: calc(20.83vw * 0.67);
  }

  .kv__ttl{
    top: calc(240px * 0.67);
  }
  @keyframes a-kv-ttl {
    0% {
      opacity: 1;
      top: calc(240px * 0.67);
    }
    50%{
      opacity: 0;
      top: calc(20px * 0.67);
    }
    100% {
      opacity: 0;
      top: calc(-100px * 0.67);
    }
  }
  .kv-ttl__sec.--n02{
    margin-top: calc(10px * 0.67);
  }
  .lead{
    top: calc(340px * 0.67);
    font-size: calc(20px * 0.67);
  }
  @keyframes a-kv-lead {
    0% {
      opacity: 0;
      top: calc(580px * 0.67);
    }
    50%{
      opacity: 0;
    }
    100% {
      opacity: 1;
      top: calc(212px * 0.67);
    }
  }
  .lead__text:nth-of-type(4){
    margin-top: calc(40px * 0.67);
  }
  .lead__text span{
    top: calc(5px * 0.67);
  }
  @keyframes a-lead-fadeup {
    0% {
      opacity: 0;
      transform: scale(.5);
      top: calc(5px * 0.67);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      top: 0;
    }
  }
  .kv-ttl__sec span{
    width: calc(44px * 0.67);
    height: calc(52px * 0.67);
  }
  .kv-ttl__sec span:not(:first-of-type){
    margin-left: calc(11px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(1){
    width: calc(42px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(2){
    width: calc(41px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(3){
    width: calc(37px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(4){
    width: calc(40px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(5){
    width: calc(42px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(6){
    width: calc(38px * 0.67);
  }
  .kv-ttl__sec.--n01 span:nth-of-type(7){
    width: calc(13px * 0.67);
    height: calc(15px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(1){
    width: calc(35px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(2){
    width: calc(29px * 0.67);
    height: calc(30px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(3){
    width: calc(30px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(4){
    width: calc(43px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(5){
    width: calc(38px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(6){
    width: calc(40px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(7){
    width: calc(33px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(8){
    width: calc(41px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(9){
    width: calc(31px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(10){
    width: calc(28px * 0.67);
  }
  .kv-ttl__sec.--n02 span:nth-of-type(11){
    width: calc(12px * 0.67);
    height: calc(12px * 0.67);
  }
  .kv__scroll{
    left: calc(30px * 0.67);
    width: calc(16px * 0.67);
  }

  /* nav */

  .nav-wrapper{
    padding-top: calc(80px * 0.67);
  }
  .nav-pc{
    padding: 8.7px 0;
    border-radius: 10px;
    box-shadow: 4.6px 4.6px 2px rgba(0, 0, 0, .1);
    z-index: 5;
  }
  .nav-pc.js-fixed{
    padding: 5.3px 0;
  }
  .nav-pc__item{
    padding: 0 6.7px;
    font-size: calc(18px * 0.67);
  }
  .nav-pc__item:first-of-type{
    margin-left: calc(12px * 0.67);
  }
  .nav-pc__item:last-of-type{
    margin-right: calc(12px * 0.67);
  }
  .nav-pc__item a{
    padding: 6.7px 4px;
    border-radius: 6.7px;
  }
  .nav-pc.js-fixed .nav-pc__item a{
    padding: 4.7px 4px;
  }

  /* age */
  .age{
    margin-top: calc(150px * 0.67);
  }
  .age__inner{
    padding-top: calc(100px * 0.67);
  }
  .age__box--color:after{
    top: calc(12px * 0.67);
    left: calc(12px * 0.67);
  }
  .age__box{
    padding: 81.7px 44px 50px;
    border-radius: calc(31px * 0.67);
  }
  .age__ttl{
    top: calc(-73px * 0.67);
    padding: 1px 47px 23px 25px;
  }
  .age-ttl__sec.--n01:before{
    left: calc(155px * 0.67);
    width: calc(179px * 0.67);
    height: calc(14px * 0.67);
  }
  .age-ttl__sec.--n01:after{
    left: calc(155px * 0.67);
    width: calc(179px * 0.67);
    height: calc(14px * 0.67);
  }
  .age-ttl__sec.--n02{
    left: calc(154px * 0.67);
    margin-top: calc(23px * 0.67);
  }
  .age-ttl__sec span{
    width: calc(44px * 0.67);
    height: calc(48px * 0.67);
  }
  .age-ttl__sec span:not(:first-of-type){
    margin-left: calc(5px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(1){
    width: calc(38px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(2){
    width: calc(39px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(3){
    width: calc(33px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(4){
    width: calc(25px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(5){
    width: calc(34px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(6){
    width: calc(39px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(7){
    width: calc(40px * 0.67);
  }
  .age-ttl__sec.--n01 span:nth-of-type(8){
    width: calc(35px * 0.67);
  }
  .age-ttl__sec.--n02 span:nth-of-type(1){
    width: calc(39px * 0.67);
  }
  .age-ttl__sec.--n02 span:nth-of-type(2){
    width: calc(33px * 0.67);
  }
  .age-ttl__sec.--n02 span:nth-of-type(3){
    width: calc(38px * 0.67);
  }
  .age-ttl__sec.--n02 span:nth-of-type(4){
    width: calc(37px * 0.67);
  }
  .age-ttl__sec.--n02 span:nth-of-type(5){
    width: calc(32px * 0.67);
  }
  .age__top{
    margin-top: calc(-58px * 0.67);
    margin-bottom: calc(-30px * 0.67);
  }
  .age__top .age__text{
    font-size: calc(24px * 0.67);
  }
  .age__img{
    margin-left: calc(16px * 0.67);
    min-height: calc(387px * 0.67);
    width: 28%;
  }
  .age-figure{
    margin-top: calc(30px * 0.67);
    padding: 47px 25px 26px;
    border-radius: 22.7px;
  }
  .age-figure__ttl{
    top: calc(-40px * 0.67);
    width: calc(456px * 0.67);
    height: calc(75px * 0.67);
    border-radius: calc(100px * 0.67);
  }
  .age-figure__ttl img{
    width: calc(312px * 0.67);
  }
  .age-figure__subttl{
    margin-bottom: calc(34px * 0.67);
    font-size: calc(21px * 0.67);
  }
  .age-figure__text{
    margin-top: calc(14px * 0.67);
    padding: calc(11px * 0.67);
    font-size: calc(20px * 0.67);
  }
  .age__bottom{
    margin-top: calc(56px * 0.67);
  }
  .age__bottom .age__text{
    font-size: calc(22px * 0.67);
  }
  .bg-age-01{
    bottom: calc(30px * 0.67);
    max-width: calc(201px * 0.67);
  }

  /* what */
  .what__inner{
    padding-top: calc(100px * 0.67);
  }
  .bg-what-01{
    min-width: calc(1756px * 0.67);
    top: -44%;
  }
  .what__img{
    top: calc(56px * 0.67);
    max-width: calc(430px * 0.67);
  }
  .what-ttl__sec.--n01{
    margin-left: calc(-17px * 0.67);
  }
  .what-ttl__sec.--n01:before{
    width: calc(308px * 0.67);
    height: calc(22px * 0.67);
  }
  .what-ttl__sec.--n01:after{
    width: calc(308px * 0.67);
    height: calc(26px * 0.67);
  }
  .what-ttl__sec.--n02:before{
    width: calc(493px * 0.67);
    height: calc(22px * 0.67);
  }
  .what-ttl__sec.--n02:after{
    width: calc(493px * 0.67);
    height: calc(26px * 0.67);
  }
  .what-ttl__sec.--n02{
    margin-top: calc(36px * 0.67);
  }
  .what-ttl__sec span{
    width: calc(44px * 0.67);
    height: calc(67px * 0.67);
  }
  .what-ttl__sec span:not(:first-of-type){
    margin-left: calc(15px * 0.67);
  }
  .what-ttl__sec.--n01 span:nth-of-type(1){
    bottom: calc(6px * 0.67);
    width: calc(107px * 0.67);
    height: calc(124px * 0.67);
  }
  .what-ttl__sec.--n01 span:nth-of-type(2){
    width: calc(88px * 0.67);
    height: calc(115px * 0.67);
  }
  .what-ttl__sec.--n01 span:nth-of-type(3){
    bottom: calc(15px * 0.67);
    margin-left: calc(10px * 0.67);
    width: calc(33px * 0.67);
    height: calc(35px * 0.67);
  }
  .what-ttl__sec.--n01 span:nth-of-type(4){
    bottom: calc(6px * 0.67);
    margin-left: calc(15px * 0.67);
    width: calc(40px * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(1){
    width: calc(53px *0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(2){
    width: calc(55px * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(3){
    width: calc(49px * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(4){
    width: calc(49px * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(5){
    width: calc(50px * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(6){
    width: calc(44px  * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(7){
    width: calc(40px * 0.67);
  }
  .what-ttl__sec.--n02 span:nth-of-type(8){
    margin-left: calc(22px * 0.67);
    width: calc(27px * 0.67);
  }
  .what__ttl img:nth-of-type(1){
    top: calc(24px *0.67);
    left: calc(-123px * 0.67);
    width: calc(60px * 0.67);
  }
  .what__ttl img:nth-of-type(2){
    top: calc(150px * 0.67);
    left: calc(-146px * 0.67);
    width: calc(52px * 0.67);
  }
  .what__ttl img:nth-of-type(3){
    top: calc(-8px * 0.67);
    left: calc(323px * 0.67);
    width: calc(72px *0.76);
  }
  .what__imgbox{
    top: calc(56px * 0.67);
    max-width: calc(430px * 0.67);
  }
  .what__imgbox:after {
    width: calc(58px * 0.67);
    height: calc(108px * 0.67);
}

  .what__box{
    margin-top: calc(80px * 0.67);
  }
  .what__text{
    font-size: calc(25px * 0.67);
  }
  .what__text--link{
    margin-top: calc(10px *0.67);
    padding-left: calc(22px * 0.67);
    font-size: calc(18px * 0.67);
  }
  .what__text--link:before{
    top: calc(10px * 0.67);
    left: calc(5px * 0.67);
    width: calc(9px * 0.67);
    height: calc(9px * 0.67);
  }
  .what__text:not(:first-of-type){
    margin-top: calc(50px * 0.67);
  }
  .bg-what-02{
    top: calc(274px * 0.67);
    max-width: calc(260px * 0.67);
  }
  .bg-what-03{
    top: calc(800px * 0.67);
    max-width: calc(240px * 0.67);
  }
  .bg-what-04{
    bottom: calc(-29px * 0.67);
    max-width: calc(250px * 0.67);
  }
  .bg-what-05{
    bottom: calc(-233px * 0.67);
    max-width: calc(247px * 0.67);
  }
  .bg-what-06{
    bottom: calc(-110px * 0.67);
    max-width: calc(138px * 0.67);
  }

  /* qa */
  .qa{
    margin-top: calc(100px * 0.67);
  }
  .qa__inner{
    padding-top: calc(100px * 0.67);
    padding-bottom: calc(160px * 0.67);
  }
  .bg-qa-01{
    min-width: calc(1547px * 0.67);
  }
  .qa-ttl__sec.--n01 span{
    width: calc(46px * 0.67);
    height: calc(60px * 0.67);
  }
  .qa-ttl__sec:before{
    left: calc(50% - 189px);
    width: calc(179px * 0.67);
    height: calc(30px * 0.67);
  }
  .qa-ttl__sec:after{
    left: calc(50% - 189px);
    width: calc(179px * 0.67);
    height: calc(30px * 0.67);
  }
  .qa-ttl__sec.--n02 span{
    width: calc(36px * 0.67);
    height: calc(56px * 0.67);
  }
  .qa-ttl__sec span:not(:first-of-type){
    margin-left: calc(10px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(1){
    width: calc(33px * 0.67);
    height: calc(41px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(2){
    width: calc(33px * 0.67);
    height: calc(42px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(3){
    width: calc(33px * 0.67);
    height: calc(43px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(4){
    width: calc(35px * 0.67);
    height: calc(45px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(5){
    width: calc(36px * 0.67);
    height: calc(44px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(6){
    width: calc(25px * 0.67);
    height: calc(27px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(7){
    width: calc(30px * 0.7);
    height: calc(39px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(8){
    width: calc(31px * 0.67);
    height: calc(36px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(9){
    width: calc(30px * 0.67);
    height: calc(41px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(10){
    width: calc(37px * 0.67);
    height: calc(46px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(11){
    width: calc(36px * 0.67);
    height: calc(46px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(12){
    width: calc(32px * 0.67);
    height: calc(39px * 0.67);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(13){
    width: calc(37px * 0.67);
    height: calc(72px * 0.7);
  }
  .qa-ttl__sec.--n01 span:nth-of-type(14){
    width: calc(37px * 0.67);
    height: calc(73px * 0.67);
  }

  .qa-ttl__sec.--n02 span:nth-of-type(1){
    width: calc(43px * 0.67);
    height: calc(56px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(2){
    width: calc(44px * 0.67);
    height: calc(53px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(3){
    width: calc(70px * 0.67);
    height: calc(85px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(4){
    width: calc(70px * 0.67);
    height: calc(90px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(5){
    width: calc(45px * 0.67);
    height: calc(52px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(6){
    margin-top: calc(55px * 0.67);
    width: calc(49px * 0.67);
    height: calc(8px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(7){
    width: calc(48px * 0.67);
    height: calc(59px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(8){
    width: calc(50px * 0.67);
    height: calc(62px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(9){
    width: calc(42px * 0.67);
    height: calc(60px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(10){
    width: calc(41px * 0.67);
    height: calc(55px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(11){
    width: calc(47px * 0.67);
    height: calc(58px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(12){
    width: calc(41px * 0.67);
    height: calc(58px * 0.67);
  }
  .qa-ttl__sec.--n02 span:nth-of-type(13){
    width: calc(44px * 0.67);
    height: calc(52px * 0.67);
  }
  .qa__slider{
    margin-top: calc(75px * 0.67);
    padding-top: calc(58px * 0.67);
    padding-bottom: calc(92px * 0.67);
  }
  .swiper-wrapper{
    height: calc(798px * 0.67);
  }
  .swiper-slide{
    width: calc(460px * 0.67);
  }
  .slide__wrapper{
    height: calc(496px * 0.67);
  }
  .slide{
    padding: 51px 0px 31px;
  }
  .swiper-slide-active  .slide{
    padding: 27px 0px;
  }
  .swiper-button-next,
  .swiper-button-prev{
    width: calc(22px * 0.67);
    height: calc(21px * 0.67);
  }
  .swiper-button-next[data-type="center"],
  .swiper-button-prev[data-type="center"]{
    width: calc(90px * 0.67);
    height: calc(90px * 0.67);
  }
  .swiper-button-next{
    right: calc(50% - 131px);
    top: 98.6%;
  }
  .swiper-button-prev{
    left: calc(50% - 134px);
    transform: scale(-1, 1);
    top: 98.6%;
  }
  .swiper-button-prev[data-type="center"]{
    left: calc(50% - 200px);
    transform: scale(-1, 1);
  }
  .swiper-button-next[data-type="center"]{
    right: calc(50% - 200px);
  }
  .swiper-pagination-bullet {
    width: calc(41px * 0.67);
    height: calc(41px * 0.67);
    font-size: calc(20px * 0.67);
    line-height: calc(41px * 0.67);
  }

  .slide__num--outer{
    top: calc(-39px * 0.67);
    left: calc(42px * 0.67);
    width: calc(160px * 0.67);
    height: calc(77px * 0.67);
  }
  .slide__num{
    top: calc(-44px * 0.67);
    left: calc(37px * 0.67);
    width: calc(160px * 0.67);
    height: calc(77px * 0.67);
    font-size: calc(34px * 0.67);
  }
  .slide__q{
    height: calc(142px * 0.67);
    font-size: calc(30px * 0.67);
  }
  .slide__a{
    padding: 0 29px;
  }
  .slide__text{
    font-size: calc(22px * 0.67);
  }
  .slide__list{
    padding-top: calc(30px * 0.67);
  }
  .slide__link:not(:first-of-type){
    margin-top: calc(8px * 0.67);
  }
  .slide__link a{
    padding-left: calc(22px * 0.67);
    font-size: calc(16px * 0.67);
  }
  .slide__link a:before{
    top: calc(9px * 0.67);
    left: calc(6px * 0.67);
    width: calc(7px * 0.67);
    height: calc(7px * 0.67);
  }
  .slide__eg{
    margin-top: calc(14px * 0.67);
    padding: calc(10px * 0.67);
    border-radius: calc(10px * 0.67);
    font-size: calc(16px * 0.67);
  }
  .slide__eg span{
    margin-right: calc(8px * 0.67);
    padding: 1px 8px;
    border-radius: 2px;
    font-size: calc(13px * 0.67);
  }

  /* member */
  .member{
    padding: 40px 0;
  }
  .member__box{
    padding: 55px 8.2%;
    border-radius: calc(50px * 0.67);
  }
  .member__box:not(:first-of-type){
    margin-top: calc(48px * 0.67);
  }

  /* merit */
  .merit__img{
    top: calc(-30px * 0.67);
  }
  .merit-ttl__sec.--n02{
    margin-top: calc(24px * 0.67);
  }
  .merit-ttl__sec span:not(:first-of-type){
    margin-left: calc(16px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(1){
    width: calc(36px * 0.67);
    height: calc(52px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(2){
    margin-left: calc(21px * 0.67);
    width: calc(36px *0.67);
    height: calc(47px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(3){
    width: calc(43px * 0.67);
    height: calc(53px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(4){
    width: calc(34px * 0.67);
    height: calc(46px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(5){
    width: calc(44px * 0.67);
    height: calc(48px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(6){
    width: calc(35px * 0.67);
    height: calc(49px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(7){
    width: calc(37px * 0.67);
    height: calc(51px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(8){
    width: calc(34px * 0.67);
    height: calc(46px * 0.67);
  }
  .merit-ttl__sec.--n01 span:nth-of-type(9){
    width: calc(40px * 0.67);
    height: calc(48px * 0.67);
  }
  .merit-ttl__sec.--n02 span:nth-of-type(1){
    width: calc(45px * 0.67);
    height: calc(56px * 0.67);
  }
  .merit-ttl__sec.--n02 span:nth-of-type(2){
    width: calc(45px * 0.67);
    height: calc(55px * 0.67);
  }
  .merit-ttl__sec.--n02 span:nth-of-type(3){
    width: calc(37px * 0.67);
    height: calc(50px * 0.67);
  }
  .merit-ttl__sec.--n02 span:nth-of-type(4){
    width: calc(28px * 0.67);
    height: calc(50px * 0.67);
  }
  .merit-ttl__sec.--n02 span:nth-of-type(5){
    width: calc(30px * 0.67);
    height: calc(37px * 0.67);
  }
  .merit-ttl__sec.--n02 span:nth-of-type(6){
    width: calc(27px * 0.67);
    height: calc(52px * 0.67);
  }
  .merit__list{
    margin-top: calc(85px * 0.67);
  }
  .card__num{
    left: calc(14px * 0.67);
    width: calc(62px * 0.67);
    height: calc(62px *0.67);
    font-size: calc(30px * 0.67);
  }
  .card-box{
    height: calc(124px * 0.67);
  }
  .card__text{
    font-size: calc(22px * 0.67);
  }
  .btn-box.--merit{
    margin-top: calc(80px * 0.67);
  }
  .btn-box__text{
    margin-bottom: calc(20px * 0.67);
    font-size: calc(22px * 0.67);
  }
  .btn-wrapper:before{
    top: calc(6px * 0.67);
    width: calc(457px * 0.67);
  }
  .btn-wrapper:after{
    width: calc(456px * 0.67);
  }
  .btn{
    padding: 20px 0;
    width: calc(457px * 0.67);
    font-size: calc(21px * 0.67);
  }
  .btn:hover{
    top: calc(6px * 0.67);
  }
  .btn:after{
    right: calc(28px * 0.67);
    width: calc(16px * 0.67);
    height: calc(15px * 0.67);
  }

  /* voice */
  .voice-ttl__sec.--n02{
    margin-top: calc(24px * 0.67);
  }
  .voice-ttl__sec span:not(:first-of-type){
    margin-left: calc(16px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(1){
    width: calc(45px * 0.67);
    height: calc(56px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(2){
    width: calc(45px * 0.67);
    height: calc(55px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(3){
    width: calc(40px * 0.67);
    height: calc(48px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(4){
    width: calc(39px * 0.67);
    height: calc(50px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(5){
    width: calc(41px * 0.67);
    height: calc(53px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(6){
    width: calc(37px * 0.67);
    height: calc(53px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(7){
    width: calc(35px * 0.67);
    height: calc(52px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(8){
    width: calc(40px * 0.67);
    height: calc(48px * 0.67);
  }
  .voice-ttl__sec.--n01 span:nth-of-type(9){
    width: calc(44px * 0.67);
    height: calc(56px * 0.67);
  }
  .voice__box{
    margin-top: calc(73px * 0.67);
    padding: 23.4px 0;
    border-radius: calc(25px * 0.67);
  }
  .person:not(:first-of-type){
    border-left: 4.7px solid #fff;
  }
  .person-box{
    height: calc(238px * 0.67);
  }
  .person__cat{
    margin-top: calc(18px * 0.67);
    font-size: calc(28px * 0.67);
  }
  .person__text{
    margin-top: calc(27px * 0.67);
    font-size: calc(23px * 0.67);
  }
  .btn-box.--voice{
    margin-top: calc(70px * 0.67);
  }

  /* links */
  /* recommend */
  .recommend{
    margin-top: calc(74px * 0.67);
  }
  .recommend__ttl img{
    width: calc(308px * 0.67);
  }
  .recommend__lead{
    margin-top: calc(43px * 0.67);
    font-size: calc(30px  * 0.67);
  }
  .recommend___list{
    margin-top: calc(80px * 0.67);
    row-gap: calc(40px * 0.67);
  }
  .post__top{
    padding: 6.7px 10px;
    min-height: calc(100px * 0.67);
    font-size: calc(17px * 0.67);
  }
  /* contents */
  .contents{
    margin-top: calc(114px * 0.67);
    padding-bottom: calc(81px * 0.67);
  }
  .contents__ttl img{
    width: calc(248px * 0.67);
  }
  .contents__list{
    margin-top: calc(58px * 0.67);
  }
  .banner__ttl--sub{
    font-size: calc(16px * 0.67);
  }
  .banner__ttl--main{
    margin-top: calc(12px * 0.67);
    font-size: calc(20px * 0.67);
  }
  .banner__box{
    margin-top: calc(32px * 0.67);
  }
  .btn-box.--banner{
    margin-top: calc(78px * 0.67);
  }

  /* top-btn */
  .top-btn{
    right: calc(12px * 0.67);
  }
  .top-btn img{
    width: calc(22px * 0.67);
  }
}

@media screen and (max-width: 1095px) and (min-width: 769px){
  .bg-what-01{
    top: -24%;
  }
}
@media screen and (max-width: 1146px) and (min-width: 1096px){
  .bg-what-01{
    top: -35%;
  }
}
/* ================================
sp
 ================================ */
@media screen and (max-width: 768px){

  .pc{
    display: none;
  }

  /* header */
  header{
    position: relative;
    background-color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .1));
    z-index: 3;
  }
  header h1{
    padding: 3.47vw 0;
    text-align: center;
  }
  header a{
    display: block;
  }
  header img{
    width: 63.33vw;
  }
  /* kv */
  .kv{
    height: 176.53vw;
    /* height: 1500px; */
  }
  .kv-circle{
    position: absolute;
    top: 126vw;
    right: -36vw;
  }
  .kv-person{
    top: -35%;
    left: 23%;
    width: 33.3%;
    height: 24.16%;
    transform: rotate(18deg);
  }
  .kv-circle__wrapper {
    width: 83.4vw;
    height: 83.4vw;
  }
  .kv-cirale-bg{
    position: absolute;
    left: -30vw;
    top: -20vw;
    width: 75.3vw;
  }
  .kv-cirale-bg img{
    width: 100%;
  }
  .kv-circle__inner{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* border: 1px solid #000; */
    border-radius: 50%;
    transform: scale(1.2);
  }
  .kv-circle__ill{
    position: absolute;
  }
  .band-wrapper{
    position: absolute;
    top: -43vw;
    left: -31vw;
    transform: rotate(-30deg);
    display: flex;
    align-items: center;
  }
  .band-bg{
    position: absolute;
    left: -13vw;
    top: -20vw;
    transform: rotate(30deg);
    width: 95.46vw;
  }
  .band-bg img{
    width: 100%;
  }
  .kv-band{
    width: 138.2vw;
    height: 20.83vw;
    /* background-color: #fff; */
    animation: loop infinite linear 30s both;
  }

  @keyframes loop {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .kv-band__ill{
    position: absolute;
  }

  .kv__text{
    position: relative;
    margin: 0 auto;
    width: 69.4%;
    max-width: 1000px;
  }
  .kv__ttl{
    position: absolute;
    top: 48.67vw;
    left: 0;
    animation: a-kv-ttl 1.5s ease forwards;
    animation-delay: 2.5s;
    /* transition-delay: 4s; */
    transition: opacity 2s, top 2s;
  }
  @keyframes a-kv-ttl {
    0% {
      opacity: 1;
      top: 48.67vw;
    }
    50%{
      opacity: 0;
      top: 3vw;
    }
    100% {
      opacity: 0;
      top: -10vw;
    }
  }
  .lead{
    position: absolute;
    top: 50vw;
    left: 0;
    font-size: 3.73vw;
    line-height: 2.9;
    letter-spacing: 0.065em;
    font-weight: 700;
    opacity: 0;
    animation: a-kv-lead 1.2s ease forwards;
    animation-delay: 3.3s;
  }
  @keyframes a-kv-lead {
    0% {
      opacity: 0;
      top: 50vw;
    }
    50%{
      opacity: 0;
    }
    100% {
      opacity: 1;
      top: 28.4vw;
    }
  }
  .lead__text:nth-of-type(6){
    margin-top: 6.67vw;
  }
  .lead__text span{
    position: relative;
    transform-origin: bottom;
    opacity: 0;
    top: 5px;
    animation: a-text-fadeup 1.2s ease forwards;
  }

  .kv-ttl__sec span{
    width: 8.67vw;
    height: 10.93vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .kv-ttl__sec span:not(:first-of-type){
    margin-left: 1.33vw;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(1){
    width: 8.67vw;
    background-image: url(../images/text_kvttl_1-01.svg);
    animation-delay: .2s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(2){
    width: 8.6vw;
    background-image: url(../images/text_kvttl_1-02.svg);
    animation-delay: .25s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(3){
    width: 7.76vw;
    background-image: url(../images/text_kvttl_1-03.svg);
    animation-delay: .3s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(4){
    width: 8.49vw;
    background-image: url(../images/text_kvttl_1-04.svg);
    animation-delay: .35s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(5){
    width: 8.77vw;
    background-image: url(../images/text_kvttl_1-05.svg);
    animation-delay: .4s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(6){
    width: 7.96vw;
    background-image: url(../images/text_kvttl_1-06.svg);
    animation-delay: .45s;
  }
  .kv-ttl__sec.--n01 span:nth-of-type(7){
    width: 2.88vw;
    height: 2.88vw;
    vertical-align: bottom;
    background-image: url(../images/text_kvttl_1-07.svg);
    animation-delay: .5s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(1){
    width: 7.39vw;
    background-image: url(../images/text_kvttl_2-01.svg);
    animation-delay: .55s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(2){
    width: 6.09vw;
    height: 6.41vw;
    vertical-align: bottom;
    background-image: url(../images/text_kvttl_2-02.svg);
    animation-delay: .6s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(3){
    width: 6.4vw;
    background-image: url(../images/text_kvttl_2-03.svg);
    animation-delay: .65s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(4){
    width: 8.99vw;
    background-image: url(../images/text_kvttl_2-04.svg);
    animation-delay: .7s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(5){
    width: 8.01vw;
    background-image: url(../images/text_kvttl_2-05.svg);
    animation-delay: .75s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(6){
    width: 8.31vw;
    background-image: url(../images/text_kvttl_2-06.svg);
    animation-delay: .8s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(7){
    width: 7.01vw;
    background-image: url(../images/text_kvttl_2-07.svg);
    animation-delay:.85s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(8){
    width: 8.72vw;
    background-image: url(../images/text_kvttl_2-08.svg);
    animation-delay: .9s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(9){
    width: 9.93vw;
    background-image: url(../images/text_kvttl_2-09.svg);
    animation-delay: .95s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(10){
    width: 5.89vw;
    background-image: url(../images/text_kvttl_2-10.svg);
    animation-delay: 1s;
  }
  .kv-ttl__sec.--n02 span:nth-of-type(11){
    width: 2.69vw;
    height: 2.69vw;
    vertical-align: bottom;
    background-image: url(../images/text_kvttl_2-11.svg);
    animation-delay: 1.05s;
  }
  .kv__scroll{
    display: block;
    position: absolute;
    bottom: 14vw;
    left: 3vw;
    width: 3.2vw;
  }

  /* nav */
  .nav-wrapper{
    position: relative;
  }
  .nav-sp{
    position: fixed;
    top: 5.73vw;
    right: -108vw;
    width: 27.33vw;
    height: 10.67vw;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    z-index: 5;
    transition: .5s;
  }
  .nav-sp.js-fixed{
    right: 5.73vw;
  }
  .nav-sp.js-open{
    width: 88.8vw;
    height: auto;
  }
  .nav-btn{
    position: relative;
    margin: 0 0 0 auto;
    padding: 3.6vw 5.27vw;
    width: 27.33vw;
    border-radius: 7px;
    background-color: #fddb43;
    font-size: 4.2vw;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 900;
  }
  .nav-sp.js-open .nav-btn{
    border-bottom-right-radius: 0;
  }
  .nav-btn__icon{
    position: absolute;
    top: 50%;
    right: 3.27vw;
    transform: translateY(-50%);
    width: 3.33vw;
    height: 3.87vw;
  }
  .nav-btn__icon span{
    display: inline-block;
    position: absolute;
    width: 3.33vw;
    height: 0.6vw;
    background-color: var(--main-color);
    transition: .3s;
  }
  .nav-btn__icon span:first-of-type{
    top: 0;
    left: 0;
    transform-origin: top left;
  }
  .nav-btn__icon span:nth-of-type(2){
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transform-origin: top left;
  }
  .nav-btn__icon span:last-of-type{
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
  }
  .nav-sp.js-open .nav-btn__icon span:first-of-type{
    top: 5%;
    width: 4vw;
    transform: rotate(45deg);
  }
  .nav-sp.js-open .nav-btn__icon span:nth-of-type(2){
    top: 5%;
    width: 4vw;
    transform: rotate(45deg);
  }
  .nav-sp.js-open .nav-btn__icon span:last-of-type{
    bottom: 12%;
    width: 4vw;
    transform: rotate(-45deg);
  }
  .nav__inner{
    position: absolute;
    right: 0;
    width: 88.8vw;
    height: 0;
  }
  .nav-sp.js-open .nav__inner{
    height: auto;
  }
  .nav-sp__list{
    visibility: hidden;
    opacity: 0;
    margin-top: -2.97vw;
    padding: 9.07vw;
    width: 88.8vw;
    border-radius: 12px;
    background-color: #fddb43;
    transform: scale(37%, 0);
    transform-origin: top right;
    transition: .3s;
  }
  .nav-sp.js-open .nav-sp__list{
    visibility: visible;
    opacity: 1;
    transform: scale(100%, 100%);
  }
  .nav-sp__item{
    position: relative;
    padding: 5.33vw 2vw;
    font-size: 4.27vw;
    line-height: 1;
    letter-spacing: 0.055em;
    font-weight: 700;
  }
  .nav-sp__item:not(:first-of-type){
    border-top: 4px solid #fff;
  }
  .nav-sp__item:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2.93vw;
    height: 2.8vw;
    background-image: url(../images/icon_arrow_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* age */
  .age__inner{
    width: 90.6%;
    margin: 0 auto;
  }
  .age__box--color{
    position: relative;
  }
  .age__box--color:after{
    content: "";
    display: block;
    position: absolute;
    top: 1.73vw;
    left: 1.73vw;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_border_age_color_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .age__box{
    position: relative;
    padding: 38vw 6vw 13.73vw;
    border-radius: 15px;
    background-image: url(../images/bg_border_age_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
  }
  .age__ttl{
    position: absolute;
    top: -9.73vw;
    padding: 1.8vw 4.8vw 5.6vw 4.4vw;
    background-image: url(../images/bg_agettl_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .age-ttl__sec.--n01:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 38%;
    width: 30.13vw;
    height: 2.8vw;
    background-image: url(../images/line_agettl.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .age-ttl__sec.--n01:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 38%;
    width: 30.13vw;
    height: 2.8vw;
    background-color: #fddb43;
  }
  .age__ttl.js-appear .age-ttl__sec.--n01:after{
    animation-delay: 1.2s;
  }
  .age-ttl__sec.--n02{
    position: relative;
    margin-top: 2.8vw;
  }
  .age-ttl__sec span{
    width: 7.07vw;
    height: 7.73vw;
  }
  .age-ttl__sec span:not(:first-of-type){
    margin-left: 0.67vw;
  }
  body:not([class]) .age__ttl.js-ttl .js-ttl__sec span {
    opacity: 1;
  }
  .age__ttl.js-ttl.js-appear .js-ttl__sec span{
    animation: none;
  }
  .js-complete .age__ttl.js-ttl.js-appear .js-ttl__sec span{
    animation: a-text-fadeup 1.2s ease forwards;
    animation-delay: 1s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(1){
    width: 7.07vw;
    background-image: url(../images/text_agettl_1-01.svg);
  }
  .age-ttl__sec.--n01 span:nth-of-type(2){
    width: 7.2vw;
    background-image: url(../images/text_agettl_1-02.svg);
    animation-delay: .1s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(3){
    width: 6.13vw;
    background-image: url(../images/text_agettl_1-03.svg);
    animation-delay: .2s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(4){
    width: 4vw;
    background-image: url(../images/text_agettl_1-04.svg);
    animation-delay: .3s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(5){
    width: 6.4vw;
    background-image: url(../images/text_agettl_1-05.svg);
    animation-delay: .4s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(6){
    width: 7.2vw;
    background-image: url(../images/text_agettl_1-06.svg);
    animation-delay: .5s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(7){
    width: 7.33vw;
    background-image: url(../images/text_agettl_1-07.svg);
    animation-delay: .6s;
  }
  .age-ttl__sec.--n01 span:nth-of-type(8){
    width: 6.53vw;
    background-image: url(../images/text_agettl_1-08.svg);
    animation-delay: .7s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(1){
    width: 7.28vw;
    background-image: url(../images/text_agettl_2-01.svg);
    animation-delay: .8s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(2){
    width: 6.2vw;
    background-image: url(../images/text_agettl_2-02.svg);
    animation-delay: .9s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(3){
    width: 7.12vw;
    background-image: url(../images/text_agettl_2-03.svg);
    animation-delay: 1s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(4){
    width: 6.87vw;
    background-image: url(../images/text_agettl_2-04.svg);
    animation-delay: 1.1s;
  }
  .age-ttl__sec.--n02 span:nth-of-type(5){
    width: 6vw;
    background-image: url(../images/text_agettl_2-05.svg);
    animation-delay: 1.2s;
  }
  .age__top{
    margin-top: -4vw;
  }
  .age__top .age__text{
    font-size: 4.53vw;
    line-height: 2.17;
    font-weight: 700;
  }
  _::-webkit-full-page-media, _:future, :root .age__top .age__text rt {
    transform: translateY(0.8em);
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .age__top .age__text rt {
      transform: translateY(0.8em);
    }
  }
  .age__img{
    margin-top: 7vw;
    width: 100%;
  }
  .age__img img{
    width: 100%;
  }
  .age-figure{
    position: relative;
    margin-top: 14.4vw;
    padding: 12.27vw 7.2vw 3vw;
    border-radius: 17px;
    background-color: #eff2ed;
  }
  .age-figure__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5.33vw;
    left: 50%;
    transform: translateX(-50%);
    width: 66.67vw;
    height: 15.07vw;
    border-radius: 150px;
    background-color: var(--main-color);
  }
  .age-figure__ttl img{
    width: 52.53vw;
  }
  .age-figure__subttl{
    margin-bottom: 8.8vw;
    font-size: 4.53vw;
    text-align: center;
    letter-spacing: 0.09em;
    font-weight: 700;
  }
  .age-figure__box{
    overflow-x: scroll;
    padding-bottom: 6vw;
  }
  .age-figure__box img{
    width: 165.33vw;
  }
  .scroll-hint-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42.67vw;
    height: 37.07vw;
    background: rgba(133, 181, 62, 1);
  }
  .scroll-hint-icon:before{
    margin-left: -1vw;
    width: 11.87vw;
    height: 16vw;
    background-image: url(../images/icon_scroll_hand.svg)
  }
  .scroll-hint-icon:after{
    top: 50%;
    left: 24%;
    transform: translateY(-50%);
    width: 34vw;
    height: 3.33vw;
    background-image: url(../images/icon_scroll_arrow.svg)
  }
  .scroll-hint-text{
    margin-top: 3vw;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .age-figure__text{
    margin-top: 5.87vw;
    padding: 2.47vw;
    font-size: 2.67vw;
    text-align: center;
    letter-spacing: 0.025em;
    line-height: 1.6;
    font-weight: 700;
    background: #fff;
  }
  .age__bottom{
    margin-top: 10.67vw;
  }
  .age__bottom .age__text{
    font-size: 4.53vw;
    line-height: 2;
    font-weight: 700;
  }
  .age__bottom .age__text:not(:first-of-type){
    margin-top: 7.2vw;
  }

  /* what */
  .what{
    z-index: 1;
  }
  .what__inner{
    position: relative;
    width: 83.2%;
    margin: 0 auto;
    padding-top: 27.73vw;
  }
  .bg-what-01{
    position: absolute;
    top: -3%;
    left: 76%;
    transform: translateX(-50%);
    width: 399%;
    z-index: -1;
  }
  .what__imgbox{
    position: absolute;
    top: 12vw;
    right: -12vw;
    width: 58.2%;
  }
  .what__imgbox:after{
    content: "";
    display: block;
    position: absolute;
    top: -6%;
    right: 27%;
    width: 5.4vw;
    height: 10vw;
    background-image: url(../images/ill_whatttl_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate-w 2s infinite alternate ease-in-out;
    animation-delay: -1.8s;
    transform: rotate(45deg);
  }
  @keyframes rotate-w {
    0%{
      transform: rotate(45deg);
    }
    100%{
      transform: rotate(25deg);
    }
    
  }
  .what__img{
    width: 100%;
  }
  .what__ttl{
    position: relative;
  }
  .what-ttl__sec.--n01{
    margin-left: -2.27vw;
  }
  .what-ttl__sec:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 62%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .what-ttl__sec.--n01:before{
    top: 55%;
    left: 0;
    width: 43.73vw;
    height: 3.2vw;
    background-image: url(../images/line_whatttl_01.png);
  }
  .what-ttl__sec.--n01:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 0;
    width: 43.73vw;
    height: 3.2vw;
    background-color: #fff;
  }
  .what__ttl.js-appear .what-ttl__sec.--n01:after{
    animation-delay: .3s;
  }
  .what-ttl__sec.--n02:before{
    top: 103%;
    left: 0;
    width: 70vw;
    height: 3.2vw;
    background-image: url(../images/line_whatttl_02.png);
  }
  .what-ttl__sec.--n02:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 103%;
    left: 0;
    width: 70vw;
    height: 3.2vw;
    background-color: #fff;
  }
  .what__ttl.js-appear .what-ttl__sec.--n02:after{
    animation-delay: 1.1s;
  }
  .what-ttl__sec.--n02{
    margin-top: 4.8vw;
  }
  .what-ttl__sec span{
    width: 7.87vw;
    height: 9.6vw;
  }
  .what-ttl__sec span:not(:first-of-type){
    margin-left: 2vw;
  }
  .what-ttl__sec.--n01 span:nth-of-type(1){
    position: relative;
    bottom: 0.8vw;
    width: 15.07vw;
    height: 17.47vw;
    background-image: url(../images/text_whatttl_1-01.svg);
  }
  .what-ttl__sec.--n01 span:nth-of-type(2){
    width: 12.53vw;
    height: 16.27vw;
    background-image: url(../images/text_whatttl_1-02.svg);
    animation-delay: .1s;
  }
  .what-ttl__sec.--n01 span:nth-of-type(3){
    position: relative;
    bottom: 2vw;
    vertical-align: bottom;
    margin-left: 1.33vw;
    width: 4.73vw;
    height: 4.93vw;
    background-image: url(../images/text_whatttl_1-03.svg);
    animation-delay: .2s;
  }
  .what-ttl__sec.--n01 span:nth-of-type(4){
    position: relative;
    bottom: 0.8vw;
    vertical-align: bottom;
    margin-left: 2vw;
    width: 5.6vw;
    background-image: url(../images/text_whatttl_1-04.svg);
    animation-delay: .3s;
  }

  .what-ttl__sec.--n02 span:nth-of-type(1){
    width: 7.6vw;
    background-image: url(../images/text_whatttl_2-01.svg);
    animation-delay: .4s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(2){
    width: 7.33vw;
    background-image: url(../images/text_whatttl_2-02.svg);
    animation-delay: .5s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(3){
    width: 7.03vw;
    background-image: url(../images/text_whatttl_2-03.svg);
    animation-delay: .6s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(4){
    width: 7.07vw;
    background-image: url(../images/text_whatttl_2-04.svg);
    animation-delay: .7s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(5){
    width: 7.2vw;
    background-image: url(../images/text_whatttl_2-05.svg);
    animation-delay: .8s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(6){
    width: 6.37vw;
    background-image: url(../images/text_whatttl_2-06.svg);
    animation-delay: .9s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(7){
    width: 5.73vw;
    background-image: url(../images/text_whatttl_2-07.svg);
    animation-delay: 1s;
  }
  .what-ttl__sec.--n02 span:nth-of-type(8){
    margin-left: 2.93;
    width: 3.87vw;
    background-image: url(../images/text_whatttl_2-08.svg);
    animation-delay: 1.1s;
  }
  .what__ttl img{
    position: absolute;
  }
  .what__ttl img:nth-of-type(1){
    top: -8.8vw;
    left: -3vw;
    width: 5vw;
    animation: rotate-b01 2.5s infinite alternate ease-in-out;
  }
  .what__ttl img:nth-of-type(2){
    top: 0;
    left: -7vw;
    width: 4.27vw;
    animation: rotate01 2s infinite alternate ease-in-out;
    animation-delay: -1.2s;
  }
  .what__ttl img:nth-of-type(3){
    top: -4.07vw;
    left: 32%;
    width: 5.01vw;
    transform: rotate(-12deg);
    animation: rotate-b02 2s infinite alternate ease-in-out;
    animation-delay: -0.1s;
  }

  .what__box{
    margin-top: 16.67vw;
  }
  .what__text{
    font-size: 4.53vw;
    line-height: 2;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
  .what__text span {
    font-size: 0.6em;
    vertical-align: top;
  }
  .what__text--link{
    display: inline-block;
    position: relative;
    margin-top: 1.33vw;
    padding-left: 4.47vw;
    font-size: 4vw;
    line-height: 1.54;
    font-weight: 700;
    color: #32628f;
  }
  .what__text--link:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 42%;
    left: 4%;
    transform: rotate(45deg);
    width: 1.6vw;
    height: 1.6vw;
    border-top: 2px solid #32628f;
    border-right: 2px solid #32628f;
  }
  .what__text:not(:first-of-type){
    margin-top: 5.33vw;
  }
  .bg-what-02{
    top: 62.2vw;
    left: -24%;
    width: 34.8vw;
  }
  .bg-what-03{
    top: 122vw;
    right: -16%;
    width: 28vw;
    transform: rotate(54deg);
  }
  .bg-what-04{
    bottom: -39vw;
    left: -11%;
    width: 37.07vw;
  }
  .bg-what-05{
    bottom: -25.07vw;
    right: -8%;
    width: 36.93vw;
  }
  .bg-what-06{
    bottom: -14vw;
    right: -10.3%;
    width: 20.67vw;
    max-width: 138px;
  }

  /* qa */
  .qa{
    margin-top: 41vw;
  }
  .qa__inner{
    padding-bottom: 20vw;
  }
  .bg-qa-01{
    position: absolute;
    top: 7%;
    left: 150%;
    transform: translateX(-50%);
    width: 248.4vw;
    z-index: -1;
  }
  .qa__ttl{
    position: relative;
    text-align: center;
  }
  .qa-ttl__sec.--n01 span{
    width: 6.93vw;
    height: 8.8vw;
  }
  .qa-ttl__sec:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15%;
    left: 16%;
    width: 20.13vw;
    height: 3.73vw;
    background-image: url(../images/line_qattl.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .qa-ttl__sec:after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15%;
    left: 16%;
    width: 20.13vw;
    height: 3.73vw;
    background-color: #f9fae6;
  }
  .qa__ttl.js-appear .qa-ttl__sec:after{
    animation-delay: 1.2s;
  }
  .qa-ttl__sec.--n02{
    margin-top: 1.5vw;
  }
  .qa-ttl__sec.--n02 span{
    width: 6vw;
    height: 8.27vw;
  }
  .qa-ttl__sec.--n03{
    margin-top: 1.5vw;
  }
  .qa-ttl__sec span:not(:first-of-type){
    margin-left: 1.33vw;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(1){
    width: 5.6vw;
    height: 6.8vw;
    background-image: url(../images/text_qattl_1-01.svg);
    animation-delay: .2s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(2){
    width: 5.6vw;
    height: 6.93vw;
    background-image: url(../images/text_qattl_1-02.svg);
    animation-delay: .3s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(3){
    width: 5.47vw;
    height: 7.07vw;
    background-image: url(../images/text_qattl_1-03.svg);
    animation-delay: .4s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(4){
    width: 5.73vw;
    height: 7.33vw;
    background-image: url(../images/text_qattl_1-04.svg);
    animation-delay: .5s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(5){
    width: 6vw;
    height: 7.2vw;
    background-image: url(../images/text_qattl_1-05.svg);
    animation-delay: .6s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(6){
    width: 4.13vw;
    height: 4.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-06.svg);
    animation-delay: .7s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(7){
    width: 5.07vw;
    height: 6.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-07.svg);
    animation-delay: .8s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(8){
    width: 5.07vw;
    height: 6vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-08.svg);
    animation-delay: .9s;
  }
  .qa-ttl__sec.--n01 span:nth-of-type(9){
    width: 5.07vw;
    height: 6.67vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-09.svg);
    animation-delay: 1s;
  }

  .qa-ttl__sec.--n02 span:nth-of-type(1){
    width: 6vw;
    height: 7.6vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-10.svg);
    animation-delay: 1.1s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(2){
    width: 5.87vw;
    height: 7.6vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-11.svg);
    animation-delay: 1.2s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(3){
    width: 5.33vw;
    height: 6.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-12.svg);
    animation-delay: 1.3s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(4){
    width: 6vw;
    height: 11.73vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-13.svg);
    animation-delay: 1.4s;
  }
  .qa-ttl__sec.--n02 span:nth-of-type(5){
    width: 6.13vw;
    height: 12vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_1-14.svg);
    animation-delay: 1.5s;
  }

  .qa-ttl__sec.--n03 span:nth-of-type(1){
    width: 5.2vw;
    height: 6.8vw;
    background-image: url(../images/text_qattl_2-01.svg);
    animation-delay: 1.6s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(2){
    width: 5.2vw;
    height: 6.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-02.svg);
    animation-delay: 1.7s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(3){
    width: 8.53vw;
    height: 10.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-03.png);
    animation-delay: 1.8s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(4){
    width: 8.53vw;
    height: 10.67vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-04.png);
    animation-delay: 1.9s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(5){
    width: 5.33vw;
    height: 6.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-05.svg);
    animation-delay: 2s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(6){
    margin-top: 8.33vw;
    width: 5.87vw;
    height: 1.03vw;
    vertical-align: middle;
    background-image: url(../images/text_qattl_2-06.svg);
    animation-delay: 2.1s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(7){
    width: 5.87vw;
    height: 7.2vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-07.svg);
    animation-delay: 2.2s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(8){
    width: 6vw;
    height: 7.47vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-08.svg);
    animation-delay: 2.3s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(9){
    width: 5.07vw;
    height: 7.33vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-09.svg);
    animation-delay: 2.4s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(10){
    width: 4.93vw;
    height: 6.67vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-10.svg);
    animation-delay: 2.5s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(11){
    width: 5.6vw;
    height: 7.07vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-11.svg);
    animation-delay: 2.6s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(12){
    width: 5.07vw;
    height: 6.8vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-12.svg);
    animation-delay: 2.7s;
  }
  .qa-ttl__sec.--n03 span:nth-of-type(13){
    width: 5.33vw;
    height: 6.4vw;
    vertical-align: bottom;
    background-image: url(../images/text_qattl_2-13.svg);
    animation-delay: 2.8s;
  }

  .qa__slider{
    position: relative;
    margin: 10.33vw auto 0;
    padding-top: 10.17vw;
    padding-bottom: 19.6vw;
    overflow: hidden;
  }
  .swiper-slide{
    display: flex;
    align-items: center;
    height: auto;
  }
  .slide{
    position: relative;
    padding: 10.2vw 7.87vw 8.33vw;
    background-image: url(../images/bg_border_qa.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 84.4%;
    height: 160vw;
  }
  .swiper-button-next,
  .swiper-button-prev{
    background-image: url(../images/btn_slide_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.6vw;
    height: 3.47vw;
    top: 98.8%;
  }
  .swiper-button-next[data-type="center"],
  .swiper-button-prev[data-type="center"]{
    background-image: url(../images/btn_slide_01.svg);
    width: 14vw;
    height: 14vw;
    top: 32%;
  }
  .swiper-button-next{
    right: 3%;
  }
  .swiper-button-prev{
    left: 4%;
    transform: scale(-1, 1);
  }
  .swiper-button-prev[data-type="center"]{
    left: 1%;
    transform: scale(-1, 1);
  }
  .swiper-button-next[data-type="center"]{
    right: 1%;
  }
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-next:after {
    display: none;
  }
  .swiper-pagination-bullet {
    width: 8vw;
    height: 8vw;
    background: #f3f1ec;
    color: var(--main-color);
    font-size: 4vw;
    line-height: 8vw;
    font-weight: 900;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #85b53e;
    color: #fff;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2vw;
  }

  .slide__num--outer{
    position: absolute;
    top: -7.2vw;
    left: 5%;
    width: 31.07vw;
    height: 15.6vw;
    clip-path: polygon(0 100%, 0 0, 100% 13% ,100% 87%);
    transform: rotate(-15deg);
    background-color: var(--main-color);
    z-index: 1;
  }
  .slide__num{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7.87vw;
    left: 4%;
    width: 31.07vw;
    height: 15.6vw;
    clip-path: polygon(0 100%, 0 0, 100% 13% ,100% 87%);
    transform: rotate(-15deg);
    background-color: #fddb43;
    font-size: 6.4vw;
    letter-spacing: 0.12em;
    font-weight: 900;
    z-index: 1;
  }
  .slide__content{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .slide__q{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23.6vw;
    font-size: 5.6vw;
    text-align: center;
    line-height: 1.62;
    letter-spacing: 0.11em;
    font-weight: 900;
  }
  .slide__a{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .slide__a img{
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .slide__a-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .slide__list{
    /* padding-bottom: 8vw; */
    padding-top: 3vw;
  }
  .slide__link:not(:first-of-type){
    margin-top: 1.33vw;
  }
  .slide__link a{
    display: inline-block;
    position: relative;
    padding-left: 3.47vw;
    font-size: 4vw;
    line-height: 1.54;
    font-weight: 700;
    color: #32628f;
  }
  .slide__link a:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 23%;
    left: 0;
    transform: rotate(45deg);
    width: 1.6vw;
    height: 1.6vw;
    border-top: 2px solid #32628f;
    border-right: 2px solid #32628f;
  }
  .slide__eg{
    display: block;
    margin-top: 1.87vw;
    padding: 3.2vw;
    border-radius: 5px;
    background-color: #eef1ec;
    font-size: 3.47vw;
    line-height: 1.7;
    letter-spacing: -0.055em;
  }
  .slide__eg span{
    margin-right: 1vw;
    padding: 0.3vw 1.6vw;
    border-radius: 3px;
    background-color: var(--main-color);
    font-size: 3.07vw;
    font-weight: 700;
    color: #fff;
  }
  .slide__text{
    font-size: 4.27vw;
    text-align: justify;
    line-height: 1.65;
    font-weight: 700;
  }

  /* member */
  .member{
    padding: 4.4vw 0;
    background-color: #eed237;
  }
  .member__inner{
    margin: 0 auto;
    width: 92.8%;
  }
  .member__box{
    padding: 10.27vw 5.6vw;
    border-radius: 16px;
    background-color: #fff;
  }
  .member__box:not(:first-of-type){
    margin-top: 4.67vw;
  }

  /* merit */
  .merit{
    position: relative;
  }
  .merit__img{
    position: absolute;
    top: 8.33vw;
    right: -13%;
    width: 38.67vw;
    z-index: 1;
  }
  .merit__ttl{
    text-align: center;
  }
  .merit-ttl__sec.--n02{
    margin-top: 3.2vw;
  }
  .merit-ttl__sec span{
    vertical-align: bottom;
  }
  .merit-ttl__sec span:not(:first-of-type){
    margin-left: 1.4vw;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(1){
    width: 4.8vw;
    height: 6.93vw;
    background-image: url(../images/text_meritttl_1-01.svg);
    animation-delay: .2s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(2){
    margin-left: 2.8vw;
    width: 4.8vw;
    height: 6.27vw;
    background-image: url(../images/text_meritttl_1-02.svg);
    animation-delay: .3s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(3){
    width: 5.73vw;
    height: 7.07vw;
    background-image: url(../images/text_meritttl_1-03.svg);
    animation-delay: .4s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(4){
    width: 4.53vw;
    height: 6.13vw;
    background-image: url(../images/text_meritttl_1-04.svg);
    animation-delay: .5s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(5){
    width: 5.87vw;
    height: 6.4vw;
    background-image: url(../images/text_meritttl_1-05.svg);
    animation-delay: .6s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(6){
    width: 4.67vw;
    height: 6.53vw;
    background-image: url(../images/text_meritttl_1-06.svg);
    animation-delay: .7s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(7){
    width: 4.93vw;
    height: 6.8vw;
    background-image: url(../images/text_meritttl_1-07.svg);
    animation-delay: .8s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(8){
    width: 4.53vw;
    height: 6.13vw;
    background-image: url(../images/text_meritttl_1-08.svg);
    animation-delay: .9s;
  }
  .merit-ttl__sec.--n01 span:nth-of-type(9){
    width: 5.33vw;
    height: 6.4vw;
    background-image: url(../images/text_meritttl_1-09.svg);
    animation-delay: 1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(1){
    width: 6vw;
    height: 7.47vw;
    background-image: url(../images/text_meritttl_2-01.svg);
    animation-delay: 1.1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(2){
    width: 6vw;
    height: 7.33vw;
    background-image: url(../images/text_meritttl_2-02.svg);
    animation-delay: 1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(3){
    width: 4.93vw;
    height: 6.67vw;
    background-image: url(../images/text_meritttl_2-03.svg);
    animation-delay: 1.1s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(4){
    width: 3.73vw;
    height: 6.67vw;
    background-image: url(../images/text_meritttl_2-04.svg);
    animation-delay: 1.2s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(5){
    width: 4vw;
    height: 4.93vw;
    background-image: url(../images/text_meritttl_2-05.svg);
    animation-delay: 1.3s;
  }
  .merit-ttl__sec.--n02 span:nth-of-type(6){
    width: 3.6vw;
    height: 6.93vw;
    background-image: url(../images/text_meritttl_2-06.svg);
    animation-delay: 1.3s;
  }
  .merit__list{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 12.47vw;
  }
  .card{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    padding: 2.8vw 0 5.33vw;
    width: calc(50% - 1.87vw / 2);
    background-color: #f7f7f1;
  }
  .card:nth-of-type(even){
    margin-left: 1.87vw;
  }
  .card:nth-of-type(n+3){
    margin-top: 7.33vw;
  }
  .card__num{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 3.33vw;
    transform: translateY(-50%);
    padding-bottom: 0.5vw;
    width: 10.13vw;
    height: 10.13vw;
    border-radius: 50%;
    background-color: #85b53e;
    font-size: 5.07vw;
    font-weight: 700;
    color: #fff;
  }
  .card-box{
    width: 23.87vw;
    height: 23.47vw;
  }
  .card__text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-size: 3.73vw;
    text-align: center;
    line-height: 1.43;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .btn-box{
    text-align: center;
  }
  .btn-box.--merit{
    margin-top: 9.2vw;
  }
  .btn-box__text{
    margin-bottom: 5.47vw;
    font-size: 4vw;
    line-height: 1.73;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .btn-wrapper{
    display: inline-block;
    position: relative;
    transition: var(--hover-tr);
  }
  .btn-wrapper:hover{
    opacity: var(--hover-op);
  }
  .btn-wrapper:before{
    content: "";
    display: block;
    position: absolute;
    top: 0.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70.93vw;
    height: 100%;
    background-color: #fddb43;
    transition: var(--hover-tr);
    z-index: 2;
  }
  .btn-wrapper:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70.92vw;
    height: 99%;
    background-color: #fff;
    z-index: 3;
  }
  .btn{
    display: inline-block;
    position: relative;
    padding: 5.07vw 0;
    width: 70.93vw;
    background-color: #85b53e;
    font-size: 4.53vw;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 700;
    z-index: 4;
  }
  .btn:hover{
    top: 0.8vw;
  }
  .btn:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5.07vw;
    transform: translateY(-50%);
    width: 3.07vw;
    height: 3.01vw;
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* voice */
  .voice{

  }
  .voice__ttl{
    text-align: center;
  }
  .voice-ttl__sec.--n02{
    margin-top: 3.2vw;
  }
  .voice-ttl__sec span{
    vertical-align: bottom;
  }
  .voice-ttl__sec span:not(:first-of-type){
    margin-left: 1.4vw;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(1){
    width: 6vw;
    height: 7.47vw;
    background-image: url(../images/text_voicettl_1-01.svg);
    animation-delay: .2s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(2){
    width: 6vw;
    height: 7.33vw;
    background-image: url(../images/text_voicettl_1-02.svg);
    animation-delay: .3s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(3){
    width: 5.33vw;
    height: 6.4vw;
    background-image: url(../images/text_voicettl_1-03.svg);
    animation-delay: .4s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(4){
    width: 5.2vw;
    height: 6.67vw;
    background-image: url(../images/text_voicettl_1-04.svg);
    animation-delay: .5s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(5){
    width: 5.47vw;
    height: 7.07vw;
    background-image: url(../images/text_voicettl_1-05.svg);
    animation-delay: .6s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(6){
    width: 4.93vw;
    height: 7.07vw;
    background-image: url(../images/text_voicettl_1-06.svg);
    animation-delay: .7s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(7){
    width: 4.67vw;
    height: 6.93vw;
    background-image: url(../images/text_voicettl_1-07.svg);
    animation-delay: .8s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(8){
    width: 5.33vw;
    height: 6.4vw;
    background-image: url(../images/text_voicettl_1-08.svg);
    animation-delay: .9s;
  }
  .voice-ttl__sec.--n01 span:nth-of-type(9){
    width: 5.87vw;
    height: 7.47vw;
    background-image: url(../images/text_voicettl_1-09.svg);
    animation-delay: 1s;
  }
  .voice__box{
    margin-top: 9.73vw;
    padding: 5.33vw 7.2vw;
    border-radius: 10px;
    background-color: #f7f7f1;
  }
  .person{
    padding-top: 4.53vw;
    padding-bottom: 7.73vw;
  }
  .person:not(:first-of-type){
    border-top: 5px solid #fff;
  }
  .person-box{
    margin: 0 auto;
    width: 45.87vw;
    height: 45.07vw;
  }
  .person__img{
    display: block;
    margin: 0 auto;
  }
  .person__cat{
    margin-top: 4vw;
    font-size: 5.73vw;
    text-align: center;
    font-weight: 700;
  }
  .person__text{
    margin-top: 27px;
    font-size: 4.27vw;
    line-height: 2.06;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
  .btn-box.--voice{
    margin-top: 11.6vw;
  }

  /* links */
  .links__inner{
    margin: 0 auto;
    width: 85.3%;
  }
  /* recommend */
  .recommend{
    margin-top: 14.67vw;
  }
  .recommend__ttl{
    text-align: center;
  }
  .recommend__ttl img{
    width: 53.33vw;
  }
  .recommend__lead{
    margin-top: 8vw;
    font-size: 5.07vw;
    line-height: 1.68;
    text-align: center;
    letter-spacing: 0.145em;
    font-weight: 700;
  }
  .recommend___list{
    margin-top: 8.67vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7.73vw;
  }
  .post__top{
    position: relative;
    display: flex;
    align-items: center;
    padding: 3.6vw 4vw;
    background-color: #85b53e;
    font-size: 4.53vw;
    line-height: 1.47;
    letter-spacing: -0.05em;
    color: #fff;
  }
  .post__img{
    width: 100%;
  }
  /* contents */
  .contents{
    margin-top: 21.87vw;
    padding-bottom: 14.93vw;
  }
  .contents__ttl{
    text-align: center;
  }
  .contents__ttl img{
    width: 49.33vw;
  }
  .contents__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10.67vw;
    margin-top: 11.73vw;
  }
  .banner__ttl{
    text-align: center;
  }
  .banner__ttl--sub{
    font-size: 4vw;
    letter-spacing: 0.055em;
    font-weight: 700;
  }
  .banner__ttl--main{
    margin-top: 2.8vw;
    font-size: 5.33vw;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
  .banner__box{
    display: block;
    margin-top: 5.07vw;
    border: 2px solid #cacaca;
  }
  .banner__box img{
    width: 100%;
  }
  .btn-box.--banner{
    margin-top: 18.67vw;
  }

  /* top-btn */
  .top-btn{
    position: absolute;
    bottom: 3.73vw;
    right: 1vw;
    z-index: 2;
  }
  .top-btn img{
    width: 4.6vw;
  }

  
  /* footer */
  .l-footer {
    margin-top: 0;
    line-height: 1.3;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #292929;
    color: #fff;
  }
  .l-section {
    width: 100%;
  }
  .l-section__inner.footerinner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: calc( 1314px);
  }
  .l-footer__navi {
    margin-bottom: 20px;
    line-height: 13px;
  }
  .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .l-footer__navi ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-footer__navi ul li a, .l-footer__navi ul li span {
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 13px;
    display: block;
  }
  .l-footer__navi ul li strong {
    font-weight: 900;
  }
  .l-footer__copy {
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 11px;
    line-height: 11px;
    font-weight: 900;
  }
}
