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

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

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6.4rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  width: 90%;
}
#footer .footer__logo {
  width: 12.8rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 1em;
  grid-row: span 2;
}
#footer .footer__info .com-info dd {
  margin-right: 2rem;
}
#footer .footer__info .com-info dd:last-of-type {
  margin-right: 0;
}
#footer .footer__btn {
  width: 35rem;
  padding-right: 0.6rem;
}
#footer .footer__btn::after {
  right: 3rem;
}
#footer .footer__sns {
  gap: 2.5rem;
  margin-left: auto;
}
#footer .footer__sns li:not(.bnr) {
  width: 5rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 4rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(248, 102, 147, 0.5);
  padding-block: 1px;
}
.footer-nav__item {
  background: color-mix(in srgb, var(--color-main) 12%, var(--color-white));
  grid-column: span 2;
}
.footer-nav__item:has(.nav-link--voice) ~ .footer-nav__item {
  grid-column: span 1;
  font-size: 1.4rem;
}
.footer-nav__link {
  line-height: 1.5;
  padding: 2rem;
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(52rem, 100dvh - 10rem, 68rem);
  padding: 3rem 2.5%;
}
.visual__main::after {
  height: 16rem;
  right: -6rem;
}
.visual__catch--main {
  width: 24rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 25.6rem;
  padding-inline: 3%;
  padding-top: 2rem;
}
.visual__catch--sub {
  width: 19.5rem;
}
.visual__catch--sub > span {
  font-size: var(--font-size-xxl);
  top: calc(50% + 0.175em);
}

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

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: 90%;
  height: auto;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: 8rem 0;
}

.inbox {
  width: 90%;
}

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

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
  margin-block: -0.5rem;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.com-table tr th,
.com-table tr td {
  padding: 1.5rem 1.2rem;
}
.com-table--noblock tr th {
  width: 9.5em;
}
.com-table--noblock tr th,
.com-table--noblock tr td {
  padding-block: 1.25rem;
  vertical-align: middle;
}
.com-table:not(.com-table--noblock) {
  margin-block: 0;
}

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

/*お知らせ
-----------------------------*/
.com-post__item--image .com-post__link {
  gap: 0 2rem;
}
.com-post__image {
  width: 12rem;
}

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

/*中タイトル
-----------------------------*/
.com-title02 {
  margin-bottom: 3rem;
}
.com-title02 > span.line {
  padding-right: 2rem;
}
.com-title02.line::after {
  margin-top: 1.2rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__box {
  padding: 5rem 2rem 3rem;
  border-radius: 1.2rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.05);
  background-size: 42%;
}
.com-contact__box::before {
  display: none;
}
.com-contact__title {
  margin-bottom: 3rem;
}
.com-contact__text::before {
  width: calc(100% + 8rem);
  height: 3rem;
  bottom: calc((1lh - 1em) / 2);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.4rem;
  margin-top: 4rem;
}
.com-contact__info {
  margin-top: 0.6rem;
}
.com-contact__btn {
  width: 36rem;
  height: max(80px, 10rem);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  border-radius: 1rem;
}
.com-contact__btn::after {
  display: none;
}
.com-contact__btn.com-btn--ln {
  -moz-column-gap: max(20px, 2.5rem);
       column-gap: max(20px, 2.5rem);
}
.com-contact__btn.com-btn--ln::before {
  width: max(40px, 5rem);
}
.com-contact__btn.com-btn--mail::before {
  width: 3.2rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*出会いはもっと、楽しくていい。
-----------------------------*/
.top-about {
  background-position: right top 2rem;
  background-size: 32%;
}
.top-about::before {
  min-width: 1920px;
  height: 31.6rem;
}
.top-about__image {
  width: 72%;
  margin: 5rem -5vw 0 auto;
}
.top-about__image img {
  aspect-ratio: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image img {
  -o-object-position: right center;
     object-position: right center;
  border-radius: 1.2rem 0 0 1.2rem;
}
.top-about__image div::before {
  top: 1.2rem;
  left: -1.2rem;
  border-radius: 1.2rem 0 0 1.2rem;
}
.top-about__image::before, .top-about__image::after {
  width: 15rem;
  left: -10rem;
  bottom: -4.4rem;
}

/*恋するレイラの特徴
-----------------------------*/
.top-feature::after {
  width: calc(100% - 3rem);
  height: 15.6rem;
  bottom: -8rem;
}
.top-feature__title::before {
  height: 8rem;
  top: 1.2rem;
  left: -6rem;
}
.top-feature__title::after {
  height: 6rem;
  top: -1.2rem;
  right: -10rem;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5.2rem 2rem;
}
.top-feature__num {
  position: absolute;
  top: -1.2rem;
  left: calc(50vw - 18rem);
  z-index: 2;
}
.top-feature__image {
  width: 25.6rem;
  margin: 0 auto 2.4rem;
  border-radius: 100vw;
}
.top-feature__image img {
  aspect-ratio: 1;
  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-feature__heading {
  margin-bottom: 2.4rem;
}
.top-feature__heading::after {
  height: 2.4rem;
  margin-top: 1.8rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr::before {
  height: calc(100% + clamp(100px, 7.8125vw, 120px));
  background-size: min(551px, 28.698%);
}
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
  position: relative;
  z-index: 0;
}
.top-bnr__item {
  width: 40rem;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.top-bnr__item::before {
  content: "";
  width: 100vw;
  height: 20rem;
  background: url(../img/index/bg_bnr.png) no-repeat center/auto 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2rem;
  z-index: -2;
}
.top-bnr__item--woman::before {
  background-position: left 25% bottom;
}
.top-bnr__item--man::before {
  background-position: right 10% top;
  top: 4rem;
}
.top-bnr__title {
  font-size: var(--font-size-xl);
}
.top-bnr__title::before {
  font-size: 3.6rem;
  top: -1rem;
  left: -4rem;
}

/*あなたにぴったりの婚活スタイル診断！
-----------------------------*/
.top-chart__title::before {
  width: 50rem;
  max-width: 110vw;
  height: 9.2rem;
  bottom: -3rem;
}
.top-chart__title::after {
  width: 42rem;
  max-width: 98vw;
  height: 12rem;
  top: 0;
}
.top-chart__title img {
  height: 11.5rem;
}

/*会員様の声
-----------------------------*/
.top-voice {
  background-size: 42%;
}
.top-voice::before {
  min-width: 1560px;
  height: clamp(190px, 14.7916666667vw, 284px);
}
.top-voice__title::before {
  width: 38rem;
  height: 6rem;
  top: -1.3rem;
}
.top-voice__title::after {
  width: 42rem;
  height: 9.6rem;
  top: -1.2rem;
}
.top-voice__title > span:first-of-type::before {
  top: -2rem;
}
.top-voice__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 3rem;
}
.top-voice__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top-voice__item:nth-of-type(2n) .top-voice__balloon::after {
  transform: scale(-1, 1);
  left: -1.6rem;
}
.top-voice__item:last-of-type {
  margin-bottom: 0;
}
.top-voice__balloon {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: calc(3rem - (1lh - 1em) / 2) 2rem;
  border-radius: 1.2rem;
}
.top-voice__balloon::after {
  width: calc(1.6rem + 1px);
  height: 2.4rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: calc(100% - 1px);
  bottom: 5rem;
}
.top-voice__balloon br {
  display: none;
}
.top-voice__image {
  width: 12rem;
  flex-shrink: 0;
}
.top-voice__btn {
  margin: 4rem auto 0;
}

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

/*===============================================
  恋するレイラについて
===============================================*/
/*カウンセラー紹介
-----------------------------*/
.about-counselor::before {
  max-height: min(42rem, 100% - 6rem);
}
.about-counselor__image {
  width: 24rem;
  margin: 0 auto 5rem;
}
.about-counselor__image img {
  aspect-ratio: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-counselor__image::before {
  border-radius: 1.2rem;
  left: -1.2rem;
  top: 1.2rem;
}
.about-counselor__image::after {
  width: 16rem;
  left: -8rem;
  top: -3rem;
}
.about-counselor__image img {
  border-radius: 1.2rem;
}
.about-counselor__profile {
  padding-top: 8rem;
}
.about-counselor__table td br {
  display: none;
}

/*恋するレイラの特徴
-----------------------------*/
.about-feature::before {
  width: calc(100% - 2rem);
  height: 16rem;
  top: -8rem;
}
.about-feature__title::before {
  height: 8rem;
  top: 1.2rem;
  left: -6rem;
}
.about-feature__title::after {
  height: 6rem;
  top: -1.2rem;
  right: -10rem;
}
.about-feature__image {
  flex-shrink: 0;
  border-radius: 2.2rem;
  margin-bottom: 3rem;
}
.about-feature__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature__image img {
  border-radius: 1.2rem;
}
.about-feature__inner {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  align-items: stretch;
  gap: 3rem 1rem;
}
.about-feature__num {
  font-size: var(--font-size-base);
  letter-spacing: 0.05em;
  align-self: flex-start;
}
.about-feature__num::after {
  width: 1.75em;
  font-size: 1.75em;
  padding-left: 0.05em;
}
.about-feature__heading {
  justify-content: flex-end;
  font-size: var(--font-size-xxl);
  padding-top: 2rem;
  margin-bottom: 0;
}
.about-feature__heading > span {
  line-height: var(--line-height-xxl);
}
.about-feature__body {
  grid-column: span 2;
}

/*相談所概要
-----------------------------*/
.about-info::before {
  min-width: 1360px;
  height: clamp(235px, 18.0208333333vw, 346px);
}
.about-info__title::before {
  width: 42.5rem;
  height: 5rem;
  top: 0;
}
.about-info__title > span:first-of-type::before {
  left: -8rem;
}

/*===============================================
  女性の方へ / 男性の方へ
===============================================*/
/*このようなお悩みはありませんか？
-----------------------------*/
.layout-worries {
  padding-bottom: 2rem;
  background-size: min(595px, 30.9896%);
}
.layout-worries::after {
  height: calc(6.4rem + 1px);
}
.layout-worries__item {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.layout-worries__image {
  text-align: center;
  padding-top: 4rem;
}
.layout-worries__image img {
  height: 24rem;
}

/*そのお悩み、恋するレイラにお任せください！
-----------------------------*/
.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: 4rem;
}
.layout-about__title::before {
  width: calc(100% + 8rem);
  height: 3rem;
}
.layout-about__title::after {
  width: 42rem;
  height: 5rem;
  top: -1rem;
}
.layout-about__title .mark {
  font-size: 1.1em;
}
.layout-about__title br.pc-none {
  display: none;
}
@media screen and (max-width: 580px) {
  .layout-about__title br.pc-none {
    display: inherit;
  }
}
.layout-about__image {
  border-radius: 2.2rem;
  margin-bottom: 3rem;
}
.layout-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-about__image img {
  border-radius: 1.2rem;
}
.layout-about__heading {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.layout-about__heading > span {
  max-width: calc(100% - 6rem);
  margin-right: -1em;
}

/*サービス・料金
-----------------------------*/
.layout-fee {
  background-size: auto 8rem;
}
.layout-fee__title::before {
  width: 42rem;
  height: 6.4rem;
  top: -2rem;
}
.layout-fee__body {
  padding: calc(3rem + (1em - 1lh) / 2) 2rem;
  border-radius: 1.2rem;
}
.layout-fee__body:has(+ .layout-fee__table) {
  margin-bottom: 3rem;
}
.layout-fee__other {
  margin: calc(3rem + (1em - 1lh) / 2) 0 calc((1em - 1lh) / 2);
}

/*サポート内容
-----------------------------*/
.layout-support__list {
  padding: 3rem 2rem;
  border-radius: 2rem;
}
.layout-support__list::after {
  width: 11.2rem;
  bottom: -8rem;
  right: -1.2rem;
}
.layout-support__item {
  line-height: 1.5;
  margin-bottom: 1lh;
}

/*ご成婚までの流れ
-----------------------------*/
.layout-flow__title::before {
  width: 77.4rem;
  height: 12.6rem;
  bottom: -7.4rem;
}
.layout-flow__item {
  padding: 3rem 2rem 4rem;
}
.layout-flow__image {
  text-align: center;
  margin-bottom: 3rem;
}
.layout-flow__image img {
  width: 20rem;
}
.layout-flow__heading {
  margin-bottom: 4rem;
}
.layout-flow__heading > span.line {
  padding-right: 1.5rem;
}
.layout-flow__heading > span.line::after {
  width: calc(90vw - 4rem - 100%);
}

/*===============================================
  会員様の声
===============================================*/
/*会員様の声 一覧
-----------------------------*/
.voice-list__title::before {
  width: 40rem;
  height: 6rem;
  bottom: -2rem;
}
.voice-list__title::after {
  width: 52rem;
  max-width: 115vw;
  height: 12rem;
  bottom: -5rem;
}
.voice-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 4rem 2rem;
  padding-top: 1rem;
}
.voice-list__item {
  row-gap: 2rem;
}
.voice-list__heading {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.voice-list__status {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__title {
  font-size: var(--font-size-xxl);
}
.news-detail__title > span {
  line-height: 1.5;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  width: 36rem;
  height: 7rem;
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.2rem 2rem;
  border-radius: 1.2rem;
}
.privacy-policy__heading {
  font-size: var(--font-size-xxl);
}
.privacy-policy__heading > span {
  line-height: var(--line-height-xxl);
}

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

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