@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  min-height: 10em;
  font-size: clamp(1.3rem, 1.0126582278vw, 1.6rem);
  padding-right: clamp(40px, 3.125vw, 60px);
}
#header .header__logo {
  font-size: 1em;
  width: calc(13em - 1px);
}
#header .header__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: calc(1.25em + 1px);
  margin-left: auto;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#header .header__bnr, #header .header__sns {
  display: block;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s ease-out;
}
#header .header__bnr:hover, #header .header__sns:hover {
  opacity: 0.64;
}
#header .header__bnr img {
  height: 3.75em;
}
#header .header__sns {
  width: calc(2em + 2px);
}
#header .header__tel {
  row-gap: calc(0.375em + 1px);
}
#header .header__tel .com-tel__num {
  font-size: 1.5625em;
  color: var(--color-main);
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
}
#header .header__tel .com-tel__num::before {
  width: 1.2em;
}
#header .header__tel .com-tel__num > span {
  margin-top: -0.05em;
}
#header .header__tel .com-replace {
  font-size: 0.75em;
}
#header .header__info {
  flex-direction: column;
}
#header .header__info dt {
  font-size: 0.75em;
  width: 7.916667em;
  margin: 0 0 0.5em;
}
#header .header__info dd {
  font-size: 1.25em;
}
#header .header__mail {
  width: 12.5em;
  height: 2.625em;
  padding-right: calc(1.5em - 1px);
}
#header .header__mail > span {
  font-size: 0.875em;
}
#header .header__mail::before {
  width: calc(1.25em + 1px);
}
#header .header__mail::after {
  width: calc(0.375em + 1px);
  right: 1.25em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 8rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
}
#footer .footer__logo {
  width: 12rem;
}
#footer .footer__other {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: column;
  gap: 1.6rem 3.6rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1em;
  grid-row: span 2;
}
#footer .footer__info .com-info dd {
  font-size: 1.5rem;
  margin-right: 3.5rem;
}
#footer .footer__info .com-info dd:last-of-type {
  margin-right: 0;
}
#footer .footer__btn {
  width: 100%;
  min-width: 32rem;
  padding-right: 0.6rem;
}
#footer .footer__btn::after {
  right: clamp(2rem, 9%, 3rem);
}
#footer .footer__sns {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-left: auto;
}
#footer .footer__sns li:not(.bnr) {
  width: 3.4rem;
}
#footer .footer__sns .bnr {
  margin-left: 0.7rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 108rem;
  padding: 5rem 20rem;
  margin-top: 3rem;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.footer-nav::before {
  content: "";
  background: url(../img/common/star.svg) no-repeat left top, url(../img/common/star.svg) no-repeat right top, url(../img/common/star.svg) no-repeat left bottom, url(../img/common/star.svg) no-repeat right bottom;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.footer-nav::after {
  content: "";
  width: calc(100% - 5rem);
  height: calc(100% - 1.4rem);
  border-block: solid 1px var(--color-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 3em;
  font-size: 1.4rem;
  font-family: var(--font-family-kaku);
  font-weight: var(--font-weight-bold);
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}

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

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  width: calc(100% - clamp(80px, 6.25vw, 120px));
  max-width: 180rem;
  margin-inline: auto;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(570px, 46.875vw, 900px);
  padding: clamp(4.2rem, 3.4375vw, 6.6rem) clamp(74px, 6.09375vw, 117px);
}
.visual__main::after {
  height: clamp(246px, 20.46875vw, 393px);
  right: clamp(-150px, -7.8125vw, -95px);
}
.visual__catch--main {
  width: clamp(372px, 30.9375vw, 594px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(360px, 28.125vw, 540px);
  padding: 0.6rem clamp(167px, 13.90625vw, 267px) 0;
}
.visual__catch--sub {
  width: clamp(260px, 20.3125vw, 390px);
}
.visual__catch--sub > span {
  font-size: clamp(2.8rem, 2.0833333333vw, 4rem);
  top: calc(50% + 0.175em);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-maru);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  letter-spacing: 0;
  line-height: 1;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.gnav__item::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(3em - 1px);
  background: linear-gradient(to top, #000 2px, transparent 2px, transparent 4px) repeat-y center bottom/1px 4px;
  margin-inline: 2em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  row-gap: 0.375em;
}
.gnav__link img {
  display: block;
  width: 2.75em;
  aspect-ratio: 44/31;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transition: all 0.3s ease-out;
}
.gnav__link .txt {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:hover img {
  transform: translateY(-0.4rem);
}
.gnav__link.current {
  color: var(--color-main);
}

/*===============================================
  main#container
===============================================*/
#container:has(.com-contact) ~ #footer::before {
  height: calc(100% + 22.7rem);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 6rem;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb + .section {
  padding-top: clamp(50px, 3.90625vw, 60px);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: clamp(100px, 7.8125vw, 120px);
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn--window::after {
  width: 1.4rem;
}

/*テーブル
-----------------------------*/
.com-table {
  margin-block: -1rem;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.com-table tr th {
  width: 32rem;
  text-align: center;
  vertical-align: middle;
  padding: 1.1rem 1.5rem;
}
.com-table tr td {
  padding: 1.1rem 1.5rem 1.1rem 4rem;
}

/*テキストボックス
-----------------------------*/
/*お知らせ
-----------------------------*/
.com-post__image {
  width: 15rem;
}
.com-post__heading {
  margin-right: 3rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  padding-top: 6.5rem;
  margin-bottom: 6rem;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  margin-bottom: 4rem;
}
.com-title02 > span.line::after {
  width: calc(1080px - 100%);
}
.com-title02.line::after {
  margin-top: 2rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  min-height: 25rem;
}
.com-contact__box {
  padding: 4.5rem 6rem 6rem;
  border-radius: 2rem;
  box-shadow: 0 0 7.3rem rgba(0, 0, 0, 0.02);
}
.com-contact__box::before {
  width: 31.7rem;
  aspect-ratio: 317/231;
  top: 4.2rem;
  right: 3rem;
}
.com-contact__title {
  margin-bottom: 5rem;
}
.com-contact__text {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}
.com-contact__text p {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
.com-contact__text::before {
  width: calc(100% + 15.6rem);
  height: 4.8rem;
  bottom: calc((1lh - 1em) / 2);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  margin-top: 6rem;
}
.com-contact__info {
  margin-top: 0.6rem;
}
.com-contact__btn {
  width: 28rem;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding-right: 3rem;
}
.com-contact__btn.com-btn--ln {
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.com-contact__btn.com-btn--ln::before {
  width: 2.5rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*出会いはもっと、楽しくていい。
-----------------------------*/
.top-about {
  background-position: right top clamp(54px, 4.1666666667vw, 80px);
  background-size: min(28.7rem, 14.948%);
}
.top-about::before {
  min-width: 1920px;
  height: 31.6rem;
}
.top-about__inner {
  min-height: 676px;
  padding-left: 64rem;
}
.top-about__inner::before {
  width: 18.1rem;
  top: 6.6rem;
  right: -7.6rem;
}
.top-about__title {
  align-items: flex-start;
  text-align: left;
  margin-left: 0;
}
.top-about__text {
  line-height: 2.5;
  letter-spacing: 0;
}
.top-about__text .mb {
  margin-bottom: 0.5lh;
}
.top-about__image {
  width: 52rem;
  position: absolute;
  top: 0;
  left: 0;
}
.top-about__image img {
  width: 100%;
  height: 67.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 2rem;
}
.top-about__image div::before {
  border-radius: 2rem;
  left: -1.5rem;
  top: 1.5rem;
}
.top-about__image::before, .top-about__image::after {
  width: 25.5rem;
  left: -19.2rem;
  bottom: -4.4rem;
}

/*恋するレイラの特徴
-----------------------------*/
.top-feature::before {
  border-radius: clamp(80px, 6.25vw, 120px);
}
.top-feature::after {
  width: calc(100% - 8rem);
  max-width: 1268px;
  height: clamp(272px, 22.65625vw, 290px);
  top: clamp(-95px, -7.421875vw, -90px);
}
.top-feature__title {
  padding-top: 7rem;
}
.top-feature__title::before {
  height: 9.6rem;
  top: 2.1rem;
  left: -10.5rem;
}
.top-feature__title::after {
  height: 9.5rem;
  top: 0;
  right: -15.1rem;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6.7rem 4rem;
  padding-top: 1.7rem;
}
.top-feature__item {
  width: 24rem;
}
.top-feature__num {
  position: absolute;
  top: -1.7rem;
  left: 0;
  z-index: 2;
}
.top-feature__image {
  width: 23rem;
  margin: 0 auto 3rem;
  border-radius: 100vw;
}
.top-feature__image img {
  aspect-ratio: 0.6306306306;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature__image img {
  border-radius: 100vw;
}
.top-feature__image--right img {
  -o-object-position: right center;
     object-position: right center;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr::before {
  height: calc(100% + clamp(100px, 7.8125vw, 120px));
  background-size: min(551px, 28.698%);
}
.top-bnr__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 8rem;
  position: relative;
  z-index: 0;
}
.top-bnr__items::before {
  content: "";
  width: 100vw;
  min-width: 1920px;
  height: 422px;
  background: url(../img/index/bg_bnr.png) no-repeat center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.8rem;
  z-index: -2;
}
.top-bnr__items::after {
  content: "";
  width: 9.9rem;
  aspect-ratio: 99/85;
  background: url(../img/index/deco_bnr.png) no-repeat right top/contain;
  position: absolute;
  top: 0.1rem;
  right: -6.2rem;
  z-index: -1;
}
.top-bnr__item {
  width: 52.4rem;
  margin-right: -2.4rem;
}
.top-bnr__title {
  font-size: var(--font-size-xxxl);
}
.top-bnr__title::before {
  font-size: 5.424rem;
  top: -2.1rem;
  left: -5.4rem;
}

/*あなたにぴったりの婚活スタイル診断！
-----------------------------*/
.top-chart__title::before {
  width: 100rem;
  height: 20.2rem;
  bottom: -3rem;
}
.top-chart__title::after {
  width: 76.8rem;
  height: 22.2rem;
  top: 0;
}

/*会員様の声
-----------------------------*/
.top-voice {
  background-size: min(595px, 30.9896%);
}
.top-voice::before {
  min-width: 1560px;
  height: clamp(190px, 14.7916666667vw, 284px);
}
.top-voice__title::before {
  width: 55.2rem;
  height: 7.4rem;
  top: -1.3rem;
}
.top-voice__title::after {
  width: 61rem;
  height: 12.6rem;
  top: -2rem;
}
.top-voice__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5rem 4.5rem;
}
.top-voice__item {
  display: grid;
  grid-template-rows: 1fr 21.8rem;
  grid-auto-flow: column;
  row-gap: 4rem;
  width: 33rem;
}
.top-voice__balloon {
  padding: calc(4rem - (1lh - 1em) / 2) 4rem;
  border-radius: 2rem;
}
.top-voice__balloon::after {
  width: 3.2rem;
  height: 2.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  z-index: -2;
}
.top-voice__image {
  text-align: center;
}
.top-voice__btn {
  margin: 4rem auto 0;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr 75rem;
  align-items: flex-start;
  gap: 5rem;
  padding-left: 1rem;
}
.top-news__title {
  padding-top: 5rem;
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 18.5rem;
  border-radius: 2rem;
}
.top-news__btn {
  width: 20rem;
  height: 5rem;
}
.top-news:has(+ .com-contact) {
  border-radius: clamp(80px, 6.25vw, 120px) clamp(80px, 6.25vw, 120px) 0 0;
}

/*===============================================
  恋するレイラについて
===============================================*/
/*カウンセラー紹介
-----------------------------*/
.about-counselor::before {
  min-width: 1920px;
  max-height: min(86rem, 100% - 12rem);
}
.about-counselor__inner {
  display: grid;
  grid-template-columns: 43rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  min-height: 100rem;
  position: relative;
  z-index: 0;
}
.about-counselor__inner::before {
  content: "";
  aspect-ratio: 273/425;
  height: 42.5rem;
  background: url(../img/about/deco_counselor.png) no-repeat left bottom/contain;
  position: absolute;
  left: 6.9rem;
  bottom: 0;
  z-index: -2;
}
.about-counselor__image {
  margin-left: 2rem;
}
.about-counselor__image img {
  aspect-ratio: 0.7735849057;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-counselor__image::before {
  border-radius: 2rem;
  left: -2rem;
  top: 2rem;
}
.about-counselor__image::after {
  width: 22.8rem;
  right: -4.1rem;
  bottom: -17.9rem;
}
.about-counselor__image img {
  border-radius: 2rem;
}
.about-counselor__text {
  line-height: 2.5;
  letter-spacing: 0;
}
.about-counselor__text .mb {
  margin-bottom: 0.5lh;
}
.about-counselor__text .mb--b {
  margin-bottom: 1lh;
}
.about-counselor__profile {
  padding-top: 10rem;
}
.about-counselor__heading {
  margin-bottom: 5.5rem;
}

/*恋するレイラの特徴
-----------------------------*/
.about-feature::before {
  width: calc(100% - 5.6rem);
  max-width: 1424px;
  height: clamp(245px, 19.1216216216vw, 283px);
  top: clamp(-103px, -6.9594594595vw, -90px);
}
.about-feature__title::before {
  height: 9.6rem;
  top: 2.1rem;
  left: -10.5rem;
}
.about-feature__title::after {
  height: 9.5rem;
  top: 0;
  right: -15.1rem;
}
.about-feature__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.about-feature__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.about-feature__image {
  width: 48rem;
  flex-shrink: 0;
  border-radius: 3rem;
}
.about-feature__image img {
  aspect-ratio: 1.2777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature__image img {
  border-radius: 2rem;
}
.about-feature__inner {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  align-items: flex-end;
  gap: 4rem 2.5rem;
}
.about-feature__heading {
  margin-bottom: 0;
}
.about-feature__heading.line::after {
  margin-top: 1.2rem;
}
.about-feature__body {
  line-height: 2.5;
  letter-spacing: 0;
  grid-column: span 2;
}
.about-feature__body .mb {
  margin-bottom: 0.5lh;
}

/*相談所概要
-----------------------------*/
.about-info::before {
  min-width: 1360px;
  height: clamp(235px, 18.0208333333vw, 346px);
}
.about-info__title::before {
  width: 62rem;
  height: 7.4rem;
  top: 2rem;
}
.about-info__title > span:first-of-type::before {
  left: -6.5rem;
  top: -5.7rem;
}
.about-info__table {
  line-height: 2;
}
.about-info__table tr th,
.about-info__table tr td {
  padding-block: 1.25rem;
}

/*===============================================
  女性の方へ / 男性の方へ
===============================================*/
/*このようなお悩みはありませんか？
-----------------------------*/
.layout-worries {
  padding-bottom: 4rem;
  background-size: min(595px, 30.9896%);
}
.layout-worries::after {
  min-width: 1920px;
  height: calc(15.3rem + 1px);
}
.layout-worries__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layout-worries__list {
  width: 54rem;
}
.layout-worries__item {
  padding: 2rem 3rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
.layout-worries__image {
  margin: 0.9rem 3.6rem 0 0;
}

/*そのお悩み、恋するレイラにお任せください！
-----------------------------*/
.layout-about::after {
  min-width: 136rem;
  height: clamp(354px, 27.65625vw, 531px);
  bottom: clamp(-164px, -8.5416666667vw, -110px);
}
.layout-about__title {
  padding-top: 1rem;
  margin-bottom: 7.7rem;
}
.layout-about__title::before {
  width: calc(100% + 17rem);
  height: 4.8rem;
}
.layout-about__title::after {
  width: 68.8rem;
  height: 7.3rem;
  top: -2.8rem;
}
.layout-about__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.layout-about__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.layout-about__image {
  width: 48rem;
  border-radius: 3rem;
  flex-shrink: 0;
}
.layout-about__image img {
  aspect-ratio: 1.3939393939;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-about__image img {
  border-radius: 2rem;
}
.layout-about__inner {
  width: 100%;
}
.layout-about__heading {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.layout-about__heading > span {
  max-width: calc(100% - 6rem);
  margin-right: -1em;
}
.layout-about__body {
  line-height: 2.5;
  letter-spacing: 0;
}
.layout-about__body .mb {
  margin-bottom: 0.5lh;
}

/*サービス・料金
-----------------------------*/
.layout-fee {
  background-size: auto clamp(192px, 15vw, 288px);
}
.layout-fee__title::before {
  width: 57.4rem;
  height: 8.5rem;
  top: -2rem;
}
.layout-fee__body {
  font-size: var(--font-size-lg);
  line-height: 2.22223;
  letter-spacing: 0.1em;
  padding: calc(4rem + (1em - 1lh) / 2) 5rem;
  border-radius: 2rem;
}
.layout-fee__body:has(+ .layout-fee__table) {
  margin-bottom: 5rem;
}
.layout-fee__other {
  margin: calc(5rem + (1em - 1lh) / 2) 0 calc((1em - 1lh) / 2);
}

/*サポート内容
-----------------------------*/
.layout-support__list {
  padding: 5.7rem 6rem;
  border-radius: 4rem;
}
.layout-support__list::after {
  width: 23.4rem;
  top: -17.7rem;
  right: 12.5rem;
}
.layout-support__item {
  line-height: 1.875;
  margin-bottom: 1lh;
}

/*ご成婚までの流れ
-----------------------------*/
.layout-flow__title::before {
  width: 77.4rem;
  height: 12.6rem;
  bottom: -7.4rem;
}
.layout-flow__item {
  display: grid;
  grid-template-columns: auto 66rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6rem;
  border-radius: 4rem;
}
.layout-flow__item:nth-of-type(3) .layout-flow__body {
  margin-right: -2rem;
}
.layout-flow__item:nth-of-type(3) .layout-flow__body p {
  margin-right: -0.6em;
}
.layout-flow__heading {
  margin-bottom: 4rem;
}
.layout-flow__heading > span.line {
  padding-right: 2rem;
}
.layout-flow__heading > span.line::after {
  width: calc(66rem - 100%);
}
.layout-flow__body {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.layout-flow__body p {
  margin-right: -0.1em;
}
.layout-flow__body .mb {
  margin-bottom: 0.5lh;
}

/*===============================================
  会員様の声
===============================================*/
/*会員様の声 一覧
-----------------------------*/
.voice-list__title::before {
  width: 62rem;
  height: 9.7rem;
  bottom: -3rem;
}
.voice-list__title::after {
  width: 67rem;
  height: 17rem;
  bottom: -4.2rem;
}
.voice-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 6rem;
  padding-top: clamp(77px, 5.9895833333vw, 115px);
}
.voice-list__item {
  row-gap: 3rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 350px;
  text-align: left;
  vertical-align: top;
  line-height: 2.375;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  width: 32rem;
  height: max(50px, 6rem);
  margin: 20px 15px 0;
}

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

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
  border-radius: 2rem;
}
.privacy-policy__heading {
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding: 15px 20px;
}

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