@charset "UTF-8";
.c-btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 64px;
  background-color: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-primary:hover {
  background-color: rgb(255, 215, 125);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-btn-primary:hover .c-btn-primary__arrow {
  background-color: rgb(255, 252, 249);
  right: 12px;
}
.c-btn-primary__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
}
.c-btn-primary__arrow {
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 215, 125);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.c-btn-primary__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(62, 52, 45);
  border-right: 2px solid rgb(62, 52, 45);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
}

.c-btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  border-radius: 34px;
  border: 2px solid rgb(62, 52, 45);
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.c-btn-cta:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-btn-cta--line {
  background-color: rgb(255, 215, 125);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.c-btn-cta--line:hover {
  background-color: rgb(255, 252, 249);
}
.c-btn-cta--line:hover .c-btn-cta__text {
  color: rgb(62, 52, 45);
}
.c-btn-cta--line .c-btn-cta__icon img {
  width: 30px;
  display: block;
}
.c-btn-cta--tel {
  background-color: rgb(255, 252, 249);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.c-btn-cta--tel:hover {
  background-color: rgb(255, 215, 125);
}
.c-btn-cta--tel:hover .c-btn-cta__tel-number,
.c-btn-cta--tel:hover .c-btn-cta__tel-label {
  color: rgb(62, 52, 45);
}
.c-btn-cta--tel .c-btn-cta__tel-icon img {
  width: 24px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* 共通パーツ */
.c-btn-cta__text,
.c-btn-cta__tel-label,
.c-btn-cta__tel-number {
  color: rgb(62, 52, 45);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-btn-cta__text {
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}

.c-btn-cta__tel-label {
  font-size: 0.7rem;
  color: #666;
  margin-bottom: 2px;
  font-weight: 500;
}

.c-btn-cta__tel-number {
  font-size: 1.35rem;
  font-weight: 800;
  color: rgb(62, 52, 45);
  line-height: 1;
}

/*問い合わせボタン*/
.p-header-sp__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

/* イラスト */
.p-header-sp__illust {
  margin-bottom: -1px;
  position: relative;
  z-index: 10;
}

/* 吹き出しバッジ */
.p-header-sp__badge {
  position: relative;
  background: rgb(255, 252, 249);
  border: 1px solid rgb(62, 52, 45);
  border-radius: 8px;
  padding: 4px 16px;
  font-weight: bold;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: -5px;
  z-index: 10;
}
.p-header-sp__badge::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgb(62, 52, 45) transparent transparent transparent;
  z-index: 1;
}
.p-header-sp__badge::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgb(255, 252, 249) transparent transparent transparent;
  z-index: 2;
}

/* 共通ボタン設定 */
.p-header-sp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  text-decoration: none;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  border: 2px solid #333;
}

.p-header-sp__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* LINEボタンのデザイン */
.p-header-sp__btn-line {
  position: relative;
  z-index: 1;
  background-color: rgb(255, 215, 125); /* 黄色/オレンジ系 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.p-header-sp__icon-line {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
}

.p-header-sp__icon-line,
.p-header-sp__btn-text {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}

.p-header-sp__arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(62, 52, 45);
  border-right: 2px solid rgb(62, 52, 45);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 電話ボタンのデザイン */
.p-header-sp__btn-tel {
  background-color: rgb(255, 252, 249);
  color: rgb(62, 52, 45);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.p-header-sp__tel-icon {
  width: 22px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); /* 電話マークの角度変更 */
}

.p-header-sp__tel-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-header-sp__tel-sub {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}

.p-header-sp__tel-number {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}

.c-logo {
  display: inline-block;
  text-decoration: none;
}
.c-logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-logo__image {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-logo__image img {
  width: 100%;
  height: auto;
}
.c-logo__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.c-logo__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  color: #FFB547;
  font-weight: 500;
  line-height: 1.2;
}
.c-logo__sub-title {
  font-size: 10px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  letter-spacing: 0.3em;
  position: relative;
  left: 4px;
  top: 1px;
}

.c-title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 60px;
}
.c-title-en {
  display: block;
  font-size: 0.8rem;
  color: rgb(102, 102, 102);
  margin-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0 auto;
  color: rgb(62, 52, 45);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: rgb(62, 52, 45);
}

main {
  position: relative;
}

p, h1, h2, h3 {
  margin: 0;
}

/* コンテンツ幅を設定するための共通クラス */

/* アウトライン表示 */
.bg-whole {
  background: rgb(255, 243, 227);
}

.l-inner {
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.p-header-pc {
  display: none;
}

.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 85px;
}

.p-header__logo {
  padding: 0 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid rgb(62, 52, 45);
}

.p-header__navPc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-right: 2px solid rgb(62, 52, 45);
  height: 100%;
  margin: 0;
}

.p-header__navPc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 15px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.p-header__navPc-item {
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap; /* 絶対に折り返させない設定 */
  padding-left: 0 5px;
}

.p-header__navPc-item-Link {
  color: rgb(62, 52, 45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header__navPc-item-Link:hover {
  color: #FFB547;
}
.p-header__navPc-item-Link:hover.p-header__contact-label {
  color: rgb(255, 252, 249);
}

.p-header__contact {
  padding: 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-header__contact:hover {
  background: rgb(255, 215, 125);
}
.p-header__contact:hover .p-header__contact-label {
  color: rgb(62, 52, 45);
}

.p-header__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 32px;
  position: relative;
}
.p-header__contact-info::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 24px;
  height: 100%;
  background-image: url(../../img/icon/tell.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}

.p-header__contact-label {
  font-size: 11px;
  font-weight: 500;
  color: #958981;
}

.p-header__tel-number {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E342D;
  text-decoration: none;
  line-height: 1.1;
}

.p-header__icon-phoneImg {
  width: 26px;
}

.p-header__line {
  width: 110px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgb(255, 215, 125);
  border-left: 2px solid #3E342D;
}

.p-header__line-link {
  text-decoration: none;
  color: rgb(62, 52, 45);
  display: block;
  height: 100%;
}

.p-header__line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-header__line-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: rgb(62, 52, 45);
}

.p-header__line-iconImg {
  width: 28px;
  margin-bottom: 3px;
}

/* 右上の黄色いボタン全体 */
.menu-trigger {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: rgb(255, 215, 125) !important;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200 !important;
  border-radius: 0 0 0 16px;
}

/* 「MENU」のテキスト */
.menu-text {
  font-size: 10px;
  font-weight: bold;
  color: rgb(62, 52, 45);
  margin-bottom: 6px; /* 線との距離 */
}

/* 3本線を包むコンテナ */
.hamburger-icon {
  width: 24px; /* 線の長さ */
  height: 12px; /* 3本の線の全体の高さ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 均等に配置 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 共通の線スタイル */
.hamburger-icon span {
  display: block;
  width: 80%;
  height: 2px;
  background-color: rgb(62, 52, 45);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 右上の黄色いボックス全体 */
.close-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: rgb(255, 215, 125);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 0 0 0 16px;
}

/* 「CLOSE」のテキスト */
.close-text {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
  color: rgb(62, 52, 45);
}

/* ×印のコンテナ */
.close-icon {
  position: relative;
  width: 20px; /* アイコンのサイズ */
  height: 20px;
}

/* 2本の線の共通設定 */
.close-icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; /* 線の長さ */
  height: 3px; /* 線の太さ */
  background-color: rgb(62, 52, 45);
  border-radius: 2px;
}

/* 1本目の線を45度回転 */
.close-icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* 2本目の線を-45度回転 */
.close-icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* メニューの初期状態（非表示） */
.full-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 243, 227);
  z-index: 9999 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  padding: 60px auto 120px auto;
  pointer-events: none;
}

/* メニューが開いた時 */
.full-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-sp {
  display: block !important; /* 強制表示 */
  position: relative;
  z-index: 150; /* MVのどれよりも高く設定 */
}

/* メニューコンテンツ */
.p-header-sp__menu-content {
  padding-top: 60px;
}

/* メニュー上部のlogo */
.p-header-sp__logo {
  padding: 0 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-sp__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.p-header-sp__logo-image {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-sp__logo-textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header-sp__logo-title {
  font-size: 18px;
  color: #FFB547;
  font-weight: 500;
  line-height: 1.2;
}

.p-header-sp__logo-sub-title {
  font-size: 12px;
  color: #958981;
  font-weight: 500;
  letter-spacing: 0.23em;
  padding-left: 3px;
}

/* メニュー内の白い枠 */
.menu-list {
  background: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 20px;
  padding: 20px;
  margin: 32px 32px;
  list-style: none;
  text-align: center;
}

.menu-list li {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.header-sp:has(.is-active) .menu-trigger {
  display: none;
}

.l-footer {
  background-color: rgb(255, 232, 182);
  padding-top: 60px;
  position: relative;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.p-footer__logo {
  margin-bottom: 30px;
}
.p-footer__nav {
  width: 100%;
  max-width: 900px;
}
.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
.p-footer__nav-item a {
  font-weight: 700;
  color: rgb(62, 52, 45);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}
.p-footer__top-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-footer__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgb(255, 215, 125);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 50%;
  text-decoration: none;
  color: rgb(62, 52, 45);
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-footer__top-link:hover {
  background-color: #ffcf64;
}
.p-footer__top-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(62, 52, 45);
  border-right: 2px solid rgb(62, 52, 45);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 5px;
}
.p-footer__copyright {
  background-color: rgb(255, 215, 125);
  padding: 15px 0;
  border-top: 1.5px solid rgb(62, 52, 45);
  text-align: center;
}
.p-footer__copyright-text {
  font-size: 0.75rem;
  color: rgb(62, 52, 45);
  font-family: "Noto Sans JP", sans-serif;
}

/* --- 共通設定 --- */
.p-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(255, 215, 125, 0.4);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.p-mv__main {
  text-align: center;
  z-index: 10;
}

.p-mv__staff {
  width: 280px;
  height: auto;
}

.p-mv__logo h1 {
  color: #F5A623;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 10px 0 0;
}

.p-mv__logo .p-mv__logo-en {
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin: 0.3rem;
}

/* 白丸の設定（背景CSSで描画） */
.p-mv__item {
  position: absolute;
  background: rgba(255, 255, 255, 0.7); /* 指示通りの透明度 */
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite; /* 指示通りの浮遊アニメ */
}

/* 浮遊アニメーション */
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/* 縦書きコピー */
.p-mv__copy {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  z-index: 11;
  color: rgb(62, 52, 45);
  letter-spacing: 0.3em;
  gap: 1rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-mv__copyText {
  font-size: 1.5rem;
  background: rgb(255, 215, 125);
  padding: 1.5rem 0.5rem;
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

/* 下部メッセージ */
.p-mv__footer {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 12;
  padding: 10px 30px;
  border-radius: 0 5px 5px 0;
  font-size: 1rem;
  color: rgb(62, 52, 45);
  font-weight: 700;
  display: grid;
  justify-items: start;
}

/* 下部メッセージテキスト */
.p-mv__footerText {
  font-size: 1.5rem;
  background: rgb(255, 215, 125);
  padding: 0.5rem 1.5rem;
  width: auto;
  display: inline-block;
  line-height: 1.2;
  margin: 0.7rem;
}

/* --- PC (ヘッダー85px考慮) --- */
/* --- TAB (メニュー60px考慮) --- */
/* --- SP --- */
/* --- mn --- */
.p-reasons {
  padding: 80px 0;
  border-top: 2px solid rgb(62, 52, 45);
}

.p-reasons__inner {
  margin: 0 auto;
}

.p-reasons__title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.p-reasons__sub-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: rgb(62, 52, 45);
}

.p-reasons__main-title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(62, 52, 45);
  margin: 0;
}
.p-reasons__main-title span {
  font-size: 4rem;
  margin: 0 0.1em;
}

.p-reasons__items {
  display: grid;
  gap: 60px 60px;
}

.p-reasons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-reasons__img-wrapper {
  position: relative;
  padding-top: 20px;
  margin-bottom: 32px;
}

.p-reasons__img {
  position: relative;
  background-color: rgb(62, 52, 45);
  border-radius: 12px;
  border: 2px solid rgb(62, 52, 45);
  overflow: hidden;
}
.p-reasons__img img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reasons__number {
  position: absolute;
  top: -15px;
  left: 8px;
  z-index: 10;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgb(255, 252, 249);
  -webkit-text-stroke: 2px rgb(62, 52, 45);
  font-family: "Saira Condensed", sans-serif;
}

.p-reasons__item-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-reasons__item-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: justify;
}

.p-reasons__btn-wrapper {
  margin-top: 80px;
  text-align: center;
}

.p-cta {
  background-color: rgba(255, 215, 125, 0.4);
  padding-top: 40px;
  overflow: hidden;
  border-top: 2px solid rgb(62, 52, 45);
}

.p-ctaLast {
  background: none;
}

.p-cta__inner {
  margin: 0 auto;
  padding: 0 20px;
}

.p-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}

/* イラストエリア */
.p-cta__illust {
  width: 30%;
  max-width: 220px;
  margin-bottom: -2px;
  position: relative;
  z-index: 10;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-cta__illust img {
  width: 100%;
  margin: auto;
  display: block;
}

/* コンテンツエリア */
.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 5;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* 親要素で中央寄せを制御 */
.p-cta__title-wrap {
  margin-bottom: 45px;
  text-align: left;
}

.p-cta__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgb(62, 52, 45);
  margin-bottom: 45px;
  display: inline;
  position: relative;
  line-height: 1.8;
}
.p-cta__title span {
  /* ★ここが最重要ポイント */
  display: inline;
  line-height: 2;
  /* グラデーションによるマーカー */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 215, 125, 0.7)));
  background: linear-gradient(transparent 70%, rgba(255, 215, 125, 0.7) 70%);
  /* 改行されても各行に装飾を維持する */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* 左右の微調整（マーカーを文字より少しはみ出させる） */
}

.p-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-cta__btn-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
}

/* 吹き出しバッジ */
.p-cta__badge {
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(255, 252, 249);
  border: 1px solid rgb(62, 52, 45);
  padding: 4px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  padding: 4px 24px;
}
.p-cta__badge::before, .p-cta__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
}
.p-cta__badge::before {
  bottom: -8px;
  border-width: 8px 8px 0 8px;
  border-color: rgb(62, 52, 45) transparent transparent transparent;
}
.p-cta__badge::after {
  bottom: -7px;
  border-width: 7px 7px 0 7px;
  border-color: rgb(255, 252, 249) transparent transparent transparent;
}

/* 下部注釈帯 */
.p-cta__footer {
  background-color: rgb(255, 215, 125);
  padding: 12px 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid rgb(62, 52, 45);
  border-bottom: 2px solid rgb(62, 52, 45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cta__footer-text {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgb(62, 52, 45);
  line-height: 1.6;
}

.p-cta__footer-img {
  width: 60px;
  height: 60px;
}

/* --- お困りごと解決 (p-solution) --- */
.p-solution {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  /* 雲の配置設定 */
  /* 山なりのエリア */
}
.p-solution__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.p-solution__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  font-size: 2.5rem;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 124px;
}
.p-solution__title-q {
  width: 50px;
  height: 50px;
  color: rgb(255, 215, 125);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 130px;
  -webkit-text-stroke: 3px rgb(62, 52, 45);
}
.p-solution__illust-wrap {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 100px;
}
.p-solution__illust-wrap .p-solution__illust-img {
  width: 100%;
  display: block;
}
.p-solution__cloud {
  position: absolute;
  z-index: 1;
  -webkit-animation: floating;
          animation: floating;
  /* 大きな雲（テキスト入り） */
  /* 小さな雲（装飾） */
}
.p-solution__cloud img {
  width: 100%;
  height: auto;
  display: block;
}
.p-solution__cloud-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  color: rgb(62, 52, 45);
  padding: 0 10px;
}
.p-solution__cloud--large01 {
  width: 200px;
  top: 129px;
  left: -275px;
}
.p-solution__cloud--large02 {
  width: 160px;
  top: -50px;
  left: -80px;
}
.p-solution__cloud--large03 {
  width: 206px;
  top: -2px;
  right: -216px;
}
.p-solution__cloud--small01 {
  width: 112px;
  top: -33px;
  left: -350px;
}
.p-solution__cloud--small02 {
  width: 120px;
  top: -75px;
  right: 20px;
}
.p-solution__cloud--small03 {
  width: 100px;
  bottom: 40px;
  right: -240px;
}
.p-solution__catch-area {
  margin-top: 40px;
  position: relative;
  padding: 40px 20px 60px;
  text-align: center;
  z-index: 1;
  background-color: transparent;
}
.p-solution__catch-area::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  width: 111%;
  height: 800px;
  background-color: rgb(255, 232, 182);
  border-radius: 80% 80% 0 0/100% 100% 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border: 2px solid rgb(62, 52, 45);
}
.p-solution__catch-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.p-solution__catch-badge {
  display: inline-block;
  background: rgb(255, 252, 249);
  padding: 5px 20px;
  font-weight: 700;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
}
.p-solution__catch-text {
  font-size: 2rem;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 252, 249)));
  background: linear-gradient(transparent 60%, rgb(255, 252, 249) 60%);
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.p-service {
  padding-bottom: 100px;
  background: rgb(255, 232, 182);
  border-bottom: 2px solid rgb(62, 52, 45);
}
.p-service__inner {
  max-width: 60%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-service__title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 40px;
}
.p-service__title-en {
  display: block;
  font-size: 0.8rem;
  color: rgb(102, 102, 102);
  margin-top: 5px;
}
.p-service__tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-service__tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  height: 54px;
  border: 2px solid rgb(62, 52, 45);
  border-bottom: 2px solid rgb(62, 52, 45);
  border-radius: 12px 12px 0 0;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(62, 52, 45);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  z-index: 1;
}
.p-service__tab-btn.is-pink {
  background-color: rgb(253, 207, 191);
}
.p-service__tab-btn.is-blue {
  background-color: rgb(194, 221, 224);
}
.p-service__tab-btn.is-yellow {
  background-color: rgb(255, 238, 144);
}
.p-service__tab-btn.is-active {
  border-bottom-color: transparent;
  cursor: default;
  z-index: 3;
}
.p-service__tab-btn.is-active.is-pink {
  background-color: rgb(253, 207, 191);
}
.p-service__tab-btn.is-active.is-blue {
  background-color: rgb(194, 221, 224);
}
.p-service__tab-btn.is-active.is-yellow {
  background-color: rgb(255, 238, 144);
}
.p-service__tab-btn:hover:not(.is-active).is-pink {
  background-color: #fcbca6;
}
.p-service__tab-btn:hover:not(.is-active).is-blue {
  background-color: #b1d4d7;
}
.p-service__tab-btn:hover:not(.is-active).is-yellow {
  background-color: #ffea77;
}
.p-service__content-wrap {
  background: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 0 16px 16px 16px;
  padding: 40px;
  margin-top: -2px;
  z-index: 2;
}
.p-service__panel {
  display: none;
}
.p-service__panel.is-show {
  display: block;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.p-service__panel-name {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.p-service__panel-name span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(253, 207, 191)));
  background: linear-gradient(transparent 80%, rgb(253, 207, 191) 80%);
  padding: 0 10px;
}
.p-service__panel-name-blue span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(194, 221, 224)));
  background: linear-gradient(transparent 80%, rgb(194, 221, 224) 80%);
}
.p-service__panel-name-yellow span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(255, 238, 144)));
  background: linear-gradient(transparent 80%, rgb(255, 238, 144) 80%);
}
.p-service__panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service__panel-body img {
  width: 60px;
}
.p-service__item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-left: 0;
  padding-bottom: 16px;
}
.p-service__item-list li {
  border: 2px solid rgb(62, 52, 45);
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
}
.p-service__item-list li .icon {
  height: 42px;
  margin-bottom: 8px;
}
.p-service__item-list li .icon img {
  height: 100%;
}
.p-service__item-list li span {
  font-size: 0.75rem;
  font-weight: 800;
}

.p-service__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.p-service__lead-text {
  font-weight: 700;
}

.p-service__description {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}

.p-service__info {
  width: 42%;
}

.p-service__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn-primary.p-service__btn-pink, .c-btn-primary.p-service__btn-blue, .c-btn-primary.p-service__btn-yellow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-primary.p-service__btn-pink:hover, .c-btn-primary.p-service__btn-blue:hover, .c-btn-primary.p-service__btn-yellow:hover {
  -webkit-box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.1);
}
.c-btn-primary.p-service__btn-pink:hover .c-btn-primary__arrow, .c-btn-primary.p-service__btn-blue:hover .c-btn-primary__arrow, .c-btn-primary.p-service__btn-yellow:hover .c-btn-primary__arrow {
  right: 10px;
  background-color: rgb(255, 252, 249);
}

.p-service__btn-pink:hover {
  background-color: rgb(253, 207, 191);
}
.p-service__btn-pink .c-btn-primary__arrow {
  background-color: rgb(253, 207, 191);
}

.p-service__btn-blue:hover {
  background-color: rgb(194, 221, 224);
}
.p-service__btn-blue .c-btn-primary__arrow {
  background-color: rgb(194, 221, 224);
}

.p-service__btn-yellow:hover {
  background-color: rgb(255, 238, 144);
}
.p-service__btn-yellow .c-btn-primary__arrow {
  background-color: rgb(255, 238, 144);
}

.c-btn-primary__btn-primary__arrow {
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.c-btn-primary__btn-primary__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(62, 52, 45);
  border-right: 2px solid rgb(62, 52, 45);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
}

.c-btn-primary__arrow-pink {
  background-color: rgb(253, 207, 191);
  right: 12px;
}

.c-btn-primary__arrow-blue {
  background-color: rgb(194, 221, 224);
  right: 12px;
}

.c-btn-primary__arrow-yellow {
  background-color: rgb(255, 238, 144);
  right: 12px;
}

.p-service__panel-number {
  text-align: center;
  font-weight: 700;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-area {
  padding: 80px 0;
  background-color: rgb(255, 252, 249);
  overflow: hidden;
}

.p-area {
  padding: 100px 0;
  border-bottom: 2px solid rgb(62, 52, 45);
}
.p-area__head {
  text-align: center;
  margin-bottom: 60px;
}
.p-area__title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 40px;
}
.p-area__title-en {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-top: 5px;
}
.p-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  padding: 0 20px;
}
.p-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-area__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.5px solid rgb(62, 52, 45);
  border-radius: 8px;
  font-weight: 500;
  background: rgb(255, 252, 249);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-area__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.p-area__note-icon {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-area__note-icon img {
  width: 100%;
  height: auto;
}
.p-area__note-text {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
}
.p-area__note-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(255, 215, 125)));
  background: linear-gradient(transparent 70%, rgb(255, 215, 125) 70%);
}
.p-area__map {
  width: 33%;
}
.p-area__map img {
  width: 100%;
  height: auto;
}
.p-area__btn {
  width: 100%;
}

.l-price {
  padding: 100px 0;
  background: rgb(255, 232, 182);
}

.p-price__inner {
  max-width: 80%;
  margin: auto;
}

.p-price {
  border-bottom: 2px solid rgb(62, 52, 45);
}
.p-price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.p-price__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 270px;
  background-color: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-price__card-head {
  padding: 24px 15px;
  text-align: center;
  border-bottom: 2px solid rgb(62, 52, 45);
  height: 80px;
}
.p-price__card--s .p-price__card-head {
  background-color: rgb(253, 207, 191);
}
.p-price__card--m .p-price__card-head {
  background-color: rgb(194, 221, 224);
}
.p-price__card--l .p-price__card-head {
  background-color: rgb(255, 238, 144);
}
.p-price__card-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-price__card-caption {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-price__card-body {
  padding: 40px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.p-price__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
.p-price__price-num {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  font-family: "Saira Condensed", sans-serif;
}
.p-price__price-unit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-price__image {
  margin-bottom: 30px;
  height: 75px;
  text-align: center;
}
.p-price__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-price__image-s {
  width: 70px;
  height: auto;
}
.p-price__image-m {
  width: 90px;
  height: auto;
}
.p-price__image-l {
  width: 75px;
  height: auto;
}
.p-price__desc {
  padding: 20px;
  border-top: 1px solid rgb(62, 52, 45);
  border-bottom: 1px solid rgb(62, 52, 45);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  width: 85%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-price__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-price__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 600px;
}
.p-price__note-icon {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-price__note-icon img {
  width: 100%;
}
.p-price__note-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-price__btn {
  display: contents;
}

.l-flow {
  padding: 100px 0;
  margin: auto;
}

.p-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.p-flow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  max-width: 200px;
}
.p-flow__step-num {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  line-height: 1;
  color: rgb(255, 252, 249);
  -webkit-text-stroke: 2px rgb(62, 52, 45);
  margin-bottom: 10px;
}
.p-flow__img {
  width: 80%;
  aspect-ratio: 1/1;
  background-color: rgb(255, 232, 182);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-flow__img-01 {
  width: auto;
  height: 52%;
}
.p-flow__img-02 {
  width: auto;
  height: 46%;
}
.p-flow__img-03 {
  width: auto;
  height: 40%;
}
.p-flow__img-04 {
  width: auto;
  height: 48%;
}
.p-flow__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(62, 52, 45);
}
.p-flow__arrow {
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent rgb(255, 215, 125);
}

.l-voice {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-image: url(../../img/illust/voice/bg/bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% auto;
}

.p-voice__head {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__badge {
  display: inline-block;
  background-color: rgb(255, 215, 125);
  padding: 4px 20px;
  border-radius: 4px;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 20px;
}
.p-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto 40px;
}
.p-voice__item {
  background-color: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -webkit-box-shadow: 6px 6px 0 0 rgb(255, 215, 125), 6px 6px 0 2px rgb(62, 52, 45);
          box-shadow: 6px 6px 0 0 rgb(255, 215, 125), 6px 6px 0 2px rgb(62, 52, 45);
}
.p-voice__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 120px;
  background-color: rgb(255, 232, 182);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.p-voice__iconImg-01 {
  width: 67%;
  height: auto;
}
.p-voice__iconImg-02 {
  width: 60%;
  height: auto;
}
.p-voice__iconImg-03 {
  width: 60%;
  height: auto;
}
.p-voice__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-voice__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-voice__item-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  text-align: justify;
}
.p-voice__footer-note {
  text-align: center;
  font-size: 0.75rem;
  color: #888;
}

.l-faq {
  padding: 100px 0;
  background-color: rgb(255, 232, 182);
}

.p-faq__head {
  position: relative;
  margin-bottom: -2px;
}
.p-faq__head-img {
  max-width: 400px;
  margin: 0 auto;
}
.p-faq__head-img img {
  width: 100%;
  height: auto;
}
.p-faq__content {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
.p-faq__item {
  background-color: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 16px;
}
.p-faq__question {
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.p-faq__icon-q {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
  color: rgb(62, 52, 45);
  font-family: "Noto Sans JP", sans-serif;
}
.p-faq__question-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 40px;
}
.p-faq__toggle {
  position: absolute;
  right: 30px;
  width: 24px;
  height: 24px;
  background-color: #444;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  background-color: rgb(255, 252, 249);
}
.p-faq__toggle::before {
  width: 10px;
  height: 2px;
}
.p-faq__toggle::after {
  width: 2px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  visibility: hidden;
  padding: 0 80px 0 60px;
  border-top: 1px dashed transparent;
}
.p-faq__answer-inner {
  overflow: hidden;
}
.p-faq__answer-text {
  line-height: 1.8;
  padding-bottom: 30px;
  padding-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-faq__item.is-open .p-faq__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.p-faq__item.is-open .p-faq__answer {
  grid-template-rows: 1fr;
  visibility: visible;
  border-top: 1px dashed rgb(62, 52, 45);
}

.l-greeting {
  padding: 100px 0;
  background-color: rgb(255, 232, 182);
  border-bottom: 2px solid rgb(62, 52, 45);
}

.p-greeting__container {
  max-width: 60%;
  margin: 0 auto;
  background-color: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 16px;
  padding: 60px 20px;
  text-align: center;
}
.p-greeting__body {
  display: inline-block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.p-greeting__text {
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.p-greeting__text:last-of-type {
  margin-bottom: 3rem;
}
.p-greeting__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.l-company {
  padding: 100px 0;
}

.p-company {
  border-bottom: 2px solid rgb(62, 52, 45);
}
.p-company__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-company__head-img {
  max-width: 180px;
}
.p-company__head-img img {
  width: 100%;
  height: auto;
}
.p-company__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-company__title {
  margin-bottom: 0;
}
.p-company__container {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgb(255, 252, 249);
  border: 2px solid rgb(62, 52, 45);
  border-radius: 20px;
  padding: 60px;
}
.p-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1.5px solid rgb(62, 52, 45);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company__row:first-child {
  border-top: 1.5px solid rgb(62, 52, 45);
}
.p-company__term {
  width: 30%;
  font-weight: 700;
  color: rgb(62, 52, 45);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company__desc {
  width: 70%;
  line-height: 1.8;
  color: rgb(62, 52, 45);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-btn-cta--tel .c-btn-cta__tel-icon img {
    width: 22px;
  }
  .c-btn-cta__tel-label {
    font-size: 0.8rem;
  }
  .c-btn-cta__tel-number {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .p-header-sp__btn {
    width: 80%;
  }
  .c-title {
    margin-bottom: 30px;
  }
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
  .is-not-sp {
    display: none;
  }
  .l-inner {
    width: 80%;
  }
  .l-inner {
    width: 80%;
  }
  .l-footer {
    padding-top: 40px;
  }
  .p-footer__nav-list {
    gap: 15px;
    padding: 0;
  }
  .p-footer__nav-item a {
    font-size: 0.8rem;
  }
  .p-footer__top-btn {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
  }
  .p-mv__logo .p-mv__logo-en {
    font-size: 0.9rem;
  }
  .p-mv__copyText {
    font-size: 14px;
    padding: 1.2rem 0.5rem;
  }
  .p-mv__footerText {
    font-size: 0.9rem;
    margin: 3px 0;
  }
  .p-mv__staff {
    width: 160px;
  }
  .p-mv__logo h1 {
    font-size: 1.6rem;
  }
  .p-mv__copy {
    top: 10%;
    right: 5%;
    gap: 10px;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  /* 4. 浮遊アイテム：サイズを約半分に縮小 */
  .p-mv__item-kitchen {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -40px;
  }
  .p-mv__item-bike {
    width: 70px;
    height: 70px;
    top: 11%;
    left: 43%;
  }
  .p-mv__item-sofa {
    width: 100px;
    height: 100px;
    top: 27%;
    left: 7%;
  }
  .p-mv__item-dining {
    width: 90px;
    height: 90px;
    bottom: 25%;
    left: 8%;
  }
  .p-mv__item-home {
    width: 120px;
    height: 120px;
    bottom: 22%;
    right: -20px;
  }
  .p-mv__item-printer {
    width: 70px;
    height: 70px;
    bottom: 15%;
    left: 46%;
  }
  .p-mv__item-dot1 {
    width: 100px;
    height: 100px;
    bottom: -5%;
    right: -4%;
  }
  /* アイテム画像サイズ設定 */
  .p-mv__item-kitchen-Image {
    width: 32%;
    height: auto;
    position: absolute;
    right: 29%;
    bottom: 29%;
  }
  .p-mv__item-bike-Image {
    width: 60%;
    height: auto;
  }
  .p-mv__item-sofa-Image {
    width: 40%;
    height: auto;
  }
  .p-mv__item-printer-Image {
    width: 48%;
    height: auto;
  }
  .p-mv__item-dining-Image {
    width: 55%;
    height: auto;
  }
  .p-mv__item-hom-Image {
    width: 43%;
    height: auto;
    position: absolute;
  }
  .p-mv__footer {
    width: 92%;
    font-size: 0.75rem;
    left: 15px;
    bottom: 30px;
    padding: 0;
  }
  .p-reasons__inner {
    max-width: 80%;
  }
  .p-reasons__item-title {
    font-size: 24px;
  }
  .p-cta {
    padding-top: 60px;
  }
  .p-cta__inner {
    max-width: 80%;
    margin-bottom: 60px;
  }
  .p-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .p-cta__illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
    max-width: 124px;
    top: -17px;
  }
  .p-cta__content {
    display: contents;
  }
  .p-cta__title-wrap {
    text-align: center;
    margin-bottom: 0;
  }
  .p-cta__title {
    line-height: 1.8;
    font-size: 1.3rem;
    text-align: center;
  }
  .p-cta__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .p-cta__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .p-cta__footer-text {
    text-align: left;
    line-height: 1.8;
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .p-solution {
    padding-top: 80px;
  }
  .p-solution__title {
    font-size: 1.4rem;
    gap: 16px;
    margin-bottom: 136px;
  }
  .p-solution__title-q {
    font-size: 86px;
  }
  .p-solution__illust-wrap {
    max-width: 168px;
  }
  .p-solution__cloud-text {
    font-size: 0.7rem;
  }
  .p-solution__cloud {
    /* 大きな雲（テキスト入り） */
    /* 小さな雲（装飾） */
  }
  .p-solution__cloud--large01 {
    width: 130px;
    top: 7%;
    left: -61%;
  }
  .p-solution__cloud--large02 {
    width: 127px;
    top: -93px;
    left: 8%;
  }
  .p-solution__cloud--large03 {
    width: 136px;
    top: 2px;
    right: -60%;
  }
  .p-solution__cloud--small01 {
    width: 60px;
    top: 71%;
    left: -68%;
  }
  .p-solution__cloud--small02 {
    width: 60px;
    top: -70px;
    right: -55%;
  }
  .p-solution__cloud--small03 {
    width: 70px;
    bottom: 15px;
    right: -61%;
  }
  .p-solution__catch-area::before {
    width: 167%;
    height: 550px;
  }
  .p-solution__catch-badge {
    font-size: 1rem;
  }
  .p-service {
    padding-bottom: 80px;
  }
  .p-service__inner {
    max-width: 80%;
  }
  .p-service__title {
    font-size: 1.5rem;
  }
  .p-service__tab-btn {
    font-size: 0.9rem;
    height: 44px;
    padding: 0 4px;
  }
  .p-service__content-wrap {
    padding: 30px 15px;
    border-radius: 0 0 16px 16px;
  }
  .p-service__panel-name {
    font-size: 1.4rem;
  }
  .p-service__panel-body {
    display: block;
  }
  .p-service__panel-body img {
    width: 48px;
  }
  .p-service__item-list {
    padding: 20px 0;
    gap: 8px;
  }
  .p-service__item-list li {
    padding: 20px 8px 8px;
  }
  .p-service__item-list li span {
    font-size: 0.7rem;
  }
  .p-service__lead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .p-service__description {
    text-align: left;
  }
  .p-service__info {
    width: 100%;
  }
  .l-area {
    padding: 60px 0;
  }
  .p-area {
    padding: 80px 0;
  }
  .p-area__head {
    margin-bottom: 40px;
  }
  .p-area__title {
    font-size: 1.5rem;
  }
  .p-area__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .p-area__list {
    gap: 8px;
    margin: auto auto 60px auto;
  }
  .p-area__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 60px;
    font-size: 16px;
  }
  .p-area__note {
    max-width: 340px;
    width: 100%;
  }
  .p-area__map {
    width: 70%;
  }
  .l-price {
    padding: 80px 0;
  }
  .p-price__content {
    display: grid;
  }
  .p-price__card-body {
    padding: 40px;
  }
  .p-price__price {
    margin-bottom: 1rem;
  }
  .p-price__price-num {
    font-size: 3.5rem;
  }
  .p-price__image {
    height: auto;
    margin-bottom: 1rem;
  }
  .p-price__image-s {
    width: 80px;
  }
  .p-price__image-m {
    width: 90px;
  }
  .p-price__image-l {
    width: 80px;
  }
  .p-price__note-text {
    font-size: 0.875rem;
  }
  .l-flow {
    padding: 80px 0;
    max-width: 80%;
  }
  .p-flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .p-flow__item {
    min-width: 240px;
  }
  .p-flow__arrow {
    margin: 0;
    border-width: 15px 10px 0 10px;
    border-color: rgb(255, 215, 125) transparent transparent transparent;
  }
  .l-voice {
    padding: 80px 0;
    background-image: url(../../img/illust/voice/bg/bg.png);
    background-repeat: repeat;
    background-position: -10%;
    background-size: 180% auto;
  }
  .p-voice__head {
    margin-bottom: 30px;
  }
  .p-voice__badge {
    font-size: 0.8rem;
  }
  .p-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
  .p-voice__item-title {
    font-size: 1.1rem;
  }
  .p-voice__item-text {
    text-align: left;
  }
  .l-faq {
    padding: 60px 0;
  }
  .p-faq__head-img {
    max-width: 280px;
  }
  .p-faq__question {
    padding: 18px 20px;
  }
  .p-faq__icon-q {
    font-size: 1.5rem;
  }
  .p-faq__toggle {
    right: 20px;
  }
  .p-faq__answer {
    padding: 0 40px 0 60px;
  }
  .l-greeting {
    padding: 80px 0;
  }
  .p-greeting__container {
    padding: 40px 20px;
    max-width: 80%;
  }
  .p-greeting__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .p-greeting__text br {
    display: none;
  }
  .l-company {
    padding: 80px 0;
  }
  .p-company__head {
    display: contents;
  }
  .p-company__head-img {
    max-width: 160px;
  }
  .p-company__head-img {
    margin: auto;
  }
  .p-company__inner {
    width: 80%;
  }
  .p-company__container {
    padding: 40px 20px;
  }
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 16px 0;
  }
  .p-company__term {
    width: 100%;
  }
  .p-company__desc {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-header-sp__btn {
    width: 55%;
  }
  .is-not-tab {
    display: none;
  }
  .l-inner {
    width: 80%;
  }
  .p-header-sp__logo {
    margin-bottom: 40px;
  }
  .menu-list {
    margin: auto auto 40px auto;
    width: 50%;
  }
  .p-footer__nav-list {
    gap: 15px 25px;
  }
  .p-footer__top-btn {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
  }
  .p-mv__copyText {
    font-size: 1.3rem;
  }
  .p-mv__footerText {
    font-size: 1.24rem;
  }
  .p-mv__staff {
    width: 220px;
  }
  .p-mv__footer {
    width: 92%;
    font-size: 0.75rem;
    bottom: 3%;
    left: 3%;
    padding: 10px 15px;
  }
  .p-mv__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 120px;
    right: 40px;
  }
  /* 背景セットアイテムの座標設定 */
  .p-mv__item-kitchen {
    width: 210px;
    height: 210px;
    top: -3%;
    left: -6%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .p-mv__item-bike {
    width: 90px;
    height: 90px;
    top: 24%;
    right: 36%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .p-mv__item-sofa {
    width: 120px;
    height: 120px;
    bottom: 36%;
    right: 76%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-mv__item-printer {
    width: 80px;
    height: 80px;
    bottom: 24%;
    right: 25%;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .p-mv__item-dining {
    width: 95px;
    height: 95px;
    top: 18%;
    right: 36%;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .p-mv__item-home {
    width: 180px;
    height: 180px;
    bottom: 9%;
    right: -6%;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .p-mv__item-dot1 {
    width: 50px;
    height: 50px;
    top: 5%;
    right: 23%;
  }
  .p-mv__item-dot2 {
    width: 70px;
    height: 70px;
    bottom: 49%;
    right: -6%;
  }
  .p-mv__item-dot3 {
    width: 80px;
    height: 80px;
    top: 26%;
    left: 21%;
  }
  .p-mv__item-dot4 {
    width: 240px;
    height: 240px;
    bottom: -19%;
    left: -13%;
  }
  .p-mv__item-dot5 {
    width: 60px;
    height: 60px;
    bottom: 19%;
    right: 52%;
  }
  .p-mv__item-dot6 {
    width: 120px;
    height: 120px;
    bottom: 53%;
    left: -9%;
  }
  /* アイテム画像サイズ設定 */
  .p-mv__item-kitchen-Image {
    width: 32%;
    height: auto;
    position: absolute;
    right: 29%;
    bottom: 29%;
  }
  .p-mv__item-bike-Image {
    width: 60%;
    height: auto;
  }
  .p-mv__item-sofa-Image {
    width: 40%;
    height: auto;
  }
  .p-mv__item-printer-Image {
    width: 48%;
    height: auto;
  }
  .p-mv__item-dining-Image {
    width: 55%;
    height: auto;
  }
  .p-mv__item-hom-Image {
    width: 43%;
    height: auto;
    position: absolute;
  }
  .p-reasons__inner {
    max-width: 80%;
  }
  .p-reasons__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-cta {
    padding-top: 75px;
    margin: auto;
  }
  .p-cta__inner {
    max-width: 90%;
  }
  .p-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .p-cta__illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 124px;
    margin: auto;
    top: -17px;
  }
  .p-cta__content {
    display: contents;
  }
  .p-cta__title-wrap {
    text-align: center;
    margin-bottom: 75px;
  }
  .p-cta__title {
    line-height: 1.8;
    font-size: 1.3rem;
    text-align: center;
  }
  .p-cta__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .p-cta__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 15px;
    padding: 12px 20px;
  }
  .p-cta__footer-text {
    text-align: left;
    line-height: 1.8;
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .p-solution__title {
    margin-bottom: 170px;
  }
  .p-solution__illust-wrap {
    max-width: 280px;
    padding-top: 140px;
  }
  .p-solution__cloud {
    /* 大きな雲（テキスト入り） */
    /* 小さな雲（装飾） */
  }
  .p-solution__cloud--large01 {
    width: 190px;
    top: 72px;
    left: -190px;
  }
  .p-solution__cloud--large02 {
    width: 170px;
    top: -93px;
    left: 10%;
  }
  .p-solution__cloud--large03 {
    width: 206px;
    top: 13px;
    right: -190px;
  }
  .p-solution__cloud--small01 {
    width: 100px;
    top: 284px;
    left: -68%;
  }
  .p-solution__cloud--small02 {
    width: 100px;
    top: -70px;
    right: 45px;
  }
  .p-solution__cloud--small03 {
    width: 100px;
    bottom: 40px;
    right: -185px;
  }
  .p-solution__catch-area::before {
    width: 167%;
    height: 550px;
  }
  .p-service__inner {
    max-width: 60%;
  }
  .p-service__content-wrap {
    border-radius: 0 0 16px 16px;
  }
  .p-service__panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .p-service__item-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    margin: 0;
  }
  .p-service__item-list li {
    padding: 20px 16px 16px 16px;
  }
  .p-service__item-list li .icon {
    margin-bottom: 10px;
  }
  .p-service__lead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service__info {
    width: 90%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-service__items {
    display: contents;
  }
  .p-service__btn-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-area__content {
    gap: 40px;
  }
  .p-area__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-area__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 12px;
  }
  .p-area__map {
    width: 50%;
  }
  .p-area__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-area__btn-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    z-index: 2;
  }
  .p-price__content {
    gap: 10px;
  }
  .p-price__card-body {
    padding: 30px 20px;
  }
  .p-price__price {
    margin-bottom: 20px;
  }
  .p-price__price-num {
    font-size: 2rem;
  }
  .p-price__price-unit {
    font-size: 0.8rem;
  }
  .p-price__image {
    margin-bottom: 20px;
  }
  .p-price__image-s {
    width: 80px;
  }
  .p-price__desc {
    font-size: 0.8rem;
    padding: 16px;
  }
  .l-flow {
    max-width: 80%;
  }
  .p-flow__content {
    gap: 5px;
  }
  .p-flow__item {
    min-width: 146px;
  }
  .p-flow__text {
    font-size: 0.875rem;
  }
  .p-flow__arrow {
    border-width: 7px 0 7px 10px;
    margin: auto 0;
  }
  .l-voice {
    background-image: url(../../img/illust/voice/bg/bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .p-voice__item {
    padding: 30px;
    gap: 25px;
  }
  .p-voice__icon {
    width: 100px;
    height: 100px;
  }
  .p-faq__answer {
    padding: 0 50px 0 70px;
  }
  .p-greeting__container {
    max-width: 80%;
  }
  .p-company__inner {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 85px;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: none;
  }
  .l-inner {
    width: 1100px;
  }
  .p-header-pc {
    display: block;
    width: 100%;
    background: rgb(255, 243, 227);
    border-top: 2px solid #3E342D;
    border-bottom: 2px solid #3E342D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .menu-trigger {
    display: none !important;
  }
  .header-sp {
    display: none; /* PCでは消す */
  }
  .p-mv {
    height: calc(100vh - 85px);
  }
  .p-mv {
    margin-top: 85px;
  }
  .p-mv__copy {
    top: 10%;
    right: 7%;
  }
  /* 背景セットアイテムの座標設定 */
  .p-mv__item-kitchen {
    width: 120px;
    height: 120px;
    top: 14%;
    left: 29%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .p-mv__item-bike {
    width: 90px;
    height: 90px;
    top: 28%;
    right: 34%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .p-mv__item-sofa {
    width: 120px;
    height: 120px;
    bottom: 48%;
    right: 76%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-mv__item-printer {
    width: 80px;
    height: 80px;
    top: 16%;
    right: 21%;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .p-mv__item-dining {
    width: 90px;
    height: 90px;
    bottom: 25%;
    left: 27%;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .p-mv__item-home {
    width: 120px;
    height: 120px;
    bottom: 19%;
    right: 22%;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .p-mv__item-dot1 {
    width: 80px;
    height: 80px;
    top: 19%;
    left: 6%;
  }
  .p-mv__item-dot2 {
    width: 50px;
    height: 50px;
    bottom: 49%;
    right: 23%;
  }
  .p-mv__item-dot3 {
    width: 60px;
    height: 60px;
    bottom: 26%;
    left: 5%;
  }
  .p-mv__item-dot4 {
    width: 70px;
    height: 70px;
    bottom: 8%;
    right: 8%;
  }
  /* アイテム画像サイズ設定 */
  .p-mv__item-kitchen-Image {
    width: 45%;
    height: auto;
  }
  .p-mv__item-bike-Image {
    width: 60%;
    height: auto;
  }
  .p-mv__item-sofa-Image {
    width: 40%;
    height: auto;
  }
  .p-mv__item-printer-Image {
    width: 40%;
    height: auto;
  }
  .p-mv__item-dining-Image {
    width: 55%;
    height: auto;
  }
  .p-mv__item-hom-Image {
    width: 48%;
    height: auto;
  }
  .p-reasons {
    padding: 100px 0;
  }
  .p-reasons__inner {
    max-width: 1100px;
  }
  .p-reasons__title-wrap {
    margin-bottom: 70px;
  }
  .p-reasons__main-title {
    font-size: 40px;
  }
  .p-reasons__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-reasons__btn-wrapper {
    margin-top: 60px;
  }
  .p-cta__inner {
    max-width: 1100px;
  }
  .p-cta__content {
    width: 65%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .p-cta__title {
    font-size: 1.7rem;
  }
  .l-flow {
    max-width: 1100px;
  }
}
@media screen and (max-width: 375px) {
  .p-mv__logo .p-mv__logo-en {
    font-size: 0.6rem;
  }
  .p-mv__staff {
    width: 130px;
  }
  .p-mv__logo h1 {
    font-size: 1.2rem;
  }
  .p-mv__copy {
    top: 14%;
    right: 8%;
    gap: 8px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  /* 4. 浮遊アイテム：サイズを約半分に縮小 */
  .p-mv__item-kitchen {
    width: 100px;
    height: 100px;
    top: -5px;
    left: -26px;
  }
  .p-mv__item-bike {
    width: 60px;
    height: 60px;
    top: 11%;
    left: 43%;
  }
  .p-mv__item-sofa {
    width: 80px;
    height: 80px;
    top: 27%;
    left: 7%;
  }
  .p-mv__item-dining {
    width: 60px;
    height: 60px;
    bottom: 25%;
    left: 8%;
  }
  .p-mv__item-home {
    width: 100px;
    height: 100px;
    bottom: 24%;
    right: -19px;
  }
  .p-mv__item-printer {
    width: 50px;
    height: 50px;
    bottom: 19%;
    left: 46%;
  }
  .p-mv__item-dot1 {
    width: 80px;
    height: 80px;
    bottom: -5%;
    right: -8%;
  }
  /* アイテム画像サイズ設定 */
  .p-mv__item-kitchen-Image {
    width: 32%;
    height: auto;
    position: absolute;
    right: 29%;
    bottom: 29%;
  }
  .p-mv__item-bike-Image {
    width: 60%;
    height: auto;
  }
  .p-mv__item-sofa-Image {
    width: 40%;
    height: auto;
  }
  .p-mv__item-printer-Image {
    width: 48%;
    height: auto;
  }
  .p-mv__item-dining-Image {
    width: 55%;
    height: auto;
  }
  .p-mv__item-hom-Image {
    width: 43%;
    height: auto;
    position: absolute;
  }
  .p-mv__footer {
    width: 92%;
    font-size: 0.75rem;
    left: 15px;
    bottom: 30px;
    padding: 0;
  }
  .p-reasons__sub-title {
    font-size: 14px;
  }
  .p-reasons__main-title {
    font-size: 24px;
  }
  .p-reasons__number {
    font-size: 56px;
  }
  .p-cta__title {
    font-size: 18px;
  }
  .p-cta__footer-text {
    font-size: 0.8rem;
  }
  .p-solution__cloud-text {
    font-size: 0.7rem;
  }
  .p-solution__cloud {
    /* 大きな雲（テキスト入り） */
    /* 小さな雲（装飾） */
  }
  .p-solution__cloud--large01 {
    width: 126px;
    top: 7%;
    left: -53%;
  }
  .p-solution__cloud--large02 {
    width: 118px;
    top: -93px;
    left: 8%;
  }
  .p-solution__cloud--large03 {
    width: 132px;
    top: 13px;
    right: -58%;
  }
  .p-solution__cloud--small01 {
    width: 55px;
    top: 71%;
    left: -50%;
  }
  .p-solution__cloud--small02 {
    width: 55px;
    top: -70px;
    right: -38%;
  }
  .p-solution__cloud--small03 {
    width: 70px;
    bottom: 15px;
    right: -61%;
  }
  .p-service__inner {
    max-width: 90%;
  }
}
@media (max-width: 1000px) {
  .p-price__card {
    width: 100%;
    max-width: 400px;
  }
}
/*# sourceMappingURL=style.css.map */