@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
  display: none;
}
html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

/* common-preview (共通パーツ確認用ページ) */
.common-preview {
  padding-block: 2.5rem;
}

.common-preview__section + .common-preview__section {
  margin-block-start: 3.75rem;
}

.common-preview__title {
  margin-block-end: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #23302e;
}

/* case-card */
.case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6875rem;
  width: 100%;
  padding-block-start: 0;
  padding-block-end: 2.5rem;
  padding-inline: 1.25rem;
}

.case-card::before {
  content: "";
  position: absolute;
  top: 7.8125rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cce0dd;
  border-radius: 1.875rem;
  z-index: 0;
  box-shadow: 0 0.625rem 0.75rem 0 #a8cdc3;
}

.case-card > * {
  position: relative;
  z-index: 1;
}

.case-card__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.case-card__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}

.case-card__person-image {
  width: 10.625rem;
  height: auto;
}

.case-card__person-caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  color: #23302e;
  text-align: center;
}

.case-card__balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 1.5rem;
  padding-inline: 1.25rem;
  background-color: #5c8b84;
  border-radius: 0 2.5rem 0 2.5rem;
}

.case-card__balloon-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.58;
  color: #fff;
  text-align: left;
}

.case-card__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.case-card__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.case-card__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-block: 1.5625rem 1.3125rem;
  padding-inline: 1.3125rem;
  background-color: #fff;
  border-radius: 0.375rem;
}

.case-card__box--consult {
  border: 0.1875rem solid #8bafa9;
}

.case-card__box--result {
  border: 0.1875rem solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(160deg, #86ada7 0%, #5c8b84 100%) border-box;
}

.case-card__box-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 100vmax;
}

.case-card__box-label--consult {
  top: -1.125rem;
  left: 1.25rem;
  padding-block: 0.25rem;
  padding-inline: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #8bafa9;
  color: #23302e;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.case-card__box-label--result {
  top: -1.1875rem;
  left: 1.3125rem;
  padding-block: 0.25rem;
  padding-inline: 1.25rem;
  background-color: #5c8b84;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}

.case-card__box-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.56;
  color: #23302e;
  text-align: left;
}

.case-card__box--result .case-card__box-text {
  font-size: 0.875rem;
  line-height: 1.6;
}

.case-card__box-accent {
  color: #5c8b84;
}

.case-card__arrow {
  width: 2.625rem;
  height: 2.625rem;
  flex-shrink: 0;
  align-self: center;
  rotate: 90deg;
}

.case-card__support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 2.5rem;
  background-color: #fff;
  border-radius: 0.375rem;
}

.case-card__support-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #23302e;
  text-align: center;
  flex-shrink: 0;
}

.case-card__support-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 12.8125rem;
}

.case-card__support-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #23302e;
}

.case-card__support-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/* common-button */
.common-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
}

.common-button__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625rem;
  height: 1.875rem;
  margin-block-end: -0.75rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-width: 0.125rem 0.125rem 0;
  border-style: solid;
  border-color: #5c8b84;
  border-radius: 1.875rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.common-button__sub::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  width: 0.75rem;
  height: 0.3125rem;
  background-image: url("../image/common/cta-polygon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
}

.common-button__sub-accent {
  color: #5c8b84;
}

.common-button__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  position: relative;
  isolation: isolate;
  background: linear-gradient(195deg, #86ada7 -19.46%, #5c8b84 88.46%);
  border-radius: 100vmax;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.common-button__main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #416b65;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.common-button__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}

.common-button__arrow {
  position: absolute;
  inset-inline-end: 1.875rem;
  top: 50%;
  width: 0.75rem;
  height: 1.5rem;
  color: #fff;
  translate: 0 -50%;
  transition: translate 0.3s ease;
}

/* common-faq */
.common-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.common-faq.is-open {
  /* state hook: 開状態の見た目切替に使用 */
}

.common-faq__question {
  margin: 0;
}

.common-faq__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  gap: 1.5rem;
  background-color: #e8f2f0;
  border: 0;
  border-radius: 0.625rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  cursor: pointer;
}

.common-faq__mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}

.common-faq__mark--q {
  background-color: #23302e;
}

.common-faq__mark--a {
  background-color: #5c8b84;
}

.common-faq__question-text {
  flex: 1;
  min-width: 0;
}

.common-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

.common-faq__toggle::before,
.common-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #23302e;
  translate: -50% -50%;
}

.common-faq__toggle::before {
  width: 1rem;
  height: 0.125rem;
}

.common-faq__toggle::after {
  width: 0.125rem;
  height: 1rem;
  transition: scale 0.3s ease;
}

.common-faq.is-open .common-faq__toggle::after {
  scale: 1 0;
}

.common-faq__answer {
  display: flex;
  overflow: hidden;
  max-height: 0;
  padding-inline: 1.25rem;
  gap: 1.5rem;
  transition: max-height 0.35s ease;
  will-change: max-height;
}

.common-faq__answer-text {
  flex: 1;
  min-width: 0;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.56;
}

/* common-heading */
.common-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.common-heading__en {
  color: #5c8b84;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(3.75rem, 2.311rem + 5.9vw, 7.625rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.common-heading__ja {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 0.125rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.096rem + 1.14vw, 2.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.common-heading__ja-text--accent {
  color: #5c8b84;
}

/* comparison-table (比較表) */
.comparison-table {
  display: grid;
  grid-template-columns: 108fr 108fr 130fr;
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
}

.comparison-table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.25rem;
  background-color: #fff;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3em;
  text-align: center;
}

/* 左テーブル (項目列・一般コンサル列) 共通 罫線下 */
.comparison-table__cell--label,
.comparison-table__cell--other {
  border-block-end: 0.0625rem solid #8bafa9;
  border-inline-end: 0.0625rem solid #8bafa9;
}

/* 項目列 (1列目) */
.comparison-table__cell--label {
  border-inline-start: 0.0625rem solid #8bafa9;
}

/* 一般コンサル列 (2列目) ── 右端は強調列に覆われるが罫線は維持 */
.comparison-table__cell--other {
  border-inline-end: 0.0625rem solid #8bafa9;
}

/* ヘッダ行 */
.comparison-table__cell--head {
  height: 3.8125rem;
  background-color: #e8f2f0;
  font-weight: 700;
  font-size: 1.125rem;
}

/* 左テーブルのヘッダ行 ── 上に1px罫線、左ブロックは20pxオフセット */
.comparison-table__cell--head.comparison-table__cell--label {
  margin-block-start: 1.25rem;
  border-block-start: 0.0625rem solid #8bafa9;
  border-start-start-radius: 0.625rem;
}

.comparison-table__cell--head.comparison-table__cell--other {
  margin-block-start: 1.25rem;
  border-block-start: 0.0625rem solid #8bafa9;
}

/* 最下行 ── 左テーブル側は68pxを保ち、強調列の74pxは下にはみ出させる */
.comparison-table__cell--last.comparison-table__cell--label,
.comparison-table__cell--last.comparison-table__cell--other {
  align-self: start;
  height: 4.25rem;
}

.comparison-table__cell--last.comparison-table__cell--label {
  border-end-start-radius: 0.625rem;
}

/* 強調列 (メディカルポート列) */
.comparison-table__cell--medi {
  background-color: #cce0dd;
  border-inline: 0.25rem solid #5c8b84;
  border-block-end: 0.0625rem solid #8bafa9;
}

/* 強調列ヘッダ ── 上にはみ出す (20px) */
.comparison-table__cell--head.comparison-table__cell--medi {
  height: 5.0625rem;
  background-color: #5c8b84;
  color: #fff;
  border-block-start: 0.25rem solid #5c8b84;
  border-block-end: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
}

/* 強調列ボトム ── 下にはみ出す */
.comparison-table__cell--last.comparison-table__cell--medi {
  height: 5rem;
  border-block-end: 0.25rem solid #5c8b84;
  border-end-start-radius: 0.625rem;
  border-end-end-radius: 0.625rem;
}

/* アイコン (一般コンサル列 △ / ×) */
.comparison-table__icon {
  width: 2.165rem;
  height: auto;
}

/* メディカルポート列 ◎ */
.comparison-table__icon.comparison-table__icon--check {
  width: 2.5rem;
}

/* CSS で再現する丸印 (一般コンサル列の○ : 30×30) */
.comparison-table__circle {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.125rem solid #23302e;
  border-radius: 100%;
}

/* 強調列ボトムの大きな○ (40×40 / Main / 2.667px) */
.comparison-table__circle--big {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 0.1666875rem;
  border-color: #5c8b84;
}

/* flow-card */
.flow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
}

.flow-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.flow-card__step {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: #5c8b84;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.flow-card__step-label {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.flow-card__step-num {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.flow-card__icon {
  width: var(--flow-icon-size, 6.25rem);
  height: var(--flow-icon-size, 6.25rem);
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.flow-card__icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-card__icon--target {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-card__icon--target img {
  width: 5.625rem;
  height: 5.625rem;
}

.flow-card__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  width: 100%;
}

.flow-card__title {
  color: #5c8b84;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
  line-height: 1.8;
  text-align: center;
}

.flow-card__text {
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(0.813rem, 0.789rem + 0.1vw, 0.875rem);
  line-height: 1.56;
  text-align: left;
}

.flow-card--center .flow-card__text {
  text-align: center;
}

/* footer */
.footer {
  padding-block: 3.0625rem;
  padding-inline: 1.25rem;
  background-color: #23302e;
  color: #fff;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}

.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 19rem;
  max-width: 100%;
}

.footer__logo {
  display: inline-block;
  width: 17.96875rem;
  max-width: 100%;
  transition: opacity 0.3s ease;
}

.footer__logo-img {
  width: 100%;
  aspect-ratio: 575/112;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.footer__brand-text {
  display: flex;
  flex-direction: column;
}

.footer__tagline {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.56;
  color: #fff;
}

.footer__company {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #fff;
}

.footer__nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.footer__nav-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.footer__policy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  text-align: right;
}

.footer__related {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__related-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.footer__related-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer__related-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

/* header */
.header {
  display: flex;
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: 1rem;
}

.header__logo {
  display: block;
  width: 100%;
  max-width: 13.4375rem;
  transition: opacity 0.3s ease;
}
.header__logo img {
  width: 100%;
  aspect-ratio: 287/56;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.header__cta {
  display: none;
}

.header__cta-icon {
  flex-shrink: 0;
  color: #fff;
}

.header__cta-icon--mail {
  width: 1.375rem;
  height: 1.375rem;
}

.header__cta-icon--arrow {
  width: 0.75rem;
  height: 1.5rem;
  transition: translate 0.3s ease;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* reason-card */
.reason-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 77.5rem;
  --reason-image-w: clamp(23.125rem, calc(14.72rem + 34.5vw), 31.25rem);
  --reason-image-h: calc(var(--reason-image-w) * 255 / 370);
}

.reason-card--left {
  padding-inline-end: 1.25rem;
}

.reason-card--right {
  padding-inline-start: 1.25rem;
}

.reason-card__number {
  position: absolute;
  top: var(--reason-image-h);
  z-index: 0;
  color: #dceae8;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(7.5rem, 3.321rem + 17.14vw, 18.75rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
}

.reason-card--left .reason-card__number {
  right: calc(100% - var(--reason-image-w));
  text-align: right;
}

.reason-card--right .reason-card__number {
  left: calc(100% - var(--reason-image-w));
  text-align: left;
}

.reason-card__image {
  width: 100%;
  max-width: var(--reason-image-w);
}

.reason-card--right .reason-card__image {
  margin-inline-start: auto;
}

.reason-card__image img {
  width: 100%;
  aspect-ratio: 370/255;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.reason-card--left .reason-card__image img {
  border-radius: 0 2.3925rem 2.3925rem 0;
}

.reason-card--right .reason-card__image img {
  border-radius: 2.3925rem 0 0 2.3925rem;
}

.reason-card__body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 3.08vw, 1.5rem);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--reason-image-w);
  margin-block-start: 2rem;
}

.reason-card--left .reason-card__body {
  padding-inline-start: 1.875rem;
}

.reason-card--right .reason-card__body {
  padding-inline-end: 1.875rem;
  margin-inline-start: auto;
}

.reason-card__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  color: #5c8b84;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.reason-card__title.reason-card__title--long {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.reason-card__title-main {
  font-size: clamp(2.5rem, 1.855rem + 2.65vw, 3.125rem);
}

.reason-card__title-sub {
  font-size: clamp(1.5rem, 0.854rem + 2.65vw, 2.125rem);
}

.reason-card__text {
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.617rem + 1.06vw, 1.125rem);
  line-height: 1.5;
}

/* service-card */
.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  width: 9.8125rem;
  height: 10.6875rem;
  padding-block: 1.25rem;
  padding-inline: 0.625rem;
  background-color: #fff;
  border-radius: 100vmax;
}

.service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
}

.service-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-card__text {
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

/* support-card */
.support-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-block: 2.75rem 1.5rem;
  padding-inline: 1.4375rem;
  background-color: #fff;
  border: 0.0625rem solid #5c8b84;
  border-radius: 0.375rem;
}

.support-card__corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.1875rem;
  height: 3.125rem;
  background-image: url("../image/top/section-support-card-corner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.support-card__label {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  color: #5c8b84;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  translate: -50% 0;
}

.support-card__image {
  width: 100%;
}

.support-card__image img {
  width: 100%;
  aspect-ratio: 282/102;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.1875rem;
}

.support-card__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.4375rem;
  margin-block-start: 0.5625rem;
}

.support-card__title {
  color: #5c8b84;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.support-card__divider {
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #5c8b84 50%, transparent 50%);
  background-size: 0.375rem 0.0625rem;
  background-repeat: repeat-x;
}

.support-card__text {
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.56;
  letter-spacing: 0;
  text-align: left;
}

/* top-case */
.top-case {
  position: relative;
  z-index: 1;
  padding-block: 7.9375rem 1.875rem;
}
.top-case::before {
  position: absolute;
  content: "";
  width: 74.8717948718%;
  aspect-ratio: 292/232;
  left: 1%;
  top: 3.4%;
  background: url("../image/top/section-case-bg-top.png") center center/contain no-repeat;
}

.top-case__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: 37.5rem;
}

.top-case__inner.inner {
  padding-inline: 0.625rem;
}

.top-case__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6875rem;
  width: 100%;
}

.top-case__card {
  width: 100%;
}

/* top-cases (SUPPORT + FLOW セクション) */
.top-cases {
  position: relative;
  padding-block: 0.75rem;
  background-color: #cce0dd;
}

.top-cases::before {
  content: "";
  position: absolute;
  top: -4.3125rem;
  left: 0;
  width: 100%;
  height: 4.375rem;
  background-image: url("../image/top/section-support-bg-wave-top-sp.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  pointer-events: none;
}

.top-cases::after {
  content: "";
  position: absolute;
  bottom: -4.3125rem;
  left: 0;
  width: 100%;
  height: 4.375rem;
  background-image: url("../image/top/section-support-bg-wave-bottom-sp.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  pointer-events: none;
}

.top-cases__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* top-comparison (比較セクション) */
.top-comparison {
  position: relative;
  padding-block: 12.1875rem 3.75rem;
  background: linear-gradient(179deg, rgba(204, 224, 221, 0) 3%, #cce0dd 58%, rgb(212.3, 227.35, 224.9) 100%);
}
.top-comparison::before {
  position: absolute;
  content: "";
  width: 76.9230769231%;
  max-width: 32.5rem;
  aspect-ratio: 300/199;
  right: 0;
  bottom: 77%;
  background: url("../image/top/section-case-bg-bottom.png") center center/contain no-repeat;
  z-index: -1;
}

.top-comparison__inner {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
}

.top-comparison__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-block-start: 3.0625rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-comparison__title-icon {
  height: auto;
}

.top-comparison__title-icon--left {
  position: absolute;
  top: 0;
  right: calc(50% + 2.9375rem);
  width: 3.29rem;
}

.top-comparison__title-icon--right {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.9375rem;
}

/* top-cta */
.top-cta {
  padding-block: 3.75rem;
  background-color: #17332c;
  background-image: linear-gradient(rgba(23, 51, 44, 0.65), rgba(23, 51, 44, 0.65)), url("../image/top/section-cta-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6875rem;
  width: 100%;
}

.top-cta__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

.top-cta__heading-en {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.top-cta__heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.268rem + 0.95vw, 2.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

.top-cta__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  line-height: 1.56;
  color: #fff;
  text-align: center;
}

.top-cta__button.common-button {
  max-width: 20.625rem;
}

/* top-faq */
.top-faq {
  overflow: hidden;
  padding-block: 3.75rem;
  padding-inline: 1.25rem;
}

.top-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-inline: auto;
  gap: 3rem;
}

.top-faq__decoration {
  position: absolute;
  top: -0.1875rem;
  left: 76%;
  width: 8.375rem;
  height: auto;
  pointer-events: none;
}

.top-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
  gap: 1.5rem;
}

/* top-flow */
.top-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 71.25rem;
  margin-inline: auto;
  padding-inline: 0;
}

.top-flow__steps {
  --flow-icon-size: clamp(6.25rem, 26vw, 8.75rem);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
  width: 100%;
  list-style: none;
}

.top-flow__step {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 17.5rem;
  justify-self: center;
}

.top-flow__step--full {
  grid-column: 1/-1;
}

/* SP: 行1(step1-2) / 行2(step3-4) / 行3(step5-6) の点線 — 奇数stepから次のstepへ */
.top-flow__step:nth-child(odd):not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(2.09375rem + var(--flow-icon-size) / 2);
  left: 50%;
  width: calc(100% + 1rem);
  height: 0.3125rem;
  background-image: radial-gradient(circle closest-side, #5c8b84 100%, transparent 100%);
  background-size: 0.625rem 0.3125rem;
  background-repeat: repeat-x;
  background-position: left center;
  pointer-events: none;
  z-index: 0;
}

/* PC: 3列2段。行をまたがない点線(1→2→3 / 4→5→6) */

/* top-fv */
.top-fv {
  position: relative;
  z-index: 80;
  overflow: hidden;
  padding-block: 5.5625rem 1.75rem;
}

.top-fv__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../image/top/fv-sp.jpg");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: cover;
}

.top-fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 85.625rem;
  margin-inline: auto;
  padding-inline: 20px;
}

.top-fv__main {
  display: flex;
  flex-direction: column;
}

.top-fv__title {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #23302e;
}

.top-fv__title-pc {
  display: none;
}

.top-fv__title-sp {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.top-fv__title-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.top-fv__title-tag {
  display: inline-block;
  padding: 0.125rem 0.25rem 0.1875rem;
  background-color: #5c8b84;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 1.875rem;
}

.top-fv__title-tag--sm {
  font-size: 1.75rem;
}

.top-fv__title-end {
  font-size: 1.875rem;
}

.top-fv__lead {
  margin-block-start: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #23302e;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.7), 1px 1px 2px rgba(255, 255, 255, 0.9), -1px -1px 2px rgba(255, 255, 255, 0.9);
}

.top-fv__check-list {
  display: none;
}

.top-fv__check-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #23302e;
}

.top-fv__check-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.top-fv__footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3rem;
  margin-block-start: 12rem;
}

.top-fv__cta-frame {
  /* SP: 下部固定バー */
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-block: 0.75rem max(0.75rem, env(safe-area-inset-bottom));
  padding-inline: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* [DOM移動対応] PC専用のFV内CTAボタン。SP固定バーの.top-fv__cta-frameを.top-fv外へ移動した代替。
   元に戻す場合: このブロックごと削除。 */
.top-fv__cta--pc-only {
  display: none;
}

.top-fv__cta-frame.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.top-fv__cta {
  width: 100%;
  max-width: 20rem;
}

.top-fv__cta.common-button {
  margin-inline: 0;
}

.top-fv__points {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.4375rem;
}

/* FV内ポイントカードの配置スロット（中身は top-point block 側で定義） */
.top-fv__point {
  flex: 0 0 7rem;
  width: 7rem;
  height: 7rem;
}

/* top-point (FV内ポイントカード) */
.top-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  aspect-ratio: 1/1;
  padding: 0.5rem 0.375rem;
  background-color: #fff;
  border: 0.0625rem solid #5c8b84;
  border-radius: 1.4375rem;
  text-align: center;
}

.top-point__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.top-point__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-point__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #23302e;
}

.top-point__text-strong {
  font-weight: 700;
  font-size: 0.875rem;
  color: #23302e;
}

.top-point__text-strong--md {
  font-size: 0.75rem;
}

/* top-reasons (選ばれる5つの理由) */
.top-reasons {
  position: relative;
  padding-block: 3.75rem 8rem;
  background-color: #fff;
  background-image: radial-gradient(circle, #a8cbc5 0.0875rem, transparent 0.1rem);
  background-size: 1.25rem 1.25rem;
  background-position: 0 0;
}

.top-reasons__heading {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 20.625rem;
  margin-inline: auto;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-reasons__heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-reasons__heading-row--bottom {
  gap: 0.375rem;
}

.top-reasons__heading-logo {
  width: 12.8125rem;
  height: auto;
}

.top-reasons__heading-five {
  width: 3.5625rem;
  height: auto;
}

.top-reasons__heading-text {
  font-size: 1.375rem;
}

.top-reasons__heading-text--big {
  font-size: 4rem;
}

.top-reasons__illust {
  display: block;
  width: 11.25rem;
  height: auto;
  margin: 1rem auto 0;
}

.top-reasons__cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  margin-block-start: clamp(11.25rem, 8.017rem + 13.26vw, 14.375rem);
}
.top-reasons__cards::before {
  --illust-w: clamp(12rem, 49.2vw, 14.375rem);
  position: absolute;
  content: "";
  width: var(--illust-w);
  aspect-ratio: 192/160;
  left: calc((100% - var(--illust-w)) * 0.464);
  bottom: 100%;
  background: url(../image/top/illust-reason.svg) center center/contain no-repeat;
}

/* top-selected (「こんな先生に選ばれています」) */
.top-selected {
  padding-block: 3rem;
}

.top-selected__inner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  padding-inline: 20px;
  margin-inline: auto;
}

.top-selected__title {
  position: relative;
  z-index: 1;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-selected__title::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 2.3125rem;
  left: -1.25rem;
  top: 0.4375rem;
  background: url(../image/top/line-left.svg) center center/contain no-repeat;
}
.top-selected__title::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 2.3125rem;
  right: -1.25rem;
  top: 0.4375rem;
  background: url(../image/top/line-right.svg) center center/contain no-repeat;
}

.top-selected__title-slash {
  display: inline-block;
  width: 0.75rem;
  height: auto;
  vertical-align: middle;
  margin-inline: 0.5rem;
}

.top-selected__title-accent {
  color: #5c8b84;
}

.top-selected__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  margin-block-start: 1rem;
  position: relative;
  z-index: -1;
}

.top-selected__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

.top-selected__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  padding-block: 0.6875rem;
  padding-inline: 1rem;
  border: 0.0625rem solid #5c8b84;
  border-radius: 0.375rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

/* top-service (サービス) */
.top-service {
  background-color: #cce0dd;
  padding-block: 3.75rem;
  padding-inline: 1.25rem;
}

.top-service__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
}

.top-service__heading-ja {
  flex-direction: column;
  gap: 0.125rem;
}

.top-service__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.top-service__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.top-service__lead-line {
  display: block;
  flex: 1;
  height: 0.125rem;
  background: linear-gradient(270deg, #86ada7 0%, #5c8b84 100%);
}

.top-service__lead-text {
  flex-shrink: 0;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}

.top-service__lead-accent {
  color: #5c8b84;
  font-weight: 700;
  margin-inline: 0.25rem;
}

.top-service__cards {
  display: grid;
  grid-template-columns: repeat(2, 9.8125rem);
  justify-content: center;
  gap: 0.625rem 1rem;
  width: 100%;
  margin-block-start: 1.5rem;
}

.top-service__closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-block-start: 3.25rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-service__closing-line {
  font-size: 1.25rem;
}

.top-service__closing-line--accent {
  color: #5c8b84;
  font-size: 1.625rem;
}

/* top-support */
.top-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-block: 0rem 3.75rem;
  padding-inline: 0.625rem;
}

.top-support__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  z-index: 10;
}

.top-support__heading-en {
  color: #5c8b84;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(3.75rem, 2.311rem + 5.9vw, 7.625rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.top-support__heading-ja {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.096rem + 1.14vw, 2.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-support__heading-ja-text--accent {
  color: #5c8b84;
}

.top-support__illust {
  display: block;
  width: 10rem;
  height: auto;
  margin: 1rem auto 0;
}

.top-support__cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 24.375rem;
  margin-inline: auto;
  margin-block-start: 9.5625rem;
}
.top-support__cards::before {
  --illust-w: clamp(9.375rem, 47.2vw, 11.5rem);
  position: absolute;
  content: "";
  width: var(--illust-w);
  aspect-ratio: 180/154;
  left: calc((100% - var(--illust-w)) * 0.554);
  bottom: 100%;
  background: url("../image/top/illust-support-sp.svg") center center/contain no-repeat;
}

.top-support__card {
  display: flex;
  flex-direction: column;
}

.top-support__card .support-card {
  flex: 1;
}

/* top-worries (お悩み + ワンストップ支援 CTA) */
.top-worries {
  padding-block-end: 3.75rem;
}

.top-worries__inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.top-worries__block {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-block: 3rem;
  padding-inline: 1.25rem;
  background-color: #cce0dd;
  border-radius: 3.75rem;
}

.top-worries__block::before {
  content: "";
  position: absolute;
  top: 94.4%;
  left: -0.5625rem;
  z-index: 2;
  width: 5rem;
  aspect-ratio: 150/330;
  background-image: url("../image/top/section-worries-illustration-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.top-worries__block::after {
  content: "";
  position: absolute;
  bottom: 94.5%;
  right: 5%;
  z-index: -1;
  width: 8.375rem;
  aspect-ratio: 134/115;
  background-image: url("../image/top/section-selected-illustration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.top-worries__title {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.625rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.top-worries__brackets {
  flex-shrink: 0;
  width: 1.125rem;
  height: auto;
}

.top-worries__brackets--left {
  align-self: flex-start;
}

.top-worries__brackets--right {
  align-self: flex-end;
  margin-block-start: 2.1875rem;
}

.top-worries__title-text {
  display: inline-block;
  font-size: 1.5rem;
}

.top-worries__title-pc {
  display: none;
}

.top-worries__title-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}

.top-worries__title-line {
  display: block;
}

.top-worries__title-accent {
  color: #5c8b84;
}

.top-worries__title-emphasis {
  background-image: radial-gradient(circle, #5c8b84 18%, transparent 22%);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1em 0.3em;
}

.top-worries__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem;
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
  margin-block-start: 1.5rem;
}

.top-worries__solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-block-start: 1.5rem;
}

.top-worries__banner {
  position: relative;
  width: 12.75rem;
}

.top-worries__banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

.top-worries__banner-text {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  translate: -50% 0;
}

.top-worries__solution-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-worries__solution-strong {
  display: inline-block;
  padding: 0.625rem;
  background-color: #5c8b84;
  border-radius: 0.375rem;
  color: #fff;
}

/* util-fadeIn */
.js-fadeIn {
  opacity: 0;
  translate: 0 1.5rem;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), translate 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fadeIn.is-visible {
  opacity: 1;
  translate: 0 0;
}
/* worries-card */
.worries-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 0.9375rem;
  padding-inline: 0.5rem;
  position: relative;
  background-color: #fff;
  border: 0.0625rem solid #5c8b84;
  border-radius: 0.375rem;
  overflow: hidden;
}

.worries-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8125rem;
  height: 2.3125rem;
  background-image: url("../image/common/worries-card-mask-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.worries-card__case {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 1;
  color: #5c8b84;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(0.5rem, 0.337rem + 0.67vw, 0.938rem);
  line-height: 1.4;
  text-transform: uppercase;
}

.worries-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #23302e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.689rem + 0.76vw, 1.375rem);
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
.worries-card__text-line {
  display: block;
  white-space: nowrap;
}

.worries-card__text-strong {
  font-weight: 700;
}

@media screen and (min-width: 768px){
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.6vw;
  }
  .case-card {
    gap: 3.75rem;
    padding-block-end: 3rem;
    padding-inline: 2.5rem;
  }
  .case-card__intro {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.625rem;
  }
  .case-card--reverse .case-card__intro {
    padding-inline-end: 1.3125rem;
    flex-direction: row-reverse;
  }
  .case-card__person {
    width: 12.375rem;
    flex-shrink: 0;
  }
  .case-card__person-caption {
    font-size: 1.125rem;
  }
  .case-card__balloon {
    flex: 1;
    min-width: 0;
    padding-block: 2rem;
    padding-inline: 2.5rem;
    border-radius: 0 3.75rem 0 3.75rem;
  }
  .case-card__balloon-text {
    font-size: 1.375rem;
  }
  .case-card__main {
    gap: 1.5rem;
  }
  .case-card__flow {
    flex-direction: row;
    gap: 0.75rem;
  }
  .case-card__box {
    padding-block: 1.75rem 1.5rem;
    flex: 1;
    min-width: 0;
  }
  .case-card__box-label--consult {
    top: -1rem;
    left: 0.8125rem;
  }
  .case-card__box-label--result {
    top: -1.375rem;
    left: 1.5rem;
  }
  .case-card__box-text {
    font-size: 0.875rem;
  }
  .case-card__box--result .case-card__box-text {
    font-size: 1rem;
  }
  .case-card__arrow {
    rotate: 0deg;
  }
  .case-card__support {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 2.5rem;
    padding-block: 1rem;
    padding-inline: 1.5rem;
  }
  .case-card--reverse .case-card__support {
    justify-content: flex-end;
  }
  .case-card__support-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 36.4375rem;
  }
  .case-card__support-item {
    gap: 0.5rem;
    font-size: 1rem;
  }
  .case-card__support-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .common-faq {
    gap: 1.5rem;
  }
  .common-faq__trigger {
    padding-inline: 1.5rem;
  }
  .common-faq__answer {
    padding-inline: 1.5rem;
  }
  .comparison-table {
    max-width: none;
    grid-template-columns: 280fr 360fr 364fr;
  }
  .comparison-table__icon {
    width: 2.1875rem;
  }
  .flow-card {
    gap: 0.625rem;
    max-width: 11.75rem;
  }
  .flow-card__head {
    gap: 0.5rem;
  }
  .flow-card__step {
    flex-direction: column;
    gap: 0;
  }
  .flow-card__icon {
    width: 9.4375rem;
    height: 9.4375rem;
  }
  .footer {
    padding-block: 3.75rem;
    padding-inline: 5rem;
  }
  .footer__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
  .footer__brand {
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    width: auto;
  }
  .footer__sub {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__policy {
    font-weight: 500;
  }
  .footer__related {
    align-items: flex-start;
  }
  .footer__related-list {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .header {
    height: 5rem;
  }
  .header__inner {
    padding-inline: 2.5rem;
  }
  .header__logo {
    max-width: 17.9375rem;
  }
  .header__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding-block: 1rem;
    padding-inline: 2rem;
    position: relative;
    isolation: isolate;
    background: linear-gradient(195deg, #86ada7 -19.46%, #5c8b84 88.46%);
    border-radius: 100vmax;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .header__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #416b65;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .reason-card {
    flex-direction: row;
    align-items: center;
    gap: clamp(1.5rem, 5vw, 3.75rem);
    padding-inline: 0;
  }
  .reason-card--left {
    align-self: flex-start;
    padding-inline-end: 0;
  }
  .reason-card--right {
    align-self: flex-end;
    flex-direction: row-reverse;
    padding-inline-start: 0;
  }
  .reason-card__number {
    top: 3.125rem;
  }
  .reason-card--left .reason-card__number {
    right: 0;
  }
  .reason-card--right .reason-card__number {
    left: 1.5%;
  }
  .reason-card__image {
    flex: 1 1 0;
    width: auto;
    max-width: 36.25rem;
  }
  .reason-card--right .reason-card__image {
    margin-inline-start: 0;
  }
  .reason-card__image img {
    aspect-ratio: 580/400;
  }
  .reason-card--left .reason-card__image img {
    border-radius: 0 9.375rem 9.375rem 0;
  }
  .reason-card--right .reason-card__image img {
    border-radius: 9.375rem 0 0 9.375rem;
  }
  .reason-card--left .reason-card__image--small-radius img {
    border-radius: 0 3.75rem 3.75rem 0;
  }
  .reason-card--right .reason-card__image--small-radius img {
    border-radius: 3.75rem 0 0 3.75rem;
  }
  .reason-card__body {
    flex: 1 1 0;
    gap: 1.5rem;
    width: auto;
    max-width: 36.25rem;
    margin-block-start: 0;
  }
  .reason-card--left .reason-card__body {
    padding-inline-start: 0;
  }
  .reason-card--right .reason-card__body {
    padding-inline-start: clamp(1rem, 4vw, 3rem);
    padding-inline-end: 0;
    margin-inline-start: 0;
  }
  .reason-card__title {
    justify-content: flex-start;
    gap: 0.5rem;
    letter-spacing: 0.08em;
  }
  .reason-card__title-main {
    font-size: 3.125rem;
  }
  .reason-card__title-sub {
    font-size: 2.125rem;
  }
  .reason-card__text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .service-card {
    width: 14.875rem;
    height: auto;
    min-height: 0;
    padding-block: 1.6875rem;
    padding-inline: 3.3125rem;
  }
  .service-card__text {
    font-size: 1.375rem;
  }
  .support-card__image img {
    aspect-ratio: 257/102;
  }
  .top-case {
    padding-block: 14.375rem 6.25rem;
  }
  .top-case::before {
    width: 40.2777777778%;
    aspect-ratio: 580/456;
    left: -0.4%;
    top: 7.2%;
  }
  .top-case__inner {
    gap: 0.1875rem;
  }
  .top-case__inner.inner {
    padding-inline: 25px;
  }
  .top-case__cards {
    gap: 2.8125rem;
  }
  .top-cases::before {
    top: -8.0625rem;
    height: 8.125rem;
    background-image: url("../image/top/section-support-bg-wave-top.svg");
  }
  .top-cases::after {
    bottom: -8.0625rem;
    height: 8.125rem;
    background-image: url("../image/top/section-support-bg-wave-bottom.svg");
  }
  .top-comparison {
    padding-block: 6.25rem 5rem;
  }
  .top-comparison::before {
    width: 39.0277777778%;
    aspect-ratio: 562/375;
  }
  .top-comparison__inner {
    gap: 2.8125rem;
  }
  .top-comparison__title {
    padding-block-start: 0;
    gap: 0.5rem;
    font-size: 2.875rem;
  }
  .top-comparison__title-icon--left {
    position: static;
    top: auto;
    right: auto;
    width: 6.25rem;
  }
  .top-comparison__title-icon--right {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 7.25rem;
  }
  .top-cta {
    padding-block: 3.75rem;
  }
  .top-cta__inner {
    gap: 2rem;
  }
  .top-cta__lead {
    line-height: 1.8;
  }
  .top-cta__button.common-button {
    max-width: 25rem;
  }
  .top-faq {
    padding-block: 5rem;
    padding-inline: 0.625rem;
  }
  .top-faq__inner {
    max-width: 62.5rem;
  }
  .top-faq__decoration {
    top: 0;
    left: 43.4375rem;
    width: 10.75rem;
  }
  .top-faq__list {
    max-width: 55rem;
    gap: 2rem;
  }
  .top-flow {
    gap: 0;
  }
  .top-flow__steps {
    --flow-icon-size: 9.4375rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
    margin-block-start: 4rem;
  }
  .top-flow__step {
    max-width: none;
  }
  .top-flow__step--full {
    grid-column: auto;
  }
  .top-flow__step:nth-child(odd):not(:last-child)::after {
    display: none;
  }
  .top-flow__step:not(:nth-child(3n)):not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 8.5625rem;
    left: 50%;
    width: calc(100% + 3.125rem);
    height: 0.3125rem;
    background-image: radial-gradient(circle closest-side, #5c8b84 100%, transparent 100%);
    background-size: 0.625rem 0.3125rem;
    background-repeat: repeat-x;
    background-position: left center;
    pointer-events: none;
    z-index: 0;
  }
  .top-fv {
    padding-block: 10rem 3.75rem;
    min-height: 45rem;
  }
  .top-fv__photo {
    background-image: url("../image/top/fv.jpg");
    background-position: center;
  }
  .top-fv__inner {
    padding-inline: 2.1875rem 1.5625rem;
  }
  .top-fv__main {
    max-width: 51.25rem;
  }
  .top-fv__title {
    gap: 1.25rem;
  }
  .top-fv__title-pc {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .top-fv__title-sp {
    display: none;
  }
  .top-fv__title-line {
    gap: 0.875rem;
  }
  .top-fv__title-tag {
    padding: 0.25rem 0.875rem 0.375rem;
    border-radius: 0.375rem;
    font-size: 3.0625rem;
  }
  .top-fv__title-end {
    font-size: 3.1875rem;
  }
  .top-fv__lead {
    margin-block-start: 1rem;
    font-size: 1.25rem;
  }
  .top-fv__check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-block-start: 1.5rem;
  }
  .top-fv__footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    margin-block-start: 2.5rem;
  }
  .top-fv__cta-frame {
    /* [DOM移動対応] .top-fv 外へ移動したため、PC では非表示にして .top-fv__cta--pc-only を表示する。
       元に戻す場合: 下記を `display: contents;` に戻す。 */
    display: none;
  }
  .top-fv__cta--pc-only {
    display: flex;
  }
  .top-fv__cta-frame.is-hidden {
    /* PC: 固定バー化しないので非表示制御は不要 */
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .top-fv__cta {
    width: 20rem;
    max-width: 100%;
    flex-shrink: 0;
  }
  .top-fv__points {
    gap: 0.5rem;
    flex-shrink: 0;
    width: 100%;
    max-width: 28.375rem;
    margin-block-start: 0.5rem;
    justify-content: flex-start;
  }
  .top-fv__point {
    flex: 0 0 9.125rem;
    width: 9.125rem;
    height: auto;
    max-width: 9.125rem;
  }
  .top-point {
    gap: 0.25rem;
    padding: 0.625rem;
  }
  .top-point__icon {
    width: 2.875rem;
    height: 2.875rem;
  }
  .top-point__text {
    font-size: 1rem;
  }
  .top-point__text-strong--xl {
    font-size: 1.25rem;
  }
  .top-point__text-strong--md {
    font-size: 0.9375rem;
  }
  .top-point__text-strong--lg {
    font-size: 1.125rem;
  }
  .top-reasons {
    padding-block: 6.25rem 14.375rem;
    background-size: 1.5rem 1.5rem;
  }
  .top-reasons__heading {
    gap: 0.5rem;
    max-width: 62.5rem;
    padding-inline: 1.25rem;
  }
  .top-reasons__heading-row {
    margin-inline-start: -0.625rem;
  }
  .top-reasons__heading-row--bottom {
    gap: 0.625rem;
  }
  .top-reasons__heading-logo {
    width: 19.8125rem;
  }
  .top-reasons__heading-five {
    width: 4.75rem;
  }
  .top-reasons__heading-text {
    font-size: 2.125rem;
  }
  .top-reasons__heading-text--big {
    font-size: 6.25rem;
  }
  .top-reasons__illust {
    width: 17.5rem;
    margin-block-start: 1.5rem;
  }
  .top-reasons__cards {
    gap: 3.75rem;
    margin-block-start: 3rem;
  }
  .top-reasons__cards::before {
    left: auto;
    right: 0;
    bottom: 95.3%;
    aspect-ratio: 385/347;
    width: 26.7361111111%;
  }
  .top-selected {
    padding-block: 5rem;
  }
  .top-selected__inner {
    padding-inline: 4.0625rem;
  }
  .top-selected__title {
    font-size: 2.125rem;
  }
  .top-selected__title-slash {
    width: 1.125rem;
    margin-inline: 0.875rem;
  }
  .top-selected__list {
    gap: 1.4375rem;
    margin-block-start: 2rem;
  }
  .top-selected__row {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
  .top-selected__item {
    width: auto;
    padding-block: 0.9375rem;
    padding-inline: 1.1875rem 1.25rem;
    font-size: 1.125rem;
  }
  .top-service {
    padding-block: 6.25rem;
    padding-inline: 0.625rem;
  }
  .top-service__inner {
    gap: 3rem;
  }
  .top-service__heading-ja {
    flex-direction: row;
    gap: 0 0.125rem;
  }
  .top-service__lead {
    gap: 1.5rem;
  }
  .top-service__lead-line {
    flex: 0 0 3.25rem;
  }
  .top-service__lead-text {
    font-size: 1.375rem;
    font-weight: 500;
  }
  .top-service__lead-accent {
    margin-inline: 0;
  }
  .top-service__cards {
    gap: 1rem 0.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-block-start: 2.5rem;
  }
  .top-service__closing-line {
    font-size: 1.75rem;
  }
  .top-service__closing-line--accent {
    font-size: 2rem;
  }
  .top-support {
    gap: 0;
    padding-block: 0rem 6.25rem;
    padding-inline: 0;
  }
  .top-support__heading-ja {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 0.125rem;
  }
  .top-support__illust {
    width: 15rem;
    margin-block-start: 1.5rem;
  }
  .top-support__cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    max-width: none;
    margin-block-start: 4rem;
  }
  .top-support__cards::before {
    left: auto;
    right: -0.8%;
    width: 25.546875%;
    aspect-ratio: 327/348;
    background: url("../image/top/illust-support.svg") center center/contain no-repeat;
  }
  .top-support__card {
    flex: 0 0 calc((100% - 1.25rem * 3) / 4);
  }
  .top-worries {
    padding-block-end: 5rem;
  }
  .top-worries__inner {
    padding-inline: 25px;
  }
  .top-worries__block {
    padding-block: 5.1875rem 5rem;
    padding-inline: 4rem;
    border-radius: 7.5rem;
  }
  .top-worries__block::before {
    top: 88%;
    left: 3.2%;
    width: 11.71875%;
    background-image: url("../image/top/section-worries-illustration.svg");
  }
  .top-worries__block::after {
    bottom: 100%;
    right: 8%;
    aspect-ratio: 222/190;
    width: 17.34375%;
  }
  .top-worries__title {
    gap: 0.375rem;
  }
  .top-worries__brackets {
    width: 1.4375rem;
  }
  .top-worries__title-text {
    font-size: clamp(1.75rem, 1.321rem + 0.89vw, 2.125rem);
  }
  .top-worries__title-pc {
    display: block;
  }
  .top-worries__title-sp {
    display: none;
  }
  .top-worries__cards {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 1.25rem;
    margin-block-start: 2.375rem;
  }
  .top-worries__solution {
    gap: 1.5rem;
    margin-block-start: 2.8125rem;
  }
  .top-worries__banner {
    width: 17.25rem;
  }
  .top-worries__banner-text {
    top: 0.9375rem;
    font-size: 1.5rem;
  }
  .top-worries__solution-text {
    gap: 0.5rem;
    font-size: 1.25rem;
  }
  .top-worries__solution-line {
    font-size: 2.125rem;
  }
  .top-worries__solution-strong {
    font-size: 2.125rem;
  }
  .worries-card {
    padding-block: 2rem;
    padding-inline: 1rem;
  }
  .worries-card::before {
    width: 5.3125rem;
    height: 4.0625rem;
    background-image: url("../image/common/worries-card-mask-pc.svg");
  }
  .worries-card__case {
    top: 0.5rem;
    left: 0.5rem;
  }
}

@media (min-width: 1000px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover){
  .common-button__main:hover::before {
    opacity: 1;
  }
  .common-button__main:hover .common-button__arrow {
    translate: 0.1875rem -50%;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
  .footer__nav-link:hover {
    opacity: 0.8;
  }
  .footer__policy:hover {
    opacity: 0.8a;
  }
  .footer__related-link:hover {
    opacity: 0.8;
  }
  .header__logo:hover {
    opacity: 0.8;
  }
  .header__cta:hover::before {
    opacity: 1;
  }
  .header__cta:hover .header__cta-icon--arrow {
    translate: 0.1875rem 0;
  }
}

@media (prefers-reduced-motion: reduce){
  .js-fadeIn {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}