@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

.sp-none {
  display: none !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header {
  background: var(--color-sand);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
}
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 12rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 12/5;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  width: 17rem;
  aspect-ratio: 17/7;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
  padding-inline: 5vw;
}
#footer .footer__add {
  width: 100%;
  justify-content: center;
}
#footer .footer__tel {
  width: 100%;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
}
.footer-nav__list {
  border-top: solid 1px var(--color-sand);
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-sand);
}
.footer-nav__link {
  line-height: 2;
  padding: 1em 5vw;
}
.footer-nav__sub-list {
  font-size: var(--font-size-sm);
  line-height: 2.5;
  background: rgba(194, 166, 133, 0.12);
  padding: 2rem 5vw;
  border-bottom: solid 1px var(--color-sand);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main::before {
  height: calc(16rem + 1px);
}
.visual__main::after {
  width: 88%;
  height: 25.6rem;
  border-radius: 2.4rem 0 0 2.4rem;
  margin-left: auto;
}
.visual__box {
  row-gap: 2rem;
  padding: 5rem 0 4.2rem;
}
.visual__box::before {
  width: clamp(72px, 5.625vw, 108px);
  top: clamp(-88px, -4.5833333333vw, -59px);
  left: clamp(-69px, -3.59375vw, -46px);
}
.visual__catch--main {
  width: min(40rem, 88.889vw);
}
.visual__catch--main img {
  width: 100%;
  aspect-ratio: 400/115;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__text {
  width: 100%;
  max-width: 48rem;
  font-size: calc(var(--font-size-base) + 1px);
  padding-inline: min(2rem, 5vw);
}
@media screen and (max-width: 460px) {
  .visual__text {
    max-width: 32rem;
  }
}
.visual__text::before {
  width: calc(100% + 1rem);
  max-width: 95vw;
  height: 4.2rem;
}
.visual__text p {
  line-height: 2;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
}
.visual__catch--sub {
  height: 8rem;
  aspect-ratio: 36/8;
  font-size: var(--font-size-h2);
  border-radius: 0.5rem;
}
.visual__catch--sub::before {
  bottom: 0.5rem;
}
.visual__catch--sub::after {
  width: calc(100% + 2rem);
  height: 5rem;
  bottom: -0.5rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section[class*=section--wave]::before {
  width: 78rem;
}
.section--wave110::before {
  height: calc(4rem + 1px);
}
.section--wave180::before {
  height: calc(6rem + 1px);
}
.section--wave250::before {
  height: calc(9rem + 1px);
}
.section--mountain::after {
  width: 25rem;
}

.inbox {
  width: 90%;
}

/* 住所 マップ遷移リンク
-----------------------------*/
.com-add {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.com-add::before {
  height: 1.4rem;
}
.com-add span.line:not(.zip) > span {
  display: inline-block;
  padding-right: 0.5em;
}
.com-add span.line:not(.zip) > span:last-of-type {
  padding-right: 0;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  font-size: var(--font-size-h3);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-tel__num::before {
  height: 1em;
}
.com-tel__num span {
  margin-top: -0.2rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 6rem;
  border-radius: 100vh;
}
.com-btn::before {
  height: 50%;
  right: 1rem;
}
.com-btn::after {
  width: 3rem;
  right: 2.5rem;
}

.com-link {
  min-height: 3rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-right: 1.5rem;
}
.com-link::before {
  height: 3rem;
  right: 0;
}
.com-link::after {
  width: 4rem;
}

/* LINEボタン
-----------------------------*/
.com-line {
  width: 36rem;
  height: 80px;
  font-size: var(--font-size-h6);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-line::before {
  width: 40px;
}
.com-line::after {
  width: 1.6rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: 5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  padding: 3rem 2rem;
  border-radius: 1.2rem;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.5em;
}
.com-table--noblock tr th {
  width: 6.5em;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table--noblock tr:last-of-type th,
.com-table--noblock tr:last-of-type td {
  padding-bottom: 0;
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__link {
  padding: 1rem;
}
.com-post__image {
  width: 12rem;
}
.com-post__inner {
  row-gap: 1.2rem;
  padding-inline: 1.5rem;
}
.com-post__date {
  margin-bottom: calc(0.4rem + (1em - 1lh) / 2);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.5rem;
  margin-bottom: 5rem;
}
.com-title01 .en::before {
  width: calc(100% + 4rem);
  height: 1.6rem;
}
.com-title01::before {
  width: calc(100% + 8rem);
  height: 3.2rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*バナーリンクセクション
-----------------------------*/
.com-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 2rem;
  max-width: 40rem;
  margin-inline: auto;
}
.com-bnr__item {
  width: 100%;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 2.5rem 2rem;
  background-size: 7.2rem;
  background-position: left 1.5rem bottom;
}
.com-bnr__item::before {
  width: 3rem;
  right: 1rem;
  bottom: 1rem;
}
.com-bnr__item::after {
  width: 4rem;
  right: 2.5rem;
  bottom: 2.45rem;
}
.com-bnr__item .deco--postnatal {
  width: 8rem;
  right: 1.6rem;
}
.com-bnr__item .deco--prenatal {
  width: 4.2rem;
  right: 8.8rem;
  bottom: 0 !important;
}
.com-bnr__image {
  width: 12rem;
}
.com-bnr__image::before {
  width: 4rem;
  top: -1.2rem;
  left: -1rem;
}
.com-bnr__heading {
  font-size: var(--font-size-h4);
}
.com-bnr__heading > span.en {
  font-size: var(--font-size-h5);
}

/*詳細ページ
-----------------------------*/
*[class$=-detail__box] {
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
  border-radius: 1.2rem;
  padding: 3.2rem 2.4rem;
}

/*===============================================
  トップページ
===============================================*/
/*お知らせ
-----------------------------*/
.top-news__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  margin-bottom: 6rem;
}
.top-news__box:last-of-type {
  margin-bottom: 0;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__title::after {
  height: 3.6rem;
}
.top-news__title--news::after {
  width: calc(100% + 8rem);
  bottom: -0.5rem;
}
.top-news__title--event::after {
  width: calc(100% + 10rem);
  top: 0.8rem;
}
.top-news__list,
.top-news .com-empty {
  width: 100%;
}
.top-news__btn {
  margin-top: auto;
  margin-left: auto;
}

/*my.josan-in PEANUTが
ママと赤ちゃんをやさしく支えます
-----------------------------*/
.top-concept__title {
  font-size: min(2.8rem, 6.2223vw);
  padding-bottom: 1.5rem;
}
.top-concept__title::after {
  width: calc(100% + 5rem);
  max-width: 98vw;
  height: 6.4rem;
  top: -3.2rem;
}
.top-concept__images {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 5rem;
}
.top-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr .com-bnr__item {
  padding-block: 3rem;
}
.top-bnr .com-bnr__heading span:not(.en) {
  margin-inline-end: -0.25em;
}
.top-bnr .com-bnr__heading span:not(.en)::before {
  width: 4rem;
  top: calc(-3rem + 0.5lh - 0.5em);
  left: -2.4rem;
}
.top-bnr .com-bnr__heading::after {
  width: 20rem;
  height: 1.2rem;
  bottom: -1.5rem;
}

/*お客様の声
-----------------------------*/
.top-voice__item {
  margin-bottom: 2rem;
}
.top-voice__item:last-of-type {
  margin-bottom: 0;
}
.top-voice__item::before {
  height: 100%;
  border-radius: 1.2rem;
}
.top-voice__link::before {
  width: 2.4rem;
  right: 1rem;
  bottom: 1rem;
}
.top-voice__link::after {
  width: 3rem;
  right: 2.2rem;
  bottom: 2.2rem;
}
.top-voice__inner {
  padding: 2rem 2rem 3rem;
}
.top-voice__icon {
  width: 7.2rem;
  margin-right: auto;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.top-voice__heading {
  justify-content: center;
  width: calc(100% - 8.8rem) !important;
  min-height: 7.2rem;
  padding-top: 1.2rem;
  margin-top: -7.2rem;
  margin-left: auto;
  margin-bottom: 2.4rem;
}
.top-voice__heading::before {
  width: 1.6rem;
  aspect-ratio: 20/17;
  top: 0;
  left: -0.5rem;
}
.top-voice__body {
  line-height: var(--line-height-base-min);
}
.top-voice__btn {
  margin: 6rem auto 0;
}
.top-voice__status {
  min-height: 8rem;
  padding: calc((8rem - 2lh) / 2) 2rem;
  padding-right: 6rem;
}

/*代表紹介
-----------------------------*/
.top-owner__inner::before {
  width: calc(100% + 16rem);
  height: 9.3rem;
  top: -7rem;
}
.top-owner__image {
  width: 32rem;
  margin: 0 auto 4rem;
}
.top-owner__title {
  justify-content: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding: 0 1rem 2rem;
  margin-bottom: 3rem;
}
.top-owner__title img {
  height: 3rem;
}
.top-owner__items {
  padding-top: 8rem;
}
.top-owner__item {
  border-radius: 1.2rem;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
.top-owner__item:last-of-type {
  margin-bottom: 0;
}
.top-owner__item::after {
  width: calc(100% + 5rem);
  height: 4.8rem;
  bottom: -1rem;
}
.top-owner__heading {
  height: 7rem;
  justify-content: center;
  font-size: var(--font-size-h5);
  border-radius: 1.2rem 1.2rem 0 0;
  margin-bottom: 3rem;
}
.top-owner__heading > span {
  line-height: calc(1em + 1rem);
}
.top-owner__list {
  padding-inline: 2rem;
}
.top-owner__list dt {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.top-owner__list dt:has(+ dd) {
  margin-bottom: 1.2rem;
}
.top-owner__body {
  padding-inline: 2.4rem;
}

/*ギャラリー
-----------------------------*/
.top-gallery::before {
  width: 96vw;
  height: 6.4rem;
}
.top-gallery__title {
  align-items: center;
  row-gap: 1.5rem;
  padding: 0 2.4rem 3rem;
  margin-bottom: 3rem;
}
.top-gallery__title > span.en {
  width: 10rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  top: -2rem;
  right: -4rem;
}
.top-gallery__title .logo {
  height: 5rem;
}
.top-gallery__title::after {
  width: 4.2rem;
  right: -2.6rem;
}
.top-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.top-gallery__item img {
  border-radius: 1.2rem;
}
.top-gallery__btn {
  margin-top: 3rem;
  margin-left: auto;
}

/*リンクセクション
-----------------------------*/
.top-link {
  padding-bottom: 10rem;
}
.top-link::after {
  width: 92vw;
  height: 4.2rem;
  bottom: 3.2rem;
}
.top-link__item {
  height: 12rem;
  border-radius: 1.2rem;
  padding-inline: 3.2rem;
  margin-bottom: 2rem;
  background-size: min(34rem, 100%);
}
.top-link__item:last-of-type {
  margin-bottom: 0;
}
.top-link__item::before {
  width: 2.4rem;
  right: 1.2rem;
  bottom: 1.2rem;
}
.top-link__item::after {
  width: 3rem;
  right: 2.4rem;
  bottom: 2.4rem;
}
.top-link__title {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  text-align: left;
  font-size: var(--font-size-h5);
  gap: 1.5rem 2rem;
}
.top-link__title::before {
  height: 4rem;
  grid-row: span 2;
}

/*===============================================
  PEANUTについて
===============================================*/
/*私たちが選ばれる理由
-----------------------------*/
.about-reason__box::after {
  width: calc(100% + 6.4rem);
  max-width: 96vw;
  height: 5rem;
  bottom: -4rem;
}
.about-reason__movie {
  margin-bottom: 4rem;
}
.about-reason__movie iframe {
  border-radius: 1.2rem;
}
.about-reason__heading {
  row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  word-break: keep-all;
}
.about-reason__heading::after {
  width: 5rem;
}
.about-reason__heading > span::before {
  width: calc(100% + 8rem);
  max-width: 98vw;
  height: 4.2rem;
  bottom: -2rem;
}
.about-reason__list {
  padding-top: 8rem;
}
.about-reason__item {
  margin-bottom: 6rem;
}
.about-reason__image {
  text-align: center;
  margin-bottom: 3rem;
}
.about-reason__label {
  row-gap: 2rem;
  margin-bottom: 3rem;
}

/*お客様の声
-----------------------------*/
.about-voice__link {
  border-radius: 1.2rem;
  margin-bottom: 2rem;
}
.about-voice__link > * {
  width: 100%;
}
.about-voice__link::before {
  width: 2.4rem;
  right: 1rem;
  bottom: 1.05rem;
}
.about-voice__link::after {
  width: 3rem;
  right: 2.2rem;
  bottom: calc((4.5rem - 1px) / 2);
}
.about-voice__inner {
  gap: 2rem;
  padding: 2rem;
}
.about-voice__icon {
  width: 7.2rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.about-voice__heading {
  padding-top: 2rem;
}
.about-voice__heading::before {
  width: 1.6rem;
  aspect-ratio: 20/17;
  top: 0;
  left: -1rem;
}
.about-voice__status {
  min-height: 4.5rem;
  padding: 1.5rem 6rem 1.5rem 2.4rem;
}

/* お客様の声　詳細ページ
-----------------------------*/
.about-detail__icon {
  width: 8rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.about-detail__heading {
  justify-content: center;
  min-height: 8rem;
  padding-block: 1.5rem;
  margin-left: 9.2rem;
  margin-top: -8rem;
  margin-bottom: 2rem;
}
.about-detail__heading::before {
  width: 1.6rem;
  aspect-ratio: 20/17;
  top: 0;
  left: -1rem;
}
.about-detail__status {
  padding-top: calc(2rem + 1px);
  margin-top: 2.5rem;
}

/*よくある質問
-----------------------------*/
.about-faq__item {
  border-radius: 1.2rem;
  margin-bottom: 3rem;
}
.about-faq__heading {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  background-size: 6.4rem;
  padding: 1.5rem 2rem;
}
.about-faq__heading::before {
  width: 3.2rem;
  font-size: var(--font-size-h4);
  padding-bottom: 0.1em;
}
.about-faq__heading > span {
  line-height: 1.5;
  margin-block: calc((3.2rem - 1lh) / 2);
}
.about-faq__body {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding: 1.5rem 2rem;
}
.about-faq__body::before {
  width: 3.2rem;
  font-size: var(--font-size-h4);
}
.about-faq__body p {
  margin-block: calc((3.2rem - 1lh) / 2);
}

/*===============================================
  メニュー
===============================================*/
/*サポート内容
-----------------------------*/
.menu-list__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
.menu-list__tag {
  width: 100%;
}
.menu-list__tag .com-btn {
  width: 100%;
  height: 100%;
  min-height: 6rem;
  padding: 1.5rem 6rem;
}
.menu-list__text + * {
  padding-top: 6rem;
}
.menu-list__box {
  padding-top: 8rem;
}
.menu-list__heading {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.menu-list__heading::before {
  height: 3rem;
  aspect-ratio: 4/5;
}
.menu-list__heading > span {
  line-height: 1.5;
  margin-block: calc((3rem - 1lh) / 2);
}
.menu-list__link {
  display: grid;
  grid-template-rows: auto 3rem;
  row-gap: 1rem;
}
.menu-list__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem;
  border-radius: 1.2rem;
}
.menu-list__inner:has(.menu-list__price) {
  padding-bottom: 3rem;
}
.menu-list__inner > * {
  width: 100%;
}
.menu-list__inner::after {
  width: 5.6rem;
  aspect-ratio: 72/93;
  left: -1.5rem;
  bottom: -2rem;
}
.menu-list__thumb img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__thumb {
  margin-bottom: 1rem;
}
.menu-list__thumb img {
  border-radius: 1.2rem;
}
.menu-list__label {
  margin-bottom: 1rem;
  padding-bottom: calc(2rem + 1px);
}
.menu-list__label::after {
  width: calc(100% + 4rem);
  left: -2rem;
}
.menu-list__service dt {
  margin-bottom: 1.5rem;
}
.menu-list__time {
  padding: 2rem;
  border-radius: 1rem;
  gap: 1.2rem 1rem;
}
.menu-list__time dt {
  width: 16rem;
}
.menu-list__price {
  font-size: var(--font-size-h4);
}

/* サポート内容　詳細ページ
-----------------------------*/
.menu-detail__heading {
  margin-bottom: 2.2rem;
}
.menu-detail__thumb img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-detail__thumb img {
  border-radius: 1.2rem;
}
.menu-detail__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  padding-top: 2.4rem;
}
.menu-detail__other > * {
  width: 100%;
}
.menu-detail__service dt {
  margin-bottom: 1.5rem;
}
.menu-detail__time {
  padding: 2rem;
  border-radius: 1rem;
  gap: 1.2rem 1rem;
}
.menu-detail__time dt {
  width: 10em;
}
.menu-detail__price {
  font-size: var(--font-size-h4);
}
.menu-detail__body {
  padding-top: calc(3rem + (1em - 1lh) / 2 + 1px);
  margin-top: 3rem;
}
.menu-detail__body::before {
  width: calc(100% + 3.6rem);
  left: -1.8rem;
}

/*訪問対応可能エリア
-----------------------------*/
.menu-area::before {
  width: 96vw;
  height: 6.4rem;
}
.menu-area__map {
  text-align: center;
}
.menu-area__map img {
  width: 36rem;
  aspect-ratio: 360/315;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-area__text {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: calc(4rem - 0.5lh) 1rem;
  border-radius: 1rem;
  margin-top: 7.2rem;
}
.menu-area__text::before {
  height: 3rem;
  bottom: calc(100% + 1.2rem);
}
.menu-area__text::after {
  width: 5rem;
  aspect-ratio: 56/43;
  right: -2rem;
  bottom: -1rem;
}

/*===============================================
  産後ケア＆妊娠期サポート
===============================================*/
/*バナーリンクセクション
-----------------------------*/
.support-bnr {
  padding-bottom: 0;
}

/*産後ケア / 妊娠期サポート
-----------------------------*/
.support-list__title + .support-list__box {
  padding-top: 0;
}
.support-list__box {
  padding-top: 6rem;
}
.support-list__heading {
  margin-bottom: 4rem;
}
.support-list__heading::before {
  height: 2.4rem;
  aspect-ratio: 46/30;
  top: -3rem;
  left: -2rem;
}
.support-list__worries {
  font-size: var(--font-size-h6);
  font-family: var(--font-family-title);
  font-weight: 500;
  color: var(--color-white);
  background: #acaaa6;
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  margin-bottom: -2.4rem;
}
.support-list__worries li {
  line-height: calc(1em + 1rem);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: dashed 1px var(--color-white);
}
.support-list__worries li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.support-list__image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.support-list__image img {
  height: 18rem;
}
.support-list__label {
  row-gap: 2.5rem;
  margin-bottom: 4rem;
}
.support-list__label > span::after {
  width: calc(100% + 16rem);
  height: 4.2rem;
  bottom: calc(-2.5rem + 0.5lh - 0.5em);
}
.support-list__item {
  margin-bottom: 3rem;
}
.support-list__link {
  display: grid;
  grid-template-rows: auto 3rem;
  row-gap: 1rem;
}
.support-list__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  padding: 5rem 2rem 2rem;
  border-radius: 1.2rem;
}
.support-list__inner:has(.menu-list__price) {
  padding-bottom: 4rem;
}
.support-list__inner > * {
  width: 100%;
}
.support-list__inner::before {
  width: 9rem;
  aspect-ratio: 95/71;
  top: -1.5rem;
  left: -1rem;
}
.support-list__caption {
  padding-inline: 2.5rem;
}
.support-list__thumb img {
  width: 100%;
  aspect-ratio: 2.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-list__thumb img {
  border-radius: 1.2rem;
}
.support-list__comment {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.support-list__comment::after {
  width: 8rem;
  aspect-ratio: 121/131;
  flex-shrink: 0;
  margin-top: 0.4rem;
  margin-bottom: -2rem;
}
.support-list__balloon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: calc(2rem + (1em - 1lh) / 2) 1.5rem;
  border-radius: 1rem;
}
.support-list__balloon::after {
  width: 2.3rem;
  aspect-ratio: 23/13;
  left: -1.2rem;
  bottom: 1rem;
}
.support-list__contact {
  padding: 3rem 2.4rem;
  margin-top: 12rem;
}
.support-list__contact::before {
  height: 100%;
  border-radius: 2rem;
}
.support-list__contact::after {
  height: 4rem;
  bottom: calc(100% + 4rem);
}
.support-list__ttl {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  word-break: keep-all;
}
.support-list__ttl > span {
  margin-block: 0;
}
.support-list__ttl img {
  display: inline-block;
  height: 2.5rem;
  vertical-align: top;
  margin-top: calc(0.5lh - 1.25rem);
}
.support-list__ttl::after {
  width: 24rem;
  height: 3.6rem;
  top: -2rem;
}
.support-list__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.support-list__info::before {
  height: 5rem;
  width: calc(100% + 3rem);
  bottom: -4rem;
}
.support-list__info::after {
  width: calc(100% + 4rem);
  height: 12rem;
  bottom: -10rem;
  z-index: 4;
}
.support-list__tel {
  width: 100%;
}

/* 詳細ページ
-----------------------------*/
.support-detail__box::after {
  width: 9rem;
  aspect-ratio: 95/71;
  top: -4.2rem;
  left: -1.2rem;
}
.support-detail__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.4rem;
}
.support-detail__inner > * {
  width: 100%;
}
.support-detail__heading {
  padding-bottom: calc(1.5rem + 1px);
}
.support-detail__thumb img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-detail__thumb img {
  border-radius: 1.2rem;
}
.support-detail__comment {
  padding: 4rem 0 2rem 3rem;
  position: relative;
}
.support-detail__comment::after {
  width: 9rem;
  aspect-ratio: 180/195;
  position: absolute;
  left: -2rem;
  bottom: -3rem;
}
.support-detail__balloon {
  padding: calc(3rem - (0.5lh - 0.5em)) 2rem;
  border-radius: 1rem;
}
.support-detail__balloon::before {
  width: 4.8rem;
  aspect-ratio: 68/53;
  right: -1rem;
  bottom: -0.5rem;
}
.support-detail__balloon::after {
  width: 2.5rem;
  aspect-ratio: 23/13;
  left: 4rem;
  bottom: -0.8rem;
  transform: rotate(-45deg);
}

/*===============================================
  アクセス・店舗情報
===============================================*/
/*店舗情報
-----------------------------*/
.access-info__table::before {
  width: 3.2rem;
  aspect-ratio: 5/6;
  border-bottom-left-radius: 2rem;
}
.access-info__table::after {
  width: 5rem;
  aspect-ratio: 50/53;
  left: -2rem;
  bottom: -1rem;
}
.access-info__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-info__image {
  margin-top: 3rem;
}
.access-info__image img {
  border-radius: 1.2rem;
}
.access-info__list {
  padding-top: 2rem;
}
.access-info__item {
  display: grid;
  grid-template-rows: auto 36rem;
  grid-auto-flow: column;
  row-gap: 2rem;
  width: 100%;
  padding-top: 6rem;
}
.access-info__item:last-of-type {
  margin-bottom: 0;
}
.access-info__item iframe,
.access-info__item img {
  border-radius: 1.2rem;
}
.access-info__heading {
  padding-bottom: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.access-info__heading::before {
  height: 2rem;
}
.access-info__thumb {
  max-width: 100%;
  aspect-ratio: 1;
  margin-inline: auto;
}
.access-info__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*PEANUTギャラリー
-----------------------------*/
.access-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.access-gallery__link {
  border-radius: 1.2rem;
}

/* ギャラリー　詳細ページ
-----------------------------*/
.access-detail__heading {
  row-gap: 2rem;
  margin-bottom: 3rem;
}
.access-detail__thumb img {
  border-radius: 1.2rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  row-gap: 1.5rem;
  margin-bottom: 2.4rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.2rem 2.4rem;
  border-radius: 1.2rem;
}
.privacy-policy__heading {
  row-gap: 1.5rem;
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1rem);
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/