@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 {
  line-height: 1.5;
  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;
}

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: none;
}

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

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

/*****************************************
 * vw(数値,幅)の計算
******************************************/
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 1325px) {
  html {
    font-size: 0.7547169811vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1c3a66;
  line-height: 1.6;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    -webkit-transition: none;
    transition: none;
  }
}

img {
  width: 100%;
}

.header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(7.3206442167vw, 100px);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .header {
    height: 12.9716981132vw;
  }
}

.header.change-color {
  height: min(5.8565153734vw, 80px);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header.change-color {
    height: 12.9716981132vw;
  }
}

.header__inner {
  margin-inline: auto;
  padding-inline: 2.5rem 0;
  width: 100%;
  max-width: 1366px;
  height: inherit;
  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;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-inline: 2rem;
  }
}

.header__logo {
  width: min(9.7364568082vw, 133px);
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 17.4528301887vw;
  }
}

.header__logo a {
  width: 100%;
  height: inherit;
  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;
}

.header__menu {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(0.7320644217vw, 10px);
     -moz-column-gap: min(0.7320644217vw, 10px);
          column-gap: min(0.7320644217vw, 10px);
}

.header__nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-lists {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(0.7320644217vw, 10px);
     -moz-column-gap: min(0.7320644217vw, 10px);
          column-gap: min(0.7320644217vw, 10px);
}

.header__nav-lists li {
  height: inherit;
}

.header__nav-lists a {
  height: inherit;
  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;
  font-size: min(1.4641288433vw, 20px);
  font-weight: 700;
  line-height: 1;
  color: #1c3a66;
}

.header__contact-lists {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__contact-lists {
    padding-right: 11.7924528302vw;
  }
}

.header__contact-list {
  height: inherit;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 5.1886792453vw;
    right: 4.7169811321vw;
    width: 7.0754716981vw;
    height: 3.7735849057vw;
    cursor: pointer;
  }
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #345383;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s opacity;
  transition: 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 1.6509433962vw;
}

.hamburger span:nth-child(3) {
  top: 3.3018867925vw;
}

.hamburger.is-active span:nth-child(1) {
  top: 1.6509433962vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  display: none;
}

.hamburger.is-active span:nth-child(3) {
  top: 1.6509433962vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  padding-left: 16.8rem;
  width: 100%;
  height: 100vh;
  background-color: rgba(52, 83, 131, 0.5);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.drawer.is-open {
  display: block;
  opacity: 1;
}

.drawer__inner {
  position: absolute;
  top: 0;
  right: -60rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  width: 60rem;
  height: inherit;
  background-color: #fff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  overflow-y: auto;
}

.drawer.is-open .drawer__inner {
  right: 0;
}

.drawer__nav-lists {
  margin-top: 2rem;
  width: 100%;
  border-top: 1px solid #CDD6DD;
}

.drawer__nav-list {
  width: 100%;
}

.drawer__link {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 4.2rem 1.6rem;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.drawer__link:hover {
  opacity: 0.8;
}

.drawer__contact {
  margin-top: 10rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer__contact-lists {
  margin-top: 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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
}

.footer {
  background-color: #345383;
  padding-bottom: 1.6rem;
}

.footer__copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

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

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

.inner {
  max-width: 1325px;
  margin-inline: auto;
  padding-inline: 2.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 2rem;
  }
}

.small-inner {
  margin-inline: auto;
  width: 103.6rem;
}
@media screen and (max-width: 767px) {
  .small-inner {
    width: 100%;
  }
}

.small-second-inner {
  margin-inline: auto;
  width: 106.7rem;
}
@media screen and (max-width: 767px) {
  .small-second-inner {
    width: 100%;
  }
}

.regular-inner {
  margin-inline: auto;
  width: 116.6rem;
}
@media screen and (max-width: 767px) {
  .regular-inner {
    width: 100%;
  }
}

.header-button {
  width: min(9.1508052709vw, 125px);
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.7320644217vw, 10px) min(0vw, 0px);
  font-size: min(1.3909224012vw, 19px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header-button {
    width: 20.0471698113vw;
    gap: 1.179245283vw 0vw;
    font-size: 2.8301886792vw;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
.header-button .button-icon {
  height: min(2.196193265vw, 30px);
  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;
}
@media screen and (max-width: 767px) {
  .header-button .button-icon {
    height: 4.9528301887vw;
  }
}
.header-button.--line {
  background-color: #06C755;
}
.header-button.--line .button-icon-body {
  width: min(2.2693997072vw, 31px);
}
@media screen and (max-width: 767px) {
  .header-button.--line .button-icon-body {
    width: 4.9528301887vw;
  }
}
.header-button.--tel {
  background-color: #1d4287;
}
.header-button.--tel .button-icon-body {
  width: min(1.756954612vw, 24px);
}
.header-button.--mail {
  background-color: #e00b51;
}
.header-button.--mail .button-icon-body {
  width: 1.9033674963vw;
}
.header-button .button-icon-body {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.header-button:hover {
  opacity: 1;
}
.header-button:hover .button-icon-body {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.contact-button {
  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;
  width: 31.3rem;
  height: 5.7rem;
  border-radius: min(0.439238653vw, 6px);
  border-radius: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
  .contact-button {
    width: 85.3773584906vw;
    height: 11.7924528302vw;
    border-radius: 1.4150943396vw;
    font-size: 4.2452830189vw;
  }
}
.contact-button.--line {
  background-color: #06C755;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .contact-button.--line {
    -webkit-column-gap: 3.0660377358vw;
       -moz-column-gap: 3.0660377358vw;
            column-gap: 3.0660377358vw;
    height: 17.4528301887vw;
  }
}
.contact-button.--line .button-icon {
  width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .contact-button.--line .button-icon {
    width: 7.3113207547vw;
  }
}
.contact-button.--tel {
  background-color: #1d4287;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact-button.--tel {
    -webkit-column-gap: 4.7169811321vw;
       -moz-column-gap: 4.7169811321vw;
            column-gap: 4.7169811321vw;
  }
}
.contact-button.--tel .button-icon {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact-button.--tel .button-icon {
    width: 5.6603773585vw;
  }
}
.contact-button.--mail {
  background-color: #e00b51;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
}
@media screen and (max-width: 767px) {
  .contact-button.--mail {
    -webkit-column-gap: 4.7169811321vw;
       -moz-column-gap: 4.7169811321vw;
            column-gap: 4.7169811321vw;
  }
}
.contact-button.--mail .button-icon {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .contact-button.--mail .button-icon {
    width: 5.6603773585vw;
  }
}
.contact-button:hover {
  opacity: 1;
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}

.plan-button {
  width: 23.5rem;
  height: 4.7rem;
  background-color: #06C755;
  border-radius: 0.6rem;
  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;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.plan-button .button-icon {
  width: 2.5rem;
}
.plan-button .button-text span {
  letter-spacing: -0.05em;
}

.works-button {
  width: 13.2rem;
  height: 4.8rem;
  background-color: #06C755;
  border-radius: 0.6rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #fff;
}
.works-button .ls-50 {
  letter-spacing: -0.05em;
}

input.form__submit-input {
  padding: 2.4rem 1rem;
  width: 45.6rem;
  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: #345383;
  border: 2px solid transparent;
  border-radius: 2.4rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  input.form__submit-input {
    margin-inline: auto;
  }
}

.confirm input[name=submitBack] {
  padding: 2.4rem 1rem;
  width: 35rem;
  border: 3px solid transparent;
  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;
  background-color: #fff;
  border: 3px solid #345383;
  border-radius: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #345383;
}
@media screen and (max-width: 767px) {
  .confirm input[name=submitBack] {
    width: 30rem;
  }
}

.confirm input[name=button] {
  padding: 2.4rem 1rem;
  width: 35rem;
  border: 3px solid transparent;
  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;
  background-color: #345383;
  border: 3px solid #345383;
  border-radius: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .confirm input[name=button] {
    width: 30rem;
  }
}

.confirm input[name=submitBack]:hover,
.confirm input[name=button]:hover {
  -webkit-box-shadow: 0.4rem 0.4rem 0.2rem 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0.4rem 0.4rem 0.2rem 0 rgba(0, 0, 0, 0.45);
}

.thanks__button {
  margin-inline: auto;
  padding: 2.4rem 1rem;
  width: 45.6rem;
  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;
  background-color: #345383;
  border: 3px solid transparent;
  border-radius: 2.4rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

input.form__submit-input,
.thanks__button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input.form__submit-input:hover,
.thanks__button:hover {
  opacity: 0.8;
}

.section-heading {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 6.6037735849vw;
  }
}

.section-heading.--line {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1146px;
  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;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .section-heading.--line {
    max-width: initial;
    width: 55rem;
    -webkit-column-gap: 3.3rem;
       -moz-column-gap: 3.3rem;
            column-gap: 3.3rem;
  }
}
.section-heading.--line::before, .section-heading.--line::after {
  content: "";
  width: auto;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #1c3a66;
}

.mixin-text {
  margin: min(0vw, 0px) min(0vw, 0px) min(0vw, 0px) min(0vw, 0px);
  margin-block: min(0vw, 0px) min(0vw, 0px);
  margin-inline: min(0vw, 0px) min(0vw, 0px);
  padding: min(0vw, 0px) min(0vw, 0px) min(0vw, 0px) min(0vw, 0px);
  padding-block: min(0vw, 0px) min(0vw, 0px);
  padding-inline: min(0vw, 0px) min(0vw, 0px);
  width: min(0.7320644217vw, 10px);
  height: min(0.7320644217vw, 10px);
  border-radius: min(0.7320644217vw, 10px);
  gap: min(0.7320644217vw, 10px) min(0vw, 0px);
  font-size: min(0.7320644217vw, 10px);
}
@media screen and (max-width: 767px) {
  .mixin-text {
    margin: 0vw 0vw 0vw 0vw;
    margin-block: 0vw 0vw;
    margin-inline: 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw;
    padding-block: 0vw 0vw;
    padding-inline: 0vw 0vw;
    width: 2.358490566vw;
    height: 2.358490566vw;
    border-radius: 2.358490566vw;
    gap: 2.358490566vw 0vw;
    font-size: 2.358490566vw;
  }
}

.line-cta__band {
  z-index: 2;
  position: relative;
  background-color: #d2f5ff;
}

@media screen and (max-width: 767px) {
  .line-cta__band-inner {
    padding-inline: 2rem;
  }
}

.line-cta__band-body {
  z-index: 1;
  position: relative;
  padding-block: 2.5rem 3.5rem;
  padding-left: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .line-cta__band-body {
    padding-block: 1.4150943396vw 1.8867924528vw;
    padding-left: 2.8301886792vw;
  }
}

.line-cta__band-frame {
  z-index: 1;
  position: absolute;
  top: 0.8rem;
  left: -2rem;
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .line-cta__band-frame {
    top: 0.4716981132vw;
    left: 0;
    width: 15.5660377358vw;
  }
}

.line-cta__band-text {
  z-index: 1;
  position: relative;
  padding-bottom: 0.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, #FFFF00));
  background: linear-gradient(to bottom, transparent 0% 85%, #FFFF00 85% 100%);
  display: inline;
  font-size: 2.56rem;
  font-weight: 700;
  line-height: 1.2;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .line-cta__band-text {
    font-size: 3.3018867925vw;
    line-height: 1.6;
    text-align: center;
  }
}
.line-cta__band-text .strong-text {
  z-index: 1;
  position: relative;
}
.line-cta__band-text .strong-text::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.6rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #d3064a;
  border-radius: 50%;
}
.line-cta__band-text .large-text {
  font-size: 2.88rem;
}
@media screen and (max-width: 767px) {
  .line-cta__band-text .large-text {
    font-size: 3.5377358491vw;
  }
}
.line-cta__band-text .reverse-color {
  font-size: 3.84rem;
  color: #d3064a;
}
@media screen and (max-width: 767px) {
  .line-cta__band-text .reverse-color {
    font-size: 4.4811320755vw;
  }
}
.line-cta__band-text .reverse-jp-text {
  margin-left: -0.016em;
  font-size: 1.92rem;
}
@media screen and (max-width: 767px) {
  .line-cta__band-text .reverse-jp-text {
    font-size: 3.3018867925vw;
  }
}

.line-cta__main {
  z-index: 1;
  position: relative;
  background-image: url(../images/cta/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-block: 2.4rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .line-cta__main {
    padding-block: 4.2452830189vw 5.1886792453vw;
    background-image: url(../images/cta/cta-bg-sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .line-cta__inner {
    z-index: 1;
    position: relative;
    padding-inline: 2rem;
    overflow: hidden;
  }
}

.line-cta__head-text {
  position: relative;
  margin-inline: auto;
  padding-inline: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.92rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .line-cta__head-text {
    font-size: 4.0094339623vw;
    letter-spacing: -0.024em;
    text-align: center;
  }
}
.line-cta__head-text::before, .line-cta__head-text::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 3rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .line-cta__head-text::before, .line-cta__head-text::after {
    top: auto;
    bottom: 7.0754716981vw;
    width: 16.5094339623vw;
  }
}
.line-cta__head-text::before {
  left: 0;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .line-cta__head-text::before {
    left: -9.4339622642vw;
    -webkit-transform: rotate(68deg);
            transform: rotate(68deg);
  }
}
.line-cta__head-text::after {
  right: 0;
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .line-cta__head-text::after {
    right: -9.4339622642vw;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }
}

@media screen and (max-width: 767px) {
  .line-cta__illust {
    z-index: 1;
    position: absolute;
    top: 35.3773584906vw;
    right: -1rem;
    width: 17.6886792453vw;
  }
}

.line-cta__body {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .line-cta__body {
    margin-top: 1.4150943396vw;
  }
}

.line-cta__bg {
  padding: 0.9rem 2rem;
  width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .line-cta__bg {
    padding: 6.6037735849vw 0 5.6603773585vw;
    border-radius: 2.8301886792vw;
  }
}

.line-cta__items {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .line-cta__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.7735849057vw;
  }
}

.line-cta__text-area {
  width: 47.1rem;
  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;
}
@media screen and (max-width: 767px) {
  .line-cta__text-area {
    padding-right: 6.6037735849vw;
    width: 100%;
  }
}

.line-cta__title-body {
  position: relative;
  padding-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .line-cta__title-body {
    padding-bottom: 1.8867924528vw;
  }
}
.line-cta__title-body::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.8rem;
  height: 3px;
  background-color: #06C755;
}
@media screen and (max-width: 767px) {
  .line-cta__title-body::before {
    width: 16.5094339623vw;
  }
}

.line-cta__title {
  width: 41.5rem;
}
@media screen and (max-width: 767px) {
  .line-cta__title {
    width: 74.7641509434vw;
  }
}

.line-cta__text {
  margin-top: 1rem;
  font-size: 1.68rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.5;
  text-align: center;
  color: #1c3a66;
}
@media screen and (max-width: 767px) {
  .line-cta__text {
    margin-top: 2.1226415094vw;
    font-size: 4.1509433962vw;
    letter-spacing: -0.05em;
  }
}
.line-cta__text .reverse-color {
  color: #cc0446;
}

.line-cta__button-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .line-cta__button-body {
    z-index: 3;
    position: relative;
  }
}

.line-cta__link {
  width: 47.9rem;
  height: 11.5rem;
  font-size: 3.36rem;
}
@media screen and (max-width: 767px) {
  .line-cta__link {
    width: 85.3773584906vw;
    height: 17.4528301887vw;
    font-size: 4.1509433962vw;
  }
}

.line-cta__link.contact-button.--line .button-icon {
  width: 5.3rem;
}

.banner-cta {
  z-index: 100;
  position: fixed;
  bottom: 1%;
  right: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-cta {
    top: initial;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
}

@media screen and (max-width: 767px) {
  .banner-cta__inner {
    z-index: 1;
    position: relative;
  }
}

.banner-cta__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__lists {
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 16.5818181818vw;
  }
}

.banner-cta__link .banner-cta__icon {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.banner-cta__link:hover {
  opacity: 1;
}
.banner-cta__link:hover .banner-cta__icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .banner-cta__link:hover .banner-cta__icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .banner-cta__list {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--line {
    width: 63%;
  }
}
.banner-cta__list.--line .banner-cta__link {
  padding: 1rem;
  width: 100%;
  height: 23.4rem;
  background-color: #06C755;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--line .banner-cta__link {
    padding: 2.9090909091vw 5.6727272727vw 2.8363636364vw 3.4909090909vw;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.1818181818vw;
       -moz-column-gap: 2.1818181818vw;
            column-gap: 2.1818181818vw;
  }
}
.banner-cta__list.--line .banner-cta__icon {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--line .banner-cta__icon {
    width: 11.4181818182vw;
  }
}
.banner-cta__list.--line .banner-cta__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--line .banner-cta__text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 40.1454545455vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--line .banner-cta__text.pc-only {
    display: none;
  }
}
.banner-cta__list.--line .banner-cta__text.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--line .banner-cta__text.sp-only {
    display: block;
  }
}
.banner-cta__list.--line .banner-cta__text .en-text {
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--tel {
    width: 18.5%;
  }
}
.banner-cta__list.--tel .banner-cta__link {
  padding: 1rem;
  width: 100%;
  height: 19rem;
  background-color: #1d4287;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--tel .banner-cta__link {
    padding: 0;
    height: 100%;
  }
}
.banner-cta__list.--tel .banner-cta__icon {
  width: 2.2rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--tel .banner-cta__icon {
    width: 7.4428887251vw;
  }
}
.banner-cta__list.--tel .banner-cta__text {
  font-size: 2.3rem;
  font-weight: 500;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--tel .banner-cta__text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--mail {
    width: 18.5%;
  }
}
.banner-cta__list.--mail .banner-cta__link {
  padding: 1rem;
  width: 100%;
  height: 19rem;
  background-color: #e00b51;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--mail .banner-cta__link {
    padding: 0;
    height: 100%;
  }
}
.banner-cta__list.--mail .banner-cta__icon {
  width: 2.2rem;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--mail .banner-cta__icon {
    width: 9.2363636364vw;
  }
}
.banner-cta__list.--mail .banner-cta__text {
  font-size: 2.3rem;
  font-weight: 500;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner-cta__list.--mail .banner-cta__text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.banner-cta__head {
  z-index: 10;
  position: relative;
  width: 100%;
}

.banner-cta__head-img {
  z-index: 1;
  position: relative;
  width: 100%;
}

.banner-cta__head-decoration {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 12.6545454545vw;
  pointer-events: none;
}

/* ------------------------------------------------
fv
--------------------------------------------------- */
.fv {
  position: relative;
  margin-top: min(7.3206442167vw, 100px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 12.9716981132vw;
  }
}

.fv__bg {
  padding-block: 0 min(3.074670571vw, 42px);
  background-image: url("../images/fv/fv-bg.jpg?20260305");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  aspect-ratio: 1366/530;
}
@media screen and (max-width: 767px) {
  .fv__bg {
    padding-block: 4.7169811321vw 4.4811320755vw;
    background-image: url("../images/fv/fv-bg-sp.jpg?20260308");
    background-position: top center;
    aspect-ratio: 424/577;
  }
}

.fv__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin-inline: auto;
  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;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fv__head-mark {
  margin-left: min(9.663250366vw, 132px);
  padding: min(0.439238653vw, 6px) min(0.9516837482vw, 13px) min(0.5124450952vw, 7px) min(0.9516837482vw, 13px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffcf25;
  border-radius: min(1.0248901903vw, 14px);
  font-size: min(1.1713030747vw, 16px);
  font-weight: 900;
  line-height: 1;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__head-mark {
    margin-inline: auto;
    padding: 1.4150943396vw 4.9528301887vw 1.4150943396vw 4.4811320755vw;
    border-radius: 3.3018867925vw;
    font-size: 3.0660377358vw;
  }
}

.fv__title {
  margin-top: min(0.2928257687vw, 4px);
  margin-left: min(4.6120058565vw, 63px);
  width: min(74.8169838946vw, 1022px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    margin-inline: auto;
    margin-top: 5.6603773585vw;
    width: 91.9811320755vw;
  }
}
.fv__title img {
  width: 100%;
}

.fv__text {
  margin-top: min(1.756954612vw, 24px);
  margin-left: min(5.270863836vw, 72px);
  width: min(45.8272327965vw, 626px);
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-inline: auto;
    margin-top: 24.0566037736vw;
    width: 95.5188679245vw;
  }
}
.fv__text img {
  width: 100%;
}

.fv-band {
  padding-block: 1.8rem 2.4rem;
  width: 100%;
  background-color: #ffb530;
}
@media screen and (max-width: 767px) {
  .fv-band {
    padding-block: 2.1226415094vw;
  }
}

.fv-band__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .fv-band__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 6.8396226415vw;
       -moz-column-gap: 6.8396226415vw;
            column-gap: 6.8396226415vw;
  }
}

.fv-band__lists li {
  padding-top: 1.8rem;
  padding-bottom: 3.1rem;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 172.78/170.75;
  background-image: url(../images/fv/fv-band-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  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;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li {
    padding-top: 2.358490566vw;
    padding-bottom: 4.4811320755vw;
    width: 26.8867924528vw;
  }
}
.fv-band__lists li:nth-child(1) .fv-band__img {
  width: 9.9rem;
  height: 6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(1) .fv-band__img {
    width: 16.2735849057vw;
    height: 11.320754717vw;
  }
}
.fv-band__lists li:nth-child(1) .fv-band__img-body {
  width: 8.6rem;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(1) .fv-band__img-body {
    width: 14.1509433962vw;
  }
}
.fv-band__lists li:nth-child(2) .fv-band__img {
  width: 4.6rem;
  height: 6.6rem;
  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;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(2) .fv-band__img {
    width: 7.3113207547vw;
    height: 11.320754717vw;
  }
}
.fv-band__lists li:nth-child(2) .fv-band__img-body {
  width: 100%;
}
.fv-band__lists li:nth-child(3) .fv-band__img {
  width: 5.3rem;
  height: 6.6rem;
  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;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(3) .fv-band__img {
    width: 8.2547169811vw;
    height: 11.320754717vw;
  }
}
.fv-band__lists li:nth-child(3) .fv-band__img-body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(4) {
    margin-top: -4.0094339623vw;
  }
}
.fv-band__lists li:nth-child(4) .fv-band__img {
  width: 4.2rem;
  height: 6.6rem;
  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;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(4) .fv-band__img {
    width: 6.6037735849vw;
    height: 11.320754717vw;
  }
}
.fv-band__lists li:nth-child(4) .fv-band__img-body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(5) {
    margin-top: -4.0094339623vw;
  }
}
.fv-band__lists li:nth-child(5) .fv-band__img {
  width: 4.3rem;
  height: 6.6rem;
  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;
}
@media screen and (max-width: 767px) {
  .fv-band__lists li:nth-child(5) .fv-band__img {
    width: 6.8396226415vw;
    height: 11.320754717vw;
  }
}
.fv-band__lists li:nth-child(5) .fv-band__img-body {
  width: 100%;
}

.fv-band__text {
  height: 6.8rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-band__text {
    height: 8.0188679245vw;
  }
}
.fv-band__text-body {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-band__text-body {
    font-size: 3.7735849057vw;
  }
}
.fv-band__text .--strong {
  color: #d3064a;
}

.fv-band__bottom {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv-band__bottom {
    margin-top: 4.2452830189vw;
  }
}

.fv-band__bottom-text {
  padding: 0.5rem 1.1rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 0.4rem;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.2;
  color: #1c3a66;
}
@media screen and (max-width: 767px) {
  .fv-band__bottom-text {
    padding: 1.4150943396vw 2.358490566vw;
    width: 90.8018867925vw;
    border-radius: 0.9433962264vw;
    font-size: 3.7735849057vw;
    text-align: center;
  }
}
.fv-band__bottom-text .strong {
  color: #d3064a;
}

/* ------------------------------------------------
personnel
--------------------------------------------------- */
.personnel {
  padding-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .personnel {
    padding-top: 4.7169811321vw;
  }
}

@media screen and (max-width: 767px) {
  .personnel__inner {
    padding-inline: 2rem;
  }
}

.personnel__bg {
  padding: 1.4rem 1.1rem 1.4rem 3.8rem;
  width: 100%;
  min-height: 19.7rem;
  background-image: url(../images/personnel/bg-personnel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 0.9rem #d6e9fb;
          box-shadow: 0 0 0.9rem #d6e9fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .personnel__bg {
    padding: 4.7169811321vw 2.358490566vw 8.2547169811vw 2.358490566vw;
    min-height: auto;
    background-image: url(../images/personnel/bg-personnel-sp.png);
    border-radius: 2.8301886792vw;
    -webkit-box-shadow: 0 0 2.1226415094vw #d6e9fb;
            box-shadow: 0 0 2.1226415094vw #d6e9fb;
  }
}

.personnel__body {
  z-index: 1;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personnel__text-area {
  padding-top: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.personnel__frame-area {
  width: auto;
}

.personnel__frame-body {
  z-index: 1;
  position: relative;
  width: 12.6rem;
}
@media screen and (max-width: 767px) {
  .personnel__frame-body {
    width: 16.7452830189vw;
  }
}

.personnel__frame {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.personnel__frame-text {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .personnel__frame-text {
    font-size: 4.2452830189vw;
  }
}

.personnel__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .personnel__title-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.1226415094vw;
       -moz-column-gap: 2.1226415094vw;
            column-gap: 2.1226415094vw;
  }
}

.personnel__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #1c3a66;
}
@media screen and (max-width: 767px) {
  .personnel__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 7.0754716981vw;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.personnel__title .text-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#022a64), to(#1d60a6));
  background: linear-gradient(to bottom, #022a64, #1d60a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.personnel__text {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1c3a66;
}
@media screen and (max-width: 767px) {
  .personnel__text {
    margin-top: 4.7169811321vw;
    padding-left: 1.8867924528vw;
    font-size: 4.2452830189vw;
    letter-spacing: -0.025em;
  }
}

.personnel__img-area {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .personnel__img-area {
    z-index: 1;
    position: absolute;
    top: 2.358490566vw;
    right: 0;
  }
}

.personnel__img-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .personnel__img-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9433962264vw;
  }
}

.personnel__img-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .personnel__img-item:nth-child(1) {
    -webkit-column-gap: 1.6509433962vw;
       -moz-column-gap: 1.6509433962vw;
            column-gap: 1.6509433962vw;
  }
}
.personnel__img-item:nth-child(1) .personnel__img {
  width: 11.4rem;
}
@media screen and (max-width: 767px) {
  .personnel__img-item:nth-child(1) .personnel__img {
    width: 14.1509433962vw;
  }
}
@media screen and (max-width: 767px) {
  .personnel__img-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.personnel__img-item:nth-child(2) .personnel__img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .personnel__img-item:nth-child(2) .personnel__img {
    width: 17.4528301887vw;
  }
}

/* ------------------------------------------------
comparison
--------------------------------------------------- */
.comparison {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .comparison {
    padding-top: 19.5754716981vw;
  }
}

@media screen and (max-width: 767px) {
  .comparison__inner.inner {
    padding-inline: initial;
  }
}

.comparison__body {
  position: relative;
  padding-top: 10.5rem;
  padding-bottom: 10.8rem;
  background-color: #d2f5ff;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .comparison__body {
    padding: 23.820754717vw 0 7.7830188679vw;
    border-radius: 2.8301886792vw;
  }
}

.comparison__head {
  position: absolute;
  top: -5.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1rem;
  width: 99rem;
  height: 11.3rem;
  background-color: #ffcf25;
  border-radius: 10rem;
  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;
}
@media screen and (max-width: 767px) {
  .comparison__head {
    top: -10.6132075472vw;
    padding: 2.358490566vw;
    width: 91.0377358491vw;
    height: 26.8867924528vw;
    border-radius: 1.8867924528vw;
  }
}

.comparison__heading {
  text-shadow: 0.4rem 0.4rem 0.4rem white, -0.4rem -0.4rem 0.4rem white, -0.4rem 0.4rem 0.4rem white, 0.4rem -0.4rem 0.4rem white, 0.4rem 0 0.4rem white, -0.4rem 0 0.4rem white, 0 0.4rem 0.4rem white, 0 -0.4rem 0.4rem white;
  font-size: 4.8rem;
  font-weight: 700;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison__heading {
    font-size: 7.0754716981vw;
  }
}

.comparison__head-img {
  position: absolute;
  bottom: -0.5rem;
  right: -10rem;
  width: 13.1rem;
}
@media screen and (max-width: 767px) {
  .comparison__head-img {
    bottom: -4.9528301887vw;
    right: -2.358490566vw;
    width: 19.3396226415vw;
  }
}

.comparison__cards {
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .comparison__cards {
    padding-bottom: 7.0754716981vw;
  }
}

.comparison-card {
  width: 90%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comparison-card__head {
  padding: 3.6rem;
  background-color: #1c3c6d;
}
@media screen and (max-width: 767px) {
  .comparison-card__head {
    padding: 1.8867924528vw;
    height: 18.8679245283vw;
    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;
  }
}

.comparison-card__title {
  font-size: 3.84rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison-card__title {
    font-size: 4.7169811321vw;
  }
}

.comparison-card__content {
  padding: 1.9rem 3.9rem 3.7rem;
  min-height: 62.6rem;
}
@media screen and (max-width: 767px) {
  .comparison-card__content {
    padding: 3.7735849057vw 2.358490566vw 3.7735849057vw;
    min-height: 117.9245283019vw;
  }
}

.comparison-card__content-inner {
  z-index: 1;
  position: relative;
}

.comparison-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .comparison-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.7169811321vw;
  }
}

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

.comparison-price__box {
  width: 21.2rem;
}
@media screen and (max-width: 767px) {
  .comparison-price__box {
    width: 28.3018867925vw;
  }
}

.comparison-price__box-head {
  padding: 1.2rem;
  background-color: #d2f5ff;
  border: 1px solid #313131;
  font-size: 2.56rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #313131;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison-price__box-head {
    padding: 1.8867924528vw;
    font-size: 3.7735849057vw;
  }
}

.comparison-price__box-price {
  padding: 1.8rem 1.2rem;
  background-color: #fff;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  border-left: 1px solid #313131;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #313131;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison-price__box-price {
    padding: 2.358490566vw 2.358490566vw;
    font-size: 5.1886792453vw;
  }
}
.comparison-price__box-price .yen-text {
  margin-left: -0.02em;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .comparison-price__box-price .yen-text {
    font-size: 3.7735849057vw;
  }
}

.comparison-card__symbol {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .comparison-card__symbol {
    width: 4.7169811321vw;
  }
}
.comparison-card__symbol.--minus {
  margin-inline: 1.5rem;
}
.comparison-card__symbol.--equal {
  margin-inline: 2.8rem;
}
@media screen and (max-width: 767px) {
  .comparison-card__symbol.--equal {
    margin-inline: 0 1.5rem;
  }
}

.comparison-card.--card1 .comparison-price__main p {
  width: 44.1rem;
}
@media screen and (max-width: 767px) {
  .comparison-card.--card1 .comparison-price__main p {
    width: 38.1rem;
  }
}
.comparison-card.--card1 .comparison-card__illust {
  position: absolute;
  top: 12.3rem;
  right: 4.8rem;
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .comparison-card.--card1 .comparison-card__illust {
    top: 22.3rem;
    right: 1.2rem;
    width: 15rem;
  }
}
.comparison-card.--card2 .comparison-price__main p {
  width: 45.3rem;
}
@media screen and (max-width: 767px) {
  .comparison-card.--card2 .comparison-price__main p {
    width: 38.3rem;
  }
}
.comparison-card.--card2 .comparison-card__illust {
  position: absolute;
  top: 12.7rem;
  right: 8rem;
  width: 14.1rem;
}
@media screen and (max-width: 767px) {
  .comparison-card.--card2 .comparison-card__illust {
    top: 23.7rem;
    right: 4rem;
    width: 8.1rem;
  }
}
.comparison-card.--card3 .comparison-price__main p {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .comparison-card.--card3 .comparison-price__main p {
    width: 38rem;
  }
}
.comparison-card.--card3 .comparison-card__illust {
  position: absolute;
  top: 12rem;
  right: 8.2rem;
  width: 16.2rem;
}
@media screen and (max-width: 767px) {
  .comparison-card.--card3 .comparison-card__illust {
    top: 22.6rem;
    right: 3.2rem;
    width: 10.2rem;
  }
}

.comparison-card__lists {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .comparison-card__lists {
    margin-top: 3.2rem;
    row-gap: 1.8867924528vw;
  }
}

.comparison-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.2rem;
     -moz-column-gap: 4.2rem;
          column-gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .comparison-card__list {
    -webkit-column-gap: 1.8867924528vw;
       -moz-column-gap: 1.8867924528vw;
            column-gap: 1.8867924528vw;
  }
}
.comparison-card__list dt {
  width: 21.4rem;
  height: 6.3rem;
  background-color: #1c3c6d;
  border-radius: 1.7rem;
  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;
  font-size: 2.56rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison-card__list dt {
    width: 18.8679245283vw;
    height: 7.5471698113vw;
    border-radius: 1.8867924528vw;
    font-weight: 500;
    font-size: 3.7735849057vw;
  }
}
.comparison-card__list dd {
  padding-top: 1rem;
  font-size: 2.56rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .comparison-card__list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.9433962264vw;
    font-size: 3.7735849057vw;
  }
}

.comparison__swiper-buttons .swiper-navigation-icon {
  display: none;
}
.comparison__swiper-buttons .swiper-button-prev,
.comparison__swiper-buttons .swiper-button-next {
  top: 55%;
  width: 8rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .comparison__swiper-buttons .swiper-button-prev,
  .comparison__swiper-buttons .swiper-button-next {
    width: 5rem;
  }
}
.comparison__swiper-buttons .swiper-button-prev {
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .comparison__swiper-buttons .swiper-button-prev {
    left: 0.5rem;
  }
}
.comparison__swiper-buttons .swiper-button-next {
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .comparison__swiper-buttons .swiper-button-next {
    right: 0.5rem;
  }
}

/* ------------------------------------------------
pickup
--------------------------------------------------- */
.pickup {
  padding-top: 12.8rem;
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 10.8490566038vw;
    padding-bottom: 13.679245283vw;
  }
}

.pickup__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pickup__heading {
    -webkit-column-gap: 2.5943396226vw;
       -moz-column-gap: 2.5943396226vw;
            column-gap: 2.5943396226vw;
    font-size: 5.6603773585vw;
  }
}

.pickup__heading-strong {
  position: relative;
  padding-inline: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  color: #d40c4e;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pickup__heading-strong {
    padding-inline: 4.9528301887vw;
    -webkit-column-gap: 1.179245283vw;
       -moz-column-gap: 1.179245283vw;
            column-gap: 1.179245283vw;
    font-size: 5.6603773585vw;
  }
}

.pickup__heading-strong::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.8rem;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
  width: 5rem;
  height: 3px;
  background-color: #d40c4e;
}
@media screen and (max-width: 767px) {
  .pickup__heading-strong::before {
    left: -1.8867924528vw;
    width: 4.7169811321vw;
  }
}

.pickup__heading-strong::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.8rem;
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
  width: 5rem;
  height: 3px;
  background-color: #d40c4e;
}
@media screen and (max-width: 767px) {
  .pickup__heading-strong::after {
    right: -1.8867924528vw;
    width: 4.7169811321vw;
  }
}

.pickup__heading-strongText {
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .pickup__heading-strongText {
    padding-top: 0.9433962264vw;
  }
}

.pickup__heading-icon {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .pickup__heading-icon {
    width: 3.7735849057vw;
  }
}

.pickup__contents {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pickup__contents {
    margin-top: 7.7830188679vw;
  }
}

.pickup__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .pickup__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.8301886792vw;
  }
}

.pickup-card {
  padding: 2.5rem 2rem 2.4rem;
  width: 37.4rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 767px) {
  .pickup-card {
    padding: 5.4245283019vw 4.7169811321vw 4.7169811321vw;
    width: 100%;
    border-radius: 2.8301886792vw;
  }
}
.pickup-card:nth-child(1) .pickup-card__img-body {
  width: 28.4rem;
}
@media screen and (max-width: 767px) {
  .pickup-card:nth-child(1) .pickup-card__img-body {
    width: 48.5849056604vw;
  }
}
.pickup-card:nth-child(2) .pickup-card__img-body {
  width: 26.7rem;
}
@media screen and (max-width: 767px) {
  .pickup-card:nth-child(2) .pickup-card__img-body {
    width: 45.9905660377vw;
  }
}
.pickup-card:nth-child(3) .pickup-card__img-body {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .pickup-card:nth-child(3) .pickup-card__img-body {
    width: 48.1132075472vw;
  }
}

.pickup-card__img {
  height: 26.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .pickup-card__img {
    height: 39.1509433962vw;
  }
}

.pickup-card__title {
  margin-top: 2.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-card__title {
    margin-top: 6.6037735849vw;
    font-size: 5.8962264151vw;
  }
}

.pickup-card__text {
  margin-top: 1.2rem;
  min-height: 5.4rem;
  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;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-card__text {
    margin-top: 2.8301886792vw;
    min-height: initial;
    font-size: 3.7735849057vw;
  }
}

.pickup-list {
  margin-top: 13.8rem;
}

.pickup-list__heading {
  z-index: 1;
  position: relative;
  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;
  row-gap: 0.8rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-list__heading {
    row-gap: 0;
    font-size: 5.0943396226vw;
    line-height: 1.5;
  }
}
.pickup-list__heading::before, .pickup-list__heading::after {
  position: absolute;
  content: "";
  bottom: 4rem;
  width: 9rem;
  height: 3px;
  background-color: #d40c4e;
}
@media screen and (max-width: 767px) {
  .pickup-list__heading::before, .pickup-list__heading::after {
    width: 14.1509433962vw;
    bottom: 8.2547169811vw;
  }
}
.pickup-list__heading::before {
  left: -3.2rem;
  -webkit-transform: rotate(79deg);
          transform: rotate(79deg);
}
@media screen and (max-width: 767px) {
  .pickup-list__heading::before {
    left: -4.7169811321vw;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
}
.pickup-list__heading::after {
  right: -3.2rem;
  -webkit-transform: rotate(-79deg);
          transform: rotate(-79deg);
}
@media screen and (max-width: 767px) {
  .pickup-list__heading::after {
    right: -4.7169811321vw;
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
}

.pickup-list__heading-underline {
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #ffcf25), color-stop(98%, transparent));
  background: linear-gradient(to bottom, transparent 0% 90%, #ffcf25 90% 98%, transparent 98% 100%);
}
@media screen and (max-width: 767px) {
  .pickup-list__heading-underline {
    background: none;
  }
}

.pickup-list__heading-icon {
  position: absolute;
  top: -1rem;
  right: -4rem;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .pickup-list__heading-icon {
    top: 5rem;
    right: 1rem;
    width: 7.5471698113vw;
  }
}

.reverse-color {
  color: #d40c4e;
}

.pickup-list__cards {
  margin-top: 5.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .pickup-list__cards {
    margin-top: 8.7264150943vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.0094339623vw 2.358490566vw;
  }
}

.pickup-list__card {
  outline: 2px solid #313131;
  outline-offset: -1px;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}

.pickup-list__card-head {
  padding: 1.2rem 1rem 1.6rem;
  height: 7.8rem;
  background-color: #1b3a68;
  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;
}
@media screen and (max-width: 767px) {
  .pickup-list__card-head {
    padding: 1.2rem 0 1.6rem;
  }
}

.pickup-list__card-headText {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-list__card-headText {
    font-size: 3.9622641509vw;
    letter-spacing: -0.025em;
  }
}

.pickup-list__card-body {
  padding-bottom: 2rem;
  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;
}

.pickup-list__card-img {
  width: 100%;
}

.pickup-list__card-text {
  font-size: 2.88rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #313131;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-list__card-text {
    font-size: 4.9056603774vw;
  }
}

.pickup__remarks {
  margin-top: 12rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__remarks {
    margin-top: 8.0188679245vw;
    font-size: 3.7735849057vw;
  }
}

/* ------------------------------------------------
plan
--------------------------------------------------- */
.plan {
  background-color: #d2f5ff;
}

.plan__inner {
  position: relative;
  padding-top: 7.6rem;
  padding-bottom: 12.3rem;
}
@media screen and (max-width: 767px) {
  .plan__inner {
    padding-top: 6.8396226415vw;
    padding-bottom: sie(24);
  }
}

.section-heading-illust {
  position: absolute;
  top: -7.5rem;
  left: 10.8rem;
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .section-heading-illust {
    top: -3.7735849057vw;
    left: -1.179245283vw;
    width: 17.9245283019vw;
  }
}

.plan__table-container {
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .plan__table-container {
    margin-top: 8.2547169811vw;
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    padding-bottom: 2.358490566vw;
  }
}

.plan-table {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan-table {
    width: 116.6rem;
  }
}
.plan-table table {
  margin-inline: auto;
  border: none;
  border-collapse: collapse;
}
.plan-table thead tr {
  height: 7.5rem;
}
.plan-table thead th:nth-child(1) {
  width: 10.4rem;
}
.plan-table thead th[data-color=blue01] {
  width: 26.9rem;
  height: inherit;
  background-color: #3e73c1;
  border-top-left-radius: 1.2rem;
  color: #fff;
}
.plan-table thead th[data-color=blue01] .strong-text {
  width: 2rem;
}
.plan-table thead th[data-color=blue02] {
  width: 26.9rem;
  height: inherit;
  background-color: #3260a4;
  color: #fff;
}
.plan-table thead th[data-color=blue02] .strong-text {
  width: 2.7rem;
}
.plan-table thead th[data-color=blue03] {
  width: 26.9rem;
  height: inherit;
  background-color: #1c3a66;
  color: #fff;
}
.plan-table thead th[data-color=blue03] .strong-text {
  width: 1.8rem;
}
.plan-table thead th[data-color=blue04] {
  width: 26.9rem;
  height: inherit;
  background-color: #0f223d;
  border-top-right-radius: 1.2rem;
  color: #fff;
}
.plan-table thead th[data-color=blue04] .strong-text {
  width: 3.9rem;
}
.plan-table thead th[data-border=right] {
  border-right: 1px solid #8098bb;
}
.plan-table thead th > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-table thead th .regular-text {
  margin-left: 0.2rem;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.125em;
  line-height: 1;
}
.plan-table tbody tr[data-height=low] {
  height: 8.2rem;
  border-bottom: 1px solid #8098bb;
}
.plan-table tbody tr[data-height=high] {
  height: 24rem;
}
.plan-table tbody tr[data-height=high] td:nth-child(2) .plan-table__img {
  margin-top: 2.3rem;
  width: 18.7rem;
}
.plan-table tbody tr[data-height=high] td:nth-child(3) .plan-table__img {
  margin-top: 2.3rem;
  width: 21.2rem;
}
.plan-table tbody tr[data-height=high] td:nth-child(4) .plan-table__img {
  margin-top: 2.3rem;
  width: 21rem;
}
.plan-table tbody th > p {
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c3a66;
  text-align: center;
}
.plan-table tbody td > p {
  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;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.plan-table tbody td[data-color=white] {
  background-color: #fff;
}
.plan-table tbody td[data-border-radius=bottom-left] {
  border-bottom-left-radius: 1.2rem;
}
.plan-table tbody td[data-border-radius=bottom-right] {
  border-bottom-right-radius: 1.2rem;
}
.plan-table tbody td[data-border=right] {
  border-right: 1px solid #8098bb;
}

.plan-table__contact {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-table__solid-text {
  width: 13.1rem;
  height: 3.5rem;
  background-color: #d3064a;
  border-radius: 1.8rem;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.plan-table__strong-textContainer {
  height: 17.6rem;
  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;
}

.plan-table__strong-text {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #d3064a;
  text-align: center;
}

/* ------------------------------------------------
quote
-------------------------------------------- */
@media screen and (max-width: 767px) {
  .quote .small-second-inner {
    padding-inline: 2rem;
  }
}

.quote__head {
  z-index: 2;
  position: relative;
  padding-block: 7rem 6rem;
  background-color: #d2f5ff;
}
@media screen and (max-width: 767px) {
  .quote__head {
    padding-block: 7.0754716981vw 6.1320754717vw;
  }
}
.quote__head::before {
  z-index: 2;
  position: absolute;
  content: "";
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.4rem;
  height: auto;
  aspect-ratio: 2/1;
  background-color: #d2f5ff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .quote__head::before {
    bottom: -2.358490566vw;
    width: 5.6603773585vw;
  }
}

@media screen and (max-width: 767px) {
  .quote__heading {
    font-size: 5.2830188679vw;
  }
}

.quote__body {
  z-index: 1;
  position: relative;
  padding-block: 10.2rem 7rem;
  background-color: #06C755;
}
@media screen and (max-width: 767px) {
  .quote__body {
    padding-block: 7.0754716981vw 12.5vw;
  }
}

.quote__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7.4rem;
     -moz-column-gap: 7.4rem;
          column-gap: 7.4rem;
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  .quote__items {
    -webkit-column-gap: 3.5377358491vw;
       -moz-column-gap: 3.5377358491vw;
            column-gap: 3.5377358491vw;
  }
}

.quote__item {
  position: relative;
  width: 28.3rem;
  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;
  row-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .quote__item {
    width: 33.3333333333%;
    row-gap: 1.179245283vw;
  }
}
.quote__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 45%;
  left: -5.4rem;
  width: 3rem;
  height: auto;
  aspect-ratio: 3/10;
  background-color: #FFFF00;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
@media screen and (max-width: 767px) {
  .quote__item:not(:first-child)::before {
    left: -2.5943396226vw;
    width: 2.1226415094vw;
  }
}

.quote__step {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFF00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quote__step {
    font-size: 3.0188679245vw;
  }
}
.quote__step::after {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .quote__step::after {
    font-size: 3.0188679245vw;
  }
}

.quote__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 0.4rem 2rem;
  width: 100%;
  min-height: 37.3rem;
  background-color: #fff;
  border-radius: 3.8rem;
  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;
}
@media screen and (max-width: 767px) {
  .quote__card {
    padding: 2.358490566vw 0.9433962264vw 2.358490566vw;
    min-height: 33.9622641509vw;
    border: 0.5rem solid #06C755;
    border-radius: 2.1226415094vw;
  }
}

.quote__title {
  font-size: 2.96rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #06C755;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quote__title {
    height: 8.0188679245vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.0188679245vw;
    line-height: 1.3;
  }
}

.quote__text {
  font-size: 2.96rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quote__text {
    font-size: 3.0188679245vw;
  }
}
.quote__text.--mt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .quote__text.--mt {
    margin-top: 0.9433962264vw;
  }
}

.quote__button {
  z-index: 1;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .quote__button {
    margin-top: 5.6603773585vw;
  }
}
.quote__button::before {
  position: absolute;
  content: "";
  top: -3.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.8rem;
  height: auto;
  aspect-ratio: 28/30;
  background-color: #06C755;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .quote__button::before {
    top: -3.7735849057vw;
    width: 1.8867924528vw;
  }
}

.quote__link-img {
  z-index: 2;
  position: absolute;
  top: 2rem;
  right: -2rem;
  width: 6.2rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .quote__link-img {
    top: 1.8867924528vw;
    right: -4.2452830189vw;
    width: 7.0754716981vw;
  }
}

.quote__link {
  z-index: 1;
  position: relative;
  width: 20.7rem;
  height: 6.6rem;
  background-color: #009245;
  border-radius: 1.1rem;
  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;
  font-size: 2.96rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .quote__link {
    width: 18.3962264151vw;
    height: 5.8962264151vw;
    border-radius: 1.4150943396vw;
    font-size: 3.0188679245vw;
  }
}
.quote__link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.quote__img-body {
  height: 16rem;
  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;
}
@media screen and (max-width: 767px) {
  .quote__img-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.quote__item:nth-child(2) .quote__img-body {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .quote__item:nth-child(2) .quote__img-body {
    padding-top: 0.9433962264vw;
    padding-bottom: 0.9433962264vw;
    height: 12.5vw;
  }
}
.quote__item:nth-child(2) .quote__img {
  width: 11.3rem;
}
@media screen and (max-width: 767px) {
  .quote__item:nth-child(2) .quote__img {
    width: 7.5471698113vw;
  }
}
@media screen and (max-width: 767px) {
  .quote__item:nth-child(3) .quote__img-body {
    padding-top: 1.8867924528vw;
    height: 12.2641509434vw;
  }
}
.quote__item:nth-child(3) .quote__img {
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .quote__item:nth-child(3) .quote__img {
    width: 5.6603773585vw;
  }
}

/* ------------------------------------------------
guide
--------------------------------------------------- */
.guide {
  padding-block: 3.2rem 12.8rem;
}
@media screen and (max-width: 767px) {
  .guide {
    padding-block: 11.7924528302vw 10.141509434vw;
  }
}

@media screen and (max-width: 767px) {
  .guide__inner {
    padding-inline: 2rem;
  }
}

.guide__head {
  position: relative;
  padding-block: 5rem 4.2rem;
  background: #fff;
  border: 0.2rem solid #1c3c6d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .guide__head {
    padding-block: 3.0660377358vw 3.7735849057vw;
  }
}
.guide__head::before {
  content: "";
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2rem solid transparent;
  border-top: 2rem solid #fff;
  z-index: 2;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .guide__head::before {
    bottom: -3.6556603774vw;
    border: 1.8867924528vw solid transparent;
    border-top: 1.8867924528vw solid #fff;
  }
}
.guide__head::after {
  position: absolute;
  content: "";
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2rem solid transparent;
  border-top: 2rem solid #1c3c6d;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .guide__head::after {
    bottom: -4.0094339623vw;
    border: 1.8867924528vw solid transparent;
    border-top: 1.8867924528vw solid #1c3c6d;
  }
}

.guide__heading {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .guide__heading {
    font-size: 4.3396226415vw;
  }
}

.guide__items {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .guide__items {
    margin-top: 3.7735849057vw;
    row-gap: 4.7169811321vw;
  }
}

.guide__item {
  padding: 3.3rem 2.8rem 2.7rem;
  width: 100%;
  min-height: 56.5rem;
  background-color: #d2f5ff;
  -webkit-box-shadow: 0.2rem 0.2rem 0.8rem rgba(28, 58, 102, 0.7);
          box-shadow: 0.2rem 0.2rem 0.8rem rgba(28, 58, 102, 0.7);
}
@media screen and (max-width: 767px) {
  .guide__item {
    padding: 2.8301886792vw 2.358490566vw 2.358490566vw;
    min-height: 56.6037735849vw;
    -webkit-box-shadow: 0.4716981132vw 0.4716981132vw 1.8867924528vw rgba(28, 58, 102, 0.7);
            box-shadow: 0.4716981132vw 0.4716981132vw 1.8867924528vw rgba(28, 58, 102, 0.7);
  }
}

.guide__item-head {
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .guide__item-head {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.guide__point {
  width: 12.2rem;
  height: 7.3rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 0.8rem rgba(28, 58, 102, 0.7);
          box-shadow: 0.2rem 0.2rem 0.8rem rgba(28, 58, 102, 0.7);
  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;
  font-size: 3.84rem;
  font-weight: 700;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide__point {
    display: none;
  }
}

.guide__item-headText {
  padding-top: 0.8rem;
  font-size: 2.88rem;
  font-weight: 700;
  line-height: 2;
  color: #1c3a66;
}
@media screen and (max-width: 767px) {
  .guide__item-headText {
    font-size: 3.0188679245vw;
    text-align: center;
  }
}

.guide__item-imgBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide__item:nth-child(1) .guide__item-imgBody {
  margin-top: 2.6rem;
  padding-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .guide__item:nth-child(1) .guide__item-imgBody {
    margin-top: 4.2452830189vw;
    padding-right: 0.4716981132vw;
  }
}
.guide__item:nth-child(1) .guide__item-img {
  width: 95%;
}
.guide__item:nth-child(2) .guide__item-imgBody {
  margin-top: 3rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .guide__item:nth-child(2) .guide__item-imgBody {
    margin-top: 4.7169811321vw;
    padding-left: 5.1886792453vw;
  }
}
.guide__item:nth-child(2) .guide__item-img {
  width: 90%;
}
.guide__item:nth-child(3) .guide__item-imgBody {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .guide__item:nth-child(3) .guide__item-imgBody {
    margin-top: 2.358490566vw;
  }
}
.guide__item:nth-child(3) .guide__item-img {
  width: 66%;
}

.guide__item-bottom {
  margin-top: 2.5rem;
  width: 100%;
  height: 8.5rem;
  background-color: #ffcf25;
  border-radius: 4.2rem;
  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;
}
@media screen and (max-width: 767px) {
  .guide__item-bottom {
    margin-top: 1.8867924528vw;
    height: 7.3113207547vw;
    border-radius: 3.7735849057vw;
  }
}

.guide__item-bottomText {
  width: 87.4rem;
}
@media screen and (max-width: 767px) {
  .guide__item-bottomText {
    width: 97%;
  }
}

/* ------------------------------------------------
option
-------------------------------------------- */
.option {
  padding-block: 10.3rem 12rem;
  background-color: #d2f5ff;
}
@media screen and (max-width: 767px) {
  .option {
    padding-block: 12.0283018868vw 5.6603773585vw;
  }
}

.option__heading {
  font-size: 4.6rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .option__heading {
    font-size: 6.6037735849vw;
  }
}

.option__subText {
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .option__subText {
    margin-top: 6.1320754717vw;
    font-size: 4.0094339623vw;
  }
}

.option__lists {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.9rem;
     -moz-column-gap: 3.9rem;
          column-gap: 3.9rem;
  row-gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .option__lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.8396226415vw;
    -webkit-column-gap: 3.3018867925vw;
       -moz-column-gap: 3.3018867925vw;
            column-gap: 3.3018867925vw;
    row-gap: 2.358490566vw;
  }
}
@media screen and (max-width: 767px) {
  .option__lists.small-inner {
    padding-inline: 2rem;
  }
}

.option__list {
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .option__list {
    border-radius: 2.8301886792vw;
  }
}

.option__title {
  width: 100%;
  height: 6.3rem;
  background-color: #1c3a66;
  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;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .option__title {
    height: 10.8490566038vw;
    font-size: 4.0094339623vw;
  }
}

.option__text {
  padding: 3.2rem 5rem 3.2rem 4.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .option__text {
    padding: 5.4245283019vw 2.8301886792vw 3.7735849057vw;
    min-height: 29.2452830189vw;
    font-size: 3.0660377358vw;
  }
}

.option__list:first-child .option__text {
  padding: 3.2rem 3rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .option__list:first-child .option__text {
    padding: 4.0094339623vw 2.8301886792vw 3.7735849057vw;
  }
}

/* ------------------------------------------------
voice
--------------------------------------------------- */
.voice {
  padding-top: 10.3rem;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 16.0377358491vw;
  }
}

@media screen and (max-width: 767px) {
  .voice__inner {
    padding-inline: initial;
  }
}

.voice__content {
  margin-top: 0.3rem;
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1366px;
  height: auto;
  aspect-ratio: 1366/1519;
  background-image: url(../images/voice/voice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .voice__content {
    margin-top: 2.5943396226vw;
    aspect-ratio: 424/1320;
    background-image: url(../images/voice/voice-bg-sp.png);
  }
}

.voice__content-items {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .voice__content-items {
    padding-top: 11.7924528302vw;
    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;
  }
}

.voice__item {
  position: absolute;
  padding-top: 2.5rem;
  width: 54rem;
  height: auto;
  aspect-ratio: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .voice__item {
    position: initial;
    padding-top: 3.0660377358vw;
    margin-inline: auto;
    width: 100%;
    height: auto;
  }
}
.voice__item:nth-child(1) {
  top: min(13.0307467057vw, 178px);
  left: min(7.3206442167vw, 100px);
}
@media screen and (max-width: 767px) {
  .voice__item:nth-child(1) {
    padding-top: 7.5471698113vw;
    background-image: url(../images/voice/voice-item-bg-sp01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    aspect-ratio: 421/332;
  }
}
.voice__item:nth-child(2) {
  top: min(30.4538799414vw, 416px);
  right: min(9.5168374817vw, 130px);
}
@media screen and (max-width: 767px) {
  .voice__item:nth-child(2) {
    padding-top: 6.1320754717vw;
    background-image: url(../images/voice/voice-item-bg-sp02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    aspect-ratio: 421/326;
  }
}
.voice__item:nth-child(3) {
  bottom: min(5.1976573939vw, 71px);
  left: min(16.4714494876vw, 225px);
}
@media screen and (max-width: 767px) {
  .voice__item:nth-child(3) {
    padding-top: 5.1886792453vw;
    background-image: url(../images/voice/voice-item-bg-sp03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    aspect-ratio: 421/322;
  }
}

.voice__item-head {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.38;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__item-head {
    font-size: 4.9528301887vw;
  }
}
.voice__item-head .strong-text {
  color: #d40c4e;
}

.voice__item-text {
  margin-top: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__item-text {
    margin-top: 4.7169811321vw;
    font-size: 3.7735849057vw;
  }
}

/* ------------------------------------------------
strong
--------------------------------------------------- */
.strong {
  padding-top: 14.8rem;
  padding-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .strong {
    padding-top: 12.2641509434vw;
    padding-bottom: 9.9056603774vw;
  }
}

.strong__heading {
  position: relative;
}

.strong__heading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45.6rem;
}
@media screen and (max-width: 767px) {
  .strong__heading-icon {
    width: 62.2641509434vw;
  }
}

.strong__contents {
  margin-top: 8.1rem;
}
@media screen and (max-width: 767px) {
  .strong__contents {
    margin-top: 9.1981132075vw;
  }
}

.strong__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .strong__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.358490566vw;
  }
}

.strong__item {
  padding: 25.6rem 2.5rem 3.2rem;
  width: 37.3rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.17);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .strong__item {
    padding: 54.2452830189vw 7.0754716981vw 6.1320754717vw;
    width: 100%;
    border-radius: 2.8301886792vw;
  }
}
.strong__item:nth-child(1) {
  background-image: url(../images/strong/strong-bg01.png);
}
.strong__item:nth-child(2) {
  background-image: url(../images/strong/strong-bg02.png);
}
.strong__item:nth-child(3) {
  background-image: url(../images/strong/strong-bg03.png);
}

.strong__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strong__title {
    font-size: 6.1320754717vw;
  }
}
.strong__title .mark-text {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #d93a69), color-stop(91.3%, #d93a69), color-stop(91.3%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, #d93a69 80%, #d93a69 91.3%, transparent 91.3%, transparent 100%);
  display: inline;
}

.strong__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .strong__text {
    margin-top: 4.7169811321vw;
    font-size: 4.2452830189vw;
  }
}

.strong__button-body {
  margin-top: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .strong__button-body {
    margin-top: 7.0754716981vw;
  }
}

.strong__link {
  width: 23.5rem;
  height: 7rem;
  background-color: #1c3a66;
  border-radius: 0.6rem;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strong__link {
    width: 85.3773584906vw;
    height: 14.1509433962vw;
    border-radius: 1.4150943396vw;
    font-size: 4.2452830189vw;
  }
}

/* ------------------------------------------------
area
--------------------------------------------------- */
.area {
  position: relative;
  background-image: url(../images/area/area-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .area {
    background-image: url(../images/area/area-bg-sp.jpg);
  }
}

.area__inner {
  position: relative;
  padding-top: 7.4rem;
  padding-bottom: 8.6rem;
}
@media screen and (max-width: 767px) {
  .area__inner {
    padding-top: 7.5471698113vw;
    padding-bottom: 5.6603773585vw;
  }
}

.area__illust {
  position: absolute;
  top: -7.6rem;
  right: 9.3rem;
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  .area__illust {
    top: -1.179245283vw;
    right: 5.1886792453vw;
    width: 8.7264150943vw;
  }
}

.area__heading {
  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;
  -webkit-column-gap: 1.7rem;
     -moz-column-gap: 1.7rem;
          column-gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .area__heading {
    -webkit-column-gap: 2.1226415094vw;
       -moz-column-gap: 2.1226415094vw;
            column-gap: 2.1226415094vw;
  }
}

.area__heading-icon {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .area__heading-icon {
    width: 4.7169811321vw;
  }
}

.area__text {
  margin-top: 5.2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area__text {
    margin-top: 7.7830188679vw;
    font-size: 4.0094339623vw;
  }
}
.area__text .strong-text {
  font-weight: 900;
  color: #d3064a;
}

.area__contents {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .area__contents {
    margin-top: 4.4811320755vw;
  }
}

.area__items {
  padding: 5.8rem 2.5rem;
  background-color: #fff;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .area__items {
    padding: 4.7169811321vw 2.358490566vw;
    -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;
    border-radius: 2.8301886792vw;
    row-gap: 7.7830188679vw;
  }
}

.area__item {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .area__item {
    width: 100%;
  }
}

.area__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #1c3a66;
}
@media screen and (max-width: 767px) {
  .area__item-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.6509433962vw;
       -moz-column-gap: 1.6509433962vw;
            column-gap: 1.6509433962vw;
    font-size: 4.4811320755vw;
  }
}

.area__title-icon {
  width: 1.9rem;
}
@media screen and (max-width: 767px) {
  .area__title-icon {
    width: 3.0660377358vw;
  }
}

.area__lists {
  margin-top: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  row-gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .area__lists {
    margin-top: 3.5377358491vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.8867924528vw;
       -moz-column-gap: 1.8867924528vw;
            column-gap: 1.8867924528vw;
    row-gap: 1.8867924528vw;
  }
}

.area__list {
  padding: 1rem 0.2rem 0.9rem;
  width: 8.9rem;
  border: 0.2rem solid #1c3a66;
  border-radius: 2rem;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #1c3a66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area__list {
    padding: 1.4150943396vw 0.2358490566vw;
    width: 14.6226415094vw;
    border-radius: 2.8301886792vw;
    font-size: 2.8301886792vw;
  }
}

/* ------------------------------------------------
flow
--------------------------------------------------- */
.flow {
  padding-top: 10rem;
  padding-bottom: 8.3rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 4rem;
    padding-bottom: 10.2rem;
    overflow: hidden;
  }
}

.flow__content {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .flow__content {
    margin-top: 5.5rem;
  }
}

.flow__content-inner {
  z-index: 1;
  position: relative;
  margin-inline: auto;
  padding-inline: 2.5rem;
  width: 100%;
  max-width: 1366px;
}
@media screen and (max-width: 767px) {
  .flow__content-inner {
    padding-inline: 2rem;
  }
}

.flow__illust-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flow__illust {
  position: absolute;
}

.flow__illust:nth-child(1) {
  top: 0;
  right: 13rem;
  width: 21.8rem;
}
@media screen and (max-width: 767px) {
  .flow__illust:nth-child(1) {
    top: 12.1rem;
    right: 1rem;
    width: 12.1rem;
  }
}

.flow__illust:nth-child(2) {
  top: 19.7rem;
  left: 4rem;
  width: 21.8rem;
}
@media screen and (max-width: 767px) {
  .flow__illust:nth-child(2) {
    top: 41rem;
    left: -4.3rem;
    width: 14.6rem;
  }
}

.flow__illust:nth-child(3) {
  top: 37.7rem;
  right: 4rem;
  width: 17.9rem;
}
@media screen and (max-width: 767px) {
  .flow__illust:nth-child(3) {
    top: 51.2rem;
    right: 1.6rem;
    width: 10.2rem;
  }
}

.flow__illust:nth-child(4) {
  top: 63.3rem;
  left: 9rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .flow__illust:nth-child(4) {
    top: 69.6rem;
    left: 1rem;
    width: 15rem;
  }
}

.flow__lists-container {
  z-index: 5;
  position: relative;
  margin-inline: auto;
  width: 117rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow__lists-container {
    width: 55rem;
  }
}

.flow__lists-box {
  width: 5.9rem;
}
@media screen and (max-width: 767px) {
  .flow__lists-box {
    display: none;
  }
}

.flow__lists {
  z-index: 2;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  .flow__lists {
    width: 100%;
  }
}

.flow__lists::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 3.8rem;
  left: 30.6rem;
  width: 37.2rem;
  height: auto;
  aspect-ratio: 372/640;
  background-image: url(../images/svg/flow-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .flow__lists::before {
    top: 9.8rem;
    left: 50.2%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16.4rem;
    aspect-ratio: 164/849;
    background-image: url(../images/svg/flow-line-sp.svg);
  }
}

.flow__list {
  z-index: 1;
  position: relative;
  padding: 1rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .flow__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.2rem;
       -moz-column-gap: 2.2rem;
            column-gap: 2.2rem;
  }
}

.flow__list:nth-child(odd) {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(odd) {
    margin-right: initial;
  }
}

.flow__list:nth-child(even) {
  margin-left: 31.2rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(even) {
    margin-left: initial;
  }
}

.flow__list:nth-child(2) {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(2) {
    margin-top: 8.9rem;
  }
}

.flow__list:nth-child(3) {
  margin-top: 6.9rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(3) {
    margin-top: 7.4rem;
  }
}

.flow__list:nth-child(4) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(4) {
    margin-top: 8.4rem;
  }
}

.flow__num {
  position: relative;
  width: 10.9rem;
  height: 10.9rem;
  background-color: #345383;
  border-radius: 50%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__num {
    width: 10rem;
    height: 10rem;
  }
}

.flow__num .sub-text {
  font-size: 2.7rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .flow__num .sub-text {
    font-size: 2.6rem;
  }
}

.flow__num .num-text {
  height: 3.8rem;
  counter-increment: listnum;
  font-size: 4.3rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .flow__num .num-text {
    height: 3.6rem;
    font-size: 4.2rem;
  }
}

.flow__num .num-text::before {
  content: counter(listnum);
}

.flow__text-area {
  z-index: 1;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow__text-area::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  width: 20rem;
  height: 100%;
  background-color: #fff;
}

.flow__list:nth-child(1) .flow__text-area::before {
  left: 17rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(1) .flow__text-area::before {
    left: 12rem;
  }
}

.flow__list:nth-child(2) .flow__text-area::before {
  left: 11rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(2) .flow__text-area::before {
    left: 0;
  }
}

.flow__list:nth-child(3) .flow__text-area::before {
  left: 20rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(3) .flow__text-area::before {
    left: 9rem;
  }
}

.flow__list:nth-child(4) .flow__text-area::before {
  left: 12rem;
}
@media screen and (max-width: 767px) {
  .flow__list:nth-child(4) .flow__text-area::before {
    left: 2rem;
  }
}

.flow__title {
  font-size: 2.7rem;
  line-height: 1.185;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 2.5rem;
  }
}

.flow__text {
  margin-top: 1.3rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------
payment
--------------------------------------------------- */
.payment__bg {
  padding-top: 6.1rem;
  padding-bottom: 8.6rem;
  background-color: #d2f5ff;
}
@media screen and (max-width: 767px) {
  .payment__bg {
    padding-top: 9.1981132075vw;
    padding-bottom: 7.0754716981vw;
  }
}

@media screen and (max-width: 767px) {
  .payment__inner {
    padding-inline: initial;
  }
}

.payment__body {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .payment__body {
    margin-top: 5.4245283019vw;
    padding-inline: 2rem;
  }
}

.payment__items {
  padding: 4rem 4rem 1rem;
  width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .payment__items {
    padding: 5.1886792453vw 4.7169811321vw 8.0188679245vw;
    border-radius: 2.8301886792vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.payment__item {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .payment__item {
    padding-bottom: initial;
  }
}
.payment__item .payment__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1c3a66;
  text-align: center;
}
.payment__item.--cash {
  width: 14.5%;
}
@media screen and (max-width: 767px) {
  .payment__item.--cash {
    padding-bottom: 4.7169811321vw;
    width: 100%;
  }
}
.payment__item.--credit {
  position: relative;
  padding-inline: 2rem;
  width: 33.7%;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit {
    padding: 5.6603773585vw 0 7.0754716981vw;
    width: 100%;
  }
}
.payment__item.--credit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 26.5rem;
  background-color: #d2d7e0;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit::before {
    bottom: initial;
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.payment__item.--credit .payment__lists {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__lists {
    margin-top: 6.3679245283vw;
    margin-inline: auto;
    -webkit-column-gap: 0.2358490566vw;
       -moz-column-gap: 0.2358490566vw;
            column-gap: 0.2358490566vw;
    row-gap: 5.4245283019vw;
    width: 62.9716981132vw;
  }
}
.payment__item.--credit .payment__list {
  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;
}
.payment__item.--credit .payment__list:nth-child(1) .payment__list-img {
  width: 7.9rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__list:nth-child(1) .payment__list-img {
    width: 14.6226415094vw;
  }
}
.payment__item.--credit .payment__list:nth-child(2) .payment__list-img {
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__list:nth-child(2) .payment__list-img {
    width: 12.7358490566vw;
  }
}
.payment__item.--credit .payment__list:nth-child(3) .payment__list-img {
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__list:nth-child(3) .payment__list-img {
    width: 11.5566037736vw;
  }
}
.payment__item.--credit .payment__list:nth-child(4) .payment__list-img {
  width: 9.1rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__list:nth-child(4) .payment__list-img {
    width: 16.9811320755vw;
  }
}
.payment__item.--credit .payment__list:nth-child(5) .payment__list-img {
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__list:nth-child(5) .payment__list-img {
    width: 13.2075471698vw;
  }
}
.payment__item.--credit .payment__list:nth-child(6) .payment__list-img {
  width: 7.7rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--credit .payment__list:nth-child(6) .payment__list-img {
    width: 14.3867924528vw;
  }
}
.payment__item.--electronic {
  position: relative;
  padding-left: 3rem;
  width: 51.8%;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic {
    padding: 5.6603773585vw 0 0;
    width: 100%;
  }
}
.payment__item.--electronic::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 26.5rem;
  background-color: #d2d7e0;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic::before {
    bottom: initial;
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.payment__item.--electronic .payment__lists {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__lists {
    margin-top: 6.3679245283vw;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.8301886792vw;
       -moz-column-gap: 2.8301886792vw;
            column-gap: 2.8301886792vw;
    row-gap: 2.1226415094vw;
  }
}
.payment__item.--electronic .payment__list {
  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;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.payment__item.--electronic .payment__list:nth-child(1) .payment__list-img {
  width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(1) .payment__list-img {
    width: 19.1037735849vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.payment__item.--electronic .payment__list:nth-child(2) .payment__list-img {
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(2) .payment__list-img {
    width: 21.4622641509vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.payment__item.--electronic .payment__list:nth-child(3) .payment__list-img {
  width: 7.1rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(3) .payment__list-img {
    width: 13.2075471698vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(4) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
.payment__item.--electronic .payment__list:nth-child(4) .payment__list-img {
  width: 11.3rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(4) .payment__list-img {
    width: 20.9905660377vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.payment__item.--electronic .payment__list:nth-child(5) .payment__list-img {
  width: 10.4rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(5) .payment__list-img {
    width: 19.3396226415vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.payment__item.--electronic .payment__list:nth-child(6) .payment__list-img {
  width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(6) .payment__list-img {
    width: 19.1037735849vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.payment__item.--electronic .payment__list:nth-child(7) .payment__list-img {
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(7) .payment__list-img {
    width: 21.9339622642vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(8) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
.payment__item.--electronic .payment__list:nth-child(8) .payment__list-img {
  width: 9.3rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(8) .payment__list-img {
    width: 17.2169811321vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(9) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
.payment__item.--electronic .payment__list:nth-child(9) .payment__list-img {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(9) .payment__list-img {
    width: 23.3490566038vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(10) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
.payment__item.--electronic .payment__list:nth-child(10) .payment__list-img {
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(10) .payment__list-img {
    width: 21.4622641509vw;
  }
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(11) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
.payment__item.--electronic .payment__list:nth-child(11) .payment__list-img {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .payment__item.--electronic .payment__list:nth-child(11) .payment__list-img {
    width: 11.0849056604vw;
  }
}

/* ------------------------------------------------
faq
--------------------------------------------------- */
.faq {
  padding-top: 17.8rem;
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 15rem;
    padding-bottom: 7.5rem;
    overflow: hidden;
  }
}

.faq__inner {
  position: relative;
}

.faq__heading-illust {
  position: absolute;
  top: 6.5rem;
  right: 4rem;
  left: initial;
  width: 15.1rem;
}
@media screen and (max-width: 767px) {
  .faq__heading-illust {
    top: -4rem;
    right: -1rem;
    width: 13.4rem;
  }
}

.faq__contents {
  margin-top: 6rem;
  margin-inline: auto;
  width: 107rem;
}

.faq__item:not(:last-child) {
  padding-bottom: 5.3rem;
  background-image: radial-gradient(circle, #345383 0.1rem, transparent 0.1rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem 0.2rem;
}

.faq__item:not(:first-child) {
  padding-top: 4.6rem;
}

.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.faq__title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.7rem;
  line-height: 1.48;
}

.faq__text {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.faq__text-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 1.5;
}

.faq__title::before,
.faq__text::before {
  content: "";
  width: 6.75rem;
  height: auto;
  aspect-ratio: 67.5/60;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.faq__title::before {
  background-image: url(../images/icon/icon-faq-q.svg);
}

.faq__text::before {
  background-image: url(../images/icon/icon-faq-a.svg);
}

@media screen and (max-width: 767px) {
  .accordion {
    margin-top: 5.6rem;
    width: 58.2rem;
    max-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .accordion__item {
    position: relative;
    padding: 2rem 1.5rem 4rem;
    background-color: #345383;
    border-radius: 0.3rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .accordion__item::before {
    position: absolute;
    content: "";
    bottom: 1.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
    width: 5rem;
    height: auto;
    aspect-ratio: 50/11;
    background-image: url(../images/icon/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s transform, 0.3s opacity;
    transition: 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
  }
}

@media screen and (max-width: 767px) {
  .accordion__item.is-open::before {
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .accordion__item:not(:last-child) {
    padding: 2rem 1.5rem 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion__item:not(:first-child) {
    margin-top: 5.7rem;
    padding: 2rem 1.5rem 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion__title {
    padding-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion__title-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.9rem;
    line-height: 1.25;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .accordion__title::before,
  .accordion__text::before {
    content: "";
    width: 6rem;
    height: auto;
    aspect-ratio: 60/67.5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .accordion__title::before {
    background-image: url(../images/icon/icon-faq-q-sp.svg);
  }
}

@media screen and (max-width: 767px) {
  .accordion__text::before {
    background-image: url(../images/icon/icon-faq-a-sp.svg);
  }
}

@media screen and (max-width: 767px) {
  .accordion__content {
    margin-top: 0;
    padding: 1.7rem 2.2rem 1.6rem;
    display: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .accordion__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

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

.accordion__text span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ------------------------------------------------
contact
--------------------------------------------------- */
.contact {
  padding-top: 6.2rem;
  padding-bottom: 15.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 7.5rem;
  }
}

.contact__content {
  padding: 7.5rem 2.5rem 10.3rem;
  border: 2px solid #345383;
  -webkit-box-shadow: 0.7rem 0.7rem 0.5rem 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0.7rem 0.7rem 0.5rem 0 rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  .contact__content {
    padding: 3.7rem 4rem 6.3rem;
  }
}

.contact__heading {
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 3.6rem;
  }
}

.form {
  margin-top: 9.6rem;
  margin-inline: auto;
  width: 95.2rem;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 5.5rem;
    width: 100%;
  }
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.2rem;
  }
}

.form__field:not(:first-child) {
  margin-top: 6.9rem;
}
@media screen and (max-width: 767px) {
  .form__field:not(:first-child) {
    margin-top: 7.3rem;
  }
}

@media screen and (max-width: 767px) {
  .form__field.form__field-privacy {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .form__field.form__field-acceptance {
    margin-top: 1.8rem;
  }
}

.form__label {
  padding-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .form__label {
    padding-top: initial;
  }
}

.form__data {
  z-index: 1;
  width: 57.9rem;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .form__data {
    margin-top: 1.2rem;
    width: 100%;
  }
}

.form__data.form__data-radio {
  margin-top: 2rem;
}

.form__input {
  padding: 2rem 3.3rem;
  width: 100%;
  border: 1px solid #CDD6DD;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #345383;
}
@media screen and (max-width: 767px) {
  .form__input {
    padding: 2.7rem 3rem;
  }
}

.form__input::-webkit-input-placeholder {
  color: #CDD6DD;
}

.form__input::-moz-placeholder {
  color: #CDD6DD;
}

.form__input:-ms-input-placeholder {
  color: #CDD6DD;
}

.form__input::-ms-input-placeholder {
  color: #CDD6DD;
}

.form__input::placeholder {
  color: #CDD6DD;
}

.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}

.wpcf7-list-item {
  margin-left: 0;
}

.form__data-radio .mwform-radio-field-text {
  position: relative;
  padding: 1rem 0 1.6rem 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #345383;
}

.form__data-radio .mwform-radio-field-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #CDD6DD;
  border-radius: 1.5rem;
}

.form__data-radio .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #CDD6DD;
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #004BB1;
  opacity: 0;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.form__select-wrap {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
}

.form__select-wrap::after {
  position: absolute;
  content: "";
  top: 3.5rem;
  right: 3.5rem;
  width: 1.6rem;
  height: auto;
  aspect-ratio: 16/10;
  background-image: url(../images/icon/icon-form-select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form__select-wrap select {
  padding: 2rem 3.3rem;
  width: 100%;
  height: 100%;
  border: 1px solid #CDD6DD;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #345383;
}

textarea.form__textarea {
  padding: 2rem 3.3rem;
  width: 100%;
  height: 23.4rem;
  border: 1px solid #CDD6DD;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #345383;
}

textarea.form__textarea::-webkit-input-placeholder {
  color: #CDD6DD;
}

textarea.form__textarea::-moz-placeholder {
  color: #CDD6DD;
}

textarea.form__textarea:-ms-input-placeholder {
  color: #CDD6DD;
}

textarea.form__textarea::-ms-input-placeholder {
  color: #CDD6DD;
}

textarea.form__textarea::placeholder {
  color: #CDD6DD;
}

.form__field-privacy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__privacy label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__privacy .mwform-checkbox-field-text {
  position: relative;
  padding-left: 6.6rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.9rem;
  line-height: 1.2;
}

.form__privacy .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #CDD6DD;
}

.form__privacy .mwform-checkbox-field-text::after {
  position: absolute;
  top: 0.8rem;
  left: 1.8rem;
  width: 2.3rem;
  height: auto;
  aspect-ratio: 23/15;
  content: "";
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  opacity: 0;
  border-bottom: 0.3rem solid #CDD6DD;
  border-left: 0.3rem solid #CDD6DD;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.form__privacy .mwform-checkbox-field-text a {
  position: relative;
  margin-right: 1rem;
  text-decoration: underline;
}

.form .error {
  margin-top: 3.2rem;
  font-size: 1.9rem;
  line-height: 1.2;
}

.wpcf7-response-output {
  font-size: 2rem;
}

.form__submit-input[disabled] {
  opacity: 0.5;
  background-color: #fff;
  border-color: #345383;
  color: #345383;
  cursor: default;
}

.form__submit-input[disabled]:hover {
  opacity: 0.5;
  background-color: #fff;
  border-color: #345383;
  color: #345383;
  cursor: default;
}

.form__submit-input {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.form__submit-input[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.contact__line-cta {
  margin-top: 16.5rem;
}
@media screen and (max-width: 767px) {
  .contact__line-cta {
    margin-top: 11.4rem;
  }
}

/* ------------------------------------------------
corporation
--------------------------------------------------- */
.corporation {
  padding-top: 8rem;
  padding-bottom: 20.4rem;
}
@media screen and (max-width: 767px) {
  .corporation {
    padding-bottom: 17.6rem;
  }
}

.corporation__contents {
  margin-top: 8rem;
  margin-inline: auto;
  width: 75.2rem;
}
@media screen and (max-width: 767px) {
  .corporation__contents {
    margin-top: 10.1rem;
    width: 54.6rem;
  }
}

.corporation__content {
  position: relative;
  padding: 12.3rem 3rem 7.6rem;
  background-color: #fff;
  border: 0.2rem solid #345383;
  -webkit-box-shadow: 1.3rem 1.3rem 0 0 #345383;
          box-shadow: 1.3rem 1.3rem 0 0 #345383;
}
@media screen and (max-width: 767px) {
  .corporation__content {
    padding: 15.3rem 3rem 7.7rem;
  }
}

.corporation__content:not(:first-child) {
  margin-top: 8.7rem;
}
@media screen and (max-width: 767px) {
  .corporation__content:not(:first-child) {
    margin-top: 6.7rem;
  }
}

.corporation__content-heading {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 3rem 2rem 1.4rem;
  background-color: #345383;
  border-bottom-left-radius: 2.9rem;
  border-bottom-right-radius: 2.9rem;
  font-size: 2.7rem;
  line-height: 1.185;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .corporation__content-heading {
    padding: 4rem 2rem 2rem;
    font-size: 3.2rem;
  }
}

.corporation__content:nth-child(1) .corporation__content-heading {
  width: 33.1rem;
}
@media screen and (max-width: 767px) {
  .corporation__content:nth-child(1) .corporation__content-heading {
    width: 40.7rem;
  }
}

.corporation__content:nth-child(2) .corporation__content-heading {
  width: 43rem;
  padding: 3rem 2rem 1.4rem 3rem;
}
@media screen and (max-width: 767px) {
  .corporation__content:nth-child(2) .corporation__content-heading {
    width: 51.8rem;
  }
}

.corporation__content-heading::before {
  position: absolute;
  content: "";
  top: 1.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .corporation__content-heading::before {
    top: 2.1rem;
    width: 3rem;
  }
}

.corporation__text-area {
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .corporation__text-area {
    font-size: 2.4rem;
  }
}

.corporation__text-head {
  text-align: center;
}

.corporation__text-list {
  margin-top: 3.2rem;
  margin-inline: auto;
  width: 57rem;
}
@media screen and (max-width: 767px) {
  .corporation__text-list {
    margin-top: 4rem;
    width: 37rem;
  }
}

.corporation__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .corporation__text-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.corporation__text-item:not(:first-child) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .corporation__text-item:not(:first-child) {
    margin-top: 3.6rem;
  }
}

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

.corporation__list-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.2rem;
  background-image: radial-gradient(circle, #345383 1px, transparent 1px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 0.7rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .corporation__list-title::after {
    display: none;
  }
}

.corporation__list-text {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .corporation__list-text {
    margin-top: 0.2rem;
    width: 100%;
  }
}

.corporation__text {
  margin-inline: auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .corporation__text {
    width: 27.5rem;
  }
}

.corporation__text:not(:first-child) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .corporation__text:not(:first-child) {
    margin-top: 1.2rem;
  }
}

/* ------------------------------------------------
company
--------------------------------------------------- */
.company {
  padding-top: 6.2rem;
  padding-bottom: 8.4rem;
  background-color: #345383;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 8rem;
  }
}

.company__content {
  margin-inline: auto;
  width: 87.7rem;
}
@media screen and (max-width: 767px) {
  .company__content {
    width: 54rem;
  }
}

.company__heading {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
}

.company__table {
  margin-top: 4.3rem;
}

.company__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.company__table-title {
  padding-bottom: 1rem;
  width: 23%;
  border-bottom: 0.4rem solid #fff;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company__table-title {
    width: 40%;
  }
}

.company__table-text {
  padding-bottom: 1rem;
  padding-left: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 0.1rem solid #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.company__table-item:not(:first-child) .company__table-title,
.company__table-item:not(:first-child) .company__table-text {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .company__table-item:not(:first-child) .company__table-title,
  .company__table-item:not(:first-child) .company__table-text {
    padding-top: 2.4rem;
  }
}

/* ------------------------------------------------
confirm
--------------------------------------------------- */
.confirm {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.confirm__heading {
  font-size: 4rem;
  text-align: center;
}

.confirm__text {
  margin-top: 4rem;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}

.confirm__content {
  padding-top: 8rem;
  margin-inline: auto;
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .confirm__content {
    width: 100%;
  }
}

.confirm__list:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .confirm .form__field:not(:first-child) {
    margin-top: 6rem;
  }
}

.confirm .form__label {
  padding-top: 0;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .confirm .form__label {
    font-size: 2.6rem;
  }
}

.confirm .form__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .confirm .form__data {
    margin-top: 0;
    font-size: 2.6rem;
  }
}

.confirm .form__data.form__data-radio {
  margin-top: 0;
}

.confirm .form__select-wrap {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .confirm .form__select-wrap {
    margin-top: 0;
    font-size: 2.6rem;
  }
}

.confirm .form__select-wrap::after {
  display: none;
}

.confirm .form__field.form__field-privacy {
  display: none;
}

.confirm .form__field-button .form__label {
  display: none;
}

.form__submit-button {
  position: relative;
  margin-top: 8rem;
  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;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .form__submit-button {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

/* ------------------------------------------------
thanks
--------------------------------------------------- */
.thanks {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.thanks__heading {
  font-size: 4rem;
  text-align: center;
}

.thanks__text {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 2rem;
  }
}

.thanks__button {
  margin-top: 8rem;
}

/* ------------------------------------------------
policy
--------------------------------------------------- */
.policy {
  padding-top: 12.6rem;
  padding-bottom: 14.4rem;
}
@media screen and (max-width: 767px) {
  .policy {
    padding-top: 15.3rem;
    padding-bottom: 10rem;
  }
}

.policy__heading {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
}

.policy__head-text {
  margin-top: 0.8rem;
  font-size: 2.3rem;
  line-height: 1.6;
}

.policy__contents {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .policy__contents {
    margin-top: 7.5rem;
  }
}

.policy__item:not(:first-child) {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .policy__item:not(:first-child) {
    margin-top: 7.5rem;
  }
}

.policy__item-heading {
  margin-right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.1rem;
}

.policy__item-heading::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #345383;
}

.policy__item-text {
  margin-top: 2.4rem;
  font-size: 2.3rem;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */