/* === site-centering (fit-to-viewport for 1024-1439px) === */
html {
  overflow-x: hidden;
}

@media (min-width: 1440px) {
  body {
    width: 100%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #333;
  min-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── HEADER ── */
.header {
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 98, 47, 0.1);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 1440px;
}

.header-logo {
  width: 290px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.header-logo img {
  position: absolute;
  height: 152.5%;
  left: -5.46%;
  top: -32.5%;
  width: 110.93%;
  max-width: none;
}

.header-nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #00622f;
  text-decoration: none;
  line-height: 1.6;
}

.header-cta-btn {
  background: #00622f;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 36px;
  height: 70px;
  text-decoration: none;
}

.header-cta-btn span.label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
  line-height: 1.6;
}

.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg) scaleY(-1);
  flex-shrink: 0;
}

/* ── HERO / 下層タイトル ── */
.hero {
  position: relative;
  width: 1440px;
  height: 295px;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: 255px;
  border-radius: 40px;
  overflow: hidden;
  filter: blur(1px);
}

.hero-photo img {
  position: absolute;
  max-width: none;
}

.hero-photo img.img1 {
  height: 187.26%;
  left: -2.09%;
  top: -22.49%;
  width: 108.6%;
}

.hero-photo img.img2 {
  height: 339.29%;
  left: -0.02%;
  top: -233.48%;
  width: 111.93%;
}

.hero-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: 255px;
  border-radius: 40px;
  background: linear-gradient(82.41deg, rgba(0, 98, 47, 0.6) 28.787%, rgba(0, 98, 47, 0.2) 97.41%);
  display: flex;
  align-items: center;
}

.hero-text {
  padding-left: 80px;
}

.hero-title-row {
  display: flex;
  gap: 28px;
  align-items: baseline;
}

.hero-title-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.4;
}

.hero-title-en {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 1.6;
  text-transform: uppercase;
}

/* ── MESSAGE SECTION ── */
.message-section {
  position: relative;
  width: 1440px;
  padding: 120px 130px;
  overflow: hidden;
  background: #fff;
}

/* decorative background elements */
.deco-intersect-bl {
  position: absolute;
  width: 649.944px;
  height: 709px;
  left: -241px;
  top: 777px;
  transform: rotate(180deg) scaleY(-1);
  pointer-events: none;
  overflow: visible;
}

.deco-intersect-bl img {
  position: absolute;
  inset: -2.82% -3.08%;
  width: calc(100% + 6.16%);
  height: calc(100% + 5.64%);
  max-width: none;
}

.deco-bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 827px;
  opacity: 0.25;
  overflow: hidden;
  pointer-events: none;
}

.deco-bg-img img {
  position: absolute;
  height: 100.6%;
  left: -3.19%;
  top: -0.6%;
  width: 106.39%;
  max-width: none;
}

.deco-intersect-r {
  position: absolute;
  width: 588px;
  height: 641.428px;
  left: 1003px;
  top: 319px;
  pointer-events: none;
  overflow: visible;
}

.deco-intersect-r img {
  position: absolute;
  inset: -3.12% -3.4%;
  width: calc(100% + 6.8%);
  height: calc(100% + 6.24%);
  max-width: none;
}

/* section inner */
.message-inner {
  position: relative;
  width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  margin: 0 auto;
}

/* section title */
.section-title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.section-title-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 8px;
  color: #00622f;
  line-height: 1.4;
  text-align: center;
}

.section-subtitle-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.section-title-en {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #7e7c57;
  line-height: 20px;
  text-align: center;
}

.diamond-sm {
  width: 11px;
  height: 12px;
  flex-shrink: 0;
}

/* body layout */
.message-body {
  width: 100%;
}

/* top block: headline + text + photo */
.message-top {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
}

.message-text-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.msg-headline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.msg-headline-item {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1.4px;
  color: #00622f;
  line-height: 1.8;
}

.divider-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 98, 47, 0.3);
  flex-shrink: 0;
}

.msg-body-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.msg-body-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #333;
  line-height: 2;
}

/* photo + name card */
.message-photo-col {
  flex-shrink: 0;
  position: relative;
  width: 430px;
  height: 608.974px;
}

.rep-photo {
  width: 430px;
  height: 608.974px;
  overflow: hidden;
  position: relative;
}

.rep-photo img {
  position: absolute;
  height: 106.11%;
  left: -0.1%;
  top: -3.05%;
  width: 100.19%;
  max-width: none;
}

.rep-name-card {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 304.73px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 5px 5px 0 #008026;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 28px;
}

.rep-name-row {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.rep-name-role {
  font-size: 18px;
  letter-spacing: 3.6px;
  line-height: 1.6;
}

.rep-name-name {
  font-size: 24px;
  letter-spacing: 4.8px;
  line-height: 1.6;
}

.rep-name-roman {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #555;
  text-transform: uppercase;
  line-height: 2;
}

/* bottom block: side photo + long text */
.message-bottom {
  display: flex;
  gap: 100px;
  align-items: flex-end;
  width: 100%;
}

.side-photo {
  width: 340px;
  height: 598px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.side-photo img {
  position: absolute;
  height: 90.3%;
  left: -56.66%;
  top: 9.73%;
  width: 291.18%;
  max-width: none;
}

.message-long-text {
  flex: 0 0 740px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.msg-quote {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #00622f;
  line-height: 2;
}

.msg-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #333;
  line-height: 2;
}

.msg-normal .highlight {
  font-weight: 500;
  color: #00622f;
}

/* ── 略歴・実績 ── */
.career-section {
  padding: 60px 100px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  width: 1180px;
  margin: 0 auto;
}

.career-heading {
  border-bottom: 1px solid rgba(0, 98, 47, 0.2);
  padding-bottom: 17px;
  width: 240px;
  flex-shrink: 0;
}

.career-heading h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.0562px;
  color: #00622f;
  line-height: 31.685px;
  white-space: nowrap;
}

.career-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 4px;
}

.career-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.career-bullet {
  width: 16px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
}

.career-bullet img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.career-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #333;
  line-height: 2;
}

/* ── 会社概要 TABLE SECTION ── */
.company-section {
  width: 1440px;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-inner {
  width: 1180px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.company-title-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex-shrink: 0;
}

.company-title-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 8px;
  color: #00622f;
  line-height: 1.4;
}

.company-subtitle-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.company-title-en {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #7e7c57;
  line-height: 20px;
}

.company-table {
  width: 800px;
  display: flex;
  flex-direction: column;
}

.company-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 98, 47, 0.2);
}

.company-label {
  width: 250px;
  flex-shrink: 0;
  padding: 20px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #333;
  line-height: 1.6;
}

.company-value {
  flex: 1;
  padding: 20px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #333;
  line-height: 1.6;
}

.company-value ul {
  list-style: disc;
  padding-left: 21px;
}

.company-value li {
  margin-bottom: 0;
}

/* ── CTA ── */
.cta-section {
  position: relative;
  width: 1440px;
  padding: 100px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: bottom;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 98, 47, 0.5);
}

.cta-inner {
  position: relative;
  width: 1180px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cta-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

.cta-title {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 3px;
  color: #fff;
  line-height: 1;
}

.cta-subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 1.4px;
  color: #fff;
  line-height: 1.8;
}

.btn-text-white {
  border-bottom: 1px solid #fff;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  text-decoration: none;
}

.btn-text-white span.label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.6;
  white-space: nowrap;
}

/* ── FOOTER ── */
.footer {
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 98, 47, 0.1);
  width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  padding: 48px 28px 60px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.footer-logo {
  width: 304px;
  height: 136.8px;
  overflow: hidden;
  position: relative;
}

.footer-logo img {
  position: absolute;
  height: 353.62%;
  left: -29.33%;
  top: -112.49%;
  width: 159.13%;
  max-width: none;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.footer-nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.footer-nav-links a,
.footer-nav-links span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #00622f;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav-links a {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.6;
}

.footer-nav-links .sep {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.6;
}

.footer-privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.55px;
  color: #00622f;
  line-height: 1.6;
  text-decoration: none;
}

.footer-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.55px;
  color: #00622f;
  line-height: 1.6;
}

/* ── HEADER MAIL BUTTON (SP only) ── */
.header-mail-btn {
  display: none;
  width: 50px;
  height: 50px;
  background: #00622f;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
}

.header-mail-btn img {
  display: block;
}

/* ══ HAMBURGER ══ */
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 70px;
  padding: 0 10px;
  flex-shrink: 0;
}

.hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #00622f;
  border-radius: 1px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.hamburger-btn.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 98;
  flex-direction: column;
  padding: 0 24px 24px;
  box-shadow: 0 8px 16px rgba(0, 98, 47, 0.1);
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 98, 47, 0.1);
  letter-spacing: 0.8px;
}

.mobile-nav .mobile-cta-link {
  margin-top: 16px;
  background: #00622f;
  color: #fff !important;
  text-align: center;
  padding: 14px 0 !important;
  border-bottom: none !important;
  border-radius: 2px;
}

/* ══ RESPONSIVE TABLET ≤1023px ══ */
@media (max-width: 1023px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .header {
    width: 100%;
  }

  .header-nav > a:not(.header-cta-btn) {
    display: none;
  }

  .header-cta-btn {
    display: none;
  }

  .hamburger-btn {
    display: flex;
  }

  .hero {
    width: 100%;
  }

  .hero-photo {
    width: calc(100% - 30px);
  }

  .hero-gradient {
    width: calc(100% - 30px);
  }

  /* Message: keep PC layout (photo+text side-by-side, side-photo+long-text side-by-side) until 800px */
  .message-section {
    width: 100%;
    padding: 80px 40px;
  }

  .message-inner {
    width: 100%;
  }

  .career-section {
    width: 100%;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
  }

  .career-heading {
    width: 100%;
  }

  .company-section {
    width: 100%;
    padding: 80px 40px;
  }

  .company-inner {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }

  .company-table {
    width: 100%;
  }

  .cta-section {
    width: 100%;
    padding: 70px 40px;
  }

  .cta-inner {
    width: 100%;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
  }

  .cta-subtitle {
    font-size: 22px;
  }

  .footer {
    width: 100%;
  }

  .footer-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

/* ══ RESPONSIVE 800-1023px (keep PC layout for message-top, full-width side-photo for message-bottom) ══ */
@media (min-width: 800px) and (max-width: 1023px) {
  /* message-top: rep photo + name card fixed at 70% scale */
  .message-photo-col {
    width: 301px;
    height: 426.28px;
  }

  .rep-photo {
    width: 301px;
    height: 426.28px;
  }

  .rep-name-card {
    width: 213.31px;
    padding: 5.6px 19.6px;
    bottom: 30px;
    box-shadow: 4px 4px 0 #008026;
  }

  .rep-name-row {
    gap: 14px;
  }

  .rep-name-role {
    font-size: 12.6px;
    letter-spacing: 2.52px;
  }

  .rep-name-name {
    font-size: 16.8px;
    letter-spacing: 3.36px;
  }

  .rep-name-roman {
    font-size: 10.5px;
    letter-spacing: 1.05px;
  }

  /* message body text on tablet matches SP sizes (smaller than PC) */
  .msg-headline-item {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
  }

  .msg-body-text p {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 2;
  }

  .msg-quote {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .msg-normal {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  /* message-bottom: side-photo full width on tablet, text below */
  .message-bottom {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .side-photo {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 420 / 300;
    flex-shrink: 0;
  }

  .side-photo img {
    position: static;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    object-fit: cover;
    object-position: center;
  }

  .message-long-text {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}

/* ══ RESPONSIVE ≤799px (message collapses to column) ══ */
@media (max-width: 799px) {
  .message-top {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }

  .message-photo-col {
    width: 100%;
    max-width: 430px;
    align-self: center;
  }

  .rep-photo {
    width: 100%;
  }

  .message-bottom {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  .side-photo {
    width: 100%;
    max-width: 420px;
    height: 300px;
  }

  .message-long-text {
    flex: none;
    width: 100%;
  }
}

/* ══ RESPONSIVE MOBILE ≤767px ══ */
@media (max-width: 767px) {
  /* Header SP */
  .header {
    height: 50px;
    padding-left: 10px;
    padding-right: 0;
    justify-content: flex-start;
    gap: 0;
  }

  .header-logo {
    width: 174px;
    height: 24px;
  }

  .header-nav {
    display: none;
  }

  .header-mail-btn {
    display: flex;
    margin-left: auto;
  }

  .hamburger-btn {
    height: 50px;
    background: #008026;
    padding: 0;
    width: 50px;
  }

  .hamburger-btn span {
    background: #fff;
  }

  .mobile-nav {
    top: 50px;
  }

  /* Hero SP */
  .hero {
    height: 200px;
    overflow: hidden;
  }

  .hero-photo {
    height: 180px;
    width: calc(100% - 30px);
    border-radius: 20px;
    filter: blur(1px);
  }

  .hero-photo img.img1 {
    height: 131.5%;
    left: 0.05%;
    top: -15.93%;
    width: 100%;
  }

  .hero-photo img.img2 {
    display: none;
  }

  .hero-gradient {
    height: 180px;
    width: calc(100% - 30px);
    border-radius: 20px;
    background: linear-gradient(53.81deg, rgba(0, 98, 47, 0.6) 40%, rgba(0, 98, 47, 0.2) 95.83%);
  }

  .hero-text {
    padding-left: 20px;
    padding-top: 15px;
  }

  .hero-title-row {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  .hero-title-ja {
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 1.4;
  }

  .hero-title-en {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.6;
  }

  /* Message section SP */
  .message-section {
    width: 100%;
    padding: 60px 20px;
    overflow: visible;
  }

  .message-inner {
    width: 100%;
    gap: 40px;
  }

  .section-title-block {
    align-items: flex-start;
    gap: 4px;
  }

  .section-title-ja {
    font-size: 28px;
    letter-spacing: 5.6px;
    text-align: left;
  }

  .section-subtitle-row {
    gap: 12px;
  }

  .message-body {
    width: 100%;
  }

  .message-top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .message-text-col {
    width: 100%;
  }

  .msg-headline {
    gap: 0;
  }

  .msg-headline-item {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
  }

  .msg-body-text {
    gap: 20px;
  }

  .msg-body-text p {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 2;
  }

  /* Rep photo SP */
  .message-photo-col {
    width: 335px;
    max-width: 100%;
    height: 403px;
  }

  .rep-photo {
    width: 100%;
    height: 403px;
  }

  .rep-photo img {
    height: 124.91%;
    left: -0.1%;
    top: -3.59%;
    width: 100.19%;
  }

  .rep-name-card {
    width: 270px;
    padding: 8px 20px;
    box-shadow: 4px 4px 0 #008026;
    bottom: 30px;
  }

  .rep-name-role {
    font-size: 16px;
    letter-spacing: 3.2px;
  }

  .rep-name-name {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .rep-name-roman {
    font-size: 13px;
  }

  /* Bottom block SP — text above, side photo below */
  .message-bottom {
    flex-direction: column;
    gap: 40px;
  }

  .message-long-text {
    flex: none;
    width: 100%;
    gap: 20px;
  }

  .msg-quote {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .msg-normal {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .side-photo {
    width: 335px;
    max-width: 100%;
    height: 461px;
    order: 1;
  }

  .side-photo img {
    height: 108.72%;
    left: -60.08%;
    top: -4.18%;
    width: 274.29%;
  }

  /* Career SP */
  .career-section {
    padding: 20px 0;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .career-heading {
    width: 100%;
    padding-bottom: 13px;
  }

  .career-heading h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .career-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .deco-intersect-bl {
    display: none;
  }

  .deco-intersect-r {
    width: 175px;
    height: 191px;
    left: auto;
    right: -10px;
    top: 120px;
  }

  /* Company section SP — vertical stacked label/value */
  .company-section {
    width: 100%;
    padding: 60px 20px;
  }

  .company-inner {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .company-title-col {
    gap: 4px;
  }

  .company-title-ja {
    font-size: 28px;
    letter-spacing: 5.6px;
  }

  .company-subtitle-row {
    gap: 12px;
  }

  .company-table {
    width: 100%;
  }

  .company-row {
    flex-direction: column;
    border-bottom: none;
  }

  .company-label {
    width: 100%;
    padding: 16px 4px 4px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .company-value {
    width: 100%;
    padding: 4px 4px 16px;
    border-bottom: 1px solid rgba(0, 98, 47, 0.2);
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  /* CTA SP */
  .cta-section {
    width: 100%;
    padding: 60px 20px;
  }

  .cta-inner {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  .cta-title {
    font-size: 48px;
    letter-spacing: 2.4px;
  }

  .cta-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .btn-text-white span.label {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  /* Footer SP */
  .footer {
    width: 100%;
    padding: 48px 28px 60px;
  }

  .footer-inner {
    gap: 40px;
  }

  .footer-logo {
    width: 178px;
    height: 80px;
  }

  .footer-nav {
    gap: 40px;
  }

  .footer-nav-links {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .footer-nav-links .sep {
    display: none;
  }

  .footer-nav-links a {
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  .footer-copy {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
  }
}

/* === Slide-up reveal animations === */
.slide-up-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s ease-out,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.slide-up-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-up > * {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.stagger-up.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-up.is-visible > *:nth-child(1) {
  transition-delay: 0s;
}

.stagger-up.is-visible > *:nth-child(2) {
  transition-delay: 0.1s;
}

.stagger-up.is-visible > *:nth-child(3) {
  transition-delay: 0.2s;
}

.stagger-up.is-visible > *:nth-child(4) {
  transition-delay: 0.3s;
}

.stagger-up.is-visible > *:nth-child(5) {
  transition-delay: 0.4s;
}

.stagger-up.is-visible > *:nth-child(6) {
  transition-delay: 0.5s;
}

.stagger-up.is-visible > *:nth-child(7) {
  transition-delay: 0.6s;
}

.stagger-up.is-visible > *:nth-child(8) {
  transition-delay: 0.7s;
}

.reveal-on-load.slide-up-reveal {
  transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .slide-up-reveal,
  .stagger-up > * {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
