body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0;
  font-optical-sizing: auto;
  font-style: normal;
  color: #4B4B4B;
}

a {
  color: #4B4B4B;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.inter {
  font-family: "Inter", sans-serif;
}

.wrap {
  padding: 0 30px;
  max-width: 1080px;
  margin: 0 auto;
}
.wrap--wide {
  max-width: 1548px;
}

#page.in {
  margin-top: 137px;
}

#js-bgMask {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #F5F5F7;
  display: none;
  z-index: -1;
}

.c-container {
  background: #F5F5F7;
  padding-bottom: 300px;
  position: relative;
}

.c-fv + .c-container {
  margin-top: 677px;
}

.c-h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #AD033B;
}

.c-cta {
  margin: 200px 0;
}
.c-cta:last-child {
  margin-bottom: 0;
}
.c-cta .c-cta-bnr {
  position: relative;
  background: url(../img/common/cta_bg.jpg) no-repeat center/cover;
}
.c-cta .c-cta-bnr--entry {
  background: url(../img/common/cta_entry_bg.jpg) no-repeat center/cover;
}
.c-cta .c-cta-bnr-link {
  display: block;
  position: relative;
  padding: 61px 0 64px;
  text-align: center;
  z-index: 1;
}
.c-cta .c-cta-bnr-link:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #AD033B;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: -1;
}
.c-cta .c-cta-bnr-ttl {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  color: #AD033B;
  -webkit-filter: drop-shadow(1px 1px 10px #fff);
          filter: drop-shadow(1px 1px 10px #fff);
}
.c-cta .c-cta-bnr-txt {
  color: #AD033B;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-filter: drop-shadow(1px 1px 10px #fff);
          filter: drop-shadow(1px 1px 10px #fff);
}
.c-cta .c-cta-bnr-btn {
  display: block;
  position: relative;
  width: 238px;
  max-width: 100%;
  text-align: center;
  border-radius: 1000px;
  font-size: 16.5px;
  font-weight: 700;
  padding: 11px;
  color: #fff;
  margin: 38px auto 0;
  background: linear-gradient(331.66deg, rgba(173, 3, 59, 0.96) 12.94%, rgba(189, 49, 91, 0.96) 76.16%, rgba(248, 215, 205, 0.96) 149.39%);
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
}
.c-cta .c-cta-bnr-btn:after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/common/arrow_white.png) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-fv {
  position: fixed;
  top: 137px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.c-fv .c-fv-bg {
  position: fixed;
  top: 137px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 541px;
  z-index: -1;
}
.c-fv .c-fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-fv .c-fv-container {
  min-height: 540px;
  padding: 140px 0 80px;
}
.c-fv .c-fv-ttl {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-fv .c-fv-lead {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.62;
  color: #fff;
  width: 725px;
  max-width: 100%;
}

.c-tab {
  padding: 10px 0 0;
  position: sticky;
  top: 137px;
  left: 0;
  z-index: 5;
  background: #F5F5F7;
}
.c-tab .c-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20%;
     -moz-column-gap: 20%;
          column-gap: 20%;
  border-bottom: 1px solid #BFBFBF;
}
.c-tab .c-tab-list-item-link {
  font-size: 21px;
  line-height: 2.05;
  padding: 0 35px;
  display: block;
  border-bottom: 4px solid transparent;
  color: #000;
}
.c-tab .c-tab-list-item-link.is-current {
  border-color: #AD033B;
  color: #AD033B;
}

@media screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  #page.in {
    margin-top: 87px;
  }
  .c-container {
    padding-bottom: 200px;
  }
  .c-fv + .c-container {
    margin-top: 626px;
  }
  .c-fv .c-fv-bg {
    top: 86px;
  }
  .c-tab {
    top: 86px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14.5px;
    line-height: 1.72;
  }
  .pcv {
    display: none !important;
  }
  .wrap {
    padding: 0 28px;
  }
  #page.in {
    margin-top: 60px;
  }
  .c-container {
    padding-bottom: 120px;
  }
  .c-fv + .c-container {
    margin-top: 0;
  }
  .c-h2 {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
  .c-cta {
    margin: 0 0 60px;
  }
  .c-cta .c-cta-bnr {
    margin: 0 -28px;
  }
  .c-cta .c-cta-bnr-link {
    padding: 52px 0 60px;
  }
  .c-cta .c-cta-bnr-ttl {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .c-cta .c-cta-bnr-txt {
    font-size: 14.5px;
  }
  .c-cta .c-cta-bnr-btn {
    margin-top: 24px;
  }
  .c-fv {
    position: relative;
    top: auto;
    padding-top: 460px;
  }
  .c-fv .c-fv-bg {
    top: 60px;
    max-height: 461px;
  }
  .c-fv .c-fv-container {
    min-height: auto;
    padding: 17px 0 20px;
    background: #F5F5F7;
  }
  .c-fv .c-fv-ttl {
    font-size: 30px;
    margin: 0;
    position: fixed;
    top: 98px;
    left: 28px;
    z-index: -1;
  }
  .c-fv .c-fv-lead {
    color: #4B4B4B;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.758;
    width: auto;
  }
  .c-tab {
    top: 59px;
  }
  .c-tab .c-tab-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .c-tab .c-tab-list-item-link {
    font-size: 13.5px;
    line-height: 1;
    padding: 0 20px 20px;
  }
}
@media (hover: hover) {
  .trans, .trans-op {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .trans-op:hover {
    opacity: 0.7;
  }
  .c-cta-bnr-link:hover:before {
    opacity: 0.15;
  }
  .c-cta-bnr-link:hover .c-cta-bnr-btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(2px, 4px);
        -ms-transform: translate(2px, 4px);
            transform: translate(2px, 4px);
  }
}
.anim.fadeIn {
  opacity: 0;
  -webkit-transition: 1.2s all;
  transition: 1.2s all;
}

.anim.fadeIn.is-show {
  opacity: 1;
}

.anim.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.anim.fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}