@charset "UTF-8";
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.header {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(87.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  max-width: 90rem;
}

.header__logo {
  width: 33.1875rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 21.125rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
}

.header__btn-phone {
  width: 18.625rem;
}

.header__btn-contact {
  border-radius: 0.5rem;
  background: #D00C0C;
  -webkit-box-shadow: 0.375rem 0.375rem 0 0 #970C0C;
          box-shadow: 0.375rem 0.375rem 0 0 #970C0C;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  padding: 0.875rem 2.5rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .header__btn-contact:hover {
    -webkit-box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
            box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}

.mv {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .mv {
    max-width: 31.25rem;
  }
}

.mv-image {
  width: 58.75rem;
  height: auto;
  aspect-ratio: 1057/711;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv-image {
    width: 20.625rem;
    height: auto;
    aspect-ratio: 330/300;
    margin-top: 8.4375rem;
  }
}

.mv-inner {
  position: absolute;
  top: 10.1875rem;
  left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .mv-inner {
    left: 1rem;
    top: -5.3125rem;
  }
}

.mv-subtitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv-subtitles {
    gap: 0.5rem;
  }
}

.mv-subtitle {
  border-radius: 0.36675rem;
  background: #002E5A;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.9251875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.09625rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv-subtitle {
    font-size: 1rem;
    letter-spacing: 0.04375rem;
    white-space: nowrap;
    padding: 0.1875rem 0.375rem 0.1875rem 0.375rem;
    border-radius: 0.198875rem;
  }
}
.mv-subtitle span {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .mv-subtitle span {
    font-size: 0.75rem;
  }
}

.mv-space {
  letter-spacing: -0.75rem;
}
@media screen and (max-width: 767px) {
  .mv-space {
    letter-spacing: -0.3rem;
  }
}

.mv-title {
  width: 38.875rem;
  margin-top: 2.375rem;
  margin-bottom: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .mv-title {
    width: 18.75rem;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

.mv-explanation {
  width: 14.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mv-explanation {
    width: 7.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-margin-before: -3.125rem;
            margin-block-start: -3.125rem;
  }
}

.mv-button-phone-sp {
  width: 9.1875rem;
  padding-left: 0.625rem;
}

.mv-button-contact-sp {
  background: #D00C0C;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.9375rem 1.5rem 0.875rem 1.75rem;
  white-space: nowrap;
}

.cta1 {
  background: #002E5A;
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
  -webkit-padding-after: 3.5625rem;
          padding-block-end: 3.5625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta1 {
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
    -webkit-padding-after: 1.875rem;
            padding-block-end: 1.875rem;
  }
}

.cta-inner {
  width: min(68.25rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1rem;
    margin-inline: auto;
  }
}

.button-sets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .button-sets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-margin-before: 1.3125rem;
            margin-block-start: 1.3125rem;
    gap: 1.75rem;
  }
}

.contact-subtext1 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-subtext1 {
    font-size: 0.8125rem;
  }
}
.contact-subtext1::before, .contact-subtext1::after {
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  width: 0.0625rem;
  height: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-subtext1::before, .contact-subtext1::after {
    height: 0.7666875rem;
  }
}
.contact-subtext1::before {
  left: 3.9375rem;
  top: 0.4375rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
@media screen and (max-width: 767px) {
  .contact-subtext1::before {
    left: 4.0625rem;
    top: 0.1875rem;
  }
}
.contact-subtext1::after {
  right: 3.9375rem;
  top: 0.4375rem;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
@media screen and (max-width: 767px) {
  .contact-subtext1::after {
    right: 4.0625rem;
    top: 0.1875rem;
  }
}

.phone-button {
  width: 28.0625rem;
  margin-inline: auto;
  display: block;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .phone-button {
    width: 14.625rem;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
    -webkit-margin-after: 0.375rem;
            margin-block-end: 0.375rem;
  }
}

.contact-subtext2 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-subtext2 {
    font-size: 0.8125rem;
    white-space: nowrap;
    letter-spacing: 0.2px;
  }
}

.font-alata {
  font-family: Alata;
}

.contact-button-set {
  text-align: center;
}

.contact-subtext {
  color: #FFF;
  font-family: Alata;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-subtext {
    font-size: 0.8125rem;
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem;
  }
}
.contact-subtext::before, .contact-subtext::after {
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  width: 0.0625rem;
  height: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-subtext::before, .contact-subtext::after {
    height: 0.7666875rem;
  }
}
.contact-subtext::before {
  left: calc(50% - 5.9375rem);
  top: 0.5rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
@media screen and (max-width: 767px) {
  .contact-subtext::before {
    left: calc(50% - 3.75rem);
    top: 0.1875rem;
  }
}
.contact-subtext::after {
  right: calc(50% - 5.9375rem);
  top: 0.5625rem;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
@media screen and (max-width: 767px) {
  .contact-subtext::after {
    right: calc(50% - 3.75rem);
    top: 0.1875rem;
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
}

.contact-button {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.5rem;
  background: #D00C0C;
  -webkit-box-shadow: 0.375rem 0.375rem 0 0 #970C0C;
          box-shadow: 0.375rem 0.375rem 0 0 #970C0C;
  padding: 1.625rem 6.75rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .contact-button:hover {
    -webkit-box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
            box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}
@media screen and (max-width: 767px) {
  .contact-button {
    padding: 1rem 4.5625rem;
    font-size: 1.125rem;
    border-radius: 40px;
    -webkit-box-shadow: 0.25rem 0.25rem 0 0 #970C0C;
            box-shadow: 0.25rem 0.25rem 0 0 #970C0C;
  }
}

.cta-space {
  letter-spacing: 0.25rem;
}

.voice {
  -webkit-padding-before: 2.625rem;
          padding-block-start: 2.625rem;
}

.voice-inner {
  width: min(85.625rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}

.voice-review {
  width: 62.5rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .voice-review {
    width: 22rem;
  }
}

.voice-content__sub-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: center;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-content__sub-title {
    font-size: 1.125rem;
    white-space: nowrap;
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
    -webkit-margin-after: 1.625rem;
            margin-block-end: 1.625rem;
  }
}
.voice-content__sub-title::before, .voice-content__sub-title::after {
  position: absolute;
  content: "";
  top: calc(50% + 0.0625rem);
  display: inline-block;
  width: 0.125rem;
  height: 1.75rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .voice-content__sub-title::before, .voice-content__sub-title::after {
    height: 1.0625rem;
  }
}
.voice-content__sub-title::before {
  left: 16.25rem;
  top: 0;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
@media screen and (max-width: 767px) {
  .voice-content__sub-title::before {
    left: 1.25rem;
    top: 0.25rem;
  }
}
.voice-content__sub-title::after {
  left: calc(100% - 16.25rem);
  top: 0;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
@media screen and (max-width: 767px) {
  .voice-content__sub-title::after {
    left: calc(100% - 1.5625rem);
    top: 0.25rem;
  }
}

.voice-cards {
  -webkit-margin-before: 10.625rem;
          margin-block-start: 10.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .voice-cards {
    gap: 0;
  }
}

.voice-card {
  border-radius: 0.875rem;
  border: 0.25rem solid #000;
  background: #FFF;
  position: relative;
  padding: 2.5rem 0.625rem 1.375rem;
  width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .voice-card {
    width: 14.0625rem;
    height: 15.6875rem;
  }
}

.voice-card__img1 {
  width: 10.5rem;
  height: auto;
  position: absolute;
  top: -8.75rem;
  left: 1.5rem;
}

.voice-card__img2 {
  width: 10.8125rem;
  height: auto;
  position: absolute;
  top: -8.4375rem;
  left: 1.4375rem;
}

.voice-card__img3 {
  width: 11.8125rem;
  height: auto;
  position: absolute;
  top: -8.75rem;
  left: 0.5625rem;
}

.voice-card__img4 {
  width: 9.625rem;
  height: auto;
  position: absolute;
  top: -8.4375rem;
  left: 2.0625rem;
}

.voice-card__img5 {
  width: 9.6875rem;
  height: auto;
  position: absolute;
  top: -8.75rem;
  left: 2.0625rem;
}

.voice-card__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.voice-card__title span {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background-color: #FFFFAA;
}

.voice-card__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.card {
  overflow: hidden;
}

.card__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .card__swiper-container {
    -webkit-margin-before: 8.5625rem;
            margin-block-start: 8.5625rem;
  }
}

.card__swiper-slide {
  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: 14.0625rem;
  height: 15.6875rem;
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

.card__swiper {
  overflow: visible;
}

.card__swiper-bottom {
  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;
  margin-top: 2.0625rem;
  -webkit-column-gap: 0.90625rem;
     -moz-column-gap: 0.90625rem;
          column-gap: 0.90625rem;
}

.worries {
  position: relative;
  -webkit-padding-before: 6.5rem;
          padding-block-start: 6.5rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .worries {
    -webkit-padding-before: 2.8125rem;
            padding-block-start: 2.8125rem;
  }
}

.worries-deco-top {
  position: relative;
}

.worries-content-top {
  margin-inline: auto;
  text-align: center;
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .worries-content-top {
    top: 2.3125rem;
  }
}
.worries-content-top img {
  width: 90rem;
  height: auto;
}

.worries-deco-line {
  width: 32.125rem;
  top: 18.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .worries-deco-line {
    width: 12.875rem;
    top: 7.375rem;
  }
}

.worries-deco-point {
  width: 1.7745625rem;
  position: absolute;
  left: calc(50% - 9.6875rem);
  top: 11rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .worries-deco-point {
    width: 0.666625rem;
    top: 4.6875rem;
    left: calc(50% - 4rem);
  }
}

.worries-title-top {
  color: var(--15, #0F0F0F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .worries-title-top {
    font-size: 1rem;
  }
}

.worries-lists {
  display: inline-block;
  text-align: left;
  margin-inline: auto;
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .worries-lists {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.worries-item {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .worries-item {
    font-size: 0.9184375rem;
    white-space: nowrap;
    padding-left: 1.0625rem;
    -webkit-margin-after: 0.6875rem;
            margin-block-end: 0.6875rem;
  }
}
.worries-item span {
  color: #FFB55E;
  font-family: "Noto Sans JP";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .worries-item span {
    font-size: 0.9184375rem;
  }
}
.worries-item::before {
  position: absolute;
  content: "";
  background-image: url(../img/worries/worries-checkbox.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  top: 0.25rem;
  left: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .worries-item::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.0625rem;
    left: -0.6875rem;
  }
}

.worries-content-bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .worries-content-bottom {
    bottom: 2.1875rem;
  }
}

.worries-sub-title-bottom {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .worries-sub-title-bottom {
    font-size: 0.9375rem;
    line-height: 100%;
  }
}

.worries-title-bottom {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
}
@media screen and (max-width: 767px) {
  .worries-title-bottom {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
  }
}

.worries-space {
  letter-spacing: -0.875rem;
}
@media screen and (max-width: 767px) {
  .worries-space {
    font-size: 0.9375rem;
    letter-spacing: -0.43125rem;
  }
}

.reason {
  background: #F4FBFF;
  -webkit-padding-after: 5.4375rem;
          padding-block-end: 5.4375rem;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .reason {
    background: #FFF;
    -webkit-padding-after: 15.625rem;
            padding-block-end: 15.625rem;
  }
}

.section-title-en {
  color: #D00C0C;
  font-family: Alatsi;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.075rem;
  text-align: center;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .section-title-en {
    font-size: 1.0625rem;
    letter-spacing: 0.0425rem;
    -webkit-margin-after: 1.125rem;
            margin-block-end: 1.125rem;
  }
}

.section-title-ja {
  color: #0F0F0F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem; /* 100% */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .section-title-ja {
    font-size: 1.717875rem;
    line-height: 1.717875rem;
    letter-spacing: 0.0515625rem;
  }
}
.section-title-ja span {
  color: #D00C0C;
  font-family: Alata;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .section-title-ja span {
    font-size: 3.578875rem;
    line-height: 1.717875rem;
    letter-spacing: 0.107375rem;
  }
}

.reason-contents {
  -webkit-margin-before: 5.3125rem;
          margin-block-start: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .reason-contents {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

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

.reason-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.reason-card img {
  width: 54.625rem;
  height: 33.875rem;
}
@media screen and (max-width: 767px) {
  .reason-card img {
    width: 23.4375rem;
    height: 14.75rem;
  }
}
.reason-card:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reason-card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.reason-card-content1 {
  position: absolute;
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content1 {
    width: 20.875rem;
    height: 14.4375rem;
    left: calc(50% - 9.875rem);
    top: calc(50% + 5rem);
  }
}
.reason-card-content1 img {
  width: 37.3125rem;
  height: 28.625rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content1 img {
    width: 20.875rem;
    height: 14.4375rem;
  }
}

.reason-card-content2 {
  position: absolute;
  right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content2 {
    width: 20.875rem;
    height: 16.8125rem;
    right: calc(50% - 11rem);
    top: calc(50% + 5rem);
  }
}
.reason-card-content2 img {
  width: 37.3125rem;
  height: 31.125rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content2 img {
    width: 20.875rem;
    height: 16.8125rem;
  }
}

.reason-card-content3 {
  position: absolute;
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content3 {
    width: 20.875rem;
    height: 16.75rem;
    left: calc(50% - 9.875rem);
    top: calc(50% + 5rem);
  }
}
.reason-card-content3 img {
  width: 37.3125rem;
  height: 32rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content3 img {
    width: 20.875rem;
    height: 16.75rem;
  }
}

.reason-card-content4 {
  position: absolute;
  right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content4 {
    width: 20.875rem;
    height: 18.5rem;
    right: calc(50% - 11.0625rem);
    top: calc(50% + 3.125rem);
  }
}
.reason-card-content4 img {
  width: 37.3125rem;
  height: 35.0625rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content4 img {
    width: 20.875rem;
    height: 18.5rem;
  }
}

.reason-card-content5 {
  position: absolute;
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content5 {
    width: 20.875rem;
    height: 15.375rem;
    left: calc(50% - 10rem);
    top: calc(50% + 5rem);
  }
}
.reason-card-content5 img {
  width: 37.3125rem;
  height: 27.8125rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content5 img {
    width: 20.875rem;
    height: 15.375rem;
  }
}

.reason-card-content6 {
  position: absolute;
  right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content6 {
    width: 20.875rem;
    height: 15.3125rem;
    right: calc(50% - 10.9375rem);
    top: calc(50% + 5rem);
  }
}
.reason-card-content6 img {
  width: 37.3125rem;
  height: 28.3125rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content6 img {
    width: 20.875rem;
    height: 15.3125rem;
  }
}

.reason-card-content7 {
  position: absolute;
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content7 {
    width: 20.875rem;
    height: 16.5rem;
    left: calc(50% - 9.875rem);
    top: calc(50% + 5rem);
  }
}
.reason-card-content7 img {
  width: 37.3125rem;
  height: 29.0625rem;
}
@media screen and (max-width: 767px) {
  .reason-card-content7 img {
    width: 20.875rem;
    height: 16.5rem;
  }
}

.cta2 {
  background: #002E5A;
  -webkit-padding-after: 3.3125rem;
          padding-block-end: 3.3125rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta2 {
    -webkit-padding-after: 1.2075rem;
            padding-block-end: 1.2075rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-button-s {
    padding: 0.5rem 1.625rem;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    display: inline-block;
    text-align: center;
    margin-inline: auto;
  }
}

.cta3 {
  -webkit-padding-before: 5.625rem;
          padding-block-start: 5.625rem;
  -webkit-padding-after: 5.625rem;
          padding-block-end: 5.625rem;
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta3 {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-after: 0rem;
            padding-block-end: 0rem;
  }
}

.cta3-contents-deco__left {
  position: absolute;
  width: 2.6875rem;
  height: auto;
  left: calc(50% - 18.75rem);
  top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .cta3-contents-deco__left {
    width: 0.9375rem;
    left: 5rem;
    top: 3.4375rem;
  }
}

.cta3-contents-deco__right {
  position: absolute;
  width: 2.6875rem;
  height: auto;
  right: calc(50% - 18.75rem);
  top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .cta3-contents-deco__right {
    width: 0.9375rem;
    right: 5rem;
    top: 3.4375rem;
  }
}

.cta3-content {
  position: absolute;
  top: 12.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta3-content {
    top: 2.5rem;
  }
}

.cta3-sub-text {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta3-sub-text {
    font-size: 0.75rem;
  }
}

.cta3-main-title {
  color: #DCBA68;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  -webkit-margin-before: 2.9375rem;
          margin-block-start: 2.9375rem;
  -webkit-margin-after: 3.5625rem;
          margin-block-end: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .cta3-main-title {
    font-size: 1.2025rem;
    -webkit-margin-before: 0.6875rem;
            margin-block-start: 0.6875rem;
    -webkit-margin-after: 1.4675rem;
            margin-block-end: 1.4675rem;
  }
}

.cta3-text {
  color: var(--15, #0F0F0F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 169.231% */
}
@media screen and (max-width: 767px) {
  .cta3-text {
    font-size: 0.8125rem;
    line-height: normal;
    white-space: nowrap;
  }
}

.price {
  background: #F4FBFF;
  position: relative;
  -webkit-padding-before: 4.6875rem;
          padding-block-start: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .price {
    -webkit-padding-before: 2.3125rem;
            padding-block-start: 2.3125rem;
  }
}

.price-inner {
  width: min(80rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .price-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1rem;
    margin-inline: auto;
  }
}

.price-wrap {
  background: #FFF;
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
  -webkit-padding-after: 5.625rem;
          padding-block-end: 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-wrap {
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    -webkit-padding-after: 2.125rem;
            padding-block-end: 2.125rem;
  }
}

.half-circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5rem;
  width: 18.75rem;
  height: 5rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .half-circle {
    width: 12.5rem;
    height: 2.5rem;
    bottom: -2.5rem;
  }
}

.price-inner-sum {
  padding-inline: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .price-inner-sum {
    padding-inline: 0.6875rem;
  }
}

.price-list {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}
@media screen and (max-width: 767px) {
  .price-list {
    -webkit-margin-before: 1.310625rem;
            margin-block-start: 1.310625rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .price-list img {
    display: inline-block;
    width: 612px;
    max-width: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.price-precautions {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  -webkit-margin-after: 2.1875rem;
          margin-block-end: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .price-precautions {
    color: #646161;
    font-size: 0.75rem;
    font-weight: 350;
    -webkit-margin-before: 1.375rem;
            margin-block-start: 1.375rem;
    -webkit-margin-after: 0.5625rem;
            margin-block-end: 0.5625rem;
  }
}

.price-contents-bottom-bg {
  background-image: url(../img/price/price-bg-pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-padding-before: 1.375rem;
          padding-block-start: 1.375rem;
  -webkit-padding-after: 2.375rem;
          padding-block-end: 2.375rem;
}
@media screen and (max-width: 767px) {
  .price-contents-bottom-bg {
    background-image: url(../img/price/price-bg-sp.png);
    -webkit-padding-before: 0.875rem;
            padding-block-start: 0.875rem;
    -webkit-padding-after: 1.5rem;
            padding-block-end: 1.5rem;
  }
}

.price-contents-bottom-title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .price-contents-bottom-title {
    font-size: 1.25rem;
    -webkit-margin-after: 0.9375rem;
            margin-block-end: 0.9375rem;
  }
}

.price-contents-bottom-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -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) {
  .price-contents-bottom-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.price-contents-bottom-card {
  border-radius: 0.375rem;
  background: #FFF;
  padding: 0.625rem 0.75rem;
  position: relative;
  height: 6.75rem;
  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) {
  .price-contents-bottom-card {
    border-radius: 0.1171875rem;
  }
}

@media screen and (max-width: 767px) {
  .line-1 {
    height: 2.625rem;
    width: 7.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .line-2 {
    width: 7.5625rem;
    height: 3.3125rem;
  }
}

.price-contents-bottom-card__border {
  border: 1px solid var(--TOP, #554E4E);
}
@media screen and (max-width: 767px) {
  .price-contents-bottom-card__border {
    white-space: nowrap;
    width: 16.25rem;
    height: 2.4375rem;
  }
}

.price-deco1 {
  position: absolute;
  top: calc(50% - 1.125rem);
  width: 1.1875rem;
  height: 1.1875rem;
  left: calc(50% + 3.625rem);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .price-deco1 {
    width: 0.625rem;
    height: 0.625rem;
    top: calc(50% - 1rem);
    left: calc(50% + 4.25rem);
  }
}

.price-deco2 {
  position: absolute;
  top: calc(50% - 1.125rem);
  width: 1.1875rem;
  height: 1.1875rem;
  left: calc(50% + 6.375rem);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .price-deco2 {
    width: 0.625rem;
    height: 0.625rem;
    left: calc(50% - 4.875rem);
    top: calc(50% + 3.5rem);
  }
}

.price-deco3 {
  position: absolute;
  top: calc(50% - 1.125rem);
  width: 1.1875rem;
  height: 1.1875rem;
  left: calc(50% + 5.6875rem);
  z-index: 4;
}

.price-no-img {
  width: 1.9375rem;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .price-no-img {
    width: 0.9375rem;
    top: -1.125rem;
  }
}

.price-contents-bottom-card-text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .price-contents-bottom-card-text {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.04rem;
    white-space: nowrap;
  }
}

.price-contents-bottom-card-sub-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.045rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-contents-bottom-card-sub-text {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    letter-spacing: 0.0275rem;
    white-space: nowrap;
  }
}

.price-contact-text {
  width: 21.0625rem;
  position: absolute;
  bottom: 0rm -50;
  z-index: 3;
  left: calc(50% - 5.625rem);
}
@media screen and (max-width: 767px) {
  .price-contact-text {
    width: 9.3125rem;
    left: calc(50% - 2.8125rem);
  }
}

.price-text2-space {
  padding: 0.5rem 0.75rem;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .price-text2-space {
    padding: 1.375rem 0.75rem;
    width: 16.875rem;
  }
}

.price-text2 {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.01625rem;
}
@media screen and (max-width: 767px) {
  .price-text2 {
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
  }
}

.price-text2-sub {
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}
@media screen and (max-width: 767px) {
  .price-text2-sub {
    font-size: 0.6875rem;
    letter-spacing: 0.0275rem;
  }
}

.strong {
  background: #F4FBFF;
  position: relative;
  -webkit-padding-before: 9rem;
          padding-block-start: 9rem;
}
@media screen and (max-width: 767px) {
  .strong {
    -webkit-padding-before: 3.9375rem;
            padding-block-start: 3.9375rem;
  }
}

.strong-title {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.0525rem;
  text-align: center;
  -webkit-margin-after: 12.75rem;
          margin-block-end: 12.75rem;
}
@media screen and (max-width: 767px) {
  .strong-title {
    font-size: 0.75rem;
    line-height: 0.5895625rem;
    letter-spacing: 0.0225rem;
    -webkit-margin-after: 5.3125rem;
            margin-block-end: 5.3125rem;
  }
}

.strong-deco-point {
  width: 1.7745625rem;
  position: absolute;
  top: 7.5rem;
  left: calc(50% - 16.875rem);
}
@media screen and (max-width: 767px) {
  .strong-deco-point {
    width: 0.666625rem;
    top: 3rem;
    left: calc(50% - 6.875rem);
  }
}

.strong-deco-line {
  width: 30.625rem;
  position: absolute;
  top: 11rem;
  left: calc(50% - 1.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .strong-deco-line {
    width: 12.5rem;
    top: 4.375rem;
    left: calc(50% - 0.375rem);
  }
}

.strong-bg {
  height: 28.125rem;
}
@media screen and (max-width: 767px) {
  .strong-bg {
    height: 11.875rem;
  }
}

.strong-inner {
  width: min(67.75rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% - 11.25rem);
}
@media screen and (max-width: 767px) {
  .strong-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    top: calc(50% - 5rem);
  }
}

.strong-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .strong-points {
    gap: 0.4375rem;
  }
}

.strong-point {
  width: 17.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .strong-point {
    width: 7.5rem;
  }
}

.strong-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.75rem; /* 142.857% */
  letter-spacing: 0.0525rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strong-text {
    white-space: wrap;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.00625rem;
  }
}
.strong-text span {
  background: #EBDE54;
  color: #12559A;
}

.strong-text-pc {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.375rem; /* 142.857% */
  letter-spacing: 0.0525rem;
  white-space: nowrap;
  text-align: center;
}
.strong-text-pc span {
  background: #EBDE54;
  color: #12559A;
  padding-inline: 0.625rem;
}

.strong-text-sp {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem; /* 142.857% */
  letter-spacing: 0.0525rem;
  text-align: left;
}
.strong-text-sp span {
  background: #EBDE54;
  color: #12559A;
  padding-inline: 0.125rem;
}

.strong-text-sp-space {
  -webkit-margin-after: 0.125rem;
          margin-block-end: 0.125rem;
}

.strong-sub-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03375rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strong-sub-text {
    font-size: 0.6875rem;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.strong-font-weight {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: 0.0525rem;
}

.flow {
  padding-block: 5.625rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-block: 1.9375rem 2.125rem;
  }
}

.flow-inner {
  width: min(62.125rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .flow-inner {
    width: min(23.9375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.flow-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.625rem;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .flow-cards {
    gap: 1.375rem;
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
  }
}

.flow-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 2.0625rem 3.75rem 2.125rem 6.625rem;
  border-radius: 1.25rem;
  background: #FFF;
  -webkit-box-shadow: 0.3125rem 0.4375rem 0.7375rem 0.1875rem rgba(0, 0, 0, 0.19);
          box-shadow: 0.3125rem 0.4375rem 0.7375rem 0.1875rem rgba(0, 0, 0, 0.19);
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-card {
    padding: 1.6875rem 1rem 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
    -webkit-box-shadow: 2px 2px 48px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 2px 2px 48px 3px rgba(0, 0, 0, 0.08);
  }
}
.flow-card:nth-child(-n+4)::before {
  content: "";
  position: absolute;
  left: calc(50% - 1.25rem);
  top: calc(100% + 1.25rem);
  width: 3.125rem;
  height: 1.625rem;
  background-image: url(../img/flow/flow-Polygon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .flow-card:nth-child(-n+4)::before {
    width: 1.875rem;
    height: 0.9375rem;
    top: calc(100% + 0.3125rem);
  }
}

.flow-card__deco {
  position: absolute;
  width: 6.410625rem;
  height: auto;
  top: 0;
  left: -1.375rem;
}
@media screen and (max-width: 767px) {
  .flow-card__deco {
    width: 3.895625rem;
    left: -0.9375rem;
    top: 0.625rem;
  }
}

.flow-card__title {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.0875rem;
  -webkit-margin-after: 2.4375rem;
          margin-block-end: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .flow-card__title {
    font-size: 1.125rem;
    text-align: center;
    -webkit-margin-after: 1.6875rem;
            margin-block-end: 1.6875rem;
    letter-spacing: -0.03125rem;
  }
}

.flow-card__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .flow-card__text {
    font-size: 0.8125rem;
    line-height: normal;
  }
}

.flow-card__img {
  width: 15.1875rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .flow-card__img {
    width: 100%;
  }
}

.flow-space-l {
  letter-spacing: -0.3325rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .flow-space-l {
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}

.flow-space-s {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .flow-space-s {
    color: var(--15, #0F0F0F);
    font-family: "Noto Sans JP";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.121875rem;
  }
}

.flow-space-m {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.425rem;
}
@media screen and (max-width: 767px) {
  .flow-space-m {
    color: var(--15, #0F0F0F);
    font-family: "Noto Sans JP";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.34125rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=address],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.625rem 1.75rem;
  background: #FFF;
  font-size: 1rem;
  line-height: normal;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #646161;
  background: #FFF;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=address],
  select,
  textarea {
    font-size: 1.125rem;
    letter-spacing: 0.04125rem;
    line-height: 100%;
    padding: 0.5rem 0.375rem 0.6875rem;
    border-radius: 0.1139375rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=address]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CBCBCB;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=address]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #CBCBCB;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=address]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CBCBCB;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=address]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CBCBCB;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=address]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #CBCBCB;
}

select {
  color: #000;
}

textarea {
  height: 14.125rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 8.0625rem;
    width: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__select-wrap .select-wrap {
  position: relative; /* これが必要 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.contact__select-wrap .select-wrap svg {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 0.6875rem;
  height: auto;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* translateはtransformの中で使う */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 10.625rem;
  padding-right: 2.5rem; /* SVGがかぶらない余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio] {
  width: 0.0625rem;
  height: 0.0625rem;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span {
  opacity: 1;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: 0.2375rem;
  top: 0.4375rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #12559A;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  input[type=radio]:checked + span::after {
    left: 0.2375rem;
    top: 0.0625rem;
  }
}

.contact__data-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .contact__data-radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__data-radio span {
  display: block;
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 100% */
  letter-spacing: 0.045rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__data-radio span {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.0225rem;
  }
}
.contact__data-radio span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.1875rem;
  border: 0.0625rem solid black;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .contact__data-radio span::before {
    left: 0;
    top: -0.1875rem;
  }
}
.contact__data-radio label:not(:last-of-type) span {
  border-right: none;
}

input[type=checkbox] {
  width: 0.0625rem;
  height: 0.0625rem;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8125rem 1rm 10;
}
.contact__data-checkbox span {
  display: inline-block;
  font-size: 1rem;
  line-height: normal;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span {
    font-size: 0.8125rem;
  }
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 0.15625rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span::before {
    top: 0.03125rem;
  }
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.09375rem solid #000;
  border-bottom: 0.09375rem solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span::after {
    top: 0.1875rem;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(26.78%, var(--13, #617EAC)), color-stop(39.36%, #668FB5), color-stop(78.08%, var(--9, #75C5D0)));
  background: linear-gradient(90deg, var(--13, #617EAC) 26.78%, #668FB5 39.36%, var(--9, #75C5D0) 78.08%);
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 116.667% */
  letter-spacing: 0.495rem;
  padding: 1.125rem 15.375rem;
}
@media screen and (max-width: 767px) {
  .contact__submit input[type=submit] {
    font-size: 1rem;
    padding: 0.625rem 7.8125rem;
  }
}

.contact__acceptance {
  grid-template-columns: 1fr;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact {
  position: relative;
}
.contact__inner {
  width: min(67.8125rem, 100%);
  padding-inline: 4.5625rem;
  margin-inline: auto;
  padding-block: 4rem 5.5625rem;
  border-radius: 1rem;
  background: #FFF;
  position: absolute;
  top: 10.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .contact__inner {
    width: min(22.8125rem, 100%);
    padding-inline: 0.4375rem;
    margin-inline: auto;
    padding-block: 1.75rem;
    border-radius: 0.2604375rem;
    top: 0.4375rem;
  }
}

.contact__title {
  color: #002E5A;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem; /* 100% */
  letter-spacing: 0.09rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 1.6875rem;
    line-height: 100%;
    letter-spacing: 0.050625rem;
  }
}

.contact__text {
  color: #0F0F0F;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 175% */
  letter-spacing: 0.03rem;
  text-align: center;
  -webkit-margin-after: 3.9375rem;
          margin-block-end: 3.9375rem;
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 0.8125rem;
    line-height: 1.75rem;
    letter-spacing: 0.024375rem;
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}
.contact__text::before {
  position: absolute;
  content: "";
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: calc(50% - 3.4375rem);
  border-radius: 50%;
  background: #12559A;
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contact__text::before {
    width: 0.625rem;
    height: 0.625rem;
    left: calc(50% - 2.75rem);
  }
}

.contact__form {
  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: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    row-gap: 0.8125rem;
  }
}

.contact__row {
  display: grid;
  grid-template-columns: 12.625rem 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__row.--aifs {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .contact__row {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-radio {
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-radio-head {
    -webkit-margin-after: 0.625rem;
            margin-block-end: 0.625rem;
  }
}

.contact__head {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
  letter-spacing: 0.03375rem;
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 0.8125rem;
    line-height: 100%;
    letter-spacing: 0.024375rem;
  }
}
.contact__head span {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
  letter-spacing: 0.03375rem;
}
@media screen and (max-width: 767px) {
  .contact__head span {
    font-size: 0.8125rem;
    line-height: 100%;
    letter-spacing: 0.024375rem;
    padding-left: 1.4375rem;
  }
}
.contact__head span.--must {
  position: relative;
}
.contact__head span.--must::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: -1.875rem;
  border-radius: 50%;
  background: #12559A;
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contact__head span.--must::before {
    width: 0.625rem;
    height: 0.625rem;
    left: 0.3125rem;
  }
}

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

.contact-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact-month {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .contact__select-wrap {
    gap: 0.4375rem;
  }
}

.contact__select-wrap select {
  width: 13rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングやボーダーを含めて幅指定を正確に */
}

@media screen and (max-width: 767px) {
  .select-wrap-l select {
    width: 5.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .select-wrap-s select {
    width: 4.8125rem;
  }
}

.contact-privacy {
  border: 0.0625rem solid #A1A1A1;
  background: #FFF;
  padding-block: 4.75rem;
  height: 26.0625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .contact-privacy {
    padding-block: 2.0625rem;
    height: 11.625rem;
  }
}

.contact-privacy-head {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.39px;
  text-align: center;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  -webkit-margin-after: 0.875rem;
          margin-block-end: 0.875rem;
}

.contact-privacy-inner {
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .contact-privacy-inner {
    padding-inline: 1.5625rem;
  }
}

.contact-privacy-top {
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.contact-privacy-toptitle {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .contact-privacy-toptitle {
    font-size: 1.25rem;
  }
}

.contact-privacy-toptext {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .contact-privacy-toptext {
    font-size: 0.8125rem;
    font-weight: 350;
  }
}

.contact-privacy-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.contact-privacy-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.contact-privacy-title {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-privacy-text {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .contact-privacy-text {
    font-size: 0.8125rem;
    font-weight: 350;
  }
}

.contact-space {
  color: #002E5A;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.45rem;
}
@media screen and (max-width: 767px) {
  .contact-space {
    color: var(--18, #002E5A);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 1.6875rem;
    letter-spacing: -0.253125rem;
  }
}

.qa {
  -webkit-padding-before: 7.6875rem;
          padding-block-start: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .qa {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

.qa-inner {
  width: min(70.25rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .qa-inner {
    width: min(23.375rem, 100%);
    padding-inline: 1rem;
    margin-inline: auto;
  }
}

.qa__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}
@media screen and (max-width: 767px) {
  .qa__container {
    gap: 0.4375rem;
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
  }
}

.qa__item-question {
  border-radius: 1rem;
  background: #002E5A;
  padding: 2rem 6.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa__item-question {
    padding: 0.625rem 2.0625rem;
    border-radius: 0.5rem;
  }
}
.qa__item-question::before {
  position: absolute;
  content: "Q";
  width: 3.3125rem;
  height: 3.3125rem;
  background: #fff;
  border-radius: 0.625rem;
  color: #002E5A;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 68.75% */
  letter-spacing: 0.96px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
  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) {
  .qa__item-question::before {
    width: 1.0625rem;
    height: 1.0625rem;
    font-size: 0.6559375rem;
    line-height: 0.4509375rem;
    letter-spacing: 0.0196875rem;
    border-radius: 0.205rem;
    left: 0.625rem;
  }
}

.qa__item-question__text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 100% */
  letter-spacing: 0.04875rem;
}
@media screen and (max-width: 767px) {
  .qa__item-question__text {
    font-size: 0.8125rem;
    line-height: 0.5329375rem;
    letter-spacing: 0.024375rem;
    white-space: nowrap;
  }
}

.qa__item-answer {
  position: relative;
}
.qa__item-answer::before {
  position: absolute;
  content: "A";
  width: 3.3125rem;
  height: 3.3125rem;
  background: #D00C0C;
  border-radius: 50%;
  color: #FFF;
  font-family: Arial;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0.06rem;
  top: 1.875rem;
  left: 1.5625rem;
  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) {
  .qa__item-answer::before {
    width: 1.0625rem;
    height: 1.0625rem;
    font-size: 0.6559375rem;
    line-height: 0.4509375rem;
    letter-spacing: 0.0196875rem;
    top: 0.5rem;
    left: 0.6875rem;
  }
}

.qa__item-answer__inner {
  padding: 2.375rem 0rem 3.375rem 5.9375rem;
}
@media screen and (max-width: 767px) {
  .qa__item-answer__inner {
    padding: 0.625rem 2.0625rem;
  }
}

.qa__item-answer__text {
  color: var(--20, #002E5A);
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.375rem;
  letter-spacing: 0.04875rem;
}
@media screen and (max-width: 767px) {
  .qa__item-answer__text {
    font-size: 0.75rem;
    line-height: 0.7829375rem;
    letter-spacing: 0.0225rem;
  }
}

.qa__item-answer__sub-text {
  color: var(--20, #002E5A);
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.0625rem;
}
@media screen and (max-width: 767px) {
  .qa__item-answer__sub-text {
    font-size: 0.6875rem;
    line-height: normal;
    letter-spacing: 0.020625rem;
  }
}

.qa-space {
  color: var(--20, #002E5A);
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.375rem;
  letter-spacing: -0.65rem;
}
@media screen and (max-width: 767px) {
  .qa-space {
    color: var(--20, #002E5A);
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2475rem;
  }
}

.qa-space-s {
  color: var(--20, #002E5A);
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.375rem;
  letter-spacing: -0.24375rem;
}
@media screen and (max-width: 767px) {
  .qa-space-s {
    color: var(--20, #002E5A);
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.778875rem;
    letter-spacing: -0.1125rem;
  }
}

.qa-space-m {
  color: var(--20, #002E5A);
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.5rem;
}
@media screen and (max-width: 767px) {
  .qa-space-m {
    color: var(--20, #002E5A);
    font-family: "Noto Sans JP";
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.275rem;
  }
}

.access-space {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.3425rem;
}

.access {
  -webkit-padding-before: 11.0625rem;
          padding-block-start: 11.0625rem;
}
@media screen and (max-width: 767px) {
  .access {
    -webkit-padding-before: 3.375rem;
            padding-block-start: 3.375rem;
  }
}

.access-inner {
  width: min(82.5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .access-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.access-contents {
  -webkit-margin-before: 7.25rem;
          margin-block-start: 7.25rem;
}
@media screen and (max-width: 767px) {
  .access-contents {
    -webkit-margin-before: 1.8125rem;
            margin-block-start: 1.8125rem;
  }
}

.access-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access-contents-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.access-contents-top__title {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .access-contents-top__title {
    font-size: 1.400625rem;
    -webkit-margin-before: 0.8125rem;
            margin-block-start: 0.8125rem;
  }
}

.access-contents-top__address {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem; /* 121.429% */
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .access-contents-top__address {
    font-size: 1.0320625rem;
    line-height: 1.2531875rem;
    -webkit-margin-before: 1.638125rem;
            margin-block-start: 1.638125rem;
    -webkit-margin-after: 0.525625rem;
            margin-block-end: 0.525625rem;
  }
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -webkit-margin-after: 1.75rem;
          margin-block-end: 1.75rem;
}
@media screen and (max-width: 767px) {
  .info-list {
    gap: 0.5rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.info-item {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .info-item {
    font-size: 1.0320625rem;
    font-weight: 500;
    line-height: 1.0320625rem;
    gap: 3.875rem;
  }
}
.info-item dt {
  width: 7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info-item dt {
    width: 4.1875rem;
    font-weight: 500;
  }
}
.info-item dd {
  font-weight: 500;
}

.access-button a {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .access-button a {
    width: 20.4375rem;
  }
}

.access-contents-top__img {
  width: 37.875rem;
}
@media screen and (max-width: 767px) {
  .access-contents-top__img {
    width: 100%;
  }
}

.access-contents-bottom {
  -webkit-margin-before: 3.1875rem;
          margin-block-start: 3.1875rem;
  -webkit-margin-after: 4.375rem;
          margin-block-end: 4.375rem;
}
@media screen and (max-width: 767px) {
  .access-contents-bottom {
    -webkit-margin-after: 2.6575rem;
            margin-block-end: 2.6575rem;
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.access-contents-bottom__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .access-contents-bottom__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.access-contents-bottom__card {
  border-radius: 0.5rem;
  background: #FFF;
  -webkit-box-shadow: 0 0.25rem 1.425rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.425rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .access-contents-bottom__card {
    padding: 0.875rem 0.8125rem 1.125rem;
  }
}

.access-contents-bottom__text {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 175% */
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .access-contents-bottom__text {
    font-size: 0.8125rem;
    line-height: 1.140625rem;
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
  }
}

.access-map {
  text-align: center;
}

.access-space {
  color: var(--15, #0F0F0F);
  font-family: Alata;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
  letter-spacing: 0.28625rem;
}
@media screen and (max-width: 767px) {
  .access-space {
    color: var(--15, #0F0F0F);
    font-family: Alata;
    font-size: 1.0320625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0320625rem;
    letter-spacing: 2.477px;
  }
}

.company {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 5.125rem;
          padding-block-end: 5.125rem;
}
@media screen and (max-width: 767px) {
  .company {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
    -webkit-padding-after: 0.933125rem;
            padding-block-end: 0.933125rem;
  }
}

.company-inner {
  width: min(70.9375rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 0.9375rem;
    margin-inline: auto;
  }
}

.company-title {
  color: var(--15, #0F0F0F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem; /* 100% */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .company-title {
    font-size: 1.01075rem;
    line-height: 1.01075rem;
    letter-spacing: 0.0303125rem;
  }
}

.company-img {
  display: block;
  margin-inline: auto;
  -webkit-margin-before: 4.25rem;
          margin-block-start: 4.25rem;
  -webkit-margin-after: 1.8125rem;
          margin-block-end: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .company-img {
    -webkit-margin-before: 1.38rem;
            margin-block-start: 1.38rem;
    -webkit-margin-after: 0.406875rem;
            margin-block-end: 0.406875rem;
  }
}

.company-text {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-text {
    font-size: 0.6875rem;
  }
}

.access-map__iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access-map__iframe {
    height: 0rem;
  }
}

.company-space-s {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.66rem;
}
@media screen and (max-width: 767px) {
  .company-space-s {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33rem;
  }
}

.company-space-l {
  color: var(--15, #0F0F0F);
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1375rem;
}
@media screen and (max-width: 767px) {
  .company-space-l {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.06875rem;
  }
}

.footer {
  background: #002E5A;
  -webkit-padding-before: 2.4375rem;
          padding-block-start: 2.4375rem;
  -webkit-padding-after: 2.6875rem;
          padding-block-end: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .footer {
    -webkit-padding-before: 0.754375rem;
            padding-block-start: 0.754375rem;
    -webkit-padding-after: 0.9225rem;
            padding-block-end: 0.9225rem;
  }
}

.footer-inner {
  padding-inline: 2.3125rem 7.5rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding-inline: 1rem;
  }
}

.footer-contents {
  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;
}

.footer-logo {
  width: 45.375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 12.375rem;
  }
}

.footer-phone {
  width: 19.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-phone img {
    width: 6.8125rem;
  }
}