@charset "UTF-8";

@media screen and (min-width: 960px) {
  #header {
    background: none;
  }
  #header .h_nav .g_nav li a {
    color: #fff;
  }
  #header .entrybtn {
    color: #fff;
    border-color: #fff;
    background: none;
  }
  #header .link ul {
    background: rgba(0, 16, 10, 0.25);
  }
  #header .link li a {
    color: #fff;
  }
  #header .sns a {
    color: #fff;
  }
}
@media screen and (max-width: 959px) {
  #header {
    background: none;
  }
  #header .entrybtn {
    color: #fff;
    border-color: #fff;
  }
  #header .sns a {
    color: #fff;
  }
}

.tcon-menu__lines {
  background: #fff;
}
.tcon:hover .tcon-menu__lines {
  background: #fff;
}
.tcon-menu__lines::before,
.tcon-menu__lines::after {
  background: #fff;
}
.tcon:hover .tcon-menu__lines::before,
.tcon:hover .tcon-menu__lines::after {
  background: #fff;
}

.footer {
  position: relative;
  z-index: 9;
  background: rgba(0, 16, 10, 1);
}
.footer::before {
  content: "";
  width: 100%;
  height: 148px;
  background: linear-gradient(to top, rgba(0, 16, 10, 1) 0%, rgba(0, 33, 20, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.footer__inner .g_nav > li {
  border-right: 0.75px solid #053121;
}
.footer__inner .g_nav li .init-bottom {
  color: #e2c79d;
}
.footer__inner .g_nav li a {
  color: #fff;
}
.footer__inner .linkh li a {
  color: #fff;
}
.footer .copyright {
  color: #2a5747;
}
@media screen and (max-width: 959px) {
  .footer__inner .g_nav > li {
    border-right: none;
  }
  .footer__inner .g_nav > li {
    border-bottom: 0.75px solid #053121;
  }
}

/* =========================================================
   SBC 湘南美容クリニック 看護師採用 — 共通スタイル
   ========================================================= */

:root {
  --bg: #06050a;
  --text: #f4ece0;
  --accent-gold: rgba(232, 200, 120, 1);
  --accent-gold-soft: rgba(232, 200, 120, 0.7);
  --accent-green: rgba(150, 195, 165, 1);
  --accent-green-soft: rgba(150, 195, 165, 0.85);
  --accent-green-deep: rgba(108, 168, 130, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background: #000;
  color: #f4ece0;
  font-family: "Shippori Mincho", system-ui;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  padding-top: 0 !important;
}

/* TOP用 動画背景 */
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.5);
  transform-origin: center center;
  display: block;
}

/* TOP用 蓮池の動画背景（メッセージセクションでフェードイン） */
.image-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  background: #000;
}
.image-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.5);
  transform-origin: center center;
  display: block;
  filter: blur(2px) brightness(0.95);
}
.image-bg .lotus-loop {
  transition: opacity 4s ease-in-out;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    transparent 28%,
    transparent 72%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.right-vignette {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, transparent 50%, rgba(0, 0, 0, 0.35) 100%);
}

/* =========================================================
   サブページ用 無地背景（TOP以外で使用）
   ========================================================= */
body.subpage {
  color: #1a3a30;
  background:
    /* lotus flower hint */
    radial-gradient(circle 500px at 12% 95%, rgba(220, 130, 120, 0.1) 0%, transparent 65%),
    /* lotus leaf brightness */
      radial-gradient(ellipse 75% 60% at 18% 5%, rgba(120, 195, 155, 0.28) 0%, transparent 55%),
    /* warm right glow */ radial-gradient(ellipse 70% 55% at 88% 25%, rgba(232, 200, 120, 0.18) 0%, transparent 55%),
    /* deep pond hint bottom */
      radial-gradient(ellipse 95% 70% at 50% 100%, rgba(140, 200, 165, 0.25) 0%, transparent 60%),
    /* base: warm ivory */ linear-gradient(165deg, #f6f2e6 0%, #ede4d0 45%, #f0e8d6 100%);
  background-attachment: fixed;
}
body.subpage::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.4 0 0 0 0 0.45 0 0 0 0 0.35 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.08;
  mix-blend-mode: multiply;
}
body.subpage::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 100% 80% at 50% 50%, transparent 50%, rgba(40, 80, 60, 0.1) 100%);
}

/* ライト背景での文字・要素の色調整 */
/* ライト背景時のロゴはグレーのまま（フィルタなし） */
body.subpage .page-hero h1,
body.subpage h1,
body.subpage h2,
body.subpage h3 {
  color: #1a3a30;
}
body.subpage .page-hero h1::after,
body.subpage .section-head h2::after {
  background: var(--accent-green-deep);
}
body.subpage .page-hero::after {
  background: linear-gradient(to bottom, var(--accent-green-deep), transparent);
}

body.subpage .eyebrow,
body.subpage .card-eyebrow,
body.subpage .profile-eyebrow,
body.subpage .timeline-year {
  color: #8a6a20;
}
body.subpage .section-head .eyebrow {
  color: #8a6a20;
}

body.subpage .empty-line {
  background: rgba(26, 58, 48, 0.08);
}

body.subpage .card,
body.subpage .stat-card,
body.subpage .flow-step,
body.subpage .info-block,
body.subpage .profile-card {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(108, 152, 120, 0.18);
}
body.subpage .card:hover,
body.subpage .profile-card:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--accent-green-deep);
}
body.subpage .card h3,
body.subpage .stat-card .num,
body.subpage .flow-step h3,
body.subpage .info-block h3,
body.subpage .profile-name,
body.subpage .timeline-event h3 {
  color: #1a3a30;
}
body.subpage .card p,
body.subpage .stat-card .desc,
body.subpage .flow-step p,
body.subpage .info-block p,
body.subpage .timeline-event p,
body.subpage .profile-info p,
body.subpage .prose p,
body.subpage .page-hero .lead {
  color: rgba(26, 58, 48, 0.85);
}

body.subpage .spec-table th {
  color: #6a8055;
}
body.subpage .spec-table td {
  color: #1a3a30;
}
body.subpage .spec-table th,
body.subpage .spec-table td {
  border-bottom-color: rgba(108, 152, 120, 0.18);
}

body.subpage .accordion-item {
  border-bottom-color: rgba(108, 152, 120, 0.2);
}
body.subpage .accordion-item summary:hover,
body.subpage .accordion-item[open] summary {
  background: rgba(150, 195, 165, 0.1);
}
body.subpage .accordion-item .qmark {
  color: var(--accent-green-deep);
}
body.subpage .accordion-item .qtext {
  color: #1a3a30;
}
body.subpage .accordion-item .arrow {
  border-right-color: var(--accent-green-deep);
  border-bottom-color: var(--accent-green-deep);
}

body.subpage .placeholder-box {
  background: rgba(150, 195, 165, 0.08);
  border-color: var(--accent-green-deep);
}
body.subpage .placeholder-text {
  color: var(--accent-green-deep);
}
body.subpage .placeholder-text .ja {
  color: rgba(26, 58, 48, 0.7);
}

body.subpage .timeline::before {
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent-green-deep) 10%,
    var(--accent-green-deep) 90%,
    transparent
  );
}
body.subpage .timeline-item::before {
  border-color: var(--accent-green-deep);
  background: rgba(255, 255, 255, 0.95);
}

body.subpage .value-item {
  border-top-color: var(--accent-green-deep);
}
body.subpage .value-item .num {
  color: var(--accent-green-deep);
}
body.subpage .value-item .key {
  color: #1a3a30;
}
body.subpage .value-item p {
  color: rgba(26, 58, 48, 0.75);
}

body.subpage .info-block {
  border-left-color: var(--accent-green-deep);
}
body.subpage .section-head h2::after,
body.subpage .section-divider {
  background: var(--accent-green-deep);
}
body.subpage .section-divider {
  background: linear-gradient(to bottom, transparent, var(--accent-green-deep), transparent);
}

body.subpage .menu-overlay {
  background: rgba(244, 236, 224, 0.97);
}
body.subpage .menu-group h3 {
  color: #8a6a20;
}
body.subpage .menu-group h3 .ja {
  color: #1a3a30;
}
body.subpage .menu-group h3::after {
  background: var(--accent-green-deep);
}
body.subpage .menu-group a {
  color: rgba(26, 58, 48, 0.85);
}
body.subpage .menu-group a:hover {
  color: #1a3a30;
}
body.subpage .menu-group a::before {
  color: var(--accent-green-deep);
}

body.subpage .form-group label {
  color: #6a8055;
}
body.subpage .form-group input,
body.subpage .form-group select,
body.subpage .form-group textarea {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(108, 152, 120, 0.3);
  color: #1a3a30;
}
body.subpage .form-submit button {
  color: #1a3a30;
  border-color: var(--accent-green-deep);
  background: rgba(255, 255, 255, 0.5);
}
body.subpage .form-submit button::before {
  background: #1a3a30;
}
body.subpage .form-submit button:hover {
  color: #f4ece0;
  border-color: #1a3a30;
}

.menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: 1100px;
  width: 100%;
}

.menu-group h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: rgba(232, 200, 120, 0.8);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  opacity: 0;
  transform: translateY(20px);
}
.menu-group h3 .ja {
  display: block;
  font-family: "Shippori Mincho", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  color: #f4ece0;
  margin-top: 0.4rem;
}
.menu-group h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(232, 200, 120, 0.5);
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}

.menu-group ul {
  list-style: none;
}
.menu-group li {
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(15px);
}
.menu-group a {
  font-family: "Shippori Mincho", system-ui;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: rgba(244, 236, 224, 0.85);
  text-decoration: none;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  display: inline-block;
  position: relative;
}
.menu-group a::before {
  content: "·";
  position: absolute;
  left: -1rem;
  color: rgba(232, 200, 120, 0.6);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  opacity: 0;
}
.menu-group a:hover {
  color: #f4ece0;
  padding-left: 1rem;
}
.menu-group a:hover::before {
  opacity: 1;
  transform: translateX(0.5rem);
}

.menu-overlay.open .menu-group h3 {
  animation: menuItemIn 0.8s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}
.menu-overlay.open .menu-group:nth-child(1) h3 {
  animation-delay: 0.15s;
}
.menu-overlay.open .menu-group:nth-child(2) h3 {
  animation-delay: 0.3s;
}
.menu-overlay.open .menu-group:nth-child(3) h3 {
  animation-delay: 0.45s;
}
.menu-overlay.open .menu-group li {
  animation: menuItemIn 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}
.menu-overlay.open .menu-group:nth-child(1) li:nth-child(1) {
  animation-delay: 0.3s;
}
.menu-overlay.open .menu-group:nth-child(1) li:nth-child(2) {
  animation-delay: 0.36s;
}
.menu-overlay.open .menu-group:nth-child(1) li:nth-child(3) {
  animation-delay: 0.42s;
}
.menu-overlay.open .menu-group:nth-child(1) li:nth-child(4) {
  animation-delay: 0.48s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(1) {
  animation-delay: 0.45s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(2) {
  animation-delay: 0.51s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(3) {
  animation-delay: 0.57s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(4) {
  animation-delay: 0.63s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(5) {
  animation-delay: 0.69s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(6) {
  animation-delay: 0.75s;
}
.menu-overlay.open .menu-group:nth-child(2) li:nth-child(7) {
  animation-delay: 0.81s;
}
.menu-overlay.open .menu-group:nth-child(3) li:nth-child(1) {
  animation-delay: 0.6s;
}
.menu-overlay.open .menu-group:nth-child(3) li:nth-child(2) {
  animation-delay: 0.66s;
}
.menu-overlay.open .menu-group:nth-child(3) li:nth-child(3) {
  animation-delay: 0.72s;
}
.menu-overlay.open .menu-group:nth-child(3) li:nth-child(4) {
  animation-delay: 0.78s;
}
.menu-overlay.open .menu-group:nth-child(3) li:nth-child(5) {
  animation-delay: 0.84s;
}
.menu-overlay.open .menu-group:nth-child(3) li:nth-child(6) {
  animation-delay: 0.9s;
}
@keyframes menuItemIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   TOP用 メインコンテンツ
   ========================================================= */
main {
  position: relative;
  z-index: 10;
}

body:not(.subpage) section.hero,
body:not(.subpage) section.message {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero h1 {
  font-family: "Shippori Mincho", system-ui;
  font-size: clamp(2.8rem, 7.5vw, 7rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #f4ece0;
  text-align: center;
  text-shadow:
    0 4px 28px rgba(0, 0, 0, 0.95),
    0 0 50px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 2s cubic-bezier(0.2, 0.7, 0.3, 1),
    transform 2s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.hero h1.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 詩の縦書きアニメーション（蓮の動画9.1秒に同期） */
.message {
  padding: 0 6vw 12vh;
  position: relative;
  flex-wrap: wrap;
  height: auto !important;
}
.message::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 55% at center,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 90%
  );
  z-index: 0;
}
.message .poem {
  position: relative;
  z-index: 1;
}
.poem {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfaf5;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 0 16px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(0, 0, 0, 0.2);
  height: 100vh;
  /* margin-bottom: 200px; */
}
.poem p {
  margin-left: 1.9rem;
  opacity: 0;
}
.poem p.xtight {
  margin-left: 0rem;
}
.poem p.tight {
  margin-left: 0.4rem;
}
.poem p.breath {
  margin-left: 2.8rem;
}
.poem p.pause {
  margin-left: 3.8rem;
}
.poem p.large {
  line-height: 2;
}
.poem strong {
  font-size: 32px;
  color: #f9e1bb;
  font-weight: 500;
}

.message.in-view .poem p {
  animation: gentleFade 1.6s ease forwards;
}
.message.in-view .poem p:nth-child(1) {
  animation-delay: 0.6s;
}
.message.in-view .poem p:nth-child(2) {
  animation-delay: 1.6s;
}
.message.in-view .poem p:nth-child(3) {
  animation-delay: 3.4s;
}
.message.in-view .poem p:nth-child(4) {
  animation-delay: 4.2s;
}
.message.in-view .poem p:nth-child(5) {
  animation-delay: 5s;
}
.message.in-view .poem p:nth-child(6) {
  animation-delay: 6.8s;
}
.message.in-view .poem p:nth-child(7) {
  animation-delay: 7.6s;
}
.message.in-view .poem p:nth-child(8) {
  animation-delay: 8.4s;
}
.message.in-view .poem p:nth-child(9) {
  animation-delay: 10.2s;
}
.message.in-view .poem p:nth-child(10) {
  animation-delay: 11.6s;
}
.message.in-view .poem p:nth-child(11) {
  animation-delay: 12.6s;
}
@keyframes gentleFade {
  to {
    opacity: 1;
  }
}

.message .movie {
  width: 100%;
  /* opacity: 0; */
}
.message.in-view .movie {
  /* animation: gentleFade 1.6s ease forwards;
  animation-delay: 13s; */
}
.message .movie .in {
  margin: 0 auto;
  max-width: 480px;
  height: 270px;
  position: relative;
  /* padding-top: 25%; */
}
.message .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TOPのENTRYセクション */
.entry-sec {
  flex-direction: column;
  background: linear-gradient(to bottom, transparent 0%, rgba(8, 6, 14, 0.4) 60%, rgba(8, 6, 14, 0.7) 100%);
  padding: 0 0 300px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s;
}
.entry-sec.in-view {
  opacity: 1;
  transform: translateY(0);
}
.entry-ornament {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(244, 236, 224, 0.7), transparent);
  margin-bottom: 3rem;
  opacity: 0;
  transform: scaleY(0.3);
  transform-origin: center;
  transition:
    opacity 1.4s ease,
    transform 1.4s ease;
}
.entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 296px;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s;
  padding-bottom: 3px;
  margin: 0 auto;
  font-style: italic;
  opacity: 1 !important;
  font-family: "Cormorant Garamond", serif;
}
.entry-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #bd9d4e;
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}
.entry-btn:hover {
  color: #fff;
  border-color: #bd9d4e;
}
.entry-btn:hover::before {
  transform: translateY(0);
}
.entry-btn:hover {
  /* background-color: #EACC91; */
  text-decoration: none;
}

/* =========================================================
   サブページ共通レイアウト
   ========================================================= */
body.subpage main {
  position: relative;
  z-index: 10;
  padding-top: 0;
}

.page-hero {
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12rem 6vw 6rem;
  text-align: center;
  position: relative;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--accent-green-soft), transparent);
}
.page-hero .eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.55em;
  color: rgba(232, 200, 120, 0.85);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  text-indent: 0.55em;
}
.page-hero h1 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: 0.18em;
  color: #f4ece0;
  margin-bottom: 1.2rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1.4rem;
}
.page-hero h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: var(--accent-green);
}
.page-hero .lead {
  max-width: 640px;
  font-size: 1rem;
  line-height: 2.1;
  letter-spacing: 0.12em;
  color: rgba(244, 236, 224, 0.78);
  margin-top: 0.5rem;
}

#heroTitle {
  font-size: 40.27px;
  letter-spacing: 0.08em;
  line-height: 1;
  max-width: 282px;
  margin: 0 auto;
}
#heroTitle strong {
  position: relative;
  display: inline-block;
  /* margin-right: 50px; */
}
/* #heroTitle strong:before,
#heroTitle strong:after {
  font-size: 40.27px;
  color: #fff;
  position: absolute;
  line-height: 1;
  letter-spacing: 0.08em;
}
#heroTitle strong:before {
  content: "“";
  left: -35px;
  top: -14px;
}
#heroTitle strong:after {
  content: "”";
  right: -35px;
  bottom: -33px;
} */
#heroTitle strong span:first-child {
  font-size: 67.12px;
}
#heroTitle strong span:last-child {
  font-size: 53.69px;
}

.content-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 6vw;
  position: relative;
}
.content-section + .content-section {
  border-top: 1px solid rgba(244, 236, 224, 0.08);
}

.section-head {
  margin-bottom: 3rem;
  text-align: center;
}
.section-head .eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.5em;
  color: rgba(232, 200, 120, 0.85);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.8rem;
  text-indent: 0.5em;
}
.section-head h2 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  letter-spacing: 0.18em;
  color: #f4ece0;
}
.section-head h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--accent-green-soft);
  margin: 1.5rem auto 0;
}

.prose p {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: rgba(244, 236, 224, 0.85);
  margin-bottom: 1.6rem;
}
.prose p:last-child {
  margin-bottom: 0;
}

/* 数字グリッド（数字で見るSBC用） */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: rgba(8, 6, 14, 0.4);
  border: 1px solid rgba(244, 236, 224, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.stat-card .label {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: rgba(232, 200, 120, 0.7);
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-indent: 0.4em;
}
.stat-card .num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: #f4ece0;
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.stat-card .num .unit {
  font-size: 0.5em;
  letter-spacing: 0.15em;
  margin-left: 0.3em;
  font-family: "Shippori Mincho", system-ui;
}
.stat-card .desc {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(244, 236, 224, 0.65);
  line-height: 1.7;
}

/* カードグリッド（人物・記事系） */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.card {
  background: rgba(8, 6, 14, 0.5);
  border: 1px solid rgba(244, 236, 224, 0.1);
  padding: 2rem 1.8rem;
  transition:
    border-color 0.4s ease,
    transform 0.4s ease,
    background 0.4s ease;
  position: relative;
  overflow: hidden;
}
.card:hover {
  border-color: var(--accent-green-soft);
  transform: translateY(-4px);
  background: rgba(8, 6, 14, 0.7);
}
.card .card-eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  color: rgba(232, 200, 120, 0.7);
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-indent: 0.45em;
}
.card h3 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #f4ece0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.card p {
  font-size: 0.9rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
  color: rgba(244, 236, 224, 0.75);
}

/* 用語表（募集要項、福利厚生など） */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
.spec-table th,
.spec-table td {
  text-align: left;
  padding: 1.5rem 1.2rem;
  border-bottom: 1px solid rgba(244, 236, 224, 0.08);
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.spec-table th {
  width: 28%;
  color: rgba(232, 200, 120, 0.85);
  font-weight: 500;
  font-family: "Shippori Mincho", system-ui;
}
.spec-table td {
  color: rgba(244, 236, 224, 0.85);
}

/* 選考フロー */
.flow {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.flow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.8rem 2rem;
  background: rgba(8, 6, 14, 0.45);
  border: 1px solid rgba(244, 236, 224, 0.08);
  position: relative;
}
.flow-step .step-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.4rem;
  color: rgba(232, 200, 120, 0.85);
  line-height: 1;
  letter-spacing: 0.05em;
}
.flow-step .step-num small {
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  color: rgba(232, 200, 120, 0.65);
  margin-top: 0.3rem;
  text-transform: uppercase;
}
.flow-step h3 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  color: #f4ece0;
  margin-bottom: 0.7rem;
}
.flow-step p {
  font-size: 0.9rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
  color: rgba(244, 236, 224, 0.75);
}

/* CTA */
.cta-section {
  text-align: center;
  padding: 7rem 6vw;
  position: relative;
  border-top: 1px solid rgba(244, 236, 224, 0.08);
}
.cta-section .cta-text {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  color: rgba(244, 236, 224, 0.78);
  margin-bottom: 2.5rem;
}

/* フォーム */
.form {
  max-width: 640px;
  margin: 2rem auto 0;
}
.form-group {
  margin-bottom: 2rem;
}
.form-group label {
  display: block;
  font-family: "Shippori Mincho", system-ui;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: rgba(232, 200, 120, 0.85);
  margin-bottom: 0.7rem;
}
.form-group label .req {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: rgba(244, 236, 224, 0.5);
  margin-left: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: rgba(8, 6, 14, 0.55);
  border: 1px solid rgba(244, 236, 224, 0.18);
  color: #f4ece0;
  font-family: "Shippori Mincho", system-ui;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent-green-soft);
  background: rgba(8, 6, 14, 0.75);
}
.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-submit {
  text-align: center;
  margin-top: 3rem;
}
.form-submit button {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.6em;
  color: #f4ece0;
  text-transform: uppercase;
  text-indent: 0.6em;
  background: rgba(8, 6, 14, 0.5);
  border: 1px solid rgba(244, 236, 224, 0.85);
  padding: 1.3rem 4rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition:
    color 0.45s ease,
    border-color 0.45s ease;
}
.form-submit button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4ece0;
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}
.form-submit button:hover {
  color: #1a1530;
  border-color: #f4ece0;
}
.form-submit button:hover::before {
  transform: translateY(0);
}

/* セクション内アンカーオフセット */
.anchor {
  display: block;
  height: 0;
  scroll-margin-top: 4rem;
}

/* =========================================================
   レイアウトパーツ（中身は本文を入れる前のプレースホルダー）
   ========================================================= */

/* 空テキスト行（本文の1行分のスロット） */
.empty-line {
  display: block;
  width: 100%;
  max-width: 32rem;
  height: 0.85rem;
  margin: 0.6rem auto;
  background: rgba(244, 236, 224, 0.07);
  border-radius: 1px;
}
.empty-line.short {
  max-width: 18rem;
}
.empty-line.tiny {
  max-width: 8rem;
}
.empty-line.full {
  max-width: 100%;
}

.empty-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 1.5rem 0;
}

/* タイムライン（ビジョン・ヒストリー用） */
.timeline {
  position: relative;
  margin: 2rem auto 0;
  max-width: 720px;
  padding-left: 2rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent-green-soft) 10%,
    var(--accent-green-soft) 90%,
    transparent
  );
}
.timeline-item {
  position: relative;
  padding: 0 0 3rem 2rem;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.7rem;
  top: 0.3rem;
  width: 13px;
  height: 13px;
  border: 1px solid var(--accent-green);
  background: rgba(8, 6, 14, 0.9);
  border-radius: 50%;
}
.timeline-year {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
  margin-bottom: 0.4rem;
  display: block;
}
.timeline-event h3 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #f4ece0;
  margin-bottom: 0.6rem;
}

/* アコーディオン（FAQ用） */
.accordion {
  max-width: 800px;
  margin: 2rem auto 0;
}
.accordion-item {
  border-bottom: 1px solid rgba(244, 236, 224, 0.1);
}
.accordion-item summary {
  padding: 1.4rem 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: background 0.3s ease;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-item summary:hover {
  background: rgba(150, 195, 165, 0.04);
}
.accordion-item[open] summary {
  background: rgba(150, 195, 165, 0.04);
}
.accordion-item .qmark {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: var(--accent-green);
  flex-shrink: 0;
  min-width: 2.6rem;
}
.accordion-item .qtext {
  font-family: "Shippori Mincho", system-ui;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: #f4ece0;
  flex: 1;
}
.accordion-item .arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--accent-green-soft);
  border-bottom: 1px solid var(--accent-green-soft);
  transform: rotate(45deg);
  transition: transform 0.4s ease;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.accordion-item[open] .arrow {
  transform: rotate(-135deg);
}
.accordion-body {
  padding: 0 1rem 1.6rem 4.8rem;
}

/* プロフィールカード（社員インタビュー用） */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.profile-card {
  background: rgba(8, 6, 14, 0.5);
  border: 1px solid rgba(244, 236, 224, 0.1);
  transition:
    border-color 0.4s ease,
    transform 0.4s ease,
    background 0.4s ease;
  overflow: hidden;
}
.profile-card:hover {
  border-color: var(--accent-green-soft);
  transform: translateY(-4px);
  background: rgba(8, 6, 14, 0.7);
}
.profile-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: radial-gradient(ellipse at center, rgba(150, 195, 165, 0.08) 0%, transparent 70%), rgba(8, 6, 14, 0.6);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(244, 236, 224, 0.06);
}
.profile-photo::after {
  content: "Photo";
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  color: rgba(150, 195, 165, 0.5);
  text-indent: 0.4em;
}
.profile-info {
  padding: 1.5rem 1.6rem 1.8rem;
}
.profile-eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: var(--accent-gold-soft);
  margin-bottom: 0.6rem;
  text-indent: 0.4em;
  text-transform: uppercase;
}
.profile-name {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  color: #f4ece0;
  margin-bottom: 1rem;
}

/* 創業者メッセージ用レイアウト */
.message-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 1rem;
}
.message-portrait {
  aspect-ratio: 4 / 5;
  background: radial-gradient(ellipse at center, rgba(150, 195, 165, 0.08) 0%, transparent 70%), rgba(8, 6, 14, 0.55);
  border: 1px solid rgba(244, 236, 224, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.message-portrait::after {
  content: "Portrait";
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.8rem;
  letter-spacing: 0.4em;
  color: rgba(150, 195, 165, 0.55);
  text-indent: 0.4em;
}
.message-body .signature {
  margin-top: 2.5rem;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  color: var(--accent-gold-soft);
}
@media (max-width: 700px) {
  .message-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .message-portrait {
    max-width: 240px;
    margin: 0 auto;
  }
}

/* 値リスト（理念の3要素タイプ用） */
.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.value-item {
  text-align: center;
  padding: 2rem 1.5rem;
  border-top: 1px solid var(--accent-green-soft);
}
.value-item .num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--accent-green);
  margin-bottom: 0.8rem;
}
.value-item .key {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  color: #f4ece0;
  margin-bottom: 1rem;
}

/* 行動原則ブロック（理念ページ用） */
.action-block {
  margin: 2.5rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(244, 236, 224, 0.1);
}
.action-block:last-child {
  border-bottom: 1px solid rgba(244, 236, 224, 0.1);
}
.action-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: var(--accent-green);
  margin-bottom: 1.6rem;
  text-indent: 0.2em;
  text-transform: uppercase;
}
.action-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.action-item h4 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  color: #f4ece0;
  margin-bottom: 0.9rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(232, 200, 120, 0.35);
}
.action-item p {
  font-size: 0.92rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
  color: rgba(244, 236, 224, 0.82);
}
@media (max-width: 700px) {
  .action-items {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .action-en {
    font-size: 1.3rem;
  }
}

/* ライト背景時 */
body.subpage .action-block {
  border-top-color: rgba(108, 152, 120, 0.18);
}
body.subpage .action-block:last-child {
  border-bottom-color: rgba(108, 152, 120, 0.18);
}
body.subpage .action-en {
  color: var(--accent-green-deep);
}
body.subpage .action-item h4 {
  color: #1a3a30;
  border-bottom-color: rgba(138, 106, 32, 0.4);
}
body.subpage .action-item p {
  color: rgba(26, 58, 48, 0.78);
}

/* インフォブロック（説明会・イベントなど） */
.info-block {
  margin: 2rem 0;
  padding: 2rem;
  background: rgba(8, 6, 14, 0.4);
  border-left: 2px solid var(--accent-green);
}
.info-block h3 {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  color: #f4ece0;
  margin-bottom: 1rem;
}

/* セクション間装飾 */
.section-divider {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, var(--accent-green-soft), transparent);
  margin: 0 auto;
}

/* プレースホルダー（中身を入れる前の空ボックス） */
.placeholder-box {
  border: 1px dashed var(--accent-green-soft);
  border-radius: 2px;
  padding: 3.5rem 2rem;
  background: rgba(150, 195, 165, 0.04);
  text-align: center;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.placeholder-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 12px;
  height: 1px;
  background: var(--accent-green-soft);
}
.placeholder-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 12px;
  height: 1px;
  background: var(--accent-green-soft);
}
.placeholder-text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--accent-green);
}
.placeholder-text .ja {
  display: block;
  font-family: "Shippori Mincho", system-ui;
  font-style: normal;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  color: rgba(244, 236, 224, 0.85);
  margin-top: 0.9rem;
}

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 880px) {
  .hero {
    align-items: flex-start !important;
    padding-top: 110px;
  }
  #heroTitle {
    font-size: 26.85px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    max-width: 100%;
    width: 62px;
  }
  #heroTitle strong {
    margin: 0 0 20px;
  }
  #heroTitle strong:before,
  #heroTitle strong:after {
    font-size: 26.85px;
    writing-mode: horizontal-tb;
  }
  #heroTitle strong:before {
    left: -22px;
    top: -25px;
  }
  #heroTitle strong:after {
    right: -17px;
    bottom: -28px;
  }
  #heroTitle strong span:first-child {
    font-size: 44.75px;
  }
  #heroTitle strong span:last-child {
    font-size: 35.8px;
  }

  .menu-content {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .header-entry {
    padding: 0.55rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.4em;
  }
  .header-controls {
    gap: 1.2rem;
    top: 1.2rem;
    right: 1.2rem;
  }
  .header-logo {
    top: 1.2rem;
    left: 1.2rem;
  }
  .header-logo img {
    height: 36px;
  }
  .poem {
    font-size: 16px;
    line-height: 2.3;
    display: block;
    height: auto;
  }
  .poem p {
    margin-left: 1.4rem;
  }
  .poem p.xtight {
    margin-left: 0.4rem;
  }
  .poem p.tight {
    margin-left: 0.8rem;
  }
  .poem p.breath {
    margin-left: 2rem;
  }
  .poem p.pause {
    margin-left: 2.6rem;
  }
  .poem strong {
    font-size: 24px;
  }
  .page-hero {
    padding: 9rem 5vw 4rem;
  }
  .content-section {
    padding: 4rem 5vw;
  }
  .flow-step {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.4rem 1.4rem;
  }
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
  }
  .spec-table th {
    padding-top: 1.4rem;
    padding-bottom: 0.4rem;
    border-bottom: none;
  }
  .spec-table tr {
    display: block;
    border-bottom: 1px solid rgba(244, 236, 224, 0.08);
    padding-bottom: 0.6rem;
  }

  .entry-btn {
    width: 170px;
    height: 41px;
    font-size: 16px;
  }
}

@media (max-width: 880px) {
  /* スマホ・タブレットでは花びら動画の拡大を控える（縦長画面で大きくなりすぎ対策） */
  .video-bg video {
    transform: scale(1);
  }
  /* 蓮池動画は letterbox を画面外に出すため scale(1.5) を維持 */
}

@media (max-width: 600px) {
  /* スマホ縦：花びら動画は上65vh、下端を黒へなめらかにフェード */
  .video-bg {
    inset: 0 0 auto 0;
    height: 100vh;
    /* height: 65vh; */
    background: #000;
  }
  .video-bg video {
    transform: scale(1);
    object-fit: cover;
    object-position: center 30%;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%);
  }
  /* 蓮池動画は画面いっぱい・letterbox隠すためscale維持 */
  .image-bg {
    inset: 0;
    height: 100vh;
  }
  .image-bg video {
    transform: scale(1.3);
    object-fit: cover;
    object-position: center center;
  }

  /* TOPのタイトルを花びらにかぶせるため上寄せに */
  body[data-page="top"] section.hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30vh;
  }
  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 4rem);
    letter-spacing: 0.04em;
    text-align: center;
  }
  .header-controls {
    top: 0.9rem;
    right: 0.9rem;
    gap: 0.7rem;
  }
  .header-entry {
    padding: 0.5rem 0.9rem;
    font-size: 0.7rem;
    letter-spacing: 0.35em;
  }
  .header-logo {
    top: 0.9rem;
    left: 0.9rem;
  }
  .header-logo img {
    height: 30px;
  }
  .hamburger {
    width: 34px;
    height: 26px;
  }
  .hamburger span {
    left: 7px;
    width: 18px;
  }
  .menu-overlay {
    padding: 5rem 6vw 3rem;
  }
  .menu-group h3 {
    font-size: 0.75rem;
  }
  .menu-group h3 .ja {
    font-size: 1rem;
  }
  .menu-group a {
    font-size: 0.9rem;
  }
  .message {
    padding: 100px 5vw 6vh;
  }
  .poem {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
    max-height: none;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  .poem p,
  .poem p.xtight,
  .poem p.tight,
  .poem p.breath,
  .poem p.pause {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  /* 縦書きの margin-left と同じ位置関係になるよう、横書きでは margin-bottom で間隔を表現 */
  .poem p {
    margin-bottom: 0.55em;
  }
  .poem p.xtight {
    margin-bottom: 0.1em;
  }
  .poem p.tight {
    margin-bottom: 0.25em;
  }
  .poem p.breath {
    margin-bottom: 1em;
  }
  .poem p.pause {
    margin-bottom: 1.6em;
  }
  .poem p:last-child {
    margin-bottom: 0;
  }
  .poem strong {
    font-size: 24px;
  }
  .page-hero h1 {
    letter-spacing: 0.12em;
  }

  .message .movie .in {
    /* padding-top: 57%; */
    max-width: 320px;
    height: 180px;
  }

  .entry-sec {
    padding-bottom: 200px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(1.8rem, 11vw, 2.8rem);
  }
  .header-entry {
    padding: 0.4rem 0.7rem;
    font-size: 0.65rem;
    letter-spacing: 0.3em;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .poem {
    font-size: clamp(0.85rem, 1.8vh, 1.05rem);
    line-height: 1.7;
  }
  .poem p {
    margin-bottom: 0.3em;
  }
  .poem p.pause {
    margin-bottom: 0.85em;
  }
  .poem p.breath {
    margin-bottom: 0.55em;
  }
}
