.short-video{
  line-height: 0;
  position: relative;
}
.short-video:before{
  content: '';
  background-image: url('../img/index/phone_frame.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -3vw;
  right: -3vw;
  top: -2vw;
  bottom: -2vw;
  z-index: 1;
}
video{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
  border-radius: 11vw;
}
@media screen and (max-width: 767px) {
  section {
    border: 1px solid transparent;
  }
}
@media screen and (min-width: 768px){
  .short-video:before{
    left: -14px;
    right: -16px;
    top: -15px;
    bottom: -32px;
  }
  video{
    border-radius: 40px;
  }
}
#key {
  padding: 5vw 4vw 10vw;
  position: relative;
}
#key:after{
  content: '';
  height: 50%;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
#key .col-left {
  /* margin-bottom: 8vw; */
}

#key .col-left h2 {
  color: #FFD700;
  font-size: 9vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 11vw;
  padding-left: 5vw;
}

#key .col-left h2 span {
  display: block;
  font-size: 5.5vw;
  line-height: 8vw;
  letter-spacing: 0;
  font-weight: 500;
}

#key .col-left h2 span small{
  font-size: 4vw;
}

#key .col-left .box-circle {
  width: 80vw;
  height: 80vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8vw rgba(246, 78, 39, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8vw;
}

#key .col-left .box-circle .icon {
  width: 8vw;
  margin: 0 auto 2vw;
}

#key .col-left .box-circle .ttl {
  width: 20vw;
  height: 7vw;
  margin: 0 auto 4vw;
  background: linear-gradient(90deg, #0b51dd 0%, #0b7ed8 100%);
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 6.6vw;
  border-radius: 10vw;
}

#key .col-left .box-circle .price {
  font-size: 7vw;
  line-height: 12vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 3vw;
  padding-left: 14vw;
}

#key .col-left .box-circle .price span {
  font-size: 16vw;
  letter-spacing: -0.025em;
  font-weight: 600;
  background: linear-gradient(90deg, #0b51dd 0%, #0b7ed8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#key .social li {
  width: 9vw;
}

#key .social li + li {
  margin-left: 2vw;
}

#key .col-center {
  padding: 0 0vw 4vw;
}
#key .short-video{
  height: 194vw;
}
#key .short-video video{
  box-shadow: 2vw 2vw 10vw rgba(0,0,0,0.3);
}
#key .form .row {
  margin-bottom: 5vw;
}

#key .form .row h2 {
  color: #09254B;
  font-size: 5.5vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 8vw;
}

#key .form .row h2 img {
  width: 6vw;
  margin: -0.5vw 2vw 0 0;
}

#key .form .row .note {
  font-size: 3vw;
  line-height: 5vw;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 8vw;
}
@media screen and (max-width: 767px){
  #key .inner{
    position: relative;
  }
  #key .col-left{
    height: 170vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 14vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #key .col-left .box-circle{
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  #key .col-center{
    position: relative;
    z-index: 0;
  }
  #key .col-center:before{
    content: '';
    height: 60vw;
    background: #171614;
    position: absolute;
    left: 0;
    right: 0;
    top: 1vw;
    z-index: -1;
    border-radius: 11vw 11vw 0 0;
  }
  #key .short-video{
    padding-top: 48vw;
  }
  #key .short-video video{
    border-radius: 0 0 11vw 11vw;
  }
}
@media screen and (min-width: 768px) {
  #key {
    padding: 30px 30px 44px;
  }
  #key:after{
    height: 100%;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
  }
  #key .col-left {
    width: 500px;
    margin-bottom: 0;
  }
  #key .col-left .social{
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  #key .col-left h2 {
    font-size: 60px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 40px;
    color: #0a254b;
    text-align: left;
    padding-left: 0;
  }
  #key .col-left h2 span {
    font-size: 35px;
    line-height: 1.2;
    margin-right: -30px;
  }
  #key .col-left h2 span small{
    font-size: 20px;
  }
  #key .col-left .box-circle {
    width: auto;
    height: auto;
    box-shadow: none;
    padding-bottom: 0;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
  }
  #key .col-left .box-circle .title{
    margin-right: 20px;
  }
  #key .col-left .box-circle .icon {
    width: 50px;
    margin: 0 auto 10px;
  }
  #key .col-left .box-circle .icon img {
    width: 100%;
    height: auto;
  }
  #key .col-left .box-circle .ttl {
    width: 120px;
    height: 35px;
    margin: 0 auto;
    font-size: 23px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
  }
  #key .col-left .box-circle .price {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 0;
  }
  #key .col-left .box-circle .price span {
    font-size: 85px;
  }
  #key .col-left .box-circle .stxt{
    font-size: 14px;
    line-height: 22px;
    margin-right: -25px;
  }
  #key .social li {
    width: 50px;
  }
  #key .social li img {
    width: 100%;
    height: auto;
  }
  #key .social li + li {
    margin-left: 20px;
  }
  #key .col-center {
    width: 260px;
    padding: 0;
    margin: 15px 50px 0;
  }
  #key .short-video{
    height: 555px;
  }
  #key .short-video:before {
    left: -11px;
    right: -11px;
    top: -5px;
    bottom: -20px;
  }
  #key .short-video video{
    box-shadow: 20px 20px 20px rgba(0,0,0,0.3);
    border-radius: 30px;
  }
  #key .col-center img {
    width: 100%;
    height: auto;
  }
  #key .form {
    width: 450px;
  }
  #key .form .row {
    margin-bottom: 12px;
  }
  #key .form .row h2 {
    font-size: 22px;
    line-height: 32px;
  }
  #key .form .row h2 img {
    width: 23px;
    height: auto;
    margin: -4px 8px 0 0;
  }
  #key .form .row .note {
    font-size: 11px;
    line-height: 17px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  #key {
    padding: 2.2vw 2.2vw 3.2vw;
  }
  #key .col-left {
    width: 36.8vw;
  }
  #key .col-left .social{
    margin-bottom: 2.2vw;
  }
  #key .col-left h2 {
    font-size: 4.4vw;
    margin: 0 0 2.9vw;
  }
  #key .col-left h2 span {
    font-size: 2.6vw;
  }
  #key .col-left h2 span small{
    font-size: 1.5vw;
  }
  #key .col-left .box-circle .title{
    margin-right: 1.5vw;
  }
  #key .col-left .box-circle .icon {
    width: 3.7vw;
    margin: 0 auto 0.7vw;
  }
  #key .col-left .box-circle .ttl {
    width: 8.8vw;
    height: 2.6vw;
    font-size: 1.7vw;
    line-height: 2.6vw;
    border-radius: 2.6vw;
  }
  #key .col-left .box-circle .price {
    font-size: 2.8vw;
  }
  #key .col-left .box-circle .price span {
    font-size: 6.3vw;
  }
  #key .col-left .box-circle .stxt{
    font-size: 1.0vw;
    line-height: 1.6vw;
    margin-right: -1.8vw;
  }
  #key .social li {
    width: 3.7vw;
  }
  #key .social li + li {
    margin-left: 1.5vw;
  }
  #key .col-center {
    width: 19.1vw;
    padding: 0;
    margin: 1.1vw 3.7vw 0;
  }
  #key .short-video{
    height: 39.8vw;
  }
  #key .short-video:before {
    left: -0.7vw;
    right: -0.7vw;
    top: -0.7vw;
    bottom: -1vw;
  }
  #key .short-video video{
    box-shadow: 1.5vw 1.5vw 1.5vw rgba(0,0,0,0.3);
    border-radius: 2.2vw;
  }
  #key .form {
    width: 33.1vw;
  }
  #key .form .row {
    margin-bottom: 0.9vw;
  }
  #key .form .row h2 {
    font-size: 1.6vw;
    line-height: 2.4vw;
  }
  #key .form .row h2 img {
    width: 1.7vw;
    height: auto;
    margin: -0.3vw 0.6vw 0 0;
  }
  #key .form .row .note {
    font-size: 0.8vw;
    line-height: 1.3vw;
    margin-left: 2.2vw;
  }
}
/* 
@media screen and (min-width: 1660px) {
  #key {
    padding-left: 20px;
    padding-right: 20px;
  }
  #key .inner {
    padding-left: 5px;
  }
  #key .col-left {
    width: 648px;
  }
  #key .col-left h2 {
    white-space: nowrap;
    font-size: 65px;
    line-height: 80px;
    margin-bottom: 25px;
  }
  #key .col-left h2 small {
    font-size: 55px;
    margin-bottom: -9px;
  }
  #key .col-left h2 small.fz16{
    font-size: 16px;
    line-height: 30px;
  }
  #key .col-left h2 .icon {
    width: 44px;
    height: 44px;
    margin: 8px auto -2px;
  }
  #key .col-left .box-circle .icon {
    width: 54px;
    margin: 0 auto 15px;
  }
  #key .col-left .box-circle .ttl {
    width: 167px;
    height: 46px;
    margin: 0 auto 22px;
    font-size: 32px;
    line-height: 43px;
    border-radius: 33px;
  }
  #key .col-left .box-circle .price {
    font-size: 45px;
    line-height: 96px;
    margin-bottom: 7px;
  }
  #key .col-left .box-circle .price span {
    font-size: 100px;
  }
  #key .social li {
    width: 52px;
  }
  #key .social li + li {
    margin-left: 13px;
  }
  #key .col-center {
    width: 328px;
    margin: 19px 56px 32px 36px;
  }
  #key .short-video{
    height: 704px;
  }
  #key .short-video:before {
    left: -14px;
    right: -16px;
    top: -15px;
    bottom: -32px;
  }
  #key .short-video video{
    border-radius: 40px;
  }
  #key .form {
    width: 479px;
  }
  #key .form .row {
    margin-bottom: 20px;
  }
  #key .form .row h2 {
    font-size: 22px;
    line-height: 33px;
  }
  #key .form .row h2 img {
    width: 25px;
    margin: -5px 7px 0 2px;
  }
  #key .form .row .note {
    font-size: 12px;
    line-height: 18px;
    margin-left: 35px;
  }
} */

#thanks {
  padding: 20vw 0;
}

#thanks h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  line-height: 9vw;
  margin-bottom: 5vw;
}

#thanks .txt {
  padding: 0 4vw 10vw;
}

#thanks table {
  max-width: 890px;
  width: 90%;
  margin: 0 auto;
}

#thanks table th, #thanks table td {
  border: 1px solid #000;
  padding: 10px 8px;
  word-break: break-word;
  line-height: 26px;
  vertical-align: middle;
}

#thanks table th {
  width: 36%;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}

#thanks table td {
  width: 50%;
  font-size: 14px;
}

@media screen and (max-width: 370px) {
  #thanks table th {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #thanks {
    padding: 100px 0;
  }
  #thanks h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #thanks .txt {
    padding: 0 0 80px;
    text-align: center;
  }
  #thanks table th, #thanks table td {
    padding: 16px 10px;
  }
  #thanks table th {
    font-size: 22px;
    width: 30%;
  }
  #thanks table td {
    font-size: large;
  }
}

#sec1 {
  padding: 15vw 0;
  position: relative;
  z-index: 0;
}

#sec1:before {
  content: '';
  background: #F5F6F7;
  position: absolute;
  left: 0;
  right: 0;
  top: 26vw;
  bottom: 15vw;
  z-index: -1;
}

#sec1 h2 {
  margin-bottom: 4vw;
}

#sec1 .btxt {
  margin-bottom: 8vw;
}

#sec1 .boxlist {
  padding: 0 4vw 7vw;
}

#sec1 .boxlist .box {
  padding: 0 3vw 8vw;
  position: relative;
  z-index: 0;
  margin-bottom: 8vw;
}

#sec1 .boxlist .box:before {
  content: '';
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  right: 0;
  top: 8vw;
  bottom: 0;
  z-index: -1;
}

#sec1 .boxlist .box .num {
  width: 16vw;
  height: 16vw;
  margin: 0 auto;
  border-radius: 50%;
  background: #E13714;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 10vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 15vw;
}

#sec1 .boxlist .box .ttl {
  font-size: 6.4vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 10vw;
  border-bottom: 1px solid #CECDCD;
  padding-bottom: 1vw;
  margin-bottom: 3vw;
  text-align: center;
}

#sec1 .boxlist .box .img {
  width: 46vw;
  margin: 0 auto 3vw;
}

#sec1 .boxlist .box .txt {
  padding: 0 2vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 91px 0 170px;
  }
  #sec1:before {
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 137px;
    bottom: 83px;
  }
  #sec1 h2 {
    margin-bottom: 23px;
  }
  #sec1 .btxt {
    margin-bottom: 49px;
  }
  #sec1 .boxlist {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
  }
  #sec1 .boxlist .box {
    max-width: 355px;
    width: 32.5%;
    padding: 0 16px 63px;
    margin-bottom: 0;
  }
  #sec1 .boxlist .box:before {
    top: 44px;
  }
  #sec1 .boxlist .box .num {
    width: 88px;
    height: 88px;
    font-size: 60px;
    line-height: 88px;
    margin-bottom: 3px;
  }
  #sec1 .boxlist .box .ttl {
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 7px;
    margin-bottom: 18px;
  }
  #sec1 .boxlist .box .img {
    width: 211px;
    margin: 0 auto 18px;
  }
  #sec1 .boxlist .box .txt {
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .boxlist {
    padding: 0 20px;
  }
}

#sec2 {
  padding: 15vw 0 7vw;
}

#sec2 .ttl-common2 {
  margin-bottom: 5vw;
}

#sec2 .txt1 {
  margin-bottom: 8vw;
}

#sec2 .boxlist {
  padding: 0 4vw;
}

#sec2 .boxlist .box {
  background: #fff;
  padding: 8vw 1vw;
  margin-bottom: 8vw;
}

#sec2 .boxlist .box .ttl {
  margin-bottom: 5vw;
  font-size: 6vw;
}

#sec2 .boxlist .box .short-video {
  margin: 0 3vw 4vw;
  height: 163vw;
}

#sec2 .boxlist .box .txt {
  padding: 0 4vw;
}
.cta-contact-group{
  text-align: center;
  background: #0D2142;
  padding: 10px;
}
.cta-contact-group .tel{
  display: block;
  background: #fff;
  color: #09254B;
  padding: 12px;
  margin-bottom: 10px;
}
.cta-contact-group .tel a{
  display: block;
  width: 100%;
  height: 100%;
}
.cta-contact-group .tel small{
  font-size: 14px;
  line-height: 20px;
  padding-left: 0px;
}
.cta-contact-group .tel span{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
}
.cta-contact-group .tel img{
  width: 28px;
  height: auto;
  margin-top: -2px;
}
.cta-contact-group .reserve{
  margin-bottom: 10px;
}
.cta-contact-group .reserve a{
  display: block;
  background: #E13714;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 10px 11px;
}
.cta-contact-group .reserve a span.big{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
.cta-contact-group .reserve a small{
  font-size: 14px;
  font-weight: 400;
}
.cta-contact-group .line a{
  display: block;
  background: #06C755;
  color: #fff;
  padding: 21px 0;
  font-size: 18px;
}
.cta-contact-group .line a img{
  width: 20px;
  height: auto;
  margin-top: -2px;
}
.cta-contact-group a:hover img{
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 102px 20px 83px;
  }
  #sec2 .ttl-common2 {
    margin-bottom: 21px;
  }
  #sec2 .txt1 {
    margin-bottom: 58px;
  }
  #sec2 .boxlist {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .boxlist .box {
    max-width: 364px;
    width: 32.5%;
    padding: 36px 6px 21px;
    margin-bottom: 0;
  }
  #sec2 .boxlist .box .ttl {
    margin-bottom: 34px;
    font-size: 28px;
  }
  #sec2 .boxlist .box .short-video {
    margin: 0 15px 26px;
    height: 696px;
  }
  #sec2 .boxlist .box .txt {
    padding: 0 10px;
  }
  .cta-contact-group{
    padding: 10px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
  .cta-contact-group p{
    width: 32.7%;
    height: 80px;
  }
  .cta-contact-group .tel{
    margin-bottom: 0px;
  }
  .cta-contact-group .reserve{
    margin-bottom: 0px;
  }
  .cta-contact-group .reserve a{
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-contact-group .line a{
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-contact-group .line a img{
    width: 30px;
  }
  .cta-contact-group a:hover{
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px){
  #sec2 .boxlist .box .short-video{
    height: 57.5vw;
  }
  #sec2 .boxlist .box .short-video:before{
    left: -1vw;
    right: -1vw;
    top: -1vw;
    bottom: -2vw;
  }
  #sec2 .boxlist .box .short-video video{
    border-radius: 3vw;
  }
}

#sec3 {
  padding: 15vw 0 7vw;
}

#sec3 .ttl-common {
  background: #fff;
  color: #0D2142;
  margin-bottom: 5vw;
}

#sec3 .btxt {
  margin-bottom: 8vw;
}

#sec3 .boxlist {
  padding: 0 4vw;
}

#sec3 .boxlist .box {
  background: #fff;
  margin-bottom: 8vw;
  border-radius: 8vw;
  padding: 5vw 6vw;
}

#sec3 .boxlist .box .num {
  font-size: 10vw;
  letter-spacing: 0.08em;
  line-height: 10vw;
  margin-bottom: -6vw;
}

#sec3 .boxlist .box .img {
  width: 36vw;
  margin: 0 auto 3vw;
}

#sec3 .boxlist .box .ttl {
  font-size: 6vw;
  line-height: 9vw;
  letter-spacing: 0.08em;
  margin-bottom: 3vw;
}

#sec3 .boxlist .box .txt {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 130px 20px 77px;
  }
  #sec3 .ttl-common {
    margin-bottom: 20px;
  }
  #sec3 .btxt {
    max-width: 932px;
    width: 100%;
    margin: 0 auto 100px;
  }
  #sec3 .boxlist {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sec3 .boxlist .box {
    max-width: 570px;
    width: 49%;
    margin-bottom: 50px;
    border-radius: 32px;
    padding: 18px 22px 49px;
  }
  #sec3 .boxlist .box .num {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: -55px;
  }
  #sec3 .boxlist .box .img {
    width: 242px;
    margin: 0 auto 22px;
  }
  #sec3 .boxlist .box .ttl {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #sec3 .boxlist .box .txt {
    padding-left: 25px;
  }
}

#sec4 {
  position: relative;
  z-index: 0;
  padding: 15vw 0;
}

#sec4:before {
  content: '';
  background: #F5F6F7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -5vw;
  z-index: -1;
}

#sec4 .ttl-common {
  margin-bottom: 4vw;
}

#sec4 .txt1 {
  margin-bottom: 8vw;
}

#sec4 .boxlist {
  padding: 0 4vw;
}

#sec4 .boxlist .box {
  border: 1px solid #C9C9C9;
  border-top: none;
  padding: 4vw 4vw 6vw;
  position: relative;
}

#sec4 .boxlist .box:before {
  content: '';
  width: 6vw;
  height: 6vw;
  background: #F5F6F7;
  border-radius: 50%;
  position: absolute;
  bottom: -3vw;
  left: -3vw;
  z-index: 1;
}

#sec4 .boxlist .box:after {
  content: '';
  width: 6vw;
  height: 6vw;
  background: #F5F6F7;
  border-radius: 50%;
  position: absolute;
  bottom: -3vw;
  right: -3vw;
  z-index: 1;
}

#sec4 .boxlist .box .img {
  width: 36vw;
  margin: 0 auto;
}

#sec4 .boxlist .box .ttl {
  letter-spacing: 0;
  margin-bottom: 3vw;
}

#sec4 .boxlist .box:first-child {
  padding-top: 0;
}

#sec4 .boxlist .box:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 134px 20px 158px;
  }
  #sec4:before {
    bottom: -22px;
  }
  #sec4 .ttl-common {
    margin-bottom: 26px;
  }
  #sec4 .txt1 {
    margin-bottom: 50px;
  }
  #sec4 .boxlist {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #sec4 .boxlist .box {
    width: 33%;
    padding: 5px 18px 47px;
    margin-bottom: 21px;
    border-right: none;
  }
  #sec4 .boxlist .box:before {
    display: none;
    width: 44px;
    height: 44px;
    bottom: -22px;
    left: -22px;
  }
  #sec4 .boxlist .box:after {
    display: none;
    width: 44px;
    height: 44px;
    bottom: -22px;
    right: -22px;
  }
  #sec4 .boxlist .box .img {
    width: 212px;
    margin-bottom: 11px;
  }
  #sec4 .boxlist .box .ttl {
    margin-bottom: 14px;
  }
  #sec4 .boxlist .box .txt {
    padding: 0 4px;
  }
  #sec4 .boxlist .box:first-child {
    padding-top: 5px;
    border-left: none;
  }
  #sec4 .boxlist .box:nth-child(2):before, #sec4 .boxlist .box:nth-child(2):after {
    display: block;
  }
  #sec4 .boxlist .box:nth-child(4) {
    border-left: none;
  }
  #sec4 .boxlist .box:nth-child(4),
  #sec4 .boxlist .box:nth-child(5) {
    border-bottom: none;
  }
}

#sec5 {
  position: relative;
  z-index: 1;
  padding-bottom: 15vw;
}

#sec5 .ttl-common {
  margin-bottom: 4vw;
}

#sec5 .btxt {
  margin-bottom: 8vw;
}

#sec5 h3 {
  font-size: 5.4vw;
  letter-spacing: 0.08em;
  line-height: 10vw;
  padding: 1vw 0;
  margin: 0 -3vw 3vw;
}

#sec5 .box-white {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4vw;
}

#sec5 .box1 {
  padding: 0 3vw 5vw;
  
}

#sec5 .box1 .txt1 {
  margin-bottom: 3vw;
  font-weight: 500;
}

#sec5 .box1 .txt2 {
  padding: 2vw 4vw 4vw;
}

#sec5 .box1 .txt2 .sttl {
  font-size: 5.5vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 8vw;
}

#sec5 .box1 .txt2 .price {
  font-size: 6vw;
  font-weight: 500;
}

#sec5 .box1 .txt2 .price span {
  font-size: 13vw;
  position: relative;
  top: 1vw;
}

#sec5 .box2 {
  padding: 0 3vw 5vw;
  margin-bottom: 8vw;
}

#sec5 .box2 .txt3 {
  padding: 4vw 1vw;
  font-weight: 500;
}

#sec5 .box2 .txt4 {
  margin-top: 3vw;
  padding: 2vw 4vw 4vw;
}

#sec5 .box2 .txt4 .price2 {
  font-size: 6vw;
  font-weight: 500;
  line-height: 10vw;
}

#sec5 .box2 .txt4 .price2 small {
  font-size: 5.8vw;
}

#sec5 .box2 .txt4 .price2 span {
  font-size: 12vw;
}

#sec5 .box2 .txt4 .text {
  font-size: 4vw;
  line-height: 8vw;
  font-weight: 500;
}
#sec5 .box2 .txt4 .text small{
  line-height: 5vw;
}
#sec5 .box2 .note {
  margin-top: 5vw;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0 20px 86px;
  }
  #sec5 .ttl-common {
    margin-bottom: 26px;
  }
  #sec5 .btxt {
    margin-bottom: 84px;
  }
  #sec5 h3 {
    font-size: 35px;
    line-height: 50px;
    padding: 14px 0 16px;
    margin: 0 -28px 31px;
  }
  #sec5 .box-white {
    padding: 28px 28px 30px;
  }
  #sec5 .box1 {
    padding: 0 28px 46px;
   
  }
  #sec5 .box1 .txt1 {
    width: 56%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
  }
  #sec5 .box1 .txt2 {
    width: 42%;
    padding: 6px 10px 15px;
  }
  #sec5 .box1 .txt2 .sttl {
    font-size: 35px;
    line-height: 47px;
    padding-right: 24px;
    margin-bottom: 27px;
  }
  #sec5 .box1 .txt2 .price {
    font-size: 46px;
  }
  #sec5 .box1 .txt2 .price span {
    font-size: 101px;
    top: 0;
  }
  #sec5 .box2 {
    padding: 0 28px 74px;
    margin-bottom: 54px;
  }
  #sec5 .box2 .txt3 {
    padding: 12px 28px 22px;
    font-size: 24px;
    line-height: 40px;
  }
  #sec5 .box2 .txt4 {
    max-width: 364px;
    width: 32.5%;
    margin-top: 34px;
    padding: 15px 5px 20px;
  }
  #sec5 .box2 .txt4 .price2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  #sec5 .box2 .txt4 .price2 small {
    font-size: 35px;
    margin-bottom: 8px;
  }
  #sec5 .box2 .txt4 .price2 span {
    font-size: 75px;
  }
  #sec5 .box2 .txt4 .text {
    font-size: 20px;
    line-height: 40px;
  }
  #sec5 .box2 .txt4 .text small{
    line-height: 20px;
  }
  #sec5 .box2 .note {
    margin-top: 27px;
  }
}

#sec6 {
  padding: 15vw 0;
}

#sec6 h2 {
  margin-bottom: 5vw;
}

#sec6 .tbox {
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  margin-bottom: 8vw;
  padding: 1vw 4vw 1vw 0;
}

#sec6 .boxlist {
  padding: 0 8vw;
}

#sec6 .boxlist .box {
  position: relative;
  z-index: 0;
  padding: 0 4vw 6%;
  margin-bottom: 10vw;
}

#sec6 .boxlist .box:after {
  content: '';
  width: 3vw;
  height: 5vw;
  background-image: url("../img/shared/icon_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  bottom: -9vw;
  left: 50%;
  transform: rotate(90deg) translateX(-50%);
}

#sec6 .boxlist .box:before {
  content: '';
  background: #fff;
  border-radius: 5vw;
  border: 2px solid #E53F14;
  position: absolute;
  left: 0;
  right: 0;
  top: 4vw;
  bottom: 0;
  z-index: -1;
}

#sec6 .boxlist .box .sttl {
  width: 27vw;
  margin: 0 auto 4vw;
  background: #E53F14;
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.08em;
  line-height: 8vw;
  border-radius: 4vw;
}

#sec6 .boxlist .box .ttl {
  color: #E53F14;
  font-size: 5.8vw;
  letter-spacing: 0.08em;
  line-height: 8vw;
  margin-bottom: 2vw;
}

#sec6 .boxlist .box .img {
  width: 34vw;
  margin: 0 auto 2vw;
}

#sec6 .boxlist .box:last-child {
  margin-bottom: 0;
}

#sec6 .boxlist .box:last-child:after {
  display: none;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 135px 20px 84px;
  }
  #sec6 h2 {
    margin-bottom: 48px;
  }
  #sec6 .tbox {
    line-height: 40px;
    margin-bottom: 53px;
    padding: 8px 3px 10px 0;
    clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
  }
  #sec6 .boxlist {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 44px;
  }
  #sec6 .boxlist .box {
    max-width: 267px;
    min-height: 370px;
    padding: 0 20px 31px;
    margin-bottom: 27px;
  }
  #sec6 .boxlist .box:after {
    width: 16px;
    height: 28px;
    bottom: auto;
    left: auto;
    right: -30px;
    top: 51%;
    transform: translateY(-50%);
  }
  #sec6 .boxlist .box:before {
    border-radius: 24px;
    top: 22px;
  }
  #sec6 .boxlist .box .sttl {
    width: 125px;
    margin: 0 auto 19px;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 40px;
    border-radius: 22px;
    padding: 2px 0;
  }
  #sec6 .boxlist .box .ttl {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 6px;
  }
  #sec6 .boxlist .box .img {
    width: 120px;
    margin: 0 auto 6px;
  }
  #sec6 .boxlist .box .txt {
    padding: 0 2px;
  }
  #sec6 .boxlist .box .txt .ba {
    word-break: break-all;
  }
  #sec6 .boxlist .box:nth-child(4):after,
  #sec6 .boxlist .box:nth-child(8):after {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec6 .boxlist {
    column-gap: 30px;
  }
  #sec6 .boxlist .box {
    padding-left: 13px;
    padding-right: 13px;
  }
  #sec6 .boxlist .box:after {
    right: -24px;
  }
}

#sec7 {
  padding: 15vw 0 7vw;
}

#sec7 h2 {
  margin-bottom: 3vw;
}

#sec7 .btxt {
  margin-bottom: 8vw;
}

#sec7 .faq .toggle {
  margin-bottom: 8vw;
}

#sec7 .faq .toggle .toggle-link {
  font-size: 4.8vw;
  line-height: 7vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 1.5vw 30px 1.5vw 15vw;
  position: relative;
  z-index: 0;
  background: #F5F6F7;
}

#sec7 .faq .toggle .toggle-link:before {
  content: 'Q';
  color: #fff;
  width: 12vw;
  text-align: center;
  font-size: 7vw;
  line-height: 10vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#sec7 .faq .toggle .toggle-link:after {
  content: '';
  width: 12vw;
  background: #E53F14;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec7 .faq .toggle .toggle-link span:before {
  content: '';
  width: 14px;
  height: 2px;
  background: #707070;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sec7 .faq .toggle .toggle-link span:after {
  content: '';
  height: 14px;
  width: 2px;
  background: #707070;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

#sec7 .faq .toggle .toggle-main {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4vw;
}

#sec7 .faq .toggle .toggle-main .question {
  display: block;
  font-size: 4.8vw;
  line-height: 7vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #E53F14;
  margin-bottom: 2vw;
}

#sec7 .faq .toggle .toggle-main .question .tit {
  font-size: 5.5vw;
  margin-right: 3vw;
}

#sec7 .faq .toggle .toggle-main .txt {
  display: block;
  font-weight: 500;
}

#sec7 .faq .toggle.active .toggle-link span:after {
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  #sec7 {
    padding: 134px 20px 111px;
  }
  #sec7 h2 {
    margin-bottom: 26px;
    width: 354px;
    text-align: center;
    display: block;
  }
  #sec7 .btxt {
    margin-bottom: 77px;
  }
  #sec7 .faq .toggle {
    margin-bottom: 55px;
  }
  #sec7 .faq .toggle .toggle-link {
    font-size: 28px;
    line-height: 40px;
    padding: 26px 70px 19px 141px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  #sec7 .faq .toggle .toggle-link:hover {
    opacity: 0.8;
  }
  #sec7 .faq .toggle .toggle-link:before {
    width: 122px;
    font-size: 45px;
    line-height: 50px;
  }
  #sec7 .faq .toggle .toggle-link:after {
    width: 112px;
  }
  #sec7 .faq .toggle .toggle-link span:before {
    width: 24px;
    height: 5px;
    right: 29px;
  }
  #sec7 .faq .toggle .toggle-link span:after {
    height: 24px;
    width: 5px;
    right: 38px;
  }
  #sec7 .faq .toggle .toggle-main {
    padding: 29px 50px 39px;
  }
  #sec7 .faq .toggle .toggle-main .question {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  #sec7 .faq .toggle .toggle-main .question .tit {
    font-size: 45px;
    margin: 0 30px 0 -2px;
    position: relative;
    top: 4px;
  }
  #sec7 .faq .toggle .toggle-main a:hover {
    text-decoration: underline;
  }
}

#sec8 {
  padding: 15vw 0 150px;
}

#sec8 h2 {
  font-size: 5.8vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 6vw;
}

#sec8 h2 img {
  width: 6vw;
  margin: -0.4vw 2vw 0 0;
}

#sec8 .blk1 {
  padding-bottom: 7vw;
}

#sec8 .blk1 .col-left {
  margin-bottom: 10vw;
}

#sec8 .blk1 .col-left .txt {
  margin-bottom: 6vw;
}

#sec8 .blk1 .col-left .tel {
  background: #102245;
  padding: 3vw;
  font-size: 6vw;
  letter-spacing: 0.08em;
  line-height: 8vw;
}

#sec8 .blk1 .col-left .tel span {
  font-size: 9vw;
  letter-spacing: -0.04em;
  margin: 2vw 0;
}

#sec8 .blk1 .col-left .tel small {
  font-size: 3.8vw;
  letter-spacing: 0.08em;
}

#sec8 .blk2 {
  border-top: 1px solid #BDC3C6;
  padding-top: 10vw;
}

#sec8 .blk2 h3 {
  font-size: 4.8vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
  margin-bottom: 5vw;
}

#sec8 .blk2 .tbox {
  background: #fff;
  padding: 4vw;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #sec8 {
    padding: 70px 20px 136px;
  }
  #sec8 h2 {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 34px;
  }
  #sec8 h2 img {
    width: 37px;
    margin: -9px 10px 0 0;
  }
  #sec8 .blk1 {
    padding-bottom: 67px;
  }
  #sec8 .blk1 .col-left {
    width: 471px;
    margin-bottom: 0;
  }
  #sec8 .blk1 .col-left .txt {
    margin-bottom: 66px;
    text-align: left;
  }
  #sec8 .blk1 .col-left .tel {
    padding: 17px 16px 16px;
    font-size: 35px;
    line-height: 52px;
  }
  #sec8 .blk1 .col-left .tel span {
    font-size: 58px;
    line-height: 80px;
    margin: -4px 0 10px;
  }
  #sec8 .blk1 .col-left .tel small {
    font-size: 18px;
    line-height: 27px;
  }
  #sec8 .blk2 {
    padding-top: 68px;
  }
  #sec8 .blk2 h3 {
    font-size: 33px;
    line-height: 50px;
    margin-bottom: 26px;
  }
  #sec8 .blk2 .tbox {
    padding: 33px 43px 43px 35px;
  }
}

#contact-form .form-row {
  margin-bottom: 5vw;
}

#contact-form .form-row .caption {
  display: flex;
  align-items: center;
  font-weight: 500;
}

#contact-form .form-row .caption .mark-require {
  font-size: 3vw;
  line-height: 5vw;
  background: #E53F14;
  color: #fff;
  padding: 0 1vw;
  margin-left: 3vw;
}

#contact-form .form-row input,
#contact-form .form-row select,
#contact-form .form-row textarea {
  width: 100%;
  height: 42px;
  background: #fff;
  color: #0D2142;
  border: 1px solid #BDC3C6;
  padding: 5px;
}

#contact-form .form-row textarea {
  height: 120px;
}

#contact-form .form-row select {
  background: #fff url(../img/shared/icon_arrow_down.svg) no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  background-position: right 14px top 50%;
}

#contact-form .form-row.is-error {
  border: none !important;
  background: transparent !important;
}

#contact-form .fc-form [class^='error'] {
  bottom: -23px;
  font-size: 11px;
}

#contact-form .cont-rule {
  position: relative;
  margin: 16vw 0 0vw;
}

#contact-form .cont-rule:before {
  content: '';
  height: 1px;
  background: #BDC3C6;
  position: absolute;
  left: 0;
  right: 0;
  top: -8vw;
}

#contact-form .fc-form .form-submit {
  display: block;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  border: none;
  background: #c01b20;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 8vw;
  padding: 3vw 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.16);
  position: relative;
  overflow: hidden;
}
#contact-form .fc-form .form-submit:before{
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
@media screen and (min-width: 768px) {
  #contact-form {
    width: 675px;
    margin: 4px 0 0 20px;
  }
  #contact-form .form-row {
    margin-bottom: 27px;
    width: 100%;
    display: table;
  }
  #contact-form .form-row .caption {
    width: 180px;
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    padding-top: 3px;
  }
  #contact-form .form-row .caption .mark-require {
    display: table;
    font-size: 16px;
    line-height: 28px;
    padding: 0 6px 0 7px;
    margin: 3px 0 0;
  }
  #contact-form .form-row input,
  #contact-form .form-row select,
  #contact-form .form-row textarea {
    height: 62px;
    padding: 15px;
  }
  #contact-form .form-row textarea {
    height: 159px;
  }
  #contact-form .form-row .form-value {
    display: table-cell;
    vertical-align: top;
  }
  #contact-form .fc-form [class^='error'] {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    left: 180px;
    bottom: -23px;
  }
  #contact-form .cont-rule {
    font-size: 16px;
    line-height: 30px;
    margin: 70px 0 55px;
    border-radius: 0;
  }
  #contact-form .cont-rule:before {
    top: -35px;
  }
  #contact-form .cont-rule h3 {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.08em;
    padding: 22px 20px 23px;
  }
  #contact-form .cont-rule h3:before {
    width: 19px;
    height: 3px;
    left: 20px;
    top: 50%;
  }
  #contact-form .cont-rule h3:after {
    width: 19px;
    height: 3px;
    top: 50%;
    left: 20px;
  }
  #contact-form .cont-rule p {
    padding: 0px 15px 25px;
  }
  #contact-form .fc-form .form-submit {
    font-size: 21px;
    line-height: 38px;
    padding: 10px 0;
    cursor: pointer;
  }
  #contact-form .fc-form .form-submit:hover {
    opacity: 0.8;
  }
}
