@charset "utf-8";
/* STYLE LIST ------------------------------------------------------

 01. LAYOUT

 02. HEADER & FOOTER

 03. KV

 04. ABOUT

 05. POINT

 06. MEMBER

 07. PROGRAM

 08. VOICE

 09. CTA

 10. FIXED

-------------------------------------------------------------------- */


/* 01. LAYOUT
-------------------------------------------------------------------- */

body {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.inner1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.125%;
}

/* PC・SP切替 */
.sp {
  display: none;
}


/* MEDIA QUERIE 768px～ */
@media screen and (min-width: 768px) {

  a {
    transition: .5s;
  }

}


/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  p {
    font-size: 3.2vw;
    line-height: 1.42;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner2 {
    padding-left: 0;
  }

}

#kv, .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 { overflow-x: clip; }

/* 02. HEADER & FOOTER
-------------------------------------------------------------------- */

.pagetop {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 10px;
  cursor: pointer;
  transform: translate(calc(1600px - 43px), -140px);
  height: 0;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 60px;
}

.sp_cta {
  display: none;
}

/* MEDIA QUERIE 1025px～1600px */
@media screen and (min-width: 1025px) and (max-width: 1600px) {

  .pagetop {
    transform: translate(97vw, -120px);
  }

}

/* MEDIA QUERIE 768px～1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .pagetop {
    transform: translate(97vw, -130px);
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sp_cta {
    display: flex;
    background: #1490e0;
    height: 50px;
  }

  .sp_cta .sp_tel {
    width: 58px;
  }

  .sp_cta .sp_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .sp_cta .sp_tel img {
    max-width: 40px;
  }

  .sp_cta .sp_web {
    width: 74px;
    border-left: 1px solid #fff;
  }

  .sp_cta .sp_web a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .sp_cta .sp_web img {
    max-width: 55px;
  }

  .pagetop {
    transform: translate(calc(100vw - 30px), 0);
    bottom: 180px;
  }

}

footer {
  color:#4d4d4f;
  width: 100%; 
  padding: 1.5% 2.5% 2%;
  border-top: solid 1px #ccc;
}
  @media screen and (max-width: 1024px) {
  footer {
  border-top: none;
  padding: 30px 0 10px;
    }
  }

  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 75px;
    }
  }

.footer__inner {
  max-width:1600px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  @media screen and (max-width: 1024px) {
  .footer__inner {
  width: 100%;
  display: block;
    }
  }

.footer__box {
  width: calc( calc(100% - 3%) / 2 );
}
  @media screen and (max-width: 1024px) {
  .footer__box {
  width: 100%;
    }
  }

.footer__box.group {
  display: flex;
  align-items: center;
}
.footer__box.group .footer__box__L__logo {
  width: 80px;
  height: 70px;
}

  @media screen and (max-width: 1024px) {
    .footer__box.group {
      width: 100%;
      flex-direction: column;
      justify-content: center;
      }
    .footer__box.group .footer__box__L__logo {
      margin-bottom: 20px;
      }
    }

.footer__box a {
  font-weight: 400;
  color: #4D4D4F;
  text-decoration: none;
}

.footer__box__L__txt {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__txt {
  font-size: 1.2rem;
  color: #6c6c6c;
  display: block;
  width: 100%;
  background: #dfdfdf;
  margin-left: 0;
    }
  }

.footer__box__L__list {
  display: flex;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__list + .footer__box__L__list {
  border-top: solid 1px #c5c5c5;
    }
  }

.footer__box__L__list li{
  display: inline;
  margin-bottom: 3px;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__list li{
  text-align: center;
  width: 50%;
  padding: 10px 0;
  margin-bottom: 0;
  display: block;
    }
  }

.footer__box__L__list li:nth-child(2)::before {
  content: '|';
  padding: 0 10px;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__list li:nth-child(2){
  border-left: solid 1px #c5c5c5;	
    }
  .footer__box__L__list li:nth-child(2)::before {
  content: '';
  padding: 0;

    }
  }

.footer__box__R__logo {
  text-align: right;
  margin-top: 0px;
}
  @media screen and (max-width: 1024px) {
  .footer__box__R__logo {
  text-align: center;
  margin: 15px 0 5px;
    }
  }

.footer__box__R__logo img {
  width: 176px;
  vertical-align: middle;
}
  @media screen and (max-width: 1024px) {
  .footer__box__R__logo img {
  width: 50%;
    }
  }

.footer__box__R__txt {
  font-size: 1.3rem;
  text-align: right;
}
  @media screen and (max-width: 1024px) {
  .footer__box__R__txt {
  font-size: 1.1rem;
  text-align: center;
    }
}


/* 03. KV
-------------------------------------------------------------------- */

#kv {
  background: url(../img/change/bg_kv_pc.png) no-repeat center/cover;
  padding: 4.4% 0;
  position: relative;
}

#kv:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/change/kv_pc.png) no-repeat center/contain;
  width: 38.3125%;
  height: 93.8642%;
  bottom: 0;
  right: 13.4%;
  z-index: 100;
}

.kv_inner {
  background: url(../img/change/kv-bg_pc.png) no-repeat center/cover;
  position: relative;
  width: 86.8125%;
  padding-top: 39.1875%;
  margin: auto;
  height: 0;
  border-radius: 30px;
}

.kv_inner:before {
  position: absolute;
  display: inline-block;
  background: url(../img/common/logo_pc.svg) no-repeat center/contain;
  content: "";
  width: 1.480201%;
  height: 88.357256%;
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  left: -3.5%;
  margin: auto;
}

.kv_inner:after {
  position: absolute;
  display: inline-block;
  background: url(../img/common/logo_pc.svg) no-repeat center/contain;
  content: "";
  width: 1.480201%;
  height: 88.357256%;
  top: 0;
  bottom: 0;
  right: -3.5%;
  margin: auto;
}

.kv_inner picture {
  position: absolute;
  top: 18.5%;
  left: 3.2%;
  width: 47.1562275%;
  height: 42.902711%;
  z-index: 10;
}

.kv_inner picture img {
  opacity: 0;
  animation: zoomIn .3s 1s forwards ease-in-out;
  transform-origin: center;
}

.kv_inner .border {
  position: absolute;
  width: 0;
  top: 50%;
  height: 100%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
  animation: wide .7s forwards ease-in-out;
  z-index: 1;
}

.kv_inner .border img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
  width: 1389px;
  max-width: 1389px;
  height: auto;
}

#kv .change {
  position: absolute;
  width: 0;
  height: 30%;
  bottom: 3%;
  left: 60.5%;
  overflow: hidden;
  animation: wide2 .3s 1.6s forwards ease-in-out;
  z-index: 1000;
}

#kv .change img {
  position: absolute;
  left: 0;
  top: 0;
  width: 489px;
  max-width: 489px;
  height: auto;
}

/* MEDIA QUERIE ～1400px */
@media screen and (max-width: 1400px) {

  #kv .change img {
    width: 400px;
    max-width: 400px;
  }

}

/* MEDIA QUERIE ～1100px */
@media screen and (max-width: 1100px) {

  .kv_inner .border img {
    width: 1041px;
    max-width: 1041px;
  }

  #kv .change img {
    width: 300px;
    max-width: 300px;
  }

}

/* MEDIA QUERIE ～1100px */
@media screen and (max-width: 800px) {

  .kv_inner .border img {
    width: 695px;
    max-width: 695px;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  #kv {
    padding: 7vw 0 16vw;
    background: url(../img/change/bg_kv_sp.png) no-repeat center/cover;
  }

  #kv:after {
    background: url(../img/change/kv_sp.png) no-repeat center/contain;
    width: 77.717vw;
    height: 118.98277vw;
    bottom: -13vw;
    right: 17vw;
  }

  .kv_inner {
    background: url(../img/change/kv-bg_sp.png) no-repeat center/contain;
    height: 112.3805907vw;
    border-radius: 15px;
    padding-top: 4%;
  }

  .kv_inner:before {
    display: none;
  }

  .kv_inner:after {
    display: none;
  }

  .kv_inner picture {
    width: 115.0307%;
    height: auto;
    transform: none;
    left: -6.51533vw;
    top: inherit;
    bottom: 7%;
    z-index: 200;
  }

  .kv_inner .border {
    position: static;
    width: 0;
    height: 15.3333vw;
    transform: none;
    animation: wide .7s forwards ease-in-out;
    text-align: center;
    padding-left: 3.6809815%;
  }
  
  .kv_inner .border img {
    position: static;
    transform: none;
    width: 80.5333vw;
    max-width: 80.5333vw;
    height: auto;
  }

  #kv .change {
    height: 20.66666vw;
    bottom: inherit;
    top: 31vw;
    left: 9vw;
    animation: wide3 .3s 1.6s forwards ease-in-out;
  }
  
  #kv .change img {
    position: absolute;
    left: 0;
    top: 0;
    width: 49.6vw;
    max-width: 49.6vw;
    height: 20.6666vw;
  }

}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes wide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes wide2 {
  0% {
    width: 0;
  }
  100% {
    width: 489px;
  }
}

@keyframes wide3 {
  0% {
    width: 0;
  }
  100% {
    width: 49.6vw;
  }
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec01 {
    position: relative;
    z-index: 300;
    width: 92%;
    margin: -11vw auto 0;
  }

}

/* 04. ABOUT
-------------------------------------------------------------------- */

.sec02 {
  background: url(../img/common/bg_about_pc.png) no-repeat center top/100%;
  text-align: center;
  position: relative;
  padding: 3.5% 0 7%;
}

.sec02 h2 {
  position: absolute;
  font-size: 37px;
  font-weight: 700;
  text-align: left;
  line-height: 47px;
  letter-spacing: .025em;
  padding-bottom: 15px;
  top: 12.5%;
  left: 7.5%;
}

.sec02 h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/line_wave.svg) no-repeat center/100%;
  height: 10px;
}

.sec02 .solve {
  background: #fc725e;
  border-radius: 100px;
  width: 71.75%;
  padding: 3px 0 7px;
  box-shadow: 15px 15px 15px rgba(0,0,0,.15);
  color: #fff;
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec02 .solve span {
  color: #fff68f;
  font-size: 43px;
}

.sec02 .solve:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6.8%;
  height: 97.3%;
  top: -75%;
  left: -5%;
  background: url(../img/common/icon_about_pc.svg) no-repeat center/contain;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {

  .sec02 h2 {
    font-size: 2.3125vw;
    line-height: 2.9375vw;
    padding-bottom: 1.2375vw;
  }

  .sec02 img {
    width: 76.625vw;
  }

  .sec02 .solve {
    padding: 3px 0 7px;
    box-shadow: 15px 15px 15px rgba(0,0,0,.15);
    font-size: 2.0625vw;
    bottom: 11%;
  }
  
  .sec02 .solve span {
    font-size: 2.6875vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec02 {
    background: url(../img/common/bg_about_sp.png) no-repeat center top/100% auto;
    padding: 64vw 0 22vw;
    margin-top: -34vw;
  }

  .sec02 h2 {
    font-size: 6.98933vw;
    line-height: 8.897333vw;
    text-align: center;
    letter-spacing: revert-layer;
    padding-bottom: 3vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 84vw;
    top: 39vw;
  }

  .sec02 h2:after {
    background: url(../img/common/line_wave.svg) no-repeat center/100%;
    height: 2vw;
  }

  .sec02 .solve {
    border-radius: 3.6vw;
    width: 92%;
    padding: 3.5vw 0 4.5vw;
    box-shadow: 2vw 2vw 3vw rgba(0,0,0,.15);
    font-size: 5.829333vw;
    line-height: 9.1133vw;
    bottom: 0;
  }
  
  .sec02 .solve span {
    font-size: 7.50933vw;
  }
  
  .sec02 .solve:before {
    display: none;
  }

}

/* 05. POINT
-------------------------------------------------------------------- */

.sec03 {
  background: url(../img/common/bg02_pc.png) no-repeat center bottom/cover;
  padding-bottom: 6%;
}

.sec03 .box {
  position: relative;
  margin-left: 10%;
  padding: 3.7% 0 3% 6.8%;
  background: #fff;
}

.sec03 .box .point {
  position: absolute;
  width: 86px;
  height: 398px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -47px;
  z-index: 10;
}

.sec03 .box:after {
  display: inline-block;
  content: "";
  background: linear-gradient( 90deg, rgb(19,116,225) 0%, rgb(211,239,54) 100%);
  opacity: 0.271;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.sec03 h2 {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  color: #2b2b2b;
  width: 81%;
  margin-bottom: 3%;
  position: relative;
  z-index: 100;
}

.sec03 ul {
  display: flex;
  flex-wrap: wrap;
  width: 81%;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.sec03 li {
  background: #fff;
  border-radius: 0 30px 0 30px;
  width: 48.23%;
  padding: 2.3% 0 3.1%;
  text-align: center;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 3.0rem;
  letter-spacing: .025em;
  margin-bottom: 2%;
  line-height: 36px;
  position: relative;
}

.sec03 li img {
  position: absolute;
  top: 7%;
  left: -2.5%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {

  .sec03 h2 {
    font-size: 2.3125vw;
  }

  .sec03 .box .point {
    width: 5.375vw;
    height: 24.875vw;
    left: -3.375vw;
  }

  .sec03 li {
    border-radius: 0 1.875vw 0 1.875vw;
    font-size: 1.875vw;
    line-height: 2.25vw;
    position: relative;
  }
  
  .sec03 li img {
    width: 6vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec03 {
    background: none;
    padding-bottom: 0;
    margin-top: 18vw;
  }
  
  .sec03 .box {
    margin-left: 0;
    padding: 10.667vw 6.6666vw 36vw;
  }
  
  .sec03 .box .point {
    width: 56.93333vw;
    height: 12.55066vw;
    bottom: inherit;
    right: 0;
    left: 0;
    top: -6vw;
  }

  .sec03 .box:after {
    background: linear-gradient( 0deg, rgb(19,116,225) 0%, rgb(211,239,54) 100%);
  }
  
  .sec03 h2 {
    margin: 0 auto 8%;
    font-size: 7.68vw;
    width: 74%;
    line-height: 9.688vw;
  }

  .sec03 ul {
    display: block;
    width: 100%;
  }
  
  .sec03 li {
    border-radius: 0 15px 0 15px;
    width: 100%;
    padding: 5vw 0;
    font-size: 4.8vw;
    margin-bottom: 6vw;
    line-height: 6.421333vw;
  }

  .sec03 li img {
    width: 17.2vw;
    height: auto;
    top: 7%;
    left: -2.5%;
  }

}


/* 06. contents
-------------------------------------------------------------------- */

.sec04 {
  background: url(../img/common/bg_contents_pc.png) no-repeat center top/100%, #e3e6e8;
  padding: 5.5% 0 7%;
}

.sec04 h2 {
  color: #fff;
  font-size: 4.5rem;
  letter-spacing: .025em;
  margin-bottom: 3.5%;
  position: relative;
  text-align: center;
  font-weight: 700;
}

.sec04 h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 16.8%;
  top: -115%;
  width: 13%;
  height: 201%;
  background: url(../img/common/img_eight_pc.png) no-repeat center/contain;
}

.sec04 h2 span {
  display: block;
  font-size: 2.7rem;
  margin-top: .3%;
  font-weight: 500;
  letter-spacing: 0;
}

.sec04 ul {
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-around;
}

.sec04 li {
  width: 22%;
  border-radius: 8px;
  box-shadow: 6px 6px 4px rgba(0,0,0,.1);
  background: #fff;
  margin-bottom: 2%;
}

.sec04 li .photo {
  border: 5px solid #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}

.sec04 li h3 {
  background: url(../img/common/img_contents_pc.png) no-repeat right top/auto;
  width: 107%;
  transform: translateX(-6%);
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  padding-top: 1%;
  text-align: center;
  font-style: italic;
  padding-bottom: 5%;
}

.sec04 li h3 span {
  margin-left: 2%;
}

.sec04 li h4 {
  background: rgba(193,239,54,.3);
  color: #2f2f2f;
  font-size: 1.9rem;
  padding: 3% 7%;
  margin: -3% 0 3%;
  font-weight: 700;
  line-height: 23px;
  min-height: 62px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec04 li h4 span {
  display: block;
  font-size: 1.7rem;
  width: 100%;
}

.sec04 li p {
  padding: 3% 7% 10%;
  font-size: 1.6rem;
  line-height: 20px;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {

  .sec04 h2 {
    font-size: 2.8125vw;
  }
  
  .sec04 h2 span {
    font-size: 1.6875vw;
  }
  
  .sec04 ul {
    width: 85%;
  }
  
  .sec04 li h3 {
    background: url(../img/common/img_contents_pc.png) no-repeat right top/100%;
    font-size: 1.25vw;
  }
  
  .sec04 li h4 {
    font-size: 1.1875vw;
    line-height: 1.4375vw;
    align-content: center;
  }
  
  .sec04 li h4 span {
    font-size: 1.0625vw;
    margin-top: 1%;
  }
  
  .sec04 li p {
    font-size: 1.0vw;
    line-height: 1.25vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec04 {
    background: url(../img/common/bg_contents_sp.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0%, transparent 30vw, #e3e6e8 30vw, #e3e6e8 100%);
    padding: 27vw 0 36vw;
    margin-top: -30vw;
    position: relative;
    z-index: 100;
  }
  
  .sec04 h2 {
    font-size: 8.0586666vw;
    margin-bottom: 10%;
  }
  
  .sec04 h2:after {
    right: 1.8%;
    top: -123%;
    width: 32.93333vw;
    height: 33.46666vw;
    background: url(../img/common/img_eight_sp.png) no-repeat center/contain;
  }
  
  .sec04 h2 span {
    font-size: 4.83466666vw;
    margin-top: 1.2%;
  }
  
  .sec04 ul {
    max-width: 750px;
    width: 96%;
  }
  
  .sec04 li {
    width: 45%;
    border-radius: 4px;
    box-shadow: 3px 4px 2px rgba(0,0,0,.1);
    margin-bottom: 4%;
  }
  
  .sec04 li .photo {
    border: 3px solid #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
  }
  
  .sec04 li h3 {
    background: url(../img/common/img_contents_sp.png) no-repeat right top/100%;
    width: 107%;
    transform: translateX(-6%);
    font-size: 3.46666vw;
    padding-top: 1%;
    padding-bottom: 5%;
  }
  
  .sec04 li h3 span {
    margin-left: 2%;
  }
  
  .sec04 li h4 {
    font-size: 3.2vw;
    padding: 3% 7%;
    margin: -4% 0 3%;
    line-height: 4.26666vw;
    min-height: 50px;
    align-content: center;
  }
  
  .sec04 li h4 span {
    font-size: 3.2vw;
    margin-top: .5%;
  }
  
  .sec04 li p {
    padding: 4% 7% 7%;
    font-size: 3.2vw;
    line-height: 3.866666vw;
    letter-spacing: revert-layer;
  }

}

/* 07. member
-------------------------------------------------------------------- */

.sec05 {
  background: url(../img/common/bg_member_pc.png) no-repeat center top/100%;
  padding: 5.5% 0 0;
  text-align: center;
}

.sec05 h2 {
  font-size: 4.6rem;
  letter-spacing: .025em;
  margin-bottom: 1%;
  text-align: center;
  font-weight: 700;
}

.sec05 h2 span {
  display: block;
  font-size: 2.7rem;
  margin-top: .3%;
  font-weight: 500;
  letter-spacing: 0;
}

.sec05 img {
  width: 1027px;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {

  .sec05 h2 {
    font-size: 2.8125vw;
  }
  
  .sec05 h2 span {
    font-size: 1.6875vw;
  }

  .sec05 img {
    width: 64.1875vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec05 {
    background: url(../img/common/bg_member_sp.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0%, transparent 30vw, #fff 30vw, #fff 100%);
    padding: 19vw 0 7%;
    margin-top: -30vw;
    position: relative;
    z-index: 100;
  }
  
  .sec05 h2 {
    font-size: 8.0586666vw;
    margin-bottom: 2%;
    line-height: 10.172vw;
  }
    
  .sec05 h2 span {
    font-size: 4.83466666vw;
    margin-top: 1.2%;
    line-height: 6.612vw;
  }

  .sec05 img {
    width: 100%;
  }

}

/* 08. PROGRAM
-------------------------------------------------------------------- */

.sec06 {
  padding: 5% 0 4%;
}

.sec06 .inner2 + .inner2 {
  margin-top: 4%;
}

.sec06 .inner2 + .inner2.row {
  margin-top: 1.5%;
}

.sec06 h2 {
  text-align: center;
  margin-bottom: 3%;
  position: relative;
}

.sec06 h2 img {
  max-width: 26.375%;
}

.sec06 h2 img.balloon {
  position: absolute;
  width: 8.9%;
  left: 27%;
  top: -25%;
  z-index: 100;
}

.sec06 .box1 {
  display: flex;
}

.sec06 .box1 > div {
  width: 50%;
}

.sec06 .left .photo1 {
  border-radius: 15px;
  width: 97.6667%;
}

.sec06 .left .photo2 {
  border-radius: 15px;
  width: 72%;
  margin-left: 19.5%;
  margin-bottom: 7%;
}

.sec06 .left .photo3 {
  width: 84%;
  margin-left: 7.3333%;
}

.sec06 .left .photo4 {
  border-radius: 15px;
  width: 72%;
  margin: 6% 0 14% 19.5%;
}

.sec06 .left .photo5 {
  border-radius: 15px;
  width: 72%;
  margin-left: 19.5%;
}

.sec06 .right {
  padding: 4% 0 0 6.6%;
}

.sec06 .right.area2 {
  padding: 3% 0 0 6.6%;
}

.sec06 .right.area2-2 {
  padding: 0 0 0 6.6%;
  margin-top: -2%;
}

.sec06 .right.area3 {
  padding: 0 0 0 6.6%;
}

.sec06 .right.area3-2 {
  padding: 4% 0 0 6.6%;
}

.sec06 .box2 {
  display: flex;
}

.sec06 .box2 + .box2 {
  margin-top: 3%;
}

.sec06 .box2 + .box2.mt1 {
  margin-top: 12%;
}

.sec06 .icon {
  width: 26%;
}

.sec06 .icon img {
  width: 75%;
}

.sec06 .icon .double {
  margin-top: -10%;
}

.sec06 .comment {
  display: flex;
  align-items: center;
  line-height: 1.56;
  position: relative;
  padding-left: 6%;
  width: 74%;
  font-weight: normal;
  font-size: 1.8rem;
  padding-bottom: 1%;
  letter-spacing: revert-layer;
}

.sec06 .comment:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0;
  width: 3.9%;
}

.sec06 .kakko1:before {
  background: url(../img/common/kakko1.svg) no-repeat left center/contain;
  padding-top: 15%;
}

.sec06 .kakko2:before {
  background: url(../img/common/kakko2.svg) no-repeat left center/contain;
  padding-top: 20%;
}

.sec06 .kakko3:before {
  background: url(../img/common/kakko3.svg) no-repeat left center/contain;
  padding-top: 22%;
}

.sec06 .kakko4:before {
  background: url(../img/common/kakko4.svg) no-repeat left center/contain;
  padding-top: 28%;
}

.sec06 .kakko5:before {
  background: url(../img/common/kakko5.svg) no-repeat left center/contain;
  padding-top: 37%;
}

.sec06 .title {
  width: 54.34783%;
  padding: 6% 0;
  position: relative;
  background: url(../img/common/bg_support_pc.png) no-repeat center/cover;
  border-radius: 0 30px;
}

.sec06 .title .ttl {
  position: absolute;
  width: 27.32%;
  height: auto;
  left: -13%;
  top: 12.5%;
}

.sec06 .title .balloon {
  position: absolute;
  right: -84.07%;
  width: 26.04%;
  height: auto;
  top: -23%;
  z-index: 10;
}

.sec06 .title h3 {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  padding-bottom: 6%;
  font-weight: 500;
  margin-bottom: 3%;
}

.sec06 .title h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/line01.svg) no-repeat center/contain;
  width: 56.71%;
  height: 28%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec06 .title p {
  font-weight: normal;
  margin: auto;
  text-align: center;
  line-height: 24px;
  min-height: 54px;
}

.sec06 .title .photo {
  position: absolute;
  right: -84.07%;
  width: 92.65%;
  height: auto;
  top: 18%;
  border-radius: 15px;
}

.sec06 .support .box2 {
  width: 50%;
  padding: 4% 0 0 6.6%;
  transform: translateX(-4%);
}

.sec06 .support .box2 + .box2{
  margin-top: 1.5%;
  padding-top: 0;
}

.sec06 .support .box2 .comment {
  flex-wrap: wrap;
}

.sec06 .support .box2 .comment span {
  display: block;
  margin-top: 3%;
  width: 100%;
}

.sec06 h2.complete {
  margin-top: 6%;
  position: relative;
}

.sec06 h2.complete .balloon {
  position: absolute;
  right: 26%;
  width: 10%;
  height: auto;
  top: -50%;
}

.sec06 .note {
  text-align: right;
  font-size: 1.4rem;
  font-weight: normal;
  margin: -2% auto 0;
  max-width: 1200px;
  letter-spacing: revert-layer;
}

/* MEDIA QUERIE 768px～1300px */
@media screen and (min-width: 768px) and (max-width: 1300px) {

  .sec06 .inner2 {
    margin-left: 3.846153vw;
    margin-right: 3.846153vw;
    width: 92.30769vw;
  }

  .sec06 .comment {
    font-size: 1.230769vw;
    padding-bottom: .2vw;
  }

  .sec06 .title h3 {
    font-size: 2.76923vw;
  }
  
  .sec06 .title p {
    font-size: 1.230769vw;
  }

  .sec06 .note {
    font-size: 1.153846vw;
    margin-left: 3.846153vw;
    margin-right: 3.846153vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec06 {
    padding: 18vw 0 6.733vw;
  }
  
  .sec06 .inner2 + .inner2 {
    margin-top: 10vw;
  }

  .sec06 .inner2.support02 {
    margin-top: 20vw;
  }
  
  .sec06 h2 {
    margin-bottom: 6.9333vw;
    position: relative;
  }
  
  .sec06 h2 img {
    max-width: 73.33vw;
  }

  .sec06 h2 img.balloon {
    position: absolute;
    width: 20.53333vw;
    left: inherit;
    right: 2vw;
    top: -24.733vw;
    z-index: 100;
  }
  
  .sec06 .box1 {
    display: block;
  }
  
  .sec06 .box1 > div {
    width: 92vw;
    margin: auto;
  }

  .sec06 .box1 .left {
    text-align: center;
  }
  
  .sec06 .left .photo1 {
    border-radius: 7.5px;
    width: 100%;
  }
  
  .sec06 .left .photo2 {
    border-radius: 7.5px;
    width: 69.867vw;
    margin: 0 0 0 11.067vw;
  }
  
  .sec06 .left .photo3 {
    width: 69.7053333vw;
    margin: auto;
  }
  
  .sec06 .left .photo4 {
    border-radius: 7.5px;
    width: 69.867vw;
    margin: 0 0 0 11.067vw;
  }
  
  .sec06 .left .photo5 {
    border-radius: 7.5px;
    width: 69.867vw;
    margin: 0 0 0 11.067vw;
  }
  
  .sec06 .right {
    padding: 5.333vw 0 0 2.667vw;
  }
  
  .sec06 .right.area2 {
    padding: 5.333vw 0 5.6vw 2.667vw;
    transform: translateX(8vw);
  }

  .sec06 .right.area2-2 {
    padding: 5.333vw 0 5.6vw 2.667vw;
    margin-top: 0;
  }
  
  .sec06 .right.area3,
  .sec06 .right.area3-2,
  .sec06 .right.area3-3 {
    padding: 5.333vw 0 5.6vw 2.667vw;
    margin-top: 0;
    transform: translateX(8vw);
  }
  
  .sec06 .box2 + .box2 {
    margin-top: 2.4vw;
  }
  
  .sec06 .box2 + .box2.mt1 {
    margin-top: 2.4vw;
  }
  
  .sec06 .icon {
    width: 26%;
  }
  
  .sec06 .icon img {
    width: 78%;
  }
  
  .sec06 .icon .double {
    margin-top: -10%;
  }
  
  .sec06 .comment {
    line-height: 1.63333;
    padding-left: 6%;
    width: 74%;
    padding-bottom: 1.2vw;
    font-size: 3.2vw;
  }
  
  .sec06 .comment:before {
    width: 4.3%;
  }
  
  .sec06 .kakko1:before {
    padding-top: 18%;
  }
  
  .sec06 .kakko2:before {
    padding-top: 24%;
  }
  
  .sec06 .kakko3:before {
    padding-top: 25%;
  }

  .sec06 .kakko3sp:before {
    background: url(../img/common/kakko4.svg) no-repeat left center/contain;
    padding-top: 30%;
  }
  
  .sec06 .kakko4:before {
    padding-top: 28%;
  }
  
  .sec06 .kakko5:before {
    padding-top: 37%;
  }
  
  .sec06 .title {
    width: 92vw;
    padding: 8vw 0 50vw;
    border-radius: 3.6vw;
    background: url(../img/common/bg_support_sp.png) no-repeat center/100%;
    margin: auto;
  }
  
  .sec06 .title .ttl {
    width: 32.8vw;
    left: inherit;
    right: 4.667vw;
    top: -9vw;
  }

  .sec06 .title .balloon {
    right: inherit;
    left: 4vw;
    width: 20.1333333vw;
    top: -11vw;
  }
  
  .sec06 .title h3 {
    font-size: 6.24vw;
    padding-bottom: 5.2vw;
    margin-bottom: .5vw;
  }
  
  .sec06 .title h3:after {
    background: url(../img/common/line01.svg) no-repeat center/contain;
    width: 61.6vw;
    height: 4.4vw;
  }
  
  .sec06 .title .photo {
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    width: 87.467vw;
    top: inherit;
    bottom: 2.67vw;
    border-radius: 7.5px;
  }
  
  .sec06 .title p {
    line-height: 1.4166;
  }

  .sec06 .support .box2 {
    width: 100%;
    padding: 5.733vw 4vw 0 7.467vw;
    transform: none;
  }
  
  .sec06 .support .box2 + .box2{
    margin-top: 2.4vw;
    padding-top: 0;
  }

  .sec06 h2.complete {
    margin-top: 13.33vw;
  }
  
  .sec06 h2.complete .balloon {
    position: absolute;
    right: 5.333vw;
    left: inherit;
    width: 22vw;
    top: 5.33vw;
  }
  
  .sec06 .note {
    text-align: center;
    font-size: 2.4vw;
    margin-top: 8vw;
    padding: 0;
  }
  
}


/* 08. VOICE
-------------------------------------------------------------------- */

.sec07 {
  padding: 4% 0 0;
}

.sec07 .bg {
  background: linear-gradient(180deg, #fff 0%, #d9e7ff 100%);
}

.sec07 h2 {
  text-align: center;
}

.sec07 h2 img {
  max-width: 32%;
}

.sec07 h2 + .note {
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: .025em;
  line-height: 1.6;
  margin-top: .5%;
}

.sec07 ul {
  display: flex;
  width: 68.75%;
  margin: -7.5% auto 0;
  justify-content: space-between;
}

.sec07 li {
  width: 48.18%;
  padding-top: 62%;
  height: 0;
  position: relative;
}

.sec07 .f1 {
  background: url(../img/common/img_f1_pc.png) no-repeat bottom center/contain;
}

.sec07 .f2 {
  background: url(../img/common/img_f2_pc.png) no-repeat bottom center/contain;
}

.sec07 li h4 {
  position: absolute;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  bottom: 62.9%;
  right: 0;
  width: 100%;
  padding-right: 11.5%;
  text-align: right;
}

.sec07 .f2 h4 {
  text-align: left;
  padding-right: 0;
  padding-left: 8.5%;
  bottom: 63%;
}

.sec07 li h4 span {
  font-size: 1.7rem;
  margin-right: 1%;
  vertical-align: 10%;
}

.sec07 li h3 {
  position: absolute;
  color: #244b93;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: left;
  left: 11.5%;
  bottom: 50.3%;
  letter-spacing: revert-layer;
}

.sec07 li .text {
  position: absolute;
  font-size: 1.775rem;
  width: 74.72%;
  text-align: justify;
  line-height: 1.63;
  top: 52.2%;
  left: 11.5%;
  font-weight: normal;
  letter-spacing: revert-layer;
}

.sec07 .message {
  background: url(../img/common/img_message_pc.png) no-repeat center bottom/contain;
  padding: 4% 0 12.5%;
  margin-top: 5%;
}

.sec07 .message .inner1 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.sec07 .message h3 {
  width: 54.91%;
  background: url(../img/common/line_brash.svg) no-repeat center bottom/contain;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  color: #252525;
  padding-bottom: 4%;
  margin-bottom: 2.5%;
}

.sec07 .message .text {
  width: 48%;
  margin-right: 2%;
}

.sec07 .message p {
  font-size: 1.7rem;
  line-height: 1.65;
  text-align: justify;
  letter-spacing: revert-layer;
}

.sec07 .message p + p {
  margin-top: 2%;
}

.sec07 .bg2 {
  background: url(../img/common/bg_cv_pc.png) no-repeat top center/contain;
  padding: 5.8% 0 10.2%;
  margin-top: -14.5%;
}

.sec07 .image {
  text-align: right;
  max-width: 1200px;
  font-size: 1.8rem;
  margin: 0 auto 4.5%;
}

.sec07 .banner {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.sec07 .banner h3 {
  font-size: 4.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: .25em;
  background: #244b93;
  border-radius: 100px;
  margin-bottom: 4.5%;
  padding: .3% 0 .9%;
}

.sec07 .banner p {
  font-size: 1.8rem;
  margin: 1% 0 0;
  letter-spacing: revert-layer;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {

  .sec07 h2 + .note {
    font-size: 1.125vw;
  }

  .sec07 li h4 {
    font-size: 1.625vw;
  }
  
  .sec07 li h4 span {
    font-size: 1.0625vw;
  }
  
  .sec07 li h3 {
    font-size: 1.875vw;
  }
  
  .sec07 li .text {
    font-size: 1.109375vw;
  }
  
  .sec07 .message .inner1 {
    width: 68.75%;
  }
  
  .sec07 .message h3 {
    font-size: 2.375vw;
  }
  
  .sec07 .message p {
    font-size: 1.0625vw;
  }
  
  .sec07 .image {
    width: 75%;
    font-size: 1.125vw;
  }
  
  .sec07 .banner {
    width: 75%;
  }
  
  .sec07 .banner h3 {
    font-size: 2.65625vw;
  }
  
  .sec07 .banner p {
    font-size: 1.125vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec07 {
    padding: 4vw 0 0;
    background: url(../img/common/bg06_sp.png) no-repeat bottom center/100% auto;
  }
  
  .sec07 h2 img {
    max-width: 77.066666vw;
  }
  
  .sec07 h2 + .note {
    font-size: 3.6vw;
    margin-top: 1%;
  }
  
  .sec07 ul {
    display: block;
    width: 100%;
    margin: 2vw auto 0;
  }
  
  .sec07 li {
    width: 100%;
  }
  
  .sec07 .f1 {
    background: url(../img/common/img_f1_sp.png) no-repeat bottom center/contain;
    padding-top: 119.06666vw;
  }
  
  .sec07 .f2 {
    background: url(../img/common/img_f2_sp.png) no-repeat bottom center/contain;
    margin-top: -11vw;
    padding-top: 113.3333vw;
  }
  
  .sec07 li h4 {
    font-size: 4.2453vw;
    bottom: 77.7vw;
    padding-right: 50.5vw;
  }
  
  .sec07 .f2 h4 {
    padding-left: 48vw;
    bottom: 71.5vw;
  }
  
  .sec07 li h4 span {
    font-size: 2.7346666vw;
    margin-right: 1%;
    vertical-align: 10%;
  }
  
  .sec07 li h3 {
    font-size: 5.6vw;
    left: 16.933vw;
    bottom: 56.867vw;
    line-height: 6.633333vw;
    text-shadow: 0 0 3vw #fff, 0 0 3vw #fff, 0 0 3vw #fff;
  }
  
  .sec07 li .text {
    font-size: 3.2vw;
    width: 65.067vw;
    top: 64vw;
    left: 16.933vw;
    line-height: 1.5;
  }

  .sec07 .f2 .text {
    top: 58.5vw;
  }

  .sec07 .message {
    background: url(../img/common/img_message_sp.png) no-repeat center bottom/contain;
    padding: 4% 0 106vw;
    margin-top: 3%;
  }
  
  .sec07 .message .inner1 {
    display: block;
  }
  
  .sec07 .message h3 {
    width: 92.53333%;
    font-size: 7.066666vw;
    padding-bottom: 8%;
    margin: 0 auto 5%;
    line-height: 7.2vw;
  }
  
  .sec07 .message .text {
    width: 80%;
    margin: auto;
  }
  
  .sec07 .message p {
    font-size: 3.466666vw;
    line-height: 1.423;
  }
  
  .sec07 .message p + p {
    margin-top: 4%;
  }

  .sec07 .bg2 {
    background: url(../img/common/bg_cv_sp.png) no-repeat top center/100%;
    padding: 17.8% 0 9.2%;
    margin-top: -26%;
  }
  
  .sec07 .image {
    font-size: 2.666666vw;
    margin: 0 auto 10%;
    padding-right: 4vw;
  }
  
  .sec07 .banner {
    width: 92%;
  }
  
  .sec07 .banner h3 {
    font-size: 5.668vw;
    margin-bottom: 4.8%;
    padding: .6% 0 1.8%;
  }
  
  .sec07 .banner p {
    font-size: 2.6vw;
    margin: 4% 0 0;
  }

}

/* 09. CTA
-------------------------------------------------------------------- */

.cta {
  margin-top: 3%;
}

.cta_inner {
  max-width: 668px;
  margin: auto;
}

.cta_only .cta_inner {
  margin: 0 auto;
}

.cta .sub {
  text-align: center;
  font-size: 3.36rem;
  letter-spacing: .075em;
  color: #242424;
  font-weight: bold;
  margin-bottom: 2%;
}

.cta_btn {
  text-align: center;
  background: #fc725e;
  border-radius: 15px;
  padding: 4px;
  position: relative;
}

.cta_btn a:hover {
  opacity: 0.7;
}

.cta_btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  background: url(../img/common/icon_24h.svg) no-repeat center/cover;
  left: -22px;
  top: -22px;
  z-index: 10;
}

.cta_btn a {
  display: block;
  position: relative;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 500;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 15px;
  font-feature-settings: normal;
  box-shadow: 15px 15px 0 rgba(0,0,0,.15);
}

.cta_btn a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 26px;
  background: url(../img/common/arrow_cta_btn.svg) no-repeat center/cover;
  right: calc(50% - 7.5em);
  top: 0;
  bottom: 0;
  margin: auto;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {
  
  .cta_inner {
    max-width: 41.75vw;
  }
  
  .cta .sub {
    font-size: 2.1vw;
  }
  
  .cta_btn {
    border-radius: 0.9375vw;
    padding: 0.25vw;
  }
  
  .cta_btn:before {
    width: 4.5vw;
    height: 4.5vw;
    left: -1.375vw;
    top: -1.375vw;
  }
  
  .cta_btn a {
    font-size: 2.0625vw;
    padding: 1.875vw 0;
    border: 0.125vw solid #fff;
    border-radius: 0.9375vw;
    font-feature-settings: normal;
    box-shadow: 0.9375vw 0.9375vw 0 rgba(0,0,0,.15);
  }
  
  .cta_btn a:after {
    width: 1.25vw;
    height: 1.625vw;
    right: calc(50% - 15.46875vw);
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .cta {
    margin-top: 3vw;
  }

  .cta .sub {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }

  .cta_btn a {
    box-shadow: 10px 11px 0 rgba(0,0,0,.15);
  }

}


/* MEDIA QUERIE ～600px */
@media screen and (max-width: 600px) {

  .cta {
    padding: 5vw 5%;
  }

  .cta_btn a {
    background: url(../img/common/arrow_cta_btn.svg) no-repeat right 20px center;
    background-size: 15px 12px;
    font-size: 1.8rem;
    padding: 20px 0;
  }

  .cta_btn a:after {
    display: none;
  }

  .cta_tel p {
    font-size: 1.6rem;
  }

  .cta_tel a {
    font-size: 4.8rem;
    margin: 0 0 0 23px;
  }

  .cta_tel a:before {
    transform: translateY(4px);
  }

  .cta_tel a:before {
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
    left: -38px;
  }

  .cta_btn:before {
    width: 50px;
    height: 50px;
    left: -11px;
    top: -11px;
    z-index: 10;
  }

}


/* 10. FIXED
-------------------------------------------------------------------- */	

.fixed {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 85px;
  transform: translateY(-600px) translateX(calc(1600px - 85px));
  margin: 0;
  height: 0;
  z-index: 1000;
}

/* .fixed li {
  writing-mode: vertical-rl;
  text-orientation: upright;
} */

.fixed li a {
  display: block;
  width: 85px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc725e url("../img/common/arrow_cta_btn.svg") no-repeat;
  background-position: center bottom 20px;
  background-size: 19px 25px;
  border-radius: 14px 0 0 14px;
  color: #fff;
  font-size: 3.4rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 1px;
  padding: 30px 0 60px;
  box-shadow: 8px 8px 8px rgba(0,0,0,.3);
}


/* MEDIA QUERIE ～768px */
@media screen and (min-width: 768px) {

  .fixed li a:hover {
    opacity: 0.7;
  }

}

/* MEDIA QUERIE 1025px～1600px */
@media screen and (min-width: 1025px) and (max-width: 1600px) {

  .fixed {
    bottom: 0;
    width: 5.3125vw;
    transform: translateY(-38vw) translateX(calc(100vw - 5.3125vw));
  }

}

/* MEDIA QUERIE 768px～1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .fixed {
    bottom: 0;
    width: 5.3125vw;
    transform: translateY(-45vw) translateX(calc(100vw - 5.3125vw));
  }
  
}

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {
  
  .fixed li a {
    width: 5.3125vw;
    background-position: center bottom 1.25vw;
    background-size: 1.1875vw 1.5625vw;
    border-radius: .875vw 0 0 .875vw;
    font-size: 2.125vw;
    letter-spacing: 0.0625vw;
    padding: 1.875vw 0 3.75vw;
    box-shadow: .5vw .5vw .5vw rgba(0,0,0,.3);
  }
  
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .fixed {
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    position: fixed;
    height: inherit;
  }

  .fixed li a {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
    width: 100%;
    display: block;
    background-position: right 7% bottom 21px;
    background-size: 9.5px 12.5px;
    border-radius: 7px 7px 0 0;
    text-orientation: upright;
    padding: 15px 0;
    box-shadow: none;
  }

}
