@charset "UTF-8";
/* ============================================================
   index.php 構成に合わせたブロック順（共通スタイルは先頭に集約）
   ------------------------------------------------------------
   [共通] ベース・リセット / .inner / フレックス
   [共通] index.php: <header class="site-header">
   [共通] index.php: <main> ラッパー（main, section）
   [共通] CTA部品: .contact / .c-cta-banner / .c-cta__*（#mv・バナーで共通利用）
   [#mv]  index.php: <div id="mv" class="mv">（ヒーロー＋ネストの .contact.c-cta）
   [#concerns] index.php: <section id="concerns" class="sec-trouble">
   [#flow] index.php: <section id="flow" class="sec-flow">
   [#reasons] index.php: <section id="reasons" class="sec-reason">
   [#teigaku] index.php: <section id="teigaku" class="sec-teigaku">
   [#fee-compare] index.php: <section id="fee-compare" class="sec-fee-compare">
   [c-sec-heading] セクション見出し（#voice / #flowchart / #access / #faq で使用）
   [#voice] index.php: <section id="voice" class="sec-voice">
   [#flowchart] index.php: <section id="flowchart" class="sec-flowchart">
   [#access] index.php: <section id="access" class="sec-access">
   [#faq] index.php: <section id="faq" class="sec-faq">
   [フォーム・サンクス] forms #inquiry / thanks .sec-thanks
   [フッター] index.php: <footer> / .u_time / .copyright
   [ユーティリティ] .clearfix 等
   ============================================================ */
/*--------------------------------------------*/
body,
input,
textarea {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-font--gothic {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}

.u-font--mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1em;
  color: #4b1e1b;
  background: #fffcf5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 80%;
  }
}

html {
  scroll-padding-top: 100px;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
.site-header a,
footer a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p,
a,
table,
tr,
td,
address,
img,
.site-header ul,
footer ul {
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  text-align: left;
  font-style: normal;
  list-style: none outside;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none; /* margin:1em 0; padding:0 0 0 2em; */
}

li {
  line-height: 1.3em;
  margin: 0 0 0.5em;
}

.site-header li,
footer li {
  line-height: 1em;
  margin: 0;
}

i,
em {
  font-style: normal;
}

u {
  text-decoration: none;
}

sup,
sub {
  font-size: 60%;
}

/*************/
#clear,
.clear {
  clear: both;
}

.c {
  margin-left: auto;
  margin-right: auto;
}

.l {
  float: left;
}

.r {
  float: right;
}

.t_c {
  text-align: center;
}

/*img.l { margin:0 10px 10px 0; }
img.r { margin:0 0 10px 10px; }*/
/* table */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

thead th,
thead td {
  font-weight: bold;
  white-space: normal;
}

th,
td {
  border-bottom: 1px solid #4b1e1b;
  padding: 20px;
  vertical-align: top;
}

th {
  text-align: center; /* white-space:nowrap; */
}

/* * */
.aster li:before {
  content: "※";
}

.aster li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
}

/* -------------------------------------------- */
a {
  text-decoration: none;
  color: #0088cc;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* --------------------------------------------*/
/* [共通] .inner — セクション内コンテナ幅（index.php 各 .inner） */
.inner {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1440px;
  padding: 0 clamp(25px, -38.470894874px + 8.2536924414vw, 120px);
  margin: 0 auto;
  box-sizing: border-box;
}

/* MV 直下の CTA ブロックのみやや広いインナー */
.contact.c-cta .c-cta__inner,
.mv__inner,
.mv__inner .contact .inner {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1500px;
  padding: 0 clamp(25px, -38.470894874px + 8.2536924414vw, 120px);
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact .inner,
  #faq .inner,
  #inquiry .inner,
  .sec-thanks .inner,
  input[type=submit],
  .top-back-link a,
  .inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .inner {
    width: 100%;
    overflow: visible;
  }
}
/* [共通] フレックス — CTA 行・フォーム行（#mv / .contact / #inquiry / .sec-thanks） */
#mv .c-cta__actions,
.contact .c-cta__actions,
#inquiry th span,
.sec-thanks th span {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #mv .c-cta__actions,
  .contact .c-cta__actions,
  #inquiry th span,
  .sec-thanks th span {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #mv .c-cta__actions,
  .contact .c-cta__actions,
  #inquiry th span,
  .sec-thanks th span {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #mv .c-cta__actions,
  .contact .c-cta__actions,
  #inquiry th span,
  .sec-thanks th span {
    flex-wrap: wrap;
  }
}
/* [共通] グローバルヘッダー — index.php: <header class="site-header">（セクション内 header とは別） */
.site-header {
  position: fixed;
  width: 100vw;
  background: #fffcf5;
  z-index: 10;
}
.site-header .inner {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  margin: 0 auto;
  padding-left: clamp(20px, -71.6201117318px + 8.938547486vw, 100px);
  padding-right: 0px;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .site-header .inner {
    padding-left: clamp(20px, -71.6201117318px + 8.938547486vw, 100px);
  }
  .site-header .headCta {
    padding-left: clamp(12px, -1.7430167598px + 1.3407821229vw, 24px);
    padding-right: clamp(12px, -1.7430167598px + 1.3407821229vw, 24px);
    margin-right: clamp(6px, 1.4189944134px + 0.4469273743vw, 10px);
  }
  .site-header .headFaq {
    padding-left: clamp(18px, -17.5027932961px + 3.4636871508vw, 49px);
    padding-right: clamp(18px, -17.5027932961px + 3.4636871508vw, 49px);
  }
  .site-header h1 {
    flex: 0 1 auto;
    max-width: 323px;
  }
}
.site-header h1 {
  margin-right: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 323px;
  width: 100%;
  max-width: 323px;
}
.site-header h1 a {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header a {
  display: block;
}
.site-header .headCta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 0;
  margin-right: 10px;
  padding: 0 24px;
  background: #c14742;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .site-header .headCta {
    margin-right: 0;
  }
}
.site-header .headFaq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 600;
  min-height: 0;
  padding: 0 49px;
  background: #4b1e1b;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .site-header .headFaq {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .headFaq {
    display: none !important;
  }
}
.site-header .headPrice {
  background: #c14742;
  margin-left: 1px;
}
.site-header h1 img {
  position: relative;
  top: 5px;
  display: block;
  width: 323px;
  max-width: 323px;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .site-header .inner {
    width: 100%;
    max-width: 100%;
    height: 70px;
    min-height: 70px;
    padding-left: 0px;
    padding-right: 0;
    align-items: stretch;
  }
  .site-header h1 {
    max-width: 323px;
    flex: 0 0 52%;
    padding-left: 23px;
  }
  .site-header h1 img {
    top: 0;
    width: 100%;
    max-width: 160px;
  }
  .site-header .headCta {
    display: flex !important;
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: 200px;
    height: 100%;
    margin-right: 0;
    padding: 0.4em 0.35em;
    font-size: 0.65rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .headFaq {
    display: none !important;
  }
  .headPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 0;
  }
}
/* .site-header 内 .headCta の文言スタイル — index.php: a.headCta */
.headCta__lead {
  display: block;
  font-size: clamp(12px, 9.9607843137px + 0.522875817vw, 20px);
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 600;
  background: #5a1d1b;
  border-radius: 10px;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .headCta__lead {
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 4px 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .headCta__lead {
    font-size: 20px;
  }
}

.headCta__action {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  white-space: nowrap;
  font-size: clamp(13px, 10.1960784314px + 0.7189542484vw, 24px);
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 600;
}
.headCta__action::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.75em;
  height: 0.625em;
  vertical-align: middle;
  background: url(../img/i-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .headCta__action {
    gap: 10px;
    letter-spacing: 0.03em;
    line-height: 1.23;
    margin: 5px 0 0 20px;
  }
  .headCta__action::after {
    content: "";
    width: 12px;
    height: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .headCta__action {
    font-size: 24px;
  }
}

/* [共通] main ラッパー — index.php: <main> 直下 */
main {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

section {
  padding: 0;
}

/* [共通] CTA 土台・バナー・ボタン — index.php: #mv 内 .contact.c-cta / 複数 .c-cta-banner */
.contact {
  position: relative;
  background: #5a1d1b;
  padding: 0;
  margin: 0;
}

.inner.c-cta__inner.c-cta-banner__inner {
  padding-top: 5.625rem;
  padding-bottom: 5.4375rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .inner.c-cta__inner.c-cta-banner__inner {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

/* .c-cta-banner — バッジ＋価格訴求ブロック（index.php 内 4 箇所の <section class="c-cta-banner">） */
.c-cta-banner {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.c-cta-banner__head {
  margin: 0 auto 1.5rem;
  max-width: 52rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-cta-banner__head {
    margin-bottom: 1.25rem;
  }
}

.c-cta-banner__badgeImg {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: min(100%, 576px);
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-cta-banner__badgeImg {
    top: -28px;
    transform: translateX(-51%);
    max-width: min(100%, 319px);
  }
}

.c-cta-banner__intro {
  margin: 0;
  padding: 0;
  color: #fff;
}

.c-cta-banner__lead {
  margin: 0 0 2rem;
  font-size: clamp(24px, 21.9607843137px + 0.522875817vw, 32px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-cta-banner__lead {
    letter-spacing: 0;
    line-height: 1.25;
    margin: 15px 0 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .c-cta-banner__lead {
    font-size: 32px;
  }
}

.c-cta-banner__priceImg {
  display: block;
  max-width: min(100%, 35.44rem);
  width: auto;
  height: auto;
  margin: 0 auto 2.375rem;
}
@media screen and (max-width: 1024px) {
  .c-cta-banner__priceImg {
    max-width: min(100%, 232px);
    margin: 0 auto 13px;
  }
}

.c-cta-banner__note {
  margin: 0 0 4.1875rem;
  font-size: clamp(20px, 16.9411764706px + 0.7843137255vw, 32px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-cta-banner__note {
    letter-spacing: 0;
    margin: 0 0 46px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .c-cta-banner__note {
    font-size: 32px;
  }
}

.c-cta-banner__actions {
  margin-top: 0;
}

.c-cta__badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 0.4em 1.35em;
  border-radius: 999px;
  background: #f58119;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-size: 0.78rem;
  font-weight: bold;
}

.c-cta__actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1rem 1.25rem;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1038px;
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
  .c-cta__actions {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-cta__actions {
    gap: 35px;
  }
}

.c-cta__btn {
  flex: 0 0 auto;
  width: 495px;
  max-width: 100%;
  height: 135px;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.35rem;
  border-radius: 16px;
  background: linear-gradient(to bottom, #ffffff, #e3e3e3);
  text-decoration: none;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s;
}
.c-cta__btn:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1025px) and (max-width: 1120px) {
  .c-cta__btn {
    width: calc(50% - 0.5rem);
    height: auto;
    min-height: 135px;
  }
}
.c-cta__btn--primary {
  position: relative;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding-top: 30px;
  border: 4px solid #f58119;
  color: #4b1e1b;
}
@media screen and (max-width: 1024px) {
  .c-cta__btn--primary {
    padding: 27px 20px 10px 43px;
  }
}
@media screen and (max-width: 350px) {
  .c-cta__btn--primary {
    padding: 35px 10px 40px;
  }
}
.c-cta__btn--primary:hover {
  color: #4b1e1b;
}
.c-cta__btn--primary .c-cta__kicker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  max-width: 402px;
  width: 100%;
  border-radius: 23px;
  background: #f58119;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.2;
}
.c-cta__btn--primary .c-cta__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.c-cta__btn--primary .c-cta__text {
  flex: 0 1 auto;
  min-width: 0;
  align-items: center;
}
.c-cta__btn--primary .c-cta__lead {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
  color: #4b1e1b;
}
.c-cta__btn--primary .c-cta__lead img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cta__btn--primary .c-cta__lead img {
    width: 22px;
    height: 22px;
  }
}
.c-cta__btn--primary .c-cta__action {
  color: #4b1e1b;
}
.c-cta__btn--primary .c-cta__linkIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.c-cta__btn--primary .c-cta__linkIcon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 62px;
  max-width: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-cta__btn--primary .c-cta__linkIcon img {
    position: relative;
    top: 6px;
    right: -20px;
    max-height: 38px;
    max-width: 38px;
  }
}
@media screen and (max-width: 350px) {
  .c-cta__btn--primary .c-cta__linkIcon img {
    right: 0px;
  }
}

.c-cta__btn--tel {
  position: relative;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding-top: 30px;
  border: 4px solid #c14742;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .c-cta__btn--tel {
    padding: 35px 38px 10px 40px;
  }
}
@media screen and (max-width: 350px) {
  .c-cta__btn--tel {
    padding: 35px 10px 40px;
  }
}
.c-cta__btn--tel:hover {
  color: #4b1e1b;
}
.c-cta__btn--tel .c-cta__kicker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  max-width: 402px;
  width: 100%;
  border-radius: 23px;
  background: #c14742;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.2;
}
.c-cta__btn--tel .c-cta__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
}
.c-cta__btn--tel .c-cta__text {
  flex: 0 1 auto;
  min-width: 0;
  align-items: center;
}
.c-cta__btn--tel .c-cta__telLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
}
.c-cta__btn--tel .c-cta__linkIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.c-cta__btn--tel .c-cta__linkIcon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 62px;
  max-width: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-cta__btn--tel .c-cta__linkIcon img {
    position: relative;
    right: -20px;
    max-height: 38px;
    max-width: 38px;
  }
}
@media screen and (max-width: 350px) {
  .c-cta__btn--tel .c-cta__linkIcon img {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .c-cta__btn {
    flex: 1 1 auto;
    width: 100%;
    max-width: 495px;
    height: auto;
    min-height: 110px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
  .c-cta__btn--primary .c-cta__kicker,
  .c-cta__btn--tel .c-cta__kicker {
    font-size: 15px;
    padding: 0.4em 0.9em;
    width: 72%;
  }
  .c-cta__btn--primary .c-cta__row,
  .c-cta__btn--tel .c-cta__row {
    flex-wrap: nowrap;
  }
}
.c-cta__icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta__icon img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cta__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    gap: 0;
  }
}

.c-cta__kicker {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.c-cta__lead {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-cta__lead {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-cta__action {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-cta__action {
    font-size: 20px;
    line-height: 1;
  }
}

.c-cta__tel {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-cta__tel {
    font-size: 24px;
  }
}

.c-cta__note {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-cta__note {
    font-size: 12px;
    margin: 7px 0 0 8px;
    white-space: nowrap;
  }
}

.c-cta__case {
  margin: 1.65rem auto 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.c-cta__case a {
  color: #fff;
  text-decoration: underline;
  font-size: 1rem;
}
.c-cta__case a:hover {
  color: #fff;
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .c-cta__case a {
    font-size: 1em;
  }
}

/* [#mv] メインビジュアル — index.php: <div class="mv" id="mv">（.mv__inner ＋ 末尾 .contact.c-cta） */
#mv {
  position: relative;
  background-color: transparent;
  /* 全幅レイヤー（.mv__inner の幅・高さの変化と切り離して背景を描画） */
}
#mv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  background-image: url(../img/mvBg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 1024px) {
  #mv::before {
    background-image: url(../img/mvBg_sp.png);
    background-position: center top -70px;
    background-size: contain;
  }
}
#mv {
  /* 背景より手前にコンテンツ */
}
#mv > * {
  position: relative;
  z-index: 1;
}
#mv {
  /* MV ヒーロー枠（共通 .inner に加えて個別調整はこのブロックへ） */
}
#mv .mv__inner {
  width: min(1500px, 100%);
  padding: 30px 30px 40px;
}
#mv .mv__inner h2.mv-heading {
  width: 100%;
  max-width: 937px;
  margin: 0;
  font-size: clamp(20px, 8px + 0.8333333333vw, 24px);
}
#mv .mv-heading {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#mv .mv-heading__deco,
#mv .mv-heading__omakase,
#mv .mv-heading__limited {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#mv .mv-heading__deco {
  max-width: clamp(361px, -1.2857142857px + 35.3794642857vw, 678px);
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #mv .mv-heading__deco {
    margin: 6px 0 0;
  }
}
#mv .mv-heading__omakase {
  max-width: clamp(314px, -0.2857142857px + 30.6919642857vw, 589px);
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  #mv .mv-heading__omakase {
    max-width: 330px;
    margin: 0 auto;
  }
}
#mv .mv-heading__limited {
  max-width: clamp(480px, -43.3798882682px + 51.061452514vw, 937px);
}
#mv .mv-heading__limite {
  max-width: 100%;
}
#mv .mv-heading__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(23px, 14.5882352941px + 2.1568627451vw, 56px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #4b1e1b;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 1024px) {
  #mv .mv-heading__text {
    letter-spacing: 0.01em;
    line-height: 1.5;
    justify-content: center;
    margin: 4px 0 2px;
  }
}
#mv .mv-heading__accent {
  color: #c14742;
}
#mv .contact.c-cta {
  padding: 57px 0 31px;
}
@media screen and (max-width: 768px) {
  #mv .contact.c-cta {
    padding: 50px 0 31px;
  }
}
@media screen and (max-width: 1024px) {
  #mv .contact .c-cta__inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #mv .mv__inner {
    padding: 0;
  }
  #mv .mv__inner h2.mv-heading {
    width: 100%;
    padding: 0 0 20px 0;
    gap: 0;
    margin: auto;
  }
  #mv .mv__inner .mv-heading__deco,
  #mv .mv__inner .mv-heading__omakase,
  #mv .mv__inner .mv-heading__limited {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
  #mv .mv__inner .mv-heading__omakase {
    padding: 0 25px;
  }
  #mv .mv__inner .mv-heading__limited {
    width: 100%;
    padding: 178px 0 0 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mv .mv__inner .mv-heading__limited {
    max-width: 480px;
  }
}

/* [#concerns] お悩み — index.php: <section id="concerns" class="sec-trouble"> */
.sec-trouble {
  color: #4b2d29;
}

.sec-trouble__intro {
  width: 100%;
  margin: 0;
  padding: clamp(30px, 18.5294117647px + 2.9411764706vw, 75px) 0 clamp(30px, 19.8039215686px + 2.614379085vw, 70px);
  background: #ede7dd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-trouble__intro {
    padding: 30px 0 30px;
  }
}

.sec-trouble__head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.sec-trouble__title {
  margin: 0;
  font-size: clamp(24px, 15.8431372549px + 2.091503268vw, 56px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #4b1e1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-trouble__title {
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .sec-trouble__title {
    font-size: 56px;
  }
}

.sec-trouble__subtitle {
  margin: 0 0 3.875rem;
  font-size: clamp(20px, 16.9411764706px + 0.7843137255vw, 32px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #4b1e1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-trouble__subtitle {
    letter-spacing: 0;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .sec-trouble__subtitle {
    font-size: 32px;
  }
}

.sec-trouble__cards {
  list-style: none;
  margin: 0 0 3.4375rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.375rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .sec-trouble__cards {
    margin-bottom: 30px;
  }
}

.sec-trouble-card {
  position: relative;
  grid-column: span 4;
  margin: 0;
  max-width: 375px;
  width: 100%;
  justify-self: center;
  padding: 2.1875rem 1rem 1.125rem;
  background: #fff;
  border: 2px solid #441c19;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card {
    padding: 27px 1rem 1.125rem;
  }
}

.sec-trouble-card:nth-child(4) {
  grid-column: 3/span 4;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card:nth-child(4) {
    margin-left: 0;
  }
}

.sec-trouble-card:nth-child(5) {
  grid-column: 7/span 4;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card:nth-child(5) {
    margin-left: 0;
  }
}

.sec-trouble-card__tab {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10px, -23px);
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 0.3125rem 1rem;
  background: #441c19;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card__tab {
    top: 5px;
    left: 4px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 6px 12px;
  }
}

.sec-trouble-card__tabNum {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card__tabNum {
    font-size: 22px;
  }
}

.sec-trouble-card__body {
  margin: 0;
}

.sec-trouble-card__main {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #c14742;
  text-align: center;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card__main {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.277;
    margin-bottom: 5px;
  }
}

.sec-trouble-card__sub {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4b1e1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-trouble-card__sub {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.357;
  }
}

.sec-trouble__solve {
  margin-top: 0;
  padding: 6.375rem 0 2.5rem;
  background: #fffcf5;
}

.sec-trouble__catch {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #4b1e1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-trouble__catch {
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}

.sec-trouble__catchEm {
  display: inline-block;
  margin-top: 7px;
  color: #c14742;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 0.04em;
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 16px), #fff calc(100% - 16px), #fff calc(100% - 8px), transparent calc(100% - 8px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .sec-trouble__catchEm {
    display: inline;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    position: relative;
    top: -3px;
    margin: 0;
    padding-top: 0;
    background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 8px), #fff calc(100% - 8px), #fff calc(100% - 0px), transparent calc(100% - 0px));
  }
}

.sec-trouble__priceFigure {
  margin: 0 0 0.75rem;
  padding: 0;
  text-align: center;
}
.sec-trouble__priceFigure picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-trouble__priceFigure {
    margin: 0 auto;
    width: 67%;
  }
}

.sec-trouble__priceImg {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.sec-trouble__priceFoot {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #4b1e1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-trouble__priceFoot {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 13px 0 0;
  }
}

.sec-trouble__scope {
  padding: 0 0 3.25rem;
}

.sec-trouble__ribbon {
  position: relative;
  max-width: 662px;
  margin: 0 auto 2.5rem;
  padding: 1.875rem 1.5rem 1.5rem;
  background: #c14742;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-trouble__ribbon {
    padding: 15px 10px 10px;
    margin: 0 auto 20px;
    width: 94%;
  }
}

.sec-trouble__ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 41px;
  background: #c14742;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-trouble__ribbon::after {
    bottom: -21px;
    height: 21px;
  }
}

.sec-trouble__ribbonText {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-trouble__ribbonText {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.sec-trouble__notebook {
  text-align: center;
}

.sec-trouble__notebookImg {
  display: block;
  max-width: 685px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec-trouble__foot {
  padding: 2.6875rem 0 2.5rem;
  background: #4b1e1b;
  color: #fff;
}

.sec-trouble__footText {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-trouble__footText {
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .sec-trouble__cards {
    grid-template-columns: 1fr;
    padding: 0 5px;
  }
  .sec-trouble-card,
  .sec-trouble-card:nth-child(4),
  .sec-trouble-card:nth-child(5) {
    grid-column: 1/-1;
  }
  .sec-trouble__solve {
    padding: 2.25rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-trouble__solve {
    padding: 42px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec-trouble__scope {
    padding: 2.25rem 0 3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-trouble__scope {
    padding: 0 15px 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec-trouble__notebook {
    padding: 0;
  }
  .sec-trouble__foot {
    padding: 1.75rem 0 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-trouble__foot {
    padding: 28px 0 28px;
  }
}
/* [#flow] 納税までの流れ — index.php: <section id="flow" class="sec-flow"> */
.sec-flow {
  color: #4b1e1b;
}

.sec-flow__band {
  width: 100%;
  margin: 0;
  padding: 3.5625rem 0 5.25rem;
  background: #ede7dd;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-flow__band {
    padding: 2rem 0 50px;
  }
}

.sec-flow__inner {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-flow__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

/* SP 専用：.sec-flow__spTop + .sec-flow__stepsTrack の共通ラッパー（PC は display:contents） */
.sec-flow__timeline {
  display: contents;
}

/* SP 専用：キャッチ帯・左右列ラベル（PC では非表示） */
.sec-flow__spTop {
  display: none;
}

.sec-flow__title {
  margin: 0 auto 2.5rem;
  padding: 2rem calc(3.5625rem + 1rem) 1.75rem 4.375rem;
  background: #4b1e1b;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  max-width: 802px;
  width: 100%;
  box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - 3.5625rem) 0, 100% 50%, calc(100% - 3.5625rem) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 3.5625rem) 0, 100% 50%, calc(100% - 3.5625rem) 100%, 0 100%);
}

.sec-flow__overview {
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sec-flow__overviewList {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  min-height: 11rem;
}

.sec-flow-overviewItem {
  position: relative;
  flex: 0 0 66px;
  width: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  border: 2px solid #4b1e1b;
  box-sizing: border-box;
  padding: 0.9375rem 0.9375rem 1.875rem;
  background: #fff8db;
}

.sec-flow-overviewItem:nth-child(1),
.sec-flow-overviewItem:nth-child(3),
.sec-flow-overviewItem:nth-child(4),
.sec-flow-overviewItem:nth-child(6),
.sec-flow-overviewItem:nth-child(10) {
  background: #fcffff;
}

.sec-flow-overviewItem:not(:last-child) {
  margin-right: 3.19rem;
}

.sec-flow-overviewItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #4b1e1b;
  transform: translateY(-50%);
  pointer-events: none;
}

.sec-flow-overviewItem__disc {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 0.45rem;
  border-radius: 50%;
  background: #4b1e1b;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.sec-flow-overviewItem__label {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.34em;
  line-height: 1.33;
  color: #4b1e1b;
  min-height: 6.5rem;
}

.sec-flow__stepsTrack {
  margin: 0;
  padding: 0;
}

.sec-flow__steps {
  list-style: none;
  margin: 5.75rem auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.5rem;
  max-width: 802px;
}

.sec-flow-step {
  position: relative;
  margin: 0;
  padding: 2.5rem 2.5rem 2.125rem;
  background: #fcffff;
  border: 2px solid #4b1e1b;
  box-sizing: border-box;
}
.sec-flow-step::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -58px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #4b1e1b transparent transparent transparent;
  pointer-events: none;
}

.sec-flow-step--support {
  padding-top: 2.35rem;
}

.sec-flow-step__badge {
  position: absolute;
  top: -50px;
  right: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 158px;
  background: #fff8db;
  color: #4b1e1b;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.064em;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4b1e1b;
}

.sec-flow-step__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.sec-flow-step__num {
  display: inline-block;
  flex-shrink: 0;
  margin: 0;
  padding: 0.4375rem 1.4375rem;
  background: #4b1e1b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.064em;
  border-radius: 25px;
}

.sec-flow-step__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.064em;
  color: #4b1e1b;
}

.sec-flow-step__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4b1e1b;
}

.sec-flow-step__text-note {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4b1e1b;
  margin-top: 0.6875rem;
}

.sec-flow-request {
  margin: 5.5rem auto 0;
  max-width: 810px;
  width: 100%;
}

.sec-flow-request__wrap {
  position: relative;
  margin: 0;
}

.sec-flow-request__box {
  position: relative;
  z-index: 1;
  border: 4px solid #c14742;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0 0;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__box {
    padding: 0;
    border-radius: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.sec-flow-request__head {
  margin: 0;
  padding: 1.125rem 1rem 1.25rem;
  background: #c14742;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__head {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.375;
    padding: 9px 1rem 8px;
  }
}

.sec-flow-request__list {
  list-style: none;
  margin: 0;
  padding: 2.125rem 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  gap: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__list {
    width: 100%;
    padding: 24px 20px 21px;
    gap: 16px;
  }
}

.sec-flow-request__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.sec-flow-request__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c14742;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__num {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}

.sec-flow-request__text {
  flex: 1 1 auto;
  margin: 0;
  padding-top: 0.15rem;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__text {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.1;
  }
}

.sec-flow-request__hl {
  display: inline;
  padding: 0 0.1em;
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 8px), #fff8db calc(100% - 8px), #fff8db 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.sec-flow-request__figure {
  position: absolute;
  z-index: 2;
  right: -100px;
  bottom: -55px;
  width: min(243px, 52%);
  max-width: 100%;
  margin: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__figure {
    position: absolute;
    bottom: -37px;
    right: -10px;
    width: min(117px, 100%);
  }
}

.sec-flow-request__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec-flow-request__foot {
  margin: 4.5rem 0 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-flow-request__foot {
    font-size: 18px;
    letter-spacing: 0.064em;
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
  }
}

.sec-flow-request__foot-accent {
  display: inline;
  color: #c14742;
  padding: 0 0.04em;
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 8px), #ffffff calc(100% - 8px), #ffffff 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 768px) {
  .sec-flow__timeline {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(../img/flow-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .sec-flow__spTop {
    display: block;
    margin: 0;
  }
  .sec-flow__spAxisLabels {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 0 0 15px;
  }
  .sec-flow__spAxisLabels-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.5rem;
    padding: 8px 0.35rem 7px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.27;
    text-align: center;
    color: #4b1e1b;
    box-sizing: border-box;
    border: 2px solid #4b1e1b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .sec-flow__spAxisLabels-item--customer {
    background: #fcffff;
  }
  .sec-flow__spAxisLabels-item--company {
    background: #fff8db;
  }
  .sec-flow__overview {
    display: none;
  }
  .sec-flow__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    clip-path: none;
    -webkit-clip-path: none;
    background: transparent;
    color: transparent;
  }
  .sec-flow__stepsTrack {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .sec-flow__steps {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .sec-flow-step {
    width: calc(50% - 10px);
    max-width: none;
    margin: 0;
    padding: 0 0 0;
    border: none;
    box-sizing: border-box;
    overflow: visible;
  }
  .sec-flow-step::after {
    display: none;
  }
  .sec-flow-step--spLaneLeft {
    align-self: flex-start;
  }
  .sec-flow-step--spLaneRight {
    align-self: flex-end;
    background: #fff8db;
  }
  .sec-flow-step__head {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 10px 10px 5px;
    background: #4b1e1b;
    text-align: left;
  }
  .sec-flow-step__num {
    width: 100%;
    padding: 0 0 4px;
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.064em;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
  .sec-flow-step__title {
    font-size: 16px;
    letter-spacing: 0.064em;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    width: 100%;
  }
  .sec-flow-step__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #4b1e1b;
    text-align: left;
    padding: 7px 10px 6px;
  }
  .sec-flow-step__text-note {
    color: #4b1e1b;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: -15px 0 0;
    padding: 7px 5px 6px 10px;
  }
  .sec-flow-step--support {
    padding-top: 0;
  }
  .sec-flow-step__badge {
    display: none;
  }
  .sec-flow-step--spLaneLeft .sec-flow-step__badge {
    right: auto;
    left: -4px;
  }
  .sec-flow-request {
    margin-top: 2.25rem;
    color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-flow-request {
    margin-top: 23px;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-request__wrap {
    margin-top: 0.5rem;
  }
  .sec-flow-request__box {
    border-color: #c14742;
  }
  .sec-flow-request__text {
    color: #4b1e1b;
  }
  .sec-flow-request__foot {
    color: #4b1e1b;
  }
  .sec-flow-request__foot-accent {
    color: #c14742;
    background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 8px), #fff calc(100% - 8px), #fff 100%);
  }
}
/* [#reasons] 選ばれる理由 — index.php: <section id="reasons" class="sec-reason"> */
.sec-reason {
  color: #4b2d29;
}

.sec-reason__band {
  margin: 0;
  padding: 0 0 7.75rem;
  background: #fffcf5;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sec-reason__band {
    padding: 0 0 77px;
  }
}

.sec-reason__inner {
  box-sizing: border-box;
}

.sec-reason__ribbon {
  position: relative;
  max-width: 662px;
  margin: 0 auto 3.875rem;
  padding: 1.5rem 1.25rem 0.5rem;
  background: #4b1e1b;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sec-reason__ribbon {
    position: relative;
    top: -23px;
    margin-bottom: 6px;
    font-size: 18px;
    padding: 13px 16px 1px;
  }
}

.sec-reason__ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 41px;
  background: #4b1e1b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sec-reason__ribbon::after {
    bottom: -21px;
    height: 21px;
  }
}

.sec-reason__title {
  margin: 0 0 6.75rem;
  font-size: clamp(24px, 15.8431372549px + 2.091503268vw, 56px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #c14742;
}
@media screen and (max-width: 1024px) {
  .sec-reason__title {
    margin-bottom: 1.75rem;
    letter-spacing: 0.01em;
  }
}

.sec-reason__titleLine {
  display: block;
}

.sec-reason__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5.13rem 2.25rem;
}
@media screen and (max-width: 1024px) {
  .sec-reason__cards {
    position: relative;
    top: 27px;
    grid-template-columns: 1fr;
    gap: 61px;
    padding: 0;
  }
}

.sec-reason-card {
  position: relative;
  grid-column: span 4;
  margin: 0;
  padding: 2.15rem 1.875rem 1.5rem;
  background: #fff;
  border: 2px solid #441c19;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: visible;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card {
    grid-column: 1/-1;
    width: 100%;
    max-width: 600px;
    justify-self: center;
    min-height: 144px;
    padding: 2rem 16px 1.2rem 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-card {
    padding: 2rem 16px 1.2rem 22px;
  }
}

.sec-reason-card:nth-child(4) {
  grid-column: 3/span 4;
}

.sec-reason-card:nth-child(5) {
  grid-column: 7/span 4;
}

.sec-reason-card__bubble {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: -95px 0 0 -20px;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card__bubble {
    margin: -72px 0 0 -15px;
  }
}

.sec-reason-card__bubbleImg {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card__bubbleImg {
    max-width: 246px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-reason-card--05 .sec-reason-card__bubbleImg {
    max-width: 314px;
    width: auto;
  }
}

.sec-reason-card__body {
  position: relative;
  z-index: 1;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card__body {
    padding-right: 10px;
  }
}

.sec-reason-card__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 0;
  transform: scale(0.5);
  transform-origin: top right;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card__body::after {
    transform: scale(0.4);
  }
}

.sec-reason-card--01 .sec-reason-card__body::after {
  content: url(../img/i-point01.png);
}

.sec-reason-card--02 .sec-reason-card__body::after {
  content: url(../img/i-point02.png);
}

.sec-reason-card--03 .sec-reason-card__body::after {
  content: url(../img/i-point03.png);
}

.sec-reason-card--04 .sec-reason-card__body::after {
  content: url(../img/i-point04.png);
}

.sec-reason-card--05 .sec-reason-card__body::after {
  content: url(../img/i-point05.png);
}

.sec-reason-card__point {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2em;
  margin: 1rem 0 0.65rem;
  padding: 0.375rem 2.0625rem;
  background: #c14742;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  border-radius: 19px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card__point {
    font-size: 12px;
    padding: 1px 9px;
    margin: 6px 0 0.65rem;
  }
}

.sec-reason-card__pointNum {
  font-size: 1em;
}

.sec-reason-card__text {
  font-size: clamp(18px, 16.4705882353px + 0.3921568627vw, 24px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #c14742;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec-reason-card__text {
    font-size: 18px;
  }
}
.sec-reason-card__text {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1024px) {
  .sec-reason-card,
  .sec-reason-card:nth-child(4),
  .sec-reason-card:nth-child(5) {
    grid-column: 1/-1;
  }
}
/* [#teigaku] 完全定額制 — index.php: <section id="teigaku" class="sec-teigaku"> */
.sec-teigaku {
  margin: 0;
  padding: 4.625rem 0 0;
  background: #ede7dd;
  color: #4b1e1b;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-teigaku {
    padding: 26px 0 0;
  }
}

.sec-teigaku__inner {
  max-width: 1110px;
  margin: 0 auto 5.3125rem;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-teigaku__inner {
    margin: 0 auto 30px;
  }
}

.sec-teigaku__title {
  margin: 0 0 0.625rem;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-teigaku__title {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
}

.sec-teigaku__titleLine {
  display: inline;
  padding: 0 0.04em;
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 8px), #f58119 calc(100% - 8px), #f58119 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.sec-teigaku__catch {
  margin: 0 0 3rem;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-teigaku__catch {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
}

.sec-teigaku__figure {
  margin: 0 auto 1rem;
  padding: 0;
  max-width: 802px;
}
@media screen and (max-width: 768px) {
  .sec-teigaku__figure {
    margin-bottom: 15px;
  }
}

.sec-teigaku__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec-teigaku__notes {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4b1e1b;
  max-width: 802px;
}
@media screen and (max-width: 768px) {
  .sec-teigaku__notes {
    font-size: 12px;
  }
}

.sec-teigaku__noteMark {
  font-weight: 700;
  margin-right: 0.15em;
}

/* [#fee-compare] 料金比較 — index.php: <section id="fee-compare" class="sec-fee-compare"> */
.sec-fee-compare {
  margin: 0;
  padding: 3.125rem 0 7.75rem;
  background: #ede7dd;
  color: #4b1e1b;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare {
    background: #fffcf5;
    padding: 20px 0 0;
  }
}

.sec-fee-compare__inner {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec-fee-compare__lead {
  margin: 0 0 2.875rem;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__lead {
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 18px;
  }
}

.sec-fee-compare__figure {
  margin: 0 auto 3.5rem;
  padding: 0;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__figure {
    margin-bottom: 38px;
  }
}

.sec-fee-compare__tableImg {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__tableImg {
    width: calc(100% + 10px);
  }
}

.sec-fee-compare__promo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.375rem 7.5rem 1.875rem;
  background: #fff;
  border: 8px solid #4b1e1b;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promo {
    padding: 28px 1rem 30px;
    border-width: 4px;
    margin-bottom: 43px;
  }
}

.sec-fee-compare__promoHead {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoHead {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 16px;
  }
}

.sec-fee-compare__promoTitle {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoTitle {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
}

.sec-fee-compare__promoBadge {
  width: 100%;
  max-width: 590px;
  margin: 1rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoBadge {
    width: min(100%, 270px);
    margin: 13px auto 0;
  }
}

.sec-fee-compare__promoBadgeImg {
  display: block;
  width: 100%;
  height: auto;
}

.sec-fee-compare__promoIntro {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #4b1e1b;
  padding-right: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoIntro {
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 10px 0 6px;
    text-align: left;
  }
}

.sec-fee-compare__promoList {
  list-style: none;
  margin: 0.3125rem 0;
  padding: 0;
  counter-reset: fee-compare-step;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoList {
    margin: 13px 0 0;
    padding: 0 5px;
  }
}

.sec-fee-compare__promoItem {
  display: flex;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  margin: 0 0 0.25rem;
  padding: 0.6875rem 0 0.4375rem;
  border-bottom: 2px solid #e6e6e6;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4b1e1b;
}
.sec-fee-compare__promoItem::before {
  counter-increment: fee-compare-step;
  content: counter(fee-compare-step);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.15em;
  border-radius: 50%;
  background: #4b1e1b;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoItem {
    gap: 6px;
    font-size: 18px;
    letter-spacing: 0;
    padding: 5px 0;
  }
  .sec-fee-compare__promoItem::before {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}

.sec-fee-compare__promoNote {
  margin: 0;
  padding: 1rem 0 0 0.4375rem;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .sec-fee-compare__promoNote {
    font-size: 12px;
    padding: 7px 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-fee-compare__brPc {
    display: none;
  }
}
/* [c-sec-heading] セクション見出し BEM — index.php: #voice / #flowchart / #access / #faq 内 h2 */
.c-sec-heading {
  margin: 0 auto 2rem;
  max-width: 48rem;
  padding: 0;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .c-sec-heading {
    margin-bottom: 1.5rem;
  }
}

.c-sec-heading__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #d8cab8;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-sec-heading__label {
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
  }
}

.c-sec-heading__text {
  display: block;
  font-size: clamp(1.35rem, 3.5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #5a1d1b;
}
@media screen and (max-width: 768px) {
  .c-sec-heading__text {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.sec-voice .c-sec-heading {
  margin-bottom: 2rem;
  max-width: none;
}

#flowchart .c-sec-heading {
  margin-bottom: 2.5rem;
  max-width: 52rem;
}

#access .c-sec-heading,
#faq .c-sec-heading {
  margin-bottom: 2em;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #access .c-sec-heading,
  #faq .c-sec-heading {
    margin-bottom: 16px;
  }
}

/* [#voice] お客様の声 — index.php: <section id="voice" class="sec-voice"> */
.sec-voice {
  margin: 0;
  padding: 4.75rem 0 5.5rem;
  background-color: #f5f1e7;
  color: #4b1e1b;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-voice {
    padding: 27px 0 35px;
  }
}

.sec-voice__inner {
  box-sizing: border-box;
}

.sec-voice__list {
  list-style: none;
  margin: 3.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.875rem 2.3125rem;
  width: min(100%, 960px);
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-voice__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 33px;
    margin: 33px 0 0;
  }
}

.sec-voice-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: auto;
  padding: 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 2px solid #360e0d;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-voice-card {
    padding: 25px 20px 23px;
  }
}

.sec-voice-card__badge {
  position: absolute;
  top: -5px;
  left: 20px;
  transform: translateY(-50%);
  line-height: 0;
  width: 100%;
  max-width: 142px;
}
@media screen and (max-width: 768px) {
  .sec-voice-card__badge {
    top: -2px;
    left: 13px;
    max-width: 112px;
  }
}

.sec-voice-card__badgeImg {
  display: block;
  width: 100%;
  height: auto;
}

.sec-voice-card__figure {
  width: 100%;
  max-width: 251px;
  margin: 0 0 0.5625rem;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .sec-voice-card__figure {
    width: 100%;
    max-width: 191px;
    margin: 0 0 10px;
  }
}

.sec-voice-card__img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-voice-card__title {
  margin: 0 0 0.4375rem;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  color: #8b0000;
}
@media screen and (max-width: 768px) {
  .sec-voice-card__title {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sec-voice-card__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #360e0d;
}
@media screen and (max-width: 768px) {
  .sec-voice-card__text {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 10px;
  }
}

/* .sec-flowchart 内ラッパー — index.php: #flowchart */
.sec-flowchart__inner {
  box-sizing: border-box;
}

/* [#flowchart] プラン55チェックフロー — index.php: <section id="flowchart" class="sec-flowchart"> */
#flowchart {
  padding: 5rem 0 7.625rem;
  box-sizing: border-box;
  background-color: #fffcf5;
}
@media screen and (max-width: 768px) {
  #flowchart {
    padding: 30px 0 0;
  }
}

.flowchart {
  width: 100%;
  max-width: 1020px;
  margin: 3.75rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flowchart {
    justify-content: center;
    padding-bottom: 390px;
    margin: -13px auto 0;
  }
}

.flow-container {
  max-width: 516px;
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .flow-container {
    gap: 9px;
  }
}

.flow-step {
  border-radius: 8px;
  padding: 1.6875rem 20px 1.6875rem 1.875rem;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  display: flex;
  border: 4px solid #4b1e1b;
  align-items: center;
  gap: 17px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .flow-step {
    border: 2px solid #4b1e1b;
    font-size: 18px;
    text-align: left;
    padding: 9px 10px 9px 12px;
    min-height: 77px;
  }
}

.flow-step--multi {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .flow-step--multi {
    padding: 9px 10px 9px 12px;
  }
}

.flow-step__text {
  position: relative;
}

.flow-step__mark {
  position: absolute;
  top: 0px;
  right: -1rem;
  font-size: 14px;
  line-height: 1;
  color: #4b1e1b;
}

.flow-step::before {
  content: "";
  flex-shrink: 0;
  background: url(../img/check-re.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .flow-step::before {
    width: 26px;
    height: 24px;
  }
}

.arrow {
  text-align: center;
  color: #4b1e1b;
  font-weight: bold;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #4b1e1b;
  margin-top: 0%;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

.arrow__img {
  display: block;
  width: 108px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .arrow__img {
    width: 83px;
  }
}

.final-step {
  background-color: #f58119;
  border: 4px solid #4b1e1b;
  border-radius: 8px;
  text-align: center;
  padding: 1.875rem 1rem;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .final-step {
    border: 2px solid #4b1e1b;
    font-size: 18px;
    padding: 18px 10px 18px 12px;
  }
}

.no-matchArea {
  position: relative;
  width: min(400px, 100%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .no-matchArea {
    position: absolute;
    right: 50%;
    bottom: 57px;
    z-index: 9;
    transform: translate(50%, 0%);
    width: min(350px, 100%);
  }
}

.no-match {
  width: 100%;
  padding: 27.1875rem 1rem 26rem;
  border: 4px solid #4b1e1b;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .no-match {
    padding: 1rem 1rem 13px;
    border: 2px solid #360e0d;
    border-radius: 12px;
    background: #fff;
    text-align: center;
  }
}

.flow-step::after {
  display: block;
  content: "";
  position: absolute;
  right: -89px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 65px;
  background: url(../img/flowchart_no.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .flow-step::after {
    display: none;
  }
}

.no-match p {
  padding: 0.5em;
  margin: -2rem 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background: #fff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN", "HiraMinPro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .no-match p {
    font-size: 18px;
    padding: 21px 0 0;
  }
}

.no-match__note {
  display: block;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #4b1e1b;
}
@media screen and (max-width: 768px) {
  .no-match__note {
    font-size: 12px;
    margin-top: 12px;
    padding: 0 5px;
  }
}

.book-icon {
  width: 100%;
  max-width: 338px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .book-icon {
    max-width: 190px;
  }
}

.inquiry-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 2rem 1.5rem;
  font-weight: bold;
  background-color: #360e0d;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.inquiry-button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

a.elig-form {
  color: #fff;
  text-decoration: none;
}
a.elig-form:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}

/* [#access] アクセス — index.php: <section id="access" class="sec-access"> */
#access {
  padding: 3.125rem 0 0;
  box-sizing: border-box;
  background-color: #ede7dd;
}
@media screen and (max-width: 768px) {
  #access {
    padding: 6px 0 0;
  }
}

#access .inner {
  max-width: 854px;
  padding: 1.25rem 0 4.6875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #access .inner {
    margin-bottom: 0;
    padding: 20px;
  }
}

.access-content_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #fcffff;
  padding: 40px;
  margin: 2.5rem 0 0;
  gap: 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .access-content_box {
    flex-direction: column;
    gap: 20px 4%;
    padding: 20px 33px 22px;
    margin: -5px 0 0;
  }
}

.access-content_map {
  width: 52%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .access-content_map {
    width: 100%;
    aspect-ratio: 290/317;
  }
}

.access-content_address,
.access-content_access,
.access-content_hours,
.access-content_holiday {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.064em;
  line-height: 1.5;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .access-content_address,
  .access-content_access,
  .access-content_hours,
  .access-content_holiday {
    font-size: 14px;
    margin-top: 8px;
  }
}

.access-content_address {
  margin-top: 0;
}

.access-content_map__embed {
  flex: 1 1 auto;
  width: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .access-content_map__embed {
    flex: 1;
    width: 100%;
    min-height: 0;
    height: 100%;
  }
}

.access-content_infoarea {
  width: 45%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .access-content_infoarea {
    width: 100%;
  }
}

.access-content_name {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.064em;
  line-height: 1.5;
  background: #c14742;
  padding: 12px 10px 4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .access-content_name {
    font-size: 18px;
    padding: 5px 10px 4px;
    margin-bottom: 5px;
  }
}

.access-content_name p {
  text-align: center;
  margin: 0;
}

.access-content_info {
  background: #e6e6e6;
  padding: 1.25rem 2rem;
}
@media screen and (max-width: 768px) {
  .access-content_info {
    padding: 12px 16px 16px;
  }
}

.access-content_info span {
  color: #c14742;
  font-weight: 600;
}

.access-content_address p,
.access-content_hours p,
.access-content_holiday p {
  margin: 0;
  font-size: inherit;
}

/* [#faq] よくあるご質問 — index.php: <section id="faq" class="sec-faq"> */
.sec-faq__list {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .sec-faq__list {
    margin-top: 0;
  }
}

#faq {
  background-color: #ede7dd;
  box-sizing: border-box;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #faq {
    scroll-margin-top: 70px;
    padding-top: 8px;
  }
}

/* .sec-faq アコーディオン詳細 */
#faq .inner {
  max-width: 854px;
  padding: 0 0 6.75rem;
}
@media screen and (max-width: 768px) {
  #faq .inner {
    padding: 0 20px 54px 15px;
  }
}

#faq li {
  margin-bottom: 0;
}

#faq input {
  display: none;
}

#faq label,
#faq label + div {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#faq label {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.75em;
  background: #f5f1e7;
  border-bottom: 1px solid #4b1e1b;
  padding: 25px 90px 33px 30px;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #360e0d;
}
@media screen and (max-width: 768px) {
  #faq label {
    font-size: 14px;
    padding: 14px 50px 14px 15px;
    min-height: 52px;
  }
}

.sec-faq__q {
  flex: 0 0 auto;
  position: relative;
  top: 0.12em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #c14742;
}
@media screen and (max-width: 768px) {
  .sec-faq__q {
    font-size: 18px;
  }
}

.sec-faq__question {
  flex: 1 1 auto;
  min-width: 0;
}

#faq label::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 31px;
  transform: translate(0, -50%);
  background: url(../img/faqIconOn.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  #faq label::after {
    top: 23px;
    right: 23px;
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;
  }
}

#faq input:checked + label::after {
  background-image: url(../img/faqIconOff.svg);
}

#faq label + div {
  background: #fff;
  height: 0;
  padding: 0 90px 0 30px;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #360e0d;
}
@media screen and (max-width: 768px) {
  #faq label + div {
    font-size: 14px;
    padding: 0 20px 0 10px;
  }
}

#faq input:checked + label + div {
  height: auto;
  padding: 32px 90px 34px 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #faq input:checked + label + div {
    padding: 15px 20px 17px 10px;
  }
}

#faq label + div p {
  margin: 0;
}

/* [フォーム・サンクス] forms #inquiry / thanks .sec-thanks（LP 本体には非出現） */
.sec-thanks,
#inquiry {
  padding: 6em 0 6em;
  max-width: 100%;
  overflow-x: clip;
}

#inquiry {
  background: #fff;
}

#inquiry .inner,
.sec-thanks .inner {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 140px;
  box-sizing: border-box;
}

.sec-thanks .inner h2 span {
  display: block;
  font-size: 1rem;
  color: #d8cab8;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "HG明朝E", "MS PMincho", serif;
  line-height: normal;
}

#inquiry form,
.sec-thanks form {
  width: 100%;
  max-width: 100%;
}

#inquiry table,
.sec-thanks table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#inquiry h2,
.sec-thanks h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
}

#inquiry th,
#inquiry td,
.sec-thanks th,
.sec-thanks td {
  padding: 2em 0;
  border-color: #eeeeee;
}

#inquiry th,
.sec-thanks th {
  width: 25%;
  vertical-align: middle;
}

#inquiry td,
.sec-thanks td {
  width: 75%;
  padding-left: 1em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#inquiry th span,
.sec-thanks th span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: left;
}

#inquiry th em,
.sec-thanks th em {
  background: #c14742;
  padding: 0 0.5em;
  font-size: 0.5em;
  color: #fff;
}

/* [フォーム] 入力コントロール共通 */
input[type=text],
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 2.5rem;
}

#inquiry input[type=text],
#inquiry textarea,
#inquiry .calendar input,
.sec-thanks input[type=text],
.sec-thanks textarea,
.sec-thanks .calendar input {
  max-width: 100%;
  box-sizing: border-box;
}

input[type=text] {
  border-radius: 0;
  border: 1px solid #cccccc;
  padding: 0 1em;
}

textarea {
  height: 10rem;
  border-radius: 0;
  border: 1px solid #cccccc;
}

input[type=submit] {
  display: block;
  background: #c14742;
  border: none;
  border-radius: 1.5em;
  width: 40%;
  padding: 1em;
  margin: 2em auto 0;
  font-size: 1.25em;
  color: #fff;
  line-height: 1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    width: 100%;
  }
}

input[type=submit]:hover {
  opacity: 0.5;
}

.formError {
  font-weight: bold;
  color: #c14742;
}

.inquiry-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 2rem 1.5rem;
  font-weight: bold;
  background-color: #360e0d;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.inquiry-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #inquiry .inner,
  .sec-thanks .inner {
    padding-left: clamp(25px, -650.0763358779px + 87.786259542vw, 140px);
    padding-right: clamp(25px, -650.0763358779px + 87.786259542vw, 140px);
  }
  #inquiry table,
  #inquiry tbody,
  #inquiry tr,
  .sec-thanks table,
  .sec-thanks tbody,
  .sec-thanks tr {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #inquiry th,
  #inquiry td,
  .sec-thanks th,
  .sec-thanks td {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  #inquiry th,
  .sec-thanks th {
    padding-bottom: 0.5em;
  }
  #inquiry td,
  .sec-thanks td {
    padding-top: 0;
  }
}
/* [共通] ページトップ — 必要に応じて HTML 側で使用 */
.pagetop {
  display: none;
}

/* [フッター] index.php: <footer> ～ small / 周辺 */
footer {
  padding: 2rem 1rem;
  background: #ede7dd;
  color: #4b1e1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10px 10px;
  }
}

footer small {
  display: inline-block;
  width: 1440px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 10px;
    width: 100%;
  }
}

.u_time {
  color: #333;
  font-size: 0.5em;
  text-align: center;
  padding-bottom: 10px;
  position: absolute;
  top: 64%;
  left: 23%;
}

/* [フッター] .copyright */
.copyright {
  display: block;
}

/* [サンクス] thanks.php 等 */
.thanks div,
.thanks p {
  text-align: center;
}

.top-back-link a {
  display: block;
  background: #c14742;
  border: none;
  border-radius: 1.5em;
  width: 40%;
  padding: 1em;
  margin: 2em auto 0;
  font-size: 1.25em;
  color: #fff;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-back-link a {
    width: 100%;
  }
}

.top-back-link a:hover {
  opacity: 0.5;
}

.thanks .sub {
  margin-bottom: 2em;
}

.attention a {
  font-size: 2.5em;
  font-weight: bold;
  color: #360e0d;
}

/* --------------------------------------------*/
/* [ユーティリティ] .clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* ¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* */
.clearfix:after {
  content: "";
}/*# sourceMappingURL=index.css.map */