@charset "UTF-8";
html {
  font-size: min(16px, 1.1111111111vw);
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (width <= 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 16px;
}

textarea {
  field-sizing: content;
}

body {
  font-family: var(--base-font-family);
  font-weight: var(--fw-regular);
  color: var(--color-text);
}

html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  appearance: textfield;
  appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

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

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  /* inner */
  --inner: min(1080px, 100%);
  --inner-sp: min(500px, 100%);
  --padding-inner: 20px;
  /* px → rem 変換用 CSS 変数。
   * `calc(20 * var(--to-rem))` は SCSS の `rem(20)` コンパイル結果 (1.25rem) と等価。
   * :root 内のカスタムプロパティで「rem 相当」を表したい時、および dev-inspector の
   * ライブプレビュー (rem(N) → calc(N * var(--to-rem)) 注入) が機能するために必要。 */
  --to-rem: calc(1rem / 16);
  /* z-index */
  --z-index-header: 900;
  --z-index-drawer: 1000;
  /* color - base */
  --color-white: #fff;
  --color-text: #0d2936;
  --color-black: #000;
  --color-gray: #f0f0f0;
  --color-border-gray: #aaaaaf;
  --color-orange: #de8430;
  /* color - brand (eiwa-lp / 特殊詐欺) */
  --color-accent: #0054c1; /* Figma 特殊_main */
  --color-accent-bg: #e7f0fb; /* 暫定: accent の薄背景。Figma に変数なし、確定要 */
  --color-cta-green-from: #06c755;
  --color-cta-green-to: #009d40;
  --color-cta-red-from: #d70000;
  --color-cta-red-to: #af0000;
  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;
  /* font-family */
  --base-font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  --title-font-family: "Lato", sans-serif;
  --en-font-family: "Oswald", sans-serif;
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 100px;
}

@media (width <= 767px) {
  :root {
    --header-height: 60px;
  }
}
/*
 * フッター (Figma node 68:2418, 1440×184)
 *   黒背景に nav 2 link (運営者情報 / プライバシーポリシー) と copyright を中央配置
 *   PC: nav y=40 / copyright y=113
 *   SP: nav と copyright を縦積み、padding-block で中央寄せ
 */
.l-footer {
  padding-block: 2.1875rem 3.125rem;
  color: var(--color-white);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.375rem 2rem;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90rem;
  margin-inline: auto;
}

.l-footer__nav {
  width: 100%;
}

.l-footer__navList {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__navList {
    gap: 1rem;
  }
}

.l-footer__navLink {
  position: relative;
  display: inline-block;
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  line-height: 1.4;
  color: var(--color-white);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer__navLink {
    font-size: 0.875rem;
  }
}

.l-footer__navLink::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background-color: currentcolor;
  opacity: 0;
  transition: opacity var(--duration) ease;
}

.l-footer__navLink:hover::after {
  opacity: 1;
}

.l-footer__copyright {
  margin-top: 3.25rem;
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 2.25rem;
    font-size: 0.75rem;
  }
}

/*
 * ヘッダーはリキッドスケーリングから除外（html font-size 変動の影響を避けるため px 直書き）
 * PCはFigmaの1440pxカンプに合わせ、左にロゴ、右端にLINE CTA、その左にナビを配置する。
 * 1100px以下は既存仕様どおり Hamburger 化する。
 */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--z-index-header);
  background-color: var(--color-white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.l-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100px;
  padding-inline: 43px 0;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    max-width: 600px;
    height: 60px;
    padding-inline: 20px;
  }
}

.l-header__logo {
  display: block;
  flex-shrink: 0;
  width: 199px;
}
@media screen and (max-width: 1100px) {
  .l-header__logo {
    width: 148px;
  }
}

.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ========================================
 * PC Navigation (<= 1180 で非表示)
 * ======================================== */
.l-header__nav {
  align-self: stretch;
  margin-right: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__navList {
  display: flex;
  gap: 30px;
  align-items: stretch;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-header__navItem {
  position: relative;
  display: flex;
  align-items: center;
}

.l-header__navItem::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  content: "";
  background-color: var(--color-accent);
  transition: transform var(--duration) ease;
  transform: scaleX(0);
  transform-origin: center;
}

.l-header__navItem:hover::after {
  transform: scaleX(1);
}

.l-header__navLink {
  display: block;
  font-size: 16px;
  font-weight: var(--fw-semibold);
  line-height: 1.875;
  color: var(--color-black);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--duration) ease;
}

.l-header__navItem:hover .l-header__navLink {
  font-weight: var(--fw-black);
  color: var(--color-accent);
}

/* ========================================
 * CTA (PC のみ表示。1100px 以下は hamburger に切替)
 * ヘッダー固有の小さい CTA ボタン。共通コンポーネントではない
 * (使い回さないため。.l-header はリキッド除外なので px 直書き)
 * ======================================== */
.l-header__ctaGroup {
  display: flex;
  flex-shrink: 0;
  align-self: stretch;
}
@media screen and (max-width: 1100px) {
  .l-header__ctaGroup {
    display: none;
  }
}

.l-header__cta {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  width: 185px;
  height: 100%;
  padding-inline: 20px 0;
  color: var(--color-white);
  text-decoration: none;
  transition: opacity var(--duration) ease;
}

.l-header__ctaIcon {
  flex-shrink: 0;
  width: 34px;
  height: 32px;
}

.l-header__cta:hover {
  opacity: 0.85;
}

.l-header__cta--isDiagnosis {
  background: linear-gradient(to bottom, var(--color-cta-green-from) 50%, var(--color-cta-green-to));
}

.l-header__cta--isPhone {
  background: linear-gradient(to bottom, var(--color-cta-red-from) 50%, var(--color-cta-red-to));
}

.l-header__ctaBadge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.l-header__ctaBadgeText {
  font-size: 14px;
  font-weight: var(--fw-black);
  -webkit-text-stroke: 5px var(--color-cta-green-from);
  paint-order: stroke fill;
}

.l-header__ctaBadgeDeco {
  width: 12px;
  height: auto;
  object-fit: contain;
}

.l-header__ctaBadgeDeco--left {
  transform: scaleX(-1);
}

.l-header__ctaSub {
  margin-top: 2px;
  font-size: 10px;
  font-weight: var(--fw-black);
  line-height: 1.2;
  white-space: nowrap;
}

.l-header__ctaMain {
  font-size: 20px;
  font-weight: var(--fw-black);
  line-height: 1.5;
  white-space: nowrap;
}

/* ========================================
 * Hamburger (<= 1180px)
 * ======================================== */
.l-header__hamburger {
  position: relative;
  z-index: 1100; /* drawer (1000) より上に配置、開閉どちらでもクリックできるように */
  display: none;
  flex-shrink: 0;
  width: 26px;
  height: 18px;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 1100px) {
  .l-header__hamburger {
    display: block;
  }
}

.l-header__hamburgerLine {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  transition: transform var(--duration) ease;
}

.l-header__hamburgerLine + .l-header__hamburgerLine {
  margin-top: 5px;
}

.l-header__hamburger.is-open .l-header__hamburgerLine {
  transform-origin: center;
}

.l-header__hamburger.is-open .l-header__hamburgerLine:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}

.l-header__hamburger.is-open .l-header__hamburgerLine:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* ========================================
 * Drawer (<= 1180px)
 * ======================================== */
/* drawer は画面右端寄せ。タブレット帯 (768-1099px) で hamburger / X 位置 (画面右端寄り) と
 * drawer パネル右端を一致させるため、`margin-inline: auto` の中央配置から right 配置に変更。
 * SP 帯 (< 600px) は width 100% で画面いっぱい、それ以上は max-width 600px で右パネル。 */
.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--z-index-drawer);
  display: none;
  width: 100%;
  max-width: 600px;
  background-color: var(--color-white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1100px) {
  .l-header__drawer[aria-hidden=false] {
    display: block;
  }
}

.l-header__drawerHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-inline: 20px;
}

.l-header__drawerNav {
  padding-block: 30px 37px;
}

.l-header__drawerList {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-header__drawerItem {
  text-align: center;
}

.l-header__drawerItem::after {
  display: block;
  width: 180px;
  height: 1px;
  margin-inline: auto;
  margin-top: 12px;
  content: "";
  background-color: rgba(0, 84, 193, 0.4);
}

.l-header__drawerItem:last-child::after {
  display: none;
}

.l-header__drawerItem + .l-header__drawerItem {
  margin-top: 12px;
}

.l-header__drawerLink {
  display: block;
  font-size: 16px;
  font-weight: var(--fw-semibold);
  line-height: 1.875;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration) ease;
}

.l-header__drawerLink:hover {
  font-weight: var(--fw-black);
  color: var(--color-accent);
}

.l-inner {
  max-width: calc(var(--inner) + var(--padding-inner) * 2);
  padding-inline: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(var(--inner-sp) + var(--padding-inner) * 2);
  }
}

.c-lineCta {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 37.5rem;
  min-height: 5.625rem;
  padding-block: 0.75rem 0.8125rem;
  padding-inline: 2.875rem 3.25rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to bottom, var(--color-cta-green-from) 50%, var(--color-cta-green-to));
  border: 0.1875rem solid var(--color-white);
  border-radius: 0.625rem;
  box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.35);
  transition: opacity var(--duration) ease;
}
@media screen and (max-width: 767px) {
  .c-lineCta {
    width: 100%;
    min-height: 4.0625rem;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    border-width: 0.125rem;
  }
}

.c-lineCta:hover {
  opacity: 0.85;
}

.c-lineCta__sub {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: var(--fw-black);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-lineCta__sub {
    font-size: 0.75rem;
  }
}

.c-lineCta__main {
  display: inline-flex;
  align-items: center;
  margin-top: 0.4375rem;
  font-size: 1.625rem;
  font-weight: var(--fw-black);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-lineCta__main {
    margin-top: 0.3125rem;
    font-size: 1.1875rem;
  }
}

.c-lineCta__icon {
  width: 2rem;
  height: 2rem;
  margin-inline-end: 0.3125rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-lineCta__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-lineCta__text {
  display: inline-block;
}

.c-lineCta__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-lineCta__arrow {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

.p-caseStudy {
  padding-block: 6.25rem 6.25rem;
  overflow: hidden;
  background-color: #f3f9ff;
}
@media screen and (max-width: 767px) {
  .p-caseStudy {
    padding-block: 1.9375rem 4.375rem;
  }
}

.p-caseStudy__inner {
  width: min(100%, 64rem);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__inner {
    width: min(100%, 23.4375rem);
    padding-inline: 0;
  }
}

.p-caseStudy__head {
  position: relative;
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__head {
    display: block;
    margin-top: 8.0625rem;
  }
}

.p-caseStudy__person {
  position: absolute;
  width: 100%;
  height: auto;
}

.p-caseStudy__person--left {
  bottom: 0.375rem;
  left: 9.0625rem;
  width: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__person--left {
    top: -7.9375rem;
    bottom: 0;
    left: 6.0625rem;
    width: 4.625rem;
  }
}

.p-caseStudy__person--right {
  right: 7.5rem;
  bottom: 0.1875rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__person--right {
    top: -7.9375rem;
    right: 6.0625rem;
    bottom: 0;
    width: 6.75rem;
  }
}

.p-caseStudy__titleGroup {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__titleGroup {
    grid-row: 2;
    grid-column: 1/-1;
    margin-top: 0.8125rem;
  }
}

.p-caseStudy__label {
  font-family: var(--en-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-accent);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__label {
    font-size: 0.9375rem;
  }
}

.p-caseStudy__title {
  margin-top: 0.9375rem;
  font-weight: var(--fw-black);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__title {
    margin-top: 0.625rem;
  }
}

.p-caseStudy__titleLine {
  display: block;
  font-size: 2rem;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__titleLine {
    font-size: 1.75rem;
    white-space: normal;
  }
}

.p-caseStudy__titleEm {
  display: block;
  font-size: 2.5rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-caseStudy__titleEm {
    font-size: 2rem;
  }
}

.p-caseStudy__line {
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__line {
    width: 2.5rem;
    margin-top: 0.9375rem;
  }
}

.p-caseStudy__lead {
  margin-top: 1.625rem;
  font-size: 1.125rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__lead {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-caseStudy__leadLine {
  display: block;
}

.p-caseStudy__slider {
  position: relative;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__slider {
    margin-top: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-caseStudy__viewport {
    overflow: visible;
    touch-action: pan-y;
  }
}

.p-caseStudy__list {
  display: grid;
  grid-template-columns: repeat(3, 19.0625rem);
  column-gap: 2.6875rem;
  justify-content: center;
  padding: 0;
  margin-inline: auto;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__list {
    --caseStudySlideIndex: 2;
    display: flex;
    column-gap: 1.25rem;
    justify-content: flex-start;
    width: max-content;
    margin-inline: 0;
    transition: transform 0.3s ease;
    transform: translateX(calc(2.1875rem - var(--caseStudySlideIndex) * 20.3125rem));
    will-change: transform;
  }
}

@media screen and (max-width: 767px) {
  .p-caseStudy__list.is-noTransition {
    transition: none;
  }
}

.p-caseStudy__item {
  width: 19.0625rem;
  min-width: 0;
}

.p-caseStudy__card {
  position: relative;
  height: 34.75rem;
  padding-block: 2.5rem 0;
  padding-inline: 0.9375rem;
  background-color: var(--color-white);
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.15));
}

.p-caseStudy__cardTitle {
  position: absolute;
  top: -1.3125rem;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.125rem;
  min-height: 2.625rem;
  margin-inline: 0;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-black);
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-accent);
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.15));
  border: 0.1875rem solid var(--color-white);
  transform: translateX(-50%);
}

.p-caseStudy__summary {
  height: 12.5rem;
  margin-top: 0;
}

.p-caseStudy__summaryText {
  font-size: 1.125rem;
  font-weight: var(--fw-black);
  line-height: 1.6;
  color: var(--color-accent);
}

.p-caseStudy__type {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: var(--fw-semibold);
  line-height: 1.4;
  color: #111;
  text-align: right;
}

.p-caseStudy__detail {
  height: 18.9375rem;
  padding-inline: 0;
  padding-top: 1.25rem;
  margin-inline: -0.9375rem;
  margin-top: 0.8125rem;
  background-color: #deebf8;
}

.p-caseStudy__detailTitle {
  width: 17.1875rem;
  min-height: 1.875rem;
  padding-inline: 0.625rem;
  padding-top: 0.125rem;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: var(--fw-black);
  line-height: 1.75;
  color: #0b0b0b;
  background-color: #f2eb5f;
}

.p-caseStudy__detailText {
  width: 17.1875rem;
  margin-inline: auto;
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  line-height: 1.4;
  color: #000;
}

.p-caseStudy__detailText + .p-caseStudy__detailText {
  margin-top: 0;
}

.p-caseStudy__controls {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__controls {
    position: absolute;
    top: 14.8125rem;
    left: 50%;
    z-index: 2;
    display: grid;
    grid-template-columns: 2.375rem 2.375rem;
    justify-content: space-between;
    width: 23.125rem;
    margin-inline: 0;
    margin-top: 0;
    pointer-events: none;
    transform: translateX(-50%);
  }
}

.p-caseStudy__arrow {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.p-caseStudy__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.p-caseStudy__arrow--next img {
  transform: rotate(180deg);
}

.p-caseStudy__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__pagination {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
  }
}

.p-caseStudy__dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #a8a8a8;
  border: 0;
  border-radius: 50%;
}

.p-caseStudy__dot + .p-caseStudy__dot {
  margin-left: 0.5625rem;
}

.p-caseStudy__dot.is-active {
  background-color: var(--color-accent);
}

.p-checklist {
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-checklist {
    padding-top: 3.75rem;
    margin-bottom: 4.375rem;
  }
}

.p-checklist__inner {
  width: min(100%, 62.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-checklist__inner {
    width: min(100%, 20.9375rem);
    background-image: linear-gradient(to bottom, transparent 1.125rem, #f3f9ff 1.125rem);
  }
}

.p-checklist__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 37.25rem;
  min-height: 5.1875rem;
  padding-block: 0.625rem 0.75rem;
  margin-inline: auto;
  font-family: var(--base-font-family);
  font-weight: var(--fw-black);
  line-height: 1.15;
  color: #000;
  white-space: nowrap;
  background-color: var(--color-white);
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.12));
  border: 0.1875rem solid var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-checklist__title {
    width: 19.5rem;
    min-height: 3.75rem;
    filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.12));
    border-width: 0.125rem;
  }
}

.p-checklist__titleSmall {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-checklist__titleSmall {
    font-size: 1.125rem;
  }
}

.p-checklist__titleEm {
  display: inline-block;
  padding-top: 0.4375rem;
  font-size: 2.5rem;
  color: var(--color-accent);
  background-image: url("../images/title_deco_pc.lXTykMIE.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 8rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-checklist__titleEm {
    padding-top: 0.5rem;
    font-size: 1.5rem;
    background-image: url("../images/title_deco_sp.55Cm-XGD.svg");
    background-size: 4.8125rem 0.375rem;
  }
}

.p-checklist__body {
  padding-top: 4.375rem;
  margin-top: -2.375rem;
  background-color: #f3f9ff;
}
@media screen and (max-width: 767px) {
  .p-checklist__body {
    padding-top: 0;
    margin-top: 1.3125rem;
    background-color: transparent;
  }
}

.p-checklist__lead {
  font-size: 1.75rem;
  font-weight: var(--fw-black);
  line-height: 1.4;
  color: #000;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-checklist__lead {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .p-checklist__leadLine {
    display: block;
  }
}

.p-checklist__leadEm {
  font-size: 2.125rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-checklist__leadEm {
    display: inline-block;
    margin-top: 0.125rem;
    font-size: 1.5rem;
  }
}

.p-checklist__divider {
  display: block;
  width: 50rem;
  margin-inline: auto;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-checklist__divider {
    width: 19.0625rem;
    margin-top: 1rem;
  }
}

.p-checklist__divider img {
  display: block;
  width: 100%;
  height: auto;
}

.p-checklist__list {
  width: 40.4375rem;
  padding: 0;
  margin-inline: auto;
  margin-top: 0.8125rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-checklist__list {
    width: 19.0625rem;
    margin-top: 1.375rem;
  }
}

.p-checklist__item {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  column-gap: 0.3125rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-checklist__item {
    grid-template-columns: 1.3125rem 1fr;
    align-items: start;
  }
}

.p-checklist__item + .p-checklist__item {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-checklist__item + .p-checklist__item {
    margin-top: 1.3125rem;
  }
}

.p-checklist__icon {
  display: block;
  width: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-checklist__icon {
    width: 1.3125rem;
    margin-top: 0.3125rem;
  }
}

.p-checklist__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-checklist__text {
  font-size: 1.125rem;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  color: #000;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-checklist__text {
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
  }
}

.p-checklist__strong {
  font-size: 1.4375rem;
  font-weight: var(--fw-black);
  line-height: 1.18;
  color: var(--color-accent);
  background-image: linear-gradient(transparent 62%, #f2eb5f 0);
}
@media screen and (max-width: 767px) {
  .p-checklist__strong {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-checklist__cta {
  padding-block: 0 4.0625rem;
  margin-top: 5.4375rem;
  background-image: linear-gradient(98deg, #1150a3 2%, #0b3975 35%);
}
@media screen and (max-width: 767px) {
  .p-checklist__cta {
    padding-block: 0 2.75rem;
    margin-top: 3.75rem;
  }
}

.p-checklist__badge {
  display: grid;
  place-items: center;
  width: 8.375rem;
  height: 8.375rem;
  margin-inline: auto;
  transform: translateY(-3.9375rem);
}
@media screen and (max-width: 767px) {
  .p-checklist__badge {
    width: 5.125rem;
    height: 5.125rem;
    transform: translateY(-2.375rem);
  }
}

.p-checklist__badge picture {
  display: block;
  grid-area: 1/1;
}

.p-checklist__badge img {
  display: block;
  width: 100%;
  height: auto;
}

.p-checklist__badgeText {
  grid-area: 1/1;
  font-size: 1.5rem;
  font-weight: var(--fw-black);
  line-height: 1.6;
  color: #111;
  transform: rotate(-8deg);
}
@media screen and (max-width: 767px) {
  .p-checklist__badgeText {
    font-size: 1rem;
  }
}

.p-checklist__ctaText {
  margin-top: -2.25rem;
  font-weight: var(--fw-black);
  line-height: 3.125rem;
  color: var(--color-white);
  text-align: center;
  -webkit-text-stroke: 8px var(--color-white);
  paint-order: stroke fill;
  text-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-checklist__ctaText {
    margin-top: -1.375rem;
    line-height: 1.875rem;
    -webkit-text-stroke: 7px var(--color-white);
    text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
  }
}

.p-checklist__ctaLine {
  display: block;
  font-size: 1.875rem;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-checklist__ctaLine {
    font-size: 1.125rem;
  }
}

.p-checklist__ctaLine--blue {
  font-size: 2.125rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-checklist__ctaLine--blue {
    font-size: 1.25rem;
  }
}

.p-checklist__ctaLine--large {
  font-size: 2.625rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-checklist__ctaLine--large {
    font-size: 1.375rem;
  }
}

.p-ctaSection {
  padding-block: 4rem 4rem;
  background-image: linear-gradient(98deg, #1150a3 2%, #0b3975 35%);
}
@media screen and (max-width: 767px) {
  .p-ctaSection {
    padding-block: 3.375rem 3rem;
  }
}

.p-ctaSection__inner {
  width: min(100%, 64rem);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__inner {
    width: min(100%, 23.4375rem);
  }
}

.p-ctaSection__lead {
  display: grid;
  grid-template-columns: 1.9375rem max-content 1.9375rem;
  column-gap: 0.75rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__lead {
    grid-template-columns: 1.375rem 1fr 1.375rem;
    column-gap: 0.4375rem;
    align-items: flex-end;
  }
}

.p-ctaSection__leadSlash {
  display: block;
}

.p-ctaSection__leadSlash img {
  display: block;
  width: 1.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__leadSlash img {
    width: 1.375rem;
  }
}

.p-ctaSection__leadText {
  font-size: 1.5625rem;
  font-weight: var(--fw-black);
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__leadText {
    font-size: 0.875rem;
    line-height: 1.25;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-ctaSection__leadLine {
    display: block;
  }
}

.p-ctaSection__leadAccent {
  font-size: 1.9375rem;
  color: #fadb9f;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__leadAccent {
    font-size: 1.125rem;
  }
}

.p-ctaSection__stats {
  display: grid;
  grid-template-columns: 14.5rem 13.8125rem 17.75rem;
  column-gap: 1.875rem;
  justify-content: center;
  padding: 0;
  margin-inline: auto;
  margin-top: 2.8125rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__stats {
    grid-template-columns: 6.5rem 6.5rem 7.0625rem;
    column-gap: 0.3125rem;
    margin-top: 1.5rem;
  }
}

.p-ctaSection__stat {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__stat {
    grid-template-columns: 1rem 1fr 1rem;
  }
}

.p-ctaSection__statLeaf {
  display: block;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__statLeaf {
    width: 1rem;
  }
}

.p-ctaSection__statLeaf img {
  display: block;
  width: 100%;
  height: auto;
}

.p-ctaSection__statText {
  font-weight: var(--fw-black);
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
}

.p-ctaSection__statText--secret {
  margin-top: 0.8125rem;
  font-size: 2.5625rem;
  color: #fadb9f;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__statText--secret {
    margin-top: 0.8125rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.p-ctaSection__statText--online {
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__statText--online {
    margin-top: 0.0625rem;
  }
}

.p-ctaSection__statSmall {
  display: block;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__statSmall {
    font-size: 0.75rem;
    line-height: 1.35;
  }
}

.p-ctaSection__statGold {
  display: block;
  font-size: 1.9375rem;
  color: #fadb9f;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__statGold {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-ctaSection__spBreak {
    display: block;
  }
}

.p-ctaSection__button {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-ctaSection__button {
    display: block;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-ctaSection__button .c-lineCta {
    width: 100%;
  }
}

/*
 * p-faq: よくあるご質問
 *
 * Figma:
 *   PC node 2003:2115 — 1440 × 1897、bg #ecf8f9
 *   SP node 2003:2196 —  375 × 1433、bg #ecf8f9
 *
 * 構造:
 *   .p-faq                   セクション本体 (bg-#ecf8f9)
 *   .p-faq__inner            max-width 1440、左右 padding
 *   .p-faq__head             見出しブロック (FAQ + サブ + メイン + 区切り線 + リード)
 *   .p-faq__list             FAQ アイテムリスト
 *   .p-faq__item             各アイテム
 *     .p-faq__question       Q バー (button、accent bg、白文字)
 *       .p-faq__qLabel       "Q" (Oswald)
 *       .p-faq__qText        質問文
 *       .p-faq__icon         開閉アイコン (SP のみ)
 *     .p-faq__answer         A エリア (white bg)
 *       .p-faq__aLabel       "A" (Oswald accent)
 *       .p-faq__aText        回答文
 *
 * レスポンシブ動作:
 *   PC: アコーディオンなし、Q+A を常時並べる
 *   SP: アコーディオン UI、初期 1 番目のみ open。
 *       - is-open: A エリア表示、icon は ｜ 非表示で「ー」
 *       - 閉: A エリア非表示、icon「＋」
 *       - 開閉アニメは _faq.js で 350ms slideDown / slideUp (CODING_RULES 準拠)
 */
/* ==========================================================
 * セクション本体
 * ========================================================== */
.p-faq {
  padding-block: 6.25rem;
  background-color: var(--color-accent-bg);
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 4.375rem;
  }
}

.p-faq__inner {
  max-width: 90rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

/* ==========================================================
 * 見出しブロック
 * ========================================================== */
.p-faq__head {
  text-align: center;
}

.p-faq__messageLabel {
  font-family: var(--en-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-faq__messageLabel {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.p-faq__title {
  margin-top: 0.9375rem;
  font-family: var(--base-font-family);
  font-weight: var(--fw-black);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    margin-top: 0.75rem;
  }
}

.p-faq__titleSub {
  display: block;
  font-size: 2rem;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-faq__titleSub {
    font-size: 1.5rem;
  }
}

.p-faq__titleMain {
  display: block;
  font-size: 2.5rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-faq__titleMain {
    font-size: 1.75rem;
  }
}

.p-faq__divider {
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  margin-inline: auto;
  margin-top: 0.75rem;
  background-color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-faq__divider {
    width: 2.5rem;
    margin-top: 1.625rem;
  }
}

.p-faq__lead {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-faq__lead {
    margin-top: 1.6875rem;
    font-size: 1rem;
  }
}

/* ==========================================================
 * FAQ アイテムリスト
 * ========================================================== */
.p-faq__list {
  width: 100%;
  max-width: 50rem;
  padding: 0;
  margin-inline: auto;
  margin-top: 2.375rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    max-width: 20.9375rem;
    margin-top: 1.1875rem;
  }
}

.p-faq__item {
  background-color: var(--color-white);
}

.p-faq__item + .p-faq__item {
  margin-top: 0.9375rem;
}

.p-faq__item::details-content {
  content-visibility: unset;
  display: block grid;
}
@media screen and (max-width: 767px) {
  .p-faq__item::details-content {
    transition: grid-template-rows 300ms ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__item:not([open])::details-content {
    grid-template-rows: 0fr;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__item[open]::details-content {
    grid-template-rows: 1fr;
  }
}

/* ==========================================================
 * Q バー (button)
 * ========================================================== */
.p-faq__question {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 0.625rem;
  padding-inline: 3rem 3rem;
  font-family: var(--base-font-family);
  text-align: left;
  list-style: none;
  cursor: default;
  background-color: var(--color-accent);
  border: 0;
  border-radius: 0;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    min-height: 4.625rem;
    padding-block: 0.6875rem;
    padding-inline: 1.8125rem 3rem;
    cursor: pointer;
  }
}

.p-faq__qLabel {
  position: absolute;
  top: 0.5625rem;
  left: 1.25rem;
  font-family: var(--en-font-family);
  font-size: 1.375rem;
  font-weight: var(--fw-medium);
  line-height: 1.875rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-faq__qLabel {
    top: 0.5625rem;
    left: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-faq__qText {
  display: block;
  font-size: 1.125rem;
  font-weight: var(--fw-black);
  line-height: 1.875rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-faq__qText {
    max-width: 15.875rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

/* ==========================================================
 * 開閉アイコン (SP のみ表示)
 *   ＋ / ー の切替: ::after (縦線) を is-open で scaleY(0)
 * ========================================================== */
.p-faq__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    position: absolute;
    top: 33%;
    right: 0.9375rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(-50%);
  }
}

.p-faq__icon::before,
.p-faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background-color: var(--color-white);
}

.p-faq__icon::before {
  width: 1.5rem;
  height: 0.125rem;
  transform: translate(-50%, -50%);
}

.p-faq__icon::after {
  width: 0.125rem;
  height: 1.5rem;
  transition: transform var(--duration) ease;
  transform: translate(-50%, -50%);
}

.p-faq__item[open] .p-faq__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

/* ==========================================================
 * A エリア
 *   PC: 常時表示
 *   SP: 初期非表示、JS が slideDown/slideUp で exclusive 制御
 *       CSS の display は触らない（is-open class でのフラッシュ防止）
 * ========================================================== */
.p-faq__answer {
  overflow: hidden;
  background-color: var(--color-white);
}

.p-faq__answerInner {
  position: relative;
  padding-block: 1rem 1.125rem;
  padding-inline: 3rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answerInner {
    padding-block: 1.0625rem 0.9375rem;
    padding-inline: 1.8125rem 1rem;
  }
}

.p-faq__aLabel {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-family: var(--en-font-family);
  font-size: 1.375rem;
  font-weight: var(--fw-medium);
  line-height: 1.875rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-faq__aLabel {
    top: 0.875rem;
    left: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-faq__aText {
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-faq__aText {
    font-size: 1rem;
  }
}

/* ==========================================================
 * セクション本体
 * ========================================================== */
.p-flow {
  padding-block: 6.25rem;
  background-color: #f3f9ff;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 4.375rem;
  }
}

.p-flow__inner {
  max-width: 90rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

/* ==========================================================
 * 見出しブロック
 * ========================================================== */
.p-flow__head {
  text-align: center;
}

.p-flow__flowLabel {
  font-family: var(--en-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-flow__flowLabel {
    font-size: 0.9375rem;
  }
}

.p-flow__title {
  margin-top: 0.8125rem;
  font-family: var(--base-font-family);
  font-size: 0;
  font-weight: var(--fw-black);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    margin-top: 1.125rem;
  }
}

.p-flow__titleMain {
  font-size: 2.5rem;
  line-height: normal;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-flow__titleMain {
    font-size: 2rem;
  }
}

.p-flow__titleSub {
  font-size: 2rem;
  line-height: normal;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-flow__titleSub {
    display: block;
    margin-top: 0.125rem;
    font-size: 1.75rem;
  }
}

/* 見出し下のアクセント線 (Figma Vector15、PC 50px / SP 40px) */
.p-flow__divider {
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  margin-inline: auto;
  margin-top: 1.125rem;
  background-color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-flow__divider {
    width: 2.5rem;
    height: 0.25rem;
    margin-top: 0.625rem;
  }
}

/* ==========================================================
 * リード文
 * ========================================================== */
.p-flow__lead {
  width: min(100%, 34.3125rem);
  margin-inline: auto;
  margin-top: 1.375rem;
  font-size: 1.125rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    display: none;
  }
}

/* ==========================================================
 * リスト本体
 * Figma: PC w=1000 / left=220 (中央) / 4 items, gap=20
 *        SP w=355  / left=20         / 4 items, gap=20
 * ========================================================== */
.p-flow__list {
  width: 100%;
  max-width: 62.5rem;
  padding: 0;
  margin-inline: auto;
  margin-top: 1.5625rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    max-width: 20.9375rem;
    margin-top: 1.5625rem;
  }
}

/* ==========================================================
 * 各ステップアイテム (座標基準コンテナ)
 * ========================================================== */
.p-flow__item {
  position: relative;
  display: flow-root;
  width: 100%;
}

.p-flow__item + .p-flow__item {
  margin-top: 1.25rem;
}

/* ── 画像 ─────────────────────────────────────────── */
.p-flow__image {
  position: absolute;
  top: 1.375rem;
  left: 0;
  z-index: 1;
  width: 24.0625rem;
  height: auto;
  aspect-ratio: 385/233;
  object-fit: cover;
  box-shadow: 0.5rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-flow__image {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 17.5rem;
    height: auto;
    aspect-ratio: 280/169;
    box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep2 .p-flow__image,
  .p-flow__item--isStep3 .p-flow__image,
  .p-flow__item--isStep4 .p-flow__image {
    box-shadow: 0.5rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  }
}

/* ── 白カード本文 ────────────────────────────────── */
.p-flow__body {
  display: flow-root;
  width: calc(100% - 5.9375rem);
  padding-block: 0 2.625rem;
  padding-inline: 20.6875rem 3.125rem;
  margin-inline-start: 5.9375rem;
  margin-top: 3.5625rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-flow__body {
    width: 19.6875rem;
    padding-block: 6.25rem 2.1875rem;
    padding-inline: 0.9375rem 1.0625rem;
    margin-inline-start: 1.25rem;
    margin-top: -5.875rem;
  }
}

.p-flow__item--isStep1 .p-flow__body {
  padding-block: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item--isStep1 .p-flow__body {
    padding-block: 6.0625rem 2.3125rem;
    margin-top: -6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep2 .p-flow__body {
    padding-block: 6.4375rem 2.6875rem;
    margin-top: -6.5rem;
  }
}

.p-flow__item--isStep3 .p-flow__body {
  padding-block: 0 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item--isStep3 .p-flow__body {
    padding-block: 6rem 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep4 .p-flow__body {
    padding-block: 6.1875rem 2.1875rem;
  }
}

/* ── 番号 (01-04) ────────────────────────────────── */
.p-flow__num {
  display: block;
  font-family: var(--en-font-family);
  font-size: 5rem;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--color-accent);
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    margin-top: 0.625rem;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.p-flow__titleGroup {
  display: block;
  margin-top: -2.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__titleGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
  }
}

/* ── ステップタイトル ─────────────────────────────── */
.p-flow__itemTitle {
  margin-inline-start: 0;
  margin-top: 1rem;
  font-family: var(--base-font-family);
  font-size: 1.75rem;
  font-weight: var(--fw-black);
  line-height: 1.25;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-flow__itemTitle {
    margin-inline-start: 0.5625rem;
    margin-top: 1.4375rem;
    font-size: 1.5rem;
  }
}

.p-flow__itemTitleSub {
  font-size: inherit;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep2 .p-flow__itemTitleSub {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.125rem;
    line-height: 1;
    white-space: nowrap;
  }
}

/* ── 区切り線 ─────────────────────────────────────── */
.p-flow__rule {
  display: block;
  width: 32.5rem;
  height: 0.125rem;
  margin-top: 0.75rem;
  background-image: linear-gradient(to right, var(--color-accent) 50%, transparent 0%);
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__rule {
    width: 17.5rem;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep2 .p-flow__rule {
    margin-top: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep3 .p-flow__rule,
  .p-flow__item--isStep4 .p-flow__rule {
    margin-top: 1rem;
  }
}

/* ── 説明文 ───────────────────────────────────────── */
.p-flow__desc {
  width: 32.6875rem;
  margin-top: 1.4375rem;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-flow__desc {
    width: 17.5rem;
    margin-top: 1.125rem;
  }
}

.p-flow__item--isStep2 .p-flow__desc {
  width: 26.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item--isStep2 .p-flow__desc {
    width: 17.5rem;
    margin-top: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep3 .p-flow__desc,
  .p-flow__item--isStep4 .p-flow__desc {
    margin-top: 0.8125rem;
  }
}

.p-flow__item--isStep3 .p-flow__desc {
  width: 30.9375rem;
}

@media screen and (max-width: 767px) {
  .p-flow__item--isStep3 .p-flow__desc,
  .p-flow__item--isStep4 .p-flow__desc {
    width: 17.5rem;
  }
}

/* ── 1 件目 CTA ───────────────────────────────────── */
.p-flow__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 29.5625rem;
  min-height: 4.375rem;
  padding-block: 0.5rem 0.6875rem;
  padding-inline: 3rem 2.75rem;
  margin-inline-start: 1.625rem;
  margin-top: 2.3125rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to bottom, var(--color-cta-green-from) 50%, var(--color-cta-green-to));
  border: 0.15rem solid var(--color-white);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.35);
  transition: opacity var(--duration) ease;
}
@media screen and (max-width: 767px) {
  .p-flow__cta {
    width: 17.75rem;
    min-height: 4.0625rem;
    padding-block: 0.375rem 0.5625rem;
    padding-inline: 1.75rem 2.125rem;
    margin-inline-start: 0;
    margin-top: 2.5rem;
    border-width: 0.14375rem;
    border-radius: 0.475rem;
    box-shadow: 0 0.5rem 0.7125rem 0 rgba(0, 0, 0, 0.35);
  }
}

.p-flow__cta:hover {
  opacity: 0.85;
}

.p-flow__ctaSub {
  font-size: 0.8125rem;
  font-weight: var(--fw-black);
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow__ctaSub {
    font-size: 0.75rem;
  }
}

.p-flow__ctaMain {
  display: inline-flex;
  gap: 0.3125rem;
  align-items: center;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__ctaMain {
    gap: 0.625rem;
    margin-top: 0.25rem;
  }
}

.p-flow__ctaMainText {
  font-size: 1.25rem;
  font-weight: var(--fw-black);
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow__ctaMainText {
    font-size: 1.1875rem;
  }
}

.p-flow__ctaLineIcon {
  width: 1.6875rem;
  height: 1.625rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-flow__ctaLineIcon {
    width: 1.625rem;
    height: 1.5625rem;
  }
}

.p-flow__ctaArrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow__ctaArrow {
    right: 0.9375rem;
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

/*
 * p-legal: 運営者情報 (about.html) / プライバシーポリシー (policy.html) 共通レイアウト
 *   - 固定ヘッダー分の余白を padding-block top に header-height + 余白で確保
 *   - タイトル + 節 (heading + 本文 / list / table) のシンプルな構造
 *   - 表は about のみ、リスト・段落は policy 中心。両方 .p-legal__block で囲む
 */
.p-legal {
  padding-block: calc(var(--header-height) + 3.75rem) 7.5rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-legal {
    padding-block: calc(var(--header-height) + 2.5rem) 5rem;
  }
}

.p-legal__inner {
  max-width: 55rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-legal__title {
  padding-block-end: 1.25rem;
  font-size: 2.25rem;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-text);
  text-align: center;
  border-bottom: 0.125rem solid var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-legal__title {
    padding-block-end: 0.875rem;
    font-size: 1.5rem;
  }
}

.p-legal__block {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-legal__block {
    margin-top: 2.5rem;
  }
}

.p-legal__heading {
  padding-inline-start: 1rem;
  font-size: 1.375rem;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-text);
  border-left: 0.25rem solid var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-legal__heading {
    padding-inline-start: 0.75rem;
    font-size: 1.125rem;
  }
}

.p-legal__lead {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.8;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-legal__lead {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-legal__lead--isOffice {
  font-weight: var(--fw-bold);
}

.p-legal__list {
  padding-inline-start: 1.5rem;
  margin-top: 1rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-legal__list {
    padding-inline-start: 1.25rem;
    margin-top: 0.75rem;
  }
}

.p-legal__listItem {
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.8;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-legal__listItem {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-legal__listItem + .p-legal__listItem {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-legal__listItem + .p-legal__listItem {
    margin-top: 0.375rem;
  }
}

.p-legal__note {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-legal__note {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
}

.p-legal__table {
  width: 100%;
  margin-top: 1.25rem;
  border-collapse: collapse;
  border-top: 0.0625rem solid var(--color-border-gray);
}
@media screen and (max-width: 767px) {
  .p-legal__table {
    margin-top: 1rem;
  }
}

.p-legal__tableRow {
  border-bottom: 0.0625rem solid var(--color-border-gray);
}

.p-legal__tableHead {
  width: 13.75rem;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  font-size: 1rem;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-text);
  text-align: left;
  vertical-align: top;
  background-color: var(--color-accent-bg);
}
@media screen and (max-width: 767px) {
  .p-legal__tableHead {
    display: block;
    width: 100%;
    padding-block: 0.75rem 0.375rem;
    padding-inline: 0.875rem;
    font-size: 0.875rem;
  }
}

.p-legal__tableCell {
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  color: var(--color-text);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-legal__tableCell {
    display: block;
    width: 100%;
    padding-block: 0.5rem 0.875rem;
    padding-inline: 0.875rem;
    font-size: 0.875rem;
  }
}

.p-legal__link {
  color: var(--color-accent);
  text-decoration: underline;
  transition: opacity var(--duration) ease;
}

.p-legal__link:hover {
  opacity: 0.7;
}

/* ==========================================================
 * セクション本体
 * ========================================================== */
.p-message {
  padding-block: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 4.8125rem 4.375rem;
  }
}

.p-message__inner {
  max-width: 62.5rem;
  padding-inline: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

/* ==========================================================
 * 見出しブロック
 * ========================================================== */
.p-message__head {
  text-align: center;
}

.p-message__messageLabel {
  font-family: var(--en-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-message__messageLabel {
    font-size: 0.9375rem;
  }
}

.p-message__title {
  margin-top: 0.8125rem;
  font-family: var(--base-font-family);
  font-size: 2.5rem;
  font-weight: var(--fw-black);
  line-height: 1;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-message__title {
    margin-top: 0.625rem;
    font-size: 2rem;
  }
}

.p-message__divider {
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  margin-inline: auto;
  margin-top: 2.25rem;
  background-color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-message__divider {
    width: 2.5rem;
    margin-top: 1.375rem;
  }
}

/* ==========================================================
 * メインカード
 *   PC: 写真込みで 1000px 中央配置、カード本体は右寄せ
 *   SP: full wide、1 col / 4 row (HTML 順そのまま)
 * ========================================================== */
.p-message__card {
  position: relative;
  display: grid;
  grid-template-areas: "photo name" "photo career" "lead  lead";
  grid-template-columns: 12.125rem 1fr;
  align-items: start;
  width: 56.5625rem;
  max-width: 100%;
  margin-inline: auto 0;
  margin-top: 4.875rem;
  background-color: var(--color-accent-bg);
  border: 0.5rem solid var(--color-accent-bg);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-message__card {
    display: block;
    width: 100%;
    margin-top: 6.5rem;
    overflow: visible;
    background-color: var(--color-accent-bg);
    background-image: none;
    border: 0.25rem solid var(--color-accent-bg);
    border-radius: 0;
  }
}

/* ==========================================================
 * 写真エリア (artistic overlay - CODING_RULES §7 準拠)
 *   座標基準: .p-message__photoArea の content-box 左上
 *           = card 内コンテンツ container の左上
 *
 *   写真は card の左外 / 上外に飛び出す配置:
 *     photo: top=-48, left=-103, size=279×345 (Figma の visible 範囲)
 *   photoArea 自体は card 内 visible 部分のみ場所を取る (194×345)
 *
 *   SP: 絶対配置を static に戻し、中央寄せで card 内に完結
 * ========================================================== */
.p-message__photoArea {
  position: relative;
  grid-area: photo;
  width: 12.125rem;
  height: auto;
  aspect-ratio: 194/345;
  margin-block: 0 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-message__photoArea {
    position: static;
    width: 12.875rem;
    height: auto;
    aspect-ratio: 206/255;
    padding-block: 0;
    padding-inline: 0;
    margin-block: -5.125rem 0;
    margin-inline: auto;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
  }
}

.p-message__photo {
  position: absolute;
  top: -3rem;
  left: -6.4375rem;
  display: block;
  width: 17.4375rem;
  height: auto;
  aspect-ratio: 279/345;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-message__photo {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-inline: 0;
    border-radius: 0;
    transform: none;
  }
}

/* ==========================================================
 * 事務所名 + 名前
 * ========================================================== */
.p-message__nameBlock {
  grid-area: name;
  padding-block: 1.75rem 0rem;
  padding-inline: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-message__nameBlock {
    padding-block: 0.625rem 1.5rem;
    padding-inline: 0.9375rem;
    text-align: center;
  }
}

.p-message__office {
  font-family: var(--base-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-message__office {
    font-size: 1rem;
  }
}

.p-message__name {
  margin-top: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    margin-top: 0.5rem;
  }
}

.p-message__nameRole {
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-message__nameRole {
    font-size: 1rem;
  }
}

.p-message__nameMain {
  margin-left: 0.5rem;
  font-size: 1.625rem;
  font-weight: var(--fw-black);
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-message__nameMain {
    margin-left: 0.25rem;
    font-size: 1.375rem;
  }
}

/* ==========================================================
 * 区切り線 + 経歴 + 年表
 *   PC: card の右下 (grid area "career")、bg は親 (#ecf8f9) を継承
 *   SP: card 内、bg-white に切り替え
 * ========================================================== */
.p-message__careerBlock {
  grid-area: career;
  padding-block: 1.5625rem 1.875rem;
  padding-inline: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-message__careerBlock {
    padding-block: 0 1.875rem;
    padding-inline: 0.6875rem;
    background-color: transparent;
  }
}

.p-message__nameRule {
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-accent);
}

.p-message__career {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-message__career {
    margin-top: 1rem;
  }
}

.p-message__careerLabel {
  font-size: 1.25rem;
  font-weight: var(--fw-black);
  line-height: 1.6;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-message__careerLabel {
    font-size: 1.125rem;
  }
}

.p-message__careerSummary {
  margin-top: 0.125rem;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-message__careerSummary {
    margin-top: -0.125rem;
    font-size: 0.875rem;
  }
}

.p-message__history {
  padding: 0;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-message__history {
    margin-top: 1rem;
  }
}

.p-message__historyRow {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-message__historyRow {
    gap: 0.6875rem;
    font-size: 0.875rem;
  }
}

.p-message__historyYear {
  flex-shrink: 0;
  width: 4.5625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-message__historyYear {
    width: 2.9375rem;
  }
}

.p-message__historyText {
  margin-left: 0;
}

/* ==========================================================
 * リード文
 *   PC: card の最下段、card 全幅、bg-white
 *   SP: card 内 careerBlock の続き、bg-white
 * ========================================================== */
.p-message__lead {
  grid-area: lead;
  padding-block: 1.75rem 1.125rem;
  padding-inline: 2.8125rem;
  background-color: var(--color-white);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    padding-block: 1.5rem;
    padding-inline: 0.6875rem;
    margin-top: 0rem;
    border: 0;
    border-radius: 0;
  }
}

.p-message__leadText {
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.875rem;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-message__leadText {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-message__leadAccent {
  font-weight: var(--fw-black);
  color: var(--color-accent);
}

.p-mv {
  display: flow-root;
  min-height: 47.5rem;
  margin-top: var(--header-height);
  background-image: url("../images/mv_bg_pc.D1smtOUe.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 37.875rem;
    background-image: url("../images/mv_sp.CY4Qu-l3.webp");
  }
}

.p-mv__inner {
  max-width: 90rem;
  margin-inline: auto;
}

.p-mv__content {
  width: 46.375rem;
  margin-top: 2.375rem;
  margin-left: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    width: 21.0625rem;
    margin-top: 1.0625rem;
    margin-left: 1.1875rem;
  }
}

.p-mv__tags {
  display: flex;
  gap: 0.1875rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-mv__tags {
    gap: 0.125rem;
  }
}

.p-mv__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.375rem;
  min-height: 2.0625rem;
  padding-inline: 0.625rem;
  font-size: 0.9728125rem;
  font-weight: var(--fw-black);
  line-height: 1.2;
  color: var(--color-white);
  white-space: nowrap;
  background-color: #d70000;
  border-radius: 1.1445rem;
}
@media screen and (max-width: 767px) {
  .p-mv__tag {
    min-width: 4.0625rem;
    min-height: 2.5rem;
    padding-inline: 0.375rem;
    font-size: 0.6875rem;
    border-radius: 0.5rem;
  }
}

.p-mv__tag:nth-child(3) {
  min-width: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__tag:nth-child(3) {
    min-width: 3.875rem;
  }
}

.p-mv__tag:nth-child(5) {
  min-width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-mv__tag:nth-child(5) {
    min-width: 4.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__tag--isTwoLine {
    display: inline-grid;
    place-items: center;
  }
}

.p-mv__kicker {
  position: relative;
  display: inline-block;
  margin-inline-start: 0.25rem;
  margin-top: 0.5rem;
  font-size: 1.875rem;
  font-weight: var(--fw-black);
  line-height: 1.35;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-mv__kicker {
    margin-inline-start: 0.1875rem;
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
}

.p-mv__kicker::after {
  position: absolute;
  bottom: -1.3125rem;
  left: -0.25rem;
  width: 31.625rem;
  height: 1.1875rem;
  content: "";
  background-image: url("../images/mv_line.Jy_aWXBp.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-mv__kicker::after {
    bottom: -1rem;
    left: -0.125rem;
    width: 13.875rem;
    height: 0.6875rem;
    background-image: url("../images/mv_line_sp.DkSyfRQK.svg");
  }
}

.p-mv__kickerAccent {
  font-size: 2.375rem;
  font-style: normal;
  color: #d70000;
}
@media screen and (max-width: 767px) {
  .p-mv__kickerAccent {
    font-size: 1.4375rem;
  }
}

.p-mv__title {
  margin-inline-start: 0;
  margin-top: 1.875rem;
  font-weight: var(--fw-black);
  line-height: 1;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: 1.6875rem;
  }
}

.p-mv__titleLine {
  display: table;
  padding-inline: 1.125rem;
  line-height: 1.2;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-mv__titleLine {
    display: block;
    padding-block: 0;
    padding-inline: 0;
    background-color: transparent;
  }
}

.p-mv__titleRow {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-mv__titleRow {
    display: table;
    width: fit-content;
    padding-inline: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.p-mv__titleLine--isFirst {
  padding-block: 0rem 0.25rem;
  font-size: 4.6875rem;
  font-feature-settings: "palt" on;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-mv__titleLine--isFirst {
    padding-block: 0;
    font-size: 2.375rem;
    line-height: 1.38;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__titleRow--isStolen {
    padding-block: 0 0.375rem;
    padding-inline: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__titleRow--isMoney {
    padding-block: 0 0.5rem;
    padding-inline: 0.5625rem;
    margin-top: 0.3125rem;
  }
}

.p-mv__titleLine--isSecond {
  padding-block: 0.625rem 0.625rem;
  margin-top: 0.5625rem;
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__titleLine--isSecond {
    max-width: 11.8125rem;
    padding-block: 0;
    margin-top: 0.3125rem;
    font-size: 1.1695625rem;
    line-height: 1.75;
    white-space: normal;
  }
}

.p-mv__titleLine--isSecond .palt {
  font-feature-settings: "palt" on;
}

@media screen and (max-width: 767px) {
  .p-mv__titleRow--isPossibility {
    padding-block: 0;
    padding-inline: 0.625rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__titleRow--isExists {
    padding-block: 0;
    padding-inline: 0.4375rem;
    margin-top: 0.1875rem;
    line-height: 1.75;
  }
}

.p-mv__titleEm {
  font-size: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__titleEm {
    font-size: 3.375rem;
    line-height: 1.15;
  }
}

.p-mv__titleComma {
  font-size: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__titleComma {
    font-size: 3.375rem;
    line-height: 1.15;
  }
}

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

.p-mv__titleAccent {
  color: var(--color-accent);
}

.p-mv__stats {
  display: flex;
  gap: 0.3125rem;
  justify-content: flex-start;
  padding: 0;
  margin-top: 2.9375rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-mv__stats {
    gap: 0.3323125rem;
    margin-top: 1.375rem;
  }
}

.p-mv__stat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__stat {
    align-items: flex-start;
    padding-top: 0rem;
  }
}

.p-mv__statCrown {
  position: absolute;
  top: -1.375rem;
  left: 50%;
  width: 2.3125rem;
  height: 1.6875rem;
  filter: drop-shadow(0 0 0.25rem rgb(255, 255, 255)) drop-shadow(0 0 0.625rem rgb(255, 255, 255)) drop-shadow(0 0 1.125rem rgba(255, 255, 255, 0.9));
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__statCrown {
    top: -0.9071875rem;
    width: 1.23325rem;
    height: 0.9071875rem;
  }
}

.p-mv__statLeaf {
  flex-shrink: 0;
  width: 1.6875rem;
  height: 4.0625rem;
  filter: drop-shadow(0 0 0.25rem rgb(255, 255, 255)) drop-shadow(0 0 0.625rem rgb(255, 255, 255)) drop-shadow(0 0 1.125rem rgba(255, 255, 255, 0.9));
}
@media screen and (max-width: 767px) {
  .p-mv__statLeaf {
    width: 1.023375rem;
    height: 3.4099375rem;
  }
}

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

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

.p-mv__statText {
  margin: 0 0.25rem;
  font-size: 1.625rem;
  font-weight: var(--fw-black);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(180deg, #b08530 0%, #d5aa54 70.19%, #b08530 100%);
  filter: drop-shadow(0 0 0.1875rem rgb(255, 255, 255)) drop-shadow(0 0 0.5rem rgb(255, 255, 255)) drop-shadow(0 0 0.9375rem rgba(255, 255, 255, 0.9));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-mv__statText {
    margin-inline: 0;
    font-size: 1.125rem;
  }
}

.p-mv__statTextLabel {
  display: block;
  font-size: 2.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-mv__statTextLabel {
    margin-top: -0.9375rem;
    font-size: 1.125rem;
    line-height: 3;
  }
}

.p-mv__statTextMain {
  display: block;
  font-size: 1.625rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-mv__statTextMain {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-mv__statTextSub {
  display: block;
  font-size: 1.1875rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-mv__statTextSub {
    font-size: 0.7501875rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__stat:nth-child(1) .p-mv__statText {
    margin-inline: -0.12375rem;
    margin-top: 0.86875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__stat:nth-child(2) .p-mv__statText {
    width: 4.5010625rem;
    margin-inline: -0.0225rem;
    margin-top: 0.216875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__stat:nth-child(3) .p-mv__statText {
    margin-inline: 0.3185rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__stat:nth-child(3) .p-mv__statTextMain {
    font-size: 1.0911875rem;
    line-height: 1.2;
  }
}

.p-mv__statBr {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__statBr {
    display: inline;
  }
}

.p-mv__ctaArea {
  width: 43.5625rem;
  margin-inline: auto;
  margin-top: 5.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__ctaArea {
    width: 20.9375rem;
    margin-top: 3.125rem;
  }
}

.p-mv__ctaLead {
  position: relative;
  display: inline-block;
  padding-inline: 2rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: var(--fw-black);
  line-height: 1.5;
  color: var(--color-white);
  text-shadow: 0 0 0.3125rem rgb(0, 54, 125), 0 0.125rem 0.5rem rgb(0, 54, 125), 0 0 0.875rem rgba(0, 84, 193, 0.9);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mv__ctaLead {
    display: block;
    width: 20.3125rem;
    padding-inline: 1.875rem;
    margin-inline: auto;
    font-size: 0.905625rem;
    line-height: 1.35;
    white-space: normal;
  }
}

.p-mv__ctaLead::before,
.p-mv__ctaLead::after {
  position: absolute;
  top: 0.59375rem;
  width: 1.375rem;
  height: 1.40625rem;
  content: "";
  filter: drop-shadow(0 0 0.3125rem rgb(0, 54, 125)) drop-shadow(0 0.125rem 0.5rem rgb(0, 54, 125));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-mv__ctaLead::before,
  .p-mv__ctaLead::after {
    top: 1.375rem;
  }
}

.p-mv__ctaLead::before {
  left: 0;
  background-image: url("../images/mv1.ktsaSWbR.svg");
}

.p-mv__ctaLead::after {
  right: 0;
  background-image: url("../images/mv2.C6XXV5zB.svg");
}

.p-mv__ctaLeadAccent {
  font-size: 1.375rem;
  color: #fadb9f;
}
@media screen and (max-width: 767px) {
  .p-mv__ctaLeadAccent {
    font-size: 1.106875rem;
  }
}

.p-mv__cta {
  display: flex;
  justify-content: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__cta {
    display: block;
    margin-top: 0.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__cta .c-lineCta {
    width: 100%;
  }
}

.p-price {
  padding-block: 6.5rem 5.75rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-block: 4.375rem 3.125rem;
  }
}

.p-price__inner {
  width: min(100%, 62.5rem);
  padding-block: 0 0.25rem;
  padding-inline: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    width: min(100% - 2.5rem, 20.9375rem);
    padding-block: 0 1.125rem;
  }
}

.p-price__head {
  text-align: center;
}

.p-price__label {
  font-family: var(--en-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-price__label {
    font-size: 0.9375rem;
  }
}

.p-price__title {
  margin-top: 0.5625rem;
  font-size: 2rem;
  font-weight: var(--fw-black);
  line-height: 1.25;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    margin-top: 0.5rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.p-price__titleAccent {
  font-size: 2.5rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-price__titleAccent {
    font-size: 2rem;
  }
}

.p-price__divider {
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  margin-inline: auto;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__divider {
    width: 2.5rem;
    margin-top: 1.1875rem;
  }
}

.p-price__divider img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-price__cards {
  display: grid;
  grid-template-columns: repeat(3, 19.375rem);
  column-gap: 2.1875rem;
  justify-content: center;
  padding: 0;
  margin-top: 2.6875rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-price__cards {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
    margin-top: 1.625rem;
  }
}

.p-price__card {
  min-height: 11.25rem;
  padding-block: 0.375rem;
  padding-inline: 0.375rem;
  background-color: #f3f9ff;
  border: 0.25rem solid var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-price__card {
    min-height: 9.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__card--short {
    min-height: 7.9375rem;
  }
}

.p-price__cardInner {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 10rem;
  padding-block: 1.125rem 1.0625rem;
  padding-inline: 0.75rem;
  border: 0.125rem solid var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-price__cardInner {
    min-height: 8.5rem;
    padding-block: 0.875rem;
    padding-inline: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__card--short .p-price__cardInner {
    min-height: 6.6875rem;
  }
}

.p-price__cardTitle {
  font-size: 1.75rem;
  font-weight: var(--fw-black);
  line-height: 1.35;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__cardTitle {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.p-price__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 0.0625rem;
  line-height: 1;
  color: var(--color-accent);
  text-align: center;
}

.p-price__amountNum {
  font-size: 3.75rem;
  font-weight: var(--fw-black);
}
@media screen and (max-width: 767px) {
  .p-price__amountNum {
    font-size: 3.125rem;
  }
}

.p-price__amountNum--medium {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__amountNum--medium {
    font-size: 2.875rem;
  }
}

.p-price__amountUnit {
  font-size: 2rem;
  font-weight: var(--fw-black);
}
@media screen and (max-width: 767px) {
  .p-price__amountUnit {
    font-size: 1.5rem;
  }
}

.p-price__cardNote {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__cardNote {
    margin-top: 0.375rem;
  }
}

.p-price__taxNote {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: #111;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-price__taxNote {
    margin-top: 0.625rem;
  }
}

.p-price__note {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__note {
    margin-top: 1.1875rem;
    text-align: left;
  }
}

.p-refundComparison {
  padding-block: 6.25rem 6.25rem;
  background: url("../images/bg_pc.DQcx6Kf9.webp") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-refundComparison {
    padding-block: 4.375rem 4.375rem;
    background: url("../images/bg_sp.DSRVskxS.webp") no-repeat center center/cover;
  }
}

.p-refundComparison__inner {
  width: min(100%, 65rem);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__inner {
    width: min(100%, 23.4375rem);
    padding-inline: 1.25rem;
  }
}

.p-refundComparison__head {
  text-align: center;
}

.p-refundComparison__title {
  font-size: 2rem;
  font-weight: var(--fw-black);
  line-height: 1.35;
  color: #000;
  -webkit-text-stroke: 8px var(--color-white);
  paint-order: stroke fill;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-refundComparison__title {
    font-size: 1.125rem;
    line-height: 1.32;
    -webkit-text-stroke: 7px var(--color-white);
    text-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.15);
  }
}

.p-refundComparison__titleLine {
  display: block;
}

.p-refundComparison__titleEm {
  display: inline;
  font-size: 2.5rem;
  line-height: 4rem;
  color: var(--color-accent);
  background-image: linear-gradient(transparent 58%, #f2eb5f 58%);
  -webkit-text-stroke: 8px var(--color-white);
  paint-order: stroke fill;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__titleEm {
    font-size: 1.625rem;
    line-height: 1.7;
    -webkit-text-stroke: 7px var(--color-white);
  }
}

.p-refundComparison__lead {
  width: fit-content;
  margin-inline: auto;
  margin-top: 2.8125rem;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__lead {
    width: 20.375rem;
    margin-top: 1.375rem;
  }
}

.p-refundComparison__leadText {
  text-shadow: 0 0 0.5rem rgb(255, 255, 255), 0 0 0.625rem rgb(255, 255, 255), 0 0 0.75rem rgb(255, 255, 255), 0 0 0.875rem rgb(255, 255, 255), 0 0 1rem rgb(255, 255, 255);
}

.p-refundComparison__list {
  display: grid;
  row-gap: 0.625rem;
  padding: 0;
  margin-top: 2.375rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__list {
    margin-top: 1.25rem;
  }
}

.p-refundComparison__item {
  display: grid;
  grid-template-columns: 16.5625rem 1fr;
  min-height: 4.375rem;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.p-refundComparison__label {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  justify-content: center;
  min-height: 4.375rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-refundComparison__label {
    min-height: 3.75rem;
  }
}

.p-refundComparison__label--gray {
  background-color: #888;
}

.p-refundComparison__label--blue {
  background-color: var(--color-accent);
}

.p-refundComparison__icon {
  display: block;
  flex: 0 0 auto;
}

.p-refundComparison__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-refundComparison__icon--cross {
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__icon--cross {
    width: 1.5rem;
  }
}

.p-refundComparison__icon--circle {
  width: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__icon--circle {
    width: 1.625rem;
  }
}

.p-refundComparison__labelText {
  font-size: 1.25rem;
  font-weight: var(--fw-black);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__labelText {
    font-size: 1.125rem;
  }
}

.p-refundComparison__text {
  align-self: center;
  padding-inline: 1.0625rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-refundComparison__text {
    align-self: auto;
    min-height: 5rem;
    padding-block: 0.5rem;
    padding-inline: 1.3125rem 1.25rem;
    font-size: 1.0625rem;
  }
}

.p-refundComparison__text strong {
  font-weight: var(--fw-black);
  color: #d70000;
}

.p-refundComparison__text--blue {
  font-weight: var(--fw-black);
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-refundComparison__text--blue {
    min-height: 6.625rem;
  }
}

.p-whyNow {
  padding-block: 6.5rem 6.5rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-whyNow {
    padding-block: 4.375rem 4.375rem;
  }
}

.p-whyNow__inner {
  width: min(100%, 62.5625rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-whyNow__inner {
    width: min(100%, 23.4375rem);
    padding-inline: 1.3125rem;
  }
}

.p-whyNow__head {
  text-align: center;
}

.p-whyNow__title {
  font-weight: var(--fw-black);
  line-height: 1.5;
  color: var(--color-white);
  text-align: center;
}

.p-whyNow__titleLine {
  display: block;
  width: max-content;
  margin-inline: auto;
  background-color: #d70000;
}

.p-whyNow__titleLine--first {
  padding-inline: 1.125rem;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-whyNow__titleLine--first {
    font-size: 1.25rem;
  }
}

.p-whyNow__titleLine--second {
  padding-inline: 1.125rem;
  margin-top: 0.75rem;
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-whyNow__titleLine--second {
    padding-inline: 0;
    margin-top: 0.375rem;
    font-size: 1.75rem;
  }
}

.p-whyNow__titleText {
  display: inline-block;
}

.p-whyNow__lead {
  margin-top: 1.4375rem;
  font-size: 1.25rem;
  font-weight: var(--fw-black);
  line-height: 1.4;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-whyNow__lead {
    margin-top: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-whyNow__leadText {
  display: inline;
}

@media screen and (max-width: 767px) {
  .p-whyNow__leadPhrase {
    white-space: nowrap;
  }
}

.p-whyNow__leadEm {
  font-size: 1.625rem;
  color: #d70000;
}
@media screen and (max-width: 767px) {
  .p-whyNow__leadEm {
    font-size: 1.625rem;
  }
}

.p-whyNow__list {
  display: grid;
  grid-template-columns: repeat(3, 18.75rem);
  column-gap: 3.25rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2.3125rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-whyNow__list {
    display: block;
    margin-top: 1.4375rem;
  }
}

.p-whyNow__item {
  width: 18.75rem;
  padding-block: 2.3125rem 1.9375rem;
  background-color: #f3f9ff;
}
@media screen and (max-width: 767px) {
  .p-whyNow__item {
    display: flex;
    column-gap: 0.6875rem;
    align-items: center;
    justify-content: flex-start;
    width: 20.9375rem;
    padding-block: 1.5rem;
    padding-inline: 1.3125rem 0.75rem;
    margin-inline: auto;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-whyNow__item + .p-whyNow__item {
    margin-top: 0.625rem;
  }
}

.p-whyNow__icon {
  display: block;
  width: 8.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-whyNow__icon {
    flex-shrink: 0;
    width: 6.8125rem;
    margin: 0;
  }
}

.p-whyNow__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-whyNow__itemText {
  margin-top: 0.875rem;
  font-size: 1.5rem;
  font-weight: var(--fw-black);
  line-height: 1.4;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-whyNow__itemText {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-whyNow__message {
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-whyNow__message {
    margin-top: 1.4375rem;
  }
}

.p-whyNow__badge {
  display: grid;
  place-items: center;
  width: 8.375rem;
  height: 8.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-whyNow__badge {
    width: 5.125rem;
    height: 5.125rem;
  }
}

.p-whyNow__badge picture {
  display: block;
  grid-area: 1/1;
}

.p-whyNow__badge img {
  display: block;
  width: 100%;
  height: auto;
}

.p-whyNow__badgeText {
  grid-area: 1/1;
  font-size: 1.5rem;
  font-weight: var(--fw-black);
  line-height: 1.6;
  color: #111;
  transform: rotate(-8deg);
}
@media screen and (max-width: 767px) {
  .p-whyNow__badgeText {
    font-size: 1rem;
  }
}

.p-whyNow__messageText {
  margin-top: 0rem;
  font-weight: var(--fw-black);
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-whyNow__messageText {
    margin-top: 0.5rem;
  }
}

.p-whyNow__messageLine {
  display: block;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-whyNow__messageLine {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.p-whyNow__messageEm {
  font-size: 2rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-whyNow__messageEm {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (width >= 768px) {
  .u-sp {
    display: none;
  }
}

@media (width <= 767px) {
  .u-pc {
    display: none;
  }
}