@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 3.8125rem;
  }
}
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

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

.u-sp_min {
  display: none;
}
@media screen and (max-width: 450px) {
  .u-sp_min {
    display: block;
  }
}

.grecaptcha-badge {
  z-index: 999;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #181616;
}

.wpcf7 {
  background-color: #F5EFE8;
}
.wpcf7-form {
  position: relative;
  z-index: 1;
  padding-block: 15rem 5rem;
}
.wpcf7-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 60.75rem;
  max-height: 25.3125rem;
  aspect-ratio: 972/405;
  z-index: -2;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
}
.wpcf7-form-control-wrap {
  position: initial;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
}
.wpcf7-submit {
  display: block;
  background-color: #AA4243;
  width: 20.625rem;
  height: 3.4375rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  border: solid 0.125rem transparent;
}
.wpcf7-submit::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.0625rem solid #FFFFFF;
  border-right: 0.0625rem solid #FFFFFF;
  -webkit-transform: translateX(1.5625rem) rotate(45deg);
          transform: translateX(1.5625rem) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
.wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #AA4243;
  border: 0.125rem solid #AA4243;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.875rem;
  font-weight: normal;
}

.form__title {
  position: absolute;
  top: -3.5625rem;
  left: 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #CC9661;
  width: 34.8125rem;
  height: 23.0625rem;
  aspect-ratio: 557/369;
  display: grid;
  place-content: center;
  z-index: -1;
}
.form__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin: auto;
  margin-block: 6.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.form__form {
  border-radius: 0.3125rem;
  max-width: 70.625rem;
  width: 90%;
  background-color: #FFFFFF;
  padding: 5rem 2.8125rem 3.75rem;
  margin-inline: auto;
}
.form__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.5rem;
  margin-bottom: 1.875rem;
}
.form__form-input p:last-child {
  margin-left: auto;
  width: 100%;
}
.form__form-input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__form-input-label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__form-checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 3.125rem 1.875rem;
}
.form__form-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.form__form-checkbox .wpcf7-list-item-label {
  font-weight: 600;
  padding-right: 2.5rem;
}
.form__form-checkbox .wpcf7-list-item-label a {
  color: #CC9661;
  line-height: 2.1875rem;
}
.form__form-checkbox input[type=checkbox] {
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.wpcf7-list-item-label a {
  z-index: 1;
  position: relative;
}

.required {
  background-color: #767676;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 3.75rem;
  height: 1.375rem;
  text-align: center;
}

.label {
  min-width: 9.6875rem;
  max-width: 11.25rem;
}

.no-required {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 3.75rem;
  height: 1.375rem;
  text-align: center;
}

.input, .textarea {
  width: 100%;
  background-color: #EFEFEF;
  padding: 0.3125rem 0.625rem;
}

.textarea {
  height: 11.375rem;
}

@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding-top: 50vw;
    padding-bottom: 2.5rem;
  }
  .wpcf7-form::before {
    width: 100%;
    min-height: 11.25rem;
    height: 40vw;
    aspect-ratio: 300/180;
  }
  .wpcf7-submit {
    margin-top: 0;
  }
  .wpcf7-spinner {
    position: absolute;
  }
  .form__submit-sp {
    position: relative;
  }
  .form__title {
    min-width: 18.75rem;
    min-height: 11.25rem;
    width: 60vw;
    height: 40vw;
    aspect-ratio: 300/180;
    top: -1.875rem;
  }
  .form__title-text {
    font-size: 1.5625rem;
    margin-block: 3.125rem;
  }
  .form__form {
    padding: 1.25rem;
  }
  .form__form-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
    margin-bottom: 1.25rem;
  }
  .form__form-input-label p {
    gap: 0.25rem;
  }
  .form__form-textarea-label p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .form__form-checkbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-block: 0;
  }
  .form__form-checkbox p {
    height: 2.1875rem;
  }
  .form__form-checkbox:last-child {
    height: 3.4375rem;
  }
  .required {
    width: 2.0625rem;
    height: 1.125rem;
    line-height: 1.125rem;
    font-size: 0.75rem;
  }
  .label {
    font-size: 0.875rem;
  }
  .textarea {
    height: 8rem;
  }
}
#thanks-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-content {
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
  background: white;
  padding: 3.125rem;
  max-width: 50rem;
  width: 90%;
  margin: 6.25rem auto;
  position: relative;
  z-index: 10000;
  border-radius: 8px;
  text-align: center;
  min-height: 12.5rem;
}

.wpcf7-response-output {
  display: none;
}

#close-modal {
  background-color: #007acc; /* コバルトブルー */
  color: #ffffff; /* 白字 */
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-inline: auto;
  display: block;
  max-width: 25rem;
}

#close-modal:hover {
  background-color: #005f99; /* ホバーで少し暗く */
}

@media screen and (max-width: 768px) {
  .modal-content {
    min-height: initial;
    padding: 1.25rem;
  }
}
.gap-large {
  gap: 2.2rem;
}

.gap-medium {
  gap: 1.2rem;
}

.gap-small {
  gap: 1rem;
}

@media (min-width: 960px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
}
@media (max-width: 959px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .gap-large,
  .gap-medium,
  .gap-small {
    gap: 2rem;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo img {
  width: 20.4375rem;
  margin-left: 1.125rem;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 2rem;
}
.header__nav-item:hover {
  color: #c0392b;
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b94144;
  color: #fff;
  padding: 0.625rem 1.375rem;
  text-decoration: none;
  text-align: center;
  border: solid 0.125rem transparent;
}
.header__cta-button:hover:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__cta-button-responsive {
  display: none;
}
.header__cta-label {
  background-color: #fff;
  color: #b94144;
  padding: 0.125rem 0.75rem;
  border-radius: 0.6875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.header__cta-text {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  font-family: "Noto Serif JP", serif;
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 5rem;
  height: 2.375rem;
  padding-inline: 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  gap: 0.4375rem;
  z-index: 1001;
}
.header__hamburger span {
  display: block;
  height: 0.0625rem;
  width: 2.375rem;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__hamburger.is-open span {
  margin-inline: initial;
}
.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}
.header__drawer {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header__drawer.is-open {
  display: block;
  opacity: 1;
}
.header__drawer-item {
  margin-bottom: 1.5rem;
}
.header__drawer-item:hover {
  color: #c0392b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__drawer-content {
  background: #fff;
  width: 90%;
  max-width: 21.875rem;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  padding: 2.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.is-open .header__drawer-content {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__drawer-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #b94144;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 2rem;
  cursor: pointer;
}
.header__drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.5rem;
  margin-top: 4.375rem;
  margin-bottom: 2rem;
}
.header__drawer-link {
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav {
    display: none;
  }
  .header__cta-button {
    display: none;
  }
  .header__cta-button-responsive {
    border: solid 0.125rem transparent;
    display: block;
    background-color: #AA4243;
    color: #FFFFFF;
    padding-block: 0.625rem;
    padding-inline: 0.4375rem;
    border: solid 0.125rem transparent;
  }
  .header__cta-button-responsive-icon {
    width: 2.1875rem;
    margin-inline: auto;
  }
  .header__cta-button-responsive:hover {
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__cta-button-responsive-text {
    font-size: 1rem;
    line-height: 1.6875rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 14.5rem;
    margin-inline: 0.625rem;
  }
  .header__cta-button-responsive {
    padding-inline: 0.1875rem;
    padding-block: 0.9375rem 0.3125rem;
  }
  .header__cta-button-responsive-icon {
    width: 1.5625rem;
  }
  .header__cta-button-responsive-text {
    font-size: 0.875rem;
  }
  .header__drawer-item {
    margin-bottom: 0.75rem;
  }
  .header__hamburger {
    width: 3.125rem;
    padding-inline: 0.625rem;
  }
  .header__hamburger span {
    width: 1.875rem;
  }
}
.footer {
  background-color: #1B61A6;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  padding-block: 0.1875rem 0.6875rem;
}
.footer__text {
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  font-weight: 600;
  text-align: center;
}
.footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav-item {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 600;
  border-right: 1px solid #FFFFFF;
  padding-inline: 0.3125rem;
  margin-block: 0.625rem;
}
.footer__nav-item:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-block: 0.5625rem 0.1875rem;
  }
  .footer__text {
    font-size: 0.6875rem;
  }
  .footer__nav-item {
    font-size: 0.71875rem;
    padding-inline: 0.1875rem;
  }
}
@media (max-width: 500px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 18.75rem;
  }
  .footer__nav-item {
    font-size: 0.625rem;
    padding-inline: 0.1875rem;
    width: 50%;
    text-align: center;
    margin-block: 0.125rem;
  }
  .footer__nav-item:nth-child(2n) {
    border-right: none;
  }
}
.inner {
  max-width: 1224px;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-block: 2.5rem;
  min-height: 34.375rem;
  max-height: 43.75rem;
  color: white;
  height: 90vh;
  position: relative;
  background-repeat: no-repeat;
  margin-inline: auto;
}
.fv::before {
  content: "";
  background-image: url(../images/blue.png);
  background-repeat: no-repeat;
  position: absolute;
  background-position: left center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  min-height: 34.375rem;
  max-height: 43.75rem;
}
.fv::after {
  content: "";
  background-image: url(../images/Rectangle.png);
  background-repeat: no-repeat;
  position: absolute;
  background-position: left center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  min-height: 34.375rem;
  max-height: 43.75rem;
}
.fv__container {
  margin-left: max(5%, 2.5rem);
  width: 45%;
  min-width: 33rem;
}
.fv__container-title {
  font-size: 3rem;
  line-height: 4.6875rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 1.875rem;
  font-weight: 600;
}
.fv__container-text {
  line-height: 2.1875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
.fv__button {
  margin-top: 2.5rem;
  margin-inline: auto;
  padding: 0.75rem 1.5rem;
  background-color: #AA4243;
  border: solid 0.125rem transparent;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  font-weight: 500;
  cursor: pointer;
  display: block;
  position: relative;
  width: 20.625rem;
  text-align: center;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.fv__button:hover {
  background-color: #FFFFFF;
  color: #AA4243;
  border: 0.125rem solid #AA4243;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fv__button:hover::after {
  border-top: 0.0625rem solid #AA4243;
  border-right: 0.0625rem solid #AA4243;
}
.fv__button::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.0625rem solid #FFFFFF;
  border-right: 0.0625rem solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.fv__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
}
.fv__image-mentor {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  min-height: 34.375rem;
  max-height: 43.75rem;
}

@media (max-width: 1275px) {
  .fv__image-mentor {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 0;
       object-position: 60% 0;
  }
  .fv::before {
    content: "";
    background-image: url(../images/blue.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 34.375rem;
    max-height: 43.75rem;
  }
  .fv::after {
    display: none;
    content: "";
    background-image: url(../images/Rectangle.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 34.375rem;
    max-height: 43.75rem;
  }
}
@media (max-width: 950px) {
  .fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0;
    background: none;
    gap: 0;
    height: auto;
    max-height: initial;
  }
  .fv__container {
    color: white;
    background-image: url("../images/blue.png");
    width: 100%;
    padding: 2.8125rem 0.625rem;
    margin-left: 0;
    min-width: initial;
  }
  .fv__container-title {
    font-size: 2rem;
    line-height: 2.9375rem;
  }
  .fv__container-text {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    margin-bottom: 0.75rem;
  }
  .fv__image {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .fv__image-mentor {
    position: initial;
    width: 100%;
    height: 100%;
    min-height: 21.875rem;
    max-height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .fv__image-blue {
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    -o-object-position: right;
       object-position: right;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
}
.page-top {
  background-color: var(--main-color);
  padding-block: 60px;
}
.page-top__title {
  border-bottom: solid 1px #181616;
  color: #181616;
  font: bold 40px "Noto Sans JP", sans-serif;
  margin: auto;
  padding-bottom: 8px;
}
.page-content {
  padding-bottom: 60px;
}

.wp-block-group {
  margin-bottom: 32px;
  color: #333333;
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 2rem;
}

ol.wp-block-list {
  list-style: decimal;
  padding-left: 2rem;
}

.page-top__title {
  border-bottom: solid 1px #1B61A6;
  color: #1B61A6;
  font: bold 32px "Noto Sans JP", sans-serif;
  margin: auto;
  padding-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .page-top {
    padding-block: 40px;
  }
  .page-top__title {
    font-size: 24px;
  }
  .page-content {
    padding-bottom: 40px;
  }
  .wp-block-heading {
    font-size: 24px;
  }
  .wp-block-group {
    margin-top: 32px;
  }
  .wp-block-group ol {
    list-style: decimal;
  }
  .wp-block-group ul {
    list-style: disc;
  }
  .wp-block-list * {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    color: #333333;
  }
}
.reason {
  background-color: #FFFFFF;
  max-width: 37.5rem;
  margin-inline: auto;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(118, 118, 118, 0.1);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(118, 118, 118, 0.1);
  padding: 2.1875rem 1.75rem;
  position: relative;
  max-height: 100%;
  height: 100%;
}
.reason:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 3.75rem;
  font-weight: 600;
  color: rgba(54, 134, 213, 0.6);
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.875rem;
}
.reason__title {
  font-size: 1.5rem;
  line-height: 3.125rem;
  font-weight: 600;
  color: #1B61A6;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.reason__text {
  line-height: 2.1875rem;
}

.has-reason .inner .wp-block-columns {
  margin-bottom: 5.375rem;
}

@media (max-width: 959px) {
  .has-reason .inner .wp-block-columns {
    margin-bottom: 2.8125rem;
    gap: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    margin-bottom: 2rem;
  }
  .reason:before {
    font-size: 3.125rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    top: -1.25rem;
  }
  .reason__title {
    font-size: 1.25rem;
    line-height: 3.125rem;
  }
  .reason__text {
    font-size: 0.875rem;
  }
  .has-reason .inner .parent__title {
    margin-bottom: 4rem;
  }
}
.parent {
  padding-top: 6.875rem;
  padding-bottom: 5.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  counter-reset: number 0;
  position: relative;
}
.parent__background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.parent__background-image {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parent__container {
  max-width: 1224px;
  margin-inline: auto;
}
.parent__title-first {
  line-height: 3.4375rem;
  margin-bottom: 4rem;
  text-align: center;
  color: #BA7A3A;
}
.parent__title-first.is-japanese {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.parent__title-first.is-english {
  font-size: 3rem;
  font-family: "Zen Antique", serif;
  font-weight: 400;
}
.parent__title-second {
  font-size: 2rem;
  line-height: 3.125rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-left: 0.125rem solid #181616;
  border-right: 0.125rem solid #181616;
  width: 14.375rem;
  padding-inline: 0.9375rem;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}
.parent__title-image {
  display: block;
  width: 3.125rem;
  margin-inline: auto;
  margin-top: 0.9375rem;
}
.parent__text {
  text-align: center;
  margin-block: 2.8125rem 2.1875rem;
  line-height: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .parent {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .parent__title-first {
    line-height: 2.8125rem;
    margin-bottom: 1.875rem;
  }
  .parent__title-first.is-japanese {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .parent__title-first.is-english {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: "Zen Antique", serif;
    font-weight: 400;
  }
  .parent__title-second {
    font-size: 1.75rem;
    line-height: 3.125rem;
    width: 12.5rem;
    padding-inline: 0;
  }
  .parent__text {
    margin-block: 1.875rem 3.125rem;
    font-size: 0.875rem;
  }
}
.faq {
  background-color: #FFFFFF;
  max-width: 65rem;
  margin: 0 auto 2.1875rem;
}
.faq__categories {
  margin-bottom: 1.875rem;
}
.faq__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__category-item {
  margin: 0;
}
.faq__category-button {
  background-color: #FFFFFF;
  border: 1px solid #1B61A6;
  color: #1B61A6;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  min-width: 13.75rem;
  width: 25vw;
  max-width: 18.75rem;
}
.faq__category-button:hover, .faq__category-button.active {
  background-color: #1B61A6;
  color: #FFFFFF;
}
.faq__category {
  display: none;
}
.faq__category.active {
  display: block;
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__question {
  cursor: pointer;
  padding: 0.9375rem;
  background-color: #FFFFFF;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}
.faq__question-label {
  background-color: #1B61A6;
  color: #FFFFFF;
  font-family: "Zen Antique", serif;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.875rem;
}
.faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq__question-open {
  margin-left: auto;
  font-size: 1.25rem;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__question-open .plus, .faq__question-open .minus {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__question-open .plus {
  opacity: 1;
}
.faq__question-open .minus {
  opacity: 0;
}
.faq__question.active .faq__question-open .plus {
  opacity: 0;
  line-height: 1.25rem;
}
.faq__question.active .faq__question-open .minus {
  opacity: 1;
  line-height: 1.25rem;
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 0.9375rem 3.75rem;
  color: #933335;
  gap: 0.8125rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  padding-block: 0;
}
.faq__answer.active {
  opacity: 1;
  padding-bottom: 0.9375rem;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.faq__answer-label {
  font-family: "Noto Serif JP", serif;
  min-width: 2.125rem;
  height: 2.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq {
    min-height: 3.125rem;
  }
  .faq__category-list {
    gap: 0.5rem;
  }
  .faq__category-button {
    font-size: 0.75rem;
    padding-inline: 0.5rem;
    min-width: 9.375rem;
  }
  .faq__question {
    padding-block: 0.625rem;
    padding-left: 1.25rem;
    gap: 1.25rem;
  }
  .faq__question-label {
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.75rem;
  }
  .faq__question-text {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
  .faq__question-open {
    font-size: 0.875rem;
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
  }
  .faq__question-open .plus {
    line-height: 0.875rem;
  }
  .faq__question-open .minus {
    line-height: 0.875rem;
  }
  .faq__answer {
    padding-left: 1.25rem;
    padding-right: 0.9375rem;
    gap: 1.25rem;
  }
  .faq__answer.active {
    padding-bottom: 0.625rem;
  }
  .faq__answer-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.3125rem;
  }
  .faq__answer-label {
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.strength {
  background-color: #FFFFFF;
  max-width: 22.6875rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #FEEBD7;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(118, 118, 118, 0.1);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(118, 118, 118, 0.1);
  padding: 2.3125rem 1.25rem;
}
.strength__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 1rem;
}
.strength__content-title {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #181616;
  text-align: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.strength__content-image {
  max-width: 19rem;
  max-height: 11.75rem;
  aspect-ratio: 304/188;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 959px) {
  .strength {
    max-width: 37.5rem;
    max-height: initial;
    margin-bottom: 3.75rem;
  }
  .strength__content-image {
    max-height: 31.25rem;
    aspect-ratio: 304/188;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .strength {
    max-width: 37.5rem;
    max-height: initial;
    margin-bottom: 1.875rem;
    width: 100%;
    margin-inline: auto;
    padding: 1.25rem 1.5625rem;
    height: initial;
  }
  .strength__content-title {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
  .strength__content-image {
    max-width: 25rem;
    max-height: 12.5rem;
    aspect-ratio: 304/188;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.flow {
  background-color: #FFFFFF;
  max-width: 21.6875rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  padding-bottom: 1.875rem;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
.flow__container-step {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#0071BE), to(#0655AF));
  background: linear-gradient(to left, #0071BE, #0655AF);
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
  text-align: center;
  width: 5.9375rem;
  height: 2.6875rem;
  line-height: 2.6875rem;
  padding-right: 0.3125rem;
}
.flow__container-step::before {
  counter-increment: number 1;
  content: "Step" counter(number);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow__container-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #1B61A6;
  font-weight: 600;
  margin-block: 1.6875rem;
}
.flow__text {
  font-size: 1rem;
  line-height: 2.1875rem;
  font-weight: 400;
  color: #181616;
  padding-inline: 0.9375rem;
}

.has-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(-1.0625rem, -5%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem 0 0.4375rem 0.625rem;
  border-color: transparent transparent transparent #333;
}

#flow {
  padding-top: 10rem;
}

@media (max-width: 958px) {
  .flow {
    max-width: 37.5rem;
  }
  .flow__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow__container-step {
    width: 8.4375rem;
  }
  .flow__container-title {
    margin-block: 0;
    font-size: 1.25rem;
    line-height: 3.125rem;
    margin: auto;
  }
  .flow__container-title {
    margin-block: 0;
  }
  .has-flow::after {
    top: initial;
    bottom: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 0.625rem 0.4375rem 0 0.4375rem;
    border-color: #333 transparent transparent transparent;
  }
}
@media screen and (max-width: 768px) {
  #flow {
    padding-top: 6.25rem;
  }
  .flow {
    padding-bottom: 0;
    width: 100%;
    max-width: 31.25rem;
  }
  .flow__text {
    min-height: 3.75rem;
    margin-block: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.customer {
  background-color: #FFFFFF;
  border: solid 0.0625rem #FFB6B6;
  max-width: 48.875rem;
  padding: 2.5rem 2.9375rem;
  position: relative;
  margin-bottom: 3.75rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.customer:nth-of-type(1) {
  margin-right: auto;
}
.customer:nth-of-type(2) {
  margin-inline: auto;
}
.customer:nth-of-type(3) {
  margin-left: auto;
}
.customer:nth-of-type(n+4) {
  margin-inline: auto;
}
.customer:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(135deg, #FFB6B6 30px, transparent 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.customer:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(315deg, #FFB6B6 30px, transparent 0);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.customer.is-open:after {
  opacity: 1;
}
.customer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.customer__top-image {
  display: block;
  width: 9.375rem;
  aspect-ratio: 150/162;
  height: auto;
}
.customer__top-image-text {
  font-size: 0.625rem;
  line-height: 1.5rem;
}
.customer__top-container {
  width: 100%;
}
.customer__top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #FFEBD7;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  min-height: 2.6875rem;
}
.customer__top-title-headline {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.customer__top-title-name {
  font-size: 0.875rem;
  line-height: 2.1875rem;
  margin-left: 0.3125rem;
}
.customer__top-content {
  margin-top: 1.875rem;
}
.customer__top-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  font-weight: 700;
}
.customer__top-content-container-title {
  color: #FFFFFF;
  line-height: 1.5625rem;
  text-align: center;
  min-width: 4.5rem;
  height: 1.6875rem;
}
.customer__top-content-container-text {
  line-height: 2.1875rem;
}
.customer__top-content-arrow {
  width: 4.5rem;
}
.customer__top-content-arrow-triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.6875rem solid #000000;
  -webkit-transform: none;
          transform: none;
  margin-inline: auto;
  margin-block: 0.625rem;
}
.customer__top-content-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer__top-content-before-title {
  background-color: #1B61A6;
}
.customer__top-content-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer__top-content-after-title {
  background-color: #CA0304;
}
.customer__top-content-after-text {
  color: #CA0304;
  text-decoration: underline;
  text-decoration-thickness: 15px;
  text-decoration-color: #FFE6A2;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.customer__bottom {
  padding: 1.25rem 2.0625rem;
  margin-top: 3rem;
  background-color: #F8F8F8;
}
.customer__bottom-headline {
  font-size: 1rem;
  line-height: 2.1875rem;
  font-weight: 700;
  text-align: center;
}
.customer__bottom-line {
  border: none;
  border-top: 0.0625rem solid #CCCCCC;
}
.customer__bottom-content {
  position: relative;
  max-height: 16.125rem;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.customer__bottom-content.is-open {
  max-height: 62.5rem;
}
.customer__bottom-content.is-open + .customer__bottom-toggle .customer__bottom-toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.customer__bottom-content.is-open .customer__bottom-gradient {
  display: none;
}
.customer__bottom-text {
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
.customer__bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#F8F8F8));
  background: linear-gradient(180deg, transparent 0%, #F8F8F8 100%);
  pointer-events: none;
}
.customer__bottom-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin: 1.25rem auto 0;
  padding: 0.5rem 1rem;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;
}
.customer__bottom-toggle-text {
  color: #CA0304;
}
.customer__bottom-toggle-icon {
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: #333;
}
.customer:last-child {
  margin-bottom: 0;
}
.customer.is-open:after {
  opacity: 1;
}

.has-customer .parent__background-image-wrapper .parent__background-image {
  height: 3405px;
}
.has-customer__current-page-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  .customer {
    width: 100%;
    padding: 1.25rem;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
  .customer:not(:last-child) {
    margin-right: 1.875rem;
  }
  .customer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    gap: 1.875rem;
  }
  .customer__top-image-container {
    width: 5rem;
    margin-right: auto;
    z-index: 2;
    margin-top: 1.5625rem;
  }
  .customer__top-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .customer__top-image-text {
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .customer__top-title {
    width: calc(100% + 2.5rem);
    position: absolute;
    top: 1.5625rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    left: -1.25rem;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 6.25rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .customer__top-title-headline {
    font-size: 1rem;
    line-height: 1.5625rem;
    max-width: 16.875rem;
    min-width: 7rem;
    padding-inline: 0.3125rem;
  }
  .customer__top-title-name {
    font-size: 0.6875rem;
    max-width: 7.5rem;
    min-width: 4.875rem;
    padding-inline: 0.3125rem;
  }
  .customer__top-content {
    margin-top: 0;
  }
  .customer__top-content-container {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    gap: 0.9375rem;
  }
  .customer__top-content-container-title {
    height: 1.5625rem;
  }
  .customer__top-content-container-text {
    line-height: 1.875rem;
  }
  .customer__top-content-arrow-triangle {
    display: block;
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.5rem solid #000000;
    -webkit-transform: none;
            transform: none;
    margin-inline: auto;
    margin-block: 0.3125rem;
  }
  .customer__top-content-after-text {
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: #FFE6A2;
    text-underline-offset: -2px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  .customer__bottom {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    padding: 1.25rem 0.625rem;
  }
  .customer__bottom-content {
    position: relative;
    max-height: 14.25rem;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .has-customer {
    position: relative;
    padding-bottom: 5.25rem;
  }
  .has-customer::after {
    cursor: pointer;
    position: absolute;
    content: "▶";
    font-size: 0.5rem;
    line-height: 1.25rem;
    text-align: center;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #FFB6B6;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.3125rem;
    z-index: 999;
  }
  .has-customer::before {
    cursor: pointer;
    position: absolute;
    content: "◀";
    display: block;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #FFB6B6;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.3125rem;
    z-index: 999;
  }
  .has-customer .parent__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .has-customer__current-page {
    font-family: "Noto Serif JP", serif;
    position: absolute;
    right: 2.8125rem;
    bottom: 2.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    z-index: 999;
  }
  .has-customer__current-page-wrapper {
    display: block;
    position: relative;
  }
  .has-customer__current-page-current {
    position: absolute;
    top: -0.0625rem;
    left: -0.625rem;
  }
  .has-customer__current-page-total {
    position: absolute;
    top: 0.6875rem;
    right: -0.5625rem;
  }
  .has-customer__current-page-slash {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    margin: 0 0.3em;
    display: inline-block;
    font-size: 1.125rem;
  }
}
#support .inner .parent__title {
  margin-bottom: 5.875rem;
}

#support {
  padding-top: 9.875rem;
}

.support {
  max-width: 1224px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  margin-inline: auto;
  min-height: 15.9375rem;
  margin-bottom: 6.25rem;
}
.support:nth-child(2n+1) .support__container {
  margin-left: auto;
  margin-right: 3.375rem;
}
.support:nth-child(2n+1) .support__container::before {
  left: -2.1875rem;
}
.support:nth-child(2n+1) .support__container-image {
  left: -3.25rem;
}
.support:nth-child(2n+1) .support__container-image:before {
  content: "";
  background-color: rgba(240, 208, 176, 0.6);
  display: block;
  width: 23.5625rem;
  height: 16.25rem;
  position: absolute;
  top: 15.625rem;
  left: 0;
  z-index: 2;
}
.support:nth-child(2n+1) .support__container-writing {
  margin-left: auto;
}
.support:nth-child(2n) .support__container {
  margin-left: 3.375rem;
  margin-right: auto;
}
.support:nth-child(2n) .support__container::before {
  right: -2.1875rem;
}
.support:nth-child(2n) .support__container-image {
  right: -3.25rem;
}
.support:nth-child(2n) .support__container-writing {
  margin-right: auto;
}
.support__container {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.support__container::before {
  content: "";
  background-color: rgba(240, 208, 176, 0.6);
  display: block;
  width: 23.5625rem;
  height: 16.25rem;
  position: absolute;
  z-index: 2;
  top: -1.5625rem;
  aspect-ratio: 377/260;
}
.support__container-image {
  width: 23.5625rem;
  min-height: 16.25rem;
  position: absolute;
  top: -2.75rem;
  z-index: 3;
  aspect-ratio: 377/260;
}
.support__container-writing {
  width: 60%;
  padding-block: 2.5rem;
}
.support__container-writing-title {
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 3.125rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF0E1), color-stop(80%, transparent));
  background: linear-gradient(transparent 50%, #FFF0E1 50% 80%, transparent 80%);
  padding-inline: 1px;
}
.support__container-writing-text {
  margin-top: 1.125rem;
  line-height: 2.1875rem;
}
.support:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1275px) {
  .support:nth-child(2n+1) .support__container::before {
    left: 0.3125rem;
  }
  .support:nth-child(2n+1) .support__container-image {
    left: -0.9375rem;
  }
  .support:nth-child(2n) .support__container::before {
    right: 0.3125rem;
  }
  .support:nth-child(2n) .support__container-image {
    right: -0.9375rem;
  }
  .support__container::before {
    width: 30vw;
    min-height: initial;
    height: 20.6896551724vw;
  }
  .support__container-image {
    width: 30vw;
    min-height: initial;
  }
}
@media screen and (max-width: 1000px) {
  .support {
    max-width: 37.5rem;
  }
  .support:nth-child(2n+1) .support__container {
    margin-inline: 0;
  }
  .support:nth-child(2n+1) .support__container::before {
    width: 23.5625rem;
    min-height: 16.25rem;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .support:nth-child(2n+1) .support__container-image {
    left: 50%;
  }
  .support:nth-child(2n) .support__container {
    margin-inline: 0;
  }
  .support:nth-child(2n) .support__container::before {
    width: 23.5625rem;
    min-height: 16.25rem;
    right: 48%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .support__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
  }
  .support__container::before {
    top: -14.375rem;
  }
  .support__container-image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    max-width: 23.5625rem;
    top: -15.625rem;
  }
  .support__container-writing {
    width: 100%;
    padding-block: 1.875rem;
    padding-inline: 1.875rem;
    margin-inline: auto;
    margin-top: 17.5rem;
  }
  .support__container-writing-title {
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #support {
    padding-top: 6.875rem;
  }
  .support:nth-child(2n+1) .support__container::before {
    min-width: 14.1875rem;
    width: max(14.1875rem, 45vw);
    min-height: 9.9375rem;
    height: max(9.9375rem, 28vw);
    top: min(-8.75rem, -23vw);
  }
  .support:nth-child(2n) .support__container::before {
    min-width: 14.1875rem;
    width: max(14.1875rem, 45vw);
    min-height: 9.9375rem;
    height: max(9.9375rem, 28vw);
    top: min(-8.75rem, -23vw);
  }
  .support__container-image {
    min-width: 14.1875rem;
    width: max(14.1875rem, 45vw);
    min-height: 9.9375rem;
    top: min(-9.375rem, -28vw);
  }
  .support__container-writing {
    padding-inline: 0.8125rem;
    margin-top: max(11.25rem, 30vw);
  }
  .support__container-writing-title {
    font-size: 1.25rem;
    line-height: 3.125rem;
  }
  .support__container-writing-text {
    font-size: 0.875rem;
    line-height: 2.1875rem;
  }
}
.offer__card {
  background: -webkit-gradient(linear, right top, left top, from(#0071BE), to(#0655AF));
  background: linear-gradient(270deg, #0071BE 0%, #0655AF 100%);
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 7.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 0.375rem;
  max-width: 37.5rem;
  margin-inline: auto;
}
.offer__icon-wrapper {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #02498F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.75rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}
.offer__icon {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  margin-top: 0;
  word-break: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.offer__texth3 {
  font-weight: 600;
}
.offer__textspan {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0.25rem;
  color: #FFF;
}
.offer__textbr {
  height: 0;
  width: 0;
}

.has-medium-font-size {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.has-small-font-size {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

@media screen and (max-width: 958px) {
  .offer__text {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .offer {
    min-height: 5rem;
  }
  .offer__card {
    min-height: 5rem;
    max-height: 6.25rem;
  }
  .has-medium-font-size {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
  .has-small-font-size {
    font-size: 0.8125rem !important;
    line-height: 0.8125rem !important;
  }
}
@media (max-width: 600px) {
  .offer__card {
    gap: 1.25rem;
    border-radius: 0.375rem;
    padding: 0.75rem 2.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 0;
  }
  .offer__icon-wrapper {
    width: 3.5625rem;
    height: 3.5625rem;
    margin-right: 0;
    margin-block: auto;
  }
  .offer__icon {
    width: 1.875rem;
    height: 1.875rem;
    margin: auto;
  }
  .offer__text {
    display: inline-block;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 0;
    font-size: 1rem;
  }
}
.mentor {
  max-width: 60.125rem;
  margin-inline: auto;
  margin-top: 9.375rem;
  position: relative;
  z-index: 1;
}
.mentor__container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: auto;
}
.mentor__image {
  position: absolute;
  top: -3.5rem;
  left: 5.625rem;
  z-index: 2;
  max-width: 23.6875rem;
  aspect-ratio: 379/398;
}
.mentor__content {
  z-index: 3;
  background-color: #FFFFFF;
  max-width: 31.9375rem;
  padding: 3rem 1.875rem;
  position: relative;
  z-index: 3;
  margin-left: auto;
}
.mentor__card {
  background-color: #FFFFFF;
}
.mentor__role {
  font-size: 0.8125rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 2.1875rem;
}
.mentor__name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #222;
  font-family: "Zen Antique", serif;
  line-height: 2.4rem;
}
.mentor__text {
  font-size: 0.9375rem;
  color: #222;
  line-height: 2.1875rem;
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.mentor__achievements-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}
.mentor__achievements-text {
  line-height: 2.1875rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 1000px) {
  .mentor {
    margin-top: 1.875rem;
  }
  .mentor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    background-color: initial;
    padding: 0;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .mentor__image {
    position: static;
    top: -0.75rem;
    max-width: initial;
    margin-bottom: -3.125rem;
    width: min(90vw, 550px);
    margin-inline: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    aspect-ratio: 379/300;
    z-index: 1;
  }
  .mentor__content {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    z-index: 2;
    max-width: 31.25rem;
    margin-inline: auto;
    border-radius: 0.3125rem;
  }
  .mentor__role {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
  .mentor__name {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
  .mentor__text {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mentor__image {
    max-width: 34.375rem;
    width: 100%;
    aspect-ratio: 377/258;
    min-height: 15rem;
    margin-inline: auto;
  }
  .mentor__content {
    max-width: 31.25rem;
    width: 95%;
  }
  .mentor__achievements-title {
    font-size: 1rem;
  }
  .mentor__achievements-text {
    font-size: 0.875rem;
  }
}
.cta__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25rem;
  position: relative;
  z-index: 1;
}
.cta__background-color {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25rem;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(227, 184, 141, 0.46)), to(rgba(170, 66, 65, 0.65)));
  background: linear-gradient(90deg, rgba(227, 184, 141, 0.46), rgba(170, 66, 65, 0.65));
}
.cta__contentbox-layer {
  background-color: #AA4243;
  opacity: 0.65;
  position: absolute;
  width: 66.9375rem;
  height: 18.8125rem;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta__contentbox {
  width: 65rem;
  height: 19.1875rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.3125rem;
}
.cta__content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta__title__wrapper {
  width: 35.125rem;
  height: 5.4375rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2.5625rem;
}
.cta__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
  color: #AA4243;
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.cta__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-align: center;
}
.cta__form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45.75rem;
  margin: 0 auto;
}
.cta__form-button {
  border: solid 0.125rem transparent;
  width: 20.625rem;
  height: 3.4375rem;
  text-align: left;
  background-color: #AA4243;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cta__form-button:hover {
  background-color: #FFFFFF;
  color: #AA4243;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.125rem solid #AA4243;
}
.cta__form-button:hover .cta__form-text::after {
  border-top: 0.0625rem solid #AA4243;
  border-right: 0.0625rem solid #AA4243;
}
.cta__form-text {
  padding-left: 2.625rem;
  position: relative;
  width: 170px;
}
.cta__form-text::after {
  content: "";
  position: absolute;
  right: -8.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.0625rem solid #FFFFFF;
  border-right: 0.0625rem solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1300px) {
  .cta__contentbox-layer {
    width: 77%;
  }
  .cta__contentbox {
    width: 75%;
  }
  .cta__title__wrapper {
    width: 70%;
  }
  .cta__form-button {
    width: 17.5rem;
    margin-left: 1.25rem;
  }
  .cta__form-text::after {
    right: -5.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .cta__content {
    width: 100%;
    height: 15.25rem;
  }
  .cta__form__wrap {
    display: block;
    width: 78%;
    margin: 0 auto;
    margin-top: 6.25rem;
  }
  .cta__form-url {
    width: 80%;
  }
  .cta__form-button {
    margin-bottom: 1.875rem;
    width: 100%;
    margin-left: 0;
  }
  .cta__title__wrapper {
    margin-bottom: 1.5625rem;
    height: 0.9375rem;
    width: 90%;
  }
  .cta__contentbox {
    height: 21.8125rem;
  }
  .cta__contentbox-layer {
    height: 21.8125rem;
  }
  .cta__title {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .cta__lead {
    font-size: 1rem;
    width: 100%;
  }
  .cta__form-button {
    font-size: 1.125rem;
  }
  .cta__form-text::after {
    left: 50vw;
  }
}
@media screen and (max-width: 828px) {
  .cta__title__wrapper {
    max-width: 25rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 1.875rem auto 0;
    text-align: center;
  }
  .cta__title {
    margin-top: 2.1875rem;
    margin-bottom: 0.9375rem;
  }
  .cta__lead {
    line-height: 1.5625rem;
  }
  .cta__form__wrap {
    margin-top: 1.5625rem;
    width: 90%;
    max-width: 25rem;
  }
  .cta__content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .cta__contentbox-layer {
    width: 95%;
    bottom: -0.875rem;
  }
  .cta__contentbox {
    width: 90%;
    bottom: -1.5625rem;
  }
  .cta__form-text::after {
    right: 0;
    left: min(70vw, 22.5rem);
  }
}
@media screen and (max-width: 460px) {
  .cta__title__wrapper {
    margin: 1.875rem auto 0.9375rem;
  }
  .cta__contentbox {
    height: 23.0625rem;
  }
  .cta__contentbox-layer {
    height: 23.0625rem;
  }
  .cta__title {
    font-size: 1.375rem;
  }
  .cta__lead {
    font-size: 0.875rem;
  }
  .cta__form-button {
    font-size: 1rem;
  }
  .cta__form__wrap {
    margin-bottom: 3rem;
  }
}

.price__wrap {
  max-width: 70.4375rem;
  margin: 0 auto;
}
.price__title {
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #181616;
  max-width: 14.4375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0 auto;
  margin-bottom: 2.9375rem;
  margin-top: 6.9375rem;
}
.price__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  overflow: hidden;
  margin-inline: auto;
}
.price__table-sp {
  display: none;
}
.price__table thead th {
  background: #1B61A6;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  padding-block: 0.75rem;
  font-weight: 700;
  border: none;
}
.price__table tbody td {
  color: #222E3A;
}
.price__table td {
  border-right: 0.0625rem solid #D9D9D9;
  border-bottom: 0.0625rem solid #D9D9D9;
  padding-block: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5625rem;
  height: 3.5625rem;
}
.price__table td:last-child {
  border-right: none;
}
.price__note {
  font-size: 0.875rem;
  color: #181616;
  margin-top: 0.4375rem;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 866px) {
  .price__table {
    display: none;
  }
  .price__table-sp {
    display: block;
  }
  .price__table-sp-table {
    margin-top: 2.1875rem;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #FFFFFF;
    overflow: hidden;
  }
  .price__table-sp-table-title {
    font-size: 0.875rem;
    line-height: 2.1875rem;
    font-weight: 700;
    border-right: solid 0.0625rem #D9D9D9;
    text-align: center;
    height: 3.4375rem;
    width: 30%;
  }
  .price__table-sp-table-contents {
    font-size: 0.875rem;
    line-height: 2.1875rem;
    font-weight: 500;
    border-right: solid 0.0625rem #D9D9D9;
    text-align: center;
  }
  .price__table-sp-table-contents-text {
    padding-inline: 0.625rem;
    line-height: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .price__table-sp-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5625rem;
    height: 3.125rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    background-color: #1B61A6;
    text-align: center;
  }
  .price__table-sp tbody tr:not(:last-child) td {
    border-bottom: solid 0.0625rem #D9D9D9;
  }
  .price__note {
    font-size: 0.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .price__table-sp-table-contents-text {
    text-align: left;
  }
}
.appeal {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 18.75rem;
}
.appeal__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  line-height: 3.4375rem;
  font-weight: 600;
  text-align: center;
}
.appeal__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-align: center;
}
@media (max-width: 750px) {
  .appeal {
    min-height: 12.5rem;
  }
  .appeal__title {
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
  .appeal__text {
    font-size: 0.875rem;
    line-height: 2.1875rem;
    margin-top: 1.25rem;
  }
}