@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.375vw;
  }
}

body {
  font-family: "TBUDGothic R", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=submit], input[type=button], textarea, select {
  font-family: inherit;
  font-size: 1.6rem;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: block;
  }
}

img.only-pc, span.only-pc {
  display: inline;
}
@media screen and (max-width: 750px) {
  img.only-pc, span.only-pc {
    display: none;
  }
}
img.only-sp, span.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  img.only-sp, span.only-sp {
    display: inline;
  }
}

table.only-pc {
  display: table;
}
@media screen and (max-width: 750px) {
  table.only-pc {
    display: none;
  }
}
table.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  table.only-sp {
    display: table;
  }
}

.js-tel {
  color: #000 !important;
  text-decoration: none;
  cursor: default;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(100px);
  width: 70px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.pagetop.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 750px) {
  .pagetop {
    width: 9.3333333333%;
    margin-right: 0.6666666667%;
    margin-bottom: 26.6666666667%;
  }
}

.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .inner {
    padding-inline: 5.3333333333%;
  }
}

.contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.contents._s {
  max-width: 1000px;
}

/* ------------------------------
   ヘッダー
------------------------------ */
.header {
  z-index: 9999;
  position: relative;
  padding-block: 20px;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 10px 5.3333333333%;
  }
}
.header .header-logo {
  width: 100%;
  max-width: 318px;
}
@media screen and (max-width: 980px) {
  .header .header-logo {
    width: 134px;
    margin-inline: auto;
  }
}

.h-banner {
  position: fixed;
  top: 0;
  right: 50%;
  width: 100%;
  max-width: 380px;
  margin-top: 20px;
  margin-right: -600px;
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .h-banner {
    right: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .h-banner {
    display: none;
  }
}
.h-banner .banner-link {
  position: relative;
}
.h-banner .banner-fukidashi {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 26.5789473684%;
  margin-top: -80px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.h-banner.is-show {
  margin-top: 90px;
}
.h-banner.is-show .banner-fukidashi {
  display: block;
}

/* ------------------------------
   フッター
------------------------------ */
.footer {
  padding: 40px 0 30px;
  background: linear-gradient(to right, #055192, #0499d9);
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 4% 0 2.6666666667%;
  }
}
.footer .footer-in {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer .footer-in {
    padding-inline: 5.3333333333%;
  }
}
.footer .footer-logo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .footer .footer-logo {
    width: 24.776119403%;
    max-width: 100%;
    margin-bottom: 2.9850746269%;
  }
}
.footer .footer-txt {
  margin-bottom: 55px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .footer .footer-txt {
    margin-bottom: 5.9701492537%;
    line-height: 2;
  }
}
.footer .footer-txt, .footer .copy {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer .footer-txt, .footer .copy {
    font-size: 0.8rem;
  }
}

.f-banner {
  display: none;
  position: sticky;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  .f-banner {
    display: block;
  }
}

.opacity {
  transition: all 0.6s;
}
.opacity:hover {
  opacity: 0.7;
}

.ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  line-height: 0;
}
.ico::before {
  width: 100% !important;
}

.ico-faq-q::before {
  content: url("../img/ico_faq_q.svg");
}

.ico-faq-a::before {
  content: url("../img/ico_faq_a.svg");
}

.ico-check::before {
  content: url("../img/ico_check.svg");
}

.font-bold, .video-sec .video-main .video-box p span, .video-sec .video-list ul li figcaption span, .counseling-sec .counseling-main ul li dl dt span, .faq-sec .faq-main .faq-con .faq-box p, .smilecost-sec .cost-box, .smilecost-sec .cost-list p, .smile-sec .smile-main .smile-btn a, .smile-sec .smile-main .smile-box dl dt, .smile-sec .smile-tool dl dd, .cost-sec .cost-box .cost-heading, .cost-sec .cost-list li dl dd, .cost-sec .cost-list li dl dt, .service-sec ul li p, .reason-sec .reason-box ol li dl dt, .icl-sec .icl-main .icl-btn a, .icl-sec .icl-main ul li dl dt, .icl-sec .icl-main .icl-heading, .mainimg-sec .mainimg-tool dl dd, .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-heading, .c-heading {
  font-family: "TBUDGothic E";
}

.c-heading {
  margin-bottom: 60px;
  background: linear-gradient(transparent 60%, #ffe960 60%);
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-heading {
    margin-bottom: 2.9850746269%;
    background: linear-gradient(transparent 70%, #ffe960 70%);
    font-size: 1.4rem;
  }
}
.c-heading span {
  font-size: 4.2rem;
  color: #d94a64;
}
@media screen and (max-width: 750px) {
  .c-heading span {
    font-size: 1.8rem;
  }
}

.mainimg-sec {
  z-index: 9;
  position: relative;
}
.mainimg-sec .inner {
  max-width: 1200px;
  padding-inline: 0;
}
.mainimg-sec .mainimg-wrap {
  position: relative;
}
.mainimg-sec .mainimg-wrap .mainimg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-in {
  position: relative;
  height: 100%;
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con {
  padding: 45px 50px;
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con {
    display: none;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-heading {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-heading {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-heading span {
  font-size: 5.9rem;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-heading span {
    font-size: 4.9rem;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-txt {
  width: 100%;
  max-width: 450px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-con .mainimg-txt {
    font-size: 1.8rem;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-fig {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24.0909090909%;
  margin-left: 10%;
  margin-bottom: 4.5454545455%;
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-fig {
    width: 218px;
    margin-left: 25px;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-fig {
    width: 29.0666666667%;
    margin-left: 3.3333333333%;
    margin-bottom: 6%;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 394px;
  margin-right: 10%;
  margin-bottom: 1.8181818182%;
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name {
    margin-right: 35px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name {
    width: 52%;
    max-width: 100%;
    margin-left: 4.6666666667%;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dt {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 2em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dt {
    font-size: 1.1rem;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dd {
  display: flex;
  justify-content: space-between;
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dd p {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dd p {
    font-size: 1rem;
  }
}
.mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dd p span {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-wrap .mainimg-main .mainimg-name dd p span {
    font-size: 1.6rem;
  }
}
.mainimg-sec .mainimg-tool {
  position: relative;
  margin-top: -42px;
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-tool {
    margin-top: -3.3333333333%;
  }
}
.mainimg-sec .mainimg-tool .mainimg-tool-in {
  position: relative;
}
.mainimg-sec .mainimg-tool .mainimg-ttl {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2.9166666667%;
  margin-left: 4.5454545455%;
  font-size: 9rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-tool .mainimg-ttl {
    margin-top: 25px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-tool .mainimg-ttl {
    margin-top: 15px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-tool .mainimg-ttl {
    margin-top: 15px;
    margin-left: 5.3333333333%;
    font-size: 2.6rem;
  }
}
.mainimg-sec .mainimg-tool .mainimg-ttl span {
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-tool .mainimg-ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-tool .mainimg-ttl span {
    font-size: 1.2rem;
  }
}
.mainimg-sec .mainimg-tool dl {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5.4545454545%;
  margin-right: 4.5454545455%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  border: 2px solid #fff;
  border-radius: 2em;
  background-color: #055192;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-tool dl {
    max-width: 300px;
    margin-right: 3.6363636364%;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-tool dl {
    width: 35.3333333333%;
    max-width: 100%;
    margin-top: 4%;
    margin-right: 5.3333333333%;
  }
}
.mainimg-sec .mainimg-tool dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  padding: 10px;
  background-color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-tool dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-tool dl dt {
    padding: 5px;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-tool dl dt {
    font-size: 0.8rem;
  }
}
.mainimg-sec .mainimg-tool dl dd {
  flex: 1;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .mainimg-sec .mainimg-tool dl dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .mainimg-sec .mainimg-tool dl dd {
    padding: 5px;
  }
}
@media screen and (max-width: 750px) {
  .mainimg-sec .mainimg-tool dl dd {
    font-size: 1.1rem;
  }
}

.icl-sec {
  padding: 50px 0 70px;
}
@media screen and (max-width: 750px) {
  .icl-sec {
    padding: 6.6666666667% 0 9.3333333333%;
  }
}
.icl-sec .icl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-top {
    flex-direction: column;
    margin-bottom: 9.3333333333%;
  }
}
.icl-sec .icl-top p {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-top p {
    margin-bottom: 6%;
    font-size: 1.4rem;
  }
}
.icl-sec .icl-top .icl-video {
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-top .icl-video {
    width: 74.6268656716%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.icl-sec .icl-main .icl-heading {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main .icl-heading {
    margin-bottom: 2.9850746269%;
    font-size: 1.6rem;
  }
}
.icl-sec .icl-main .icl-heading span {
  position: relative;
  background-color: #fff;
}
.icl-sec .icl-main .icl-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: #000;
}
.icl-sec .icl-main ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px 5%;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main ul {
    flex-direction: column;
    margin-bottom: 8.9552238806%;
    padding-inline: 2.9850746269%;
  }
}
.icl-sec .icl-main ul li {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main ul li {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main ul li figure {
    width: 47.619047619%;
  }
}
.icl-sec .icl-main ul li dl {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main ul li dl {
    flex: 1;
  }
}
.icl-sec .icl-main ul li dl dt {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d9d9d9;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main ul li dl dt {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.icl-sec .icl-main ul li dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41.6666666667%;
  height: 2px;
  margin-bottom: -2px;
  background-color: #d94a64;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main ul li dl dd {
    font-size: 1rem;
  }
}
.icl-sec .icl-main .icl-btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main .icl-btn {
    width: 85.0746268657%;
    max-width: 100%;
  }
}
.icl-sec .icl-main .icl-btn a {
  display: block;
  text-decoration: none;
  padding: 25px 10px;
  background: linear-gradient(to right, #055192, #0499d9);
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .icl-sec .icl-main .icl-btn a {
    font-size: 1.6rem;
  }
}

.reason-sec {
  padding: 100px 0 140px;
  background-color: #d3dbe6;
}
@media screen and (max-width: 750px) {
  .reason-sec {
    padding: 10.6666666667% 0 13.3333333333%;
  }
}
.reason-sec .reason-box {
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .reason-sec .reason-box {
    margin-bottom: 13.4328358209%;
  }
}
.reason-sec .reason-box:last-child {
  margin-bottom: 0;
}
.reason-sec .reason-box ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.6666666667%;
       column-gap: 1.6666666667%;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .reason-sec .reason-box ol li {
    margin-bottom: 7.4626865672%;
  }
}
.reason-sec .reason-box ol li:last-child {
  margin-bottom: 0;
}
.reason-sec .reason-box ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
.reason-sec .reason-box ol li:nth-child(2n) figcaption {
  right: initial;
  left: 0;
}
.reason-sec .reason-box ol li:nth-child(2n) dl {
  padding-right: 0;
  padding-left: 120px;
}
@media screen and (max-width: 1200px) {
  .reason-sec .reason-box ol li:nth-child(2n) dl {
    padding-left: 0;
  }
}
.reason-sec .reason-box ol li figure {
  position: relative;
  width: 49.1666666667%;
}
@media screen and (max-width: 750px) {
  .reason-sec .reason-box ol li figure {
    width: 47.619047619%;
  }
}
.reason-sec .reason-box ol li figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .reason-sec .reason-box ol li figure figcaption {
    font-size: 6rem;
  }
}
@media screen and (max-width: 750px) {
  .reason-sec .reason-box ol li figure figcaption {
    font-size: 2.8rem;
  }
}
.reason-sec .reason-box ol li dl {
  flex: 1;
  padding-right: 120px;
}
@media screen and (max-width: 1200px) {
  .reason-sec .reason-box ol li dl {
    padding-right: 0;
  }
}
.reason-sec .reason-box ol li dl dt {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d9d9d9;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .reason-sec .reason-box ol li dl dt {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.reason-sec .reason-box ol li dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41.6666666667%;
  height: 2px;
  margin-bottom: -2px;
  background-color: #d94a64;
}
@media screen and (max-width: 750px) {
  .reason-sec .reason-box ol li dl dd {
    font-size: 1rem;
  }
}

.service-sec {
  padding: 80px 0 70px;
}
@media screen and (max-width: 750px) {
  .service-sec {
    padding: 8% 0 9.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .service-sec .c-heading {
    margin-bottom: 4.4776119403%;
  }
}
.service-sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .service-sec ul {
    gap: 30px 10.447761194%;
  }
}
.service-sec ul li {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .service-sec ul li {
    width: 44.776119403%;
  }
}
.service-sec ul li p {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .service-sec ul li p {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.cost-sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .cost-sec {
    margin-bottom: 8%;
  }
}
.cost-sec .cost-list {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list {
    flex-direction: column;
    row-gap: 10px;
    width: 74.6268656716%;
    margin: 0 auto 2.9850746269%;
  }
}
.cost-sec .cost-list li {
  width: 50%;
  border: 1px solid #231815;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list li {
    width: 100%;
  }
}
.cost-sec .cost-list li:first-child {
  border-right: none;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list li:first-child {
    border-right: 1px solid #231815;
  }
}
.cost-sec .cost-list li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 30px;
  color: #367ca8;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list li dl {
    padding: 2% 4%;
  }
}
.cost-sec .cost-list li dl dt {
  width: 5.5em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list li dl dt {
    font-size: 1.2rem;
  }
}
.cost-sec .cost-list li dl dd {
  flex: 1;
  padding-right: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list li dl dd {
    padding-right: 0;
    font-size: 1.2rem;
  }
}
.cost-sec .cost-list li dl dd span {
  display: block;
  margin-right: -1em;
  font-size: 2rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-list li dl dd span {
    display: inline;
    margin-right: 0;
    font-size: 1rem;
  }
}
.cost-sec .cost-lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-lead {
    width: 74.6268656716%;
    margin: 0 auto 2.9850746269%;
    font-size: 1rem;
  }
}
.cost-sec .cost-box {
  padding: 30px 20px;
  border: 1px solid #231815;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box {
    width: 74.6268656716%;
    margin: 0 auto 2.9850746269%;
    padding: 2.9850746269% 2.2388059701%;
  }
}
.cost-sec .cost-box .cost-heading {
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-heading {
    font-size: 1.2rem;
  }
}
.cost-sec .cost-box .cost-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px 4.1666666667%;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex {
    flex-direction: column;
  }
}
.cost-sec .cost-box .cost-box-flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.1276595745%;
  width: 48.9583333333%;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex ul {
    width: 100%;
  }
}
.cost-sec .cost-box .cost-box-flex ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6.5217391304%;
       column-gap: 6.5217391304%;
  width: 48.9361702128%;
  padding: 10px;
  border: 1px solid #367ca8;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex ul li {
    width: 46%;
    padding: 3%;
  }
}
.cost-sec .cost-box .cost-box-flex ul li figure {
  width: 30.4347826087%;
}
.cost-sec .cost-box .cost-box-flex ul li p {
  flex: 1;
  font-size: 1.8rem;
  color: #367ca8;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex ul li p {
    font-size: 1rem;
  }
}
.cost-sec .cost-box .cost-box-flex .cost-simulation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46.875%;
  padding: 10px;
  border: 1px solid #029a44;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex .cost-simulation {
    width: 100%;
    padding: 4.2553191489%;
  }
}
.cost-sec .cost-box .cost-box-flex .cost-simulation .simulation-txt {
  flex: 1;
  color: #029a44;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex .cost-simulation .simulation-txt {
    font-size: 1rem;
  }
}
.cost-sec .cost-box .cost-box-flex .cost-simulation .simulation-link {
  width: 49.7777777778%;
  margin-left: 2.2222222222%;
}
@media screen and (max-width: 750px) {
  .cost-sec .cost-box .cost-box-flex .cost-simulation .simulation-link {
    width: 52.0930232558%;
    margin-left: 2.3255813953%;
  }
}

.smile-sec {
  padding: 45px 0 55px;
  background-color: #d3dbe6;
}
@media screen and (max-width: 750px) {
  .smile-sec {
    padding: 5.3333333333% 0 8%;
  }
}
.smile-sec .smile-top {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-top {
    margin-bottom: 6.6666666667%;
  }
}
.smile-sec .smile-tool {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-tool {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 980px) {
  .smile-sec .smile-tool .inner {
    padding-inline: 0;
  }
}
.smile-sec .smile-tool .smile-tool-in {
  position: relative;
}
.smile-sec .smile-tool .smile-ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2.9166666667%;
  margin-left: 4.5454545455%;
  font-size: 7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .smile-sec .smile-tool .smile-ttl {
    margin-top: 25px;
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 980px) {
  .smile-sec .smile-tool .smile-ttl {
    margin-top: 25px;
    margin-left: 40px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-tool .smile-ttl {
    margin-top: 15px;
    margin-left: 5.3333333333%;
    font-size: 2.6rem;
  }
}
.smile-sec .smile-tool .smile-ttl span {
  display: block;
  margin-top: 1em;
  margin-left: 10px;
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .smile-sec .smile-tool .smile-ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-tool .smile-ttl span {
    font-size: 1.2rem;
  }
}
.smile-sec .smile-tool dl {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5.4545454545%;
  margin-right: 4.5454545455%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  border: 2px solid #fff;
  border-radius: 2em;
  background-color: #055192;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .smile-sec .smile-tool dl {
    max-width: 300px;
    margin-right: 3.6363636364%;
  }
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-tool dl {
    width: 35.3333333333%;
    max-width: 100%;
    margin-top: 4%;
    margin-right: 5.3333333333%;
  }
}
.smile-sec .smile-tool dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  padding: 10px;
  background-color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .smile-sec .smile-tool dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .smile-sec .smile-tool dl dt {
    padding: 5px;
  }
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-tool dl dt {
    font-size: 0.8rem;
  }
}
.smile-sec .smile-tool dl dd {
  flex: 1;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .smile-sec .smile-tool dl dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .smile-sec .smile-tool dl dd {
    padding: 5px;
  }
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-tool dl dd {
    font-size: 1.1rem;
  }
}
.smile-sec .smile-main .smile-box {
  display: flex;
  justify-content: space-between;
  gap: 20px 2.7272727273%;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-main .smile-box {
    flex-direction: column;
  }
}
.smile-sec .smile-main .smile-box dl {
  flex: 1;
}
.smile-sec .smile-main .smile-box dl dt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-main .smile-box dl dt {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-main .smile-box dl dd {
    font-size: 1.4rem;
  }
}
.smile-sec .smile-main .smile-box .smile-fig {
  width: 41.8181818182%;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-main .smile-box .smile-fig {
    width: 74.6268656716%;
    margin: 0 auto;
  }
}
.smile-sec .smile-main .smile-box .smile-fig .smile-youtube {
  width: 100%;
  aspect-ratio: 460/260;
}
.smile-sec .smile-main .smile-box .smile-fig .smile-youtube iframe {
  width: 100%;
  height: 100%;
}
.smile-sec .smile-main .smile-box .smile-fig ul {
  display: flex;
  -moz-column-gap: 2.1739130435%;
       column-gap: 2.1739130435%;
}
.smile-sec .smile-main .smile-box .smile-fig ul li {
  width: 48.9130434783%;
}
.smile-sec .smile-main .smile-btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-main .smile-btn {
    width: 85.0746268657%;
    max-width: 100%;
  }
}
.smile-sec .smile-main .smile-btn a {
  display: block;
  text-decoration: none;
  padding: 25px 10px;
  background: linear-gradient(to right, #055192, #0499d9);
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .smile-sec .smile-main .smile-btn a {
    font-size: 1.6rem;
  }
}

.smilecost-sec {
  padding-bottom: 120px;
  background-color: #d3dbe6;
}
@media screen and (max-width: 750px) {
  .smilecost-sec {
    padding-bottom: 8%;
  }
}
.smilecost-sec .cost-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 1px solid #231815;
}
@media screen and (max-width: 750px) {
  .smilecost-sec .cost-list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    margin: 0 auto 2.9850746269%;
    padding: 5.9701492537%;
  }
}
.smilecost-sec .cost-list p {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  color: #367ca8;
}
.smilecost-sec .cost-list p span {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .smilecost-sec .cost-list p span {
    font-size: 1.4rem;
  }
}
.smilecost-sec .cost-list ul {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .smilecost-sec .cost-list ul {
    font-size: 1.2rem;
  }
}
.smilecost-sec .cost-list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.smilecost-sec .cost-lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .smilecost-sec .cost-lead {
    width: 74.6268656716%;
    margin: 0 auto 2.9850746269%;
    font-size: 1rem;
  }
}
.smilecost-sec .cost-box {
  padding: 30px 20px;
  border: 3px solid #367ca8;
  font-size: 3.6rem;
  font-weight: 700;
  color: #367ca8;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .smilecost-sec .cost-box {
    padding: 2.9850746269% 2.2388059701%;
    font-size: 1.6rem;
  }
}
.smilecost-sec .cost-box .cost-box-txt {
  text-align: center;
}

.faq-sec {
  background-color: #e6e6e6;
}
.faq-sec .faq-main {
  padding: 100px 0 170px;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main {
    padding: 6% 0 9.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .c-heading {
    margin-bottom: 10.447761194%;
  }
}
.faq-sec .faq-main .faq-con .faq-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box {
    margin-bottom: 7.4626865672%;
  }
}
.faq-sec .faq-main .faq-con .faq-box._box01 figure {
  width: 22.7272727273%;
  margin-right: 4.5454545455%;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box._box01 figure {
    width: 38.4615384615%;
    margin-right: 3.8461538462%;
  }
}
.faq-sec .faq-main .faq-con .faq-box._box02 figure {
  width: 20%;
  margin-right: 5.9090909091%;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box._box02 figure {
    width: 33.8461538462%;
    margin-right: 4.6153846154%;
  }
}
.faq-sec .faq-main .faq-con .faq-box._box03 figure {
  width: 24.5454545455%;
  margin-right: 1.8181818182%;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box._box03 figure {
    width: 41.5384615385%;
    margin-right: 3.0769230769%;
  }
}
.faq-sec .faq-main .faq-con .faq-box .ico {
  width: 6rem;
}
.faq-sec .faq-main .faq-con .faq-box p {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box p {
    font-size: 1.2rem;
  }
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-q {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 717px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4em;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box .faq-box-q {
    margin-bottom: 1.4925373134%;
  }
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-q .ico {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box .faq-box-q .ico {
    width: 9.2307692308%;
    margin-right: 3.8461538462%;
  }
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-a {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 0 0 auto;
  padding: 10px 10px 25px;
  background-color: #fff;
  border-radius: 2em;
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-a .faq-box-item {
  display: flex;
  align-items: flex-start;
  width: 66.3636363636%;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box .faq-box-a .faq-box-item {
    width: 55.3846153846%;
  }
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-a .faq-box-item .ico {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box .faq-box-a .faq-box-item .ico {
    width: 16.6666666667%;
    margin-right: 6.9444444444%;
  }
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-a .faq-box-item p {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-main .faq-con .faq-box .faq-box-a .faq-box-item p {
    font-size: 1rem;
  }
}
.faq-sec .faq-main .faq-con .faq-box .faq-box-a figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
.faq-sec .faq-point {
  position: relative;
}
.faq-sec .faq-point .point-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -5.8333333333%;
}
@media screen and (max-width: 1200px) {
  .faq-sec .faq-point .point-main {
    margin-top: -7.5%;
  }
}
@media screen and (max-width: 980px) {
  .faq-sec .faq-point .point-main {
    margin-top: -3.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-point .point-main {
    margin-top: -5.9701492537%;
  }
}
.faq-sec .faq-point .point-heading {
  width: 45.5833333333%;
}
@media screen and (max-width: 1200px) {
  .faq-sec .faq-point .point-heading {
    width: 37.25%;
  }
}
@media screen and (max-width: 980px) {
  .faq-sec .faq-point .point-heading {
    width: 45.5833333333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .faq-sec .faq-point .point-heading {
    width: 81.6417910448%;
  }
}

.counseling-sec {
  padding: 15px 0 90px;
}
@media screen and (max-width: 750px) {
  .counseling-sec {
    padding: 2.6666666667% 0 9.3333333333%;
  }
}
.counseling-sec .counseling-arrow {
  width: 73px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-arrow {
    width: 11.0447761194%;
    margin-bottom: 4.4776119403%;
  }
}
.counseling-sec .counseling-main {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px 1.25%;
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-main {
    flex-direction: column;
  }
}
.counseling-sec .counseling-main figure {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-main figure {
    width: 74.6268656716%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-main ul {
    padding-inline: 4.4776119403%;
  }
}
.counseling-sec .counseling-main ul li {
  margin-bottom: 15px;
}
.counseling-sec .counseling-main ul li:last-child {
  margin-bottom: 0;
}
.counseling-sec .counseling-main ul li dl dt {
  display: flex;
  align-items: center;
}
.counseling-sec .counseling-main ul li dl dt .ico {
  width: 3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-main ul li dl dt .ico {
    width: 2rem;
  }
}
.counseling-sec .counseling-main ul li dl dt span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-main ul li dl dt span {
    font-size: 1.4rem;
  }
}
.counseling-sec .counseling-main ul li dl dd {
  padding-left: 4rem;
}
@media screen and (max-width: 750px) {
  .counseling-sec .counseling-main ul li dl dd {
    padding-left: 3rem;
    font-size: 1.2rem;
  }
}

.risk-sec {
  padding-top: 65px;
  background: url("../img/risk_back.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .risk-sec {
    padding-top: 12%;
    background-image: url("../img/sp/risk_back.png");
  }
}
.risk-sec .risk-heading {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  color: #2168a6;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-heading {
    font-size: 1.8rem;
  }
}
.risk-sec .risk-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box {
    width: 89.552238806%;
    max-width: 100%;
  }
}
.risk-sec .risk-box._box01 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box01 {
    margin-bottom: 8.3333333333%;
    padding-bottom: 8.3333333333%;
  }
}
.risk-sec .risk-box._box01 .risk-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box01 .risk-heading {
    margin-bottom: 5%;
  }
}
.risk-sec .risk-box._box01 .risk-main {
  display: flex;
  gap: 35px 8.8888888889%;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box01 .risk-main {
    flex-direction: column;
  }
}
.risk-sec .risk-box._box01 .risk-main .risk-item {
  width: 46.6666666667%;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box01 .risk-main .risk-item {
    width: 100%;
  }
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl {
  margin-bottom: 35px;
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl:last-child {
  margin-bottom: 0;
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl dt {
  padding: 5px 0 5px 10px;
  border-left: 5px solid #2168a6;
  font-size: 2rem;
  color: #2168a6;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box01 .risk-main .risk-item dl dt {
    font-size: 1.4rem;
  }
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl dd {
  padding: 5px 0 5px 10px;
  border-left: 5px solid #d48b42;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box01 .risk-main .risk-item dl dd {
    font-size: 1.1rem;
  }
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl dd ul li {
  margin-bottom: 5px;
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl dd ul li:last-child {
  margin-bottom: 0;
}
.risk-sec .risk-box._box01 .risk-main .risk-item dl dd p {
  color: #d48b42;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box02 .risk-heading {
    margin-bottom: 5%;
  }
}
.risk-sec .risk-box._box02 .risk-item {
  display: flex;
  align-items: flex-end;
  gap: 40px 5%;
  margin-top: -30px;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box02 .risk-item {
    flex-direction: column;
    margin-top: 0;
  }
}
.risk-sec .risk-box._box02 .risk-item p {
  flex: 1;
  padding: 20px 0 70px;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box02 .risk-item p {
    padding: 0;
    font-size: 1.1rem;
  }
}
.risk-sec .risk-box._box02 .risk-item figure {
  width: 39.6666666667%;
}
@media screen and (max-width: 750px) {
  .risk-sec .risk-box._box02 .risk-item figure {
    width: 100%;
  }
}

.video-sec {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .video-sec {
    padding-top: 9.3333333333%;
    padding-bottom: 9.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .video-sec .c-heading {
    display: none;
  }
}
.video-sec .video-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .video-sec .video-list {
    display: none;
  }
}
.video-sec .video-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
.video-sec .video-list ul li {
  width: 30%;
  cursor: pointer;
}
.video-sec .video-list ul li figcaption {
  margin-top: 10px;
}
.video-sec .video-list ul li figcaption span {
  font-size: 1.8rem;
  font-weight: 700;
}
.video-sec .video-main .video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  -moz-column-gap: 2.5862068966%;
       column-gap: 2.5862068966%;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .video-sec .video-main .video-box {
    flex-direction: column;
  }
}
.video-sec .video-main .video-box figure {
  width: 38.7931034483%;
  margin-left: 0.8620689655%;
}
@media screen and (max-width: 750px) {
  .video-sec .video-main .video-box figure {
    width: 59.7014925373%;
    margin: 0 auto;
  }
}
.video-sec .video-main .video-box p {
  flex: 1;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .video-sec .video-main .video-box p {
    font-size: 1.2rem;
  }
}
.video-sec .video-main .video-box p span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #d94a64;
}
@media screen and (max-width: 750px) {
  .video-sec .video-main .video-box p span {
    font-size: 1.6rem;
  }
}
.video-sec .video-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 3.75%;
}
@media screen and (max-width: 750px) {
  .video-sec .video-main ul {
    flex-direction: column;
    width: 82.0895522388%;
    margin: 0 auto;
  }
}
.video-sec .video-main ul li {
  width: 45.8333333333%;
}
@media screen and (max-width: 750px) {
  .video-sec .video-main ul li {
    width: 100%;
  }
}

.js-moviemodalopen {
  overflow: hidden;
}

.moviemodal-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.moviemodal-sec .modal-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .modal-in {
    padding-top: 100px;
  }
}
.moviemodal-sec .modal-con {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.moviemodal-sec .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -90px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .modal-close {
    width: 9.6153846154%;
    margin-top: -13.4615384615%;
  }
}
.moviemodal-sec .movie-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.moviemodal-sec .movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moviemodal-sec .movie-iframe video {
  width: 100%;
}

.clearfix {
  zoom: 1;
}
.clearfix::before {
  content: "";
  display: table;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.w100 {
  width: 100%;
}

.js-anime-fadein {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-fadein.js-anime-on {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-anime-slide {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slide.js-anime-on {
  animation-name: slide;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anime-slideleft {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideleft.js-anime-on {
  animation-name: slideLeft;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-anime-slideright {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideright.js-anime-on {
  animation-name: slideRight;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media print {
  .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright {
    opacity: initial;
  }
}
.js-anime-rectimg {
  position: relative;
}
.js-anime-rectimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleX(0);
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-rectimg img {
  width: 100%;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.js-anime-rectimg.js-anime-on::before {
  animation-name: RectSlide;
}
.js-anime-rectimg.js-anime-on img {
  animation-name: fadeIn;
}

@keyframes RectSlide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes slideGnavArrow {
  0% {
    opacity: 0;
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}/*# sourceMappingURL=style.css.map */