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

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

/*===============================================
  header
===============================================*/
#header {
  min-height: 14rem;
}
#header .header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-inline: calc(4.8rem + clamp(0px, 5vw - 6.4rem, 3.2rem));
}
#header .header__logo {
  width: calc(37rem + 4.8rem + clamp(0px, 5vw - 6.4rem, 3.2rem));
  min-width: 380px;
  height: calc(100% + clamp(60px, 4.6875vw, 90px));
  padding: 4rem 0 0 calc(4.8rem + clamp(0px, 5vw - 6.4rem, 3.2rem));
}
#header .header__logo img {
  width: 17.3rem;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 3rem;
  padding-block: 2rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#header .header__tel {
  align-items: center;
  flex-direction: row;
}
#header .header__tel .com-tel__num {
  font-size: 2.5rem;
}
#header .header__tel .com-tel__num::before {
  width: 3rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 12rem 0 6rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 108rem;
  padding-block: 8rem;
}
#footer .footer__inner > * {
  max-width: calc(50% - 1rem);
}
#footer .footer__inner::before {
  width: 128rem;
  border-radius: 3rem;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
#footer .footer__logo img {
  width: 17.3rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 4rem 2rem;
}
#footer .footer__add {
  width: 100%;
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1rem);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#footer .footer__add::before {
  width: 1em;
  aspect-ratio: 15/19;
}
#footer .footer__time {
  font-size: var(--font-size-sm);
  line-height: 1.33334;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
}
#footer .footer__btn {
  width: 32rem;
  height: 8rem;
  padding-inline: 5rem;
}
#footer .footer__btn::after {
  width: 1.5rem;
  height: 100%;
  position: absolute;
  right: 2rem;
  top: 0;
  z-index: -1;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 2rem);
  letter-spacing: 0;
  padding-top: 4rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item:has(.dropdown-menu__list) {
  grid-row: span 3;
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.footer-nav .dropdown-menu__item {
  padding-left: 2em;
  position: relative;
}
.footer-nav .dropdown-menu__item::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  border-left: solid 1px var(--color-text);
  border-bottom: solid 1px var(--color-text);
  position: absolute;
  left: 1rem;
  top: 1rem;
}

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

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  font-size: 1.8rem;
  row-gap: 1rem;
  bottom: 2rem;
  right: 2rem;
}
#pagetop::before {
  aspect-ratio: 21/45;
  height: 4.5rem;
  filter: drop-shadow(0 0 1px var(--color-beige-light)) drop-shadow(0 0 1px var(--color-beige-light)) drop-shadow(0 0 1px var(--color-beige-light));
}
#pagetop > span {
  -webkit-text-stroke: 2px var(--color-beige-light);
  paint-order: stroke;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  max-width: 192rem;
  margin-inline: auto;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: calc(clamp(520px, 40.625vw, 780px) + 4rem);
}
.visual__main::before {
  width: 59.375vw;
  min-width: 715px;
  max-width: 1140px;
  height: calc(100% - 4rem);
  right: min(4rem, clamp(25px, 2.03125vw, 39px) + 1px);
  border-radius: calc(clamp(32px, 2.65625vw, 51px) - 1px);
}
.visual__inner {
  width: calc(100% - (clamp(737px, 61.40625vw, 1179px) + 1px));
  max-width: 740px;
  min-width: 463px;
  padding-top: 3.2rem;
  row-gap: clamp(40px, 3.125vw, 60px);
}
.visual__catch--main {
  row-gap: clamp(20px, 1.5625vw, 30px);
}
.visual__catch--main .sub {
  font-size: calc(clamp(18px, 1.40625vw, 27px) + 1px);
  padding: 0 calc(clamp(26px, 2.03125vw, 39px) + 1px) clamp(32px, 2.5vw, 48px);
}
.visual__catch--main .sub::before, .visual__catch--main .sub::after {
  height: calc(clamp(36px, 2.8125vw, 54px) + 1px);
}
.visual__catch--main .sub::before {
  width: calc(100% - clamp(76px, 5.9375vw, 114px));
}
.visual__catch--main .main {
  font-size: clamp(24px, 1.875vw, 36px);
}
.visual__catch--main .label {
  min-width: calc(5em + 0.5rem);
  line-height: clamp(38px, 2.96875vw, 57px);
  padding: 0 0.5em clamp(2px, 0.15625vw, 3px);
  border-radius: 1rem;
  margin-top: calc(clamp(14px, 1.09375vw, 21px) - 1px);
}
.visual__list {
  -moz-column-gap: clamp(14px, 1.09375vw, 21px);
       column-gap: clamp(14px, 1.09375vw, 21px);
}
.visual__list li img {
  height: clamp(100px, 7.8125vw, 150px);
  aspect-ratio: 134/150;
  -o-object-fit: contain;
     object-fit: contain;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(clamp(266px, 20.78125vw, 399px) + 1px);
  padding: 2rem 0 0 clamp(38px, 3.125vw, 60px);
}
.visual__sub::before {
  width: 67.709vw;
  max-width: 130rem;
  min-width: 813px;
  right: calc(clamp(25px, 2.03125vw, 39px) + 1px);
  border-radius: calc(clamp(32px, 2.65625vw, 51px) - 1px);
}
.visual__catch--sub {
  min-width: clamp(288px, 23.9583333333vw, 460px);
  height: 10rem;
  font-size: clamp(20px, 1.5625vw, 30px);
  padding: 0.5em 1em;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-base);
  line-height: 1.76471;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-block: -2rem;
}
.gnav__item {
  position: relative;
  padding-block: calc(2rem - (0.5lh - 0.5em));
}
.gnav__item:has(.dropdown-menu__list) {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  cursor: pointer;
}
.gnav__item:has(.dropdown-menu__list)::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 5/4;
  background: var(--color-orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.gnav__item:has(.dropdown-menu__list):hover .dropdown-menu__list {
  height: calc((6rem + var(--font-size-sm)) * 2 + 1px);
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:not(p):hover, .gnav__link:not(p).current {
  color: var(--color-orange);
}
.gnav .dropdown-menu__list {
  min-width: clamp(150px, 11.4583333333vw, 220px);
  height: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  white-space: nowrap;
  background: var(--color-white);
  padding-inline: 1rem;
  box-shadow: 0 2px 0 var(--color-orange) inset;
  border-radius: 0 0 0.5rem 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  overflow: hidden;
  transition: all 0.54s ease-out;
}
.gnav .dropdown-menu__item {
  margin-bottom: 1px;
  position: relative;
  z-index: 0;
}
.gnav .dropdown-menu__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--color-orange) 4px, transparent 4px, transparent 6px) repeat-x left center/6px 1px;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
}
.gnav .dropdown-menu__item:last-of-type {
  margin-bottom: 0;
}
.gnav .dropdown-menu__item:last-of-type::after {
  display: none;
}
.gnav .dropdown-menu__link {
  display: block;
  text-align: center;
  letter-spacing: var(--letter-spacing-base);
  padding-block: calc(3rem - (0.5lh - 0.5em));
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav .dropdown-menu__link:not(p):hover, .gnav .dropdown-menu__link:not(p).current {
  color: var(--color-orange);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(4rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  gap: 1rem;
}
.com-tel__num {
  font-size: 3rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-tel__num::before {
  width: 1em;
}
.com-tel__num span {
  margin-block-start: calc(-0.2em + 1px);
  margin-block-end: -1px;
}
.com-tel .com-replace {
  font-size: 1.1rem;
}

/*ボタン
-----------------------------*/
.com-btn::after {
  right: 4rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 2rem;
}
.com-sns li {
  width: 4rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.76471;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table tr th {
  padding: 1.25rem 1rem 1.25rem 4rem;
  border-radius: 1rem 0 0 1rem;
}
.com-table tr td {
  padding: 1.25rem 3rem 1.25rem 1rem;
  border-radius: 0 1rem 1rem 0;
}

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

/*お知らせ
-----------------------------*/
.com-post__link {
  gap: 1.4rem 1rem;
}
.com-post__date {
  width: 12rem;
  line-height: 1.76471;
  border-radius: 0.5rem;
}
.com-post__heading {
  width: calc(100% - 13rem);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 3.5rem;
  margin-bottom: 6rem;
}
.com-title01 .en {
  font-size: 2rem;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  row-gap: 1rem;
}
.com-title02 .mark {
  padding: calc(2.5rem - 0.5lh) 2rem;
  border-radius: 0.5rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*オーダーメイドウィッグ
-----------------------------*/
.com-bnr {
  padding-block: 10rem;
}
.com-bnr__item {
  width: 128rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  border-radius: 2rem;
}
.com-bnr__item::before {
  height: calc(100% - 6rem);
}
.com-bnr__inner {
  padding: 8rem 10rem;
}
.com-bnr__inner > * {
  width: 60rem;
}
.com-bnr__title {
  font-size: 3rem;
  height: 8rem;
  margin-bottom: 6rem;
}
.com-bnr__title::before {
  width: calc(100% + 11rem);
  left: -10rem;
  border-radius: 0 100vh 100vh 0;
}
.com-bnr__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.com-bnr__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.8rem;
  aspect-ratio: 47/46;
  background: rgba(202, 170, 202, 0.6);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.com-bnr__list li > span {
  max-width: 5.5em;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.81819;
}
.com-bnr__list li::before {
  content: "";
  background: var(--color-white);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}
.com-bnr__text {
  text-align: center;
}
.com-bnr__btn {
  height: 6rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 3.5rem;
}
.com-bnr__btn::after {
  width: 1.5rem;
}

/*ページ内リンク
-----------------------------*/
.com-links::after {
  content: "";
  width: 108rem;
  height: 1px;
  background: var(--color-brown-sub);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.com-links__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.com-links__item {
  width: 100%;
  height: 9rem;
  font-size: 2rem;
}
.com-links__item::after {
  width: 1em;
  right: 6rem;
}

/*===============================================
  トップページ
===============================================*/
/*このようなお悩みありませんか？
-----------------------------*/
.top-worries__inner {
  padding-bottom: 30rem;
}
.top-worries__inner::before {
  height: 35.6rem;
}
.top-worries__inner::after {
  min-width: 192rem;
  height: calc(13rem + 1px);
}
.top-worries__title {
  margin-bottom: 7.6rem;
}
.top-worries__title .mark::before {
  width: 12rem;
  aspect-ratio: 120/33;
  bottom: calc(0.5em - 0.5lh + 1rem);
}
.top-worries__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.top-worries__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20rem;
  aspect-ratio: 200/206;
  padding: 1.2rem 1rem 0;
  word-break: keep-all;
  background: url(../img/index/frame_worries.png) no-repeat center bottom/contain;
}
.top-worries__item::before {
  width: 100%;
  height: 3.5rem;
  top: 0;
  left: 0;
}
.top-worries__box {
  padding: 11rem 0 8rem;
}
.top-worries__box::before {
  height: 4.5rem;
  top: 2rem;
}
.top-worries__heading {
  row-gap: 2rem;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.top-worries__heading > span {
  line-height: calc(1em + 2rem);
}
.top-worries__heading > span.min {
  font-size: 2.5rem;
}
.top-worries__heading .label {
  padding-inline-start: 0.5em;
  padding-inline-end: calc(0.5em - var(--letter-spacing-base));
  border-radius: 100vh;
  margin-right: 0.15em;
}
.top-worries__heading::before {
  width: calc(100% + 10rem);
  height: 7rem;
  bottom: -0.8rem;
}
.top-worries__body {
  min-width: 45rem;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 600;
  padding-block: 1.5rem;
}

/*訪問美容レガロについて
-----------------------------*/
.top-about {
  padding-block: 12rem;
}
.top-about__title {
  margin-bottom: 8rem;
}
.top-about__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 50rem;
  padding-left: 56rem;
  position: relative;
}
.top-about__image {
  width: calc(50vw - 10rem);
  min-width: 500px;
  max-width: 75rem;
  height: 50rem;
  position: absolute;
  top: 0;
  right: calc(50% + 6rem);
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.top-about__heading {
  margin-bottom: 6rem;
}
.top-about__body {
  line-height: 2.35295;
}
.top-about__body .mb {
  margin-bottom: 2rem;
}
.top-about__btn {
  width: 45rem;
  height: 7rem;
  margin: 7.5rem auto 0;
}

/*サービス内容
-----------------------------*/
.top-service {
  padding-block: 12rem;
}
.top-service::before {
  width: calc(100% - 8rem);
  max-width: 168rem;
  border-radius: 5rem;
}
.top-service__text {
  text-align: center;
  line-height: 2.35295;
  padding: calc(3rem - (0.5lh - 0.5em)) 6rem;
  border-radius: 1rem;
}
.top-service__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 8rem;
  padding-top: 6rem;
}
.top-service__item {
  width: 50rem;
}
.top-service__image {
  border-radius: 2rem;
}
.top-service__image::after {
  outline: solid 2px var(--color-brown-sub);
  outline-offset: -2px;
  box-shadow: 0 0 0 0.7rem var(--color-white) inset;
  border-radius: 2rem;
}
.top-service__btn {
  height: 8rem;
  margin-top: 1rem;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 100vh;
  transition: all 0.3s ease-out;
}
.top-service__btn > span {
  font-size: 2.5rem;
}
.top-service__btn::before {
  content: "";
  aspect-ratio: 35/20;
  height: calc(2rem + 1px);
  background: var(--color-orange);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 1px);
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.top-service__btn::after {
  height: 5rem;
  background-size: 2.3rem;
  background-color: var(--color-white);
  border-radius: 50%;
  top: calc(50% - 2.5rem);
  right: 1.5rem;
}
.top-service__btn:hover {
  background: var(--color-text);
}
.top-service__btn:hover::before {
  background-color: var(--color-text);
}

/*ボタンリンクセクション
-----------------------------*/
.top-btn {
  padding-block: 15rem;
}
.top-btn + .com-bnr {
  padding-top: 0;
}
.top-btn__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.top-btn__item {
  width: 100%;
  height: 9rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.top-btn__item > span {
  font-size: 2rem;
}
.top-btn__item--flow {
  padding-right: 7.5rem;
}
.top-btn__item--flow::before {
  width: 3.5rem;
}
.top-btn__item--faq {
  padding-right: 8.4rem;
}
.top-btn__item--faq::before {
  width: 4.4rem;
}

/*採用情報
-----------------------------*/
.top-recruit {
  padding-block: 12rem;
}
.top-recruit__inner {
  width: 60rem;
  padding-top: 8rem;
  margin-left: auto;
  border-radius: 2rem;
  overflow: hidden;
}
.top-recruit__title {
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.top-recruit__title::before {
  font-size: 6rem;
}
.top-recruit__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-inline: 6rem;
  margin-bottom: 6rem;
}
.top-recruit__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  word-break: keep-all;
  padding: 1rem;
}
.top-recruit__text {
  text-align: center;
  line-height: 2.35295;
  padding-inline: 6rem;
}
.top-recruit__btn {
  height: 7.6rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 6rem;
}
.top-recruit__btn::after {
  position: relative;
  top: inherit;
  right: inherit;
  transform: none;
}
.top-recruit__btn:hover::after {
  transform: translateX(0.5rem);
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-block: 15rem;
}
.top-bnr:has(+ .top-news) {
  padding-bottom: 10rem;
}
.top-bnr:has(+ .top-news)::before {
  min-width: 192rem;
  height: calc(47.3rem + 1px);
}
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.top-bnr__item {
  width: 100%;
  height: 30rem;
  border-radius: 2rem;
}
.top-bnr__item::after {
  width: 5rem;
  background-size: 2.3rem;
  right: 2rem;
  bottom: 2rem;
}
.top-bnr__title {
  row-gap: 2rem;
}
.top-bnr__title .en {
  font-size: 2rem;
}
.top-bnr__title .ja {
  font-size: 3rem;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-block: 12rem;
}
.top-news::before {
  content: "";
  width: 108rem;
  height: 1px;
  background: var(--color-brown-sub);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/32rem 1fr;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  align-items: flex-start;
  min-height: 32rem;
}
.top-news__box::before {
  content: "";
  width: 32rem;
  aspect-ratio: 1;
  background: var(--color-beige-dark);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
.top-news__title {
  width: 23rem;
  padding-top: 8rem;
  padding-bottom: 4rem;
  box-shadow: 0 -1px 0 0 var(--color-brown) inset;
  margin: 0 auto 4rem;
  align-self: flex-start;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news__list {
  padding-top: 3rem;
}
.top-news__btn {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-inline: auto;
  align-self: flex-start;
}
.top-news__btn::after {
  position: relative;
  top: inherit;
  right: inherit;
}

/*===============================================
  レガロについて
===============================================*/
/*レガロの理念
-----------------------------*/
.about-philosophy__text {
  text-align: center;
  padding: calc(8rem - (0.5lh - 0.5em)) 6rem;
  border-radius: 5rem;
}

/*レガロのこだわり
-----------------------------*/
.about-commitment__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 4rem;
}
.about-commitment__heading {
  padding: calc(3.5rem - 0.5em) 2rem;
  border-radius: 100vh;
  margin: 0 2rem -3.5rem;
}
.about-commitment__heading::after {
  aspect-ratio: 35/20;
  height: calc(2rem + 1px);
}
.about-commitment__image {
  border-radius: 2rem;
  margin-bottom: 4rem;
}
.about-commitment__image::after {
  outline: solid 2px var(--color-brown-sub);
  outline-offset: -2px;
  box-shadow: 0 0 0 0.7rem var(--color-white) inset;
  border-radius: 2rem;
}

/*対応エリア
-----------------------------*/
.about-area .inbox {
  padding: 10rem 6rem;
  background: var(--color-beige-dark);
  border-radius: 5rem;
}
.about-area__title {
  margin-bottom: 4rem;
}
.about-area__box {
  padding: 4rem;
  border-radius: 3rem;
  margin-bottom: 6rem;
}
.about-area__heading {
  padding: calc(3.25rem - 0.5em) 2rem;
  border-radius: 100vh;
  margin-bottom: 4rem;
}
.about-area__body {
  text-align: center;
}
.about-area__item {
  padding: 4rem;
  border-radius: 2rem;
  margin-top: 4rem;
}
.about-area__caption {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.about-area__label {
  padding: calc(1.8rem - 0.5em) 2rem;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.about-area__group {
  margin-bottom: 3rem;
}
.about-area__group dt {
  padding-top: 3rem;
  margin-bottom: 2rem;
}

/*お客様の声
-----------------------------*/
.about-voice__list {
  width: 88rem;
  margin-inline: auto;
}
.about-voice__item {
  min-height: 19rem;
  border-radius: 2rem;
  padding: 4rem 4rem 4rem 20rem;
  margin-bottom: 3rem;
  position: relative;
}
.about-voice__icon {
  width: 12rem;
  position: absolute;
  top: 3rem;
  left: 4rem;
}
.about-voice__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.about-voice__heading:has(+ .about-voice__name) {
  margin-bottom: 1rem;
}
.about-voice__name {
  padding-inline: 1rem;
  margin-bottom: 2rem;
}
.about-voice__comment {
  padding-right: 1rem;
}

/*===============================================
  ご自宅でご利用される方へ
===============================================*/
/*このような方へ
-----------------------------*/
.personal-recommend__inner {
  padding-bottom: 26rem;
}
.personal-recommend__inner::before {
  height: 31rem;
}
.personal-recommend__inner::after {
  min-width: 192rem;
  height: calc(13rem + 1px);
}
.personal-recommend__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem 8rem;
}
.personal-recommend__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24rem;
  aspect-ratio: 240/246;
  padding: 1rem 1rem 0;
  word-break: keep-all;
  background: url(../img/index/frame_worries.png) no-repeat center bottom/contain;
}
.personal-recommend__item::before {
  width: 100%;
  height: 3rem;
  top: 0;
  left: 0;
}
.personal-recommend__box {
  padding: 11rem 0 10rem;
}
.personal-recommend__box::before {
  height: 4.5rem;
  top: 2rem;
}
.personal-recommend__body {
  min-width: 98rem;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 600;
  padding-block: 1rem;
}

/*事業内容
-----------------------------*/
.personal-service {
  padding-bottom: 7.7rem;
}
.personal-service__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 62rem;
  padding-left: 54rem;
  position: relative;
}
.personal-service__heading {
  width: 100%;
  padding: calc(3.3rem - 0.5em) 2rem;
  margin-bottom: 4rem;
}
.personal-service__image {
  width: calc(50vw - 4rem);
  max-width: 92rem;
  min-width: 560px;
  height: 62rem;
  position: absolute;
  top: 0;
  right: calc(50% + 6rem);
}
.personal-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

/*通常メニュー/出張料金/割引
-----------------------------*/
.personal-price__box {
  row-gap: 4rem;
  padding: 10rem;
  border-radius: 5rem;
  margin-bottom: 10rem;
}
.personal-price__title {
  margin-bottom: 0;
}
.personal-price__list:has(+ .com-text) {
  padding-bottom: 2rem;
}
.personal-price__item {
  gap: 2rem;
  padding: 4rem 4rem 3rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.personal-price__heading {
  padding-left: 1rem;
}
.personal-price__fee {
  padding-right: 1rem;
}
.personal-price__oth {
  padding: calc(2rem - (0.5lh - 0.5em)) 4rem;
  border-radius: 1rem;
}
.personal-price__list--travel .personal-price__item {
  padding: 2rem 4rem;
}
.personal-price__list--travel .personal-price__heading {
  padding-left: 0;
}
.personal-price__list--travel .personal-price__fee {
  width: 18rem;
  padding: calc(2.75rem - 0.5em) 2rem;
  border-radius: 1rem;
}

/*===============================================
  法人・施設の方へ
===============================================*/
/*事業内容
-----------------------------*/
.business-service__text {
  text-align: center;
  line-height: 2.35295;
  padding: calc(3rem - (0.5lh - 0.5em)) 6rem;
  border-radius: 1rem;
  margin-bottom: 6rem;
}
.business-service__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.business-service__image {
  width: 60rem;
  flex-shrink: 0;
}
.business-service__image img {
  border-radius: 2rem;
}
.business-service__body {
  width: 100%;
  margin-block-start: calc(2rem - (0.5lh - 0.5em)) !important;
}

/*法人・施設利用の場合
-----------------------------*/
.business-facility__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.business-facility__image {
  width: 60rem;
  flex-shrink: 0;
}
.business-facility__image img {
  border-radius: 2rem;
}
.business-facility__text {
  width: 100%;
  margin-block-start: calc(2rem - (0.5lh - 0.5em)) !important;
}
.business-facility__text .memo {
  line-height: 2.33334;
}
.business-facility__box {
  padding: 8rem 10rem;
  margin-top: 8rem;
  border-radius: 2rem;
}
.business-facility__heading {
  padding: calc(3rem - 0.5em) 2rem;
  border-radius: 100vh;
  margin-bottom: 4rem;
}

/*===============================================
  ご利用案内
===============================================*/
/*ご利用の流れ
-----------------------------*/
.guide-flow .inbox {
  background: var(--color-beige-dark);
  padding: 10rem 6rem;
  border-radius: 5rem;
}
.guide-flow__item {
  padding: 4rem 4rem 4rem 18rem;
  margin-bottom: 9rem;
  border-radius: 2rem;
}
.guide-flow__item::before {
  border-radius: 2rem;
}
.guide-flow__item::after {
  height: 3rem;
  aspect-ratio: 5/3;
  top: calc(100% + 3rem);
}
.guide-flow__icon {
  width: 12rem;
  position: absolute;
  top: 4rem;
  left: 4rem;
}
.guide-flow__heading {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.guide-flow__heading::before {
  width: 4rem;
}

/*よくある質問
-----------------------------*/
.guide-faq__box {
  margin-bottom: 10rem;
}
.guide-faq__heading {
  padding: calc(3.25rem - 0.5em) 2rem;
  margin-bottom: 3rem;
}
.guide-faq__item {
  padding: 3rem 4rem 2rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.guide-faq__caption {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 2rem;
}
.guide-faq__caption::before {
  font-size: var(--font-size-h5);
  width: 4rem;
}
.guide-faq__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem 4rem 3rem 2rem;
  border-radius: 1rem;
}
.guide-faq__body::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  aspect-ratio: 1;
  font-size: var(--font-size-h5);
  font-family: var(--font-family-en);
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 0;
  line-height: 1;
  background: var(--color-orange);
  border-radius: 50%;
  flex-shrink: 0;
}
.guide-faq__body p {
  margin: calc(2rem - (1lh - 1em)) 0 calc((1em - 1lh) / 2);
}

/*===============================================
  採用情報
===============================================*/
/*結婚や出産をきっかけに、
サロンワークから離れてしまった方へ
-----------------------------*/
.recruit-message:has(+ .recruit-support) {
  padding-bottom: 10rem;
}
.recruit-message:has(+ .recruit-support)::before {
  min-width: 192rem;
  height: calc(47.3rem + 1px);
}
.recruit-message__title {
  font-size: 3rem;
  padding: 0 4rem 5.5rem;
}
.recruit-message__title::before, .recruit-message__title::after {
  height: 5.5rem;
}
.recruit-message__title::before {
  width: calc(100% - 12rem);
}
.recruit-message__box {
  max-width: 88rem;
  margin: 0 auto;
}
.recruit-message__box:has(+ *) {
  margin-bottom: 10rem;
}
.recruit-message__box:has(+ *.recruit-message__env) {
  margin-bottom: 8rem;
}
.recruit-message__heading {
  row-gap: calc(1em + 1px);
  padding: 2rem 4rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
.recruit-message__text {
  text-align: center;
}
.recruit-message__bnr {
  padding: 8rem 4rem;
  border-radius: 2rem;
  position: relative;
  z-index: 0;
}
.recruit-message__bnr::before {
  content: "";
  width: 68rem;
  height: 100%;
  background: url(../img/recruit/img_bnr.jpg) no-repeat right center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  pointer-events: none;
}
.recruit-message__bnr:has(+ *) {
  margin-bottom: 10rem;
}
.recruit-message__bnr:has(+ *.recruit-message__env) {
  margin-bottom: 8rem;
}
.recruit-message__bnr > * {
  width: 50%;
}
.recruit-message__label {
  padding: calc(3rem - 0.5em) 4rem;
  border-radius: 100vh;
  margin-bottom: 6rem;
}
.recruit-message__label::after {
  aspect-ratio: 35/20;
  height: calc(2rem + 1px);
}
.recruit-message__env {
  display: grid;
  grid-template: auto 1fr auto/1fr 54rem;
  align-items: flex-start;
}
.recruit-message__caption {
  font-size: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  order: 1;
}
.recruit-message__caption::before {
  width: calc(100% + 7rem);
  height: 4.4rem;
}
.recruit-message__list {
  order: 2;
}
.recruit-message__item {
  font-size: var(--font-size-h5);
  line-height: 1.36364;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.recruit-message__item::before {
  width: 3rem;
}
.recruit-message__image {
  margin-left: 8rem;
  grid-row: span 2;
  order: 0;
}
.recruit-message__value {
  text-align: center;
  line-height: 2.35295;
  padding: calc(3rem - (0.5lh - 0.5em)) 6rem;
  border-radius: 1rem;
  grid-column: span 2;
  order: 3;
}

/*訪問美容レガロの安心サポート
-----------------------------*/
.recruit-support__title .c-orange {
  display: block;
}
.recruit-support__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.recruit-support__icon {
  width: 24rem;
  margin: 0 auto 3rem;
}
.recruit-support__heading {
  justify-content: center;
  min-height: calc(2em + 1.1rem + 4rem);
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

/*募集要項
-----------------------------*/
.recruit-info .inbox {
  background: var(--color-white);
  padding: 10rem;
  border-radius: 2rem;
}
.recruit-info__title {
  margin-bottom: 4rem;
}
.recruit-info__table tr th {
  width: 25rem;
}

/*バナーリンクセクション
-----------------------------*/
.recruit-bnr__item {
  max-width: 88rem;
  border-radius: 2rem;
}
.recruit-bnr__item::before {
  width: calc(100% - 22rem);
  height: 13.6rem;
  top: 5rem;
}
.recruit-bnr__item::after {
  width: calc(100% - 8rem);
  height: 15.7rem;
  top: 3.5rem;
}
.recruit-bnr__title {
  font-size: 3rem;
  padding: 6rem 0 4rem;
  row-gap: 2rem;
}
.recruit-bnr__title .label {
  font-size: 3.5rem;
  padding: calc(0.5em + 1px) 4rem;
  border-radius: 1rem;
}
.recruit-bnr__btn {
  height: 5.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 3.5rem;
}
.recruit-bnr__btn::after {
  width: 1.5rem;
}

/*===============================================
  運営情報
===============================================*/
/*スタイリスト紹介
-----------------------------*/
.info-stylist__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem 8rem;
}
.info-stylist__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-inline: 1rem;
}
.info-stylist__item > * {
  width: 100%;
}
.info-stylist__item--owner {
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-column: span 2;
  gap: 2rem 4rem;
  padding-inline: 0;
}
.info-stylist__item--owner .info-stylist__image {
  width: 34rem;
  order: 1;
}
.info-stylist__item--owner .info-stylist__image img {
  aspect-ratio: 34/48;
}
.info-stylist__item--owner .info-stylist__heading {
  width: 100%;
  order: 0;
}
.info-stylist__item--owner .info-stylist__body {
  width: calc(100% - 38rem);
  margin-top: calc(2rem - (0.5lh - 0.5em));
  order: 2;
}
.info-stylist__image img {
  aspect-ratio: 1.3714285714;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-stylist__image img {
  border-radius: 2rem;
}
.info-stylist__heading {
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 0 1rem 2rem;
}
.info-stylist__heading:has(.label) {
  padding-bottom: 1rem;
}
.info-stylist__heading .label {
  width: 10.7rem;
  line-height: 1.81819;
}

/*会社概要
-----------------------------*/
.info-company .inbox {
  background: var(--color-white);
  padding: 10rem;
  border-radius: 2rem;
}
.info-company__title {
  margin-bottom: 4rem;
}
.info-company__table tr th {
  width: 25rem;
  vertical-align: middle;
}
.info-company__map {
  height: 30rem;
  margin-top: 6rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  background: var(--color-white);
  padding: 5rem 6rem;
  border-radius: 2rem;
}
.news-detail__title {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.news-detail__tags {
  padding-top: 0.75rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.2353;
  padding-block: 1.6rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.2353;
  padding-block: 1.6rem;
}
.contact-form .contact-submits-wrap > * {
  width: 36rem;
  height: 7rem;
  font-size: 2rem;
  margin: 2rem 1.5rem 0;
}

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

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 5rem;
  padding-top: 2rem;
}
.sitemap-list__item {
  padding: 0 0.5rem 2rem;
}
.sitemap-list__item:nth-of-type(1), .sitemap-list__item:nth-of-type(2) {
  grid-column: span 2;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.66667;
}

/*===============================================
  404エラー
===============================================*/
.error-message {
  padding-top: 6rem;
}
.error-message__text {
  padding: 4rem 6rem;
  border-radius: 2rem;
}