@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
}

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

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

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

dl, dt, dd {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*画像*/
img {
  width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*アンカー*/
a {
  outline: none;
  text-decoration: none;
}

a img {
  outline: none;
  border: 0;
}

:focus {
  outline: 0;
}

/*フォーム*/
input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-width: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/*iOS用にスタイルをリセット*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/******************************************************************************
*
* カラー変数
*
******************************************************************************/
/******************************************************************************
*
* フォント設定
*
******************************************************************************/
/******************************************************************************
*
* レイアウト・余白設定
*
******************************************************************************/
/******************************************************************************
*
* z-index 管理
*
******************************************************************************/
/******************************************************************************
*
* レスポンシブ設定
*
******************************************************************************/
/******************************************************************************
*
* フォントサイズ + 行間 設定
*
******************************************************************************/
h1 {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h1 {
    font-size: 48px;
    line-height: 1.4;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h3 {
    font-size: 38px;
    line-height: 1.4;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}

h6 {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h6 {
    font-size: 22px;
    line-height: 1.6;
  }
}

p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}

a {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}

div {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}

/******************************************************************************
*
* 画像の表示切替
*
******************************************************************************/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-only {
    display: block;
  }
}

/******************************************************************************
*
* ベーススタイル（要素初期化・共通設定）
*
******************************************************************************/
html {
  font-size: 16px;
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.07em;
  color: #222222;
  background-color: #ffffff;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #222222;
}

p {
  line-height: 1.8;
}

a {
  color: #ff7a24;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover, a:focus {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  appearance: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  outline: none;
}

iframe {
  max-width: 100%;
  border: none;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

small {
  font-size: 0.75em;
}

/******************************************************************************
*
* コンテナ（レイアウトのベース幅・余白）
*
******************************************************************************/
.l-container {
  max-width: 1920px;
  margin-inline: auto;
  text-align: center;
}
.l-container-sm {
  max-width: 1920px;
  margin-inline: auto;
  text-align: center;
}
.l-container-xl {
  width: 90%;
  max-width: 1440px;
  padding-block: 55px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-container-xl {
    padding-block: 120px;
  }
}

/******************************************************************************
*
* セクション間の余白
*
******************************************************************************/
.l-section {
  padding-block: 30px;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-block: 60px;
    max-width: 1200px;
  }
}
.l-section-sm {
  padding-block: 30px;
  width: 90%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-section-sm {
    padding-block: 60px;
  }
}

/******************************************************************************
*
* 横並び用（flex）
*
******************************************************************************/
.l-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.l-flex.-center {
  justify-content: center;
  align-items: center;
}
.l-flex.-between {
  justify-content: space-between;
}
.l-flex.-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-flex {
    flex-wrap: nowrap;
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__brand img {
  width: 140px;
  display: block;
  height: auto;
  margin-left: 10px;
}
.l-header {
  /* Hamburger button */
}
.l-header__toggle {
  position: relative;
  z-index: 999;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  transition: background 0.2s ease;
  background: #ff7a24;
}
@media screen and (min-width: 768px) {
  .l-header__toggle {
    width: 60px;
    height: 60px;
    gap: 8px;
  }
}
.l-header__toggle:focus-visible {
  outline: 2px solid #fedd00;
  outline-offset: 2px;
}
.l-header__toggle.is-open .l-header__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-header__toggle.is-open .l-header__bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
}
.l-header__toggle.is-open .l-header__bar:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-open .l-header__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-header__toggle.is-open .l-header__bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.l-header__bar {
  width: 22px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-header__bar {
    width: 30px;
    height: 2px;
  }
}

/* Overlay Nav */
.site-nav {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.site-nav::before {
  /* スライドパネル */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 88vw);
  background: #fff;
  transform: translateX(100%);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.08);
}
.site-nav__list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 88vw);
  padding: 80px 20px 20px;
  display: flex;
  flex-direction: column;
}
.site-nav a {
  display: block;
  padding: 12px 14px;
  color: #222222;
  font-weight: 500;
}
.site-nav a:hover {
  background: #ff7a24;
  color: #FFFFFF;
}
.site-nav {
  /* 開いた状態 */
}
.site-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.site-nav.is-open::before {
  transform: translateX(0);
}

/* PCでもハンバーガー仕様を共通適用（デザイン要望どおり） */
.l-footer {
  text-align: center;
}
.l-footer__copyright {
  font-size: 0.75em;
  color: #09375c;
  opacity: 0.7;
}

/* ============================================================================
 * CTA Section
 * 対象HTML: <section class="c-cta l-container"> ... </section>
 * 既存の @import "scss/component/cta"; で読み込まれる想定
 * ==========================================================================*/
.c-cta {
  /* セクション全体の背景演出（淡いグラデ＋装飾） */
  position: relative;
  background-image: url(../images/cta_bg.webp);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  /* タイトル（上部のラベル） */
}
.c-cta__ttl {
  max-width: 750px;
  margin-inline: auto;
  filter: text-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.c-cta {
  /* プレゼント画像（LCP寄与・角丸＋影） */
}
.c-cta picture {
  display: block;
  max-width: 750px;
  margin: 30px auto;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .c-cta picture {
    padding: 20px;
  }
}
.c-cta picture img {
  width: 100%;
  height: auto;
}
.c-cta__txt {
  position: relative;
  display: inline-block;
  color: #222222;
  margin: 0 auto 60px;
  max-width: 920px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-cta__txt {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__txt {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-cta__txt {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta__txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-cta__txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-cta__txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
.c-cta__txt {
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
}
.c-cta__txt::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) center center/contain no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.c-cta .col-yellow {
  color: #fff600;
}
.c-cta {
  /* ボタン群 */
}
.c-cta__box {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-cta__box {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.c-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 20px 20px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-cta__btn {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta__btn {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-cta__btn {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-cta__btn {
    font-size: 26px;
    line-height: 1.4;
  }
}
.c-cta__btn {
  line-height: 1;
  transform: translateY(0);
  /* アイコン（疑似要素／SVGマスク） */
}
.c-cta__btn::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: currentColor;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
@media screen and (min-width: 768px) {
  .c-cta__btn::before {
    width: 30px;
    height: 30px;
  }
}
.c-cta__btn {
  /* 電話で予約（濃紺） */
}
.c-cta__btn--tel {
  background: #FFFFFF;
  color: #ff7a24;
  border: 2px solid #ff7a24;
}
.c-cta__btn--tel::before {
  /* phone icon */
  mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.11.37 2.31.57 3.58.57a1 1 0 011 1V21a1 1 0 01-1 1C10.3 22 2 13.7 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.27.2 2.47.57 3.58a1 1 0 01-.24 1.01l-2.2 2.2z" fill="%23000"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.11.37 2.31.57 3.58.57a1 1 0 011 1V21a1 1 0 01-1 1C10.3 22 2 13.7 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.27.2 2.47.57 3.58a1 1 0 01-.24 1.01l-2.2 2.2z"/></svg>');
}
.c-cta__btn {
  /* webで予約（メインオレンジ） */
}
.c-cta__btn--web {
  background: #ff7a24;
  color: #fff;
}
.c-cta__btn--web::before {
  /* calendar/web icon */
  mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 2h2v2h6V2h2v2h3a1 1 0 011 1v15a1 1 0 01-1 1H4a1 1 0 01-1-1V5a1 1 0 011-1h3V2zm13 8H4v9h16v-9zM6 12h5v5H6v-5z" fill="%23000"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 2h2v2h6V2h2v2h3a1 1 0 011 1v15a1 1 0 01-1 1H4a1 1 0 01-1-1V5a1 1 0 011-1h3V2zm13 8H4v9h16v-9zM6 12h5v5H6v-5z"/></svg>');
}

.fixed-cta {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  bottom: -120px;
}
.fixed-cta__container {
  width: 100%;
}
.fixed-cta a {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .fixed-cta a {
    margin: 0 0 0 auto;
    padding-right: 1vw;
  }
}
.fixed-cta img {
  display: block;
}
.fixed-cta.is-visible {
  bottom: 1vh;
  opacity: 1;
}

/******************************************************************************
*
* セクション共通スタイル（タイトル・説明文など）
*
******************************************************************************/
.c-section {
  padding-block: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-block: 60px 0 0 0;
  }
}
.c-section__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 55px;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    padding-inline: 120px;
  }
}
.c-section__heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-section__heading {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__heading {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__heading {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__heading {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__heading {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__heading {
    font-size: 48px;
    line-height: 1.4;
  }
}
.c-section__heading {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-section__heading {
    margin-bottom: 40px;
  }
}

/******************************************************************************
*
* Utility（!importantなし）
*
******************************************************************************/
/* テキスト配置 */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

/* 表示制御 */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

/* フォントウェイト */
.u-fw-bold {
  font-weight: 700;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-regular {
  font-weight: 400;
}

/* マージンボトム */
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

/* パディング */
.u-pt-40 {
  padding-top: 2.5rem;
}

.u-pb-40 {
  padding-bottom: 2.5rem;
}

/* 幅 */
.u-w-100 {
  width: 100%;
}

/* テキストカラー */
.u-color-main {
  color: #ff7a24;
}

.u-color-sub {
  color: #09375c;
}

.u-color-accent {
  color: #fedd00;
}

.u-color-white {
  color: #FFFFFF;
}

/* 背景色 */
.u-bg-main {
  background-color: #ff7a24;
}

.u-bg-sub {
  background-color: #09375c;
}

.u-bg-accent {
  background-color: #fedd00;
}

/* その他 */
.u-nowrap {
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

/* ボーダー */
.u-border {
  position: relative;
}
.u-border::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  background: #ff7a24;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.u-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #09375c;
  left: 0;
  bottom: 0;
  z-index: 4;
}

/* 視覚的にのみ非表示（スクリーンリーダーには読み上げ） */
.u-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.p-problem {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-problem {
    margin-top: 60px;
  }
}
.p-problem__cause {
  background: #09375c;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-problem__cause {
    padding: 60px 0;
  }
}
.p-problem__cause-ttl {
  max-width: 400px;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 20px;
}
.p-problem__cause-container {
  background: #FFFFFF;
  max-width: 960px;
  margin-inline: auto;
  border-radius: 30px;
}
.p-problem__cause-inner {
  padding: 60px 0 0 0;
  border-radius: 30px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
}
@media screen and (min-width: 768px) {
  .p-problem__cause-inner {
    padding: 30px 0 0 0;
  }
}
.p-problem__cause-inner img {
  max-width: 500px;
  width: 90%;
  margin-inline: auto;
  padding: 0 0 30px 0;
}
.p-problem__cause-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  row-gap: 22px;
  column-gap: 40px;
  padding: 0 24px 40px;
}
@media screen and (min-width: 768px) {
  .p-problem__cause-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
    column-gap: 56px;
    max-width: 700px;
    margin-inline: auto;
    place-items: center;
  }
}
.p-problem__cause-item {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
  line-height: 1;
  padding: 5px 0 5px 36px;
  border-bottom: 2px dashed #ff7a24;
  font-weight: 800;
}
.p-problem__cause-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/check.svg) no-repeat center/contain;
}
.p-problem {
  /* ▼ 下段のメッセージ：矢印はPNGで表示 */
}
.p-problem__after {
  position: relative;
  text-align: center;
  padding-top: 44px;
  margin-top: 12px;
  /* 矢印PNG（パスは実ファイル名に合わせて変更） */
}
.p-problem__after::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-problem__after::before {
    top: -42px;
    width: 80px;
    height: 80px;
  }
}
.p-problem__after .p-problem__txt {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-problem__after .p-problem__txt {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-problem__after .p-problem__txt {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-problem__after .p-problem__txt {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-problem__after .p-problem__txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-problem__after .p-problem__txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-problem__after .p-problem__txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
.p-problem__after .p-problem__txt {
  color: #FFFFFF;
  font-weight: 800;
}
.p-problem__after img {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 720px;
  width: 90%;
  height: auto;
}

.p-strength .l-section {
  max-width: 750px;
}
.p-strength__heading {
  background-image: url(../images/strength_bg.webp);
  background-size: cover;
  background-position: center top;
  padding: 30px 0;
  margin-inline: auto;
}
.p-strength__heading img {
  max-width: 960px;
  margin-inline: auto;
}
.p-strength__txt-area {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-strength__txt-area {
    padding: 60px 0;
  }
}
.p-strength__txt-area img {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-strength__txt-area img {
    padding: 40px 0 0 0;
  }
}
.p-strength__txt-area p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-strength__txt-area p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-strength__txt-area p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-strength__txt-area p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-strength__txt-area p {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-strength__txt-area p {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-strength__txt-area p {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-strength__txt-area p {
  font-weight: bold;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-strength__txt-area p {
    padding: 40px 0 0 0;
  }
}
.p-strength__txt-area p:first-child {
  padding-top: 0;
}
.p-strength__txt-area .bg-ora {
  background: #ff7a24;
  border-radius: 3px;
  padding: 0 3px;
  color: #fff;
}
.p-strength__txt-area .col-red {
  color: #ff7a24;
}
.p-strength .c-cta__box {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-strength .c-cta__box {
    margin-top: 60px;
  }
}
.p-strength .c-cta__box::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) center center/contain no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 40px;
  height: 40px;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

.p-feature {
  background-image: url(../images/feature_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.p-feature .l-section {
  width: 95%;
}
.p-feature__inner {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px 0 30px 0;
}
.p-feature__heading {
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .p-feature__heading {
    max-width: 650px;
    margin: 0 0 -60px auto;
  }
}
.p-feature__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: left;
  gap: 2rem;
  width: 100%;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    width: 90%;
    gap: 3rem;
    margin: 60px auto 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-feature__list::before {
  content: "";
  position: absolute;
  background-image: url(../images/strength_acc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 30px;
  right: 0;
  bottom: 0;
}
.p-feature__list:nth-child(even) .p-feature__txtbox {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-feature__list:nth-child(even) .p-feature__txtbox {
    order: 1;
  }
}
.p-feature__list:nth-child(even) .p-feature__thumb {
  order: 1;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .p-feature__list:nth-child(even) .p-feature__thumb {
    order: 2;
  }
}
.p-feature__list:nth-child(even)::before {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-feature__list:nth-child(even)::before {
    left: 0;
  }
}
.p-feature__thumb {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-feature__thumb {
    width: 100%;
  }
}
.p-feature__txtbox {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-feature__txtbox {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-feature__free {
  background: #ff7a24;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 9999px;
}
.p-feature__subttl {
  margin: 10px 0;
}

.p-more {
  background-image: url(../images/more_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: start top;
}
.p-more__heading {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-more__heading {
    margin-bottom: 80px;
  }
}
.p-more__num {
  position: absolute;
  top: -15px;
  left: 15px;
  max-width: 200px;
  width: 30%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-more__num {
    top: -40px;
  }
}
.p-more__contents {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #ff7a24;
  border-radius: 20px;
  text-align: left;
  padding: 5% 2.5% 10% 2.5%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-more__contents {
    margin-bottom: 60px;
  }
}
.p-more__subttl {
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-more__subttl {
    padding-bottom: 30px;
  }
}
.p-more__txt {
  padding-top: 5%;
}
.p-more .splide {
  margin-top: 2em;
}
.p-more .splide__pagination {
  bottom: -2em !important;
}
.p-more .splide__pagination__page {
  background: #FFFFFF;
  border: 1px solid #ff7a24;
  opacity: 1;
}
.p-more .splide__pagination__page.is-active {
  background: #ff7a24;
}
.p-more {
  /* アコーディオン全体 */
}
.p-more .p-more__accordion {
  max-width: 1200px;
  margin-inline: auto;
}
.p-more {
  /* 各アイテム */
}
.p-more .p-more__item {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  margin: 30px 0 0 0;
  overflow: hidden;
  text-align: center;
}
.p-more .p-more__item + .p-more .p-more__item {
  margin-top: 16px;
}
.p-more {
  /* 見出し行 */
}
.p-more .p-more__head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-more .p-more__head {
    padding: 16px 20px;
  }
}
.p-more .p-more__label {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-more .p-more__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-more .p-more__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-more .p-more__label {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-more .p-more__label {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-more .p-more__label {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-more .p-more__label {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-more .p-more__label {
  color: #222222;
  font-weight: 700;
}
.p-more {
  /* プレビューボタン */
}
.p-more .p-more__preview {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border: 1px solid #ff7a24;
  background: #ff7a24;
  color: #FFFFFF;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-more .p-more__preview {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-more .p-more__preview {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-more .p-more__preview {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-more .p-more__preview {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-more .p-more__preview {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-more .p-more__preview {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-more .p-more__preview {
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.p-more .p-more__preview:hover, .p-more .p-more__preview:focus {
  background: #ff7a24;
  color: #fff;
}
.p-more {
  /* ヒントを載せるための基準位置 */
}
.p-more .p-more__viewport {
  position: relative; /* 追加 */
}
.p-more {
  /* ↓スクロール の見た目 */
}
.p-more .p-more__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-more .p-more__hint {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-more .p-more__hint {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-more .p-more__hint {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-more .p-more__hint {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-more .p-more__hint {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-more .p-more__hint {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-more .p-more__hint {
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none; /* クリックを透過 */
  opacity: 0;
}
.p-more {
  /* 表示中の状態（JSで付与） */
}
.p-more .p-more__hint.is-visible {
  animation: more-hint-fade 5s linear; /* 1秒で出て消える */
}
.p-more {
  /* フェードイン→フェードアウト */
}
@keyframes more-hint-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, -6px);
  }
  15% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.85;
    transform: translate(-50%, 0);
  }
  60% {
    opacity: 0.5;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 6px);
  }
}
.p-more {
  /* パネル：アコーディオン本体（アニメ付き） */
}
.p-more .p-more__panel {
  max-height: 1080px;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
}
.p-more {
  /* 内部スクロール領域（ここが固定高でスクロール） */
}
.p-more .p-more__viewport {
  height: clamp(360px, 50vh, 720px);
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.p-more {
  /* 表示画像（横幅にフィット） */
}
.p-more .p-more__image {
  display: block;
  width: min(1200px, 100%);
  height: auto;
  margin: 0 auto;
}
.p-more .p-more__image + .p-more .p-more__image {
  margin-top: 12px;
}
.p-more {
  /* ダウンロードボタン */
}
.p-more .p-more__download {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ff7a24;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-more .p-more__download {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-more .p-more__download {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-more .p-more__download {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-more .p-more__download {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-more .p-more__download {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-more .p-more__download {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-more .p-more__download {
  transition: opacity 0.2s ease;
}
.p-more .p-more__download:hover, .p-more .p-more__download:focus {
  opacity: 0.85;
}

.p-interview {
  background: #faf1e6;
}
.p-interview .l-container {
  max-width: 960px;
}
.p-interview__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-interview__heading {
    padding: 60px 0 0 0;
  }
}
.p-interview__ttl {
  max-width: 960px;
  display: block;
  width: 95%;
  margin: 0 auto;
}
.p-interview__page {
  margin: 0 0 24px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 10px 5px 0;
}
@media screen and (min-width: 768px) {
  .p-interview__page {
    margin: 40px 0;
  }
}
.p-interview__page-ttl {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-interview__page-ttl {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__page-ttl {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__page-ttl {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__page-ttl {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-interview__page-ttl {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-interview__page-ttl {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-interview__page-ttl {
  text-align: center;
  color: #ff7a24;
}
.p-interview__page-ttl small {
  color: #222222;
  font-size: 0.875em;
}
.p-interview__page-scroll {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-interview__page-scroll {
    height: 300px;
  }
}
.p-interview__page-img {
  display: block;
  width: 100%;
  height: auto;
}
.p-interview__profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 32px;
  align-items: center;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .p-interview__profile {
    grid-template-columns: 300px 1fr;
    gap: 0 48px;
    padding: 32px 40px;
  }
}
.p-interview__owner {
  text-align: center;
}
.p-interview__owner-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-interview__owner-img {
    width: 200px;
    height: 200px;
  }
}
.p-interview__owner-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-interview__owner-name {
  margin: 8px 0 0;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-interview__owner-name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__owner-name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__owner-name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__owner-name {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-interview__owner-name {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-interview__owner-name {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-interview__property {
  text-align: left;
}
.p-interview__property-ttl {
  color: #ff7a24;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-interview__property-ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__property-ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__property-ttl {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__property-ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-interview__property-ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-interview__property-ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
.p-interview__property-list {
  margin: 0;
  padding: 0;
}
.p-interview__property-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 8px 0;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  .p-interview__property-row {
    grid-template-columns: 64px 1fr;
    padding: 10px 0;
  }
}
.p-interview__property-row:last-child {
  border-bottom: none;
}
.p-interview__property-row dt, .p-interview__property-row dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-interview__property-row dt, .p-interview__property-row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__property-row dt, .p-interview__property-row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__property-row dt, .p-interview__property-row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__property-row dt, .p-interview__property-row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-interview__property-row dt, .p-interview__property-row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-interview__property-row dt, .p-interview__property-row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-interview__property-row dt, .p-interview__property-row dd {
  color: #222222;
  line-height: 1.6;
}
.p-interview__property-row dt {
  font-weight: 500;
  color: #222222;
}
.p-interview__list {
  display: inline-flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-interview__list {
    gap: 60px;
  }
}
.p-interview__item {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
}
.p-interview__head {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.p-interview__q-icon {
  width: 35px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-interview__q-icon {
    width: 45px;
  }
}
.p-interview__question {
  position: relative;
  margin: 0;
  font-weight: 800;
  background: #FFFFFF;
  padding: 10px 10px 10px 60px;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-interview__question {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__question {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__question {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__question {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-interview__question {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-interview__question {
    font-size: 38px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__question {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-interview__question {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-interview__question {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .p-interview__question {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .p-interview__question {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .p-interview__question {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 2500px) {
  .p-interview__question {
    font-size: 38px;
    line-height: 1.4;
  }
}
.p-interview__question::before {
  content: "";
  position: absolute;
  background-image: url(../images/interview_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.p-interview__txt {
  margin: 0;
}
.p-interview__thumb {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 850px;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-interview__thumb {
    grid-template-columns: 1fr 1fr;
  }
}
.p-interview__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
}
.p-interview__thumb--arrow::before {
  content: "";
  position: absolute;
  background-image: url(../images/interview_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-interview__thumb--arrow::before {
    transform: translate(-50%, -50%);
  }
}

.p-system {
  background-image: url(../images/system_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 200%;
}
@media screen and (min-width: 768px) {
  .p-system {
    background-size: 100%;
  }
}
.p-system__heading {
  max-width: 450px;
  width: 70%;
  margin: 0 auto;
}
.p-system__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-system__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-system__thumb {
  border-radius: 20px 20px 0 0;
  aspect-ratio: 5/3;
}
.p-system__content {
  background: #f2f2f2;
  border-radius: 20px;
  border: 2px solid #f2f2f2;
}
.p-system__txtbox {
  position: relative;
  text-align: left;
  padding: 10% 5% 5% 5%;
  z-index: 4;
}
.p-system__subttl {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.p-system__subttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 9999px;
  background: #ff7a24;
}
.p-system__txt {
  padding-top: 1rem;
}
.p-system__icon {
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.p-system__icon img {
  display: block;
  height: 40px;
  width: auto;
}

.p-plan {
  overflow: hidden;
  position: relative;
}
.p-plan__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-70%);
  width: 100%;
  height: 100%;
  background-image: url(../images/price_bg_left.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-plan__bg::after {
    width: 100%;
    height: 100%;
    transform: translate(-70%);
  }
}
.p-plan__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  transform: translate(50%);
  width: 100%;
  height: 100%;
  background-image: url(../images/price_bg_right.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-plan__bg::before {
    width: 100%;
    height: 100%;
    transform: translate(30%);
  }
}
.p-plan__table {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  /* ヒントの見た目（クラス付与時のみ表示＆5秒アニメ） */
}
.p-plan__table.has-scroll-hint::after {
  content: "→スクロール";
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: #222222;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-plan__table.has-scroll-hint::after {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__table.has-scroll-hint::after {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-plan__table.has-scroll-hint::after {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan__table.has-scroll-hint::after {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-plan__table.has-scroll-hint::after {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-plan__table.has-scroll-hint::after {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-plan__table.has-scroll-hint::after {
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
  animation: plan-scroll-hint 3s ease both;
}
.p-plan__table {
  /* フェードイン→保持→フェードアウト（5秒） */
}
@keyframes plan-scroll-hint {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}
.p-plan__table img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .p-plan__table img {
    width: 200%;
    max-width: none;
  }
  .p-plan__table::-webkit-scrollbar {
    height: 8px;
  }
  .p-plan__table::-webkit-scrollbar-thumb {
    background: #ff7a24;
    border-radius: 4px;
  }
  .p-plan__table::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  .p-plan__table {
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__table {
    overflow: visible;
  }
  .p-plan__table img {
    width: 100%;
  }
}
.p-plan__heading {
  max-width: 450px;
  width: 70%;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 768px) {
  .p-plan__heading {
    margin-bottom: 80px;
  }
}

.p-voice {
  background-image: url(../images/voice_bg.jpg);
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-block: 80px;
  }
}
.p-voice__heading {
  width: 70%;
  max-width: 330px;
  margin: 0 auto;
}
.p-voice__card {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #ff7a24;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  padding: 15px 18px 15px;
  border-radius: 0 30px 30px 0;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    padding: 28px 36px 36px;
    margin-top: 100px;
  }
}
.p-voice__badge {
  position: absolute;
  top: -3.2em;
  left: -3px;
  padding: 8px 16px;
  background: #ff7a24;
  border: 3px solid #ff7a24;
  border-bottom: none;
  border-radius: 0 12px 0 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.p-voice__badge span {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice__badge span {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__badge span {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__badge span {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__badge span {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-voice__badge span {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-voice__badge span {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-voice__badge span {
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.p-voice__badge img {
  display: block;
  height: 20px;
  width: auto;
}
.p-voice {
  /* 本文ラッパー：写真＋テキスト */
}
.p-voice__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-voice__body {
    grid-template-columns: 220px 1fr;
    gap: 28px 36px;
    align-items: start;
  }
}
.p-voice {
  /* 顔写真 */
}
.p-voice__figure {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .p-voice__figure {
    width: 200px;
    height: 200px;
    margin: 4px 0 0;
  }
}
.p-voice__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-voice {
  /* 右側コンテンツ */
}
.p-voice__content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.p-voice__name {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__name {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-voice__name {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-voice__name {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-voice__name {
  color: #222222;
  font-weight: 700;
  margin-bottom: 6px;
}
.p-voice__ttl {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-voice__ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__ttl {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-voice__ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-voice__ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
.p-voice__ttl {
  color: #ff7a24;
  font-weight: 800;
  margin-bottom: 14px;
}
.p-voice__ttl span {
  display: inline-block;
  font-weight: 700;
}
.p-voice {
  /* 細い区切り線 */
}
.p-voice__divider {
  height: 1px;
  border: 0;
  background: rgba(0, 0, 0, 0.07);
  margin: 10px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-voice__divider {
    margin: 12px 0 18px;
  }
}
.p-voice__txt p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice__txt p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__txt p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__txt p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-voice__txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-voice__txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-voice__txt p {
  color: #222222;
  line-height: 2;
  margin: 0 0 1em;
}
.p-voice__txt p:last-child {
  margin-bottom: 0;
}

.p-faq {
  background: #f8f8f8;
}
.p-faq .l-container {
  max-width: 960px;
}
.p-faq__heading {
  max-width: 350px;
  width: 45%;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 768px) {
  .p-faq__heading {
    margin-bottom: 80px;
  }
}
.p-faq__list {
  margin-top: 2rem;
}
.p-faq__item {
  border-bottom: 1px solid #f2f2f2;
}
.p-faq__item:last-child {
  border-bottom: none;
}
.p-faq__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__toggle {
  font-weight: 500;
  color: #222222;
}
.p-faq__toggle .p-q__icon {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle .p-q__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle .p-q__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle .p-q__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__toggle .p-q__icon {
  color: #FFFFFF;
  background: #ff7a24;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  margin-right: 0.75rem;
}
.p-faq__toggle .p-faq__question-text {
  flex: 1;
  margin: 0;
  padding: 1rem 0;
  text-align: left;
}
.p-faq__toggle::after {
  content: "＋";
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  color: #ff7a24;
}
.p-faq__answer {
  max-height: 0;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: center;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer .p-a__icon {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-a__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer .p-a__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer .p-a__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__answer .p-a__icon {
  color: #FFFFFF;
  background: #ff7a24;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  flex-shrink: 0;
  margin: 0 0.75rem 0.75rem 0;
}
.p-faq__answer p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__answer p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__answer p {
  color: #222222;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 0.75rem 0;
}
.p-faq__answer .p-faq__link {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-faq__link {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer .p-faq__link {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer .p-faq__link {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__answer .p-faq__link {
  color: #ff7a24;
  text-decoration: underline;
  margin-top: 0.5rem;
  display: inline-block;
}
.p-faq__item.is-open .p-faq__answer {
  max-height: 500px;
}
.p-faq__item.is-open .p-faq__toggle::after {
  transform: rotate(45deg);
  content: "－";
}

.p-message__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 40px 56px;
  }
}
.p-message__figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-message__figure {
    order: 2;
    align-self: start;
  }
}
.p-message__figure picture, .p-message__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-message__content {
  text-align: left;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message__content {
    order: 1;
    align-self: start;
  }
}
.p-message__ttl {
  color: #ff7a24;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 6px 0 18px;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-message__ttl {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-message__ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-message__ttl {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__ttl {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-message__ttl {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-message__ttl {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-message__ttl {
    margin: 8px 0 22px;
  }
}
.p-message__txt p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-message__txt p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-message__txt p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-message__txt p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-message__txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-message__txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-message__txt p {
  color: #222222;
  line-height: 2;
  margin: 0;
}
.p-message__name {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-message__name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-message__name {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__name {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-message__name {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-message__name {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-message__name {
  color: #222222;
  text-align: right;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    margin-top: 32px;
  }
}

/* assets/scss/project/_company.scss */
.p-company {
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-block: 80px;
  }
}
.p-company__heading {
  max-width: 800px;
  width: 85%;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 768px) {
  .p-company__heading {
    margin-bottom: 80px;
  }
}
.p-company__grid {
  display: grid;
  grid-template-columns: 1fr; /* SP: 縦並び */
  gap: 24px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-company__grid {
    grid-template-columns: 1.1fr 1fr; /* PC: 左写真 / 右テーブル */
    gap: 40px 56px;
    align-items: start;
  }
}
.p-company {
  /* 左：写真 */
}
.p-company__photo {
  margin: 0;
}
.p-company__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.p-company {
  /* 右：会社情報テーブル */
}
.p-company__table {
  margin: 0;
}
.p-company__row {
  display: grid;
  grid-template-columns: 112px 1fr; /* 見出し幅 / 内容 */
  column-gap: 20px;
  row-gap: 8px;
  padding: 14px 0;
  position: relative;
  /* 下の薄い線 */
  border-bottom: 1px solid #e7e7e7;
  /* 行の上に短いオレンジライン（アクセント） */
}
.p-company__row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background: #ff7a24;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-company__row {
    padding: 16px 0;
    grid-template-columns: 120px 1fr;
    column-gap: 24px;
  }
}
.p-company__row dt, .p-company__row dd {
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company__row dt, .p-company__row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-company__row dt, .p-company__row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-company__row dt, .p-company__row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__row dt, .p-company__row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-company__row dt, .p-company__row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-company__row dt, .p-company__row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-company__row dt, .p-company__row dd {
  color: #222222;
}
.p-company__row dt {
  font-weight: 700;
  white-space: nowrap;
}
.p-company__row dd {
  /* 長い住所などを折り返し */
  word-break: break-word;
}
.p-company {
  /* Map（全幅） */
}
.p-company__map {
  grid-column: 1/-1; /* 2カラムをまたぐ */
  margin-top: 8px;
}
.p-company__map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .p-company__map iframe {
    height: 420px;
  }
}

/* --------------------------------------------
 * Animation Utility
 * フェード・スライド・拡大・波紋・スクロールアイコン等
 * ------------------------------------------ */
/* === 1. スケールバウンス === */
@keyframes a-scale-bounce {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.03);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.93);
  }
  70% {
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.a-scale-bounce {
  animation: a-scale-bounce 1.8s linear infinite;
}

/* === 2. 上下アニメーション === */
@keyframes a-updown {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-5px);
  }
}
.a-updown {
  animation: a-updown 1.2s linear infinite;
}

/* === 3. フェードイン（スクロール連動用） === */
.a-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease;
}
.a-fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* === 4. 帯アニメーション（テキスト・画像共通） === */
.a-wipe-container {
  overflow: hidden;
  position: relative;
}
.a-wipe-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-101%);
  transition: transform 0.8s ease;
  z-index: 1;
}
.a-wipe-container.is-inview::before {
  transform: translateX(101%);
}
.a-wipe-container .a-wipe-text {
  opacity: 0;
  transition: opacity 0.8s ease 0.5s;
}
.a-wipe-container.is-inview .a-wipe-text {
  opacity: 1;
}

/* === 5. 波紋アニメーション === */
@keyframes a-ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.a-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666;
  box-shadow: 0 0 5px #666;
  animation: a-ripple 2s infinite;
  top: 0;
  left: 0;
}

/* === 6. スクロールアイコン（マウス型） === */
@keyframes a-scroll-dot {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(12px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-scroll-icon {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.a-scroll-icon::before {
  content: "";
  width: 18px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto 8px;
}
.a-scroll-icon::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  animation: a-scroll-dot 2s infinite;
}