html {
  font-size: calc((100 / 750) * 1vw);
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic UI", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a img {
  transition: transform 0.3s;
}

a:hover img {
  transform: scale(1.04);
}

.wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }

  .wrapper {
    max-width: 1000rem;
    width: calc(100% - 60rem);
  }
}

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

  .wrapper {
    padding: 0 30rem;
  }
}

/* header */
header {
  background-color: #fff;
  padding: 27rem 0;
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header-logo {
  display: block;
  width: 136rem;
}

header .header-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #017eb7;
  font-size: 26rem;
}

/* FV */
.fv-main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv-main .fv-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.fv-main .fv-bg img {
  object-fit: cover;
  height: 100%;
}

.fv-main .wrapper {
  position: relative;
}

.fv-notice {
  color: #282d35;
  font-weight: 400;
  background-color: #dbe4e7;
}

.fv-notice strong {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .fv-main {
   /* height: 790rem;/*プレキャンナシ*/
    height: 1070rem;  /*プレキャンバナーアリ*/
  }

  .fv-main .wrapper {
    max-width: 1024rem;
    padding-top: 140px; /*プレキャンバナーアリ*/ 
  }

  .fv-main .fv-title {
    margin-bottom: 12rem;
  }

  .fv-main .fv-content {
    max-width: 1000rem;
    margin: 0 auto;
  }

  .fv-notice {
    font-size: 16rem;
    line-height: calc(28 / 16);
    padding: 10rem 0;
  }
    img.bnr-precam {
        margin: 35px auto;
    }    
}

@media screen and (max-width: 767px) {
  .fv-notice {
    font-size: 24rem;
    line-height: calc(28 / 24);
    padding: 12rem 0;
  }

  .fv-notice strong {
    display: block;
  }

  .fv-main {
    height: 1430rem;
  }

  .fv-main .fv-title {
    max-width: 768rem;
    margin: 0 auto 26rem;
  }
    img.bnr-precam {
        margin: 20px auto;
    }    
}

.section-reviews {
  position: relative;
  padding: 63rem 0 20rem;
  z-index: 1;
  background: linear-gradient(90deg, rgba(231, 248, 255, 1) 0%, rgba(234, 249, 255, 1) 100%);
}

.section-reviews::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section-reviews .reviews-title {
  margin: 0 auto 30rem;
  max-width: 326rem;
}

@media screen and (min-width: 768px) {
  .section-reviews {
    min-height: 587rem;
  }

  .section-reviews::after {
    background: url("../img/review_bg.png") no-repeat top right / auto auto;
  }
}

@media screen and (max-width: 767px) {
  .section-reviews {
    min-height: 756rem;
  }

  .section-reviews::after {
    background: url("../img/sp/review_bg.png") no-repeat center center / cover;
  }
}

.section-distinction {
  background: linear-gradient(90deg, rgba(34, 39, 48, 1) 0%, rgba(46, 54, 66, 1) 80%);
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.section-distinction::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/distinction_bg.png") no-repeat center 100% / cover;
  left: 0;
  right: 0;
  top: 0;
}

.section-distinction .distinction-title {
  margin: 0 auto;
}

.section-distinction .title-number {
  max-width: 68rem;
  display: block;
  margin: 0 auto;
}

.section-distinction .bock-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 500;
}

.section-distinction .bock-title span {
  display: block;
}

.section-distinction .text-gold {
  color: #d2c49a;
}

.section-distinction .bock-subtitle {
  font-family: "Zen Old Mincho", serif;
  color: #d2c49a;
  text-align: center;
  border-bottom: 2rem solid;
  border-image: linear-gradient(90deg,
      rgba(210, 196, 154, 0.1) 0%,
      rgba(210, 196, 154, 1) 50%,
      rgba(210, 196, 154, 0.1) 100%);

  border-image-slice: 2;
  letter-spacing: .055em;
}

.section-distinction .bock-subtitle span {
  display: block;
}

.section-distinction .text-white {
  color: #fff;
}

.section-distinction .block-video {
  margin: 0 auto;
}

.section-distinction iframe {
  width: 100%;
  height: 100%;
}

.section-distinction .distinction-block:nth-child(2) .bock-subtitle {
  border-top: 2rem solid;
  border-image: linear-gradient(90deg,
    rgba(210, 196, 154, 0.1) 0%,
    rgba(210, 196, 154, 1) 50%,
    rgba(210, 196, 154, 0.1) 100%);

  border-image-slice: 2;
  line-height: 1.3;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .section-distinction {
    padding: 96rem 0;
  }

  .section-distinction::before {
    height: 330rem;
  }

  .section-distinction .distinction-title {
    max-width: 551rem;
    margin-bottom: 60rem;
  }

  .section-distinction .bock-title {
    font-size: 28rem;
    margin-bottom: 52rem;
  }

  .section-distinction .bock-title .text-large {
    font-size: 50rem;
    line-height: 1.3;
  }

  .section-distinction .block-text {
    font-size: 18rem;
    line-height: calc(36 / 18);
    margin-bottom: 43rem;
  }

  .section-distinction .bock-subtitle {
    font-size: 28rem;
    padding-bottom: 17rem;
    margin-bottom: 19rem;
  }

  .section-distinction .title-number {
    margin-bottom: 18rem;
  }

  .section-distinction .distinction-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-distinction .info-item {
    width: 48%;
  }

  .section-distinction .block-wrapper {
    padding: 0 50rem;
  }

  .section-distinction .block-goal {
    margin: 0 -31rem;
  }

  .section-distinction .block-video {
    max-width: 600rem;
    height: 338rem;
    margin-top: 30rem;
    margin-bottom: 94rem;
  }

  .section-distinction .distinction-block {
    margin-bottom: 52rem;
  }

  .section-distinction .distinction-block:nth-child(2) .bock-subtitle {
    padding-top: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .section-distinction {
    padding: 115rem 0 105rem;
  }

  .section-distinction::before {
    background-image: url("../img/sp/distinction_bg.png");
    height: 376rem;
  }

  .section-distinction .distinction-title {
    max-width: 537rem;
    margin-bottom: 100rem;
  }

  .section-distinction .bock-title {
    font-size: 34rem;
    margin-bottom: 59rem;
  }

  .section-distinction .bock-title .text-large {
    font-size: 60rem;
    line-height: 1.2;
  }

  .section-distinction .bock-title .text-gold {
    font-size: 32rem;
  }

  .section-distinction .title-number {
    margin-bottom: 12rem;
  }

  .section-distinction .block-text {
    font-size: 26rem;
    line-height: calc(39 / 26);
    margin-bottom: 46rem;
  }

  .section-distinction .bock-subtitle {
    font-size: 32rem;
    padding-bottom: 17rem;
    margin-bottom: 20rem;
  }

  .section-distinction .info-item {
    width: 100%;
    margin-bottom: 30rem;
  }

  .section-distinction .distinction-block {
    margin-bottom: 81rem;
  }

  .section-distinction .block-wrapper {
    padding: 0 30rem;
  }

  .section-distinction .block-video {
    height: 556rem;
    margin: 41rem -30rem 98rem;
  }

  .section-distinction .block-goal {
    max-width: 451rem;
    margin: 0 auto;
  }

  .section-distinction .distinction-block:nth-child(2) .bock-subtitle {
    padding-top: 33rem;
    padding-bottom: 23rem;
    font-size: 38rem;
    line-height: calc(50 / 38);
  }
}

.section-faq {
  background: linear-gradient(90deg, rgba(34, 39, 48, 1) 0%, rgba(46, 54, 66, 1) 75%);
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.section-faq::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/faq_decor.png") no-repeat center 100% / 100%;
}

.section-faq .faq-head {
  position: relative;
}

.section-faq .faq-title {
  position: absolute;
}

.section-faq .head-image {
  height: 100%;
}

.section-faq .head-image img {
  object-fit: cover;
  height: 100%;

}

.section-faq .faq-question {
  color: #d2c49a;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 2rem solid;
  border-image: linear-gradient(90deg,rgba(90,95,100,1) 0%, rgba(178,167,135,1) 50%, rgba(90,95,100,1) 100%);
  border-image-slice: 2;
  position: relative;
  padding-left: 46rem;
  padding-bottom: 23rem;
  margin-bottom: 19rem;
}

.section-faq .faq-question::before {
  content: "";
  position: absolute;
  top: 2rem;
  background: url("../img/Q.png") no-repeat center / 100%;
}

@media screen and (min-width: 768px) {
  .section-faq {
    padding-bottom: 70rem;
  }

  .section-faq::after {
    height: 868rem;
  }

  .section-faq .faq-head {
    height: 340rem;
    margin-bottom: 118rem;
  }

  .section-faq .head-image {
    position: absolute;
    left: 0;
    right: calc(50% - 370rem);
  }

  .section-faq .faq-title {
    max-width: 266rem;
    bottom: -83rem;
    left: calc(50% + 184rem);
  }

  .section-faq .faq-main {
    margin-bottom: 96rem;
  }

  .section-faq .faq-list {
    padding: 0 50rem;
  }

  .section-faq .faq-item {
    margin-bottom: 48rem;
  }

  .section-faq .faq-question {
    font-size: 26rem;
    line-height: calc(31.2 / 26);
  }

  .section-faq .faq-question::before {
    width: 24rem;
    height: 32rem;
    left: 0;
  }

  .section-faq .faq-answer {
    font-size: 18rem;
    line-height: calc(36 / 18);
  }

  .section-faq .faq-foot {
    height: 320rem;
    position: relative;
    z-index: 1;
  }

  .section-faq .faq-foot img {
    height: 100%;
    object-fit: cover;
  }

  .section-faq .foot-image {
    position: absolute;
    right: 0;
    left: calc(50% - 350rem);
    bottom: 0;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-faq {
    padding-bottom: 30rem;
  }

  .section-faq::after {
    background-image: url("../img/sp/faq_decor.png");
    height: 801rem;
  }

  .section-faq .faq-head {
    margin-bottom: 117rem;
  }

  .section-faq .head-image {
    margin-right: 30rem;
    height: 310rem;
  }

  .section-faq .faq-title {
    width: 400rem;
    bottom: -62rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-faq .faq-main {
    margin-bottom: 90rem;
  }

  .section-faq .faq-list {
    padding: 0 30rem;
  }

  .section-faq .faq-item {
    margin-bottom: 65rem;
  }

  .section-faq .faq-question {
    font-size: 30rem;
    line-height: calc(42 / 30);
    padding-left: 65rem;
  }

  .section-faq .faq-question::before {
    width: 34rem;
    height: 44rem;
    left: 9rem;
    background-image: url("../img/sp/Q.png");
  }

  .section-faq .faq-answer {
    font-size: 26rem;
    line-height: calc(39 / 26);
  }

  .section-faq .foot-image {
    height: 300rem;
    padding-left: 30rem;
  }
}

footer {
  color: #282d35;
  text-align: center;
  font-weight: 500;
}

footer .footer-menu li {
  display: inline-block;
}

footer .footer-menu li:not(:last-child) {
  margin-right: 20rem;
}

footer .footer-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 2rem;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 49rem 0 30rem;
  }

  footer .footer-menu {
    margin-bottom: 16rem;
  }

  footer .footer-menu a {
    font-size: 14rem;
    line-height: calc(18 / 14);
  }

  footer small {
    font-size: 12rem;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 48rem 0;
  }

  footer .footer-menu {
    margin-bottom: 27rem;
  }

  footer .footer-menu a {
    font-size: 24rem;
  }

  footer small {
    font-size: 20rem;
  }
}

.section-cta .cta-container {
  background: url("../img/cta_bg.jpg") no-repeat center center / cover;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.section-cta .cta-container.is-stuck {
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-cta .cta-container {
    padding: 26rem;
  }

  .section-cta .wrapper {
    display: flex;
    justify-content: space-between;
  }

  .section-cta .cta-logo {
    max-width: 409rem;
  }

  .section-cta .cta-button {
    max-width: 550rem;
  }
}

@media screen and (max-width: 767px) {
  .section-cta .cta-container {
    padding: 26rem 10rem;
  }

  .section-cta .cta-logo {
    max-width: 616rem;
    margin: 0 auto 20rem;
  }

  .section-cta .cta-button {
    max-width: 100%;
  }
}