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

body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.8;
}

.ph-img {
  background: #e0deda;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.08em;
}

.ph-line {
  background: #ddd;
  height: 1px;
  margin: 8px 0;
}

.ph-text {
  background: #e8e6e1;
  height: 9px;
  border-radius: 1px;
  margin-bottom: 8px;
}

.note {
  font-size: 10px;
  color: #c0392b;
  letter-spacing: 0.06em;
  margin-top: 10px;
  display: block;
}

.note-block {
  border-left: 2px solid #c0392b;
  padding: 6px 10px;
  margin-top: 12px;
  background: #fff8f7;
}

.note-block p {
  font-size: 10px;
  color: #c0392b;
  line-height: 1.7;
}

.sec-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #fff;
  background: #c0392b;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 20px;
  border-radius: 1px;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: none;
  padding: 0 48px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
   max-width: 1400px;
  margin: 0 auto;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-box {
  width: 32px;
  height: 32px;
  background: #e0deda;
  border-radius: 2px;
}

.logo-text {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #333;
  font-weight: 400;
}

nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

nav span {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  padding: 0 10px;
}

nav .sep {
  color: #ddd;
  padding: 0;
  font-size: 10px;
}

nav .contact-btn {
  border: 0.5px solid #aaa;
  padding: 6px 18px;
  font-size: 11px;
  color: #555;
  letter-spacing: 0.1em;
  margin-left: 12px;
}

.hero {
  overflow: hidden;
}

.hero .wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 90vh;
  align-items: center;
  width: 100%;
}

.hero-text {
  padding: 80px 48px 80px 64px;
}

.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #aaa;
  margin-bottom: 28px;
  display: block;
}

.hero-catch {
  margin-bottom: 32px;
}

.hero-catch .line1 {
  background: #c8c5bf;
  height: 36px;
  width: 85%;
  margin-bottom: 10px;
  border-radius: 1px;
}

.hero-catch .line2 {
  background: #c8c5bf;
  height: 36px;
  width: 70%;
  border-radius: 1px;
}

.hero-body {
  margin-bottom: 40px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn-primary {
  border: 0.5px solid #333;
  padding: 12px 32px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #333;
  background: #fff;
  cursor: pointer;
}

.btn-text {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #aaa;
  border-bottom: 0.5px solid #ccc;
  padding-bottom: 1px;
}

.hero-visual {
  height: auto;
aspect-ratio: 16/11;
  background: #d8d5cf;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left:-161px;
  margin-top: -87.5px;
}

.hero-visual-label {
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.1em;
}

.numbers {
  padding: 100px 64px;
  border-top: 0.5px solid #e5e3de;
}

.numbers-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.numbers-label {
  padding-top: 8px;
}

.section-en {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #bbb;
  display: block;
  margin-bottom: 12px;
}

.section-ja {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

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

.num-item {
  padding: 32px 24px;
  border-left: 0.5px solid #e5e3de;
}

.num-item:first-child {
  border-left: none;
}

.big-num {
  font-size: 48px;
  font-weight: 200;
  color: #333;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}

.big-num sup {
  font-size: 18px;
  vertical-align: super;
}

.num-desc {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.08em;
}

.service {
  padding: 100px 64px;
  background: #faf9f7;
  border-top: 0.5px solid #e5e3de;
}

.service-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.service-item {
  padding: 36px 32px;
  border-top: 0.5px solid #e5e3de;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.service-item:nth-child(odd) {
  border-right: 0.5px solid #e5e3de;
}

.service-num {
  font-size: 11px;
  color: #ccc;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  padding-top: 2px;
}

.service-content {}

.service-name-text {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 400;
}

.why {
  padding: 100px 64px;
  border-top: 0.5px solid #e5e3de;
}

.why-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why-item {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 40px 0;
  border-top: 0.5px solid #e5e3de;
}

.why-num {
  font-size: 32px;
  font-weight: 200;
  color: #ddd;
  letter-spacing: -0.02em;
}

.why-title-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.message {
  padding: 100px 64px;
  background: #faf9f7;
  border-top: 0.5px solid #e5e3de;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.message-visual {
  aspect-ratio: 3/4;
  max-height: 480px;
  background: #d8d5cf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.08em;
}

.message-quote {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 32px;
}

.message-name {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.cta {
  padding: 120px 64px;
  text-align: center;
  border-top: 0.5px solid #e5e3de;
}

.cta-catch {
  margin: 0 auto 40px;
}

.cta-catch .line {
  height: 28px;
  background: #d8d5cf;
  border-radius: 1px;
  margin: 0 auto 10px;
}

.cta-sub {
  margin: 0 auto 40px;
}

footer {
  border-top: 0.5px solid #e5e3de;
  padding: 32px 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}

.footer-copy {
  font-size: 10px;
  color: #bbb;
  letter-spacing: 0.1em;
}

.footer-nav {
  display: flex;
  gap: 24px;
}

.footer-nav span {
  font-size: 10px;
  color: #bbb;
  letter-spacing: 0.1em;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 200;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: #333;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 px;
}