@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;
}

html {
  scroll-behavior: smooth;
}

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: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 72px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 72px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 72px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 72px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h2 {
    font-size: 72px;
    line-height: 1.4;
  }
}

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

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

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

h6 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
    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: 20px;
    line-height: 1.6;
  }
}

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

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

div {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 16px;
    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;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #333333;
  background-color: #FFFFFF;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  color: #333333;
}

p {
  line-height: 1.6;
}

a {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: 700;
  line-height: 1;
}
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;
}

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

/******************************************************************************
*
* セクション間の余白
*
******************************************************************************/
.l-section {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-bottom: 112px;
  }
}

/******************************************************************************
*
* 横並び用（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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-block: auto;
  max-width: 1000px;
  gap: 2rem;
}
.site-header__logo {
  display: none;
}
.site-header__nav {
  display: none;
}
.site-header :root.is-nav-open {
  overflow: hidden;
}
.site-header__toggle {
  display: block;
  z-index: 3000;
  background: #F4530A;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  cursor: pointer;
  margin-left: auto;
}
.site-header__toggle-icon {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__toggle.is-open .site-header__toggle-icon {
  background: #fff;
}
.site-header__toggle.is-open .site-header__toggle-icon:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.site-header__toggle.is-open .site-header__toggle-icon:nth-child(2) {
  opacity: 0;
}
.site-header__toggle.is-open .site-header__toggle-icon:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .site-header {
    height: 120px;
    background: #FFFFFF;
  }
  .site-header__nav {
    position: static;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
    flex: 1 1 auto;
  }
  .site-header__nav.is-open {
    right: auto;
  }
  .site-header__logo {
    display: block;
    position: relative;
    z-index: 9998;
    font-family: "Lato", sans-serif, cursive;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4em;
    flex: 0 0 auto;
  }
  .site-header__list {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }
  .site-header__item {
    width: auto;
    padding: 0;
  }
  .site-header__item a {
    color: #333333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: 0.3s;
    display: block;
    white-space: nowrap;
    text-decoration: none;
  }
  .site-header__item a:focus-visible {
    outline: 2px solid #F4530A;
    outline-offset: 2px;
  }
  .site-header__item a:hover {
    color: var(--accent-color);
  }
  .site-header__item:not(:last-child) {
    position: relative;
    padding-right: 1.6rem;
    margin-right: 1.6rem;
  }
  .site-header__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1.3em;
    background: #555555;
  }
  .site-header__item-demo {
    order: 1;
    align-self: flex-end;
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }
  .site-header__item-demo a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.8rem;
    color: #fff !important;
    background-color: #06C755;
    line-height: 1;
  }
  .site-header__item-demo a img {
    display: block;
    width: 30px;
    height: auto;
  }
  .site-header__toggle {
    display: none;
  }
}

/* ============================================================
   Mobile Modal Menu (SP only)
   ============================================================ */
.c-modalmenu {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  /* 非SPでは無効（念のため） */
}
.c-modalmenu.is-open {
  display: block;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.25);
}
.c-modalmenu.is-open .c-modalmenu__panel {
  transform: translateX(0);
}
.c-modalmenu__panel {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  background: #FFF8F5;
  display: grid;
  align-content: center;
  height: auto;
  width: 80%;
}
.c-modalmenu__link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.4;
  /* 大きめの文字 */
  padding: 16px;
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 767px) {
  .c-modalmenu__link {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-modalmenu__link {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-modalmenu__link {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-modalmenu__link {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-modalmenu__link {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-modalmenu__link {
    font-size: 32px;
    line-height: 1.4;
  }
}
.c-modalmenu__link:active {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-modalmenu {
    display: none !important;
  }
}

/* モーダルオープン時、背面スクロール禁止 */
:root.is-modal-open {
  overflow: hidden;
}

.l-footer {
  text-align: center;
  padding: 16px;
  padding-bottom: 60px;
  background-color: #F4530A;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 56px 0 16px 0;
  }
}
.l-footer__copyright {
  font-size: 0.75em;
  font-family: "Lato", sans-serif, cursive;
  color: #FFFFFF;
  opacity: 0.7;
}

.footer-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer-nav {
    display: block;
    margin-bottom: 1.5rem;
  }
  .footer-nav__list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-nav__item a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
  }
  .footer-nav__item a:hover {
    text-decoration: underline;
  }
  .footer-nav__item:not(:last-child) {
    position: relative;
    padding-right: 1.6rem;
    margin-right: 1.6rem;
  }
  .footer-nav__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1.3em;
    background: #FFFFFF;
  }
}
.c-cta {
  position: relative;
  background: url("../images/top/cta_background-car-interior.webp") center/cover no-repeat;
  color: #FFFFFF;
  text-align: center;
}
.c-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #333333;
  opacity: 0.64;
  z-index: 0;
}
.c-cta > * {
  position: relative;
  z-index: 1;
}
.c-cta__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .c-cta__buttons {
    grid-template-columns: auto auto;
    gap: 2rem;
    justify-content: center;
  }
}
.c-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.4em 1.5em;
  line-height: 1.1;
  color: #FFFFFF;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.08s ease, box-shadow 0.08s ease, opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    padding: 0.5em 2em;
  }
}
.c-cta__btn:hover {
  opacity: 0.8;
}
.c-cta__btn:active {
  transform: translateY(2px);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.22);
}
.c-cta__icon {
  width: 1.6em;
  height: auto;
  display: block;
}
.c-cta__btn--web {
  background: #dba800;
}
.c-cta__btn--tel {
  background: #F4530A;
}
.c-cta__btn--line {
  background: #06C755;
}
.c-cta--inline .c-cta__buttons {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}
.c-cta--stack .c-cta__buttons {
  grid-template-columns: 1fr !important;
}

/* ============================================================
   Sticky CTA (SP only)
   ============================================================ */
.c-ctaSticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  backdrop-filter: saturate(180%) blur(6px);
}
@media screen and (min-width: 768px) {
  .c-ctaSticky {
    display: none;
  }
}
.c-ctaSticky__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 8px;
  row-gap: 0;
  align-items: center;
  justify-items: stretch;
}
:root.is-modal-open .c-ctaSticky {
  display: none;
}
.c-ctaSticky .c-cta__btn {
  width: 100%;
  padding: 0.6em 1em;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  gap: 0.5em;
  justify-content: center;
}
.c-ctaSticky .c-cta__icon {
  width: 1.4em;
}

/******************************************************************************
*
* セクション共通スタイル（タイトル・説明文など）
*
******************************************************************************/
section {
  text-align: center;
}

.c-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .c-section {
    gap: 56px;
  }
}
.c-section__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    padding-inline: 40px;
  }
}
.c-section__head {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  min-height: 40vh;
  display: grid;
  place-content: center;
  text-align: center;
  background-image: var(--fv-bg, url("../images/top/cta_background-car-interior.webp"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--fv-pos, center);
}
.c-section__head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--fv-overlay-color, #333333);
  opacity: var(--fv-overlay-opacity, 0.64);
  z-index: 0;
}
.c-section__head > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .c-section__head {
    margin-block: 120px 112px;
  }
}
.c-section__head h2, .c-section__head h6 {
  color: #FFFFFF;
}
.c-section__head h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-section__head h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__head h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__head h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__head h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__head h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__head h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
.c-section__wrapper {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-section__wrapper {
    padding: 2rem;
  }
}
.c-section__title {
  font-size: 28px;
  line-height: 1.4;
  border-left: 12px solid #F4530A;
  text-align: left;
  padding: 0.3em 0.75em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title {
    margin-bottom: 56px;
  }
}
.c-section__subtitle {
  font-size: 24px;
  line-height: 1.4;
  color: #F4530A;
  margin-bottom: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-section__subtitle {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__subtitle {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__subtitle {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__subtitle {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__subtitle {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__subtitle {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__subtitle {
    margin-bottom: 2rem;
  }
}
.c-section__small {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-section__small {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-section__small {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .c-section__small {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__small {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__small {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__small {
    font-size: 20px;
    line-height: 1.6;
  }
}
.c-section__en {
  font-family: "Lato", sans-serif, cursive;
  font-weight: 900;
}
.c-section__lead {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 1rem;
  color: #F99D73;
}
@media screen and (max-width: 767px) {
  .c-section__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__lead {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__lead {
    font-size: 20px;
    line-height: 1.6;
  }
}
.c-section__btn {
  /* container */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  gap: 1rem;
  padding: 1rem;
  border: 3px solid #333333; /* 黒枠 */
  border-radius: 9999px; /* カプセル */
  text-decoration: none;
  color: #333333;
  background: #FFFFFF;
  transition: transform 0.06s ease, box-shadow 0.06s ease, opacity 0.2s ease;
  /* label */
  /* right icon circle */
}
.c-section__btn:hover {
  opacity: 0.9;
}
.c-section__btn:active {
  transform: translateY(1px);
}
.c-section__btn:focus-visible {
  outline: 3px solid #F4530A;
  outline-offset: 4px;
}
.c-section__btn-label {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-section__btn-label {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__btn-label {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__btn-label {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__btn-label {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__btn-label {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__btn-label {
    font-size: 40px;
    line-height: 1.4;
  }
}
.c-section__btn-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: clamp(56px, 7vw, 120px);
  height: clamp(56px, 7vw, 120px);
  border: 3px solid #333333;
  border-radius: 50%;
  background: #FFFFFF;
}
.c-section__btn-icon svg {
  width: 80%;
  height: 80%;
  display: block;
}

/* =========================================
 dotted separator
========================================= */
.c-dotline {
  height: 0;
  border: 0;
  border-top: 8px dotted #114562;
  opacity: 0.9;
  --dot-gap: 100px;
}

/* =========================================
  お問い合わせフォーム
========================================= */
.c-contact {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-contact {
    width: 70%;
  }
}
.c-contact p {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: left;
}
.c-contact p small {
  font-size: 0.75em;
  color: #FFFFFF;
  background-color: #333333;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
}
.c-contact input,
.c-contact textarea {
  border: 1px solid;
  border-radius: 0.2em;
}
.c-contact input {
  height: 2rem;
}
.c-contact__agree {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-contact__agreeLabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.c-contact__agree input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.c-contact__policy {
  max-height: 160px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .c-contact__policy {
    max-height: 260px;
  }
}
.c-contact__policy * {
  pointer-events: auto !important;
}
.c-contact__btn {
  position: relative;
  width: 60%;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 9999px;
  background: #333333;
  text-align: center;
  cursor: pointer;
  margin-inline: auto;
}
.c-contact__btn:hover {
  opacity: 0.7;
}
.c-contact__btn input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: #FFFFFF;
  font-weight: 800;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  font: inherit;
  line-height: 1;
  border-radius: inherit;
  cursor: pointer;
}

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

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

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

/* SPのときだけ改行するユーティリティ */
.u-br-sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .u-br-xs {
    display: block;
  }
}

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

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

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

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

.u-fw-bold {
  font-weight: 700;
}

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

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

/* フォントサイズ */
.u-fs-lg {
  font-size: 1.5em;
}

.u-fs-xl {
  font-size: 2em;
}

/* マージンボトム */
.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-mb-container {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .u-mb-container {
    margin-bottom: 56px;
  }
}

.u-mb-gap {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-mb-gap {
    margin-bottom: 2rem;
  }
}

/* マージン左右SPのみ */
.u-mi-sp {
  margin-inline: 16px;
}
@media screen and (min-width: 768px) {
  .u-mi-sp {
    margin-inline: auto;
  }
}

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

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

.u-pi-container {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .u-pi-container {
    padding-inline: 40px;
  }
}

.u-pb-container {
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .u-pb-container {
    padding-block: 56px;
  }
}

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

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

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

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

.u-color-alt {
  color: #555555;
}

.u-color-sub {
  color: #dba800;
}

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

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

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

.u-bg-bg {
  background-color: #FFF8F5;
}

.u-bg-gr {
  background-color: #f5f5f5;
}

/* その他 */
.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: #F4530A;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.u-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.u-border-main {
  border: 3px solid #F4530A;
}

/* コーナーラディウス */
.u-radius-10px {
  border-radius: 10px;
}

.u-radius-18px {
  border-radius: 18px;
}

.u-radius-26px {
  border-radius: 26px;
}

.u-radius-pill {
  border-radius: 9999px;
}

/* 視覚的にのみ非表示（スクリーンリーダーには読み上げ） */
.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-fv {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 16px;
  margin-bottom: 80px;
  background: #FFF8F5;
  border-radius: 32px;
  padding-top: 40px;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .p-fv {
    padding-top: 56px;
    margin-block: 120px 112px;
    margin-inline: auto;
    border-radius: 64px;
  }
}
.p-fv__title {
  color: #F4530A;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
.p-fv__btn {
  font-size: 24px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #F4530A;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.4em 1.5em;
  width: auto;
  margin-inline: auto;
  margin-bottom: 40px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.56);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-fv__btn {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__btn {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-fv__btn {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-fv__btn {
    font-size: 32px;
    line-height: 1.4;
  }
}
.p-fv__btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    width: 60%;
    margin-inline: auto;
    margin-bottom: 56px;
  }
}
.p-fv__btn-icon {
  width: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-fv__btn-icon {
    width: 33px;
  }
}
.p-fv__pic picture, .p-fv__pic img {
  display: block;
}
.p-fv__pic img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__pic {
    width: 70%;
    margin-inline: auto;
  }
}

.p-area {
  /* =========================
     出張料金テーブル（2つ目のブロック）
     ========================= */
}
.p-area__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: 1.5rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-area__inner {
    padding-block: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.p-area__map {
  flex: 1;
  text-align: center;
}
.p-area__map img {
  max-width: 100%;
  height: auto;
}
.p-area__content {
  flex: 1;
  text-align: left;
  margin-bottom: 80px;
}
.p-area__car {
  text-align: right;
  position: absolute;
  right: 16px;
  bottom: -2em;
}
@media screen and (min-width: 768px) {
  .p-area__car {
    right: 40px;
    bottom: -3em;
  }
}
.p-area__car img {
  max-width: 60%;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-area__car img {
    max-width: 50%;
  }
}
.p-area__fees {
  border: 3px dashed #F4530A;
  background: #FFF8F5;
  padding-inline: 0;
}
.p-area__fees-head {
  position: relative;
  z-index: 1;
  border-radius: 26px 26px 0 0;
  text-align: center;
  background: #FFFFFF;
  margin: -3px -3px clamp(16px, 3.5vw, 28px) -3px;
}
.p-area__fees-title {
  font-size: 24px;
  line-height: 1.4;
  color: #dba800;
  font-weight: 700;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .p-area__fees-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-area__fees-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-area__fees-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-area__fees-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-area__fees-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-area__fees-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.p-area__fees-note {
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-area__fees-note {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-area__fees-note {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-area__fees-note {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-area__fees-note {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-area__fees-note {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-area__fees-note {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-area__fees-body {
  background: transparent;
}
.p-area__fee-block {
  text-align: center;
  margin-bottom: clamp(16px, 3.5vw, 24px);
}
.p-area__fee-pill {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 12px;
  padding: clamp(10px, 2.4vw, 14px) clamp(16px, 4vw, 28px);
  font-weight: 700;
  color: #555555;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
  margin: 0 auto clamp(8px, 2vw, 12px);
  min-width: min(88%, 720px);
}
.p-area__fee-cities {
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-area__fee-cities {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-area__fee-cities {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-area__fee-cities {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-area__fee-cities {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-area__fee-cities {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-area__fee-cities {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-benefits {
  text-align: center;
}
.p-benefits__head {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-benefits__head {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 56px;
  }
}
.p-benefits__heading {
  position: relative;
  display: inline-block;
  padding: clamp(10px, 2vw, 14px) clamp(16px, 4vw, 28px);
  background: #FFFFFF;
}
.p-benefits__poly {
  position: absolute;
  width: 42px;
  height: auto;
  display: block;
  pointer-events: none;
  /* SP: 下中央に接する */
  left: 30%;
  top: 100%;
  transform: translate(-50%, 4px) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-benefits__poly {
    /* PC: 右中央に接する */
    left: 100%;
    top: 50%;
    transform: translate(-1px, -50%) rotate(0deg);
  }
}
.p-benefits__icon {
  width: clamp(140px, 8vw, 463px);
  height: auto;
  display: block;
}
.p-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-benefits__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.p-benefits__item {
  background: #FFFFFF;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  container-type: inline-size;
}
.p-benefits__item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.p-benefits__item h6 {
  padding: 1rem 0.5rem;
}
@container (max-width: 200px) {
  .p-benefits__item h6 {
    font-size: 0.8rem;
  }
}

.p-message h3 {
  color: #fff800;
}

.p-plans__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-plans__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-plans__item {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-plans__item img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.p-plans__body > ul {
  list-style: disc outside;
  display: block;
  width: max-content;
  text-align: left;
  margin-inline: auto;
  padding-left: 1.2em;
}
.p-plans__body > ul > li {
  list-style: disc;
}
.p-plans__body h5 {
  position: relative;
  display: inline-block;
}
.p-plans__body h5::before, .p-plans__body h5::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1em;
  height: 2.1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-plans__body h5::before {
  left: -2.4em;
  background-image: url("/assets/images/top/plans_title-deco-l.svg");
}
.p-plans__body h5::after {
  right: -2em;
  background-image: url("/assets/images/top/plans_title-deco-r.svg");
}
.p-plans__label {
  display: inline-block;
  width: 100%;
  padding: 0.25em 0.5em;
}

@media screen and (min-width: 768px) {
  .p-compare__note {
    display: none;
  }
}
.p-compare__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-compare__table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}
.p-compare__head {
  font-size: 18px;
  line-height: 1.6;
  padding: 0.9rem 0.75rem;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
@media screen and (max-width: 767px) {
  .p-compare__head {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-compare__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-compare__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-compare__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-compare__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-compare__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-compare__col-main {
  background: #F4530A;
  color: #FFFFFF;
}
.p-compare__col-sub {
  background: #F99D73;
  color: #FFFFFF;
}
.p-compare__row-head {
  font-size: 18px;
  line-height: 1.6;
  background: #F99D73;
  color: #FFFFFF;
  padding: 0.9rem 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-compare__row-head {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-compare__row-head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-compare__row-head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-compare__row-head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-compare__row-head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-compare__row-head {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-compare__cell-main {
  background: #FFF8F5;
  color: #F4530A;
  padding: 1rem 0.75rem;
}
.p-compare__cell-sub {
  background: #F2E2DB;
  padding: 1rem 0.75rem;
}
.p-compare__table th, .p-compare__table td {
  border-right: 6px solid #FFFFFF;
  border-bottom: 6px solid #FFFFFF;
  vertical-align: middle;
}
.p-compare__table tr th:first-child, .p-compare__table tr td:first-child {
  border-left: 6px solid #FFFFFF;
}
.p-compare__table thead tr th {
  border-bottom: 6px solid #FFFFFF;
}

.p-feature {
  text-align: center;
}
.p-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.p-feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.p-feature__item h6 {
  color: #F4530A;
}
.p-feature__imgwrap {
  max-width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #F4530A;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-feature__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-feature__imgwrap {
    max-width: 220px;
  }
}

.p-pricing h5 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-pricing h5 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-pricing h5 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-pricing h5 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-pricing h5 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-pricing h5 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-pricing h5 {
    font-size: 40px;
    line-height: 1.4;
  }
}
.p-pricing h5::before, .p-pricing h5::after {
  display: none;
}

.p-serviceflow {
  counter-reset: step;
}
.p-serviceflow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-serviceflow__item {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin-bottom: 56px;
  }
}
.p-serviceflow__img {
  position: relative;
  flex: 1;
  width: 70%;
  max-width: 300px;
  margin-inline: auto;
}
.p-serviceflow__img::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Lato", sans-serif, cursive;
  font-size: 4rem;
  font-weight: 900;
  color: #F6D700;
  background: transparent;
  line-height: 1;
}
.p-serviceflow__img img {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-serviceflow__body {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-serviceflow__body {
    text-align: left;
  }
}
.p-serviceflow__body a {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-serviceflow__body a {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-serviceflow__body a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-serviceflow__body a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-serviceflow__body a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-serviceflow__body a {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-serviceflow__body a {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-after {
  container-type: inline-size;
}
.p-after h4 {
  margin-bottom: 0.5rem;
}
@container (max-width: 400px) {
  .p-after h4 {
    font-size: 1.2rem;
  }
}
.p-after__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-after__inner {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}
.p-after__img {
  flex: 1;
}
.p-after__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-after__body {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-after__body {
    text-align: left;
  }
}
.p-after__body h5 {
  line-height: 1.6;
}

.p-voices {
  /* 吹き出し */
}
.p-voices__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-voices__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-voices__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-voices__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 64px;
  border: 3px solid #F4530A;
}
.p-voices__name {
  font-weight: 700;
  color: #F4530A;
}
.p-voices__bubble {
  position: relative;
  background: #FFF8F5;
  border: 2px solid #F4530A;
  border-radius: 12px;
  padding: clamp(14px, 2.6vw, 18px);
  margin: 0;
}
.p-voices__bubble::after {
  content: "";
  position: absolute;
  left: 24px;
  top: -10px;
  /* 外側の縁（メイン色） */
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #F4530A transparent;
}
.p-voices__bubble::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -8px;
  /* 内側（背景色） */
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #FFF8F5 transparent;
}
.p-voices__bubble p {
  margin: 0;
  color: #333333;
  line-height: 1.9;
  text-align: left;
}

.p-instructors__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-instructors__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-instructors__item {
  text-align: center;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .p-instructors__item {
    padding: 40px;
  }
}
.p-instructors__imgwrap {
  width: 220px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #F4530A;
  margin: 0 auto 1.5rem;
  overflow: hidden;
}
.p-instructors__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-instructors__name {
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #F4530A;
}
.p-instructors__subtitle {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.p-instructors__qualifications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: left;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .p-instructors__qualifications {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-instructors__qualifications h6 {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.p-instructors__qualifications ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-instructors__qualifications ul li {
  margin-bottom: 0.25em;
  line-height: 1.4;
}

.p-company__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.p-company__table th,
.p-company__table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid #FFFFFF;
}
.p-company__table th {
  width: 30%;
  background: #114562;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company__table th {
    width: 20%;
  }
}
.p-company__table td {
  background: #f5f5f5;
  color: #333333;
}
.p-company__table small {
  display: block;
  font-size: 0.85em;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-faq__item {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  overflow: hidden;
}
.p-faq__q, .p-faq__a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-faq__q::before, .p-faq__a::before {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.4;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before, .p-faq__a::before {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__q::before, .p-faq__a::before {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__q::before, .p-faq__a::before {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__q::before, .p-faq__a::before {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__q::before, .p-faq__a::before {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__q::before, .p-faq__a::before {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__q::before, .p-faq__a::before {
    width: 80px;
    height: 80px;
  }
}
.p-faq__q {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  background: #F5F5F5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__q {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__q {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__q {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__q {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__q {
    font-size: 26px;
    line-height: 1.6;
  }
}
.p-faq__q::before {
  content: "Q";
  background: #F6D700;
}
.p-faq__a {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1rem;
}
.p-faq__a::before {
  content: "A";
}

/* --------------------------------------------
 * 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;
}/*# sourceMappingURL=style.css.map */