@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: 2.2rem;
  padding-top: 7rem;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 10rem;
  padding: 0 2.5rem 0 4rem;
}
#header .header__logo {
  width: 31.4rem;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 2.6rem;
  padding-block-start: 1.8rem;
  padding-block-end: 2.4rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#header .header__label {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  margin-right: -0.6rem;
}
#header .header__label img {
  height: 3.6rem;
  aspect-ratio: 110/36;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6rem 0 8rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 108rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-self: center;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 108rem;
  margin-top: 2.2rem;
  margin-inline: auto;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: var(--line-height-sm);
  margin-bottom: 3.4rem;
}
.footer-nav__list::before, .footer-nav__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--color-white) 2px, transparent 2px, transparent 4px) repeat-x left center/4px 2px;
}
.footer-nav__list::before {
  margin-bottom: 2rem;
}
.footer-nav__list::after {
  margin-top: 2rem;
}
.footer-nav__item {
  letter-spacing: 0.09em;
  margin-inline-end: -0.09em;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.09em;
}
.footer-nav__sub-item::after {
  content: "｜";
  margin-inline: 2em;
}
.footer-nav__sub-item:last-of-type {
  margin-inline-end: -0.09em;
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 108rem;
  margin-inline: auto;
}
.copy p {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 4.1rem;
  aspect-ratio: 41/39;
  bottom: 1rem;
  right: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  flex-direction: column;
  row-gap: 1.3rem;
  width: 5rem;
  height: 23.5rem;
  padding-bottom: 0.5rem;
  border-radius: 1rem 0 0 1rem;
  bottom: 8.2rem;
  right: 0;
}
#side::before {
  height: 1.3rem;
  aspect-ratio: 19/13;
}
#side > span {
  font-size: var(--font-size-sm);
  letter-spacing: 0.14em;
  margin-inline-end: -0.14em;
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  #side > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
#side::after {
  width: 6.9rem;
  aspect-ratio: 69/71;
  bottom: 100%;
  left: -0.9rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual:has(.visual__main)::before {
  width: 288.6rem;
  height: calc(clamp(822px, 64.21875vw, 1233px) + 1px);
  background-size: 182.7rem 100%;
  bottom: clamp(-603px, -31.40625vw, -402px);
}
.visual:has(.visual__sub)::before {
  width: 240rem;
  height: clamp(500px, 39.0625vw, 750px);
  background-size: 80rem 100%;
  bottom: clamp(-411px, -21.40625vw, -274px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(520px, 40.625vw, 780px);
  padding-block: clamp(78px, 6.09375vw, 117px);
}
.visual__main::before {
  width: 83.334%;
  max-width: calc(50% + 64rem);
  border-radius: clamp(20px, 1.5625vw, 30px) 0 0 clamp(20px, 1.5625vw, 30px);
}
.visual__main::after {
  width: 93.75%;
  max-width: 180rem;
  height: clamp(224px, 17.5vw, 336px);
  bottom: clamp(88px, 6.875vw, 132px);
}
.visual__catch--main {
  width: 73%;
  max-width: 140rem;
  height: calc(clamp(86px, 6.71875vw, 129px) - 1px);
  margin-inline: auto;
}
.visual__catch--main img {
  height: 100%;
  aspect-ratio: 506/128;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(clamp(334px, 26.09375vw, 501px) - 1px);
}
.visual__sub::before {
  width: 83.334%;
  max-width: calc(50% + 64rem);
  border-radius: clamp(20px, 1.5625vw, 30px) 0 0 clamp(20px, 1.5625vw, 30px);
}
.visual__sub::after {
  width: 80%;
  max-width: 151rem;
  height: clamp(225px, 17.5520833333vw, 337px);
  bottom: clamp(32px, 2.5vw, 48px);
}
.visual__catch--sub {
  width: 73%;
  max-width: 140rem;
}
.visual__catch--sub > span {
  font-size: clamp(28px, 2.1875vw, 42px);
  line-height: clamp(40px, 3.0208333333vw, 58px);
  letter-spacing: 0.02em;
  padding-inline: clamp(12px, 0.9375vw, 18px);
  border-radius: 0.8rem;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 1.6rem;
  font-family: var(--font-family-title);
  font-weight: 700;
  color: var(--color-text);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1;
  background: var(--color-blue);
  border-radius: 50%;
  margin-inline: calc(1em - 0.45rem);
  transform: translateY(0.2rem);
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-orange);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 2rem;
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 15rem;
}
.section--bg {
  padding-block: 8rem;
}
.section--bg::before {
  width: 128rem;
  border-radius: 5rem;
}
.section--bg + .com-contact {
  margin-top: 15rem;
}
.section--right01::before {
  width: 226.8rem;
  height: 75rem;
}
.section--right02::before {
  width: 239rem;
  height: 58rem;
}
.section--left01::after {
  width: 212rem;
  height: 48.3rem;
}
.section--left02::after {
  width: 240rem;
  height: 88.3rem;
}
.section:last-of-type.com-contact {
  margin-bottom: 15rem;
}
.section:not(.section--bg):not(.com-contact):has(+ .section:not(.section--bg)):has(+ .section:not(.com-contact)) {
  padding-bottom: 0;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  gap: 0.7rem 1rem;
}
.com-tel::before {
  width: 3.6rem;
}
.com-tel__num {
  font-size: 2.5rem;
  margin-block-start: -0.5rem;
  margin-bottom: -0.1rem;
}
.com-tel .com-replace {
  font-size: 1rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 24rem;
  height: 5.5rem;
}
.com-btn > span {
  font-size: calc(1em + 1px);
}
.com-btn::after {
  right: 2rem;
}
.com-btn--mail {
  justify-content: flex-start;
  width: 32rem;
}
.com-btn--mail::before {
  width: 2.2rem;
  margin-inline: 2.5rem;
}

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

/*テーブル
-----------------------------*/
.com-table table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-block: -1rem;
}
.com-table tr th {
  width: 22.5rem;
  padding: 1.5rem 2rem;
  border-radius: 1.5rem;
}
.com-table tr td {
  padding: 1.5rem 2rem 1.5rem 5rem;
}

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

/*ブログ
-----------------------------*/
.com-post__item--image .com-post__link {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
.com-post__item--image .com-post__image {
  width: 30rem;
  border-radius: 2rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 30/22;
}
.com-post__item--image .com-post__inner {
  gap: 2rem 4rem;
}
.com-post__item--image .com-post__heading {
  line-height: 1.81819;
}
.com-post__link {
  gap: 2.5rem 4rem;
}
.com-post__tags {
  gap: 1.5rem 2rem;
}

/*よくあるご質問
-----------------------------*/
.com-faq__item {
  margin-bottom: 7rem;
}
.com-faq__heading {
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: var(--font-size-h6);
  padding: 1.4rem 2.5rem !important;
  border-radius: 1rem;
  margin-bottom: 4rem !important;
}
.com-faq__heading > span {
  line-height: var(--line-height-h6);
}
.com-faq__heading::before {
  width: 4rem;
  font-size: 2.8rem;
}
.com-faq__body {
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding-left: 2.5rem;
}
.com-faq__body::before {
  width: 4rem;
  font-size: 2.8rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.8rem;
  margin-bottom: 6rem;
}
.com-title01::after {
  margin-top: 1.2rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
.com-title03 {
  padding-bottom: calc(2rem + 2px);
  margin-bottom: 3rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  width: 108rem;
  padding-block: 8rem;
  margin-inline: auto;
}
.com-contact::before {
  content: "";
  aspect-ratio: 204/188;
  height: 18.8rem;
  -webkit-mask: url(../img/common/deco_dot.svg) no-repeat right top/contain;
          mask: url(../img/common/deco_dot.svg) no-repeat right top/contain;
  background-color: #86cfcf;
  position: absolute;
  top: -5.8rem;
  right: -10rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.com-contact::after {
  border-radius: 1.5rem;
}
.com-contact__inner > * {
  width: 50%;
}
.com-contact__inner::after {
  width: calc(100% - 6rem);
  height: 14.6rem;
  top: -17.7rem;
}
.com-contact__title {
  margin-bottom: 5rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
.com-contact__tel {
  gap: 1rem 1.2rem;
}
.com-contact__tel::before {
  width: 3.6rem;
}
.com-contact__tel .com-tel__num {
  font-size: 4rem;
  margin-block-start: -0.4rem;
  margin-bottom: 0;
}
.com-contact__tel .com-replace {
  font-size: 1.2rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*初めての介護で
こんな不安・お悩みありませんか？
-----------------------------*/
.top-worries {
  padding-top: 20rem;
}
.top-worries::before {
  content: "";
  width: 16.8rem;
  aspect-ratio: 168/154;
  -webkit-mask: url(../img/common/deco_dot.svg) no-repeat right center/contain;
          mask: url(../img/common/deco_dot.svg) no-repeat right center/contain;
  background-color: var(--color-blue);
  position: absolute;
  right: 50%;
  top: 6.4rem;
  z-index: 1;
  opacity: 0.2;
}
.top-worries__inner {
  min-height: 48rem;
  padding-right: 54rem;
  position: relative;
}
.top-worries__title {
  padding-top: 0.8rem;
  padding-right: 3em;
}
.top-worries__title .dot span::before {
  width: 0.75rem;
  bottom: calc(100% + 6px - (0.5lh - 0.5em));
}
.top-worries__title::before {
  width: calc(100% - 6.8rem);
  height: 15rem;
  bottom: -4.6rem;
}
.top-worries__item {
  font-size: 2rem;
  line-height: 1.2;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 2.9rem;
}
.top-worries__image {
  width: 56rem;
  height: 48rem;
  position: absolute;
  top: 0;
  right: -10rem;
}
.top-worries__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

/*介護の事でお悩みの方は
たけのこケアプランにご相談ください
-----------------------------*/
.top-about::after {
  top: 5.4rem;
}
.top-about__title .mark {
  font-size: 4.5rem;
  line-height: 1.53334;
}
.top-about__title::before {
  content: "";
  width: 57.4rem;
  height: 5rem;
  background: url(../img/index/deco_about.svg) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.1rem;
  z-index: -2;
  pointer-events: none;
}
.top-about__title::after {
  width: calc(100% + 11.4rem);
  height: 7rem;
  bottom: 0.4rem;
}
.top-about__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 7rem;
  min-height: 54rem;
  padding-left: 54rem;
}
.top-about__inner::after {
  width: calc(100% - 10rem);
  height: 15.7rem;
  bottom: -4.6rem;
}
.top-about__image {
  width: 56rem;
  height: 54rem;
  position: absolute;
  top: 0;
  left: -10rem;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  border-radius: 2rem;
}
.top-about__image::before {
  width: 18.3rem;
  aspect-ratio: 183/161;
  top: -9.2rem;
  left: -5.4rem;
  transform: rotate(21.62deg);
}
.top-about__text {
  line-height: 2.35295;
  letter-spacing: 0.02em;
}
.top-about__text p {
  margin-inline-end: -0.02em;
}
.top-about__text .mb {
  margin-bottom: 2rem;
}

/*サービス
-----------------------------*/
.top-service::after {
  top: -39.2rem;
}
.top-service__inner::before {
  content: "";
  width: 38rem;
  height: 21.8rem;
  background: url(../img/index/deco_service.svg) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7.2rem;
  z-index: -2;
}
.top-service__inner::after {
  width: 83.2rem;
  height: 15.9rem;
  bottom: -12.8rem;
}
.top-service__text {
  text-align: center;
  line-height: 2.35295;
  letter-spacing: 0.08em;
}
.top-service__text p {
  margin-inline-end: -0.08em;
}
.top-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-top: 6rem;
}
.top-service__item {
  display: grid;
  grid-template: auto 10rem/10rem 1fr;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.6rem 2.5rem;
  padding: 3.4rem 3rem;
  border-radius: 1.5rem;
}
.top-service__item::before {
  width: 10rem;
  text-align: center;
  font-size: 3.5rem;
  margin: -0.7rem 0 -0.2rem;
}
.top-service__body {
  font-size: 2.3rem;
  line-height: 1.73914;
  letter-spacing: 0.05em;
  word-break: keep-all;
  grid-row: span 2;
}
.top-service__btn {
  margin: 7rem auto 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-block: 12rem;
}
.top-bnr::after {
  top: -17.3rem;
}
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.top-bnr__items::before {
  width: calc(100% + 12rem);
  height: 13.2rem;
  top: -3rem;
}
.top-bnr__item {
  width: 51rem;
  aspect-ratio: 51/27;
  -webkit-mask: url(../img/index/frame_bnr.svg) no-repeat center/contain;
          mask: url(../img/index/frame_bnr.svg) no-repeat center/contain;
  padding-bottom: 0.4rem;
}
.top-bnr__title {
  min-width: 23.3rem;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 1rem 1em;
  border-radius: 0 100vh 100vh 0;
}

/*よくあるご質問
-----------------------------*/
.top-faq::before {
  width: 239rem;
  height: 57rem;
  bottom: -11rem;
}
.top-faq__btn {
  margin: 7rem auto 0;
}

/*アクセス
-----------------------------*/
.top-access__text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.top-access__map {
  height: 37rem;
  margin-top: 1.5rem;
}
.top-access__map::before {
  width: calc(100% + 22rem);
  height: 16.5rem;
  top: 7.6rem;
}
.top-access__map iframe {
  border-radius: 1.5rem;
}

/*新着情報
-----------------------------*/
.top-news::before {
  height: calc(100% - 23rem + 1px);
}
.top-news::after {
  min-width: 192rem;
  height: calc(53.4rem + 1px);
  top: -30.4rem;
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/auto 80rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem 6rem;
  min-height: 25rem;
}
.top-news__box::after {
  width: calc(100% - 19.4rem);
  height: 13.5rem;
  bottom: -8rem;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__title::before {
  width: 16.4rem;
  aspect-ratio: 164/152;
  top: -8.5rem;
  left: -10rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news .com-post__item {
  margin-bottom: 3rem;
}
.top-news .com-post__item::after {
  margin-top: 2.8rem;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 18rem;
}
.top-news__btn {
  width: 16rem;
  height: 4.5rem;
  margin-inline: auto;
}
.top-news__btn > span {
  font-size: var(--font-size-sm);
}
.top-news__btn::after {
  width: 0.6rem;
  right: 1.5rem;
}

/*===============================================
  たけのこについて
===============================================*/
/*運営方針
-----------------------------*/
.about-policy::before {
  width: 220rem;
  height: 60rem;
  bottom: -49rem;
}
.about-policy::after {
  width: 95rem;
  height: 21.8rem;
  bottom: 0;
}
.about-policy__title {
  margin-bottom: 5rem;
}
.about-policy__text {
  min-height: calc(30rem + 1lh - 1em);
  text-align: center;
}

/*たけのこの特徴
-----------------------------*/
.about-feature::before {
  width: 82rem;
  height: 15.9rem;
  top: 7.7rem;
}
.about-feature::after {
  bottom: 14.6rem;
}
.about-feature__title {
  margin-bottom: 5rem;
}
.about-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
.about-feature__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-auto-flow: column;
  row-gap: 2.5rem;
  padding: 4rem 0;
  border-radius: 1.5rem;
}
.about-feature__num {
  height: 5rem;
}
.about-feature__heading {
  align-items: center;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 1.5rem;
}
.about-feature__heading > span {
  line-height: 1.65518;
}
.about-feature__body {
  padding: calc(4rem + (1em - 1lh) / 2) 4rem;
  margin-inline: 3.5rem;
  border-radius: 1.5rem;
}

/*スタッフ紹介
-----------------------------*/
.about-staff::after {
  width: 82.6rem;
  height: 15rem;
  top: -1.6rem;
}
.about-staff__item {
  min-height: 45rem;
  padding-left: 54rem;
  margin-bottom: 8rem;
  position: relative;
}
.about-staff__image {
  width: 48rem;
  position: absolute;
  top: 0;
  left: 0;
}
.about-staff__image img {
  aspect-ratio: 1.0666666667;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-staff__image img {
  border-radius: 2rem;
}

/*===============================================
  サービス
===============================================*/
/*サービス内容
-----------------------------*/
.service-list::before {
  top: 39.5rem;
}
.service-list::after {
  bottom: 10.5rem;
}
.service-list .inbox::after {
  width: 71rem;
  height: 13.5rem;
  top: -1.5rem;
}
.service-list__item {
  padding-top: 1rem;
  margin-bottom: 8rem;
}
.service-list__heading {
  -moz-column-gap: 3.4rem;
       column-gap: 3.4rem;
  font-size: 2.8rem;
  padding: 2.2rem 3rem 2rem;
  border-radius: 1.5rem;
  word-break: keep-all;
  margin-bottom: 4rem;
}
.service-list__heading .icon {
  width: 10rem;
}
.service-list__heading > span:not(.icon) {
  line-height: 1.60715;
}
.service-list__heading::before {
  width: 10rem;
  font-size: 3.5rem;
  top: -1rem;
}
.service-list__body {
  padding-inline: 3rem;
}

/*サービス詳細情報
-----------------------------*/
.service-info__table th {
  text-align: center;
  vertical-align: middle;
}

/*介護保険サービスご利用の流れ
-----------------------------*/
.service-flow::before {
  width: 245.4rem;
  top: 37.5rem;
}
.service-flow::after {
  width: 246rem;
  top: 91.4rem;
}
.service-flow__item::after {
  height: 1.9rem;
  margin-block: 5rem;
}
.service-flow__heading {
  font-size: var(--font-size-h4);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.service-flow__heading::before {
  width: 5rem;
  font-size: 3rem;
}
.service-flow__heading > span {
  line-height: var(--line-height-h4);
}

/*===============================================
  よくあるご質問
===============================================*/
/*よくあるご質問一覧
-----------------------------*/
.faq-list::after {
  width: 290rem;
  top: -23rem;
  transform: translateX(-50%) scale(-1, 1);
}

/*===============================================
  会社概要
===============================================*/
/*基本情報
-----------------------------*/
.company-info::before {
  width: 266rem;
  top: 11rem;
}
.company-info::after {
  width: 264rem;
  top: 37rem;
}
.company-info__table tr th {
  text-align: center;
  vertical-align: middle;
}
.company-info__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.company-info__map {
  height: 37rem;
  margin-top: 8rem;
}
.company-info__map iframe {
  border-radius: 1.5rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__title:has(+ .blog-archive__tags) {
  margin-bottom: 4rem;
}
.blog-archive__tags {
  margin-bottom: 6rem;
}
.blog-archive__tag a {
  padding-inline: 0.5em;
  border-radius: 0.4rem;
}
.blog-archive .com-post__item {
  margin-bottom: 10rem;
}
.blog-archive .com-post__heading {
  margin-bottom: 2rem;
}
.blog-archive .com-post__heading::after {
  margin-top: 3rem;
}

/* ブログ 詳細
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method::after {
  width: 213.4rem;
  transform: translateX(-50%) scale(-1, 1);
  bottom: -32.3rem;
}
.contact-method__text {
  text-align: center;
}
.contact-method__items {
  width: 50rem;
  row-gap: 3rem;
  padding: 6rem 8rem;
  border-radius: 3rem;
  margin-top: 6rem;
}
.contact-method__items::before {
  width: calc(100% + 20.6rem);
  height: 15rem;
  left: calc(50% - 2.7rem);
  bottom: -1px;
}
.contact-method__tel {
  gap: 1rem 1.2rem;
}
.contact-method__tel::before {
  width: 3.6rem;
}
.contact-method__tel .com-tel__num {
  font-size: 4rem;
  margin-block-start: -0.4rem;
  margin-bottom: 0;
}
.contact-method__tel .com-replace {
  font-size: 1.2rem;
}
.contact-method__time {
  min-width: 30rem;
  padding-top: calc(2rem + 2px);
}

/* メールフォーム
-----------------------------*/
.contact-form::before {
  width: 247.6rem;
  bottom: 10.4rem;
}
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.2353;
  border-radius: 0.8rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(1.9rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.2353;
  padding-left: 3rem;
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  font-size: calc(1em + 1px);
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.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エラー
===============================================*/
.error-message__text {
  padding: 5rem 6rem;
  border-radius: 2rem;
}