@charset "UTF-8";
/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* フォント */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブ対応（PC値とスマホ値を明示指定）

  [ 引数一覧 ]
  $property: CSSプロパティ名（例: font-size, margin-bottom）
  $pc-value: PC時の値（px単位）
  $sp-value: スマホ時の値（px単位、必須）

  [ 使い方 ]
  @include r(font-size, 25px, 18px);
  @include r(margin-bottom, 50px, 32px);

  PC～スマホ間は自動的にvw変換されます。
========================================*/
/*==================================
  ページタイトル（ブログアーカイブ等）
==================================*/
.c-page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 16px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-page-title {
    padding: 80px 16px 40px;
  }
}

.c-page-title__main {
  font-family: "Kalnia", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #272727;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-title__main {
    font-size: 32px;
  }
}

.c-page-title__sub {
  margin-top: 22px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  color: #8F8F8F;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-title__sub {
    font-size: 18px;
  }
}

/*==================================
  矢印付きボタンリンク
==================================*/
.c-arrow-btn {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  padding-bottom: 13px;
  text-decoration: none !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAyIiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAyMDIgNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA1LjM5NTI2SDIwMEwxOTMuNTQyIDAuMzk1MjY0IiBzdHJva2U9IiM4RjhGOEYiLz48L3N2Zz4=");
  background-size: 200px;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 200px;
  margin: 0 auto;
  display: block;
  text-align: left;
}

.l-about {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .l-about {
    margin-top: 90px;
  }
}

.p-freepage:has(.l-about) {
  padding: 0;
  max-width: none;
}

/*==================================
  ABOUT メインビジュアル・パンくず
==================================*/
.p-about-mv {
  position: relative;
  background-color: #fff;
  padding: 60px 40px 70px;
}
@media (max-width: 768px) {
  .p-about-mv {
    padding: 80px 20px 30px;
  }
}

.p-about-mv__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.p-about-mv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*==================================
  ABOUT メインビジュアル
==================================*/
.p-about-content {
  position: relative;
  background-color: #fff;
  padding: 0 0 110px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-about-content {
    padding: 0 20px 60px;
  }
}

.p-about-content__inner {
  position: relative;
  margin: 0 auto;
}

.p-about-content__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  color: #272727;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-about-content__heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.p-about-content__heading-line1,
.p-about-content__heading-line2 {
  display: block;
}

.p-about-content__photo {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-about-content__photo {
    margin-bottom: 40px;
  }
}

.p-about-content__photo img {
  width: 100%;
  max-width: 455px;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-content__body {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-about-content__body {
    padding-bottom: 40px;
    text-align: left;
  }
}

.p-about-content__body p {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.9;
  color: #272727;
}
@media (max-width: 768px) {
  .p-about-content__body p {
    font-size: 16px;
  }
}

.p-about-content__image {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  height: 663px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-content__image {
    position: static;
    transform: none;
    margin-bottom: 40px;
  }
}
.p-about-content__image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*==================================
  装飾オーバーレイ（本文下半分に重なる薄い英字）
==================================*/
.p-about-content__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-about-content__overlay {
    bottom: 36%;
  }
}

.p-about-content__overlay-text {
  font-family: "Kalnia", sans-serif;
  font-size: 113px;
  font-weight: 400;
  color: rgba(0, 154, 128, 0.1019607843);
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-content__overlay-text {
    font-size: 50px;
    white-space: normal;
  }
}

/*==================================
  ABOUT プロフィール
==================================*/
.p-about-profile {
  background-color: #f6f6f6;
  padding: 100px 40px 120px;
}
@media (max-width: 768px) {
  .p-about-profile {
    padding: 100px 20px;
  }
}

.p-about-profile__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.p-about-profile__title {
  margin-bottom: 0;
}

.p-about-profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-about-profile__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.p-about-profile__role {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  color: #272727;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .p-about-profile__role {
    font-size: 14px;
  }
}

.p-about-profile__name {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  border-bottom: 1px solid #009a80;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-about-profile__name {
    font-size: 24px;
  }
}

.p-about-profile__block {
  margin-bottom: 20px;
}
.p-about-profile__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-about-profile__block {
    margin-bottom: 20px;
  }
}

.p-about-profile__block-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  color: #009a80;
  margin-bottom: 10px;
  line-height: 1;
}

.p-about-profile__block-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #272727;
  margin: 0;
}

.p-about-profile__career-list {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #272727;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-about-profile__career-list {
    line-height: 1.7;
  }
}

.p-about-profile__career-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.p-about-profile__career-item + .p-about-profile__career-item {
  margin-top: 4px;
}

.p-about-profile__career-year {
  flex-shrink: 0;
  min-width: 3.5em;
}

.p-about-profile__career-text {
  flex: 1;
  min-width: 0;
}

/*==================================
  ABOUT ファミリーヒストリー
==================================*/
.p-family-history {
  background: url(../img/about/family_bg.png) no-repeat center center/cover;
  padding: 120px 40px;
}
@media (max-width: 768px) {
  .p-family-history {
    padding: 100px 20px;
  }
}

.p-family-history__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.p-family-history__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  color: #272727;
  margin: 80px 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-family-history__heading {
    font-size: 24px;
    margin: 50px 0;
  }
}

.p-family-history__block {
  margin-bottom: 80px;
}
.p-family-history__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-family-history__block {
    margin-bottom: 50px;
  }
}

.p-family-history__block:nth-child(odd) .p-family-history__content {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-family-history__block:nth-child(odd) .p-family-history__content {
    flex-direction: column-reverse;
  }
}

.p-family-history__content {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 768px) {
  .p-family-history__content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}

.p-family-history__text {
  min-width: 0;
}

.p-family-history__label {
  font-family: "Kalnia", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #272727;
  line-height: 1;
  margin-bottom: 15px;
}

.p-family-history__subhead {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #272727;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #009a80;
}

.p-family-history__body p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #272727;
}

.p-family-history__image {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-family-history__image {
    text-align: center;
  }
}

.p-family-history__image img {
  width: 100%;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-family-history__image img {
    max-width: 200px;
    margin: 0 auto;
  }
}

/*==================================
  ABOUT OUR STANDARDS
==================================*/
.p-our-standards {
  padding: 120px 40px;
}
@media (max-width: 768px) {
  .p-our-standards {
    padding: 100px 20px;
  }
}

.p-our-standards__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.p-our-standards__title {
  text-align: center;
}

.p-our-standards__sub {
  text-align: center;
}

.p-our-standards__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  gap: 82px;
}
@media (max-width: 768px) {
  .p-our-standards__intro {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-our-standards__intro-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.9;
  color: #272727;
  width: 34.375%;
}
@media (max-width: 768px) {
  .p-our-standards__intro-text {
    width: 100%;
  }
}

.p-our-standards__intro-images {
  width: 52.890625%;
}
@media (max-width: 768px) {
  .p-our-standards__intro-images {
    width: 100%;
  }
}

.p-our-standards__intro-images img {
  width: 100%;
  height: auto;
}

.p-our-standards__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
}
@media (max-width: 768px) {
  .p-our-standards__items {
    gap: 40px;
  }
}

.p-our-standards__item {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .p-our-standards__item {
    width: 100%;
  }
}
.p-our-standards__item:nth-child(2) {
  margin-top: 190px;
}
@media (max-width: 768px) {
  .p-our-standards__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-our-standards__item:nth-child(3) {
  margin-top: -120px;
}
@media (max-width: 768px) {
  .p-our-standards__item:nth-child(3) {
    margin-top: 0;
  }
}
.p-our-standards__item:nth-child(4) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-our-standards__item:nth-child(4) {
    margin-top: 0;
  }
}

.p-our-standards__item-content {
  position: relative;
}

.p-our-standards__item-bg {
  display: block;
  text-align: right;
  font-family: "Kalnia", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: rgba(0, 154, 128, 0.1019607843);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-our-standards__item-bg {
    font-size: 34px;
  }
}

.p-our-standards__item-subtitle {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-our-standards__item-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.p-our-standards__item-text {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #272727;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-our-standards__item-text {
    margin-bottom: 20px;
  }
}

.p-our-standards__item-image img {
  width: 100%;
  height: auto;
  display: block;
}

/*==================================
  ABOUT REIMAGINE（リフォーム）
==================================*/
.p-reimagine {
  background-color: #fff;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-reimagine {
    padding: 100px 20px;
  }
}
.p-reimagine::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(../img/about/reimagine_bg.png) no-repeat center center/cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-reimagine::before {
    width: 100%;
  }
}

.p-reimagine__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
@media (max-width: 768px) {
  .p-reimagine__inner {
    flex-direction: column;
    gap: 0px;
  }
}

.p-reimagine__visual {
  position: relative;
  width: 44.53125%;
}
@media (max-width: 768px) {
  .p-reimagine__visual {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-reimagine__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.p-reimagine__content {
  width: 42.1875%;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-reimagine__content {
    display: contents;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .p-reimagine__title {
    order: -2;
  }
}

@media (max-width: 768px) {
  .p-reimagine__sub {
    order: -1;
  }
}

.p-reimagine__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  color: #272727;
  margin: 60px 0 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-reimagine__heading {
    order: -1;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.p-reimagine__body {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.9;
  color: #272727;
}

.p-reimagine__cta {
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .p-reimagine__cta {
    margin-top: 50px;
  }
}

/*==================================
  ABOUT SALON（店舗情報）
==================================*/
.p-about-salon {
  background-color: #fff;
  padding: 85px 0;
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-about-salon {
    padding: 100px 0 45px;
    margin: 0;
  }
}
.p-about-salon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 71.4285714286%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-about-salon::before {
    width: 100%;
  }
}

.p-about-salon__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .p-about-salon__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-about-salon__content {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .p-about-salon__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-about-salon__body {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.9;
  color: #272727;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-about-salon__body {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.p-about-salon__cta {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-about-salon__cta {
    gap: 36px;
  }
}

.p-about-salon__link {
  margin: 0;
}
@media (max-width: 768px) {
  .p-about-salon__link {
    width: calc(50% - 18px);
    background-position: bottom right;
  }
}

.p-about-salon__image img {
  width: 100%;
  height: auto;
  display: block;
}
/*# sourceMappingURL=about.css.map */