body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #272727;
  background-color: #eff2f8;
  scroll-behavior: smooth;
}
body.no_scroll {
  overflow: hidden;
}

.title {
  font-family: "BIZ UDPMincho", serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

.en {
  font-family: "Oswald", sans-serif;
}

.inner {
  padding: 0 20px;
}

img {
  width: 100%;
  vertical-align: middle;
}

video {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main {
  max-width: 600px;
  margin: 0 auto;
  background-color: #eff2f8;
}

.container {
  max-width: 425px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (min-width: 426px) {
  .container {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

.coupon {
  padding: 17px 0 12px;
  background: url(../img/cv/coupon_bg.jpg);
  background-repeat: no-repeat;
}
.coupon .inner {
  padding: 0 12px;
}

.coupon__btn {
  display: block;
  position: relative;
}
.coupon__btn::before {
  content: "";
  border-radius: 50%;
  width: 280px;
  height: 50px;
  -webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0.1;
}

.coupon__btn--img {
  position: relative;
  z-index: 2;
}

.coupon__read {
  position: relative;
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: 0.035em;
  font-weight: 500;
  text-align: right;
}

.cvBtn {
  padding: 28px 39px 23px;
  background: #17235b;
}

.cvBtn__main {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#3bda8c), to(#12cbb9));
  background: -webkit-linear-gradient(left, #3bda8c 0%, #12cbb9 100%);
  background: linear-gradient(90deg, #3bda8c 0%, #12cbb9 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.08em;
}
.cvBtn__main span {
  font-size: 19px;
  letter-spacing: 0;
}
.cvBtn__main .small {
  font-size: 15px;
  letter-spacing: -0.08em;
}

.cvBtn__read {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.cvBtn__read::after {
  content: "";
  width: 18px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cvBtn__read::before {
  content: "";
  width: 18px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer {
  background: #17235b;
  padding: 10px 0 20px;
  margin-bottom: 60px;
}
.footer__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.bnr {
  position: fixed;
  width: 100%;
  height: 65px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  max-width: 425px;
  background: -webkit-gradient(linear, left bottom, left top, from(#12cbb9), to(#40ef99));
  background: -webkit-linear-gradient(bottom, #12cbb9 0%, #40ef99 100%);
  background: linear-gradient(0deg, #12cbb9 0%, #40ef99 100%);
}

.bnr__wrapper {
  width: 100%;
  height: 100%;
}

.bnr__link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.bnr__icon {
  width: 25px;
}

.bnr__name {
  font-size: 17px;
  font-weight: 500;
}

.header {
  max-width: 425px;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__logo {
  width: 100px;
  margin-left: 15px;
}
.header__wrapper {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu {
  width: 30px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.header__menu--bar {
  background: #1f2a60;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
}
.header__menu--bar:first-of-type {
  top: 0.4px;
}
.header__menu--bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__menu--bar:last-child {
  bottom: 0;
}

.headerMenu {
  max-width: 425px;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 21;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.headerMenu__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMenu__icon {
  width: 23px;
  margin-right: 15px;
}
.headerMenu__wrapper {
  padding: 25px 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.headerMenu__link {
  color: #1f2a60;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1.5px dashed #cfd2dd;
}

.intro {
  background: url(../img/intro/intro_bg.jpg);
  background-repeat: no-repeat;
}

.introCase__items.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.introCase__items.slick-slider .slick-list {
  padding: 0 !important;
  overflow: unset;
}
.introCase__items .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.introCase__items .slick-slide {
  height: auto !important;
}
.introCase__items .slick-dots {
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -25px;
}
.introCase__items .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 !important;
}
.introCase__items .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #17235b;
  border-radius: 50%;
  padding: 0;
}
.introCase__items .slick-dots li button::before {
  display: none;
}
.introCase__items .slick-dots li.slick-active button {
  position: relative;
  background: #17235b;
}
.introCase__items .slick-dots li.slick-active button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #17235b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.introCase__items .slick-prev {
  width: 74px;
  height: 74px;
  background: #17235b;
  border-radius: 50%;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.introCase__items .slick-prev::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  opacity: 1;
}
.introCase__items .slick-next {
  width: 74px;
  height: 74px;
  background: #17235b;
  border-radius: 50%;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.introCase__items .slick-next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 1;
}

.introCase__item {
  width: 100%;
  margin: 0 20px;
  position: relative;
}
.introCase__item::before {
  content: "";
  width: 370px;
  height: 20px;
  background: url(../img/common/kage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.introCase__item--wrapper {
  height: 100%;
  padding: 5px;
  background-color: #fff;
  position: relative;
}

.introCase__item--box {
  height: 100%;
  padding: 15px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.introCase__item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.introCase__item--icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.15em;
  color: #17235b;
  background: #e7ebf3;
}

.introCase__item--title {
  width: calc(100% - 55px);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #272727;
}

.introCase__item--text {
  padding: 6px 9px 8px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
  background: #f6f6f6;
}

.intro__kuchikomi {
  background: url(../img/intro/intro_kuchikomi_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0 37px;
}

.intro__kuchikomi--text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #272727;
  letter-spacing: 0.01em;
}
.intro__kuchikomi--text span {
  color: #e93674;
}

.about {
  background: url(../img/about/about_bg.jpg);
  background-repeat: repeat-y;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: hidden;
}

.about__video--text {
  margin-top: 70px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.247em;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.about__video--text span {
  color: #e93674;
}
.about__video--text::after {
  content: "";
  width: 1px;
  height: 30px;
  border-left: 2px dashed #3c3c3c;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about__main {
  background: url(../img/about/about_box_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  margin-top: 35px;
  padding: 60px 0 0;
}

.about__box {
  position: relative;
}

.about__wrap {
  padding: 0 20px;
}

.about__head {
  margin-bottom: 10px;
}

.about__top {
  height: 45px;
  margin-bottom: 10px;
}
.about__top img {
  width: auto;
  height: 100%;
}

.about__text {
  display: inline;
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 1.75;
  font-weight: 500;
  background: #f7eef7;
  position: relative;
  z-index: 1;
}
.about__text span {
  font-weight: bold;
  color: #e93674;
}

.about__text--sub {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.about__text--sub span {
  color: #e58aa9;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about__text--read {
  margin-top: 13px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.09em;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 6px;
}

.about__text-w {
  background: #fff;
}

.about__point {
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(../img/about/about_point_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about__point--wrap {
  position: relative;
  padding: 17px 15px 13px;
}

.about__point--subBg {
  width: 90%;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about__point--sub {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.about__point--title {
  margin-top: 5px;
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}

.about__point--text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.082em;
  font-weight: 500;
}

.about__read {
  margin-top: -10px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #171717;
}

.about__img--read {
  padding: 10px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background: #f6f6f6;
}

.about__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.about__flex--icon {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  letter-spacing: 0.19em;
  font-weight: bold;
  color: #fff;
  background: #17235b;
}

.about__flex--text {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.46;
  font-weight: 500;
}

.about__boxBlue {
  margin-bottom: 26px;
  padding: 20px;
  background: #eff2f8;
  position: relative;
}
.about__boxBlue::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: #e7e9f1;
  position: absolute;
  top: 0;
  left: 1.5%;
}
.about__boxBlue::before {
  content: "";
  width: 1.5px;
  height: 100%;
  background: #e7e9f1;
  position: absolute;
  top: 0;
  right: 1.3%;
}

.about__boxBlue--img {
  margin-top: 10px;
}

.about__boxBlue--title {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  color: #e93674;
}
.about__boxBlue--title span {
  background: #fff;
}

.about__boxBlue--text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.about__img {
  position: relative;
}

.about__img--inner {
  z-index: 1;
}

.about__img01 {
  height: 285px;
}
.about__img01 .about__img--inner {
  width: 375px;
  position: absolute;
  top: 10px;
  left: -32px;
}

.about__img02 {
  height: 0;
  margin-bottom: 120%;
}
.about__img02 .about__img--inner {
  width: 130%;
  position: absolute;
  top: 10px;
  left: -40px;
}

.about__img03 {
  height: 0;
  margin-bottom: 105%;
}
.about__img03 .about__img--inner {
  width: 102%;
  position: absolute;
  top: 15px;
  right: -20px;
}

.about__img04 {
  height: 450px;
}
.about__img04 .about__img--inner {
  width: 400px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about__img05 {
  height: 10px;
}
.about__img05 .about__img--inner {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.about__img06 {
  height: 260px;
}
.about__img06 .about__img--inner {
  width: 114%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case {
  background: url(../img/case/case_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.case__items {
  position: relative;
}
.case__items::before {
  content: "";
  width: 370px;
  height: 20px;
  background: url(../img/common/kage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case__items--wrapper {
  position: relative;
  background: #fff;
  padding: 5px;
}

.case__items--box {
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 15px 15px 0;
}

.case__item {
  padding-bottom: 20px;
}

.case__item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.case__item--icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 1.15;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #fff;
  background: #17235b;
}

.case__item--title {
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #272727;
}

.case__item--text {
  padding: 6px 9px 8px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
  background: #f6f6f6;
}

.point {
  background: url(../img/point/point_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15px;
  position: relative;
}
.point::after {
  content: "";
  position: absolute;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 187px solid transparent;
  border-left: 187px solid transparent;
  border-top: 40px solid #e6e4f3;
  border-bottom: 0;
}

.point__item {
  margin-bottom: 20px;
  background: #fff;
}

.point__item--box {
  padding: 0 20px 20px;
}

.point__item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}

.point__item--icon {
  width: 50px;
}

.point__item--title {
  width: calc(100% - 61px);
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.point__item--text {
  font-size: 14px;
  line-height: 1.64;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.point__check {
  margin-top: 15px;
  border-bottom: 1.5px solid #e93674;
}

.point__check--flex {
  max-width: 310px;
  margin: 15px auto 0;
  padding: 0 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point__check--text {
  width: calc(100% - 36px);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #e93674;
}

.point__check--icon {
  width: 36px;
  height: 36px;
}

.point__foot {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #00006c;
}
.point__foot span {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 4px 18px;
  font-size: 21px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  background: #00006c;
}

.reason {
  padding-bottom: 40px;
  background: url(../img/reason/reason_bg.png);
  background-repeat: no-repeat;
  background-position: top -130px center;
}

.reason__top {
  padding-top: 50px;
  background: url(../img/reason/reason_top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.reason__top--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.reason__top--sub .icon {
  height: 24px;
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: bold;
  color: #fff;
  background: #d6aa54;
}
.reason__top--sub .text {
  font-size: 15px;
  letter-spacing: 0.18em;
  font-weight: bold;
  color: #d6aa54;
}

.reason__top--title {
  margin-top: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.reason__top--title .fz30 {
  font-size: 30px;
}
.reason__top--title .fz22 {
  font-size: 22px;
  margin-left: -7px;
  margin-right: -5px;
}
.reason__top--title .fz29 {
  font-size: 29px;
}
.reason__top--title .fz35 {
  font-size: 35px;
}
.reason__top--title .fz26 {
  font-size: 26px;
  margin-left: -3px;
  margin-right: -3px;
}
.reason__top--title .fz33 {
  font-size: 33px;
}

.reason__item {
  position: relative;
  margin-top: 25px;
}
.reason__item::before {
  content: "";
  width: 370px;
  height: 20px;
  background: url(../img/common/kage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reason__itemWrap {
  position: relative;
  overflow: hidden;
  padding: 5px;
  background: #fff;
}

.reason__box {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
}

.reason__box--top {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.reason__icon {
  width: 13px;
  height: 95px;
}
.reason__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason__icon.long {
  height: 115px;
}

.reason__box--titles {
  width: calc(100% - 46px);
}

.reason__box--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.reason__box--sub .en {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #17235b;
}
.reason__box--sub .num {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #a27c37;
}

.reason__box--title {
  margin-top: -5px;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 7px;
}

.reason__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 15px;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  background: #ece6dd;
}
.reason__point p {
  width: calc(100% - 15px);
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.reason__point--icon {
  width: 5px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#9c7630), color-stop(46%, #d3b16f), color-stop(54%, #e7c890), to(#d5a84f));
  background: -webkit-linear-gradient(bottom, #9c7630 0%, #d3b16f 46%, #e7c890 54%, #d5a84f 100%);
  background: linear-gradient(0deg, #9c7630 0%, #d3b16f 46%, #e7c890 54%, #d5a84f 100%);
}

.reason__read {
  margin-top: 15px;
  padding: 10px;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d6aa54;
}

.reason__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.017em;
  font-weight: 500;
}

.reason__flex {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.reason__flex--img {
  position: absolute;
  width: 257px;
  top: -30px;
  left: -20px;
}

.reason__flex--text {
  position: relative;
  width: 178px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.014em;
  font-weight: 500;
}

.time {
  background: url(../img/time/time_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.time__wrapper {
  position: relative;
}
.time__wrapper::before {
  content: "";
  width: 370px;
  height: 20px;
  background: url(../img/common/kage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.time__box {
  position: relative;
  margin-top: 15px;
  background: #fff;
  padding: 5px;
}

.time__items {
  border: 1px solid #f1f1f1;
  padding: 20px 13px;
}

.time__item--top {
  height: 43px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #fff;
  background: #17235b;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.time__item--text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
}

.time__item--icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 15px auto 15px;
  border-radius: 50%;
  background: #17235b;
}
.time__item--icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.time__item--read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  color: #e93674;
  background: #ffdee9;
}

.time__item--sub {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 13px 18px;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-weight: 500;
  background: #f2f2f2;
}

.cat {
  background: url(../img/cat/cat_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 35px;
}

.cat__top {
  width: 100%;
  max-width: 310px;
  margin: 0 auto 28px;
}

.cat__shadow {
  margin-top: 20px;
  position: relative;
}
.cat__shadow::before {
  content: "";
  width: 370px;
  height: 20px;
  background: url(../img/common/kage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cat__wrap {
  position: relative;
  background: #fff;
  padding: 5px;
}

.cat__box {
  position: relative;
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background: #fff;
}

.cat__box--text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.cat__box--point {
  margin-top: 10px;
  padding: 17px 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
  background: url(../img/cat/cat_point_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.cat__box--point span {
  color: #bd2a5c;
  text-decoration: underline;
}

.cat__sec {
  position: relative;
  height: 69px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  background: #17235b;
}
.cat__sec::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #17235b;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cat__sec--title {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  color: #17235b;
}

.cat__sec--read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.cat__sec--read p {
  height: 35px;
  margin-top: 12px;
  padding: 0 7px;
  border-radius: 18px;
  border: 1.5px solid #17235b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #17235b;
  background: #fff;
}

.cat__sec--text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #17235b;
}
.cat__sec--text span {
  background: #f2d6e4;
}

.cat__flex {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.cat__flex--cont {
  width: calc(50% - 5px);
}

.cat__flex--title {
  height: 29px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #17235b;
}
.cat__flex--title.pink {
  font-size: 12px;
  background: #bd2a5c;
}

.cat__flex--text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
}

.faq {
  padding-top: 25px;
  padding-bottom: 40px;
  background: #e7ebf3;
}

.faq__top--sub {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #17235b;
  text-align: center;
}
.faq__top--sub span {
  font-size: 25px;
}

.faq__top--title {
  font-size: 18px;
  font-weight: bold;
  color: #17235b;
  text-align: center;
}

.faq__items {
  margin-top: 20px;
}

.faq__item {
  margin-top: 15px;
  background: #fff;
}

.faq__ques {
  padding: 15px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  border-bottom: 1.5px solid #e7ebf3;
}

.faq__ques--icon {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #17235b;
  white-space: nowrap;
}

.faq__ques--text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.faq__ans {
  padding: 20px 13px;
}

.faq__ans--flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.faq__ans--icon {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #e93674;
}

.access {
  background: url(../img/access/access_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #17235b;
  padding-top: 60px;
}

.access__top--sub {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

.access__top--title {
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}

.access__box {
  margin-top: 20px;
  padding: 30px 25px;
  background: #fff;
}

.access__title {
  font-size: 22px;
  font-weight: 500;
  color: #17235b;
}

.access__name {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #17235b;
}

.access__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}

.access__map {
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74.5%;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment {
  padding-top: 20px;
  background: #17235b;
}

.payment__box {
  padding: 30px 25px;
  background: #fff;
}

.payment__title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.77;
  font-weight: 500;
  color: #eb4856;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.payment__sub {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.payment__sub.tal {
  text-align: left;
}

.payment__text {
  font-size: 14px;
  line-height: 1.57;
}
.payment__text.tac {
  text-align: center;
}

.payment__line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #707070;
}

.payment__img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.policy {
  padding-top: 10px;
  background: #17235b;
}

.policy__box {
  padding: 30px 25px;
  background: #fff;
}

.policy__top {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.policy__text {
  font-size: 14px;
  line-height: 1.5;
}
.policy__text span {
  font-weight: bold;
  display: block;
}

.pc__mv {
  display: unset;
  background: unset;
}
.pc__mv--box {
  display: none;
}

@media screen and (min-width: 1201px) {
  .pc__mv {
    width: 100%;
    height: 100%;
    background: url(../img/common/pc_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: fixed;
    gap: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pc__mv--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 425px);
    padding-top: 60px;
    max-width: 650px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc__mv--cont {
    display: none;
  }
  .pc__mv--img {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .pc__mv--imgInr {
    width: 100%;
    position: absolute;
    top: calc(50% + 100px);
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main {
    max-width: 425px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    margin: unset;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main::-webkit-scrollbar {
    display: none;
  }
  .header {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .bnr {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .headerMenu {
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .pc__mv {
    padding: 0 50px;
  }
  .pc__mv--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 425px);
    max-width: 1120px;
    padding-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
  .pc__mv--img {
    max-width: 830px;
  }
  .pc__mv--cont {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .pc__mv--logo {
    width: 255px;
    margin-top: 40px;
  }
  .pc__mv--links {
    width: 255px;
  }
  .pc__mv--link {
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #1F2A60;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 2px dashed #fff;
  }
  .header {
    display: none;
  }
  .container {
    margin-top: 0;
  }
  .main {
    width: 100%;
  }
  .bnr {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media screen and (min-width: 1921px) {
  .bnr {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .pc__mv {
    padding: 0;
  }
  .pc__mv--logo {
    margin-top: 90px;
  }
  .pc__mv--links {
    margin-top: 40px;
  }
  .pc__mv--box {
    gap: 85px;
    width: calc(100% - 425px - 0px);
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */