@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-salon__info
------------------------*/
.c-salon__info {
  box-shadow: 0 0 20px var(--color-black);
  padding: 30px;
}
.c-salon__info .salon__info-item {
  width: 360px;
  padding: 40px 15px 15px;
  border-left: 1px solid var(--color-gray);
}
.c-salon__info .salon__info-item:first-child {
  border-left: none;
}
.c-salon__info .salon__item-name {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: var(--font-size-16);
}
.c-salon__info .salon__item-name::first-line {
  font-size: var(--font-size-26);
}
.c-salon__info .salon__item-address {
  letter-spacing: 0;
}
.c-salon__info .salon__item-address .address__locate {
  margin-bottom: 25px;
}
.c-salon__info .salon__item-address .address__worktime {
  margin-bottom: 15px;
}
.c-salon__info .salon__item-address .address__worktime .worktime__title {
  font-size: var(--font-size-20);
  margin-bottom: 5px;
}
.c-salon__info .salon__item-address .address__worktime .worktime__title span {
  position: relative;
}
.c-salon__info .salon__item-address .address__worktime .worktime__title span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  inset: 0 -45px 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
  opacity: 0.5;
}
.c-salon__info .salon__item-address .address__worktime .worktime__time {
  padding-left: 10px;
}
.c-salon__info .salon__item-address .address__tel {
  text-align: center;
  line-height: 1.3;
}
.c-salon__info .salon__item-address .address__tel .tel__num {
  font-size: var(--font-size-22);
}
.c-salon__info .salon__item-address .address__tel .tel__num small {
  font-size: var(--font-size-16);
  letter-spacing: 0.06em;
}
.c-salon__info .salon__item-address .address__tel .tel__text {
  display: block;
}
.c-salon__info .salon__item-buttons {
  margin-top: 20px;
  gap: 15px 30px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  padding: 15px 25px;
  position: relative;
  z-index: 1;
}
.com-table::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-white);
  z-index: -1;
}
.com-table tr {
  display: flex;
  padding: 12px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 160px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 160px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 35px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 400px;
}

/*
# com-button
------------------------*/
.com-button {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  letter-spacing: 0.12em;
  font-weight: var(--font-weight-medium);
}
.com-button span {
  padding: 7px 7px 7px 25px;
  display: inline-block;
  transition: all 0.3s;
  border-bottom: 1px solid var(--color-gray);
  background: url(../img/common/com-button_arr.png) left 5px center no-repeat;
}
.com-button:hover {
  opacity: 1;
}
.com-button:hover span {
  background-color: var(--body-font-color);
  color: var(--color-white);
}

/*
# triangle-deco
------------------------*/
.triangle-deco {
  position: relative;
  z-index: 1;
}
.triangle-deco--before::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 418px 690px 0px 0px;
  border-color: var(--color-gray-light) transparent transparent transparent;
  z-index: -1;
  inset: 0 auto auto 0;
}
.triangle-deco--after::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 418px 690px;
  border-color: transparent transparent var(--color-gray-light) transparent;
  z-index: -1;
  inset: auto 0 0 auto;
}

/*
# com-frame-deco
------------------------*/
.com-frame-deco {
  position: relative;
}
.com-frame-deco--before::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 36px;
  background: url(../img/common/frame_deco.png) center/100% no-repeat;
  inset: auto auto 0 0;
  transform: rotate(-90deg);
  inset: auto auto -6px -4px;
}
.com-frame-deco--after::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 36px;
  background: url(../img/common/frame_deco.png) center/100% no-repeat;
  inset: 0 0 auto auto;
  transform: rotate(90deg);
  inset: -6px -4px auto auto;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  margin-bottom: 70px;
}
.section-title span {
  display: block;
}
.section-title.align-center {
  text-align: center;
}
.section-title .title-en {
  font-size: var(--font-size-56);
  letter-spacing: 0.12em;
  font-family: var(--font-secondary);
  line-height: 1.2;
}
.section-title .title-ja {
  font-size: var(--font-size-24);
  letter-spacing: 0.2em;
  font-weight: var(--font-weight-medium);
}
.section-title.title-deco {
  padding-top: 35px;
  text-align: center;
  background: url(../img/common/ttl-deco_gray.png) top center no-repeat;
}
.section-title.title-deco--white {
  background: url(../img/common/ttl-deco_white.png) top center no-repeat;
}

.title-horizon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 75px;
}
.title-horizon::before, .title-horizon::after {
  content: "";
  height: 140px;
  flex-grow: 1;
  background: url(../img/common/horizon-ttl_bg.png) center/cover repeat-x;
}
.title-horizon::before {
  margin-right: 7rem;
}
.title-horizon::after {
  margin-left: 7rem;
}
.title-horizon .section-title {
  margin-bottom: 0;
}

.title-icon {
  position: relative;
  display: inline-block !important;
}
.title-icon--before::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 19px;
  background: url(../img/common/section-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.title-icon--before::before {
  left: -70px;
  transform: scale(-1, 1);
}
.title-icon--after::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 19px;
  background: url(../img/common/section-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.title-icon--after::after {
  right: -70px;
}

.headline-title {
  font-size: var(--font-size-24);
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 33px 20px;
}
#header .header__logo {
  line-height: 1;
}
#header .header__nav-list {
  gap: 10px 30px;
}
#header .header__nav-item:has(.dropdown-menu) {
  position: relative;
}
#header .header__nav-item:has(.dropdown-menu):hover {
  cursor: default;
}
#header .header__nav-item:has(.dropdown-menu):hover .dropdown-menu__list {
  opacity: 1;
  visibility: visible;
}
#header .header__nav-item .dropdown-menu__list {
  width: 290px;
  position: absolute;
  inset: 50px 0 auto -30px;
  background: var(--color-white);
  padding: 15px 0 15px 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#header .header__nav-item .dropdown-menu__item {
  border-left: 1px solid var(--color-gray);
  letter-spacing: 0.2em;
}
#header .header__nav-item .dropdown-menu__link {
  padding: 10px;
  display: block;
}
#header .header__nav a.header__nav-link {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav a.header__nav-link::before, #header .header__nav a.header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--body-font-color);
  position: absolute;
  display: block;
}
#header .header__nav a.header__nav-link::before {
  left: 50%;
}
#header .header__nav a.header__nav-link:after {
  right: 50%;
}
#header .header__nav a.header__nav-link:hover {
  color: var(--body-font-color);
}
#header .header__nav a.header__nav-link:hover::before, #header .header__nav a.header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--body-font-color);
}
#header .header__nav a.header__nav-link.current {
  border-bottom: 1px solid;
}
#header .header__nav a.header__nav-link.current::before, #header .header__nav a.header__nav-link.current::after {
  border-bottom: none;
}
#header .header__nav a.header__nav-link.current:hover::before, #header .header__nav a.header__nav-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(600px, 43.7495vw, 840px);
  position: relative;
  z-index: 1;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv::before {
  position: absolute;
  content: "";
  width: 7.8125%;
  height: 100%;
  z-index: 100;
  background: var(--color-white);
  inset: 0 auto 0 0;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto auto 8.9285% 3.3854%;
  z-index: 100;
}
#top-mv #mv__slider {
  height: clamp(600px, 43.7495vw, 840px);
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 60px 0 35px;
}
#footer .footer__inbox {
  width: 1140px;
}
#footer .footer__logo {
  display: block;
  width: 159px;
  margin: 0 auto 65px;
}
#footer .footer__nav {
  margin-top: 65px;
}
#footer .footer__nav-list {
  gap: 15px 35px;
}
#footer .footer__nav-link {
  font-size: var(--font-size-15);
  letter-spacing: 0;
}
#footer .footer__nav .dropdown-menu__list {
  padding-left: 10px;
  margin-top: 5px;
  border-left: 1px solid var(--color-white);
  line-height: 1.3;
}
#footer .footer__nav .dropdown-menu__list .dropdown-menu__link {
  color: var(--color-white);
  font-size: var(--font-size-15);
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0;
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv .sv__title {
  text-align: center;
}
.lower-sv .sv__title span {
  letter-spacing: 0.2em;
  display: block;
  line-height: 1.8;
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-56);
  font-family: var(--font-secondary);
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-20);
}

#concept-sv {
  background: url(../../img/sv/concept-sv_bg.jpg) center/cover no-repeat;
}

#clear-sv {
  background: url(../../img/sv/clear-sv_bg.jpg) center/cover no-repeat;
}

#medical-salon-blanchir-sv {
  background: url(../../img/sv/medical-salon-blanchir-sv_bg.jpg) center/cover no-repeat;
}

#salon-de-blanchir-sv {
  background: url(../../img/sv/salon-de-blanchir-sv_bg.jpg) center/cover no-repeat;
}

#owner-sv {
  background: url(../../img/sv/owner-sv_bg.jpg) center/cover no-repeat;
}

#school-sv {
  background: url(../../img/sv/school-sv_bg.jpg) center/cover no-repeat;
}

#company-sv {
  background: url(../../img/sv/company-sv_bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-concept
------------------------*/
#top-concept {
  padding: 115px 0 165px;
  background: url(../img/top/concept-r_bg.png) center right no-repeat;
}
#top-concept .concept__title {
  margin-bottom: 35px;
}
#top-concept .concept__title .title-en {
  font-size: 7.2rem;
}
#top-concept .concept__inbox {
  position: relative;
}
#top-concept .concept__inbox::before {
  inset: -5px auto auto -50px;
  border-color: #f9f9f9 transparent transparent transparent;
}
#top-concept .concept__inbox::after {
  inset: -5px auto auto -50px;
  transform: rotate(0);
}
#top-concept .concept__img {
  position: absolute;
  inset: 0 -190px auto auto;
}
#top-concept .concept__content {
  width: 650px;
  padding-top: 35px;
}
#top-concept .concept__content::before, #top-concept .concept__content::after {
  position: absolute;
  content: "";
  background: var(--color-gray);
}
#top-concept .concept__content::before {
  width: 680px;
  height: 1px;
  inset: 0 auto auto -45px;
}
#top-concept .concept__content::after {
  width: 1px;
  height: 410px;
  inset: 0 auto auto -45px;
}
#top-concept .concept__button {
  margin: 40px 0 0 auto;
}

/*
# top-service
------------------------*/
.service__section .service__title {
  padding: 25px 0 75px;
  background: url(../img/common/service-ttl_bg.png) center/cover no-repeat;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.service__section .service__title .title-en {
  position: absolute;
  inset: -48px 0 auto;
  line-height: 0.7;
  font-size: 7.2rem;
}
.service__section .service__title .title-en::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  opacity: 0.1;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

#top-service .top-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 800px;
}
#top-service .top-service__list .service__item--facial {
  grid-area: 1/1/4/2;
}
#top-service .top-service__list .service__item--facial .service__item-link::after {
  background: url(../img/top/service-facial_bg.jpg) center/cover no-repeat;
}
#top-service .top-service__list .service__item--body {
  grid-area: 1/2/2/3;
}
#top-service .top-service__list .service__item--body .service__item-link::after {
  background: url(../img/top/service-body_bg.jpg) center/cover no-repeat;
}
#top-service .top-service__list .service__item--hair-hair-removal {
  grid-area: 2/2/3/3;
}
#top-service .top-service__list .service__item--hair-hair-removal .service__item-link::after {
  background: url(../img/top/service-removal_bg.jpg) center/cover no-repeat;
}
#top-service .top-service__list .service__item-link {
  width: 100%;
  height: 100%;
  text-align: center;
}
#top-service .top-service__list .service__item-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -2;
}
#top-service .top-service__list .service__item-link:hover {
  text-shadow: 0 0 8px var(--color-black);
}
#top-service .top-service__list .service__item-link:hover::before {
  opacity: 0.3;
}
#top-service .top-service__list .service__item-title {
  margin-bottom: 15px;
}
#top-service .top-service__list .service__item-button {
  margin: 15px auto 0;
}

/*
# top-case
------------------------*/
#top-case {
  padding: 85px 0 135px;
  background: url(../img/top/case_bg.png) center/cover no-repeat;
}
#top-case .case__headline {
  width: 1080px;
  margin: 0 auto 60px;
}
#top-case .case__title {
  margin-bottom: 0;
}
#top-case .case__title span {
  display: inline-block;
}
#top-case .case__title span.title-en {
  font-size: 7.2rem;
}
#top-case .case__title span.title-ja {
  margin-left: 15px;
}
#top-case .swiper-container {
  padding: 0 16vw;
}
#top-case .swiper-slide {
  padding: 20px;
}
#top-case .case__item-fig {
  position: relative;
}
#top-case .case__item-fig .case__fig-img {
  width: 100%;
  height: 100%;
}
#top-case .case__item-fig--before {
  width: 63.5%;
  height: 10.416vw;
  min-height: 135px;
}
#top-case .case__item-fig--before::before {
  position: absolute;
  content: "";
  width: 15.35%;
  height: 19.9%;
  border-top: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  inset: 36% -23% auto auto;
}
#top-case .case__item-fig--after {
  width: 97%;
  height: 15.6245vw;
  min-height: 200px;
  margin: -14.5% 0 0 auto;
}
#top-case .case__item-fig .case__fig-cap {
  position: absolute;
  inset: 20px 0 auto auto;
  z-index: 1;
  padding: 0 10px;
}
#top-case .case__item-title {
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-24);
  padding: 10px 0;
}
#top-case .swiper-button__container {
  width: 1080px;
  margin: 0 auto;
  position: absolute;
  inset: 0;
  margin: 0 auto;
}
#top-case .swiper-button__container .swiper-button-prev,
#top-case .swiper-button__container .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: none;
}
#top-case .swiper-button__container .swiper-button-prev::before,
#top-case .swiper-button__container .swiper-button-next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  font-size: var(--font-size-25);
}

/*
# top-owner
------------------------*/
#top-owner {
  padding: 140px 0;
}
#top-owner .owner__content-outer {
  width: 770px;
  margin: 0 auto;
  min-height: 540px;
  padding: 80px 50px 70px;
}
#top-owner .owner__content-outer::after {
  transform: rotate(90deg);
  inset: -10px -10px auto auto;
}
#top-owner .owner__content-outer .owner__img {
  position: absolute;
  inset: -30px auto auto -30px;
  z-index: -1;
}
#top-owner .owner__content-outer .owner__content {
  width: 320px;
  margin-left: auto;
}
#top-owner .owner__content-outer .owner__text--name {
  font-size: var(--font-size-20);
  margin-bottom: 25px;
  line-height: 36px/var(--font-size-20);
}
#top-owner .owner__content-outer .owner__text--msg span {
  display: block;
  text-align: right;
}
#top-owner .owner__content-outer .owner__button {
  margin: 35px 0 0 auto;
}

/*
# top-salon
------------------------*/
#top-salon .salon__title {
  margin-bottom: 30px;
}
#top-salon .salon__list .salon__card {
  /*==========================================
  画面幅3分割レイアウト
  ===========================================*/
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}
#top-salon .salon__list .salon__card-link {
  display: block;
  overflow: hidden;
}
#top-salon .salon__list .salon__card-link:hover .bg-color-white {
  background: var(--color-gray-light);
}
#top-salon .salon__list .salon__card-img {
  width: 100%;
  height: 400px;
}
#top-salon .salon__list .salon__card-cap {
  padding: 15px;
  text-align: center;
}
#top-salon .salon__list .salon__card-cap .bg-color-white {
  padding: 20px;
  transition: all 0.3s;
}
#top-salon .salon__list .salon__card-cap span {
  display: block;
  line-height: 1.6;
}
#top-salon .salon__list .salon__card-cap span.cap-en {
  font-size: clamp(24px, 1.67vw, 32px);
  letter-spacing: 0.06em;
}
#top-salon .salon__list .salon__card-cap span.cap-ja {
  font-size: clamp(14px, 0.866vw, 18px);
  letter-spacing: 0.2em;
}

/*
# top-school
------------------------*/
#top-school {
  padding: 150px 0 85px;
}
#top-school::before {
  inset: 0 0 auto auto;
  border-width: 0px 690px 418px 0px;
  border-color: transparent var(--color-gray-light) transparent transparent;
}
#top-school::after {
  inset: auto auto 0 0;
  border-width: 418px 0px 0px 690px;
  border-color: transparent transparent transparent var(--color-gray-light);
}
#top-school .shool__content-outer {
  padding: 50px 50px 100px;
  position: relative;
  z-index: 1;
}
#top-school .shool__content-outer::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid var(--color-white);
  inset: 0;
  margin: auto;
}
#top-school .shool__content-outer .school__title {
  margin-bottom: 35px;
}
#top-school .shool__content-outer .school__title .title-en {
  letter-spacing: 0.2em;
}
#top-school .shool__content-outer .school__title .title-ja {
  display: inline-block;
}
#top-school .shool__content-outer .school__content {
  width: 480px;
}
#top-school .shool__content-outer .school__img {
  position: absolute;
  inset: -60px 0 auto auto;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 50px 0;
}
#top-news .news__inbox {
  width: 1180px;
  position: relative;
}
#top-news .news__wrap {
  padding: 40px 50px;
  min-height: 340px;
}
#top-news .news__title {
  width: 220px;
  padding: 0 20px;
}
#top-news .news__post-list {
  width: 780px;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 15px 0;
  font-size: var(--font-size-15);
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post:last-child .news__post-link {
  padding-bottom: 0;
}
#top-news .news__post-date {
  width: 90px;
}
#top-news .news__post-tags {
  width: calc(100% - 95px);
  gap: 5px 7px;
}
#top-news .news__post-tags .news__post-tag {
  position: relative;
  padding-left: 8px;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  border-left: 1px solid var(--color-gray);
  height: 15px;
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__post-title {
  margin-top: 5px;
}
#top-news .news__button {
  position: absolute;
  inset: auto auto 85px 80px;
}

/*
# top-related
------------------------*/
#top-related {
  padding: 35px 0;
}
#top-related .related__content {
  width: 800px;
  margin: 0 auto;
  padding: 20px 55px;
}
#top-related .related__title {
  margin-bottom: 50px;
}
#top-related .related__button-list {
  gap: 15px 80px;
}
#top-related .related__button-list .related__button-link {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
}
#top-related .related__button-list .related__button-link:hover {
  opacity: 1;
  background: var(--color-gray);
  color: var(--color-white);
}

/*==========================================
concept
===========================================*/
.about__section .about__title {
  text-align: center;
  margin-bottom: 75px;
}
.about__section .about__content {
  width: 590px;
}
.about__section .about__img {
  margin-right: -100px;
}

/*
# concept-legacy
------------------------*/
#concept-legacy {
  padding: 85px 0 195px;
  background: url(../img/concept/legacy-top_bg.png) top center repeat-x;
}
#concept-legacy .legacy__img {
  position: relative;
  margin-bottom: 35px;
}
#concept-legacy .legacy__img .legacy__title {
  position: absolute;
  inset: auto auto 0 0;
  margin-bottom: 0;
}
#concept-legacy .legacy__img .legacy__title span {
  padding: 5px;
}
#concept-legacy .legacy__img .legacy__title .title-en {
  font-size: 7.2rem;
  display: inline-block;
}
#concept-legacy .legacy__text {
  letter-spacing: 0.105em;
}

/*
# concept-service
------------------------*/
#concept-service {
  margin-bottom: 105px;
}
#concept-service .service__part {
  padding: 120px 0 115px;
  border-bottom: 1px solid var(--color-gray);
}
#concept-service .service__part-headline {
  position: relative;
  margin-bottom: 75px;
}
#concept-service .service__part:nth-of-type(odd) .service__headline-img {
  right: 0;
}
#concept-service .service__part:nth-of-type(even) .service__headline-img {
  left: 0;
}
#concept-service .service__part:nth-of-type(even) .service__headline-content {
  margin-left: auto;
}
#concept-service .service__headline-img {
  position: absolute;
  top: 0;
}
#concept-service .service__headline-content {
  width: 525px;
  min-height: 420px;
}
#concept-service .service__part-menu .service__menu-title {
  text-align: center;
  border-bottom: none;
}
#concept-service .service__part-menu .service__menu-list {
  gap: 45px;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item {
  width: 330px;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .menu__item-link {
  padding: 15px;
  display: block;
  text-align: center;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .menu__item-link:hover {
  opacity: 1;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .menu__item-link:hover .bg-color-white {
  background: var(--color-gray-light);
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .bg-color-white {
  padding: 20px 0;
  transition: all 0.3s;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .bg-color-white span {
  display: block;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .menu-en {
  font-size: var(--font-size-24);
  letter-spacing: 0.06em;
}
#concept-service .service__part-menu .service__menu-list .service__menu-item .menu-ja {
  font-size: var(--font-size-15);
}

/*
# concept-case
------------------------*/
#concept-case {
  padding-bottom: 115px;
}
#concept-case .case__card {
  width: 1060px;
  margin: 0 auto 80px;
  padding: 35px 30px;
}
#concept-case .case__card:last-child {
  margin-bottom: 0;
}
#concept-case .case__card-imgs {
  gap: 15px 60px;
}
#concept-case .case__card-fig {
  position: relative;
  margin-bottom: 25px;
}
#concept-case .case__card-fig--before {
  width: 400px;
  height: 310px;
}
#concept-case .case__card-fig--before::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-left: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  inset: auto -40px -50px auto;
}
#concept-case .case__card-fig--after {
  width: 540px;
  height: 400px;
  margin-top: 20px;
}
#concept-case .case__card .case__card-img {
  width: 100%;
  height: 100%;
}
#concept-case .case__card .case__card-cap {
  position: absolute;
  inset: 20px 0 auto auto;
  font-size: var(--font-size-20);
  padding: 0 10px;
  z-index: 10;
}

/*==========================================
clear
===========================================*/
.features__section .features__title {
  text-align: center;
}
.features__section .features__card {
  width: 520px;
  padding: 20px;
}
.features__section .features__card-img {
  margin-bottom: 20px;
}
.features__section .features__card-title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 20px;
}

.case__section {
  padding: 65px 0;
}
.case__section .case__link {
  width: 800px;
  margin: 0 auto;
  display: block;
}
.case__section .case__link::before, .case__section .case__link::after {
  z-index: 1;
}
.case__section .case__link::before {
  left: -10px;
  top: -10px;
  right: auto;
  transform: rotate(0);
}
.case__section .case__link::after {
  left: auto;
  top: auto;
  bottom: -10px;
  right: -10px;
  transform: rotate(180deg);
}
.case__section .case__link:hover {
  transform: scale(0.97);
  background: var(--color-gray-light);
}
.case__section .case__link:hover .case__link-inner::before, .case__section .case__link:hover .case__link-inner::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.case__section .case__link-inner {
  padding: 55px 0 75px;
  position: relative;
}
.case__section .case__link-inner::before, .case__section .case__link-inner::after {
  position: absolute;
  content: "";
  width: 317px;
  height: 192px;
  z-index: 1;
  transition: all 0.3s;
}
.case__section .case__link-inner::before {
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  inset: 5px auto auto 5px;
}
.case__section .case__link-inner::after {
  border-bottom: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  inset: auto 5px 5px auto;
}

/*
# clear-menu
------------------------*/
.menu__section {
  margin-top: 70px;
}
.menu__section .menu__title {
  margin-bottom: 50px;
}
.menu__section .menu__lead-text {
  margin-bottom: 45px;
}
.menu__section .menu__part {
  margin-bottom: 120px;
}
.menu__section .menu__part-title {
  text-align: center;
  border-bottom: none;
  padding: 13px;
  margin-bottom: 50px;
  position: relative;
}
.menu__section .menu__part-title::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-white);
}
.menu__section .menu__part .menu__list-item {
  margin-bottom: 55px;
}
.menu__section .menu__part .menu__list-item:last-child {
  margin-bottom: 0;
}
.menu__section .menu__part .menu__list-item .menu__item-headline {
  border-bottom: 1px solid;
  padding: 10px 0;
  font-size: var(--font-size-20);
}
.menu__section .menu__part .menu__list-item .menu__item-name {
  width: 820px;
}
.menu__section .menu__part .menu__list-item .menu__item-price {
  width: calc(100% - 810px);
  text-align: right;
}
.menu__section .menu__part .menu__list-item .menu__item-notes {
  margin-top: 20px;
}

/*
# clear-staff
------------------------*/
.staff__section .staff__content-outer {
  width: 1060px;
  margin: 0 auto 85px;
  padding: 30px 35px;
  position: relative;
}
.staff__section .staff__content-outer:last-child {
  margin-bottom: 0;
}
.staff__section .staff__content {
  width: 580px;
  min-height: 320px;
}
.staff__section .staff__content-img {
  width: 380px;
  height: 320px;
  position: absolute;
  inset: 45px 30px auto auto;
}
.staff__section .staff__content-title {
  margin-bottom: 10px;
}
.staff__section .staff__content-position {
  font-size: var(--font-size-20);
  margin-bottom: 20px;
}

/*
# clear-info
------------------------*/
.info__section .info__table {
  margin-bottom: 100px;
}

/*==========================================
owner
===========================================*/
/*
# owner-msg
------------------------*/
#owner-msg .msg__content-outer {
  padding: 35px 45px;
}
#owner-msg .msg__content-outer::after {
  inset: -6px auto auto -4px;
  transform: rotate(0);
}
#owner-msg .msg__img {
  position: absolute;
  inset: 35px 45px auto auto;
}
#owner-msg .msg__text strong {
  font-size: var(--font-size-20);
}
#owner-msg .msg__text--name {
  text-align: right;
  font-size: var(--font-size-20);
  line-height: 1.8;
}

/*
# owner-interview
------------------------*/
#owner-interview {
  padding-bottom: 90px;
}
#owner-interview .interview__movie {
  width: 750px;
  margin: 0 auto;
}
#owner-interview .interview__movie-video {
  width: 100%;
  height: 420px;
}

/*==========================================
school
===========================================*/
/*
# school-about
------------------------*/
#school-about .about__content .about__title {
  text-align: left;
  margin-bottom: 30px;
}
#school-about .about__img {
  margin-right: 0;
}

/*
# school-course
------------------------*/
#school-course {
  padding-bottom: 140px;
}
#school-course .course__part {
  margin-bottom: 95px;
  padding: 40px 30px 45px;
}
#school-course .course__part:last-child {
  margin-bottom: 0;
}
#school-course .course__part-headline {
  position: relative;
}
#school-course .course__part-table {
  margin-top: 35px;
}
#school-course .course__headline-content {
  width: 590px;
  min-height: 320px;
}
#school-course .course__headline-img {
  width: 380px;
  height: 320px;
  position: absolute;
  inset: 0 0 auto auto;
}

/*==========================================
company
===========================================*/
#company-info {
  padding-top: 90px;
}
#company-info .info__table {
  margin-bottom: 100px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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