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

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

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: 1.8rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 9rem;
}
#header .header__logo img {
  height: 5rem;
  aspect-ratio: 258/50;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6rem 0 8rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 90%;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  height: 5.6rem;
  aspect-ratio: 290/56;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-self: center;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  background: var(--color-blue-deep);
  margin-top: 5rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-bg-blue);
}
.footer-nav__item {
  font-size: calc(1em - 1px);
  background: var(--color-blue-deep);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em 2.5vw;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-bg-blue);
  padding-top: 1px;
}
.footer-nav__sub-item {
  font-size: calc(1em - 1px);
  background: var(--color-blue-deep);
}
.footer-nav__sub-link {
  line-height: 2;
  padding: 1em 2.5vw;
}

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

/*サイドボタン
-----------------------------*/
#side {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: calc(100% - 9rem);
  height: 6.4rem;
  border-radius: 1rem;
  padding-right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
#side::before {
  width: 2rem;
  aspect-ratio: 1;
}
#side > span {
  letter-spacing: 0.1em;
  margin-inline-end: -0.1em;
}
#side::after {
  width: 6rem;
  aspect-ratio: 1;
  bottom: -1rem;
  right: -1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual:has(.visual__main)::before {
  width: 215%;
  height: 35rem;
  background-size: 64% 100%;
  bottom: -18rem;
}
.visual:has(.visual__sub)::before {
  width: 160%;
  height: 30rem;
  background-size: 46% 100%;
  bottom: -15rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 48rem;
  padding-block: 6.4rem;
}
.visual__main::before {
  width: 80%;
  min-width: calc(100% - 12rem);
  border-radius: 2rem 0 0 2rem;
}
.visual__main::after {
  width: calc(100% + 2rem);
  height: 14rem;
  bottom: 3rem;
}
.visual__catch--main {
  width: 90%;
  margin-inline: auto;
}
.visual__catch--main img {
  height: 8rem;
  aspect-ratio: 32/8;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 21rem;
}
.visual__sub::before {
  width: 80%;
  border-radius: 2rem 0 0 2rem;
}
.visual__sub::after {
  width: 96%;
  height: 12rem;
  bottom: 3rem;
}
.visual__catch--sub {
  width: 92%;
}
.visual__catch--sub > span {
  font-size: min(var(--font-size-h2), 6.667vw);
  line-height: 1.33334;
  letter-spacing: 0.02em;
  padding: 1rem 0.5em;
  border-radius: 0.8rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 2rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 12rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--bg::before {
  width: 100%;
}
.section--bg + .com-contact {
  margin-top: 8rem;
}
.section--right01::before {
  width: 145%;
  height: 42vw;
}
.section--right02::before {
  width: 160%;
  height: 40vw;
}
.section--left01::after {
  width: 135%;
  height: 36vw;
}
.section--left02::after {
  width: 145%;
  height: 45vw;
}
.section:last-of-type.com-contact {
  margin-bottom: 8rem;
}
.section:not(.section--bg):not(.com-contact):has(+ .section:not(.section--bg)):has(+ .section:not(.com-contact)) {
  padding-bottom: 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  gap: 1rem 1.2rem;
}
.com-tel::before {
  width: 3rem;
}
.com-tel .com-tel__num {
  font-size: 3.6rem;
  margin-block-start: -0.6rem;
}
.com-tel .com-replace {
  font-size: 1.2rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 28rem;
  height: 7rem;
  margin-inline: auto;
}
.com-btn::after {
  right: 1.5rem;
}
.com-btn--mail {
  width: 32rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.com-btn--mail::before {
  width: 2rem;
}

/* SNS
-----------------------------*/
.com-sns {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-sns li {
  width: max(30px, 4rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.47059;
}
.com-table tr th,
.com-table tr td {
  padding: calc(1em - 2px) 0.5em;
}
.com-table tr th {
  border-radius: 0.6rem;
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table--noblock tr th {
  width: 7em;
  text-align: center;
  vertical-align: middle;
}
.com-table--noblock tr td {
  padding-left: 1em;
  padding-right: 0;
}
.com-table:not(.com-table--noblock) tr {
  margin-bottom: 1rem;
}
.com-table:not(.com-table--noblock) tr:last-of-type {
  margin-bottom: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}
.com-text .mb {
  margin-bottom: calc(1em + 1rem);
}

/*ブログ
-----------------------------*/
.com-post__item--image .com-post__link {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-post__item--image .com-post__image {
  width: 14.5rem;
  border-radius: 1.2rem;
}
.com-post__item--image .com-post__inner {
  gap: 1.5rem 2rem;
}
.com-post__item--image .com-post__heading {
  line-height: 1.57895;
}
.com-post__item--image .com-post__body {
  font-size: var(--font-size-sm);
  line-height: 1.66667;
}
.com-post__link {
  gap: 2.5rem 4rem;
}
.com-post__date {
  font-size: var(--font-size-sm);
  line-height: 1.6;
}
.com-post__tags {
  gap: 1.5rem 2rem;
}

/*よくあるご質問
-----------------------------*/
.com-faq__item {
  margin-bottom: 5rem;
}
.com-faq__heading {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  font-size: var(--font-size-h6);
  padding: 1.5rem 2rem !important;
  border-radius: 0.8rem;
  margin-bottom: 2.5rem !important;
}
.com-faq__heading > span {
  line-height: var(--line-height-h6);
  align-self: center;
}
.com-faq__heading::before {
  width: 3.6rem;
  font-size: 2.4rem;
  padding-bottom: 0.1em;
}
.com-faq__body {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-right: 1rem;
}
.com-faq__body::before {
  width: 3.6rem;
  font-size: 2.4rem;
}
.com-faq__body p {
  align-self: center;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.5rem;
  margin-bottom: 4rem;
}
.com-title01::after {
  margin-top: 1rem;
}

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

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__inner {
  width: 100%;
}
.com-contact__inner::after {
  width: 92%;
  height: 10rem;
  bottom: -12rem;
}
.com-contact__title {
  margin-bottom: 3rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
  padding-block: 3rem;
  background: rgba(255, 255, 255, 0.6);
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*初めての介護で
こんな不安・お悩みありませんか？
-----------------------------*/
.top-worries {
  padding-top: 10rem;
}
.top-worries__title {
  align-items: center;
  text-align: center;
  width: 36rem;
  margin-inline: auto;
}
.top-worries__title .dot span::before {
  width: 0.6rem;
  bottom: calc(100% + 6px - (0.5lh - 0.5em));
}
.top-worries__title::before {
  width: calc(100% + 6rem);
  height: 10rem;
  bottom: -2rem;
}
.top-worries__item {
  line-height: 1.76471;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.top-worries__image {
  margin: 6rem -5vw 0;
}
.top-worries__image img {
  aspect-ratio: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*介護の事でお悩みの方は
たけのこケアプランにご相談ください
-----------------------------*/
.top-about::before {
  top: 6rem;
}
.top-about__title .mark {
  font-size: calc(1em + 5px);
  line-height: 1.53125;
}
.top-about__title::after {
  width: calc(100% + 7rem);
  height: 5rem;
  bottom: 0.4rem;
}
.top-about__inner::after {
  width: calc(100% - 4rem);
  height: 11rem;
  bottom: -12rem;
}
.top-about__image {
  margin-bottom: 3.2rem;
}
.top-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image img {
  border-radius: 1.5rem;
}
.top-about__image::before {
  width: 11rem;
  aspect-ratio: 183/161;
  top: -5rem;
  left: -4rem;
  transform: rotate(21.62deg);
}
.top-about__btn {
  margin: 4rem auto 0;
}

/*サービス
-----------------------------*/
.top-service::after {
  top: -16rem;
}
.top-service__inner::after {
  width: 94vw;
  max-width: 60rem;
  height: 8.8rem;
  bottom: -8.8rem;
}
.top-service__list {
  padding-top: 4rem;
}
.top-service__item {
  display: grid;
  grid-template: auto 1fr/6rem 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  gap: 1rem 2rem;
  padding: 2.4rem 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.top-service__item:last-of-type {
  margin-bottom: 0;
}
.top-service__item::before {
  width: 6rem;
  text-align: center;
  font-size: 3rem;
  margin: -0.5rem 0 -0.2rem;
}
.top-service__body {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  grid-row: span 2;
  align-self: center;
}
.top-service__btn {
  margin: 4rem auto 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr::after {
  top: -2rem;
}
.top-bnr__items {
  max-width: 50rem;
  margin-inline: auto;
}
.top-bnr__items::before {
  width: calc(100% + 8rem);
  height: 9rem;
  top: -4rem;
}
.top-bnr__item {
  height: 18rem;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__title {
  min-width: 20rem;
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 1em;
  border-radius: 0 100vh 100vh 0;
}

/*よくあるご質問
-----------------------------*/
.top-faq::before {
  width: 145%;
  height: 40vw;
  bottom: 4rem;
}
.top-faq__btn {
  margin: 4rem auto 0;
}

/*アクセス
-----------------------------*/
.top-access:has(+ .top-news) {
  padding-bottom: 4rem !important;
}
.top-access__map {
  height: 30rem;
  margin-top: 2rem;
}
.top-access__map::before {
  width: calc(100% + 10rem);
  height: 12rem;
  bottom: 5rem;
}
.top-access__map iframe {
  border-radius: 1rem;
}

/*新着情報
-----------------------------*/
.top-news::before {
  height: calc(100% - 6rem + 1px);
}
.top-news::after {
  width: 90rem;
  height: calc(24rem + 1px);
  top: -18rem;
}
.top-news__box::after {
  width: calc(100% + 4rem);
  max-width: 56rem;
  height: 10rem;
  background-position: right bottom;
  bottom: -8.8rem;
}
.top-news__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-news__title::before {
  width: 11rem;
  aspect-ratio: 164/152;
  top: -6rem;
  left: -8rem;
}
.top-news .com-post__item {
  margin-bottom: 3rem;
}
.top-news .com-post__item::after {
  margin-top: 2.8rem;
}
.top-news__btn {
  margin: 4rem auto 0;
}

/*===============================================
  たけのこについて
===============================================*/
/*運営方針
-----------------------------*/
.about-policy::before {
  bottom: -15rem;
}
.about-policy::after {
  width: 96vw;
  height: 12rem;
  background-position: left bottom;
  bottom: 0;
}

/*たけのこの特徴
-----------------------------*/
.about-feature::before {
  width: 96%;
  max-width: 45rem;
  height: 8.5rem;
  top: 8rem;
}
.about-feature::after {
  bottom: 3rem;
}
.about-feature__item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: flex-start;
  gap: 2.5rem 1.5rem;
  padding: 3rem 2rem 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.about-feature__item:last-of-type {
  margin-bottom: 0;
}
.about-feature__heading {
  font-size: var(--font-size-h5);
  align-self: center;
}
.about-feature__heading > span {
  line-height: var(--line-height-h5) !important;
}
.about-feature__body {
  padding: calc(2.4rem + (1em - 1lh) / 2) 2rem;
  border-radius: 1rem;
  grid-column: span 2;
}

/*スタッフ紹介
-----------------------------*/
.about-staff::after {
  width: 90%;
  max-width: 40rem;
  height: 9.4rem;
  top: -1.2rem;
}
.about-staff__item {
  margin-bottom: 6.4rem;
}
.about-staff__image {
  width: 25rem;
  margin: 0 auto 3rem;
}
.about-staff__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-staff__image img {
  border-radius: 1.5rem;
}
.about-staff__heading {
  align-items: center;
  text-align: center;
}

/*===============================================
  サービス
===============================================*/
/*サービス内容
-----------------------------*/
.service-list::before {
  top: 2rem;
}
.service-list::after {
  bottom: 2rem;
}
.service-list .inbox::after {
  width: 94vw;
  height: 8rem;
  top: -1.5rem;
}
.service-list__item {
  padding-top: 1rem;
  margin-bottom: 5rem;
}
.service-list__heading {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-size: var(--font-size-h5);
  padding: 2.5rem 1.5rem 2rem;
  border-radius: 0.8rem;
  word-break: keep-all;
  margin-bottom: 2.5rem;
}
.service-list__heading .icon {
  width: 6rem;
}
.service-list__heading > span:not(.icon) {
  line-height: var(--line-height-h5);
}
.service-list__heading::before {
  width: 6rem;
  font-size: 3.2rem;
  top: -1rem;
}
.service-list__body {
  padding-inline: 1rem;
}

/*サービス詳細情報
-----------------------------*/
.service-info__table tr th {
  width: 6.5em;
}
.service-info__table tr td {
  word-break: keep-all;
}

/*介護保険サービスご利用の流れ
-----------------------------*/
.service-flow::before {
  top: 5rem;
}
.service-flow::after {
  bottom: 2rem;
}
.service-flow__item::after {
  height: 1.5rem;
  margin-block: 4rem;
}
.service-flow__heading {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  word-break: keep-all;
}
.service-flow__heading::before {
  width: 4rem;
  font-size: 2.4rem;
}

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

/*===============================================
  会社概要
===============================================*/
/*基本情報
-----------------------------*/
.company-info::before {
  top: 2rem;
}
.company-info::after {
  bottom: 2rem;
}
.company-info__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.company-info__map {
  height: 35rem;
  margin-top: 5rem;
}
.company-info__map iframe {
  border-radius: 1rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__title:has(+ .blog-archive__tags) {
  margin-bottom: 3rem;
}
.blog-archive__tags {
  font-size: calc(var(--font-size-sm) - 1px);
  line-height: 2;
  margin-bottom: 4rem;
}
.blog-archive__tag a {
  padding-inline: 0.5em;
  border-radius: 0.4rem;
}
.blog-archive .com-post__item {
  margin-bottom: 5rem;
}
.blog-archive .com-post__heading {
  margin-bottom: 1rem;
}
.blog-archive .com-post__heading::after {
  margin-top: 1.5rem;
}

/* ブログ 詳細
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method::after {
  transform: translateX(-50%) scale(-1, 1);
  bottom: calc(-2rem - 40vw);
}
.contact-method__items {
  max-width: 42rem;
  row-gap: 2rem;
  padding: 3rem 2.4rem;
  border-radius: 1.6rem;
  margin-top: 4rem;
}
.contact-method__items::before {
  width: calc(100% + 6rem);
  height: 10rem;
  left: calc(50% - 1.6rem);
  bottom: -4rem;
}
.contact-method__time {
  min-width: 28rem;
  padding-top: calc(2rem + 2px);
}

/* メールフォーム
-----------------------------*/
.contact-form::before {
  bottom: 2.4rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 3rem 2.4rem;
  border-radius: 1.2rem;
}