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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 10rem;
}
#header .header__logo img {
  height: 3.6rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6.4rem 0 2rem;
}
#footer .footer__inner {
  width: 90%;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 3.2rem;
}
#footer .footer__logo img {
  height: 4rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 5rem;
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-text);
  margin-bottom: 1rem;
}
.footer-nav__item:last-of-type {
  margin-bottom: 0;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  padding: 1.5rem 2rem;
}
.footer-nav__link::after {
  content: "";
  display: block;
  width: 0.8rem;
  aspect-ratio: 25/40;
  background: url(../img/common/arrow.png) no-repeat center/contain;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
}
.footer-nav__sub-item {
  border-bottom: solid 1px var(--color-text);
}
.footer-nav__sub-link {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 1.5rem 0;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
.copy p {
  font-size: var(--font-size-xs);
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  height: 8rem;
  padding-block: 1rem;
  padding-left: 1.2rem;
  bottom: 1rem;
  right: 1rem;
}
#pagetop:hover {
  height: 9rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-bottom: 6rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 56rem;
  padding: 6.4rem 0 0 5%;
}
.visual__main::before {
  width: 88%;
  height: 56%;
  border-radius: 2rem 0 0 2rem;
}
.visual__main::after {
  height: 15rem;
  right: 5%;
  top: 3rem;
}
.visual__catch--main {
  width: min(32rem, 67.434211%);
  row-gap: 1.5rem;
}
.visual__catch--main .catch--sub {
  width: 80%;
  top: -32%;
  left: -5%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24rem;
  padding-bottom: 2.5rem;
}
.visual__sub::before {
  width: 72%;
  height: 100%;
  border-radius: 2rem 0 0 2rem;
}
.visual__sub::after {
  width: 3.2rem;
  left: 10%;
  bottom: 0.5rem;
}
.visual__sub--beginner::before {
  background-position: right 24% center;
}
.visual__sub--case::before {
  background-position: left 24% center;
}
.visual__catch--sub {
  font-size: var(--font-size-xxxl);
  margin-left: 5%;
}
.visual__catch--sub::before {
  width: 18em;
  top: -1.5em;
  left: -1.25em;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 4rem;
  top: -6rem;
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: 8rem 0;
}

.inbox {
  width: 90%;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 20em;
  height: max(50px, 6rem);
  margin-inline: auto;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding-block: 1.5rem;
}
.com-table tr td {
  padding-block: 1.5rem;
}
.com-table--noblock tr th {
  width: 7em;
}
.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-table:not(.com-table--noblock) tr:last-of-type {
  border-bottom: solid 1px var(--color-text);
}

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

/* 画像
-----------------------------*/
.com-img img {
  border-radius: 2rem;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 3rem;
}
.com-post__link {
  display: grid;
  grid-template-columns: 12rem 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: stretch;
}
.com-post__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.com-post__date {
  margin-bottom: 1.2rem;
}
.com-post__heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__tags {
  margin-left: auto;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: var(--font-size-xxxl);
  row-gap: 2.4rem;
  margin-bottom: 4rem;
}
.com-title01 > span.en {
  font-size: 6.4rem;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-xxl);
  padding: 2rem 0.5rem calc(2rem + 1px);
  margin-bottom: 3rem;
}
.com-title02 > span {
  line-height: var(--line-height-xxl);
}
.com-title02::before {
  left: max(-3vw, -3rem - 1px);
}
.com-title02::after {
  width: calc(100% + 5vw);
}

/*小タイトル
-----------------------------*/
.com-title03 {
  padding: 1rem 1.5rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-top: 10rem;
}
.com-contact::before {
  height: calc(4.8rem + 2px);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 5rem;
  gap: 3rem;
}
.com-contact__items::after {
  width: 98vw;
  height: calc(100% + 5rem);
  background-size: 8.8rem;
  top: -2rem;
}
.com-contact__tel {
  width: 30rem;
  padding-bottom: 2rem;
}
.com-contact__btn {
  width: 100%;
  max-width: 42rem;
  height: max(80px, 10rem);
  font-size: var(--font-size-lg);
  -moz-column-gap: max(20px, 2.5rem);
       column-gap: max(20px, 2.5rem);
}
.com-contact__btn::before {
  width: max(40px, 5rem);
}
.com-contact__btn.com-btn--mail::before {
  width: 3.2rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*ひとりで抱え込まないで。
話せる安心が、ここにあります。
-----------------------------*/
.top-about {
  background-size: 36%, 100%;
  background-position: right top 5rem, center bottom;
  padding-bottom: 10rem;
}
.top-about::before {
  width: 80%;
  height: 8.8rem;
  top: 7rem;
}
.top-about::after {
  height: calc(4.8rem + 2px);
}
.top-about__title {
  font-size: var(--font-size-xxl);
}
.top-about__title > span:not(.en) {
  line-height: var(--line-height-xxl);
}
.top-about__images {
  width: 100vw;
  margin-inline: -5vw;
  padding-top: 8rem;
}
.top-about__image {
  height: 18rem;
}
.top-about__image--top {
  width: 64%;
}
.top-about__image--top img {
  border-radius: 0 2rem 2rem 0;
}
.top-about__image--bottom {
  width: 52%;
  margin-top: 4rem;
  margin-left: auto;
}
.top-about__image--bottom img {
  border-radius: 2rem 0 0 2rem;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__box {
  padding-top: 8rem;
}
.top-about__heading {
  row-gap: 3rem;
  padding-left: 4rem;
}
.top-about__heading::before {
  left: 2rem;
}
.top-about__heading .sub {
  padding-left: 2rem;
}
.top-about__heading .en {
  top: 2rem;
}
.top-about__item {
  margin-bottom: 4rem;
}
.top-about__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .top-about__item:nth-of-type(2) .top-about__body p {
    display: inline;
  }
}
.top-about__icon {
  text-align: center;
}
.top-about__icon img {
  height: 20rem;
}
.top-about__label {
  max-width: 30rem;
  margin: 0 auto 2rem;
}
.top-about__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-about__btn {
  margin-top: 4rem;
}

/*お悩み事例紹介
-----------------------------*/
.top-worries {
  padding-top: 6.4rem;
}
.top-worries::before {
  height: calc(100% + 8rem);
  top: 3rem;
}
.top-worries::after {
  height: 124rem;
  top: -4rem;
  background-size: 25rem;
}
.top-worries__image {
  width: 92%;
  margin: 0 auto 4rem;
}
.top-worries__image img {
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-worries__wrapper {
  padding-top: 8rem;
}
.top-worries__wrapper::before {
  width: calc(100vw - 5rem);
  max-width: 1700px;
  min-width: 1150px;
  height: calc(100% + 3.5rem);
  background-size: 7.059%;
  top: 0;
  left: calc(50% - 1rem);
}
.top-worries__element {
  margin-bottom: 5rem;
}
.top-worries__element:last-of-type {
  margin-bottom: 0;
}
.top-worries__heading {
  padding: 1rem 0 calc(1rem + 1px) !important;
}
.top-worries__heading.com-title02--right::before {
  left: min(100% + 3vw, 100% + 3rem);
}
.top-worries__heading.com-title02--right::after {
  right: inherit;
  left: 0;
}
.top-worries__heading.com-title02--right + .top-worries__list {
  margin-left: auto;
}
.top-worries__list {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  width: -moz-fit-content;
  width: fit-content;
}
.top-worries__btn {
  margin-top: 4rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-block: 2rem;
}
.top-bnr__item {
  height: 16rem;
  row-gap: 1.5rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item::after {
  height: 1.2rem;
}
.top-bnr__title {
  font-size: var(--font-size-xxl);
  row-gap: 1.5rem;
}

/*お知らせ
-----------------------------*/
.top-news__btn {
  margin-top: 4rem;
}

/*===============================================
  初めて方へ
===============================================*/
/*心に寄り添い、
気づきと共に歩む場所
-----------------------------*/
.beginner-concept {
  padding-bottom: 2rem;
}
.beginner-concept::before {
  width: 120%;
  height: 72rem;
  background: url(../img/common/bg_right.png) no-repeat right bottom/contain;
  top: 24rem;
}
.beginner-concept__image {
  margin-top: 5rem;
}
.beginner-concept__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*選ばれる理由
-----------------------------*/
.beginner-reason {
  background-size: 100%;
  padding-bottom: 10rem;
}
.beginner-reason::after {
  height: calc(4.8rem + 2px);
}
.beginner-reason__item {
  margin-bottom: 8rem;
}
.beginner-reason__heading > span {
  grid-template-columns: 8rem 1fr;
}
.beginner-reason__heading > span::before {
  font-size: 6.4rem;
}
.beginner-reason__image {
  margin-bottom: 2rem;
}
.beginner-reason__image img {
  aspect-ratio: 1.6666666667;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*よくあるご質問
-----------------------------*/
.beginner-faq {
  padding-top: 6.4rem;
  padding-bottom: 4rem;
}
.beginner-faq::before {
  height: 124rem;
  top: -4rem;
  background-size: 25rem;
}
.beginner-faq::after {
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  background-size: 5rem;
  top: 8rem;
}
.beginner-faq__heading {
  font-size: var(--font-size-xxl);
  margin-bottom: 3rem;
}
.beginner-faq__heading::before {
  width: 5rem;
}
.beginner-faq__heading > span {
  line-height: var(--line-height-xxl);
}
.beginner-faq__heading::after {
  width: calc(100% + 5vw);
}

/*料金案内
-----------------------------*/
.beginner-price {
  padding-bottom: 4rem;
}
.beginner-price__image {
  width: 24rem;
  margin: 0 auto 2.4rem;
}
.beginner-price__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
.beginner-price__group {
  row-gap: 2rem;
}
.beginner-price__options {
  width: 100%;
  padding-inline: 0.5rem;
}
.beginner-price__option {
  font-size: var(--font-size-xxl);
}
.beginner-price__option .min {
  font-size: var(--font-size-sm);
}

/*ルーム概要
-----------------------------*/
.beginner-info__map {
  height: 32rem;
  margin-top: 4rem;
  border-radius: 2rem;
}

/*===============================================
  お悩み事例
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.case-trouble {
  padding-bottom: 2rem;
}
.case-trouble::before {
  width: 120%;
  height: 72rem;
  background: url(../img/common/bg_right.png) no-repeat right bottom/contain;
  top: 24rem;
}
.case-trouble__list:has(+ .case-trouble__text) {
  margin-bottom: 4rem;
}
.case-trouble__item {
  font-size: var(--font-size-lg);
  margin-bottom: 2rem;
}
.case-trouble__item > span {
  line-height: 1.5;
}
.case-trouble__image {
  margin-top: 5rem;
}
.case-trouble__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*お悩み事例紹介
-----------------------------*/
.case-worries__heading > span::before {
  display: block;
}

/*===============================================
  カウンセラー紹介
===============================================*/
/*プロフィール
-----------------------------*/
.counselor-profile::before {
  width: 120%;
  height: 72rem;
  background: url(../img/common/bg_right.png) no-repeat right bottom/contain;
  top: 24rem;
}
.counselor-profile__thumb {
  width: 25rem;
  margin: 0 auto 3rem;
}
.counselor-profile__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.counselor-profile__heading {
  font-size: var(--font-size-xxl);
  margin-bottom: 3rem;
}
.counselor-profile__heading > span {
  line-height: var(--line-height-xxl);
}
.counselor-profile__entry {
  margin-bottom: 3rem;
}
.counselor-profile__label {
  min-width: 12rem;
  margin-bottom: 2.4rem;
}
.counselor-profile__images {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.counselor-profile__images:has(.counselor-profile__images-inner) {
  grid-template-columns: 100%;
}
.counselor-profile__images-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/*===============================================
  ご利用者の声
===============================================*/
/*ご利用者の声 一覧
-----------------------------*/
.voice-list__top {
  grid-template-columns: 6.4rem 1fr;
  gap: 1.2rem 1.5rem;
}
.voice-list__top::before {
  left: max(-3vw, -3rem - 1px);
}
.voice-list__top::after {
  width: calc(100% + 5vw);
  left: -5vw;
}
.voice-list__icon {
  align-self: flex-start;
}
.voice-list__tags {
  font-size: 1.2rem;
}
.voice-list__tag {
  line-height: 1.5;
}
.voice-list__heading {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}

/*ご利用者の声 詳細
-----------------------------*/
/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__title {
  min-height: auto;
  font-size: var(--font-size-xl);
}
.news-detail__title > span {
  line-height: var(--line-height-xl);
}
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__heading {
  min-height: auto;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

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