/* ==========================================================================
   Base
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0 auto;
  max-width: 1600px;
}

/* ==========================================================================
   Inner page
   ========================================================================== */

/* 下層ページはヘッダー高さ分の余白を確保 */
.is-inner-page {
  padding-top: 93px;
}

@media (max-width: 767px) {
  .is-inner-page {
    padding-top: 72px;
  }
}

/* ==========================================================================
   Page Header（下層ページ共通 キービジュアル）
   ========================================================================== */
.page-header {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-header__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 48px;
}

.page-header__en {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #decc9c;
  margin: 0 0 8px;
}

.page-header__ja {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .page-header {
    height: 260px;
  }

  .page-header__ja {
    font-size: 26px;
  }

  .page-header__inner {
    padding-bottom: 32px;
  }
}

/* ==========================================================================
   Concept (about page)
   ========================================================================== */
.concept {
  padding: clamp(80px, 7vw, 130px) 0 clamp(100px, 9vw, 150px);
}

.concept__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: clamp(64px, 6vw, 96px);
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* 左カラム */
.concept__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.concept__left-inner {
  display: inline-flex;
  flex-direction: column;
}

.concept__sub {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

.concept__sub::before {
  content: '';
  position: absolute;
  right: calc(100% + 20px);
  top: 0.85em;
  width: 100vw;
  height: 2px;
  background-color: #9c8064;
}

.concept__heading-wrap {
  margin: 0 0 28px;
  width: fit-content;
}

.concept__heading {
  font-size: clamp(43px, 7vw, 82px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.25;
}

.concept__heading:first-child {
  letter-spacing: 0.21em;
}

.concept__plus {
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 300;
  color: #333;
  margin: 4px 0;
  line-height: 1.2;
  text-align: center;
}

.concept__tagline {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
  width: fit-content;
}

.concept__tagline::after {
  content: '';
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(50px, 22.5vw, 300px);
  height: 2px;
  background-color: #9c8064;
  z-index: 2;
}

/* 右カラム */
.concept__right {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(120px, 14vw, 260px);
}

.concept__right::before {
  content: '';
  position: absolute;
  width: clamp(400px, 46vw, 700px);
  height: clamp(400px, 46vw, 700px);
  border-radius: 50%;
  background: #f0f0f0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.concept__right-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: clamp(280px, 32vw, 520px);
}

.concept__right-heading {
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0 0 clamp(14px, 1.4vw, 22px);
}

.concept__body {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0;
}


/* タブレット — 左カラム見出しが折り返されないようサイズ調整 */
@media (max-width: 1219px) and (min-width: 768px) {
  .concept__heading {
    font-size: clamp(38px, 5.4vw, 64px);
  }

  .concept__plus {
    font-size: clamp(28px, 3.5vw, 42px);
  }

  /* 右カラムへ伸びるラインが重なるため、ビューポート幅に応じて可変調整 */
  .concept__tagline::after {
    width: clamp(60px, calc(43vw - 250px), 260px);
  }

  /* 円を拡大してテキストが収まるように */
  .concept__right::before {
    width: clamp(440px, 56vw, 600px);
    height: clamp(440px, 56vw, 600px);
  }

  .concept__right-inner {
    max-width: clamp(280px, 36vw, 380px);
  }

  /* 本文の改行を解除し、自然改行で行数を圧縮 */
  .concept__body br {
    display: none;
  }

  .concept__body {
    line-height: 1.85;
  }

  .concept__right-heading {
    margin-bottom: 16px;
  }
}


/* SP */
@media (max-width: 767px) {
  .concept {
    padding: 56px 0 72px;
  }

  .concept__inner {
    flex-direction: column;
    gap: 40px;
    padding-top: 48px;
  }

  .concept__left {
    flex: none;
    width: 100%;
    align-items: center;
  }

  .concept__left-inner {
    align-items: center;
    text-align: center;
  }

  .concept__sub::before {
    display: none;
  }

  .concept__tagline {
    justify-content: center;
  }

  .concept__tagline::after {
    display: none;
  }

  .concept__right {
    width: clamp(320px, 92vw, 500px);
    min-height: clamp(320px, 92vw, 500px);
    margin: 0 auto;
  }

  .concept__right::before {
    width: clamp(320px, 92vw, 500px);
    height: clamp(320px, 92vw, 500px);
  }

  .concept__right-inner {
    max-width: clamp(240px, 78vw, 400px);
  }

  .concept__right-heading {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.6;
    margin-bottom: 14px;
    text-align: center;
  }

  .concept__body {
    font-size: clamp(11px, 2.8vw, 13px);
    line-height: 1.85;
  }

  .concept__body br {
    display: none;
  }
}

/* ==========================================================================
   About Us (about page)
   ========================================================================== */
.about-us {
  padding: clamp(100px, 11vw, 180px) 0 clamp(80px, 8vw, 130px);
}

.about-us__inner {
  width: 90%;
  margin: 0 auto;
}

.about-us__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #9c8064;
  margin: 0 0 8px;
}

.about-us__heading {
  font-size: 44px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

@media (max-width: 1199px) {
  .about-us__heading {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .about-us__heading {
    font-size: 28px;
  }
}

/* VALUE / VISION ブロック */
.about-us__items {
  margin-top: clamp(40px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 6vw, 96px);
}

.about-us__item-label {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
}

.about-us__item-label-en {
  color: #9c8064;
  letter-spacing: 0.15em;
}

.about-us__item-heading {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.55;
  margin: 0 0 clamp(20px, 2vw, 32px);
}

.about-us__item-heading br {
  display: none;
}

.about-us__item-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0;
}

@media (max-width: 767px) {
  .about-us__item-label {
    font-size: 15px;
  }

  .about-us__item-heading {
    font-size: 20px;
  }

  .about-us__item-heading br {
    display: inline;
  }

  .about-us__item-body {
    font-size: 14px;
    line-height: 1.95;
  }

  .about-us__item-body br {
    display: none;
  }
}

/* ==========================================================================
   Company (about page)
   ========================================================================== */
.company {
  padding: clamp(100px, 11vw, 180px) 0 clamp(80px, 8vw, 130px);
}

.company__inner {
  width: 90%;
  margin: 0 auto;
}

.company__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #9c8064;
  margin: 0 0 8px;
}

.company__heading {
  font-size: 44px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

@media (max-width: 1199px) {
  .company__heading {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .company__heading {
    font-size: 28px;
  }
}

/* 企業情報テーブル */
.company__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: clamp(40px, 4vw, 64px);
}

.company__row {
  border-bottom: 1px solid #e8e8e8;
}

.company__row:last-child {
  border-bottom: none;
}


.company__th {
  width: 160px;
  padding: 16px 32px 16px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #9c8064;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  line-height: 2;
}

.company__td {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #333;
  line-height: 2;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .company__th {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .company__table {
    margin-top: 36px;
  }

  .company__row {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .company__row:last-child {
    border-bottom: none;
  }


  .company__th,
  .company__td {
    display: block;
    width: auto;
    padding: 0;
  }

  .company__th {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .company__td {
    font-size: 16px;
  }
}

/* ==========================================================================
   History (about page)
   ========================================================================== */
.history {
  padding: clamp(100px, 11vw, 180px) 0 clamp(100px, 11vw, 180px);
}

.history__inner {
  width: 90%;
  margin: 0 auto;
}

.history__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: clamp(40px, 4vw, 64px);
}


.history__th {
  width: 160px;
  padding: 20px 40px 20px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9c8064;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  line-height: 2;
}

.history__td {
  padding: 20px 0 20px 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #333;
  line-height: 2;
  vertical-align: top;
  border-left: 1px solid #decc9c;
}

@media (max-width: 1199px) {
  .history__th {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .history {
    padding: clamp(40px, 6vw, 64px) 0 clamp(60px, 8vw, 80px);
  }

  .history__table {
    margin-top: 36px;
  }

  .history__row {
    display: flex;
    gap: 16px;
  }

  .history__th {
    flex: 0 0 90px;
    width: 90px;
    font-size: 14px;
    padding: 16px 0 16px 0;
    white-space: normal;
  }

  .history__td {
    flex: 1;
    font-size: 15px;
    padding: 16px 0 16px 20px;
  }
}

/* ==========================================================================
   Staff (about page)
   ========================================================================== */
.staff {
  padding: clamp(100px, 11vw, 180px) 0 clamp(100px, 11vw, 180px);
}

.staff__inner {
  width: 90%;
  margin: 0 auto;
}

.staff__list {
  margin-top: clamp(40px, 4vw, 64px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 4vw, 80px);
}

.staff__card {
  display: grid;
  grid-template-columns: 1fr clamp(140px, 18%, 200px);
  gap: clamp(16px, 2vw, 32px);
  align-items: start;
}

.staff__card-body {
  min-width: 0;
}

.staff__name {
  font-size: clamp(36px, 3.4vw, 52px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #9c8064;
  line-height: 1;
  margin: 0 0 clamp(14px, 1.4vw, 22px);
}

.staff__role-wrap {
  min-height: calc(16px * 1.5 + 6px + 14px * 1.5);
}

.staff__role {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
}

.staff__role-sub {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.1em;
  margin: 6px 0 0;
}

.staff__message {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin: clamp(18px, 2vw, 28px) 0 clamp(28px, 3vw, 40px);
}

.staff__card-photo {
  width: 100%;
}

.staff__card-photo-img {
  width: 100%;
  height: auto;
  display: block;
}

.staff__favorite-heading {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 0 14px;
}

.staff__favorite-en {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.18em;
  margin-top: 2px;
}

.staff__favorite-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1vw, 16px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.staff__favorite-img-wrap {
  aspect-ratio: 1 / 1;
  background-color: #e5e5e5;
  margin-bottom: 8px;
  overflow: hidden;
}

.staff__favorite-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff__favorite-label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}

.staff__favorite-text {
  font-size: 11px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0;
}

/* エステスタッフ サブセクション */
.staff__esthe {
  margin-top: clamp(80px, 8vw, 140px);
}

.staff__esthe-heading {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0 0 clamp(40px, 4vw, 60px);
}

.staff__esthe-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 2.5vw, 48px);
}

.staff__esthe-name {
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1;
  margin: 0 0 clamp(12px, 1.2vw, 18px);
}

.staff__esthe-role-wrap {
  min-height: calc(14px * 1.5 + 6px + 14px * 1.5);
}

.staff__esthe-role {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
}

.staff__esthe-role-sub {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin: 6px 0 0;
}

/* タブレット — カード横並びを維持しつつ、外側は1カラム */
@media (max-width: 1199px) {
  .staff__list {
    grid-template-columns: 1fr;
    gap: clamp(60px, 6vw, 100px);
  }

  .staff__esthe-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SP — カード内も縦積みに */
@media (max-width: 767px) {
  .staff__card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .staff__card-photo {
    width: clamp(160px, 50%, 240px);
    margin: 24px auto 0;
    order: 2;
  }

  .staff__card-body {
    order: 1;
  }
}

/* ==========================================================================
   Access (about page)
   ========================================================================== */
.access {
  padding: clamp(100px, 11vw, 180px) 0 clamp(100px, 11vw, 180px);
}

.access__inner {
  width: 90%;
  margin: 0 auto;
}

.access__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  margin-top: clamp(40px, 4vw, 64px);
}

.access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .access__map {
    aspect-ratio: 4 / 3;
    margin-top: 36px;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.4s ease;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 24px 0;
}

/* ロゴ */
.site-header__logo {
  display: block;
  line-height: 0;
}

.site-header__logo-img {
  height: 45px;
  width: auto;
  transition: opacity 0.3s ease;
}

/* デフォルト（ヒーロー上）: 白ロゴ表示 */
.site-header__logo-img--white { display: block; }
.site-header__logo-img--black { display: none; }

/* メニューボタン */
.site-header__menu-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.site-header__menu-icon {
  height: 45px;
  width: auto;
}

/* デフォルト: 白アイコン表示 */
.site-header__menu-icon--white { display: block; }
.site-header__menu-icon--black { display: none; }

/* スクロール後 */
.site-header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

.site-header.is-scrolled .site-header__logo-img--white { display: none; }
.site-header.is-scrolled .site-header__logo-img--black { display: block; }

.site-header.is-scrolled .site-header__menu-icon--white { display: none; }
.site-header.is-scrolled .site-header__menu-icon--black { display: block; }

/* タブレット・SP対応 */
@media (max-width: 767px) {
  .site-header__inner {
    padding: 18px 0;
  }

  .site-header__logo-img {
    height: 36px;
  }

  .site-header__menu-icon {
    height: 36px;
    width: auto;
  }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100vh;
  overflow: hidden;
}

/* スライド共通 */
.hero__slides {
  position: absolute;
  inset: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero__slide.is-active {
  opacity: 1;
}

/* SP — 2枚目スライドは左下から10%の位置に配置 */
@media (max-width: 767px) {
  .hero__slide:nth-child(2) {
    background-position: 30% 90%;
  }
}

/* オーバーレイ（薄暗） */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

/* コピーテキスト */
.hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 40px; /* ヘッダーロゴと同じ左位置 */
  pointer-events: none;
}

.hero__copy {
  display: inline-block;
  padding-top: 120px; /* ヘッダー分の余白 */
  text-align: center;
}

@media (max-width: 767px) {
  .hero__content {
    padding-left: 0;
    justify-content: center;
  }
}

.hero__main-copy {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}

.hero__main-copy-line {
  display: block;
  font-size: 110px;
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0em;
}

.hero__main-copy-line:first-child {
  letter-spacing: 0.16em;
}

.hero__main-copy-plus {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}

.hero__sub-copy {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3em;
  margin: 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.hero__sub-copy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* タブレット */
@media (max-width: 1199px) {
  .hero__main-copy-line {
    font-size: 96px;
  }

  .hero__sub-copy {
    font-size: 16px;
  }
}

/* SP */
@media (max-width: 767px) {
  .hero__main-copy-line {
    font-size: 52px;
  }

  .hero__sub-copy {
    font-size: 14px;
  }
}

/* ==========================================================================
   Hero Scroll
   ========================================================================== */
.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero__scroll-arrow {
  width: 28px;
  height: auto;
  animation: scrollBounce 2.4s ease infinite;
}

@keyframes scrollBounce {
  0%       { transform: translateY(0); }
  12%      { transform: translateY(7px); }
  24%      { transform: translateY(0); }
  36%      { transform: translateY(7px); }
  48%      { transform: translateY(0); }
  48%, 100% { transform: translateY(0); } /* 停止 */
}

.hero__scroll-label {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* SP: 中央下に配置 */
@media (max-width: 767px) {
  .hero__scroll {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__scroll-arrow {
    width: 36px;
  }

  .hero__scroll-label {
    font-size: 13px;
  }
}

/* ==========================================================================
   Hero Nav
   ========================================================================== */
.hero__nav {
  position: absolute;
  bottom: 40px;
  right: 5vw;
}

.hero__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.hero__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease;
}

/* ドット */
.hero__nav-dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: transparent;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.hero__nav-link:hover .hero__nav-dot {
  background: #fff;
}

/* SP: 非表示 */
@media (max-width: 767px) {
  .hero__nav {
    display: none;
  }
}

/* ==========================================================================
   About
   ========================================================================== */
.about {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.about.is-visible {
  opacity: 1;
}

.about a,
.about button {
  pointer-events: auto;
}

.about > .container-fluid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* 画像カラム */
.about__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 520px;
}

/* SVG＋円のラッパー */
.about__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 567.82 / 527.74; /* SVGのviewBoxに合わせる */
  display: flex;
  align-items: center;
  justify-content: center;
}


/* 写真円抜き */
.about__image-circle {
  position: relative;
  z-index: 1;
  width: 88%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.about__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 縦積み（〜991px）: 食い込みなし・SP同様のサイズ感 */
@media (max-width: 991px) {
  .about {
    margin-top: 0;
  }

  .about__image {
    min-height: auto;
    padding: 40px 16px;
  }

  .about__image-wrap {
    width: 65%;
    margin: 0 auto;
  }

  .about__image-circle {
    width: 85%;
  }
}

/* テキストカラム */
.about__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 60px 80px 60px;
  height: 100%;
}

.about__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #a67c52;
  margin: 0 0 24px;
}

.about__heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.02em;
  word-spacing: -0.2em;
  color: #333;
  margin: 0 0 36px;
}

.about__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #555;
  margin: 0 0 48px;
}

/* ボタン */
.about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 280px;
  color: #9c8064;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  border: 1px solid #9c8064;
  padding: 8px 48px;
  transition: opacity 0.2s ease;
  align-self: flex-start;
}

.about__btn:hover {
  opacity: 0.5;
}

.about__btn-arrow {
  position: absolute;
  right: 20px;
  width: 18px;
  height: auto;
}

/* デスクトップ大画面 */
@media (min-width: 1600px) {
  .about__heading {
    font-size: 36px;
  }
}

/* タブレット（横並び時のみ） */
@media (min-width: 992px) and (max-width: 1199px) {
  .about__body {
    padding: 120px 40px 60px;
  }

  .about__heading {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

/* 縦積み時のテキスト余白 */
@media (max-width: 991px) {
  .about__body {
    padding: 32px 48px 60px;
  }
}

/* SP */
@media (max-width: 767px) {
  .about__image {
    min-height: 280px;
  }

  .about__body {
    padding: 48px 14px;
  }

  .about__heading {
    font-size: clamp(20px, 5.6vw, 25px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .about__text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 36px;
  }
}

/* SP 小（〜360px） */
@media (max-width: 360px) {
  .about__body {
    padding: 40px 12px;
  }

  .about__heading {
    font-size: 19px;
  }
}

/* ==========================================================================
   Works
   ========================================================================== */
.works {
  padding: 80px 0 80px;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

/* WORKS 大文字タイトル：コンテナ外、下に重なる */
.works__title-outer {
  margin-bottom: -42px;
  padding-left: 160px;
  position: relative;
  z-index: 1;
}

/* ABOUTと同じ横幅のコンテナ */
.works__inner {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 15vw;
  padding: 48px 160px 72px;
  overflow: hidden;
}

/* 右下の緑装飾 */
.works__deco {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 48%;
  pointer-events: none;
  z-index: 0;
}

.works__deco-svg {
  width: 100%;
  height: auto;
}

/* ヘッダー行 */
.works__header {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  margin-bottom: 40px;
}

.works__en-title {
  font-size: 96px;
  font-weight: 700;
  color: #decc9c;
  line-height: 0.85;
  letter-spacing: 0.2em;
}

.works__ja-title {
  font-size: 20px;
  font-weight: 500;
  color: #9c8064;
  margin: 12px 0 0;
  letter-spacing: 0.1em;
}

/* 全て見るボタン */
.works__all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #9c8064;
  color: #9c8064;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 10px 24px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.works__all-btn:hover {
  opacity: 0.6;
}

/* SP用ボタンはデフォルト非表示 */
.works__all-btn--sp {
  display: none;
}

.works__all-btn-arrow {
  width: 18px;
  height: auto;
}

/* 前後ボタン：コンテナ左右外側に絶対配置 */
.works__nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.works__nav--prev { left: 37px; }
.works__nav--next { right: 37px; }

.works__nav:hover {
  opacity: 0.25;
}

.works__nav img {
  width: 36px;
  height: auto;

}

/* スライダーラッパー */
.works__slider-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

/* スライダー本体 */
.works__slider {
  display: flex;
  width: 100%;
  transition: transform 0.45s ease;
}

/* 各スライド */
.works__slide {
  flex: 0 0 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.works__slide-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #fafafa;
  padding: 6%;
  overflow: hidden;
}

.works__slide-img-wrap > a {
  display: block;
  width: 100%;
  height: 100%;
}

.works__slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.works__slide-noimg {
  width: 100%;
  height: 100%;
}

/* テキストエリア（コンテナ外） */
.works__bodies {
  position: relative;
  padding: 24px 0 0;
  z-index: 1;
}

.works__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.works__body.is-active {
  opacity: 1;
  pointer-events: auto;
}

.works__slide-title {
  font-size: 16px;
  font-weight: 500;
  color: #9c8064;
  margin: 0 0 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.works__slide-title a {
  color: inherit;
  text-decoration: none;
}

.works__slide-title a:hover {
  opacity: 0.7;
}

.works__slide-terms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.works__slide-term {
  font-size: 13px;
  font-weight: 500;
  color: #9c8064;
  border: 1px solid #9c8064;
  padding: 3px 12px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}

.works__slide-term:hover {
  opacity: 0.6;
}

.works__slide-term a {
  color: inherit;
  text-decoration: none;
}

/* タブレット */
@media (max-width: 1199px) {
  .works__title-outer {
    padding-left: 130px;
    margin-bottom: -32px;
  }

  .works__inner {
    padding: 38px 130px 60px;
  }

  .works__bodies {
    padding: 24px 0 0;
  }

  .works__nav--prev { left: 27px; }
  .works__nav--next { right: 27px; }

  .works__en-title {
    font-size: 72px;
  }
}

/* SP */
@media (max-width: 767px) {
  .works {
    padding: 48px 0;
  }

  .works__title-outer {
    padding-left: 44px;
    margin-bottom: -26px;
  }

  .works__inner {
    padding: 28px 44px 48px;
    border-radius: 18vw;
  }

  .works__bodies {
    padding: 24px 0 0;
  }

  .works__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }

  .works__en-title {
    font-size: 44px;
  }

  .works__nav--prev { left: 10px; }
  .works__nav--next { right: 10px; }

  .works__nav img {
    width: 24px;
  }

  /* ヘッダー内ボタンを非表示・SP用ボタンを表示 */
  .works__header .works__all-btn {
    display: none;
  }

  .works__all-btn--sp {
    display: flex;
    width: fit-content;
    margin: 24px auto 0;
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
  }

  /* SP：緑装飾を拡大（高さ1/3程度） */
  .works__deco {
    width: 80%;
  }
}

/* ========== LINEUP ========== */
.lineup {
  padding: 100px 0;
  width: 90%;
  margin: 0 auto;
}

.lineup__title-wrap {
  text-align: center;
  margin-bottom: 64px;
}

.lineup__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #a67c52;
  margin: 0 0 16px;
}

.lineup__heading {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #333;
  margin: 0;
}

/* アイテムラッパー：内容物幅に収縮 */
.lineup__items {
  width: fit-content;
  margin: 0 auto;
}

/* アイテム行 */
.lineup__item {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 40px 1em;
}

.lineup__item + .lineup__item {
  border-top: 1px solid #eee;
}

.lineup__item-head {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.lineup__item-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  margin: 0;
}

.lineup__item-body {
  flex: 1;
  border-left: 2px solid #decc9c;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lineup__item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lineup__item-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* タブレット */
@media (max-width: 1199px) {
  .lineup {
    padding: 80px 0;
  }

  .lineup__heading {
    font-size: 34px;
  }

  .lineup__item-head {
    flex: 0 0 160px;
  }
}

/* SP */
@media (max-width: 767px) {
  .lineup {
    padding: 60px 0;
  }

  .lineup__title-wrap {
    margin-bottom: 48px;
  }

  .lineup__heading {
    font-size: 28px;
  }

  .lineup__item {
    flex-direction: column;
    gap: 20px;
    padding: 32px 0;
  }

  .lineup__item-head {
    flex: none;
    padding-right: 0;
  }

  .lineup__item-body {
    border-left: none;
    border-top: 2px solid #decc9c;
    padding-left: 0;
    padding-top: 20px;
  }
}

/* ========== FOOTER ========== */
.site-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #1a1a1a;
  color: #fff;
}

.site-footer__inner {
  width: 90%;
  margin: 0 auto;
  padding: 72px 0 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

/* ブランド */
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__logo {
  display: block;
}

.site-footer__logo-img {
  width: 160px;
  height: auto;
}

.site-footer__tagline {
  font-size: 14px;
  font-weight: 500;
  color: #decc9c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0;
}

.site-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #decc9c;
  letter-spacing: 0.08em;
  margin: 0;
}

.site-footer__contact-icon {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}

/* ナビ */
.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-footer__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease;
}

.site-footer__nav-link:hover {
  opacity: 0.6;
}

.site-footer__nav-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: transparent;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.site-footer__nav-link:hover .site-footer__nav-dot {
  background: #fff;
}

/* コピーライト */
.site-footer__copyright {
  width: 90%;
  margin: 0 auto;
  text-align: right;
  padding: 20px 0;
}

.site-footer__copyright p {
  font-size: 12px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.08em;
  margin: 0;
}

/* タブレット */
@media (max-width: 1199px) {
  .site-footer__inner {
    padding: 56px 0 40px;
  }
}

/* SP */
@media (max-width: 767px) {
  .site-footer__inner {
    flex-direction: column;
    gap: 40px;
    padding: 48px 0 36px;
  }

  .site-footer__nav {
    display: none;
  }
}

/* ========== GLOBAL NAV ========== */
.global-nav {
  position: fixed;
  top: 93px;
  left: 0;
  width: 100%;
  height: calc(100% - 93px);
  background-color: #1a1a1a;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.global-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

.global-nav__inner {
  width: fit-content;
  padding-right: 10%;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.global-nav__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0;
}

.global-nav__item:first-child {
  padding-top: 0;
}

.global-nav__item:last-child {
  padding-bottom: 0;
}

.global-nav__item + .global-nav__item {
  border-top: 1px solid #3a3a3a;
}

/* メインリンク */
.global-nav__main-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: opacity 0.2s ease;
}

.global-nav__main-link:hover {
  opacity: 0.6;
}

.global-nav__dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: transparent;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.global-nav__main-link:hover .global-nav__dot {
  background: #fff;
}

/* サブリンク */
.global-nav__sub-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.global-nav__sub-link {
  color: #c7b299;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease;
}

.global-nav__sub-link:hover {
  opacity: 0.6;
}

/* クローズボタン制御 */
.site-header__menu-icon--close {
  display: none;
}

.site-header.is-nav-open .site-header__menu-icon--open {
  display: none;
}

.site-header.is-nav-open .site-header__menu-icon--close-black {
  display: block;
}

/* ナビ表示中はヘッダーを白背景・黒ロゴ */
.site-header.is-nav-open {
  background: #fff;
}

.site-header.is-nav-open .site-header__logo-img--white {
  display: none;
}

.site-header.is-nav-open .site-header__logo-img--black {
  display: block !important;
}

@media (max-width: 767px) {
  .global-nav {
    top: 72px;
    height: calc(100% - 72px);
  }

  .global-nav__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

}


/* ==========================================================================
   Works Archive（制作実績ページ）
   ========================================================================== */

/* セクション全体 */
.works-archive {
  padding: clamp(64px, 6vw, 100px) 0 clamp(80px, 8vw, 120px);
}

.works-archive__inner {
  width: 90%;
  margin: 0 auto;
}

/* --------------------------------------------------
   カテゴリーフィルター
   -------------------------------------------------- */
.works__filter {
  margin-bottom: clamp(40px, 4vw, 64px);
}

.works__filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.works__filter-btn {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #9c8064;
  background: #fff;
  border: 1px solid #9c8064;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.works__filter-btn:hover,
.works__filter-btn.is-active {
  background: #9c8064;
  color: #fff;
  border-color: #9c8064;
}

/* --------------------------------------------------
   カードグリッド
   -------------------------------------------------- */
.works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

/* --------------------------------------------------
   制作実績カード
   -------------------------------------------------- */
.works-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
}

.works-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.works-card__link:hover .works-card__img {
  transform: scale(1.04);
}

/* サムネイル（3:2） */
.works-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e8e8e8;
  flex-shrink: 0;
}

.works-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* サムネイルなし */
.works-card__thumb--noimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-card__noimg-text {
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  letter-spacing: 0.08em;
}

/* カード本文 */
.works-card__body {
  padding: 1em 1em 1em;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.works-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 8px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.works-card__text {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  flex: 1;
}

/* カテゴリータグ */
.works-card__tags {
  list-style: none;
  margin: 0;
  padding: 0 1em 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.works-card__tag {
  display: inline-block;
}

.works-card__tag-link {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #9c8064;
  border: 1px solid #9c8064;
  border-radius: 2px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.works-card__tag-link:hover {
  background: #9c8064;
  color: #fff;
}

/* --------------------------------------------------
   ページネーション
   -------------------------------------------------- */
.works-pagination {
  margin-top: clamp(48px, 5vw, 80px);
}

.works-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.works-pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #9c8064;
  text-decoration: none;
  border: 1px solid #9c8064;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.works-pagination__btn:hover,
.works-pagination__btn.is-active {
  background: #9c8064;
  color: #fff;
  border-color: #9c8064;
}

.works-pagination__btn--arrow {
  background: transparent;
  border-color: #9c8064;
}

.works-pagination__btn--arrow:hover {
  background: #9c8064;
  border-color: #9c8064;
}

.works-pagination__btn--arrow:hover .works-pagination__arrow-icon {
  filter: brightness(0) invert(1);
}

.works-pagination__arrow-icon {
  width: 10px;
  height: 10px;
  display: block;
}

/* --------------------------------------------------
   タブレット（768px〜1199px）
   -------------------------------------------------- */
@media (max-width: 1199px) {
  .works__grid {
    gap: 32px 24px;
  }
}

/* --------------------------------------------------
   SP（〜767px）
   -------------------------------------------------- */
@media (max-width: 767px) {
  .works__filter-list {
    justify-content: flex-start;
    gap: 6px;
  }

  .works__filter-btn {
    font-size: 12px;
    padding: 5px 12px;
  }

  .works__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }

  .works-card__title {
    font-size: 13px;
  }

  .works-card__text {
    font-size: 12px;
  }

  .works-pagination__btn {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}


/* ==========================================================================
   Works Single（制作実績 シングルページ）
   ========================================================================== */

.works-single {
  padding: clamp(64px, 6vw, 100px) 0 clamp(80px, 8vw, 120px);
}

.works-single__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

/* 企業名 */
.works-single__title {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.4;
}

/* カテゴリータグ */
.works-single__tags {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.works-single__tag {
  display: inline-block;
}

.works-single__tag-link {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #9c8064;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #9c8064;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.works-single__tag-link:hover {
  background: #9c8064;
  color: #fff;
}

/* アイキャッチ画像 */
.works-single__thumb {
  width: 100%;
  margin-bottom: 48px;
}

.works-single__img {
  width: 100%;
  height: auto;
  display: block;
}

/* 本文 */
.works-single__body {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #1a1a1a;
  margin-bottom: 60px;
}

.works-single__body p {
  margin: 0 0 1.5em;
}

.works-single__body p:last-child {
  margin-bottom: 0;
}

/* 一覧へ戻るボタン */
.works-single__back {
  display: flex;
  justify-content: center;
}

/* --------------------------------------------------
   タブレット（768px〜1199px）
   -------------------------------------------------- */
@media (max-width: 1199px) {
  .works-single__title {
    font-size: 24px;
  }
}

/* --------------------------------------------------
   SP（〜767px）
   -------------------------------------------------- */
@media (max-width: 767px) {
  .works-single__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .works-single__tags {
    margin-bottom: 28px;
    gap: 6px;
  }

  .works-single__tag-link {
    font-size: 12px;
    padding: 3px 10px;
  }

  .works-single__thumb {
    margin-bottom: 32px;
  }

  .works-single__body {
    font-size: 14px;
    margin-bottom: 48px;
  }
}


/* ==========================================================================
   Contact（お問い合わせページ）
   ========================================================================== */

.contact {
  padding: clamp(64px, 6vw, 100px) 0 clamp(80px, 8vw, 120px);
}

.contact__inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5vw, 80px);
}

/* --------------------------------------------------
   セクション共通（見出し）
   -------------------------------------------------- */
.contact-section__heading-wrap {
  margin-bottom: 20px;
}

.contact-section__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #9c8064;
  margin: 0 0 6px;
}

.contact-section__heading {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

/* --------------------------------------------------
   カード共通
   -------------------------------------------------- */
.contact-section__card {
  border: 1px solid #e6e6e6;
  padding: clamp(32px, 4vw, 56px) clamp(24px, 4vw, 56px);
}

/* --------------------------------------------------
   お問い合わせ先
   -------------------------------------------------- */
.contact-info__lead {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 32px;
  text-align: center;
}

.contact-info__numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-info__number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9c8064;
  text-decoration: none;
  line-height: 1;
}

.contact-info__number--fax {
  pointer-events: none;
  cursor: default;
}

.contact-info__icon {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}

/* --------------------------------------------------
   お問い合わせフォーム
   -------------------------------------------------- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #333;
}

.contact-form__required {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #9c8064;
  padding: 2px 6px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.04em;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  color: #333;
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: #9c8064;
  background: #fff;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #c8bdb3;
}

.contact-form__textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.contact-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 48px;
  font-size: 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background: #9c8064;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.contact-form__btn:hover {
  opacity: 0.75;
}

/* --------------------------------------------------
   確認画面（CF7 Multi-Step Forms）
   -------------------------------------------------- */
.contact-form__confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.contact-form__confirm-th,
.contact-form__confirm-td {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.contact-form__confirm-th {
  width: 200px;
  color: #777;
  white-space: nowrap;
  background: #fafafa;
}

.contact-form__confirm-td {
  color: #333;
  word-break: break-all;
  white-space: pre-wrap;
}

.contact-form__submit--confirm {
  gap: 16px;
}

/* 確認ページ リード文 */
.contact-confirm__lead {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

/* --------------------------------------------------
   送信完了ページ
   -------------------------------------------------- */
.contact-complete {
  text-align: center;
  padding: 16px 0 8px;
}

.contact-complete__message {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.contact-complete__btn-wrap {
  display: flex;
  justify-content: center;
}

/* --------------------------------------------------
   CF7 デフォルトスタイル上書き
   -------------------------------------------------- */
/* span ラッパーをブロック表示に（横幅を100%に） */
.wpcf7-form-control-wrap {
  display: block;
}

/* バリデーションエラーメッセージ */
.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #c0392b;
  margin-top: 4px;
  letter-spacing: 0.04em;
}

/* 送信結果メッセージ */
.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 16px !important;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0 !important;
  letter-spacing: 0.04em;
}

/* CF7 Multi-Step の「次へ」「送信」ボタン */
.contact-form__submit input[type="button"],
.contact-form__submit input[type="submit"],
.contact-form__submit button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 48px;
  font-size: 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background: #9c8064;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.contact-form__submit input[type="button"]:hover,
.contact-form__submit input[type="submit"]:hover,
.contact-form__submit button[type="submit"]:hover {
  opacity: 0.75;
}

/* CF7 Multi-Step の「戻る」ボタン（confirm画面の1番目のボタン） */
.contact-form__submit--confirm input[type="button"] {
  background: transparent !important;
  color: #9c8064 !important;
  border: 1px solid #9c8064 !important;
}

/* --------------------------------------------------
   プライバシーポリシー（スクロール領域）
   -------------------------------------------------- */
.contact-privacy__scroll {
  height: 280px;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
  padding: 24px 28px;
  background: #fafafa;
}

.contact-privacy__scroll::-webkit-scrollbar {
  width: 6px;
}

.contact-privacy__scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.contact-privacy__scroll::-webkit-scrollbar-thumb {
  background: #c7b299;
  border-radius: 3px;
}

.contact-privacy__body {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 2;
  letter-spacing: 0.04em;
}

.contact-privacy__body h3 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 24px 0 8px;
  letter-spacing: 0.06em;
}

.contact-privacy__body h3:first-child {
  margin-top: 0;
}

.contact-privacy__body p {
  margin: 0 0 12px;
}

.contact-privacy__body ul {
  margin: 0 0 12px;
  padding-left: 1.4em;
}

.contact-privacy__body li {
  margin-bottom: 4px;
}

/* --------------------------------------------------
   SP（〜767px）
   -------------------------------------------------- */
@media (max-width: 767px) {
  .contact-section__card {
    padding: 24px 20px;
  }

  .contact-info__lead {
    font-size: 14px;
  }

  .contact-info__number {
    font-size: clamp(24px, 7vw, 32px);
  }

  .contact-info__icon {
    width: 20px;
  }

  .contact-form__btn {
    width: 100%;
    min-width: unset;
  }

  .contact-form__confirm-th {
    width: 110px;
    font-size: 13px;
    padding: 12px 10px;
  }

  .contact-form__confirm-td {
    padding: 12px 10px;
  }

  .contact-form__submit--confirm {
    flex-direction: column;
  }

  .contact-form__submit input[type="button"],
  .contact-form__submit input[type="submit"],
  .contact-form__submit button[type="submit"] {
    width: 100%;
    min-width: unset;
  }

  .contact-privacy__scroll {
    height: 220px;
    padding: 16px 18px;
  }
}

/* ==========================================================================
   Scroll Fade-in Animation（スクロールでコンテンツがフェードインで出現）
   ========================================================================== */
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade--delay-1 { transition-delay: 0.1s; }
.scroll-fade--delay-2 { transition-delay: 0.2s; }
.scroll-fade--delay-3 { transition-delay: 0.3s; }
.scroll-fade--delay-4 { transition-delay: 0.4s; }
.scroll-fade--delay-5 { transition-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  .scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
