@charset "UTF-8";
:root {
  --navy: #092543;
  --navy-deep: #041d37;
  --navy-light: #173a61;
  --gold: #c49a43;
  --gold-light: #e0c88e;
  --ivory: #fbf9f4;
  --warm: #f5f0e8;
  --white: #fff;
  --text: #132d4b;
  --muted: #5d6b78;
  --line: rgba(11, 42, 73, .14);
  --shadow: 0 20px 55px rgba(24, 38, 53, .08);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--ivory);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.svg-sprite symbol, svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(1160px, 100% - 64px);
  margin-inline: auto;
}

.container.narrow {
  width: min(1040px, 100% - 64px);
}

.section {
  padding: 118px 0;
}

.section-warm {
  position: relative;
  background: radial-gradient(circle at 80% 18%, rgba(220, 199, 158, 0.16), transparent 28%), linear-gradient(180deg, #f8f3ec, #fbf9f5);
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 25% 30%, rgba(42, 75, 112, 0.28), transparent 34%), linear-gradient(135deg, #0c2b4e, #041c36 70%);
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto 68px;
  text-align: center;
}

.section-heading .eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font: 500 12px/1.2 Georgia, serif;
  letter-spacing: 0.3em;
}

.section-heading :is(h1, h2) {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.12em;
}

.section-heading > p:last-child {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 2.15;
}

.section-heading.light > p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.gold-line {
  display: block;
  width: 54px;
  height: 1px;
  margin: 23px 0 26px;
  background: var(--gold);
}

.gold-line.center {
  margin-inline: auto;
}

.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 15px 28px;
  border: 1px solid transparent;
  letter-spacing: 0.1em;
  transition: transform 0.25s, background 0.25s, color 0.25s;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  min-width: 330px;
  color: #fff;
  background: linear-gradient(135deg, #c19942, #d0aa57);
  box-shadow: 0 16px 35px rgba(133, 98, 31, 0.18);
}

.button-navy {
  color: #fff;
  background: var(--navy);
}

.button-light {
  color: var(--navy);
  background: #fff;
}

.button-outline {
  color: var(--gold-light);
  border-color: var(--gold);
}

.icon-circle {
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: #f7f3ec;
}

.icon-circle svg {
  width: 30px;
  height: 30px;
}

.card-rule {
  display: block;
  width: 28px;
  height: 1px;
  margin: 17px 0;
  background: var(--gold);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
}

.header-inner {
  width: min(1390px, 100% - 70px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font: 500 30px/1 Georgia, serif;
  letter-spacing: 0.14em;
}

.logo span {
  font-size: 0.7em;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.global-nav a {
  position: relative;
}

.global-nav a:not(.nav-contact)::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transition: width 0.25s;
}

.global-nav a:hover::after {
  width: 100%;
}

.nav-contact {
  padding: 10px 20px;
  color: #a97e2b;
  border: 1px solid rgba(196, 154, 67, 0.55);
  border-radius: 3px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: var(--navy);
  transition: transform 0.25s, opacity 0.25s;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #f9f7f2;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(250, 248, 243, 0.99) 0%, rgba(250, 248, 243, 0.95) 36%, rgba(250, 248, 243, 0.25) 60%, transparent 100%), url("../img/hero-laptop.webp");
  background-position: center, center;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 72px;
}

.hero-kicker {
  margin: 0;
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.hero-copy {
  margin: 0 0 34px;
  font-size: 14px;
  line-height: 2.1;
}

.support-strip {
  position: relative;
  z-index: 2;
  padding: 42px 0;
  background: rgba(255, 255, 255, 0.96);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.support-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 100px;
  padding: 10px 22px;
  border-right: 1px solid var(--line);
}

.support-item:first-child {
  padding-left: 0;
}

.support-item:last-child {
  padding-right: 0;
  border: 0;
}

.support-item h2 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.support-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}

.problem {
  overflow: hidden;
  padding: 100px 0 0;
}

.question-mark {
  position: absolute;
  top: 40px;
  right: 7%;
  color: rgba(196, 154, 67, 0.12);
  font: 300 210px/1 Georgia, serif;
}

.problem-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 86px;
}

.problem-card {
  min-height: 315px;
  padding: 30px 27px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 40px rgba(34, 45, 56, 0.04);
  text-align: center;
}

.problem-card .card-rule {
  margin-inline: auto;
}

.problem-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.problem-card p {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 2;
}

.solution-band {
  position: relative;
  margin-top: -2px;
  padding: 42px 0 45px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #0b294a, #17385d);
  clip-path: polygon(0 0, 50% 9%, 100% 0, 100% 100%, 0 100%);
}

.solution-band p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 0 8px;
  color: var(--gold-light);
  font-size: 19px;
}

.solution-band p span {
  width: 120px;
  height: 1px;
  background: rgba(196, 154, 67, 0.55);
}

.solution-band small {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 58px 50px 38px;
  background: linear-gradient(135deg, #fff, #f6f1ea);
  box-shadow: var(--shadow);
}

.service-card::after {
  position: absolute;
  z-index: 0;
  right: -70px;
  top: 45px;
  width: 230px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: rgba(218, 202, 179, 0.18);
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-icon {
  width: 32px;
  height: 32px;
  color: var(--gold);
}

.service-no {
  display: block;
  margin-top: 12px;
  color: rgba(196, 154, 67, 0.25);
  font: italic 42px/1 Georgia, serif;
}

.service-card h3 {
  margin: 12px 0 5px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.service-lead {
  margin: 0;
  font-size: 14px;
}

.service-card > p:not(.service-lead) {
  max-width: 410px;
  margin: 0;
  font-size: 12px;
}

.service-card ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--sans);
  font-size: 10px;
}

.service-card li::before {
  content: "◆";
  margin-right: 7px;
  color: var(--gold);
  font-size: 7px;
}

.service-note, .works-note {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  padding: 24px 70px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 34, 48, 0.04);
}

.service-note p, .works-note p {
  margin: 0;
  font-size: 13px;
}

.reasons {
  padding: 110px 0 125px;
}

.reasons::after {
  position: absolute;
  left: 0;
  bottom: -85px;
  width: 100%;
  height: 170px;
  content: "";
  background: rgba(36, 71, 109, 0.35);
  clip-path: polygon(0 0, 50% 55%, 100% 0, 100% 100%, 0 100%);
}

.script-word {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 3%;
  color: rgba(255, 255, 255, 0.06);
  font: italic 160px/1 Georgia, serif;
}

.reason-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.reason-grid article {
  padding: 0 45px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.reason-grid article:last-child {
  border: 0;
}

.reason-no {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font: 24px/1 Georgia, serif;
}

.reason-icon {
  display: grid;
  width: 82px;
  aspect-ratio: 1;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.07);
}

.reason-icon svg {
  width: 40px;
  height: 40px;
}

.reason-grid h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.reason-grid .card-rule {
  margin: 18px auto;
}

.reason-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 2.1;
}

.works {
  overflow: hidden;
  background: #fbfaf7;
}

.works-slider {
  position: relative;
  margin-top: 10px;
}

.works-track {
  display: flex;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.work-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1.65fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 25px;
}

.work-image {
  position: relative;
  overflow: hidden;
  border: 10px solid #eef0f0;
  border-radius: 16px;
  box-shadow: 0 28px 55px rgba(16, 40, 65, 0.16);
}

.work-image::after {
  position: absolute;
  top: auto;
  right: 12%;
  bottom: -15px;
  left: 12%;
  height: 25px;
  content: "";
  background: rgba(19, 38, 57, 0.2);
  filter: blur(18px);
}

.work-image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.work-detail {
  padding-right: 50px;
}

.work-no {
  margin: 0;
  color: var(--gold);
  font: 18px/1 Georgia, serif;
}

.work-category {
  margin: 20px 0 0;
  font-size: 18px;
}

.work-detail h3 {
  margin: 4px 0 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.work-detail dl {
  margin: 0;
}

.work-detail dt {
  margin-top: 15px;
  color: var(--gold);
  font-size: 12px;
}

.work-detail dd {
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 1.9;
}

.slider-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 54px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 10px 30px rgba(12, 34, 57, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-button.prev {
  left: -28px;
}

.slider-button.next {
  right: -28px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.slider-dots button {
  width: 34px;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(9, 37, 67, 0.18);
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}

.slider-dots button.active {
  width: 60px;
  background: var(--gold);
}

.works-note {
  margin-top: 45px;
}

.works-note a {
  margin-left: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  font-size: 13px;
}

.process {
  padding-top: 118px;
}

.process-heading h2 {
  font-size: clamp(38px, 4.3vw, 62px);
}

.phase-list {
  margin-top: 90px;
}

.phase-row {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 70px;
  min-height: 370px;
  margin-bottom: 70px;
}

.phase-title {
  padding-left: 25px;
}

.phase-title > p {
  margin: 0;
  color: var(--gold);
  font: 12px/1 Georgia, serif;
  letter-spacing: 0.24em;
}

.phase-title strong {
  display: block;
  margin-top: 15px;
  color: var(--gold);
  font: 500 70px/1 Georgia, serif;
}

.phase-title > span {
  display: block;
  width: 58px;
  height: 1px;
  margin: 26px 0 30px;
  background: var(--gold);
}

.phase-title h3 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 500;
}

.phase-title small {
  font-size: 12px;
  line-height: 2.1;
}

.phase-steps {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid rgba(196, 154, 67, 0.35);
}

.phase-steps::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 9px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--gold);
}

.phase-steps > div {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  margin-bottom: 58px;
}

.phase-steps > div > span {
  color: var(--gold);
  font: 30px/1.3 Georgia, serif;
}

.phase-steps h4 {
  margin: 0 0 13px;
  font-size: 22px;
  font-weight: 500;
}

.phase-steps p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
}

.partner-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 46px 25px;
  background: rgba(255, 255, 255, 0.48);
}

.partner-note p {
  margin: 0;
  font-size: 14px;
}

.partner-note strong {
  font-size: 17px;
  font-weight: 500;
}

.faq {
  background: linear-gradient(180deg, #fbfaf7, #f8f4ee);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.faq-grid article {
  min-height: 340px;
  padding: 28px 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 16px 42px rgba(28, 42, 56, 0.04);
}

.faq-grid .icon-circle {
  width: 50px;
  margin: 0 auto;
}

.faq-grid .icon-circle svg {
  width: 24px;
}

.faq-no {
  display: block;
  margin: 12px 0 5px;
  color: var(--gold);
  font: 21px/1 Georgia, serif;
}

.faq-grid h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.faq-grid .card-rule {
  margin: 17px auto;
}

.faq-grid p {
  margin: 0;
  font-size: 11px;
  line-height: 2;
}

.faq-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
}

.faq-note p {
  margin: 0;
  font-size: 12px;
}

.contact-bridge {
  padding: 28px 0;
  background: #fff;
}

.contact-bridge .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.contact-bridge small {
  color: var(--gold);
  font-size: 11px;
}

.contact-bridge p {
  margin: 0;
  font-size: 18px;
}

.contact-bridge .button {
  min-height: 54px;
  font-size: 12px;
}

.contact-bridge .button svg, .bridge-phone > svg {
  width: 22px;
  height: 22px;
}

.bridge-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  letter-spacing: 0.1em;
}

.bridge-phone small {
  display: block;
  color: var(--text);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.contact {
  padding: 92px 0 95px;
}

.contact .script-word {
  top: 50px;
}

.contact-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 42px 45px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: rgba(17, 58, 96, 0.55);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.contact-panel article {
  padding: 0 48px;
}

.contact-panel article:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-title {
  display: flex;
  align-items: center;
  gap: 22px;
}

.contact-title > svg {
  width: 42px;
  height: 42px;
  color: var(--gold);
}

.contact-title :is(h2, h3) {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.contact-title p {
  margin: 0;
  color: var(--gold-light);
  font-size: 11px;
}

.contact-panel article > p {
  min-height: 64px;
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 2;
}

.contact-panel .button {
  width: 100%;
  min-height: 64px;
}

.phone-number {
  display: block;
  margin: -5px 0 14px;
  color: var(--gold-light);
  font-size: 13px;
}

.phone-number strong {
  color: #fff;
  font: 400 30px/1 Georgia, serif;
  letter-spacing: 0.1em;
}

.contact-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.contact-points article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-points article:last-child {
  border: 0;
}

.contact-points .reason-icon {
  width: 56px;
  margin: 0;
}

.contact-points .reason-icon svg {
  width: 27px;
  height: 27px;
}

.contact-points h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.contact-points p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.contact-closing {
  margin: 58px 0 0;
  text-align: center;
  font-size: 13px;
}

.contact-closing span {
  display: inline-block;
  width: 65px;
  height: 1px;
  margin: 0 25px 4px;
  background: rgba(196, 154, 67, 0.6);
}

.site-footer {
  background: #fbf9f4;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.7fr;
  gap: 80px;
  align-items: center;
  min-height: 420px;
}

.footer-brand {
  min-height: 170px;
  padding-right: 70px;
  border-right: 1px solid rgba(196, 154, 67, 0.35);
}

.footer-brand .logo {
  display: block;
  margin-top: 35px;
  font-size: 48px;
}

.footer-brand p {
  margin: 25px 0 0;
  font-size: 13px;
}

.footer-links nav {
  display: flex;
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
}

.footer-links nav a::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 10px;
  content: "";
  background: var(--gold);
}

.footer-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 55px;
}

.footer-area > svg {
  width: 58px;
  height: 58px;
  padding: 13px;
  border-radius: 50%;
  color: var(--navy);
  background: #f2eee5;
}

.footer-area h3, .footer-area p {
  margin: 0;
}

.footer-area h3 {
  font-size: 14px;
}

.footer-area p {
  font-size: 11px;
}

.copyright {
  padding: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #0b294a, #17385d);
  font: 11px/1 Georgia, serif;
  letter-spacing: 0.2em;
}

@media (max-width: 1100px) {
  .container, .container.narrow {
    width: min(100% - 48px, 940px);
  }
  .header-inner {
    width: calc(100% - 48px);
  }
  .global-nav {
    gap: 22px;
    font-size: 12px;
  }
  .hero {
    min-height: 700px;
  }
  .hero-media {
    background-image: linear-gradient(90deg, rgba(250, 248, 243, 0.99) 0%, rgba(250, 248, 243, 0.92) 42%, rgba(250, 248, 243, 0.25) 67%, transparent 100%), url("../img/hero-laptop.webp");
    background-position: center, 58% center;
  }
  .support-item {
    padding: 10px 22px;
    gap: 16px;
  }
  .problem-grid, .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .problem-card {
    min-height: 270px;
  }
  .service-card {
    padding: 48px 36px 34px;
  }
  .reason-grid article {
    padding-inline: 28px;
  }
  .work-slide {
    grid-template-columns: 1.4fr 0.9fr;
    gap: 28px;
  }
  .work-detail {
    padding-right: 25px;
  }
  .phase-row {
    grid-template-columns: 230px 1fr;
    gap: 45px;
  }
  .contact-panel article {
    padding-inline: 28px;
  }
  .contact-bridge .container {
    flex-wrap: wrap;
  }
  .footer-main {
    gap: 55px;
  }
  .footer-brand {
    padding-right: 45px;
  }
}
@media (max-width: 820px) {
  body {
    font-size: 15px;
  }
  .section {
    padding: 90px 0;
  }
  .site-header {
    position: fixed;
    height: 80px;
  }
  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }
  .menu-toggle[aria-expanded=true] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded=true] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .global-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 26px;
    visibility: hidden;
    opacity: 0;
    background: rgba(251, 249, 244, 0.98);
    transition: opacity 0.25s, visibility 0.25s;
  }
  .global-nav.open {
    visibility: visible;
    opacity: 1;
  }
  .global-nav a {
    font-size: 16px;
  }
  .hero {
    min-height: 800px;
    align-items: flex-start;
  }
  .hero-media {
    background-image: linear-gradient(180deg, rgba(250, 248, 243, 0.99) 0%, rgba(250, 248, 243, 0.96) 42%, rgba(250, 248, 243, 0.25) 66%, rgba(250, 248, 243, 0.07) 100%), url("../img/hero-laptop.webp");
    background-position: center, 60% bottom;
    background-size: cover, auto 56%;
    background-repeat: no-repeat;
  }
  .hero-content {
    padding-top: 145px;
  }
  .hero-copy {
    max-width: 560px;
  }
  .support-grid {
    grid-template-columns: 1fr;
  }
  .support-item {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .support-item:last-child {
    border-bottom: 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .reason-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reason-grid article {
    max-width: 560px;
    margin: 0 auto;
    padding: 44px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .reason-grid article:last-child {
    border-bottom: 0;
  }
  .work-slide {
    grid-template-columns: 1fr;
    padding-inline: 45px;
  }
  .work-detail {
    padding: 10px 10px 20px;
  }
  .slider-button.prev {
    left: 0;
  }
  .slider-button.next {
    right: 0;
  }
  .phase-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .phase-title {
    max-width: 400px;
    padding-left: 0;
  }
  .phase-steps {
    margin-left: 5px;
  }
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .contact-panel article {
    padding: 30px 20px;
  }
  .contact-panel article:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .contact-points {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-points article {
    justify-content: flex-start;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .contact-points article:last-child {
    border-bottom: 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 90px;
  }
  .footer-brand {
    min-height: auto;
    padding: 0 0 45px;
    border-right: 0;
    border-bottom: 1px solid rgba(196, 154, 67, 0.35);
  }
  .footer-brand .logo {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body {
    line-height: 1.9;
    letter-spacing: 0.045em;
  }
  .container, .container.narrow {
    width: calc(100% - 36px);
  }
  .header-inner {
    width: calc(100% - 36px);
  }
  .logo {
    font-size: 25px;
  }
  .section {
    padding: 72px 0;
  }
  .section-heading {
    margin-bottom: 46px;
  }
  .section-heading :is(h1, h2) {
    font-size: 28px;
    line-height: 1.55;
  }
  .section-heading > p:last-child {
    font-size: 12px;
  }
  .section-heading br {
    display: none;
  }
  .hero {
    min-height: 740px;
  }
  .hero-media {
    background-position: center, 66% bottom;
    background-size: cover, auto 47%;
  }
  .hero-content {
    padding-top: 120px;
  }
  .hero-kicker {
    font-size: 24px;
  }
  .hero h1 {
    font-size: 27px;
  }
  .hero-copy {
    font-size: 12px;
  }
  .hero-copy br {
    display: none;
  }
  .button {
    width: 100%;
    min-width: 0;
  }
  .support-strip {
    padding: 20px 0;
  }
  .support-item {
    gap: 16px;
  }
  .support-item h2 {
    font-size: 14px;
  }
  .support-item p {
    font-size: 10px;
  }
  .problem {
    padding-top: 70px;
  }
  .problem-grid, .faq-grid {
    grid-template-columns: 1fr;
  }
  .problem-card {
    min-height: auto;
    padding: 28px 25px;
  }
  .question-mark {
    top: 115px;
    right: -14px;
    font-size: 130px;
  }
  .solution-band {
    clip-path: polygon(0 0, 50% 4%, 100% 0, 100% 100%, 0 100%);
  }
  .solution-band p {
    gap: 12px;
    font-size: 15px;
  }
  .solution-band p span {
    width: 36px;
  }
  .solution-band small {
    display: block;
    font-size: 10px;
  }
  .service-card {
    padding: 38px 24px 30px;
  }
  .service-card h3 {
    font-size: 27px;
  }
  .service-card ul {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .service-note, .works-note {
    align-items: flex-start;
    padding: 24px 20px;
  }
  .service-note p, .works-note p {
    font-size: 11px;
  }
  .reasons {
    padding: 80px 0 95px;
  }
  .script-word {
    font-size: 100px;
  }
  .work-slide {
    gap: 20px;
    padding: 10px 0;
  }
  .work-image {
    border-width: 6px;
    border-radius: 10px;
  }
  .work-detail h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .slider-button {
    top: 27%;
    width: 43px;
  }
  .slider-button.prev {
    left: -10px;
  }
  .slider-button.next {
    right: -10px;
  }
  .works-note {
    flex-wrap: wrap;
  }
  .works-note a {
    width: 100%;
    margin-left: 0;
  }
  .process-heading h2 {
    font-size: 32px;
  }
  .phase-list {
    margin-top: 60px;
  }
  .phase-row {
    margin-bottom: 25px;
  }
  .phase-title strong {
    font-size: 58px;
  }
  .phase-title h3 {
    font-size: 25px;
  }
  .phase-steps {
    padding-left: 24px;
  }
  .phase-steps > div {
    grid-template-columns: 40px 1fr;
    gap: 8px;
  }
  .phase-steps > div > span {
    font-size: 22px;
  }
  .phase-steps h4 {
    font-size: 19px;
  }
  .partner-note {
    align-items: flex-start;
    gap: 16px;
    padding-inline: 18px;
  }
  .partner-note p {
    font-size: 11px;
  }
  .partner-note strong {
    font-size: 13px;
  }
  .faq-grid article {
    min-height: auto;
    padding: 30px 22px;
  }
  .contact-bridge .container {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .bridge-phone {
    justify-content: center;
  }
  .contact {
    padding: 72px 0;
  }
  .contact-panel {
    padding: 8px;
  }
  .contact-panel article {
    padding: 28px 16px;
  }
  .contact-title {
    gap: 14px;
  }
  .contact-title > svg {
    width: 34px;
  }
  .contact-title :is(h2, h3) {
    font-size: 17px;
  }
  .phone-number strong {
    display: block;
    margin-top: 8px;
    font-size: 25px;
  }
  .contact-closing span {
    width: 25px;
    margin-inline: 10px;
  }
  .footer-main {
    gap: 45px;
    padding-block: 68px;
  }
  .footer-brand .logo {
    font-size: 40px;
  }
  .footer-links nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
  .footer-area {
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Typography refinement: stronger hierarchy with readable body copy. */
body {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

.logo,
.hero-kicker,
.hero h1,
.section-heading :is(h1, h2),
.solution-band p,
.service-card h3,
.reason-grid h3,
.work-category,
.work-detail h3,
.process-heading h2,
.phase-title h3,
.phase-steps h4,
.partner-note strong,
.contact-bridge p,
.contact-title :is(h2, h3),
.phone-number,
.footer-brand .logo {
  font-family: var(--serif);
}

.section-heading :is(h1, h2) {
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 1.42;
  letter-spacing: 0.09em;
}

.section-heading > p:last-child {
  max-width: 760px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
}

.section-heading.light > p:last-child,
.reason-grid p,
.contact-panel article > p {
  color: rgba(255, 255, 255, 0.92);
}

.hero-kicker {
  font-size: clamp(36px, 3.5vw, 48px);
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.hero h1 {
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 1.45;
  letter-spacing: 0.075em;
}

.hero-copy {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
}

.button {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.global-nav {
  font-size: 16px;
}

.contact-bridge .button {
  font-size: 16px;
}

.support-item h2,
.problem-card h3,
.service-lead,
.faq-grid h3,
.contact-points h3,
.footer-area h3 {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.035em;
}

.support-item h2 {
  font-size: 19px;
}

.support-item p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.problem-card h3 {
  font-size: 21px;
  line-height: 1.55;
}

.problem-card p,
.service-card > p:not(.service-lead),
.reason-grid p,
.work-detail dd,
.phase-title small,
.phase-steps p,
.faq-grid p,
.faq-note p,
.contact-panel article > p,
.contact-points p,
.footer-area p {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.025em;
}

.solution-band small {
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0.05em;
}

.service-card h3 {
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.service-lead {
  font-size: 17px;
  line-height: 1.7;
}

.service-card ul {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.service-note p,
.works-note p,
.works-note a,
.partner-note p,
.contact-closing,
.footer-brand p {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.025em;
}

.reason-grid h3 {
  font-size: 25px;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.work-category {
  font-size: 22px;
}

.work-detail h3 {
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.work-detail dt {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.process-heading h2 {
  font-size: clamp(48px, 5vw, 68px);
}

.phase-title h3 {
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: 0.07em;
}

.phase-steps h4 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.partner-note strong {
  font-size: 21px;
}

.faq-grid h3 {
  font-size: 19px;
  line-height: 1.65;
}

.contact-bridge small,
.contact-title p,
.bridge-phone small {
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0.04em;
}

.phone-number {
  font-size: 16px;
}

.contact-title :is(h2, h3) {
  font-size: 25px;
}

.contact-points h3 {
  font-size: 17px;
}

.contact-points p {
  color: rgba(255, 255, 255, 0.88);
}

.footer-area h3 {
  font-size: 17px;
}

.footer-links nav {
  font-size: 16px;
}

@media (max-width: 820px) {
  .section-heading :is(h1, h2) {
    font-size: clamp(34px, 6.5vw, 48px);
  }
  .hero h1 {
    font-size: clamp(38px, 6.7vw, 52px);
  }
  .process-heading h2 {
    font-size: clamp(42px, 7.5vw, 56px);
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  .section-heading :is(h1, h2) {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  .section-heading > p:last-child,
  .hero-copy,
  .support-item p,
  .problem-card p,
  .service-card > p:not(.service-lead),
  .reason-grid p,
  .work-detail dd,
  .phase-title small,
  .phase-steps p,
  .faq-grid p,
  .faq-note p,
  .service-note p,
  .works-note p,
  .partner-note p,
  .contact-panel article > p,
  .contact-points p,
  .contact-closing,
  .footer-brand p,
  .footer-area p {
    font-size: 16px;
    line-height: 1.8;
  }
  .hero-kicker {
    font-size: 29px;
    line-height: 1.5;
  }
  .hero h1 {
    font-size: 39px;
    line-height: 1.5;
    letter-spacing: 0.055em;
  }
  .support-item h2 {
    font-size: 18px;
  }
  .problem-card h3 {
    font-size: 21px;
  }
  .solution-band p {
    font-size: 18px;
  }
  .solution-band small {
    font-size: 16px;
  }
  .service-card h3 {
    font-size: 34px;
  }
  .service-card ul {
    font-size: 16px;
  }
  .reason-grid h3 {
    font-size: 24px;
  }
  .work-detail h3 {
    font-size: 29px;
  }
  .process-heading h2 {
    font-size: 40px;
  }
  .phase-title h3 {
    font-size: 31px;
  }
  .phase-steps h4 {
    font-size: 25px;
  }
  .partner-note strong {
    font-size: 18px;
  }
  .faq-grid h3 {
    font-size: 19px;
  }
  .contact-title :is(h2, h3) {
    font-size: 23px;
  }
  .contact-points h3 {
    font-size: 17px;
  }
}
/* 主役セクションのイラスト（サービス2枚・unDraw を navy duotone に recolor） */
.service-illust {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: 42px;
  width: 140px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .service-illust {
    width: 158px;
    right: 28px;
    top: 40px;
  }
}
@media (max-width: 600px) {
  .service-illust {
    position: static;
    width: 150px;
    margin: 0 0 8px;
    right: auto;
    top: auto;
  }
}
/* カードのアイコンを廃し、navy duotone のイラストに置換（support/problem/reasons/faq/contact） */
.spot-illust {
  display: block;
  object-fit: contain;
}

.support-item .spot-illust {
  width: 92px;
  height: 70px;
  flex: 0 0 auto;
}

.problem-card .spot-illust {
  width: 112px;
  height: 88px;
  margin: 0 auto 8px;
}

.reason-grid .spot-illust {
  width: 142px;
  height: 106px;
  margin: 0 auto 18px;
}

.faq-grid .spot-illust {
  width: 112px;
  height: 86px;
  margin: 0 auto 6px;
}

.contact-points .spot-illust {
  width: 90px;
  height: 68px;
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .support-item .spot-illust {
    width: 78px;
    height: 60px;
  }
  .reason-grid .spot-illust {
    width: 126px;
  }
}
/* ===== 追補修正（pappy FB） ===== */
/* 見出しのジャンプ率反転：英語eyebrowを主役（大）/ 日本語h2は20pxの一文に */
.section-heading .eyebrow {
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
}

.section-heading :is(h1, h2), .process-heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

@media (max-width: 600px) {
  .section-heading .eyebrow {
    font-size: 30px;
  }
  .section-heading :is(h1, h2), .process-heading h2 {
    font-size: 19px;
  }
}
/* 制作実績スライダー：画像を上・テキストを下の小さい縦カードに */
.work-slide {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  padding: 8px 20px 26px;
}

.work-image {
  width: min(500px, 100%);
  border-width: 8px;
}

.work-detail {
  width: min(500px, 100%);
  padding: 0;
  text-align: center;
}

.work-detail h3 {
  margin: 6px 0 22px;
}

.work-detail dl {
  display: inline-block;
  max-width: 440px;
  text-align: left;
}

.slider-button {
  top: 32%;
}

.slider-button.prev {
  left: calc(50% - 322px);
}

.slider-button.next {
  right: calc(50% - 322px);
  left: auto;
}

@media (max-width: 760px) {
  .slider-button.prev {
    left: 2px;
  }
  .slider-button.next {
    right: 2px;
  }
}
/* 問い合わせ下の3点：イラストを上に積んで中央化（違和感解消） */
.contact-points article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.contact-points .spot-illust {
  width: 96px;
  height: 72px;
}

.contact-points h3 {
  margin: 0;
}

/* 実績画像を3:2のランドスケープに固定（縦伸び防止） */
.work-image {
  width: min(480px, 100%);
  aspect-ratio: 3/2;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
}

/* ===== 実績スライダーの中身をカード化（スライダー機構は維持） ===== */
.work-slide {
  padding: 10px 24px 34px;
}

.work-inner {
  position: relative;
  width: min(540px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(16, 40, 65, 0.12);
  text-align: left;
}

.work-inner .work-image {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: 3/2;
}

.work-inner .work-image::after {
  display: none;
}

.work-inner .work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.work-inner:hover .work-image img {
  transform: scale(1.05);
}

.work-inner .work-no {
  position: absolute;
  left: 18px;
  top: 18px;
  margin: 0;
  padding: 7px 15px;
  color: #fff;
  font: italic 22px/1 Georgia, serif;
  letter-spacing: 0.05em;
  background: rgba(9, 37, 67, 0.72);
  border-radius: 4px;
}

.work-inner .work-detail {
  width: 100%;
  padding: 26px 34px 32px;
  text-align: left;
}

.work-inner .work-category {
  margin: 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.work-inner .work-detail h3 {
  margin: 8px 0 18px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.3vw, 27px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.work-inner dl {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.work-inner dt {
  margin-top: 12px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.work-inner dd {
  margin: 3px 0 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* 英語タイトルをさらに大きく */
.section-heading .eyebrow {
  font-size: clamp(50px, 6vw, 78px);
  letter-spacing: 0.05em;
  line-height: 1.04;
  margin: 0 0 14px;
}

@media (max-width: 600px) {
  .section-heading .eyebrow {
    font-size: 44px;
  }
}
/* ===== 自社HP：複数ページ化に伴う追加 ===== */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 168px 0 64px;
  text-align: center;
}

.page-hero .eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font: 500 12px/1.2 Georgia, serif;
  letter-spacing: 0.3em;
}

.page-hero__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.page-hero__lead {
  max-width: 760px;
  margin: 22px auto 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
}

.page-hero.section-dark .page-hero__lead {
  color: rgba(255, 255, 255, 0.9);
}

.home-cta {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  .page-hero {
    padding: 128px 0 48px;
  }
}
/* ===== 下層ページ 追加コンポーネント ===== */
.lead-center {
  max-width: 760px;
  margin: 0 auto 50px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.95;
  text-align: center;
}

.profile {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1000px;
  margin-inline: auto;
}

.profile__photo {
  aspect-ratio: 3/4;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  background: linear-gradient(135deg, #eef1f0, #f6f1ea);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__role {
  margin: 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.profile__name {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.profile__body .gold-line {
  margin: 20px 0;
}

.profile__text {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.95;
}

@media (max-width: 820px) {
  .profile {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .profile__photo {
    max-width: 280px;
    margin-inline: auto;
  }
}
.company-table {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.company-table > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 18px 6px;
  border-bottom: 1px solid var(--line);
}

.company-table dt {
  margin: 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.company-table dd {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .company-table > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pricing-card {
  padding: 40px 38px;
  background: linear-gradient(135deg, #fff, #f6f1ea);
  box-shadow: var(--shadow);
}

.pricing-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.pricing-card__price {
  display: block;
  margin-top: 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 30px;
}

.pricing-card__price small {
  color: var(--muted);
  font-size: 14px;
}

.pricing-card p {
  margin: 16px 0 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
}

.pricing-note {
  margin-top: 22px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
.works-disclaimer {
  max-width: 760px;
  margin: 32px auto 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  text-align: center;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.works-grid .work-inner {
  width: 100%;
  margin: 0;
}

@media (max-width: 900px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}
.policy-item + .policy-item {
  margin-top: 36px;
}

.policy-item :is(h2, h3) {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.policy-item p {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.95;
}

.policy-item a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}

/* Contact Form 7（ダークパネル上） */
.contact-panel .wpcf7 {
  margin-top: 6px;
}

.contact-panel .wpcf7 p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--sans);
  font-size: 13px;
}

.contact-panel .wpcf7 input[type=text],
.contact-panel .wpcf7 input[type=email],
.contact-panel .wpcf7 input[type=tel],
.contact-panel .wpcf7 textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  color: #fff;
  font-family: var(--sans);
  font-size: 15px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}

.contact-panel .wpcf7 textarea {
  min-height: 120px;
}

.contact-panel .wpcf7 input::placeholder, .contact-panel .wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-panel .wpcf7 .wpcf7-submit {
  width: 100%;
  min-height: 60px;
  margin-top: 18px;
  color: #fff;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #c19942, #d0aa57);
  border: 0;
  cursor: pointer;
}

.form-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--sans);
}

/* お問い合わせ：フォームのみ（電話なし）単一カラム */
.contact-panel--solo {
  grid-template-columns: 1fr;
  max-width: 620px;
  margin-inline: auto;
}

.contact-panel--solo article {
  padding-inline: 44px;
}

.contact-panel--solo article:first-child {
  border-right: 0;
}

@media (max-width: 600px) {
  .contact-panel--solo article {
    padding-inline: 18px;
  }
}
/* ===== ロゴ画像（M&Y） ===== */
.logo img {
  display: block;
  width: auto;
}

.site-header .logo img {
  height: 50px;
}

.footer-brand .logo {
  margin-top: 0;
}

.footer-brand .logo img {
  height: 126px;
}

@media (max-width: 600px) {
  .site-header .logo img {
    height: 42px;
  }
  .footer-brand .logo img {
    height: 104px;
  }
}
/* ===== ヘッダー：背後の明暗で色を切替（JSが .is-dark を付与） ===== */
.logo {
  position: relative;
}

.logo .logo-img {
  transition: opacity 0.35s ease;
}

.logo .logo-img--light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.site-header.is-dark .logo-img--navy {
  opacity: 0;
}

.site-header.is-dark .logo-img--light {
  opacity: 1;
}

.site-header.is-dark .global-nav a {
  color: #fff;
}

.site-header.is-dark .global-nav a:not(.nav-contact)::after {
  background: var(--gold-light);
}

.site-header.is-dark .nav-contact {
  color: var(--gold-light);
  border-color: rgba(224, 200, 142, 0.55);
}

.site-header.is-dark .menu-toggle span {
  background: #fff;
}

@media (max-width: 820px) {
  body.menu-open .site-header.is-dark .logo-img--navy {
    opacity: 1;
  }
  body.menu-open .site-header.is-dark .logo-img--light {
    opacity: 0;
  }
  body.menu-open .site-header.is-dark .global-nav a {
    color: var(--text);
  }
  body.menu-open .site-header.is-dark .menu-toggle span {
    background: var(--navy);
  }
}
/* 追従ヘッダー：色切替を滑らかに */
.global-nav a, .nav-contact, .menu-toggle span {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* ===== ホバーアニメーション ===== */
/* テキストリンク（ナビ）：ホバーで色変化（下線は既存の伸びる::after） */
.global-nav a:not(.nav-contact):hover {
  color: var(--gold);
}

.site-header.is-dark .global-nav a:not(.nav-contact):hover {
  color: var(--gold-light);
}

/* テキストリンク（詳しく見る等）：色変化＋下線が出現して伸びる */
.works-note a {
  position: relative;
  color: var(--text);
  padding-bottom: 4px;
  border-bottom: 0;
  transition: color 0.3s ease;
}

.works-note a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s ease;
}

.works-note a:hover {
  color: var(--gold);
}

.works-note a:hover::after {
  width: 100%;
}

/* フッターナビ：色変化 */
.footer-links nav a {
  transition: color 0.3s ease;
}

.footer-links nav a:hover {
  color: var(--gold);
}

/* ヘッダーのお問い合わせボタン：色反転（左からスイープして塗りつぶす） */
.nav-contact {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.nav-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--gold);
  transition: width 0.35s ease;
}

.nav-contact:hover {
  color: #fff;
  border-color: var(--gold);
}

.nav-contact:hover::before {
  width: 100%;
}

.site-header.is-dark .nav-contact:hover {
  color: var(--navy);
}

.site-header.is-dark .nav-contact:hover::before {
  background: var(--gold-light);
}

/* 無料相談（ゴールドCTA）：シャインスイープ＋矢印スライド（＋既存のリフト） */
.button-gold {
  position: relative;
  overflow: hidden;
}

.button-gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 75%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.button-gold:hover::before {
  left: 150%;
}

.button-gold span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.button-gold:hover span {
  transform: translateX(6px);
}

/* --- トップ：軽量PROBLEM（共感ブリッジ／チェックリスト型） --- */
.worry {
  padding: 88px 0 80px;
}

.worry .section-heading {
  margin-bottom: 0;
}

.worry-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
  max-width: 720px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

.worry-list li {
  position: relative;
  padding: 18px 8px 18px 42px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  border-bottom: 1px solid rgba(13, 36, 64, 0.09);
}

.worry-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 50%;
  background: rgba(196, 154, 67, 0.14);
}

.worry-list li::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
}

.worry-bridge {
  margin: 36px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
}

@media (max-width: 600px) {
  .worry {
    padding: 60px 0 56px;
  }
  .worry-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
  }
  .worry-list li {
    font-size: 15px;
    padding: 15px 4px 15px 40px;
  }
  .worry-bridge {
    font-size: 15px;
  }
}
/* === 実績カード（刷新：画像主役＋ホバーオーバーレイ） === */
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 30px;
}

.work-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.work-card__thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 10px;
  background: #eceeed;
  box-shadow: 0 12px 30px rgba(16, 40, 65, 0.09);
}

.work-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.work-card:hover .work-card__thumb img {
  transform: scale(1.06);
}

.work-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(to top, rgba(9, 37, 67, 0.78), rgba(9, 37, 67, 0.4));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.work-card:hover .work-card__overlay {
  opacity: 1;
}

.work-card__overlay span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 24px;
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  transform: translateY(10px);
  transition: transform 0.4s ease;
}

.work-card:hover .work-card__overlay span {
  transform: translateY(0);
}

.work-card__overlay i {
  font-style: normal;
  transition: transform 0.3s ease;
}

.work-card:hover .work-card__overlay i {
  transform: translateX(5px);
}

.work-card__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 6px 13px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: var(--gold-light);
  border-radius: 4px;
}

.work-card__body {
  padding: 18px 2px 0;
}

.work-card__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 1.55vw, 21px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}

.work-card:hover .work-card__title {
  color: var(--gold);
}

.work-card--self:hover .work-card__title, .work-card--static:hover .work-card__title {
  color: inherit;
}

.work-card__meta {
  margin: 9px 0 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: var(--gold);
}

.work-card--self, .work-card--static {
  cursor: default;
}

.work-card__thumb--mockup {
  background: linear-gradient(145deg, #f7f8f7, #dfe4e5);
}

.work-mockup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.work-mockup__laptop {
  position: absolute;
  left: 4%;
  top: 14%;
  width: 84%;
  aspect-ratio: 16/10;
  padding: 3% 2% 2%;
  background: #18232d;
  border-radius: 9px 9px 3px 3px;
  box-shadow: 0 14px 24px rgba(9, 24, 38, 0.25);
}

.work-mockup__laptop::before {
  position: absolute;
  left: 50%;
  top: 1.2%;
  width: 1.8%;
  aspect-ratio: 1;
  content: "";
  background: #53616d;
  border-radius: 50%;
  transform: translateX(-50%);
}

.work-mockup__laptop::after {
  position: absolute;
  left: -5%;
  bottom: -5.5%;
  width: 110%;
  height: 6.5%;
  content: "";
  background: linear-gradient(#f8f9f9, #aeb7bc);
  clip-path: polygon(0 0, 46% 0, 47.5% 35%, 52.5% 35%, 54% 0, 100% 0, 97% 100%, 3% 100%);
}

.work-mockup__screen, .work-mockup__phone-screen {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.work-mockup__screen {
  border-radius: 3px;
  background: #fff;
}

.work-mockup__phone {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 7%;
  width: 22%;
  aspect-ratio: 9/19.5;
  padding: 4px;
  background: #111b24;
  border: 1px solid #4b5964;
  border-radius: 16%/7%;
  box-shadow: 0 12px 22px rgba(9, 24, 38, 0.32);
}

.work-mockup__phone::before {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 2.8%;
  width: 38%;
  height: 2.8%;
  content: "";
  background: #111b24;
  border-radius: 0 0 7px 7px;
  transform: translateX(-50%);
}

.work-mockup__phone-screen {
  border-radius: 10%/4%;
  background: #fff;
}

.work-mockup__screen::-webkit-scrollbar, .work-mockup__phone-screen::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.work-card__thumb--mockup img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: initial;
  transition: none;
}

.work-mockup--static .work-mockup__screen, .work-mockup--static .work-mockup__phone-screen {
  overflow: hidden;
}

.work-mockup--static img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.work-card:hover .work-card__thumb--mockup img {
  transform: none;
}

.work-card__thumb--mockup .work-card__overlay {
  top: 12px;
  right: auto;
  bottom: auto;
  left: 12px;
  display: block;
  width: auto;
  background: none;
  opacity: 1;
  pointer-events: none;
}

.work-card__thumb--mockup .work-card__overlay span {
  padding: 7px 13px;
  font-size: 10px;
  letter-spacing: 0.1em;
  background: rgba(9, 37, 67, 0.82);
  border-color: rgba(255, 255, 255, 0.55);
  transform: none;
}

.work-card:hover .work-card__thumb--mockup .work-card__overlay span {
  transform: none;
}

@media (max-width: 900px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
}
@media (max-width: 600px) {
  .works-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* === 狭い列のキャプションを列幅に合わせる（フォント縮小） === */
@media (min-width: 601px) {
  .phase-title small {
    font-size: 13px;
  }
  .phase-steps p {
    font-size: 15px;
  }
  .faq-grid p {
    font-size: 13px;
  }
  .reason-grid h3 {
    font-size: 24px;
  }
  .phase-title h3 {
    font-size: 32px;
  }
}
/* === 改行：見出し・短い段落の行を均し、孤立文字（段落ち）を防ぐ === */
.section-heading :is(h1, h2),
.section-heading > p:last-child,
.page-hero__lead,
.faq-grid h3,
.phase-title h3,
.phase-steps h4,
.service-card h3,
.problem-card h3,
.reason-grid h3,
.contact-title :is(h2, h3),
.work-card__title,
.problem-card p,
.faq-grid p,
.policy-item p,
.phase-steps p,
.phase-title small,
.support-item p,
.reason-grid p,
.contact-points p,
.service-lead,
.service-card > p,
.works-note p,
.solution-band p,
.work-card__meta,
.contact-panel article > p {
  text-wrap: balance;
}

.profile__text {
  text-wrap: pretty;
}

.reason-grid h3 {
  letter-spacing: 0;
}

/* SP専用改行（PCでは消す）。hero-kicker を “作って終わり” で自然に折る */
.sp-br {
  display: none;
}

/* SP: h1 を少し縮めて2行に収める（「ト。」こぼれ防止）。br は活かして AIでつくる、／伝わるWebサイト。 の2行に */
@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(25px, 9vw, 38px);
  }
  .sp-br {
    display: inline;
  }
}
/* === アニメーション（控えめ）: スクロール出現 / グリッドのスタッガー / ヒーロー読込 ===
   prefers-reduced-motion 時は <html> に js-on が付かない＝下記は一切効かず常時表示 */
.js-on .section-heading,
.js-on .support-item,
.js-on .service-card,
.js-on .reason-grid article,
.js-on .work-card,
.js-on .problem-card,
.js-on .phase-row,
.js-on .faq-grid article,
.js-on .worry-list li,
.js-on .profile,
.js-on .company-table > div,
.js-on .policy-item,
.js-on .works-note,
.js-on .solution-band,
.js-on .home-cta,
.js-on .contact-points article,
.js-on .service-note {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-on .is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* ヒーロー読込（キャッチ→ライン→h1→本文→ボタンの順に控えめに出現） */
.js-on .hero-content > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-on .hero.is-loaded .hero-content > * {
  opacity: 1;
  transform: none;
}

.js-on .hero.is-loaded .hero-kicker {
  transition-delay: 0.15s;
}

.js-on .hero.is-loaded .gold-line {
  transition-delay: 0.3s;
}

.js-on .hero.is-loaded h1 {
  transition-delay: 0.4s;
}

.js-on .hero.is-loaded .hero-copy {
  transition-delay: 0.6s;
}

.js-on .hero.is-loaded .button {
  transition-delay: 0.8s;
}
