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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  line-height: 1;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
  font-size: 1.6em;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.sec-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .sec-inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.sec__arrow {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1000px) {
  .sec__arrow {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.sec__arrow img {
  display: block;
  margin: 0 auto;
  max-width: 143rem;
  width: 100%;
  height: auto;
}

.sec-title {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .sec-title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.sec-title span {
  color: #bda873;
  font-weight: inherit;
}

.sec-lead {
  margin-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .sec-lead {
    line-height: 1.6;
  }
}

.sec-header {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1000px) {
  .sec-header {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1400px) and (min-width: 1001px) {
  .scale-wrapper {
    width: 1400px;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(0.0714285714vw);
            transform: scale(0.0714285714vw);
  }
}
@media screen and (max-width: 1000px) {
  .scale-wrapper {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.fv {
  background-color: #fff;
}

.fv__inner {
  margin: 0 auto;
  position: relative;
}

.fv__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .fv__header {
    position: relative;
    z-index: 10;
    margin-top: 1rem;
  }
}

.fv__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.2rem;
}
@media screen and (max-width: 1000px) {
  .fv__brand {
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.2rem;
  }
}

.fv__logo {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 6.8rem;
  color: #bda873;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
.fv__logo::after {
  position: absolute;
  width: 1px;
  right: -20px;
  height: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #333;
}
@media screen and (max-width: 1000px) {
  .fv__logo {
    font-size: 4rem;
  }
  .fv__logo::after {
    right: -10px;
    width: 0;
  }
}

.fv__brand-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .fv__brand-text {
    margin-right: 0;
    gap: 0.4rem;
  }
}

.fv__brand-main {
  font-size: 2.6rem;
  font-weight: 100;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .fv__brand-main {
    font-size: 1.4rem;
  }
}

.fv__brand-sub {
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .fv__brand-sub {
    font-size: 1.2rem;
  }
}

.fv__menu {
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  padding: 0.8rem 0.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 1000px) {
  .fv__menu {
    gap: 0.6rem;
    right: 1.6rem;
    top: 1rem;
  }
}

.fv__menu-line {
  width: 6rem;
  height: 0.6rem;
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, background-color 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, background-color 0.25s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 1000px) {
  .fv__menu-line {
    width: 3.4rem;
    height: 0.4rem;
  }
}

.fv__menu-line--navy {
  background-color: #0a2643;
}

.fv__menu-line--wine {
  background-color: #662948;
}

.fv__menu-line--gold {
  background-color: #887a56;
}

.fv__menu.is-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fv__menu.is-open .fv__menu-line--navy {
  -webkit-transform: translateY(2.1rem) rotate(45deg);
          transform: translateY(2.1rem) rotate(45deg);
  background-color: #333;
}
@media screen and (max-width: 1000px) {
  .fv__menu.is-open .fv__menu-line--navy {
    -webkit-transform: translateY(1rem) rotate(45deg);
            transform: translateY(1rem) rotate(45deg);
  }
}

.fv__menu.is-open .fv__menu-line--wine {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.fv__menu.is-open .fv__menu-line--gold {
  -webkit-transform: translateY(-2.1rem) rotate(-45deg);
          transform: translateY(-2.1rem) rotate(-45deg);
  background-color: #333;
}
@media screen and (max-width: 1000px) {
  .fv__menu.is-open .fv__menu-line--gold {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
            transform: translateY(-1rem) rotate(-45deg);
  }
}

/* ===== グローバルナビ（オーバーレイ） ===== */
.global-nav {
  position: fixed;
  inset: 0;
  z-index: 150;
  pointer-events: none;
}

.global-nav__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.global-nav__panel {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 32rem;
  max-width: 80vw;
  height: 100%;
  background-color: #e0e0e0;
  padding: 8rem 3rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.global-nav__link {
  font-size: 2rem;
  color: #333;
  text-decoration: none;
}

.global-nav__link:hover {
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 開いた状態 */
.global-nav.global-nav--open {
  pointer-events: auto;
}

.global-nav.global-nav--open .global-nav__overlay {
  opacity: 1;
}

.global-nav.global-nav--open .global-nav__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fv__main {
  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;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1000px) {
  .fv__main {
    margin-top: 2.4rem;
  }
}

.fv__content {
  position: relative;
  z-index: 1;
}

.fv__lead {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  color: #bda873;
  margin-bottom: 1.6rem;
}

.fv__title {
  font-size: 8rem;
  line-height: 1.375;
  margin-bottom: 2.4rem;
  letter-spacing: -0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
}
.fv__title span {
  color: #bda873;
}
@media screen and (max-width: 1000px) {
  .fv__title {
    font-size: 4.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}

.fv__text {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 1000px) {
  .fv__text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 3rem;
  }
}

.fv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 70rem;
  gap: 2rem;
  padding: 3.5rem;
  border-radius: 0.5rem;
  background-image: url(../img/btn-bg.png);
  background-size: cover;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .fv__button {
    gap: 1.4rem;
    padding: 1.4rem;
  }
}
.fv__button::after {
  position: absolute;
  content: "▶";
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .fv__button::after {
    right: 2rem;
    font-size: 1.4rem;
  }
}
.fv__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.fv__button:hover::after {
  right: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .fv__button:hover::after {
    right: 1.5rem;
  }
}

.fv__button__left {
  text-align: center;
  padding: 1rem;
  border: 1px solid #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .fv__button__left {
    font-size: 1.4rem;
    padding: 1.2rem 0.4rem;
    min-width: 7.5rem;
  }
}

.fv__button-label {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .fv__button-label {
    font-size: 1.4rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 0.6rem;
  }
}

.fv__button-main {
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .fv__button-main {
    font-size: 2rem;
  }
}

.fv__visual {
  position: absolute;
  right: 0;
  top: 50px;
}

.fv__visual img {
  max-width: 72rem;
  width: 100%;
}

.do {
  background-color: #fff;
}

.do__inner {
  padding-top: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .do__inner {
    padding-top: 2rem;
  }
}

.do__header {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1000px) {
  .do__header {
    margin-bottom: 3rem;
  }
}

.do__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 10rem;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .do__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}

.do__item {
  padding: 3.4rem 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;
  width: 25%;
  height: 15rem;
  border: 0.1rem solid #888888;
  text-align: center;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.do__item .do__item-inner {
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .do__item .do__item-inner {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.do__item span {
  color: #bda873;
  font-weight: inherit;
}
@media screen and (max-width: 1000px) {
  .do__item {
    width: calc(50% - 0.5rem);
    height: 9rem;
  }
}
@media screen and (max-width: 1000px) {
  .do__item:nth-child(5) {
    width: 100%;
  }
}

/* プラン一覧 */
.plans__title {
  text-align: center;
}

.plans__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .plans__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}

/* 共通カード */
.plan {
  padding: 3.4rem;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .plan {
    padding: 2.4rem 2rem;
  }
}

.plan__head {
  padding-bottom: 2.6rem;
  margin-bottom: 2.6rem;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .plan__head {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.plan__name {
  font-size: 4rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .plan__name {
    font-size: 2.6rem;
  }
}

.plan__price {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .plan__price {
    font-size: 2.6rem;
  }
}

.plan__price-unit {
  font-size: 2rem;
}

.plan__note {
  font-size: 2rem;
}

.plan__subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.plan__subtitle span {
  font-size: 1.6rem;
  font-weight: inherit;
}
@media screen and (max-width: 1000px) {
  .plan__subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
    margin-top: 1.2rem;
  }
  .plan__subtitle span {
    font-size: 1.4rem;
  }
}

.plan__body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.875;
}
@media screen and (max-width: 1000px) {
  .plan__body {
    line-height: 1.6;
  }
}

.plan__text {
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .plan__text {
    margin-bottom: 1rem;
  }
}

.plan__text--small {
  font-size: 1.2rem;
  opacity: 0.9;
}

.plan__list {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .plan__list {
    margin-bottom: 1rem;
  }
}

.plan__list-item {
  line-height: 1.8;
}
.plan__list-item::before {
  content: "・ ";
}

.plan__list-item-lead {
  display: block;
  margin-left: 1rem;
}

.plan__before-after {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .plan__before-after {
    margin-top: 1rem;
  }
}

.plan__before-after-label {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .plan__before-after-label {
    margin-bottom: 0;
  }
}

/* カラーバリエーション */
.plan--lite {
  background-color: #662948;
}

.plan--standard {
  background-color: #0a2643;
}

.plan--pro {
  background-color: #887a56;
}

.plan--lite,
.plan--standard {
  max-height: 60rem;
}
@media screen and (max-width: 1000px) {
  .plan--lite,
  .plan--standard {
    max-height: none;
  }
}

/* アコーディオン */
.plan-accordion {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1000px) {
  .plan-accordion {
    margin-bottom: 0;
  }
}

.plan-accordion__item {
  border: 0.1rem solid #fff;
  margin-bottom: 1rem;
}

.plan-accordion__head {
  position: relative;
  padding: 1.4rem 3rem 1.4rem 1rem;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .plan-accordion__head {
    line-height: 1.5;
    padding: 1rem 3rem 1rem 1rem;
  }
}

.plan-accordion__icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plan-accordion__icon::before,
.plan-accordion__icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.plan-accordion__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plan-accordion__icon::after {
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 開いたときは縦棒を消して「−」にする */
.plan-accordion__icon.is-open::after {
  display: none;
}

.plan-accordion__body {
  display: none;
}

.plan-accordion__body-inner {
  padding: 1rem 3rem 3rem;
}
@media screen and (max-width: 1000px) {
  .plan-accordion__body-inner {
    padding: 1rem;
  }
}

.plan-accordion__list-item:before {
  content: "・ ";
}

/* hover（&使用OKなところだけ） */
.plan-accordion__head:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.plan-accordion__bottom-text {
  font-weight: 700;
  margin-top: 1rem;
}

.why {
  position: relative;
  background-image: url(../img/why-bg.png);
  background-position: center;
  background-size: cover;
}

.why__inner {
  padding-top: 12rem;
}
@media screen and (max-width: 1000px) {
  .why__inner {
    padding-top: 4rem;
  }
}

/* header */
.why__header {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .why__header {
    margin-bottom: 3rem;
  }
}

.why__subtitle {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .why__subtitle {
    font-size: 1.4rem;
  }
}

.why__lead {
  font-size: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .why__lead {
    font-size: 1.6rem;
    margin-top: 3rem;
    line-height: 1.4;
  }
}

/* cards */
/* cards wrapper */
.why__cards {
  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;
  gap: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .why__cards {
    gap: 1rem;
  }
}

/* 共通行 */
.why__cards-row {
  display: grid;
  gap: 3rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .why__cards-row {
    gap: 1rem;
  }
}

/* 上段：2枚 */
.why__cards-row--top {
  grid-template-columns: repeat(2, 1fr);
}

/* 下段：3枚 */
.why__cards-row--bottom {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  .why__cards-row--bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .why__cards-row--bottom > :last-child {
    grid-column: 1/-1;
  }
}

.why-card {
  padding: 5rem 3rem;
  background: rgba(255, 255, 255, 0.7);
  max-width: 45rem;
  position: relative;
}
.why-card::after {
  height: 2rem;
  width: 0.2rem;
  background: #887a56;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .why-card {
    padding: 3rem 1.6rem;
    max-width: 100%;
  }
}

.why-card__title {
  font-size: 3.2rem;
  color: #bda873;
  margin-bottom: 1.6rem;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .why-card__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.why-card__subtitle {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .why-card__subtitle {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

.why-card__text {
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .why-card__text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

/* footer */
.why__footer {
  text-align: center;
}

.why__footer-title {
  font-size: 4rem;
  color: #bda873;
  margin-bottom: 1.6rem;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-weight: 700;
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .why__footer-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 3rem;
  }
}
.why__footer-title span {
  font-size: 3rem;
  font-weight: inherit;
}
@media screen and (max-width: 1000px) {
  .why__footer-title span {
    font-size: 1.6rem;
  }
}

.why__footer-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .why__footer-text {
    line-height: 1.6;
    text-align: left;
  }
}

.walls {
  background-color: #fff;
}

.walls__inner {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .walls__inner {
    padding-bottom: 4rem;
  }
}

.walls__title {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .walls__title {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

.walls__row {
  margin-bottom: 6.4rem;
}
.walls__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .walls__row {
    margin-bottom: 2.4rem;
  }
}

.walls__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .walls__row-inner {
    display: block;
    gap: 0;
  }
}

.walls__number {
  font-size: 15rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  color: #bda873;
  font-style: italic;
  margin-top: -3rem;
}
@media screen and (max-width: 1000px) {
  .walls__number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 8rem;
    margin-top: 0;
  }
}

.walls__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1000px) {
  .walls__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.walls__label,
.walls__headline {
  margin-left: -2.4rem;
}
@media screen and (max-width: 1000px) {
  .walls__label,
  .walls__headline {
    margin-left: 6.4rem;
  }
}

.walls__label {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #bda873;
}
@media screen and (max-width: 1000px) {
  .walls__label {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.walls__headline {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .walls__headline {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    line-height: 1.2;
  }
}

/* ===== 3色帯 ===== */
.walls__strip {
  width: 121.5rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}
@media screen and (max-width: 1419px) {
  .walls__strip {
    -webkit-transform: skewX(0);
            transform: skewX(0);
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .walls__strip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wall-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.5rem;
          flex: 0 0 40.5rem;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .wall-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40rem;
            flex: 0 0 40rem;
  }
}
@media screen and (max-width: 1000px) {
  .wall-block {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

/* テキスト側は逆スキューでまっすぐ戻す */
.wall-block__inner {
  padding: 3rem 1.8rem 3rem 3.8rem;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1419px) {
  .wall-block__inner {
    -webkit-transform: skewX(0);
            transform: skewX(0);
    padding: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .wall-block__inner {
    padding: 2.4rem 2rem;
  }
}

/* 色 */
.wall-block--red {
  background-image: -webkit-gradient(linear, left top, right top, from(#9b4c73), to(#502239));
  background-image: linear-gradient(90deg, #9b4c73 0%, #502239 100%);
  position: relative;
}
.wall-block--red::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 6rem;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#9b4c73), to(#90466b));
  background-image: linear-gradient(90deg, #9b4c73 0%, #90466b 100%);
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}
@media screen and (max-width: 1419px) {
  .wall-block--red::before {
    display: none;
  }
}
.wall-block--red .wall-block__inner {
  padding-left: 1rem;
}
@media screen and (max-width: 1419px) {
  .wall-block--red .wall-block__inner {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .wall-block--red .wall-block__inner {
    margin-left: auto;
    padding-left: 2rem;
  }
}

.wall-block--blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#4a6f97), to(#0b223f));
  background-image: linear-gradient(90deg, #4a6f97 0%, #0b223f 100%);
}

.wall-block--gold {
  background-image: -webkit-gradient(linear, left top, right top, from(#887a56), to(#735c28));
  background-image: linear-gradient(90deg, #887a56 0%, #735c28 100%);
}

/* 見出し */
.wall-block__section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .wall-block__section-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.wall-block__text {
  line-height: 1.875;
}
@media screen and (max-width: 1000px) {
  .wall-block__text {
    line-height: 1.6;
  }
}

.what {
  position: relative;
  padding: 8rem 0;
  color: #fff;
  margin: 0 auto;
  background: url("../img/what-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 1000px) {
  .what {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.what__inner {
  text-align: center;
}

.what__header {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1000px) {
  .what__header {
    margin-bottom: 3rem;
  }
}

.what__title {
  margin-bottom: 1.2rem;
}

.what__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .what__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

.what__card {
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
  padding: 3rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .what__card {
    width: 100%;
    padding: 1.6rem;
  }
}

.what__card-title {
  font-size: 3rem;
  margin-bottom: 1.2rem;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
}
@media screen and (max-width: 1000px) {
  .what__card-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
}

.what__card-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1000px) {
  .what__card-text {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

.what__description {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .what__description {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}

.ba {
  background: #fff;
}

.ba__inner {
  padding-top: 9rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .ba__inner {
    padding-top: 4rem;
  }
}

.ba__header {
  text-align: center;
}

.ba__title {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .ba__lead {
    text-align: left;
  }
}

.ba__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .ba__body {
    gap: 1rem;
  }
}

/* Before / After ラベル */
.ba__label {
  padding: 1.2rem 2.4rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .ba__label {
    font-size: 2rem;
    padding: 0.8rem 1.6rem;
  }
}

.ba__label--before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(156.5664335664, 62.9335664336, 110.5174825175)), to(#662948));
  background-image: linear-gradient(90deg, rgb(156.5664335664, 62.9335664336, 110.5174825175), #662948);
}

.ba__label--after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(19.9350649351, 75.7532467532, 133.5649350649)), to(#0a2643));
  background-image: linear-gradient(90deg, rgb(19.9350649351, 75.7532467532, 133.5649350649), #0a2643);
}

/* カードリスト */
.ba__list {
  margin-top: 0;
}

.ba__item {
  padding: 5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#f0f0f0));
  background-image: linear-gradient(90deg, #fff 0%, #f0f0f0 100%); /* Before 側デフォ */
}
@media screen and (max-width: 1000px) {
  .ba__item {
    padding: 2rem 1.6rem;
    height: 32rem;
  }
}
@media screen and (max-width: 360px) {
  .ba__item {
    height: 35rem;
  }
}

.ba__item + .ba__item {
  margin-top: 1rem;
}

/* After 側の背景グラデ */
.ba__item--after {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#f9f5eb));
  background-image: linear-gradient(90deg, #fff 0%, #f9f5eb 100%);
}

/* 見出し */
.ba__item-title {
  font-size: 3rem;
  line-height: 1.33;
  margin-bottom: 1.6rem;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .ba__item-title {
    font-size: 1.6rem;
  }
}

/* After 側の見出しだけゴールド */
.ba__item-title--after {
  color: #887a56;
}

/* 本文は1.6remデフォなので指定なし */
.ba__item-text {
  line-height: 1.9;
}
@media screen and (max-width: 1000px) {
  .ba__item-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.proof {
  background-color: #fff;
}

.proof__inner {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .proof__inner {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

.proof__header {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1000px) {
  .proof__header {
    margin-bottom: 3rem;
  }
}

.proof__sub {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .proof__sub {
    font-size: 1.4rem;
  }
}

.proof__lead {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .proof__lead {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 3rem;
  }
}

.proof__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 3rem;
}
@media screen and (max-width: 1000px) {
  .proof__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 1rem;
  }
}

/* カード */
.proof__item {
  background-color: #f0f0f0;
}

/* ヘッダー（上の金色バー＋ひし形） */
.proof__head {
  padding: 2.4rem 3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#887a56), to(#745e2b));
  background-image: linear-gradient(90deg, #887a56, #745e2b);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .proof__head {
    padding: 2rem;
  }
}

.proof__case {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .proof__case {
    font-size: 1.4rem;
  }
}

.proof__industry {
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .proof__industry {
    font-size: 1.6rem;
  }
}

/* ひし形バッジ */
.proof__badge {
  position: absolute;
  top: -25px;
  right: 50px;
  width: 10rem;
  height: 10rem;
  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: 1000px) {
  .proof__badge {
    right: 5px;
  }
}

.proof__badge-inner {
  width: 10rem;
  height: 10rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#bda873), to(#887a56));
  background-image: linear-gradient(90deg, #bda873, #887a56);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  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: 1000px) {
  .proof__badge-inner {
    width: 6rem;
    height: 6rem;
  }
}

.proof__badge-icon {
  width: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 本文 */
.proof__body {
  padding: 2.8rem 3rem 4.2rem;
}
@media screen and (max-width: 1000px) {
  .proof__body {
    padding: 2rem;
  }
}

.proof__body-title {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .proof__body-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

/* ラベルとテキストを1行ずつペアで横並びにする */
.proof__body-main {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .proof__body-main {
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            column-gap: 1.8rem;
    row-gap: 1.2rem;
  }
}

/* 親ラッパーは「中身だけ残して消す」 */
.proof__steps,
.proof__texts {
  display: contents;
}

/* 左列：ラベル側 */
.proof__step {
  grid-column: 1;
  width: 7.5rem;
  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;
  justify-self: center;
  text-align: center;
  color: #fff;
}

/* 右列：テキスト側 */
.proof__texts p {
  line-height: 1.625;
  grid-column: 2;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .proof__texts p {
    font-size: 1.4rem;
  }
}

/* 1行目：Before + 1つ目の本文 */
.proof__step:nth-child(1) {
  grid-row: 1;
}

.proof__texts p:nth-child(1) {
  grid-row: 1;
}

/* 2行目：JGX + 2つ目の本文 */
.proof__step:nth-child(2) {
  grid-row: 2;
}

.proof__texts p:nth-child(2) {
  grid-row: 2;
}

/* 3行目：After + 3つ目の本文 */
.proof__step:nth-child(3) {
  grid-row: 3;
}

.proof__texts p:nth-child(3) {
  grid-row: 3;
}

.proof__step--before {
  background: #662948;
}

.proof__step--jgx {
  background: #887a56;
}

.proof__step--after {
  background: #0a2643;
  height: 10.5rem;
}
@media screen and (max-width: 1000px) {
  .proof__step--after {
    height: auto;
  }
}

/* テキスト列 */
/* 成果行 */
.proof__result {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.4rem;
  color: #887a56;
}
@media screen and (max-width: 1000px) {
  .proof__result {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    line-height: 1.3;
  }
}

.faq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .faq {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.faq__header {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1000px) {
  .faq__header {
    margin-bottom: 3rem;
  }
}

.faq__title {
  margin-bottom: 1.2rem;
}
.faq__sub {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .faq__sub {
    font-size: 1.4rem;
  }
}

.faq__item {
  background-color: #0a2643;
  color: #fff;
  cursor: pointer;
}

.faq__item + .faq__item {
  margin-top: 1rem;
}

/* 見出し（Q + 質問 + アイコン） */
.faq__head {
  width: 100%;
  border: none;
  background: transparent;
  padding: 3.4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: inherit;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .faq__head {
    padding: 1.6rem 1.6rem;
    gap: 1.2rem;
  }
}

.faq__qa {
  font-size: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
}
@media screen and (max-width: 1000px) {
  .faq__qa {
    font-size: 2.4rem;
  }
}

.faq__a {
  display: inline-block;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .faq__a {
    margin-right: 1.2rem;
  }
}

.faq__question {
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .faq__question {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ＋ / − アイコン */
.faq__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .faq__icon {
    width: 2rem;
    height: 2rem;
  }
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .faq__icon::before,
  .faq__icon::after {
    width: 1.6rem;
  }
}

.faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item--open .faq__icon::after {
  opacity: 0;
}

/* 本文（回答） */
.faq__body {
  display: none;
  padding: 0 4rem 3.4rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 1000px) {
  .faq__body {
    padding: 0 1.6rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.faq__answer--head {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8rem;
}
@media screen and (max-width: 1000px) {
  .faq__answer--head {
    font-size: 1.6rem;
    margin-left: 2rem;
    margin-bottom: 0.8rem;
  }
}

.faq__answer-text {
  margin-left: 13rem;
}
@media screen and (max-width: 1000px) {
  .faq__answer-text {
    margin-left: 2rem;
  }
}

/* 最初のアイテムだけ開いておく */
.faq__item--open .faq__body {
  display: block;
}

.contact {
  background-color: #fff;
}

.contact__inner {
  padding-bottom: 10rem;
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .contact__inner {
    padding-bottom: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

/* ヘッダー */
.contact__header {
  text-align: center;
}

.contact__title {
  margin-bottom: 1.6rem;
}
.contact__sub {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .contact__sub {
    font-size: 1.4rem;
  }
}

.contact__lead {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .contact__lead {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}

.contact-form {
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .contact-form {
    margin-top: 3rem;
  }
}

/* ===== フォームリセット ===== */
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #f0f0f0;
  border-radius: 5px;
}

/* レイアウト */
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .contact__row {
    -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: 1rem;
    margin-bottom: 2rem;
  }
}

.contact__label {
  width: 20rem;
}
@media screen and (max-width: 1000px) {
  .contact__label {
    width: 100%;
    margin-right: auto;
    font-size: 1.4rem;
  }
}

.contact__label-main {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .contact__label-main {
    font-size: 1.6rem;
  }
}

.contact__required {
  font-size: 1.2rem;
  color: #c40000;
  margin-left: 0.2rem;
}

.contact__note {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .contact__note {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}

.contact__field {
  width: 80rem;
}
@media screen and (max-width: 1000px) {
  .contact__field {
    width: 100%;
  }
}

/* 入力共通 */
.contact__input,
.contact__textarea {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 1rem;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .contact__input,
  .contact__textarea {
    font-size: 1.4rem;
    padding: 1.2rem 1.4rem;
  }
}

.contact__input {
  height: 5rem;
}
@media screen and (max-width: 1000px) {
  .contact__input {
    height: 4.2rem;
  }
}

.contact__textarea {
  height: 20rem;
  resize: none;
}
@media screen and (max-width: 1000px) {
  .contact__textarea {
    height: 14rem;
  }
}

.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact__row--checkbox,
.contact__row--other {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__row--checkbox .contact__label,
.contact__row--other .contact__label {
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .contact__row--checkbox .contact__label,
  .contact__row--other .contact__label {
    margin-top: 0.4rem;
  }
}

/* ===== ご相談内容（チェックボックス） ===== */
.contact__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .contact__checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2rem;
  }
}

/* 各チェック項目は「内容幅ベース」 */
.contact__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .contact__checkbox {
    white-space: inherit;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* その他だけは1行占有 */
.contact__checkbox--other {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-top: -0.6rem;
}
@media screen and (max-width: 1000px) {
  .contact__checkbox--other {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ネイティブチェックボックスを消す */
.contact__checkbox input[type=checkbox] {
  display: none;
}

/* ラベル（ボックス＋テキスト） */
.contact__checkbox-label {
  cursor: pointer;
  position: relative;
  padding-left: 4rem;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .contact__checkbox-label {
    white-space: inherit;
    font-size: 1.4rem;
  }
}

/* チェックボックス本体 */
.contact__checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 0.4rem;
  background: #f0f0f0;
}
@media screen and (max-width: 1000px) {
  .contact__checkbox-label::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

/* チェックマーク */
.contact__checkbox-label::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 1.6rem;
  height: 0.8rem;
  border-bottom: 0.3rem solid #333;
  border-left: 0.3rem solid #333;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .contact__checkbox-label::after {
    left: 0.4rem;
  }
}

/* checked */
.contact__checkbox input[type=checkbox]:checked + .contact__checkbox-label::after {
  opacity: 1;
}

/* その他入力欄は右に伸ばす */
.contact__input--other {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3rem;
}
@media screen and (max-width: 1000px) {
  .contact__input--other {
    width: 100%;
    margin-top: 0.8rem;
  }
}

/* 注意書き */
.contact__row--notes .contact__note-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .contact__row--notes .contact__note-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* 同意チェック */
.contact__checkbox--agree {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* 送信ボタン */
.contact__submit {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .contact__submit {
    margin-top: 3rem;
  }
}

.contact-form .contact__submit-btn {
  width: 100%;
  max-width: 60rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 4rem;
  font-size: 3rem;
  color: #fff;
  border-radius: 1rem;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e0e0e0;
}
.contact-form .contact__submit-btn.active {
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  background-image: url(../img/btn-bg.png);
  background-position: center;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .contact-form .contact__submit-btn {
    font-size: 2rem;
    padding: 1.2rem 2.4rem;
  }
}

.footer {
  background-color: #0a2643;
  color: #fff;
  font-size: 1.4rem;
}

.footer__inner {
  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;
  height: 17rem;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 1000px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.footer__logo {
  width: 26rem;
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    width: 20rem;
    margin-bottom: 1rem;
  }
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__info {
  line-height: 1.8;
}

.footer__company {
  margin-bottom: 0.2rem;
}

.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.2rem;
}
.footer__line:last-child {
  margin-bottom: 0;
}
.footer__line .zip {
  white-space: nowrap;
}

.footer__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2rem;
}

.footer__icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer__icon--map img {
  width: 1.4rem;
}

.footer__icon--mail img {
  width: 2rem;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .footer__right {
    margin-top: 2rem;
    gap: 3rem;
  }
}

.footer__x img {
  display: block;
  width: 4.4rem;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .footer__x img {
    width: 2.3rem;
  }
}

.footer__note img {
  display: block;
  width: 9rem;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .footer__note img {
    width: 4.8rem;
  }
}

.thanks {
  background-color: #fff;
  min-height: calc(100vh - 17rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .thanks {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 6rem;
  }
}

.thanks__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.thanks__header {
  margin-bottom: 4rem;
}

.thanks__title {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .thanks__title {
    font-size: 2.8rem;
  }
}

.thanks__lead {
  font-size: 1.8rem;
  color: #bda873;
}

.thanks__panel {
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem 6rem;
  background: #f7f7f7;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .thanks__panel {
    padding: 3rem 2.4rem;
  }
}

.thanks__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}

.thanks__text:last-of-type {
  margin-bottom: 3.6rem;
}

.thanks__link {
  color: #0a2643;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.thanks__actions {
  text-align: center;
}

.thanks__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 4rem;
  border-radius: 1rem;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/btn-bg.png);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thanks__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .thanks__button {
    width: 100%;
    font-size: 1.8rem;
  }
}

.page-fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.page-fade.is-visible {
  opacity: 1;
}