@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 6vw;
  right: 6%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: url(../img/common/body_bg.png) center top/100% no-repeat, var(--primary-color-extralight);
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 9% 0;
  font-size: var(--font-size-19);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-voice__button
------------------------*/
.c-voice__button {
  width: 100%;
  min-height: 30vw;
  margin: 22% auto 0;
  padding: 0 5%;
  background: url(../img/common/voice-btn_bg.png) left center/cover no-repeat;
}
.c-voice__button::before {
  position: absolute;
  content: "";
  inset: auto 3% 2vw auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 3.5vw 3.5vw;
  border-color: transparent transparent var(--color-white) transparent;
  z-index: 1;
}
.c-voice__button:hover {
  transform: scale(0.97);
}
.c-voice__button .section-title {
  margin-bottom: 0;
}
.c-voice__button .section-title .title-ja {
  font-size: var(--font-size-20);
}
.c-voice__button .section-title .title-en {
  font-size: var(--font-size-12);
  color: var(--color-white);
  padding: 0 6vw;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 18% 8%;
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.c-contact__section .contact__inbox {
  padding: 10% 7%;
  background: rgba(var(--color-white-rgb), 0.7);
}
.c-contact__section .contact__title .title-en {
  padding: 0 6vw;
}
.c-contact__section .contact__title .title-en::before, .c-contact__section .contact__title .title-en::after {
  background: radial-gradient(ellipse at center, var(--primary-color-extralight) 20%, transparent 100%);
}
.c-contact__section .contact__text {
  margin-bottom: 8%;
}

/*
# c-post__tags
------------------------*/
.c-post__tags {
  gap: 1.5vw;
}
.c-post__tags .c-post__tag {
  font-size: var(--font-size-13);
  padding-left: 7vw;
  background: url(../img/top/news-tag_ic.png) left top 1.75vw/5vw no-repeat;
}

/*
# c-sns__buttons
------------------------*/
.c-sns__buttons .c-sns__button {
  margin-bottom: 10%;
}
.c-sns__buttons .c-sns__button:last-child {
  margin-bottom: 0;
}
.c-sns__buttons .c-sns__button-link {
  height: 16vw;
}
.c-sns__buttons .c-sns__button-link span {
  padding: 1vw 0 1vw 10vw;
}
.c-sns__buttons .c-sns__button-link:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
  transform: scale(0.97);
}
.c-sns__buttons .c-sns__button.sns__button--instagram span {
  background: url(../img/common/sns/Instagram_Glyph_Gradient.svg) left center/7vw no-repeat;
}
.c-sns__buttons .c-sns__button.sns__button--line span {
  background: url(../img/common/sns/LINE_logo.svg) left center/7vw no-repeat;
}

/*
# c-page__list
------------------------*/
.c-page__list {
  padding: 15% 8%;
}
.c-page__list .page__item {
  width: 100%;
  margin-bottom: 15%;
}
.c-page__list .page__item:last-child {
  margin-bottom: 0;
}
.c-page__list .page__item-link {
  height: 22vw;
  background-repeat: no-repeat;
  background-position: left 7% center;
  background-size: 14%;
}
.c-page__list .page__item-link::before {
  position: absolute;
  content: "";
  inset: auto 3% 9% auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 4vw 4vw;
  border-color: transparent transparent var(--color-white) transparent;
  z-index: 1;
}
.c-page__list .page__item-link:hover {
  transform: scale(0.97);
}
.c-page__list .page__item--skeletal .page__item-link {
  background-image: url(../img/self/skeletal-button_ic.png);
}
.c-page__list .page__item--self .page__item-link {
  background-image: url(../img/skeletal/self-button_ic.png);
}
.c-page__list .page__item--salon .page__item-link {
  background-image: url(../img/skeletal/salon-button_ic.png);
}
.c-page__list .page__item-title {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 5% 0 26%;
}
.c-page__list .page__item-title .title-ja {
  font-size: var(--font-size-16);
}
.c-page__list .page__item-title .title-en {
  color: var(--color-white);
  font-size: var(--font-size-13);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# com-frame
------------------------*/
.com-frame {
  position: relative;
  z-index: 1;
  padding: 18% 8%;
}
.com-frame::before, .com-frame::after {
  position: absolute;
  content: "";
  width: 88%;
  height: 6vw;
  background: url(../img/common/com_frame.png) top center/100% no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.com-frame::before {
  top: 0;
}
.com-frame::after {
  transform: rotate(180deg);
  bottom: 0;
}

/*
# com-button
------------------------*/
.com-button {
  width: 55%;
  min-height: 10vw;
  font-family: var(--font-secondary);
  background: var(--primary-color);
  color: var(--color-white);
  line-height: 2.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.com-button::before, .com-button::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--color-white);
  z-index: 1;
}
.com-button::before {
  left: 0;
}
.com-button::after {
  right: -10px;
  opacity: 0;
}
.com-button:hover {
  opacity: 1;
  transform: translateX(10px);
}
.com-button:hover::before {
  left: -10px;
  opacity: 0;
}
.com-button:hover::after {
  right: 0;
  opacity: 1;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  margin-bottom: 12%;
  padding-bottom: 12%;
  background: url(../img/common/section-ttl_detted.png) bottom center no-repeat;
}
.section-title .title-ja {
  line-height: 1.7391304348;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-24);
  display: block;
}
.section-title .title-ja span {
  color: var(--primary-color);
}
.section-title .title-en {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-regular);
  font-family: var(--font-secondary);
  color: var(--primary-color);
  position: relative;
}
.section-title.bg-none {
  background: none;
  padding-bottom: 0;
}
.section-title.align-left {
  text-align: left;
}

.headline-title {
  font-size: var(--font-size-19);
  color: var(--primary-color);
  margin-bottom: 5%;
}

/*==========================================
header
===========================================*/
.headline-width {
  width: 88%;
  margin: 0 auto;
}

#header {
  padding: 4% 6%;
}
#header .header__logo {
  width: 29%;
  line-height: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  width: 100%;
  height: 85vw;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  border-bottom: 2px solid var(--primary-color);
}
#top-mv::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 35%;
  height: 35vw;
  inset: auto auto -21.3333% 0;
  background: url(../img/top/mv/mv-lb_img.jpg) center/100% no-repeat;
}
#top-mv .mv__catch {
  width: 47%;
  inset: 10% auto auto 6%;
}
#top-mv .mv__catch .catch-ja {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  writing-mode: vertical-rl;
  font-size: var(--font-size-28);
}
#top-mv .mv__catch .catch-ja .border-right {
  border-right: 0.45vw solid var(--color-white);
}
#top-mv .mv__catch .catch-en {
  font-size: var(--font-size-12);
  margin-top: -4vw;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 16% 0;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__logo {
  width: 46%;
  margin: 0 auto 15%;
  display: block;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 19%;
  font-size: var(--font-size-13);
}
#footer .footer__nav-link {
  padding-left: 5vw;
}
#footer .footer__nav-link::before {
  left: 0;
}
#footer .footer__nav-link::after {
  background: none;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__nav-sub-list {
  margin-top: 10%;
}
#footer .footer__nav-sub-list .footer__nav-sub-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--body-font-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}
#footer .footer__nav-sub-list .footer__nav-sub-item:last-child::after {
  background: none;
}
#footer .footer__nav-sub-list .footer__nav-sub-item:last-child .footer__nav-sub-link {
  padding-right: 0;
}
#footer .footer__nav-sub-list .footer__nav-sub-link {
  font-size: var(--font-size-12);
  padding: 0 4vw;
}
#footer .footer__nav-sub-list .footer__nav-sub-link:hover {
  text-decoration: underline;
}

#copyright {
  margin-top: 15%;
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  font-size: var(--font-size-11);
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
  text-align: center;
  width: 10%;
}
.pagetop::before {
  position: absolute;
  inset: -8vw 0 auto;
  margin: 0 auto;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop:hover {
  transform: scale(0.95);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40vw;
  border-bottom: 2px solid var(--primary-color);
}
.lower-sv .sv__title {
  inset: auto 0 13.333%;
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-18);
  padding: 2vw 0;
  margin-bottom: 3%;
}
.lower-sv .sv__title .title-ja:first-letter {
  color: var(--primary-color);
}
.lower-sv .sv__title .title-ja::before, .lower-sv .sv__title .title-ja::after {
  position: absolute;
  content: "";
  background: var(--color-white);
  left: 0;
  height: 0.55vw;
}
.lower-sv .sv__title .title-ja::before {
  width: 50%;
  top: 0;
}
.lower-sv .sv__title .title-ja::after {
  width: 100%;
  bottom: 0;
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-13);
  padding-left: 3vw;
}

#skeletal-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/skeletal-sv_bg.jpg) center/cover no-repeat;
}

#self-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/self-sv_bg.jpg) center/cover no-repeat;
}

#voice-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/voice-sv_bg.jpg) center/cover no-repeat;
}

#salon-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/salon-sv_bg.jpg) center/cover no-repeat;
}

#blog-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/blog-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/sv_blur.png) left center/56.7977% 100% no-repeat, url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
.top-bg {
  background: url(../img/top/top_grd.png) top center no-repeat;
  padding-top: 15.625%;
  margin-top: -15.625%;
}

/*
# top-concept
------------------------*/
#top-concept {
  padding: 25% 0 20%;
  position: relative;
}
#top-concept .concept__title {
  text-align: center;
}
#top-concept .concept__title .title-en {
  padding: 0 6vw;
}
#top-concept .concept__imgs {
  margin-top: 15%;
}

/*
# top-worries
------------------------*/
#top-worries {
  padding: 0 0 25%;
}
#top-worries .worries__title .title-en {
  padding: 0 6vw;
}
#top-worries .worries__title .title-en::before, #top-worries .worries__title .title-en::after {
  background: radial-gradient(ellipse at center, var(--primary-color-extralight) 20%, transparent 100%);
}
#top-worries .worries__text {
  margin-top: 12%;
  padding: 10% 7%;
}
#top-worries .worries__text span {
  font-size: var(--font-size-17);
  border-bottom: 2px solid var(--primary-color-light);
}

.com-worries__list .worries__item {
  padding-left: 9vw;
  font-size: var(--font-size-16);
  margin-bottom: 5%;
}
.com-worries__list .worries__item:last-child {
  margin-bottom: 0;
}
.com-worries__list .worries__item::before {
  width: 6vw;
  height: 6vw;
  inset: 1vw auto auto 0;
  border: 3px solid var(--primary-color-light);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: var(--font-size-21);
  background: var(--color-white);
}
.com-worries__list .worries__item span {
  padding: 0 1vw;
}

/*
# top-reason
------------------------*/
#top-reason {
  padding: 28% 0 15%;
  position: relative;
}
#top-reason .reason__inbox {
  position: relative;
}
#top-reason .reason__img {
  margin-bottom: 12%;
}
#top-reason .reason__title {
  text-align: center;
}
#top-reason .reason__title .title-en {
  padding: 0 6vw;
}
#top-reason .reason__title .title-en::before, #top-reason .reason__title .title-en::after {
  background: radial-gradient(ellipse at center, var(--primary-color-extralight) 20%, transparent 100%);
}
#top-reason .reason__item {
  margin-bottom: 12%;
}
#top-reason .reason__item:last-child {
  margin-bottom: 0;
}
#top-reason .reason__item-title {
  font-size: var(--font-size-20);
  margin-bottom: 5%;
  padding: 2% 0 2% 18%;
}
#top-reason .reason__item:nth-child(1) .reason__item-title {
  background: url(../img/top/reason-item01_ic.png) left center/15% no-repeat;
}
#top-reason .reason__item:nth-child(2) .reason__item-title {
  background: url(../img/top/reason-item02_ic.png) left center/15% no-repeat;
}
#top-reason .reason__item:nth-child(3) .reason__item-title {
  background: url(../img/top/reason-item03_ic.png) left center/15% no-repeat;
}
#top-reason .reason__top-img {
  position: absolute;
  inset: -15vw 0 auto auto;
  width: 75%;
}

/*
# top-self
------------------------*/
#top-self {
  padding: 12% 0;
  background: url(../img/top/self_bg.png) center top/cover no-repeat;
}
#top-self .self__title .title-en {
  padding: 0 6vw;
}
#top-self .self__part {
  margin-bottom: 15%;
  padding: 10% 7%;
}
#top-self .self__part-title {
  font-size: var(--font-size-20);
  line-height: 1.6666666667;
  margin-bottom: 8%;
  text-align: center;
}
#top-self .self__part-img {
  text-align: center;
  margin-bottom: 8%;
  position: relative;
}
#top-self .self__part-caption {
  writing-mode: vertical-rl;
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-medium);
  bottom: 0;
}
#top-self .self__part-text {
  color: var(--primary-color);
  margin-bottom: 10%;
}
#top-self .self__part:nth-of-type(odd) .self__part-img img {
  box-shadow: 2px 2px var(--primary-color);
}
#top-self .self__part:nth-of-type(odd) .self__part-caption {
  left: -3%;
}
#top-self .self__part:nth-of-type(even) .self__part-img img {
  box-shadow: -2px 2px var(--primary-color);
}
#top-self .self__part:nth-of-type(even) .self__part-caption {
  right: -3%;
}
#top-self .self__part-button {
  margin-left: auto;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 18% 0;
}
#top-info .info__title {
  margin-bottom: 15%;
}
#top-info .info__title .title-en {
  padding: 0 6vw;
}
#top-info .info__title .title-en::before, #top-info .info__title .title-en::after {
  background: radial-gradient(ellipse at center, var(--primary-color-extralight) 20%, transparent 100%);
}
#top-info .info__content .info__table {
  padding: 10% 7%;
}
#top-info .info__content .info__button {
  margin: 60px auto 0;
}
#top-info #g-map {
  margin-top: 15%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 15% 0;
}
#top-news .news__title .title-en {
  padding: 0 6vw;
}
#top-news .news__title .title-en::before, #top-news .news__title .title-en::after {
  background: radial-gradient(ellipse at center, var(--primary-color-extralight) 20%, transparent 100%);
}
#top-news .news__post {
  margin-bottom: 8%;
}
#top-news .news__post-link {
  padding: 7% 5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 2vw;
}
#top-news .news__post-link:hover {
  opacity: 1;
  transform: translateX(10px);
  background: var(--primary-color-light);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-date {
  font-size: var(--font-size-14);
  order: 3;
  width: 100%;
  text-align: right;
}
#top-news .news__post .c-post__tags {
  width: 100%;
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-15);
}
#top-news .news__button {
  margin: 15% 0 0 auto;
}

/*==========================================
skeletal
===========================================*/
.skeletal-bg {
  background: url(../img/skeletal/skeletal_grd.png) top center no-repeat;
  padding-top: 15.625%;
  margin-top: -15.625%;
}

/*
# skeletal-about
------------------------*/
#skeletal-about .about__theory {
  position: relative;
  margin-bottom: 18%;
  padding: 0;
}
#skeletal-about .theory__img {
  margin-bottom: 8%;
}
#skeletal-about .about__reason {
  margin-bottom: 18%;
  padding: 18% 4%;
}
#skeletal-about .about__reason::before, #skeletal-about .about__reason::after {
  width: 100%;
}
#skeletal-about .reason__title {
  text-align: center;
}
#skeletal-about .reason__text span {
  font-size: var(--font-size-17);
}
#skeletal-about .about__strengths {
  padding: 10% 7%;
}
#skeletal-about .about__strengths .strengths__title {
  text-align: center;
  font-size: var(--font-size-21);
  margin-bottom: 8%;
}
#skeletal-about .about__strengths .strengths__item {
  margin-bottom: 12%;
}
#skeletal-about .about__strengths .strengths__item:last-child {
  margin-bottom: 0;
}
#skeletal-about .about__strengths .strengths__item::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 9vw;
  inset: 0 auto auto 0;
  background: url(../img/skeletal/strength-item_ic.png) center/100% no-repeat;
}
#skeletal-about .about__strengths .strengths__item-title {
  font-size: var(--font-size-18);
  margin-bottom: 5%;
  padding-left: 13%;
}
#skeletal-about .about__strengths .strengths__item-text {
  padding: 8% 7%;
}

/*
# skeletal-basic
------------------------*/
.com-part {
  margin-bottom: 15%;
}
.com-part__title {
  text-align: center;
}
.com-part__img {
  margin-bottom: 8%;
}
.com-part__content {
  padding: 10% 7%;
}
.com-part__text span {
  font-size: var(--font-size-17);
}

.com-recommended {
  padding: 12% 0;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 15%;
}
.com-recommended .recommended__title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 10%;
}
.com-recommended .recommended__item {
  width: 90%;
  margin-bottom: 7%;
  font-size: var(--font-size-17);
  padding: 3% 3% 3% 13%;
  background-image: url(../img/skeletal/recommend_ic.svg);
  background-size: 6vw 6vw;
  background-repeat: no-repeat;
  background-position: 4% 3vw;
  border-left: 1vw solid var(--primary-color-light);
}
.com-recommended .recommended__item:last-child {
  margin-bottom: 0;
}
.com-recommended .recommended__item.ml-auto {
  margin-left: auto;
}

#skeletal-basic {
  background: url(../img/skeletal/basic_bg.png) center top/cover no-repeat;
}
#skeletal-basic .basic__title .title-ja {
  line-height: 1.0869565217;
  font-size: var(--font-size-23);
}
#skeletal-basic .basic__text {
  margin-bottom: 18%;
}
#skeletal-basic .basic__instructor {
  margin-bottom: 18%;
}
#skeletal-basic .basic__instructor .instructor__inner {
  margin-bottom: 15%;
}
#skeletal-basic .basic__instructor .instructor__inner:last-child {
  margin-bottom: 0;
}
#skeletal-basic .basic__instructor .instructor__title {
  text-align: center;
  margin-bottom: 8%;
}
#skeletal-basic .basic__instructor .instructor__img {
  width: 100%;
  height: 84vw;
}
#skeletal-basic .basic__instructor .instructor__img img {
  width: 90%;
  height: 90%;
  box-shadow: 3vw 3vw var(--primary-color-light);
}
#skeletal-basic .basic__instructor .instructor__name {
  text-align: right;
}
#skeletal-basic .basic__instructor .instructor__name span {
  font-size: var(--font-size-18);
}
#skeletal-basic .basic__price {
  background: #fbf7fe;
  padding: 10% 7%;
}
#skeletal-basic .basic__price .price__title {
  text-align: center;
  margin-bottom: 8%;
}
#skeletal-basic .basic__price .price__text {
  margin-bottom: 10%;
}
#skeletal-basic .basic__price .menu__item {
  padding: 4%;
}
#skeletal-basic .basic__price .menu__item:nth-child(odd) {
  background: var(--color-white);
}
#skeletal-basic .basic__price .menu__item-title {
  max-width: 55%;
  font-size: var(--font-size-15);
}
#skeletal-basic .basic__price .menu__item-text {
  max-width: 40%;
}

/*==========================================
self
===========================================*/
.self-bg {
  background: url(../img/self/self_grd.png) top center no-repeat;
  padding-top: 15.625%;
  margin-top: -15.625%;
}

/*
# self-care
------------------------*/
#self-care .care__worries {
  margin-bottom: 18%;
  padding: 18% 3%;
}
#self-care .care__worries::before, #self-care .care__worries::after {
  width: 100%;
}
#self-care .care__worries .worries__title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 11%;
}
#self-care .care__worries .com-worries__list {
  margin-bottom: 15%;
}
#self-care .care__worries .worries__text span {
  font-size: var(--font-size-17);
}

/*
# care__support
------------------------*/
.care__support {
  padding: 15% 0;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 18%;
}
.care__support .support__title {
  text-align: center;
  margin-bottom: 8%;
}
.care__support .support__text span {
  font-size: var(--font-size-17);
}

/*
# care__course
------------------------*/
.care__course {
  margin-bottom: 15%;
}
.care__course .course__title {
  font-size: var(--font-size-20);
  padding: 3% 0 3% 10%;
  z-index: 1;
  margin-bottom: 5%;
}
.care__course .course__title::before {
  width: 13vw;
  height: 13vw;
  inset: 0 auto 0 0;
  background: radial-gradient(ellipse at center, var(--primary-color-extralight) 20%, transparent 100%);
  z-index: -1;
}
.care__course .course__title::after {
  background: none;
}
.care__course .course__img {
  width: 90%;
  height: 51vw;
  margin: 0 auto 8%;
}
.care__course .course__list {
  padding: 8% 5%;
}
.care__course .course__item {
  margin-bottom: 6%;
}
.care__course .course__item:last-child {
  margin-bottom: 0;
}
.care__course .course__item dt {
  width: 25%;
  text-align: center;
}
.care__course .course__item dd {
  width: 65%;
}

/*==========================================
voice
===========================================*/
.voice-bg {
  background: url(../img/voice/voice_grd.png) top center no-repeat;
  padding-top: 15.625%;
  margin-top: -15.625%;
}

#voice-arvhice .voice__text {
  margin-bottom: 10%;
}
#voice-arvhice .voice__tags {
  padding: 10% 6%;
  margin-bottom: 12%;
}
#voice-arvhice .voice__tags .voice__tag-link {
  width: auto;
  font-size: var(--font-size-12);
  background: none;
  min-height: auto;
  color: var(--body-font-color);
}
#voice-arvhice .voice__tags .voice__tag-link::before {
  position: inherit;
  background: none;
  content: "#";
  height: auto;
}
#voice-arvhice .voice__post {
  padding: 10% 7%;
  margin-bottom: 15%;
}
#voice-arvhice .voice__post:last-child {
  margin-bottom: 0;
}
#voice-arvhice .voice__post .voice__post-bfaf {
  margin-bottom: 15%;
}
#voice-arvhice .voice__post .voice__post-bfaf::before {
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
  color: var(--primary-color);
  font-size: var(--font-size-30);
  transform: rotate(90deg);
}
#voice-arvhice .voice__post .voice__post-bfaf:has(.voice__img--after) .voice__img--before {
  margin-bottom: 22%;
}
#voice-arvhice .voice__post .voice__post-bfaf:has(.voice__img--after)::before {
  opacity: 1;
}
#voice-arvhice .voice__post-img {
  width: 100%;
  height: 55vw;
}
#voice-arvhice .voice__post-title {
  padding: 5% 6%;
  margin-bottom: 6%;
}
#voice-arvhice .voice__post .c-post__tags {
  justify-content: flex-end;
  margin-bottom: 8%;
}
#voice-arvhice .voice__post .voice__post-prof {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 8% auto;
  font-size: var(--font-size-14);
  padding: 1vw 3vw;
}

/*==========================================
salon
===========================================*/
.salon-bg {
  background: url(../img/salon/salon_grd.png) top center no-repeat;
  padding-top: 15.625%;
  margin-top: -15.625%;
}

/*
# salon-greeting
------------------------*/
#salon-greeting .greeting__inbox {
  border-bottom: 2px solid var(--primary-color);
  padding: 18% 8%;
}
#salon-greeting .greeting__img {
  margin-bottom: 8%;
}

/*
# salon-info
------------------------*/
#salon-info .info__table {
  margin-bottom: 15%;
  padding: 10% 7%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/