:root { --ink: #292d33; --paper: #F3F7FA; --sky: #50bced; --blue: #547aa1; --line: #F3F7FA; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--paper); color: var(--ink); }
html { scroll-behavior: smooth; }
body { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; }
.nav-list { margin: 0; padding: 0; list-style: none; }
.admin-bar .site-header { top: 32px; }

.page-shell {
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 108px;
  padding: 20px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.site-header.is-scrolled {
  background: rgba(243, 247, 250, .88);
  border-bottom-color: rgba(41, 45, 51, .08);
  box-shadow: 0 8px 30px rgba(41, 45, 51, .05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.menu-active {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand { position: relative; z-index: 32; display: flex; align-items: center; padding-top: 2px; }
.brand img { display: block; width: clamp(170px, 14vw, 220px); height: auto; }

.desktop-nav {
  height: 42px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .02em;
}
.desktop-nav .nav-list { display: flex; align-items: center; gap: clamp(28px, 2.2vw, 47px); height: 42px; }

.desktop-nav li:not(:last-child) a { position: relative; white-space: nowrap; }
.desktop-nav li:not(:last-child) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}
.desktop-nav li:not(:last-child) a:hover::after { transform: scaleX(1); transform-origin: left; }

.instagram { position: relative; width: 22px; height: 22px; border: 2px solid var(--ink); border-radius: 6px; }
.instagram::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  inset: 0;
  margin: auto;
}
.instagram::after { content: ""; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--ink); top: 3px; right: 3px; }

.contact {
  display: grid;
  place-items: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 3px;
  background: var(--sky);
  color: white;
  transition: background .25s ease;
}
.contact:hover { background: #2faee7; }
.desktop-nav li:last-child a {
  display: grid;
  place-items: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 3px;
  background: var(--sky);
  color: white;
  transition: background .25s ease;
}
.desktop-nav li:last-child a:hover { background: #2faee7; }

.menu {
  position: relative;
  z-index: 32;
  width: 35px;
  height: 42px;
  margin-left: 35px;
  padding: 12px 2px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu span { display: block; width: 100%; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
.menu.is-open span:first-child { transform: translateY(8px) rotate(45deg); }
.menu.is-open span:nth-child(2) { opacity: 0; }
.menu.is-open span:last-child { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: none;
  align-items: center;
  padding: 120px max(28px, 8vw) 60px;
  min-height: 100svh;
  overflow-y: auto;
  background: #F3F7FA;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { width: min(760px, 100%); margin-left: auto; }
.mobile-menu .nav-list { counter-reset: mobile-menu; }
.mobile-menu li { counter-increment: mobile-menu; }
.mobile-menu a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.mobile-menu li:first-child a { border-top: 1px solid var(--line); }
.mobile-menu a::before { content: "0" counter(mobile-menu); color: var(--blue); font-family: "Questrial", sans-serif; font-size: 13px; }
.mobile-menu a::after { content: "→"; font-size: 22px; }
.mobile-menu a { font-size: clamp(24px, 4vw, 42px); }

.hero { position: relative; height: 100svh; overflow: hidden; background: #F3F7FA; }
.catchcopy { position: absolute; z-index: 10; top: 14.2%; left: 50px; }
.catchcopy h1 {
  margin: 0;
  font-family: "Questrial", "Helvetica Neue", Arial, sans-serif;
  max-width: 14em;
  font-size: calc(clamp(58px, 5.1vw, 96px) - 1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}
.catchcopy p { margin: 30px 0 0; font-size: calc(clamp(21px, 1.65vw, 30px) + 1rem); line-height: 1.4; letter-spacing: .02em; }

.ring-canvas { position: absolute; inset: 0; pointer-events: none; }
.ring-canvas canvas { display: block; width: 100%; height: 100%; }

.content { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section-title { flex: 0 0 auto; }
.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--blue);
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  letter-spacing: .16em;
}
.section-eyebrow span { width: auto; height: auto; border: 0; font-family: "Questrial", sans-serif; font-size: 1.12em; line-height: 1; }
.section-title h2 { margin: 0; font-size: clamp(30px, 3.1vw, 48px); font-weight: 400; letter-spacing: .08em; }

.purpose-section {
  position: relative;
  min-height: 760px;
  padding: clamp(130px, 14vw, 220px) 0;
  overflow: hidden;
  background: #fff;
}
.purpose-grid { display: grid; grid-template-columns: 32% 1fr; gap: 8%; align-items: start; position: relative; z-index: 2; }
.purpose-message { padding-top: 92px; }
.purpose-lead { margin: 0; font-size: clamp(18px, 2.7vw, 42px); font-weight: 400; line-height: 1.55; letter-spacing: .06em; white-space: nowrap; }
.purpose-body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px; margin-top: 75px; max-width: 800px; }
.purpose-body p { margin: 0; font-size: 15px; line-height: 2.2; }
.purpose-body-single { grid-template-columns: 1fr; max-width: 720px; }
.purpose-orbit { position: absolute; right: -9vw; top: 5%; width: 44vw; aspect-ratio: 1; border: 1px solid #e7eaed; border-radius: 50%; }
.purpose-orbit::before { content: ""; position: absolute; inset: 20%; border: 1px solid #edf0f2; border-radius: 50%; }
.purpose-orbit span:first-child { position: absolute; top: 11%; left: 4%; width: 14px; height: 14px; border-radius: 50%; background: var(--sky); }
.purpose-orbit span:last-child { position: absolute; right: 1%; bottom: 27%; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

.business-section { padding: clamp(110px, 11vw, 170px) 0 140px; background: #F3F7FA; overflow: hidden; }
.business-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-intro { margin: 38px 0 0; font-size: 16px; line-height: 2; letter-spacing: .04em; }
.scroll-guide { display: flex; align-items: center; gap: 20px; padding-bottom: 4px; color: #69727a; font-family: "Questrial", sans-serif; }
.scroll-guide i { display: grid; place-items: center; width: 34px; height: 34px; font-style: normal; font-size: 25px; }
.business-track {
  --business-card-gap: 28px;
  display: flex;
  gap: var(--business-card-gap);
  margin-top: 90px;
  padding: 0 max(48px, calc((100vw - 1280px) / 2)) 24px var(--business-card-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline-start: var(--business-card-gap);
  scrollbar-width: thin;
  scrollbar-color: #99a7b2 transparent;
}
.business-card {
  flex: 0 0 clamp(350px, 42vw, 640px);
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
}
.business-card-image { aspect-ratio: 1.4; overflow: hidden; }
.business-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.business-card:hover img { transform: scale(1.035); }
.business-card-body { min-height: 310px; padding: 34px 38px 38px; }
.business-card-meta { display: flex; justify-content: space-between; align-items: center; color: var(--blue); font-family: "Questrial", sans-serif; }
.business-card-meta span { font-size: 15px; }
.business-card-meta small { font-size: 12px; letter-spacing: .13em; }
.business-card h3 { margin: 24px 0 20px; font-size: clamp(24px, 2vw, 32px); font-weight: 400; }
.business-card p { margin: 0; max-width: 520px; color: #616871; font-size: 14px; line-height: 2; }
.business-card > .business-card-body > a { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); font-family: "Questrial", sans-serif; font-size: 14px; }

.information-section { padding: clamp(120px, 12vw, 190px) 0; background: #fff; }
.information-layout { display: grid; grid-template-columns: 30% 1fr; gap: 8%; }
.information-list { padding-top: 82px; }
.information-item { display: grid; grid-template-columns: 130px 150px 1fr 48px; gap: 26px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); }
.information-item:first-child { border-top: 1px solid var(--line); }
.information-item time { color: #747c84; font-family: "Questrial", sans-serif; font-size: 15px; }
.information-tag { padding: 8px 18px; border: 1px solid var(--blue); background: transparent; color: var(--blue); font-family: "Questrial", sans-serif; font-size: 12px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.information-item h3 { margin: 0; font-size: 16px; font-weight: 400; line-height: 1.7; }
.circle-arrow { display: grid; place-items: center; width: 42px; height: 42px; background: transparent; transition: color .25s, transform .25s; }
.information-item:hover .circle-arrow { color: var(--blue); transform: translateX(3px); }
.information-empty { margin: 0; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #747c84; font-size: 14px; }
.information-archive-link { display: flex; align-items: center; justify-content: space-between; width: 150px; margin: 42px 0 0 auto; padding: 14px 0; border-bottom: 1px solid var(--ink); font-family: "Questrial", sans-serif; font-size: 14px; }

.company-section { position: relative; padding: clamp(120px, 12vw, 190px) 0; overflow: hidden; background: #F3F7FA; }
.company-layout { display: grid; grid-template-columns: 34% 1fr; gap: 8%; position: relative; z-index: 2; }
.company-copy { margin: 45px 0 0; max-width: 340px; color: #69727a; font-size: 14px; line-height: 2; }
.company-philosophy { margin-top: 58px; padding-top: 34px; border-top: 1px solid #cfd6dc; }
.company-philosophy h3 { display: flex; align-items: baseline; gap: 12px; margin: 0; color: var(--blue); font-family: "Questrial", "Noto Sans JP", sans-serif; font-size: 22px; font-weight: 400; letter-spacing: .04em; }
.company-philosophy h3 small { color: var(--ink); font-family: "Noto Sans JP", sans-serif; font-size: 12px; letter-spacing: .08em; }
.company-philosophy-statement { margin: 26px 0 0; font-size: 18px; font-weight: 500; line-height: 1.8; }
.company-philosophy h4 { margin: 38px 0 0; font-size: 15px; font-weight: 500; }
.company-philosophy-code { margin: 8px 0 0; color: #69727a; font-family: "Questrial", "Noto Sans JP", sans-serif; font-size: 13px; letter-spacing: .06em; }
.company-philosophy-list { display: grid; gap: 18px; margin: 28px 0 0; }
.company-philosophy-list > div { display: grid; gap: 4px; }
.company-philosophy-list dt { color: var(--blue); font-family: "Questrial", sans-serif; font-size: 13px; letter-spacing: .08em; }
.company-philosophy-list dd { margin: 0; color: #525a63; font-size: 12px; line-height: 1.8; }
.company-logo { display: block; width: min(250px, 82%); height: auto; margin-top: 50px; }
.company-table { margin: 0; padding-top: 80px; }
.company-table > div { display: grid; grid-template-columns: 150px 1fr; gap: 35px; padding: 28px 0; border-bottom: 1px solid #cfd6dc; }
.company-table > div:first-child { border-top: 1px solid #cfd6dc; }
.company-table dt { color: #747c84; font-size: 13px; }
.company-table dd { margin: 0; font-size: 15px; line-height: 1.9; }
.company-orbit { position: absolute; left: -17vw; bottom: -28vw; width: 56vw; aspect-ratio: 1; border: 1px solid #dce1e5; border-radius: 50%; }

.contact-section { padding: 110px 0; background: var(--ink); color: white; }
.contact-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.contact-inner > p { margin: 0; color: #93cfee; font-family: "Questrial", sans-serif; font-size: 17px; letter-spacing: .14em; }
.contact-inner h2 { margin: 0; font-size: clamp(28px, 3vw, 45px); font-weight: 400; letter-spacing: .06em; }
.contact-inner a { display: flex; align-items: center; justify-content: space-between; gap: 50px; width: min(420px, 100%); padding: 20px 0; border-bottom: 1px solid #6d7277; }
.contact-inner a span { font-size: 21px; }
.site-footer { padding: 45px 0; background: #20242a; color: white; }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; }
.footer-brand { font-family: "Questrial", sans-serif; font-size: 28px; letter-spacing: .08em; }
.footer-brand small { display: block; margin-top: 8px; color: #aeb4ba; font-family: "Noto Sans JP", sans-serif; font-size: 10px; letter-spacing: .08em; }
.footer-privacy { display: block; width: fit-content; margin-top: 14px; color: #aeb4ba; font-family: "Noto Sans JP", sans-serif; font-size: 11px; letter-spacing: .05em; text-decoration: underline; text-underline-offset: .3em; }
.footer-privacy:hover { color: #fff; }
.footer-inner p { margin: 0; color: #8b9299; font-size: 10px; }

/* Recruit */
.subpage-hero { position: relative; min-height: 690px; padding: 190px 0 110px; overflow: hidden; background: #F3F7FA; }
.subpage-hero-inner { position: relative; z-index: 2; }
.subpage-hero h1 { max-width: 980px; margin: 45px 0 35px; font-size: clamp(48px, 6.2vw, 94px); font-weight: 400; line-height: 1.25; letter-spacing: .025em; }
.subpage-lead { max-width: 720px; margin: 0; font-size: 16px; line-height: 2.1; }
.recruit-hero-word { position: absolute; right: -1vw; bottom: -3vw; color: rgba(84, 122, 161, .08); font-family: "Questrial", sans-serif; font-size: clamp(130px, 21vw, 340px); line-height: .8; letter-spacing: -.04em; }
.recruit-index { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 0; overflow: hidden; border: 1px solid #cfd8df; border-radius: 14px; background: #fff; }
.recruit-index a { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 28px; border-left: 1px solid #cfd8df; transition: background-color .25s ease; }
.recruit-index a:first-child { border-left: 0; }
.recruit-index a:hover, .recruit-index a:focus-visible { background: #F3F7FA; }
.recruit-index small { color: var(--blue); font-family: "Questrial", sans-serif; }
.recruit-index i { font-style: normal; }
.job-section { padding: clamp(110px, 11vw, 170px) 0; background: white; }
.job-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.job-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 76px); font-weight: 400; letter-spacing: .04em; }
.job-visual { overflow: hidden; aspect-ratio: 2.25; border-radius: 24px; }
.job-visual img { width: 100%; height: 100%; object-fit: cover; }
.job-introduction { display: grid; grid-template-columns: 28% 1fr; gap: 8%; margin-top: 85px; }
.job-introduction > p:last-child { margin: 0; max-width: 820px; color: #525a63; font-size: 15px; line-height: 2.15; white-space: pre-line; }
.job-strengths { margin-top: 95px; }
.job-strengths > h3 { margin: 0 0 45px; font-size: clamp(27px, 3vw, 42px); font-weight: 400; }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.strength-grid article { min-height: 310px; padding: 38px 34px; border-right: 1px solid var(--line); }
.strength-grid article:first-child { border-left: 1px solid var(--line); }
.strength-grid article > span { color: var(--blue); font-family: "Questrial", sans-serif; }
.strength-grid h4 { margin: 28px 0 20px; font-size: 21px; font-weight: 500; line-height: 1.6; }
.strength-grid p { margin: 0; color: #616871; font-size: 14px; line-height: 2; }
.job-details { display: grid; grid-template-columns: 28% 1fr; gap: 8%; margin-top: 120px; }
.job-details h3 { margin: 18px 0 0; font-size: 36px; font-weight: 400; }
.job-details dl { margin: 0; }
.job-details dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 35px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.job-details dl > div:first-child { border-top: 1px solid var(--line); }
.job-details dt { color: #747c84; font-size: 13px; }
.job-details dd { margin: 0; font-size: 14px; line-height: 2; white-space: pre-line; }
.job-divider { width: min(1280px, calc(100% - 96px)); height: 1px; margin: clamp(110px, 11vw, 170px) auto 0; background: var(--line); }
.entry-section { padding: clamp(120px, 12vw, 190px) 0; background: #F3F7FA; }
.entry-layout { display: grid; grid-template-columns: 30% 1fr; gap: 9%; }
.entry-layout h2 { margin: 18px 0 32px; font-size: clamp(34px, 4vw, 56px); font-weight: 400; line-height: 1.4; }
.entry-layout > div > p:last-child { margin: 0; color: #616871; font-size: 14px; line-height: 2; }
.entry-form { display: grid; gap: 28px; }
.entry-form label { display: grid; gap: 12px; font-size: 13px; }
.entry-form input, .entry-form select, .entry-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb8c0; border-radius: 0; outline: 0; background: transparent; padding: 13px 4px; font: inherit; }
.entry-form input:focus, .entry-form select:focus, .entry-form textarea:focus { border-color: var(--blue); }
.entry-form .privacy-check { display: flex; align-items: center; gap: 10px; }
.entry-form .privacy-check input { width: 18px; height: 18px; }
.entry-form .privacy-check a { color: var(--blue); text-decoration: underline; text-underline-offset: .25em; }
.entry-form button { display: flex; justify-content: space-between; align-items: center; width: min(380px, 100%); padding: 20px 24px; border: 1px solid var(--ink); background: transparent; font: inherit; cursor: pointer; }
.entry-form .form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.entry-form .file-field { padding: 20px 0; border-top: 1px solid #aeb8c0; border-bottom: 1px solid #aeb8c0; }
.file-field > span { display: flex; align-items: center; gap: 12px; }
.file-field b { padding: 3px 8px; background: var(--ink); color: white; font-size: 10px; font-weight: 400; }
.entry-form .file-field input { padding: 10px 0; border: 0; }
.file-field small { color: #69727a; font-size: 11px; }
.entry-form input[type="file"]::file-selector-button { margin-right: 16px; padding: 10px 16px; border: 1px solid var(--ink); background: transparent; font: inherit; cursor: pointer; }

.confirm-dialog { width: min(680px, calc(100% - 40px)); max-height: min(88svh, 900px); margin: auto; padding: 0; border: 0; background: #F3F7FA; color: var(--ink); overflow-y: auto; }
.confirm-dialog::backdrop { background: rgba(32, 36, 42, .62); backdrop-filter: blur(3px); }
.confirm-dialog-inner { padding: clamp(42px, 7vw, 78px); }
.confirm-dialog h2 { margin: 25px 0 32px; font-size: clamp(30px, 4vw, 48px); font-weight: 400; line-height: 1.5; }
.confirm-summary { display: grid; margin: 0 0 34px; border-top: 1px solid #cfd6dc; }
.confirm-summary > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 20px; padding: 15px 0; border-bottom: 1px solid #cfd6dc; }
.confirm-summary dt { color: #69727a; font-size: 12px; line-height: 1.7; }
.confirm-summary dd { min-width: 0; margin: 0; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; white-space: pre-wrap; }
.confirm-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.confirm-actions button { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 15px 20px; border: 1px solid var(--ink); font: inherit; cursor: pointer; }
.confirm-actions button:disabled { cursor: wait; opacity: .6; }
.confirm-send { background: var(--ink); color: white; }
.confirm-back { justify-content: center !important; background: transparent; color: var(--ink); }
.form-error { margin: -20px 0 28px; color: #a33b3b; font-size: 13px; line-height: 1.7; }
.contact-hero { min-height: 580px; }

/* Privacy policy */
.privacy-hero { min-height: 580px; }
.privacy-section { padding: 110px 0 140px; background: #fff; }
.privacy-inner { max-width: 896px; }
.privacy-intro { margin: 0; color: #414850; font-size: 16px; line-height: 2.05; }
.privacy-updated { margin: 24px 0 0; color: #747c84; font-family: "Questrial", "Noto Sans JP", sans-serif; font-size: 12px; }
.privacy-content { display: grid; gap: 54px; margin-top: 80px; }
.privacy-content section { padding-top: 36px; border-top: 1px solid var(--line); }
.privacy-content h2 { margin: 0 0 24px; color: var(--ink); font-size: clamp(20px, 2vw, 28px); font-weight: 500; line-height: 1.5; }
.privacy-content p { margin: 0; color: #4d555e; font-size: 15px; line-height: 2; }
.privacy-content ul { margin: 18px 0 0; padding-left: 1.4em; color: #4d555e; font-size: 15px; line-height: 2; }
.privacy-content li + li { margin-top: 4px; }
.privacy-content a { color: var(--blue); text-decoration: underline; text-underline-offset: .25em; }
.privacy-operator { margin: 0; }
.privacy-operator > div { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 15px 0; border-bottom: 1px solid #e8ecef; }
.privacy-operator dt { color: #747c84; font-size: 13px; }
.privacy-operator dd { margin: 0; color: #3e454d; font-size: 15px; line-height: 1.8; }

.thanks-section { position: relative; display: grid; align-items: center; min-height: calc(100svh - 132px); padding: 170px 0 120px; overflow: hidden; background: #F3F7FA; }
.thanks-inner { position: relative; z-index: 2; }
.thanks-inner h1 { margin: 32px 0 45px; font-family: "Questrial", sans-serif; font-size: clamp(70px, 10vw, 150px); font-weight: 400; line-height: .9; letter-spacing: -.03em; }
.thanks-inner > p:not(.section-eyebrow) { margin: 0; font-size: clamp(16px, 1.5vw, 21px); line-height: 2; }
.thanks-inner > a { display: flex; align-items: center; justify-content: space-between; width: min(360px, 100%); margin-top: 65px; padding: 20px 0; border-bottom: 1px solid var(--ink); }
.thanks-orbit { position: absolute; right: -12vw; bottom: -25vw; width: 62vw; aspect-ratio: 1; border: 1px solid rgba(84, 122, 161, .2); border-radius: 50%; }
.thanks-orbit::before { content: ""; position: absolute; inset: 22%; border: 1px solid rgba(84, 122, 161, .14); border-radius: 50%; }

.wp-content-section { min-height: 75svh; padding: 118px 0 130px; background: #fff; }
.wp-content-inner { max-width: 980px; }
.wp-content-inner > h1 { margin: 35px 0 65px; font-size: clamp(36px, 4.5vw, 64px); font-weight: 400; line-height: 1.4; }
.wp-content-inner > time { color: #747c84; font-family: "Questrial", sans-serif; }
.post-featured { margin: 0 0 60px; overflow: hidden; border-radius: 22px; }
.post-featured img { display: block; width: 100%; height: auto; }
.single-post-inner { max-width: 896px; }
.single-post-inner > .section-eyebrow,
.single-post-inner > time,
.single-post-inner > h1,
.single-post-inner > .post-content,
.single-post-inner > .post-navigation { width: min(800px, 100%); margin-right: auto; margin-left: auto; }
.single-post-inner > h1 { margin-top: 24px; margin-bottom: 52px; font-size: clamp(30px, 3.25vw, 48px); font-weight: 500; line-height: 1.45; letter-spacing: .025em; }
.post-content { color: #333a42; font-size: 18px; line-height: 1.8; }
.post-content > * + * { margin-top: 1.5em; }
.post-content p { margin-bottom: 1.5em; }
.post-content h2 { margin: 2.7em 0 1.35em; padding: 12px 18px; border-left: 5px solid var(--blue); background: rgba(84, 122, 161, .08); color: var(--ink); font-size: clamp(20px, 2.2vw, 30px); font-weight: 700; line-height: 1.4; }
.post-content h2.is-style-corefusion-heading-bar { padding: 3px 0 3px 21px; background: transparent; font-size: clamp(24px, 2.2vw, 30px); }
.post-content h2.is-style-corefusion-heading-band { padding: 12px 18px; border-left: 5px solid var(--blue); background: rgba(84, 122, 161, .08); }
.post-content h3 { margin: 2.2em 0 .85em; padding-bottom: .45em; border-bottom: 2px solid #e5e7eb; color: var(--ink); font-size: clamp(20px, 1.8vw, 24px); font-weight: 600; line-height: 1.5; }
.post-content h3.is-style-corefusion-heading-underline { padding-bottom: .45em; border-bottom: 2px solid #e5e7eb; }
.post-content .wp-block-heading.is-style-corefusion-heading-bar { padding: 3px 0 3px 21px !important; border-left: 5px solid var(--blue) !important; border-bottom: 0 !important; background: transparent !important; font-size: clamp(24px, 2.2vw, 30px) !important; font-weight: 700 !important; line-height: 1.4 !important; }
.post-content .wp-block-heading.is-style-corefusion-heading-band { padding: 12px 18px !important; border-left: 5px solid var(--blue) !important; border-bottom: 0 !important; background: rgba(84, 122, 161, .08) !important; font-size: clamp(20px, 2.2vw, 30px) !important; font-weight: 700 !important; line-height: 1.4 !important; }
.post-content .wp-block-heading.is-style-corefusion-heading-underline { padding: 0 0 .45em !important; border-left: 0 !important; border-bottom: 2px solid #e5e7eb !important; background: transparent !important; font-size: clamp(20px, 1.8vw, 24px) !important; font-weight: 600 !important; line-height: 1.5 !important; }
.post-content ul,
.post-content ol { padding-left: 1.5em; }
.post-content li + li { margin-top: .45em; }
.post-content figure { margin: 2.5em 0; }
.post-content .wp-block-image img { display: block; height: auto; }
.post-content .wp-block-image.alignleft { text-align: left; }
.post-content .wp-block-image.aligncenter { text-align: center; }
.post-content .wp-block-image.alignright { text-align: right; }
.post-content figure.wp-block-image.alignleft { margin: 2.5em auto 2.5em 0; }
.post-content figure.wp-block-image.aligncenter { margin: 2.5em auto; }
.post-content figure.wp-block-image.alignright { margin: 2.5em 0 2.5em auto; }
.post-content .wp-block-image.alignleft img,
.post-content img.alignleft { display: block; margin-right: auto; margin-left: 0; }
.post-content .wp-block-image.aligncenter img,
.post-content img.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.post-content .wp-block-image.alignright img,
.post-content img.alignright { display: block; margin-right: 0; margin-left: auto; }
.post-content .wp-block-image.alignleft figcaption { text-align: left; }
.post-content .wp-block-image.aligncenter figcaption { text-align: center; }
.post-content .wp-block-image.alignright figcaption { text-align: right; }
.post-content a { color: var(--blue); text-decoration: underline; }
.post-navigation { display: flex; justify-content: space-between; gap: 32px; margin-top: 75px; border-top: 1px solid var(--line); }
.post-navigation-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 150px; padding: 22px 0; border-bottom: 1px solid var(--ink); }
.post-navigation-next { margin-left: auto; }
.post-list article { display: grid; grid-template-columns: 130px 1fr 42px; gap: 26px; align-items: center; min-height: 120px; border-bottom: 1px solid var(--line); }
.post-list article:first-child { border-top: 1px solid var(--line); }
.post-list time { color: #747c84; font-family: "Questrial", sans-serif; font-size: 14px; }
.post-list h2 { margin: 0; font-size: 18px; font-weight: 400; }
.information-archive-page .wp-content-inner > h1 { margin-bottom: 28px; }
.archive-lead { margin: 0 0 62px; color: #616871; font-size: 15px; line-height: 2; }
.archive-post-list article { grid-template-columns: 125px 165px 1fr 42px; }
.archive-categories { display: flex; flex-wrap: wrap; gap: 6px; }
.archive-categories span { padding: 6px 12px; border: 1px solid var(--blue); color: var(--blue); font-family: "Questrial", sans-serif; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.archive-empty { padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.archive-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; }
.archive-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--line); }
.archive-pagination .current { border-color: var(--ink); background: var(--ink); color: #fff; }

@media (max-width: 1100px) {
  .site-header { padding: 20px 28px; }
  .catchcopy { left: 28px; top: 16%; }
  .purpose-grid, .information-layout, .company-layout { grid-template-columns: 1fr; gap: 58px; }
  .purpose-message, .information-list, .company-table { padding-top: 0; }
  .purpose-grid { gap: 80px; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-inner a { width: min(420px, 100%); }
  .entry-layout, .job-details { grid-template-columns: 1fr; gap: 60px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-grid article { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .recruit-index { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - 56px); }
  .recruit-index a:nth-child(odd) { border-left: 0; }
  .recruit-index a:nth-child(n+3) { border-top: 1px solid #cfd8df; }
  .job-introduction { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 767px) {
  .admin-bar .site-header { top: 46px; }
  .desktop-nav { display: none; }
  .menu { display: flex; margin-left: auto; }
  .mobile-menu { display: grid; }
}

@media (max-width: 640px) {
  .site-header { height: 80px; padding: 18px 20px; }
  .brand img { width: 155px; }
  .menu { width: 30px; height: 34px; padding: 8px 1px; }
  .mobile-menu { padding: 95px 20px 35px; }
  .mobile-menu a { grid-template-columns: 38px 1fr auto; gap: 10px; padding: 16px 0; font-size: 24px; }
  .catchcopy { top: 14.5%; left: 20px; right: 20px; }
  .catchcopy h1 { max-width: 10em; font-size: calc(clamp(42px, 10.5vw, 58px) - 1rem); line-height: .96; }
  .catchcopy p { margin-top: 18px; font-size: calc(16px + 1rem); }
  .ring-canvas { left: 20px; }
  .content { width: calc(100% - 40px); }
  .section-title h2 { font-size: 30px; }
  .purpose-section, .information-section, .company-section { padding: 100px 0; }
  .purpose-section { min-height: auto; }
  .purpose-grid { gap: 70px; }
  .purpose-message { padding-top: 0; }
  .purpose-lead { line-height: 1.65; }
  .purpose-body { grid-template-columns: 1fr; gap: 22px; margin-top: 45px; }
  .purpose-orbit { right: -35vw; top: 10%; width: 90vw; }
  .business-section { padding: 100px 0 85px; }
  .business-heading-row { align-items: flex-start; }
  .scroll-guide { padding-top: 58px; }
  .scroll-guide i { width: 46px; height: 46px; }
  .section-intro { margin-top: 28px; font-size: 14px; }
  .business-track { --business-card-gap: 16px; margin-top: 54px; padding-left: var(--business-card-gap); padding-right: 54px; }
  .business-card { flex-basis: min(82vw, 360px); border-radius: 15px; }
  .business-card-body { min-height: 290px; padding: 26px 24px 30px; }
  .business-card h3 { font-size: 23px; }
  .information-layout, .company-layout { gap: 60px; }
  .information-list { padding-top: 0; }
  .information-item { grid-template-columns: 1fr 42px; gap: 14px 18px; min-height: 148px; padding: 24px 0; }
  .information-item time { grid-column: 1; grid-row: 1; }
  .information-tag { grid-column: 1; grid-row: 1; justify-self: start; margin-left: 105px; padding: 6px 14px; }
  .information-item h3 { grid-column: 1; grid-row: 2; font-size: 14px; }
  .circle-arrow { grid-column: 2; grid-row: 1 / span 2; }
  .company-table > div { grid-template-columns: 1fr; gap: 10px; padding: 23px 0; }
  .company-philosophy { max-width: 520px; }
  .contact-section { padding: 82px 0; }
  .contact-inner { gap: 25px; }
  .contact-inner h2 { font-size: 29px; line-height: 1.55; }
  .contact-inner a { justify-content: space-between; padding-inline: 0; }
  .site-footer { padding: 38px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 35px; }
  .subpage-hero { min-height: 640px; padding: 145px 0 90px; }
  .subpage-hero h1 { margin-top: 35px; font-size: 45px; }
  .subpage-lead { font-size: 14px; }
  .recruit-index { grid-template-columns: 1fr; width: calc(100% - 40px); padding-block: 0; }
  .recruit-index a { padding: 20px 18px; border-top: 1px solid #cfd8df; border-left: 0; }
  .recruit-index a:first-child { border-top: 0; }
  .job-section { padding: 100px 0; }
  .job-heading { align-items: flex-start; flex-direction: column; margin-bottom: 42px; }
  .job-visual { aspect-ratio: 1.15; border-radius: 16px; }
  .job-strengths { margin-top: 65px; }
  .strength-grid article { padding: 30px 24px; }
  .job-details { margin-top: 80px; }
  .job-details dl > div { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
  .job-divider { width: calc(100% - 40px); margin-top: 100px; }
  .entry-section { padding: 100px 0; }
  .confirm-summary > div { grid-template-columns: 1fr; gap: 5px; }
  .confirm-actions { grid-template-columns: 1fr; }
  .thanks-section { min-height: calc(100svh - 120px); padding: 135px 0 90px; }
  .thanks-inner h1 { margin-bottom: 35px; }
  .thanks-inner > a { margin-top: 45px; }
  .privacy-section { padding: 80px 0 100px; }
  .privacy-content { gap: 42px; margin-top: 60px; }
  .privacy-content section { padding-top: 28px; }
  .privacy-operator > div { grid-template-columns: 1fr; gap: 5px; }
  .wp-content-section { padding: 90px 0; }
  .wp-content-inner > h1 { margin: 28px 0 45px; }
  .post-navigation { gap: 16px; }
  .post-navigation-link { min-width: 120px; gap: 16px; }
  .post-list article { grid-template-columns: 1fr 32px; gap: 10px 15px; padding: 24px 0; }
  .post-list time { grid-column: 1; }
  .post-list h2 { grid-column: 1; font-size: 15px; }
  .post-list article > a:last-child { grid-column: 2; grid-row: 1 / span 2; }
  .archive-post-list article { grid-template-columns: 1fr 32px; }
  .archive-post-list time { grid-column: 1; grid-row: 1; }
  .archive-post-list .archive-categories { grid-column: 1; grid-row: 1; margin-left: 105px; }
  .archive-post-list h2 { grid-column: 1; grid-row: 2; }
  .archive-categories span { padding: 5px 9px; }
}

@media (max-width: 380px) {
  .purpose-lead { font-size: max(14px, 4.3vw); }
}
