@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;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 23rem;
  height: calc(100% + 2.5rem);
  padding: 2rem 0 0 2rem;
}
#header .header__logo img {
  height: 5.8rem;
  aspect-ratio: 130/58;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 4rem;
}
#footer .footer__inner {
  padding-top: 4rem;
}
#footer .footer__inner::before {
  width: 100vw;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-inline: 5%;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  height: 7.2rem;
  aspect-ratio: 162/72;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
#footer .footer__add {
  text-align: center;
  word-break: keep-all;
}
#footer .footer__time {
  font-size: var(--font-size-sm);
  line-height: 1.42858;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
#footer .footer__btn {
  width: 100%;
  max-width: 36rem;
  height: 7rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
#footer .footer__btn::after {
  width: 1.5rem;
  aspect-ratio: 1;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  margin-top: 4rem;
  background: rgba(246, 238, 228, 0.5);
}
.footer-nav__list {
  border-top: solid 1px var(--color-brown-sub);
}
.footer-nav__item {
  padding-inline: 5vw;
  border-bottom: solid 1px var(--color-brown-sub);
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-base);
  line-height: 2;
  padding-block: 1em;
}
.footer-nav__link:not(p)::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 5/3;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-orange);
  margin-right: 1rem;
}
.footer-nav .dropdown-menu {
  border-bottom: dashed 1px rgba(209, 169, 134, 0.5);
}
.footer-nav .dropdown-menu__list {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1.2rem);
  padding-left: 1em;
}
.footer-nav .dropdown-menu__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border-bottom: dashed 1px rgba(209, 169, 134, 0.5);
}
.footer-nav .dropdown-menu__item:last-of-type {
  border-bottom: none;
}
.footer-nav .dropdown-menu__item::before {
  content: "";
  width: 0.5em;
  aspect-ratio: 1;
  border-left: solid 1px var(--color-brown);
  border-bottom: solid 1px var(--color-brown);
  margin-top: calc(0.5lh - 0.5em + var(--font-size-base));
  flex-shrink: 0;
}
.footer-nav .dropdown-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: var(--font-size-base);
  padding-right: 1rem;
}
.footer-nav .dropdown-menu__link::after {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 5/3;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-orange);
  margin-right: 0.5em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  font-size: 1.6rem;
  row-gap: 0.5rem;
  bottom: 1rem;
  right: 1rem;
}
#pagetop::before {
  aspect-ratio: 1/2;
  height: 4rem;
  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__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
.visual__main::before {
  display: block;
  width: 90%;
  aspect-ratio: 16/9;
  background-position: center top;
  border-radius: 2rem;
  margin-inline: auto;
  position: relative;
}
.visual__inner {
  row-gap: 2rem;
  padding: 8rem 0 4rem;
}
.visual__catch--main {
  row-gap: 1.5rem;
}
.visual__catch--main .sub {
  font-size: 1.6rem;
  padding: 0 2rem 3.2rem;
}
.visual__catch--main .sub::before, .visual__catch--main .sub::after {
  height: 3.6rem;
}
.visual__catch--main .sub::before {
  width: calc(100% - 7.2rem);
}
.visual__catch--main .main {
  font-size: 2.4rem;
}
.visual__catch--main .label {
  min-width: calc(5em + 0.5rem);
  line-height: 4rem;
  padding: 0 0.75em 0.3rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
.visual__list {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.visual__list li img {
  width: min(9rem, 20vw);
  aspect-ratio: 9/10;
  -o-object-fit: contain;
     object-fit: contain;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
  padding-top: 2rem;
  padding-left: 3vw;
}
.visual__sub::before {
  width: 64vw;
  right: 0;
  border-radius: 2rem 0 0 2rem;
}
.visual__sub--about::before {
  background-position: left 30% center;
}
.visual__sub--business::before, .visual__sub--guide::before, .visual__sub--info::before {
  background-position: right 36% center;
}
.visual__catch--sub {
  min-width: 45vw;
  height: 6.5rem;
  font-size: min(var(--font-size-h2), 5.3334vw);
  padding: 0.5em 0.75em;
  background-color: rgba(254, 250, 242, 0.64);
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  font-size: 3.2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-tel__num::before {
  width: calc(1em - 0.6rem);
}
.com-tel__num span {
  margin-block-start: calc(-0.2em + 1px);
  margin-block-end: -1px;
}
.com-tel .com-replace {
  font-size: var(--font-size-xs);
}

/*ボタン
-----------------------------*/
.com-btn {
  margin-inline: auto;
}
.com-btn::after {
  right: 2.5rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: max(40px, 5rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em;
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table--noblock tr th,
.com-table--noblock tr td {
  padding: 1em 0.75em;
}
.com-table--noblock th {
  width: 6.5em;
  border-radius: 0.8rem 0 0 0.8rem;
}
.com-table--noblock td {
  border-radius: 0 0.8rem 0.8rem 0;
}
.com-table:not(.com-table--noblock) tr {
  margin-bottom: 0.5rem;
}
.com-table:not(.com-table--noblock) tr:last-of-type {
  margin-bottom: 0;
}
.com-table:not(.com-table--noblock) tr th {
  padding-bottom: 0.5em;
  border-radius: 0.8rem 0.8rem 0 0;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
  border-radius: 0 0 0.8rem 0.8rem;
}

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

/*お知らせ
-----------------------------*/
.com-post__link {
  gap: 1.5rem 1rem;
}
.com-post__date {
  width: 10rem;
  font-size: var(--font-size-sm);
  line-height: 1.71429;
  border-radius: 0.5rem;
}
.com-post__heading {
  width: calc(100% - 11rem);
}

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

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

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*オーダーメイドウィッグ
-----------------------------*/
.com-bnr {
  padding-block: 6rem;
}
.com-bnr__item {
  background: #fdfdfd;
  outline-width: 2px;
  outline-offset: -2px;
  border-radius: 1.2rem;
}
.com-bnr__item::before {
  width: 120%;
  height: 100%;
  background-position: right top 64%;
  opacity: 0.56;
  top: inherit;
  bottom: 6rem;
}
.com-bnr__inner {
  padding: 3rem 2rem 4rem;
}
.com-bnr__title {
  font-size: var(--font-size-h4);
  height: 6.4rem;
  margin-bottom: 2.4rem;
}
.com-bnr__title::before {
  width: calc(100% + 4rem);
  left: -2rem;
}
.com-bnr__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.com-bnr__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15rem;
  aspect-ratio: 1/1;
  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: min(2rem, 4vw);
  line-height: 1.5;
}
.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 {
  word-break: keep-all;
}
.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: 100%;
  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: 2rem;
       column-gap: 2rem;
}
.com-links__item {
  width: 100%;
  height: 7rem;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  padding-inline: calc(1.5rem + 2.5vw);
}
.com-links__item::after {
  width: 1rem;
  right: 2.5vw;
}

/*===============================================
  トップページ
===============================================*/
/*このようなお悩みありませんか？
-----------------------------*/
.top-worries__inner {
  padding-bottom: 21rem;
}
.top-worries__inner::before {
  width: 100vw;
  height: 20rem;
  left: -5vw;
}
.top-worries__inner::after {
  width: 78rem;
  height: calc(8rem + 1px);
}
.top-worries__title .mark::before {
  width: 10rem;
  aspect-ratio: 100/27;
  bottom: calc(0.5em - 0.5lh);
}
.top-worries__item {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  outline: solid 1px var(--color-brown-sub);
  outline-offset: -1px;
  padding: 1em 1em 1em 2em;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.top-worries__item::before {
  width: 2.8rem;
  aspect-ratio: 1;
  background-color: var(--color-beige-light);
  outline: solid 2px var(--color-beige-light);
  top: 50%;
  left: -0.8rem;
  transform: translateY(-50%);
  z-index: 1;
}
.top-worries__item:last-of-type {
  margin-bottom: 0;
}
.top-worries__box {
  padding: 8rem 0 6rem;
}
.top-worries__box::before {
  height: 4rem;
  top: 1.5rem;
}
.top-worries__heading {
  row-gap: 1.5rem;
  font-size: min(var(--font-size-h4), 5.3334vw);
  margin-bottom: 2rem;
}
.top-worries__heading > span {
  line-height: calc(1em + 1.6rem);
}
.top-worries__heading > span.min {
  font-size: var(--font-size-h5);
}
.top-worries__heading .label {
  padding-inline-start: 0.25em;
  padding-inline-end: calc(0.25em - var(--letter-spacing-base));
  border-radius: 0.5rem;
  margin-right: 0.1em;
}
.top-worries__heading::before {
  width: calc(100% + 6rem);
  max-width: calc(100vw + 1rem);
  height: 3.6rem;
  bottom: -0.8rem;
}
.top-worries__body {
  width: 90%;
  max-width: 40rem;
  font-size: min(var(--font-size-h6), 4vw);
  line-height: var(--line-height-h6);
  font-weight: 600;
  padding-block: 1.5rem;
}

/*訪問美容レガロについて
-----------------------------*/
.top-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image img {
  border-radius: 1.2rem;
}
.top-about__heading {
  padding-left: 1rem;
  margin: -2.4rem 0 3rem;
}
.top-about__btn {
  width: 35rem;
  height: 7rem;
  margin: 4rem auto 0;
}

/*サービス内容
-----------------------------*/
.top-service::before {
  width: 100vw;
}
.top-service__text {
  padding: calc(2.4rem - (0.5lh - 0.5em)) 2rem;
  border-radius: 1rem;
}
.top-service__list {
  padding-top: 4rem;
}
.top-service__item {
  margin-bottom: 4rem;
}
.top-service__item:last-of-type {
  margin-bottom: 0;
}
.top-service__image {
  border-radius: 1.2rem;
}
.top-service__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: 1.2rem;
}
.top-service__btn {
  height: 6rem;
  margin-top: 0.5rem;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 100vh;
  transition: all 0.3s ease-out;
}
.top-service__btn > span {
  font-size: var(--font-size-h6);
}
.top-service__btn::before {
  content: "";
  aspect-ratio: 3/1;
  height: calc(1.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: 4rem;
  background-size: 2rem;
  background-color: var(--color-white);
  border-radius: 50%;
  top: calc(50% - 2rem);
  right: 1rem;
}
.top-service__btn:hover {
  background: var(--color-text);
}
.top-service__btn:hover::before {
  background-color: var(--color-text);
}

/*ボタンリンクセクション
-----------------------------*/
.top-btn {
  padding-block: 6rem;
}
.top-btn + .com-bnr {
  padding-top: 0;
}
.top-btn__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.top-btn__item {
  width: 36rem;
  height: 8rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.top-btn__item > span {
  font-size: var(--font-size-h6);
}
.top-btn__item--flow {
  padding-right: 5.5rem;
}
.top-btn__item--flow::before {
  width: 3rem;
}
.top-btn__item--faq {
  padding-right: 6.5rem;
}
.top-btn__item--faq::before {
  width: 4rem;
}

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

/*バナーリンクセクション
-----------------------------*/
.top-bnr:has(+ .top-news) {
  padding-bottom: 5rem;
}
.top-bnr:has(+ .top-news)::before {
  width: 78rem;
  height: calc(24rem + 1px);
}
.top-bnr__item {
  width: 100%;
  height: 18rem;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item::after {
  width: 4rem;
  background-size: 2rem;
  right: 1rem;
  bottom: 1rem;
}
.top-bnr__title {
  row-gap: 1.5rem;
}
.top-bnr__title .en {
  font-size: 1.8rem;
}
.top-bnr__title .ja {
  font-size: var(--font-size-h4);
}

/*お知らせ
-----------------------------*/
.top-news__btn {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 4rem 0 0 auto;
}
.top-news__btn::after {
  position: relative;
  top: inherit;
  right: inherit;
}

/*===============================================
  レガロについて
===============================================*/
/*レガロの理念
-----------------------------*/
.about-philosophy {
  padding-bottom: 4rem;
}
.about-philosophy__text {
  padding: calc(4rem - (0.5lh - 0.5em)) 2.4rem;
  border-radius: 2rem;
}

/*レガロのこだわり
-----------------------------*/
.about-commitment__item {
  margin-bottom: 5rem;
}
.about-commitment__item:last-of-type {
  margin-bottom: 0;
}
.about-commitment__heading {
  padding: calc(3rem - 0.5em) 2rem;
  border-radius: 1rem;
  margin: 0 1.5rem -1.5rem;
  word-break: keep-all;
}
.about-commitment__heading::after {
  aspect-ratio: 3/1;
  height: calc(1.2rem + 1px);
}
.about-commitment__image {
  border-radius: 1.2rem;
  margin-bottom: 3rem;
}
.about-commitment__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: 1.2rem;
}

/*対応エリア
-----------------------------*/
.about-area {
  background: var(--color-beige-dark);
}
.about-area__title {
  margin-bottom: 4rem;
}
.about-area__box {
  outline: none;
  margin-bottom: 6rem;
}
.about-area__heading {
  padding: calc(3rem - 0.5em) 2rem;
  border-radius: 100vh;
  margin-bottom: 3rem;
}
.about-area__item {
  padding: 3rem 2.4rem;
  border-radius: 1.2rem;
  margin-top: 3.6rem;
}
.about-area__caption {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.about-area__label {
  padding: calc(2rem - 0.5em) 2rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
}
.about-area__group {
  margin-bottom: 3rem;
}
.about-area__group dt {
  padding-top: 3rem;
  margin-bottom: 1.5rem;
}

/*お客様の声
-----------------------------*/
.about-voice__item {
  padding: 2.4rem 2.4rem 3rem;
  border-radius: 1.2rem;
  margin-bottom: 3rem;
}
.about-voice__icon {
  width: 6rem;
}
.about-voice__heading {
  justify-content: center;
  min-height: 7.4rem;
  padding-left: 7.5rem;
  padding-bottom: 1rem;
  margin-top: -6.4rem;
  margin-bottom: 2rem;
}
.about-voice__heading:has(+ .about-voice__name) {
  margin-bottom: 1rem;
}
.about-voice__name {
  padding-inline: 0.5rem;
  margin-bottom: 2rem;
}

/*===============================================
  ご自宅でご利用される方へ
===============================================*/
/*このような方へ
-----------------------------*/
.personal-recommend__inner {
  padding-bottom: 22rem;
}
.personal-recommend__inner::before {
  height: 20rem;
}
.personal-recommend__inner::after {
  width: 78rem;
  height: calc(8rem + 1px);
}
.personal-recommend__item {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  outline: solid 1px var(--color-brown-sub);
  outline-offset: -1px;
  padding: 1em 1em 1em 2em;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.personal-recommend__item::before {
  width: 3rem;
  aspect-ratio: 1;
  background-color: var(--color-beige-light);
  outline: solid 2px var(--color-beige-light);
  top: 50%;
  left: -0.8rem;
  transform: translateY(-50%);
  z-index: 1;
}
.personal-recommend__item:last-of-type {
  margin-bottom: 0;
}
.personal-recommend__box {
  padding: 8rem 0 6rem;
}
.personal-recommend__box::before {
  height: 4rem;
  top: 1.5rem;
}
.personal-recommend__body {
  width: 90%;
  max-width: 53rem;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 600;
  padding: 1em 0.5em;
  word-break: keep-all;
}
.personal-recommend__body br {
  display: none;
}

/*事業内容
-----------------------------*/
.personal-service__heading {
  padding: calc(3rem - 0.5em) 2rem;
  margin-bottom: 3rem;
}
.personal-service__image {
  margin-bottom: 3rem;
}
.personal-service__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-service__image img {
  border-radius: 1.2rem;
}

/*通常メニュー/出張料金/割引
-----------------------------*/
.personal-price {
  padding-block: 0;
}
.personal-price:has(.personal-price__box:last-of-type:nth-of-type(2n)) + .com-bnr {
  padding-top: 0;
}
.personal-price .inbox {
  width: 100%;
}
.personal-price__box {
  row-gap: 4rem;
  padding: 8rem 5%;
}
.personal-price__box:nth-of-type(2n) {
  background: none;
}
.personal-price__title {
  margin-bottom: 0;
}
.personal-price__item {
  gap: 1.5rem;
  padding: 3rem 2.4rem;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
}
.personal-price__oth {
  padding: calc(2rem - (0.5lh - 0.5em)) 2rem;
  border-radius: 1rem;
}
.personal-price__list--travel .personal-price__item {
  padding: 2rem 2.4rem;
}
.personal-price__list--travel .personal-price__heading {
  padding-left: 0;
}
.personal-price__list--travel .personal-price__fee {
  min-width: 10rem;
  padding: calc(2.25rem - 0.5em) 1.5rem;
  border-radius: 1rem;
}

/*===============================================
  法人・施設の方へ
===============================================*/
/*事業内容
-----------------------------*/
.business-service__text {
  padding: calc(2.4rem - (0.5lh - 0.5em)) 2rem;
  border-radius: 1rem;
}
.business-service__inner {
  padding-top: 4rem;
}
.business-service__image {
  margin-bottom: 3rem;
}
.business-service__image img {
  aspect-ratio: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-service__image img {
  border-radius: 1.2rem;
}

/*法人・施設利用の場合
-----------------------------*/
.business-facility + .com-bnr {
  padding-top: 0;
}
.business-facility__image {
  margin-bottom: 3rem;
}
.business-facility__image img {
  aspect-ratio: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-facility__image img {
  border-radius: 1.2rem;
}
.business-facility__text .memo {
  line-height: 2.14286;
}
.business-facility__box {
  padding: 2.4rem 2rem;
  margin-top: 6.4rem;
  border-radius: 1.2rem;
}
.business-facility__heading {
  padding: calc(3rem - 0.5em) 2rem;
  border-radius: 1rem;
  margin-bottom: 2.4rem;
  word-break: keep-all;
}

/*===============================================
  ご利用案内
===============================================*/
/*ご利用の流れ
-----------------------------*/
.guide-flow {
  background: var(--color-beige-dark);
}
.guide-flow__title {
  margin-bottom: 4rem;
}
.guide-flow__item {
  padding: 0 2.4rem 3rem;
  margin-bottom: 6rem;
  border-radius: 1.2rem;
}
.guide-flow__item::before {
  height: calc(100% - 6rem);
  border-radius: 1.2rem;
}
.guide-flow__item::after {
  height: 2rem;
  aspect-ratio: 3/1;
  top: calc(100% + 2rem);
}
.guide-flow__icon {
  width: 10rem;
  margin: 0 auto 2rem;
}
.guide-flow__heading {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.guide-flow__heading::before {
  width: 4rem;
}

/*よくある質問
-----------------------------*/
.guide-faq__box {
  margin-bottom: 8rem;
}
.guide-faq__heading {
  padding: calc(3rem - 0.5em) 2rem;
  margin-bottom: 2rem;
}
.guide-faq__item {
  padding: 2.4rem 2rem 2rem;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
}
.guide-faq__caption {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 2rem;
}
.guide-faq__caption::before {
  width: 3.5rem;
}
.guide-faq__body {
  padding: calc(2rem - (0.5lh - 0.5em)) 2rem;
  border-radius: 1rem;
}

/*===============================================
  採用情報
===============================================*/
/*結婚や出産をきっかけに、
サロンワークから離れてしまった方へ
-----------------------------*/
.recruit-message:has(+ .recruit-support) {
  padding-bottom: 5rem;
}
.recruit-message:has(+ .recruit-support)::before {
  width: 78rem;
  height: calc(24rem + 1px);
}
.recruit-message__title {
  font-size: var(--font-size-h5);
  padding: 0 2rem 3.2rem;
  word-break: keep-all;
}
.recruit-message__title::before, .recruit-message__title::after {
  height: 3.6rem;
}
.recruit-message__title::before {
  width: calc(100% - 8rem);
  background: url(../img/recruit/border_message-ttl-min.png) no-repeat left bottom/contain, linear-gradient(to right, transparent 2rem, rgba(176, 132, 91, 0.75) 2rem) no-repeat left bottom 1.35rem/100% 0.2rem;
}
.recruit-message__title > span {
  line-height: calc(1em + 1.2rem) !important;
}
.recruit-message__box:has(+ *) {
  margin-bottom: 6.4rem;
}
.recruit-message__heading {
  font-size: var(--font-size-h6);
  row-gap: 0.75em;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  word-break: keep-all;
}
.recruit-message__heading > span {
  line-height: var(--line-height-h6);
}
.recruit-message__bnr {
  border-radius: 1.2rem;
  position: relative;
  z-index: 0;
}
.recruit-message__bnr::after {
  content: "";
  display: block;
  aspect-ratio: 2/1;
  background: url(../img/recruit/img_bnr.jpg) no-repeat right top 32%/cover;
  margin-top: 3rem;
}
.recruit-message__bnr:has(+ *) {
  margin-bottom: 6.4rem;
}
.recruit-message__label {
  padding: calc(3rem - 0.5em) 2.4rem;
  border-radius: 100vh;
  margin: 3rem 2.4rem 3rem;
}
.recruit-message__label::after {
  aspect-ratio: 3/1;
  height: calc(1rem + 1px);
}
.recruit-message__body {
  padding-inline: 2.4rem;
}
.recruit-message__env {
  position: relative;
}
.recruit-message__caption {
  font-size: min(var(--font-size-h5), 4.445vw);
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
  order: 1;
}
.recruit-message__caption::before {
  width: calc(100% + 5rem);
  height: 2.5rem;
}
.recruit-message__list {
  max-width: 45rem;
  margin-inline: auto;
}
.recruit-message__item {
  font-size: var(--font-size-h6);
  line-height: 1.33334;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
}
.recruit-message__item::before {
  width: 2.4rem;
}
.recruit-message__image {
  width: calc(100% + 5rem);
  max-width: 50rem;
  text-align: right;
  position: relative;
  z-index: 1;
  margin: -16rem auto 0;
  transform: translateX(-2.5rem);
}
.recruit-message__image img {
  height: 20rem;
  aspect-ratio: 162/200;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-message__value {
  text-align: center;
  padding: calc(2.4rem - (0.5lh - 0.5em)) 2rem;
  border-radius: 1rem;
  word-break: keep-all;
}

/*訪問美容レガロの安心サポート
-----------------------------*/
.recruit-support__title .c-orange {
  display: block;
}
.recruit-support__item {
  margin-bottom: 4rem;
}
.recruit-support__item:last-of-type {
  margin-bottom: 0;
}
.recruit-support__icon {
  width: 15rem;
  margin: 0 auto -1.2rem;
  position: relative;
  z-index: 4;
}
.recruit-support__heading {
  justify-content: center;
  padding: 2.4rem 2rem 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  word-break: keep-all;
}

/*募集要項
-----------------------------*/
.recruit-info + .recruit-bnr {
  padding-top: 0;
}
.recruit-info__title {
  margin-bottom: 4rem;
}
.recruit-info__table tr th,
.recruit-info__table tr td {
  background: var(--color-white);
}

/*バナーリンクセクション
-----------------------------*/
.recruit-bnr {
  padding-block: 5rem;
}
.recruit-bnr__item {
  max-width: 46rem;
  border-radius: 1.2rem;
}
.recruit-bnr__item::before {
  width: calc(100% - 4rem);
  height: 7rem;
  bottom: 7rem;
}
.recruit-bnr__item::after {
  width: calc(100% - 2rem);
  height: 6.4rem;
  top: 1.2rem;
}
.recruit-bnr__title {
  font-size: var(--font-size-h4);
  padding: 4rem 0 3rem;
  row-gap: 1.5rem;
}
.recruit-bnr__title .label {
  font-size: calc(1em + 2px);
  padding: 0.5em 1em;
  border-radius: 1rem;
}
.recruit-bnr__btn {
  height: 6rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-left: 3rem;
}
.recruit-bnr__btn::after {
  width: 1.5rem;
}

/*===============================================
  運営情報
===============================================*/
/*スタイリスト紹介
-----------------------------*/
.info-stylist__item {
  display: grid;
  grid-template: 14rem auto/14rem 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  gap: 2.4rem 3rem;
  margin-bottom: 5rem;
}
.info-stylist__item:last-of-type {
  margin-bottom: 0;
}
.info-stylist__item--owner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-bottom: 1rem;
}
.info-stylist__item--owner .info-stylist__image {
  width: 30rem;
}
.info-stylist__item--owner .info-stylist__image img {
  aspect-ratio: 3/4;
}
.info-stylist__item--owner .info-stylist__heading {
  width: 100%;
}
.info-stylist__item--owner .info-stylist__body {
  width: 100%;
  margin-top: calc((1em - 1lh) / 2);
}
.info-stylist__image {
  width: 15rem;
}
.info-stylist__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-stylist__image img {
  border-radius: 1.2rem;
}
.info-stylist__heading {
  row-gap: 1.5rem;
  align-items: center;
  text-align: center;
  padding-bottom: 2rem;
}
.info-stylist__heading .label {
  width: 4.5em;
  line-height: 1.75;
}
.info-stylist__heading .min {
  display: block;
  font-size: var(--font-size-base);
  margin-inline: -0.5em;
}
.info-stylist__body {
  grid-row: span 2;
  margin-top: calc(1rem - (0.5lh - 0.5em));
}

/*会社概要
-----------------------------*/
.info-company {
  background: var(--color-white);
}
.info-company__title {
  margin-bottom: 4rem;
}
.info-company__map {
  height: 30rem;
  margin-top: 4rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__title {
  margin-bottom: 3rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__title {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}
.news-detail__tags {
  padding-top: 0.5rem;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 5rem;
}
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  font-size: var(--font-size-h6);
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3rem 2.4rem;
  border-radius: 1.2rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__title {
  margin-bottom: 4rem;
}
.sitemap-list__item {
  font-size: var(--font-size-h6);
  line-height: 1.66667;
  padding: 1.25em 1em;
}
.sitemap-list .dropdown-menu__list {
  font-size: var(--font-size-base);
  line-height: calc(1em + 2.4rem);
  padding-top: 1rem;
}

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