@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sponly {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  br.sponly {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  br.sponly {
    display: none;
  }
}

/* 資料請求 */
.req-kv {
  display: grid;
  background: #F8F8F3;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .req-kv {
    height: 52vw;
  }
}
.req-kv .kv-bg {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: end;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .req-kv .kv-bg {
    width: 50.8%;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (min-width: 768px) {
  .req-kv .kv-bg {
    -ms-flex-item-align: center;
        align-self: center;
    width: 49.0972222222%;
    height: 84%;
  }
}
.req-kv__fig {
  width: 100%;
  height: 100%;
}
.req-kv__fig__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 767px) {
  .req-kv__title {
    width: 61.3333333333vw;
  }
}
.req-kv__contents {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
  justify-self: start;
  text-align: left;
  position: relative;
  width: 100%;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .req-kv__contents {
    padding-inline: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .req-kv__contents {
    max-width: 1110px;
    margin-inline: auto;
  }
}
.req-kv__contents__catalogue {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .req-kv__contents__catalogue {
    width: 16.2666666667vw;
    top: -1.3333333333vw;
    left: 73.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .req-kv__contents__catalogue {
    bottom: -80px;
    left: 474px;
  }
}
.req-kv__contents__note {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #23B8C5;
}
@media screen and (max-width: 767px) {
  .req-kv__contents__note {
    top: -2.4vw;
    left: 60vw;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .req-kv__contents__note {
    top: -54px;
    left: 442px;
    width: 167px;
    height: 167px;
  }
}
.req-kv__contents__note p {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .req-kv__contents__note p {
    font-size: 0.95rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .req-kv__contents__note p {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
}
.req-kv__contents__note p .big {
  color: #FFE45E;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .req-kv__contents__note p .big {
    font-size: 1.3rem;
    line-height: 1.1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .req-kv__contents__note p .big {
    font-size: 3.1rem;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}
.req-kv__contents__note p .big .font-mont {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .req-kv__contents__note p .big .font-mont {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .req-kv__contents__note p .big .font-mont {
    font-size: 4.9rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  .sub_contents .req-intro .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    max-width: 858px;
    margin-inline: auto;
  }
}
.sub_contents .req-intro__contents__text {
  font-weight: 700;
  text-align: center;
  -webkit-text-decoration: dashed underline;
          text-decoration: dashed underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__contents__text {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__contents__text {
    font-size: 2.4rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-intro__heading {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__heading {
    font-size: 3.65rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__heading {
    font-size: 5.2rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-intro__heading__big {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #23B8C5;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__heading__big {
    font-size: 6.9rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__heading__big {
    font-size: 11rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__fig {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__fig {
    max-width: 365px;
  }
}
.sub_contents .req-intro__button {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__button {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__button {
    margin-top: 15px;
  }
}
.sub_contents .req-intro__button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__button__text {
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__button__text {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__button__text {
    font-size: 2.1rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-intro__button__text:before, .sub_contents .req-intro__button__text:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__button__text:before, .sub_contents .req-intro__button__text:after {
    width: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__button__text:before, .sub_contents .req-intro__button__text:after {
    width: 41px;
  }
}
.sub_contents .req-intro__button__text:before {
  -webkit-transform: matrix(-0.51, -0.86, -0.83, 0.55, 0, 0);
          transform: matrix(-0.51, -0.86, -0.83, 0.55, 0, 0);
}
.sub_contents .req-intro__button__text:after {
  -webkit-transform: matrix(0.51, -0.86, 0.83, 0.55, 0, 0);
          transform: matrix(0.51, -0.86, 0.83, 0.55, 0, 0);
}
.sub_contents .req-intro__button__text strong {
  font-weight: 900;
  color: #23B8C5;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-intro__button__text strong {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__button__text strong {
    font-size: 2.7rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-intro__button__text strong {
    margin-right: -0.3em;
  }
}

.sub_contents .req-promise {
  background: url(../img/plan/bg_dot.png) repeat;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise {
    margin-top: 9.3333333333vw;
    padding: 4vw 0 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise {
    margin-top: 70px;
    padding: 30px 0 80px;
  }
}
.sub_contents .req-promise .inner {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__head {
    position: relative;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.sub_contents .req-promise__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__title {
    width: 57.3333333333vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sub_contents .req-promise__title {
    font-size: 2.55rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sub_contents .req-promise__title {
    font-size: 4.2rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-promise__title__big {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #23B8C5;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__title__big {
    font-size: 4.95rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise__title__big {
    font-size: 8rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-promise__title__mid {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__title__mid {
    font-size: 3.05rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-promise__abstract {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__abstract {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__abstract {
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise__abstract {
    font-size: 2rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__woman {
    position: absolute;
    right: 4vw;
    top: -10.6666666667vw;
    width: 29.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise__woman {
    width: 260px;
  }
}
.sub_contents .req-promise__list {
  background-color: #23B8C5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__list {
    margin-top: 5.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise__list {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .sub_contents .req-promise__list__item {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .sub_contents .req-promise__list__item {
    max-width: 742px;
    margin-inline: auto;
    padding: 30px 0;
  }
}
.sub_contents .req-promise__list__item:nth-child(n+2) {
  border-top: 1px dashed #fff;
}
.sub_contents .req-promise__list__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.sub_contents .req-promise__list__item__heading__title {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sub_contents .req-promise__list__item__heading__title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sub_contents .req-promise__list__item__heading__title {
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-promise__list__item__heading__big {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sub_contents .req-promise__list__item__heading__big {
    font-size: 4.15rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sub_contents .req-promise__list__item__heading__big {
    font-size: 7.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-promise__list__item__text {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sub_contents .req-promise__list__item__text {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sub_contents .req-promise__list__item__text {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.sub_contents .req-promise__list__item__text strong {
  font-weight: 700;
  color: #F3CD2C;
}

.req-form {
  position: relative;
  text-align: center;
  background-color: #23B8C5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .req-form {
    padding: 42px;
  }
}
.req-form::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #23B8C5;
}
@media screen and (min-width: 768px) {
  .req-form::after {
    width: 68px;
    height: 23px;
  }
}
.req-form__heading {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .req-form__heading {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.req-form__heading__en {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .req-form__heading__en {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }
}

.promise__banner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .promise__banner {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .promise__banner {
    margin-top: 23px;
  }
}

@media screen and (min-width: 768px) {
  .req-form__indicatore .inner {
    padding-top: 50px;
  }
}

/* フォーム */
.event_form_submit input.none {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}

.mwform-checkbox-field.horizontal-item {
  display: block;
}/*# sourceMappingURL=request.css.map */