@charset "UTF-8";
  :root {
  --primary:#0F4C81;
  --primary-dark:#082F51;
  --secondary:#2E86C1;
  --text:#222;
  --sub:#666;
  --border:#E5EAF0;
  --white:#fff;
  --soft:#F7FAFD;
  --shadow:0 12px 32px rgba(8,47,81,
.10);
  --radius:16px;
  --max:1120px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  color:var(--text);
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",
Meiryo,
sans-serif;
  line-height:1.85;
  background:#fff
}

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

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

.container {
  width:min(var(--max),
calc(100% - 80px));
  margin:0 auto
}

.narrow {
  max-width:880px
}

.site-header {
  position:fixed;
  inset:0 0 auto;
  z-index:20;
  background:rgba(255,255,255,
.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,
.25)
}

.header-inner {
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.logo {
  color:var(--primary);
  font-weight:800;
  letter-spacing:.12em;
  font-size:22px
}

.header-nav {
  display:flex;
  align-items:center;
  gap:26px;
  color:var(--sub);
  font-size:14px;
  font-weight:700
}

.header-entry {
  color:#fff;
  background:var(--primary);
  border-radius:999px;
  padding:10px 20px
}

.hero {
  position:relative;
  min-height:760px;
  color:#fff;
  background:url("../img/hero-meeting.png") center/cover no-repeat;
  display:grid;
  place-items:center;
  text-align:center;
  overflow:hidden
}

.hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,
rgba(8,47,81,
.64),
rgba(8,47,81,
.50)),
radial-gradient(circle at center,
rgba(46,134,193,
.18),
rgba(8,47,81,
.30))
}

.hero-content {
  position:relative;
  z-index:1;
  padding:150px 0 92px
}

.program-mark {
  margin-bottom:34px
}

.program-title {
  font-size:clamp(36px,6vw,72px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:.08em
}

.program-subtitle {
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:15px;
  letter-spacing:.16em
}

.program-subtitle span {
  display:block;
  width:48px;
  height:1px;
  background:rgba(255,255,255,
.72)
}

.hero h1 {
  margin:0 0 20px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1.32;
  letter-spacing:.03em
}

.hero-lead {
  margin:0 0 18px;
  font-size:clamp(17px,2vw,21px)
}

.hero-amount {
  margin:0 0 30px;
  font-size:clamp(16px,1.7vw,19px)
}

.hero-amount strong {
  font-size:clamp(38px,6vw,68px);
  line-height:1;
  letter-spacing:.02em
}

.btn {
  display:inline-flex;
  min-height:58px;
  align-items:center;
  justify-content:center;
  padding:0 34px;
  border-radius:999px;
  font-weight:800;
  transition:.2s ease;
  box-shadow:var(--shadow)
}

.btn-white {
  background:#fff;
  color:var(--primary)
}

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

.hero-note,
.caption {
  margin:14px 0 0;
  color:rgba(255,255,255,
.78);
  font-size:13px
}

.section {
  padding:100px 0
}

.section-white {
  background:#fff
}

.section-soft {
  background:var(--soft)
}

.section-head {
  max-width:780px;
  margin:0 0 42px
}

.eyebrow {
  margin:0 0 10px;
  color:var(--secondary);
  font-weight:800;
  letter-spacing:.14em;
  font-size:13px
}

h2 {
  margin:0 0 18px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.45;
  letter-spacing:.02em
}

.lead {
  color:var(--sub);
  font-size:17px
}

.support-grid,
.condition-grid {
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:24px
}

.support-card,
.condition-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:34px;
  box-shadow:var(--shadow)
}

.confition-annotation-text {
  color:darkgray;
  font-size:small;
}

.support-label {
  color:var(--secondary);
  font-weight:800;
  letter-spacing:.08em;
  margin:0 0 4px
}

.support-card h3 {
  margin:0 0 12px;
  color:var(--primary);
  font-size:clamp(32px,4vw,48px);
  line-height:1.2
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.role-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.role-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #EAF4FC;
  color: var(--primary);
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 48px;
}

.role-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  width: 100%;
  flex-wrap: nowrap;
}

.role-area {
  display: grid;
  grid-template-columns: repeat(2, 48px);
  gap: 6px;
}

.role-area span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #D7E7F7;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    padding: 0;
}

.role-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.45;
  word-break: keep-all;
  white-space: normal;
}

.role-card p {
  margin: 0;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.message-layout,
.interview-layout {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:54px;
  align-items:center
}

.interview-layout {
  grid-template-columns:1.1fr .9fr
}

.message-photo img,
.interview-photo img {
  border-radius:20px;
  box-shadow:var(--shadow);
  width:100%
}

.signature {
  color:var(--sub);
  font-weight:700;
  margin-top:24px;
  text-align:right;
}

.profile {
  display:grid;
  grid-template-columns:80px 1fr;
  gap:6px 14px;
  margin:24px 0
}

.profile dt {
  color:var(--primary);
  font-weight:800
}

.profile dd {
  margin:0;
  color:var(--sub)
}

.caption {
  color:var(--sub)
}

.condition-card ol {
  padding-left:1.3em;
  margin:0
}

.condition-card li {
  margin-bottom:10px
}

.faq-list {
  border-top:1px solid var(--border)
}

.faq-item {
  background:#fff;
  border-bottom:1px solid var(--border)
}

.faq-question {
  width:100%;
  padding:24px 0;
  border:0;
  background:transparent;
  display:flex;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  color:var(--text);
  font:inherit;
  font-weight:800;
  cursor:pointer
}

.faq-question span {
  color:var(--primary);
  font-weight:900
}

.faq-answer {
  display:none;
  padding:0 0 24px;
  color:var(--sub)
}

.faq-item.is-open .faq-answer {
  display:block
}

.faq-icon {
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.faq-icon::before {
    content: "+";
    color: var(--primary);
    font-weight: 900;
    font-size: 24px;
    font-family: Arial, sans-serif;
}

.faq-item.is-open .faq-icon::before {
    content: "\2212";
}

.final-cta {
  background:linear-gradient(rgba(8,47,81,
.88),
rgba(8,47,81,
.88)),
url("../img/office.png") center/cover no-repeat;
  color:#fff;
  text-align:center;
  padding:110px 0
}

.final-cta .eyebrow {
  color:rgba(255,255,255,
.78)
}

.final-cta p {
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  color:rgba(255,255,255,
.86)
}

.site-footer {
  background:var(--primary-dark);
  color:rgba(255,255,255,
.72);
  padding:34px 0;
  font-size:13px
}

.footer-inner {
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap
}

@media (max-width: 960px) {
  .container {
  width:min(100% - 40px,
var(--max))
}

.header-nav a:not(.header-entry) {
  display:none
}

.hero {
  min-height:680px
}

.role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-grid,
.message-layout,
.interview-layout,
.condition-grid {
  grid-template-columns: 1fr
}

.interview-photo {
  order:-1
}

}

@media (max-width: 560px) {
  .header-inner {
  height:66px
}

.header-entry {
  padding:8px 14px;
  font-size:13px
}

.hero {
  min-height:720px
}

.program-subtitle {
  gap:10px;
  font-size:12px;
  letter-spacing:.08em
}

.program-subtitle span {
  width:24px
}

.section {
  padding:72px 0
}

.role-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.role-header {
  flex-wrap: wrap;
}

.role-area {
  display: flex;
  flex-wrap: wrap;
}

.role-area span {
  width: 44px;
  height: 44px;
}

.btn {
  width:100%;
  padding:0 20px
}

.support-card,
.condition-card {
  padding:26px 22px
}

}
