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

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

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-h5);
}
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12rem;
  padding-inline: 2rem;
}
#header .header__logo {
  width: 17rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 17/7;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 2rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 8rem 0 12rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  width: 108rem;
}
#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;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
#footer .footer__add {
  padding-block: calc((7rem - (2em + 1lh - 1em)) / 2);
  padding-right: 4rem;
  border-right: solid 1px var(--color-sand);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: calc(3.5rem - 1em);
  width: 100%;
  font-size: var(--font-size-sm);
  background: var(--color-white);
  padding: 3.1rem 5rem;
  border-radius: 100vh;
  position: relative;
}
.footer-nav::after {
  content: "";
  width: 8rem;
  aspect-ratio: 40/37;
  background: url(../img/common/deco_footer-nav.png) no-repeat right bottom/contain;
  position: absolute;
  right: -2rem;
  bottom: -1rem;
  pointer-events: none;
}
.footer-nav__list, .footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 6rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 1rem;
  right: 1rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(clamp(560px, 43.75vw, 840px) + 1rem);
  padding-top: clamp(112px, 8.75vw, 168px);
}
.visual__main::before {
  height: calc(clamp(236px, 18.3854166667vw, 353px) + 1px);
}
.visual__main::after {
  width: 64.584%;
  max-width: calc(50% + 28rem);
  height: calc(100% - 1rem - clamp(40px, 3.125vw, 60px));
  top: 1rem;
  border-radius: clamp(27px, 2.0833333333vw, 40px) 0 0 clamp(27px, 2.0833333333vw, 40px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.visual__box {
  row-gap: clamp(22px, 1.71875vw, 33px);
  width: clamp(330px, 25.5208333333vw, 490px);
  margin-left: max(50% - 86.1rem, clamp(66px, 5.15625vw, 99px));
}
.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: 100%;
}
.visual__catch--main img {
  width: 100%;
  aspect-ratio: 490/140;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__text {
  font-size: clamp(16px, 1.1979166667vw, 23px);
}
.visual__text::before {
  width: calc(100% + clamp(28px, 2.1875vw, 42px));
  height: clamp(64px, 5vw, 96px);
}
.visual__text p {
  line-height: calc(2em - 1px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  width: 87.5%;
  min-width: calc(100% - 24rem);
  height: clamp(280px, 21.875vw, 420px);
  border-radius: clamp(30px, 2.0833333333vw, 40px);
}
.visual__catch--sub {
  height: clamp(80px, 6.25vw, 120px);
  aspect-ratio: 500/120;
  font-size: clamp(20px, 1.5625vw, 30px);
  border-radius: clamp(7px, 0.5208333333vw, 10px);
}
.visual__catch--sub::before {
  bottom: clamp(7px, 0.5208333333vw, 10px);
}
.visual__catch--sub::after {
  width: calc(100% + clamp(30px, 2.0833333333vw, 40px));
  height: clamp(64px, 5vw, 96px);
  bottom: clamp(-10px, -0.5208333333vw, -7px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-base);
  font-weight: 400;
  color: var(--color-text);
  letter-spacing: 0;
  line-height: 1;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-olive);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2.5rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 12rem;
}
.section[class*=section--wave]::before {
  min-width: 192rem;
}
.section--wave110::before {
  height: calc(11rem + 1px);
}
.section--wave180::before {
  height: calc(18rem + 1px);
}
.section--wave250::before {
  height: calc(25rem + 1px);
}
.section--mountain::after {
  width: 52rem;
}

.inbox {
  width: 108rem;
}

/* 住所 マップ遷移リンク
-----------------------------*/
.com-add {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.com-add::before {
  height: 1.4rem;
}
.com-add span.line:not(.zip) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  row-gap: 1rem;
}
.com-tel__num {
  font-size: var(--font-size-h4);
  -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: calc(var(--font-size-xs) - 1px);
}

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

.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: 23rem;
  height: 6rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-line::before {
  width: 2rem;
}

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

/*テーブル
-----------------------------*/
.com-table {
  padding: calc(4rem + (1em - 1lh) / 2) 4rem;
  border-radius: 2rem;
}
.com-table tr th,
.com-table tr td {
  padding: calc(3rem + (1em - 1lh) / 2) 1rem;
}
.com-table tr th {
  width: 12rem;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  padding-bottom: 0;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.3rem;
  margin-bottom: 6rem;
}
.com-title01 .en::before {
  width: calc(100% + 4rem);
  height: 2rem;
}
.com-title01::before {
  width: calc(100% + 10rem);
  height: 4rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*バナーリンクセクション
-----------------------------*/
.com-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
}
.com-bnr__item {
  width: calc(50% - 2rem);
  padding: 3.2rem 2rem 3.2rem 3rem;
  background-size: 9.7rem;
  background-position: left 2rem bottom;
}
.com-bnr__item::before {
  width: 4rem;
  right: 2rem;
  bottom: 2rem;
}
.com-bnr__item::after {
  width: 6rem;
  right: 4.5rem;
  bottom: 3.95rem;
}
.com-bnr__item .deco--postnatal {
  width: 10.2rem;
  right: 3rem;
}
.com-bnr__item .deco--prenatal {
  width: 5.6rem;
  right: 1px;
}
.com-bnr__image {
  width: 21rem;
}
.com-bnr__image::before {
  width: 6.5rem;
  top: -1.2rem;
  left: -1rem;
}

/*詳細ページ
-----------------------------*/
*[class$=-detail__box] {
  outline-width: 1rem;
  outline-offset: -1rem;
  border-radius: 2rem;
  padding: 5rem;
}

/*===============================================
  トップページ
===============================================*/
/*お知らせ
-----------------------------*/
.top-news__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.top-news__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  width: 100%;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__title::after {
  height: 4.3rem;
}
.top-news__title--news::after {
  width: calc(100% + 9rem);
  bottom: -0.5rem;
}
.top-news__title--event::after {
  width: calc(100% + 13.2rem);
  top: 0.8rem;
}
.top-news__list,
.top-news .com-empty {
  width: 100%;
}
.top-news__btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: 1rem;
}

/*my.josan-in PEANUTが
ママと赤ちゃんをやさしく支えます
-----------------------------*/
.top-concept__title {
  padding-bottom: 1.5rem;
}
.top-concept__title::after {
  width: calc(100% + 21.6rem);
  height: 8.7rem;
  bottom: -2rem;
}
.top-concept__inner {
  min-height: 40rem;
  padding: 2rem 8rem 2rem 55rem;
  position: relative;
}
.top-concept__image {
  position: absolute;
}
.top-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.top-concept__image--main {
  width: calc(50vw - 8rem);
  min-width: calc(600px - 8rem);
  max-width: 69rem;
  height: 40rem;
  right: calc(50% + 5rem);
  top: 0;
}
.top-concept__image--sub {
  width: calc(50vw - 52rem);
  min-width: calc(600px - 52rem);
  max-width: 24rem;
  height: 36rem;
  top: -30rem;
  left: calc(50% + 51rem);
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr .com-bnr__items {
  width: 128rem;
}
.top-bnr .com-bnr__image {
  width: 28rem;
}
.top-bnr .com-bnr__heading span:not(.en) {
  margin-inline-end: -0.25em;
}
.top-bnr .com-bnr__heading span:not(.en)::before {
  width: 6.5rem;
  top: calc(-5.5rem + 0.5lh - 0.5em);
  left: -3rem;
}
.top-bnr .com-bnr__heading::after {
  width: calc(100% + 6rem);
  min-width: 24rem;
  height: 2rem;
  bottom: -5rem;
}

/*お客様の声
-----------------------------*/
.top-voice__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.top-voice__item {
  width: 25.5rem;
}
.top-voice__item::before {
  height: calc(100% - 4rem);
  border-radius: 2rem;
}
.top-voice__link {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-auto-flow: column;
  height: 100%;
}
.top-voice__link::before {
  width: 3rem;
  right: 1rem;
  bottom: 1rem;
}
.top-voice__link::after {
  width: 4rem;
  right: 2.5rem;
  bottom: 2.4rem;
}
.top-voice__inner {
  row-gap: 3rem;
  padding: 0 2rem 3rem;
}
.top-voice__icon {
  width: 13rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.top-voice__heading::before {
  width: 2rem;
  aspect-ratio: 20/17;
  top: -2.7rem;
  left: -0.5rem;
}
.top-voice__btn {
  margin: 8rem auto 0;
}
.top-voice__status {
  min-height: 10rem;
  padding: calc((10rem - 2lh) / 2) 2.5rem;
  padding-right: 4.5rem;
}

/*代表紹介
-----------------------------*/
.top-owner__inner {
  min-height: 53rem;
  padding-right: 46rem;
}
.top-owner__inner::before {
  width: calc(100% + 16rem);
  height: 9.3rem;
  top: -7rem;
}
.top-owner__image {
  width: 44.6rem;
  position: absolute;
  top: 0;
  right: -2.3rem;
}
.top-owner__title {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 0 1rem 3.5rem;
  margin-bottom: 4rem;
}
.top-owner__title img {
  height: 3.4rem;
}
.top-owner__text {
  line-height: 2;
}
.top-owner__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 8rem;
}
.top-owner__item {
  width: 100%;
  border-radius: 2rem;
  padding-bottom: 4rem;
}
.top-owner__item::after {
  width: calc(100% + 6rem);
  height: 5.4rem;
  bottom: -1rem;
}
.top-owner__heading {
  height: 8rem;
  justify-content: center;
  font-size: calc(var(--font-size-h4) - 1px);
  border-radius: 2rem 2rem 0 0;
  margin-bottom: 4rem;
}
.top-owner__heading > span {
  line-height: calc(1em + 1rem);
}
.top-owner__list {
  padding-inline: 3rem;
}
.top-owner__list dt {
  padding-top: 2rem;
  margin-top: 2rem;
}
.top-owner__list dt:has(+ dd) {
  margin-bottom: 1.5rem;
}
.top-owner__body {
  padding-inline: 4rem;
}

/*ギャラリー
-----------------------------*/
.top-gallery::before {
  width: calc(100% - 2rem);
  max-width: 142rem;
  height: 11.4rem;
}
.top-gallery__box {
  display: grid;
  grid-template: auto 1fr/1fr 80.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.top-gallery__title {
  min-width: 20.3rem;
  row-gap: 1.7rem;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  margin-left: 0;
  margin-bottom: 3rem;
}
.top-gallery__title > span.en {
  width: 10.3rem;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  top: 0;
  right: 0.9rem;
}
.top-gallery__title .logo {
  height: 5.3rem;
}
.top-gallery__title::after {
  width: 5.1rem;
  right: -2.6rem;
}
.top-gallery__list,
.top-gallery .com-empty {
  grid-row: span 2;
}
.top-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.top-gallery__item img {
  border-radius: 2rem;
}

/*リンクセクション
-----------------------------*/
.top-link {
  padding-bottom: 18rem;
}
.top-link::after {
  width: 126rem;
  height: 5.7rem;
  bottom: 9.3rem;
}
.top-link__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  gap: 3rem;
}
.top-link__item {
  width: 34rem;
  height: 22rem;
  border-radius: 2rem;
}
.top-link__item::before {
  width: 3rem;
  right: 2rem;
  bottom: 2rem;
}
.top-link__item::after {
  width: 4rem;
  right: 3.5rem;
  bottom: 3.4rem;
}
.top-link__title {
  row-gap: 2rem;
}
.top-link__title::before {
  height: 4rem;
}
.top-link__title > span:not(.en) {
  font-size: calc(1em - 1px);
}

/*===============================================
  PEANUTについて
===============================================*/
/*私たちが選ばれる理由
-----------------------------*/
.about-reason__box {
  width: 80rem;
  margin-inline: auto;
}
.about-reason__box::after {
  width: calc(100% + 13.6rem);
  height: 8.7rem;
  bottom: -4rem;
}
.about-reason__movie {
  margin-bottom: 6rem;
}
.about-reason__movie iframe {
  border-radius: 2rem;
}
.about-reason__heading {
  row-gap: 3rem;
  margin-bottom: 3rem;
}
.about-reason__heading::after {
  width: 6rem;
}
.about-reason__heading > span::before {
  width: calc(100% + 12.6rem);
  height: 5.3rem;
  bottom: -2rem;
}
.about-reason__list {
  padding-top: 8rem;
}
.about-reason__item {
  min-height: 41rem;
  padding-top: 2rem;
  margin-bottom: 6rem;
  position: relative;
}
.about-reason__item:nth-of-type(2n + 1) {
  padding-right: 56rem;
}
.about-reason__item:nth-of-type(2n + 1) .about-reason__image {
  right: 0;
}
.about-reason__item:nth-of-type(2n) {
  padding-left: 56rem;
}
.about-reason__item:nth-of-type(2n) .about-reason__image {
  left: 0;
}
.about-reason__image {
  position: absolute;
  top: 0;
}
.about-reason__label {
  row-gap: 3rem;
  margin-bottom: 4rem;
}

/*お客様の声
-----------------------------*/
.about-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.about-voice__link {
  display: grid;
  grid-template-rows: 1fr 4.6rem;
  grid-auto-flow: column;
  height: 100%;
  border-radius: 2rem;
}
.about-voice__link > * {
  width: 100%;
}
.about-voice__link::before {
  width: 3rem;
  right: 2rem;
  bottom: 0.75rem;
}
.about-voice__link::after {
  width: 4rem;
  right: 3.5rem;
  bottom: calc((4.5rem - 1px) / 2);
}
.about-voice__inner {
  gap: 2rem;
  padding: 2rem;
}
.about-voice__icon {
  width: 13rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.about-voice__heading {
  padding-top: 3rem;
}
.about-voice__heading::before {
  width: 2rem;
  aspect-ratio: 20/17;
  top: 0.3rem;
  left: -1rem;
}
.about-voice__status {
  padding-left: 4rem;
  padding-right: 10rem;
}

/* お客様の声　詳細ページ
-----------------------------*/
.about-detail__box {
  display: grid;
  grid-template-columns: 18rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding: 4rem 7rem;
}
.about-detail__icon {
  width: 18rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.about-detail__inner {
  padding-block: 1rem;
}
.about-detail__heading {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.about-detail__heading::before {
  width: 2rem;
  aspect-ratio: 20/17;
  top: 0;
  left: -3rem;
}
.about-detail__status {
  padding-top: calc(2rem + 1px);
  margin-top: 3rem;
}

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

/*===============================================
  メニュー
===============================================*/
/*サポート内容
-----------------------------*/
.menu-list__tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-bottom: 6rem;
}
.menu-list__tag .com-btn {
  width: 100%;
  height: 100%;
  min-height: 6rem;
  padding: 1.5rem 8rem;
}
.menu-list__text + * {
  padding-top: 10rem;
}
.menu-list__box {
  padding-top: 12rem;
}
.menu-list__heading {
  font-size: var(--font-size-h3);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-bottom: 2.9rem;
  margin-bottom: 6rem;
}
.menu-list__heading::before {
  height: 3.6rem;
  aspect-ratio: 28/36;
}
.menu-list__heading > span {
  line-height: 1.5;
  margin-block: calc((3.6rem - 1lh) / 2);
}
.menu-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
.menu-list__link {
  display: grid;
  grid-template-rows: 1fr 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: 2rem;
}
.menu-list__inner:has(.menu-list__price) {
  padding-bottom: 4rem;
}
.menu-list__inner > * {
  width: 100%;
}
.menu-list__inner::after {
  width: 7.2rem;
  aspect-ratio: 72/93;
  left: -2rem;
  bottom: -3rem;
}
.menu-list__thumb img {
  width: 100%;
  aspect-ratio: 1.92;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__thumb {
  margin-bottom: 1rem;
}
.menu-list__thumb img {
  border-radius: 2rem;
}
.menu-list__label {
  margin-bottom: 1rem;
  padding-bottom: calc(2.5rem + 1px);
}
.menu-list__label::after {
  width: calc(100% + 4rem);
  left: -2rem;
}
.menu-list__service dt {
  margin-bottom: 1.5rem;
}
.menu-list__time {
  padding: 2.1rem 4rem;
  border-radius: 1rem;
  gap: 1.2rem 1rem;
}
.menu-list__time dt {
  width: 16rem;
}
.menu-list__price {
  font-size: 2.4rem;
}

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

/*訪問対応可能エリア
-----------------------------*/
.menu-area::before {
  width: 128rem;
  height: 11.4rem;
}
.menu-area__inner {
  display: grid;
  grid-template-columns: 52.5rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-right: 2rem;
}
.menu-area__text {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  padding: calc(5rem - 0.5lh) 2rem;
  border-radius: 1rem;
  margin-top: 11rem;
}
.menu-area__text::before {
  height: 3.6rem;
  bottom: calc(100% + 2rem);
}
.menu-area__text::after {
  width: 5.6rem;
  aspect-ratio: 56/43;
  right: -2rem;
  bottom: -0.3rem;
}

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

/*産後ケア / 妊娠期サポート
-----------------------------*/
.support-list__title + .support-list__box {
  padding-top: 0;
}
.support-list__box {
  padding-top: 6rem;
}
.support-list__heading, .support-list__label, .support-list__ttl {
  font-size: var(--font-size-h3);
}
.support-list__heading > span, .support-list__label > span, .support-list__ttl > span {
  line-height: var(--line-height-h3);
}
.support-list__heading {
  margin-bottom: 4rem;
}
.support-list__heading::before {
  height: 3rem;
  aspect-ratio: 46/30;
  top: -3.5rem;
  left: -3rem;
}
.support-list__wrap {
  padding-top: 14rem;
  position: relative;
}
.support-list__worries {
  width: 100%;
  height: 43rem;
  position: absolute;
  top: 0;
  left: 0;
}
.support-list__worries li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: var(--font-size-h5);
  font-family: var(--font-family-title);
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-lg);
  word-break: keep-all;
  padding-inline: 2rem;
  position: absolute;
}
.support-list__worries li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.support-list__worries li:nth-of-type(1), .support-list__worries li:nth-of-type(3) {
  width: 34.4rem;
  aspect-ratio: 344/226;
  padding-bottom: 2.6rem;
  top: 0;
}
.support-list__worries li:nth-of-type(1)::before, .support-list__worries li:nth-of-type(3)::before {
  background: url(../img/support/balloon_worries01.png) no-repeat center/contain;
}
.support-list__worries li:nth-of-type(2), .support-list__worries li:nth-of-type(4) {
  width: 29.9rem;
  aspect-ratio: 299/230;
  padding-bottom: 4rem;
  bottom: 0;
}
.support-list__worries li:nth-of-type(2)::before, .support-list__worries li:nth-of-type(4)::before {
  background: url(../img/support/balloon_worries02.png) no-repeat center/contain;
}
.support-list__worries li:nth-of-type(3)::before, .support-list__worries li:nth-of-type(4)::before {
  transform: scale(-1, 1);
}
.support-list__worries li:nth-of-type(1) {
  left: 12rem;
}
.support-list__worries li:nth-of-type(2) {
  left: 0;
}
.support-list__worries li:nth-of-type(3) {
  right: 12rem;
}
.support-list__worries li:nth-of-type(4) {
  right: 0;
}
.support-list__image {
  text-align: center;
}
.support-list__image img {
  height: 34rem;
}
.support-list__label {
  row-gap: 3rem;
  margin-bottom: 6rem;
}
.support-list__label > span::after {
  width: calc(100% + 22rem);
  height: 5.8rem;
  bottom: calc(-3rem + 0.5lh - 0.5em);
}
.support-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
.support-list__link {
  display: grid;
  grid-template-rows: 1fr 3rem;
  row-gap: 1rem;
}
.support-list__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  padding: 6rem 2rem 3rem;
  border-radius: 2rem;
}
.support-list__inner:has(.menu-list__price) {
  padding-bottom: 4rem;
}
.support-list__inner > * {
  width: 100%;
}
.support-list__inner::before {
  width: 9.5rem;
  aspect-ratio: 95/71;
  top: -1rem;
  left: -1rem;
}
.support-list__caption {
  padding-inline: 3rem;
}
.support-list__thumb img {
  width: 100%;
  aspect-ratio: 2.4;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-list__thumb img {
  border-radius: 2rem;
}
.support-list__comment {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
}
.support-list__comment::after {
  width: 12.1rem;
  aspect-ratio: 121/131;
  flex-shrink: 0;
  margin-top: 0.4rem;
  margin-bottom: -3rem;
}
.support-list__balloon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: calc(2rem + (1em - 1lh) / 2) 2rem;
  border-radius: 1rem;
}
.support-list__balloon::after {
  width: 2.3rem;
  aspect-ratio: 23/13;
  left: -1.5rem;
  bottom: 1rem;
}
.support-list__contact {
  padding-bottom: 6rem;
  margin-top: 19.4rem;
}
.support-list__contact::before {
  height: calc(100% - 2rem);
  border-radius: 100vh;
}
.support-list__contact::after {
  height: 5.4rem;
  bottom: calc(100% + 6rem);
}
.support-list__ttl {
  padding-bottom: 1rem;
  margin-bottom: 5rem;
}
.support-list__ttl > span {
  margin-block: calc((3rem - 1lh) / 2);
}
.support-list__ttl img {
  display: inline-block;
  height: 3.3rem;
  vertical-align: top;
  margin-top: calc(0.5lh - 1.65rem);
}
.support-list__ttl::after {
  width: calc(100% + 10rem);
  height: 5.2rem;
  top: -4.5rem;
}
.support-list__info {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-inline: 21rem;
}
.support-list__info::before {
  height: 8.7rem;
  width: calc(100% - 28rem);
  top: -6rem;
}
.support-list__info::after {
  width: calc(100% - 6rem);
  height: 24.4rem;
  bottom: -6rem;
}
.support-list__sns {
  gap: 3rem;
}
.support-list__sns li {
  width: 6rem;
}

/* 詳細ページ
-----------------------------*/
.support-detail__box::after {
  width: 9.5rem;
  aspect-ratio: 95/71;
  top: -1rem;
  left: 0;
}
.support-detail__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  min-height: 30rem;
  padding-top: 2rem;
  padding-right: 44rem;
  position: relative;
}
.support-detail__heading {
  width: 100%;
  padding-bottom: calc(2rem + 1px);
}
.support-detail__thumb {
  width: 40rem;
}
.support-detail__thumb img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-detail__thumb {
  position: absolute;
  top: 0;
  right: 0;
}
.support-detail__thumb img {
  border-radius: 2rem;
}
.support-detail__comment {
  padding-top: 4rem;
  padding-left: 14rem;
  position: relative;
}
.support-detail__comment::after {
  width: 18rem;
  aspect-ratio: 180/195;
  position: absolute;
  left: -2rem;
  bottom: -4rem;
}
.support-detail__balloon {
  min-height: 15rem;
  padding: calc(3rem - (0.5lh - 0.5em)) 4rem;
  border-radius: 1rem;
}
.support-detail__balloon::before {
  width: 6.8rem;
  aspect-ratio: 68/53;
  right: -2rem;
  bottom: -1rem;
}
.support-detail__balloon::after {
  width: 2.3rem;
  aspect-ratio: 23/13;
  left: -1.5rem;
  bottom: 2rem;
}

/*===============================================
  アクセス・店舗情報
===============================================*/
/*店舗情報
-----------------------------*/
.access-info__inner {
  display: grid;
  grid-template-columns: 1fr 42rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.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 {
  min-height: 57rem;
}
.access-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.access-info__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.access-info__item {
  display: grid;
  grid-template-rows: auto 52rem;
  grid-auto-flow: column;
  row-gap: 2rem;
  width: 100%;
  padding-top: 12rem;
}
.access-info__item iframe,
.access-info__item img {
  border-radius: 2rem;
}
.access-info__heading {
  padding-bottom: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.access-info__heading::before {
  height: 3rem;
}
.access-info__thumb {
  max-width: 52rem;
  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: 3rem;
}
.access-gallery__link {
  border-radius: 2rem;
}

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

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: calc(4rem / var(--font-size-base));
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(2rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: calc(4rem / var(--font-size-base));
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
}

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