:root {
  --blue: #347dea;
  --blue-dark: #071b36;
  --blue-soft: #eaf4ff;
  --line-blue: #a9cef8;
  --green: #2d9a12;
  --green-light: #4aad31;
  --text: #333333;
  --muted: #666666;
  --bg-light: #f8f8f8;
  --footer: #292929;
  --max: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, var(--max));
  height: 98px;
  margin: 0 auto;
  padding: 0 24px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.menu-toggle,
.hamburger {
  display: none;
}

.brand {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #25304a;
  font-size: 12px;
  line-height: 1.2;
}

.site-logo {
  width: 198px;
  height: auto;
  margin-bottom: 2px;
}

.brand-sub {
  font-size: 12px;
  line-height: 1.2;
}

.global-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.global-nav a {
  transition: color 0.2s ease;
}

.global-nav a:hover {
  color: var(--blue);
}

.header-side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #222222;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.meti-logo {
  width: 142px;
  height: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #cbe8ff;
}

.hero-kv {
  width: 100%;
  height: auto;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(520px, 0.95fr);
  align-items: center;
  width: min(100%, var(--max));
  min-height: 870px;
  margin: 0 auto;
  padding: 80px 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.hero-copy h1 {
  margin: 0 0 32px;
  color: var(--blue-dark);
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.35;
  font-weight: 900;
}

.hero-copy h1 span {
  display: table;
  margin-top: 4px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-copy p {
  max-width: 800px;
  margin: 0;
  color: #0b2341;
  font-size: 24px;
  line-height: 1.6;
}

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

.section,
.section-band {
  padding: 104px 0;
  scroll-margin-top: 130px;
}

.section-band {
  background: var(--bg-light);
}

.section-title {
  margin: 0 0 76px;
  color: var(--blue);
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
}

.section-title span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.section-title.green {
  color: var(--green);
}

.cta-panel {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: min(100% - 48px, 1500px);
  margin: 100px auto 90px;
  padding: 70px clamp(28px, 9vw, 245px);
  border-radius: 28px;
  background: #e9f4ff;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 280px;
  min-height: 120px;
  padding: 22px 30px;
  color: #ffffff;
  border-radius: 999px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.cta-button strong {
  font-size: clamp(22px, 2.1vw, 30px);
  white-space: nowrap;
}

.cta-button span {
  font-size: clamp(16px, 1.4vw, 20px);
}

.bottom-cta .cta-button span {
  font-size: clamp(11px, 3.4vw, 16px);
  white-space: nowrap;
}

.cta-button:hover,
.mini-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(24, 91, 178, 0.22);
  filter: brightness(1.06);
}

.cta-button:active,
.mini-button:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(24, 91, 178, 0.18);
}

.cta-company {
  background: linear-gradient(90deg, #337ee8, #5796f6);
}

.cta-talent {
  background: linear-gradient(90deg, #26920b, var(--green-light));
}

.news {
  padding: 96px 0 108px;
}

.news .section-title {
  margin-bottom: 42px;
}

.news-list {
  width: min(100%, 1500px);
  margin: 0 auto;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
}

.news-list div {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 26px 0;
}

.news-list dt,
.news-list dd {
  margin: 0;
}

.news-list a {
  color: inherit;
  text-decoration: none;
}

.news-list a:hover {
  color: var(--blue);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: center;
  gap: 84px;
}

.split-layout.reverse {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 140px;
}

.about-detail {
  grid-template-areas:
    "points campus"
    "effects discussion";
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 0.85fr);
  gap: 80px 90px;
  width: min(100%, 1220px);
  margin-left: auto;
  margin-right: auto;
}

.about-points {
  grid-area: points;
}

.about-campus {
  grid-area: campus;
}

.about-effects {
  grid-area: effects;
}

.about-discussion {
  grid-area: discussion;
}

.decor-image {
  position: relative;
  width: 100%;
  padding: 0;
}

.decor-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.decor-image.small {
  width: min(100%, 560px);
  justify-self: center;
  margin-left: 0;
}

.decor-image.wide {
  width: min(100%, 560px);
  justify-self: center;
  margin: 0;
}

.text-block h3,
.text-list h3,
.program-card h3 {
  margin: 0 0 26px;
  color: #333333;
  font-size: 29px;
  line-height: 1.4;
  font-weight: 900;
}

.text-block p,
.text-list,
.program-card p {
  font-size: 20px;
  line-height: 2;
}

.text-block p {
  margin: 0 0 10px;
}

.text-list h3 {
  margin: 0 0 28px;
}

.text-list h3:not(:first-child) {
  margin-top: 78px;
}

.text-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-list li {
  margin-bottom: 8px;
}

.text-list li::before {
  content: "・";
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 150px;
  width: min(100%, 1320px);
  margin: 0 auto;
}

.program-card {
  min-width: 0;
}

.card-image {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  object-fit: cover;
}

.program-card h3 {
  margin-bottom: 22px;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.25;
}

.program-card h3 span {
  display: block;
  font-size: clamp(18px, 1.65vw, 23px);
}

.outline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 500px);
  min-height: 110px;
  margin: 88px auto 0;
  color: var(--blue);
  border: 4px solid var(--blue);
  border-radius: 999px;
  background: #ffffff;
  font-size: 30px;
  font-weight: 900;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.outline-button:hover {
  color: #ffffff;
  background: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(52, 125, 234, 0.2);
}

.outline-button:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(52, 125, 234, 0.16);
}

.talent-layout {
  grid-template-columns: 500px 1fr;
  gap: 58px;
  width: min(100%, 1320px);
  margin: 0 auto;
}

.talent-image {
  width: 499px;
  height: auto;
  justify-self: center;
}

.talent .text-block h3 {
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.25;
}

.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 82px;
  margin-top: 24px;
  padding: 16px 36px;
  color: #ffffff;
  background: linear-gradient(90deg, #26920b, var(--green-light));
  border-radius: 999px;
  font-size: 21px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.schedule-frame {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  background: transparent;
  box-shadow: none;
}

.schedule-frame img {
  width: 100%;
  min-width: 980px;
  height: auto;
}

.bottom-cta {
  margin-top: 112px;
  margin-bottom: 125px;
}

.site-footer {
  color: #ffffff;
  background: var(--footer);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
  padding: 78px 0 66px;
}

.footer-info {
  font-size: 17px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.footer-info p {
  margin: 0 0 32px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 58px;
  padding-top: 24px;
}

.footer-nav {
  color: #ffffff;
  max-width: 100%;
}

.footer-right small {
  color: #ffffff;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.sub-page-main {
  overflow: hidden;
}

.page-lead {
  position: relative;
  padding: 110px 0 95px;
  text-align: center;
}

.page-lead .section-title {
  margin-bottom: 48px;
}

.lead-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  font-size: 17px;
  line-height: 2.2;
}

.lead-copy h3 {
  margin: 0 0 28px;
  font-size: 21px;
  line-height: 1.4;
}

.foreign-lead,
.company-lead {
  padding-bottom: 130px;
}

.language-switcher {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: min(100% - 48px, 1220px);
  margin: 58px auto 0;
}

.language-switcher button {
  min-width: 70px;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid #33a81d;
  border-radius: 999px;
  background: #ffffff;
  color: #26920b;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.language-switcher button:hover,
.language-switcher button.is-active {
  background: linear-gradient(90deg, #26920b, var(--green-light));
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(38, 146, 11, 0.18);
}

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

.lang-panel[hidden] {
  display: none;
}

.lead-illustration {
  position: absolute;
  right: max(24px, calc((100vw - 1500px) / 2 + 160px));
  bottom: 58px;
  width: 360px;
  opacity: 0.42;
  pointer-events: none;
}

.company-illustration {
  width: 390px;
}

.about-sphere {
  position: absolute;
  right: max(24px, calc((100vw - 1500px) / 2 + 90px));
  bottom: 48px;
  width: 300px;
  opacity: 0.12;
  pointer-events: none;
}

.feature-section {
  padding: 86px 0 100px;
  background: #f8fafc url("assets/about-page-hex-bg.png") center / cover no-repeat;
}

.feature-section .section-title,
.about-map .section-title,
.about-purpose .section-title,
.about-schedule .section-title,
.application-details .section-title {
  margin-bottom: 54px;
  font-size: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: min(100% - 48px, 1130px);
  margin: 0 auto;
}

.feature-card {
  min-height: 250px;
  padding: 38px 34px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(37, 58, 93, 0.08);
  text-align: center;
}

.feature-card .num {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.feature-card h3 {
  margin: 0 0 18px;
  font-size: 18px;
}

.feature-card p {
  margin: 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.9;
}

.about-map,
.about-purpose,
.about-schedule,
.application-details {
  padding: 96px 0;
}

.map-image {
  width: min(100%, 1080px);
  margin: 0 auto 42px;
}

.center-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 56px;
  padding: 12px 32px;
  color: #ffffff;
  background: linear-gradient(90deg, #337ee8, #5796f6);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.center-button:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
  box-shadow: 0 14px 26px rgba(52, 125, 234, 0.22);
}

.center {
  text-align: center;
}

.purpose-row {
  display: grid;
  grid-template-columns: 520px 1fr;
  align-items: center;
  gap: 90px;
  width: min(100% - 48px, 1220px);
  margin: 0 auto 110px;
}

.purpose-row.reverse {
  grid-template-columns: 1fr 520px;
}

.purpose-row.reverse .purpose-image {
  order: 2;
}

.purpose-row h3 {
  margin: 0 0 24px;
  font-size: 20px;
}

.purpose-row p {
  margin: 0;
  font-size: 16px;
  line-height: 2.1;
}

.purpose-image {
  width: 100%;
}

.about-schedule img {
  width: 1502px;
  max-width: none;
  margin: 0 auto;
}

.about-schedule {
  overflow: hidden;
}

.about-schedule .schedule-frame {
  width: min(100% - 48px, 1520px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.about-links {
  padding: 70px 0 110px;
}

.link-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.link-panel {
  display: grid;
  grid-template-rows: 96px repeat(3, auto);
  align-content: start;
  padding: 46px 40px;
  border-radius: 8px;
  text-align: center;
}

.link-panel.company-panel {
  background: #e9f4ff;
}

.link-panel.talent-panel {
  background: #efffec;
}

.link-panel h3 {
  align-self: center;
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
}

.link-panel h3 span {
  display: block;
  font-size: 16px;
}

.panel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: min(100%, 320px);
  min-height: 58px;
  margin: 16px auto 0;
  padding: 10px 22px;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: normal;
  word-break: keep-all;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.panel-link:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.panel-link.is-disabled {
  cursor: default;
  opacity: 0.95;
}

.panel-link.is-disabled:hover {
  transform: none;
  filter: none;
}

.panel-link.blue {
  background: linear-gradient(90deg, #337ee8, #5796f6);
}

.panel-link.green {
  background: linear-gradient(90deg, #26920b, var(--green-light));
}

.application-details {
  padding-top: 80px;
}

.details-table {
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.85;
}

.details-table th,
.details-table td {
  padding: 28px 20px;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: top;
  text-align: left;
}

.details-table th {
  width: 34%;
  font-size: 16px;
}

.foreign-cta {
  padding: 60px 0 110px;
}

.foreign-cta-box {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: 64px 24px;
  border-radius: 12px;
  background: #eaf4ff;
  text-align: center;
}

.foreign-cta-box .panel-link {
  width: min(100%, 430px);
  min-height: 92px;
  margin-top: 0;
  font-size: clamp(14px, 2.8vw, 18px);
  line-height: 1.25;
}

.company-tabs-section {
  padding: 0 0 80px;
}

.company-tabs {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.company-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tab-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 24px;
  margin-bottom: 104px;
  padding: 0 36px;
  border-bottom: 1px solid #b8c5d6;
}

.tab-labels label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px 28px;
  border: 2px solid #b8c5d6;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(#ffffff 0%, #ffffff 54%, #f7f7f7 100%);
  color: #222222;
  cursor: pointer;
  text-align: center;
  font-size: clamp(22px, 2.05vw, 34px);
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  transition: color 0.2s ease, background 0.2s ease;
}

.tab-labels label span {
  display: inline;
  margin-left: 0.25em;
  font-size: 0.72em;
  white-space: nowrap;
}

#tab-event:checked ~ .tab-labels label[for="tab-event"],
#tab-internship:checked ~ .tab-labels label[for="tab-internship"] {
  color: var(--blue);
  background: linear-gradient(#f6fbff 0%, #edf6ff 48%, #e2f0ff 100%);
}

.tab-panel {
  display: none;
}

#tab-event:checked ~ .event-panel,
#tab-internship:checked ~ .internship-panel {
  display: block;
}

.company-tabs .section-title {
  margin-bottom: 70px;
  font-size: 32px;
}

@media (max-width: 1380px) {
  .header-inner {
    height: auto;
    min-height: 78px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 24px;
  }

  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: var(--blue-dark);
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .menu-toggle:checked + .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle:checked + .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle:checked + .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 24px 24px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }

  .menu-toggle:checked ~ .header-menu {
    display: block;
  }

  .global-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    font-size: 14px;
  }

  .global-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #edf1f6;
  }

  .header-menu .header-side {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 18px;
  }
}

@media (max-width: 900px) {
  .feature-grid,
  .link-panels,
  .tab-labels {
    grid-template-columns: 1fr;
  }

  .tab-labels {
    gap: 10px;
    border-bottom: 0;
    margin-bottom: 54px;
  }

  .tab-labels label {
    border: 1px solid #b8c5d6;
    border-radius: 8px;
    font-size: clamp(20px, 5.6vw, 28px);
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .tab-labels label span {
    display: block;
    margin-left: 0;
  }

  .purpose-row,
  .purpose-row.reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .purpose-row.reverse .purpose-image {
    order: 0;
  }

  .details-table,
  .details-table tbody,
  .details-table tr,
  .details-table th,
  .details-table td {
    display: block;
    width: 100%;
  }

  .details-table th {
    padding-bottom: 8px;
    border-bottom: 0;
  }

  .details-table td {
    padding-top: 0;
  }

  .lead-illustration,
  .about-sphere {
    position: static;
    width: min(70%, 320px);
    margin: 32px auto 0;
    opacity: 0.45;
  }

  .page-lead {
    padding: 72px 0;
  }
}

@media (max-width: 1180px) {
  .header-inner {
    height: auto;
    min-height: 78px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 24px;
  }

  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: var(--blue-dark);
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .menu-toggle:checked + .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle:checked + .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle:checked + .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 24px 24px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }

  .menu-toggle:checked ~ .header-menu {
    display: block;
  }

  .global-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    font-size: 14px;
  }

  .global-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #edf1f6;
  }

  .header-menu .header-side {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 18px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 70px 48px;
  }

  .split-layout,
  .split-layout.reverse,
  .talent-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .talent-layout {
    justify-items: center;
  }

  .talent-layout .text-block {
    width: min(100%, 640px);
  }

  .decor-image.small,
  .decor-image.wide {
    width: 100%;
    margin: 0;
  }

  .about-detail {
    grid-template-areas:
      "campus"
      "points"
      "discussion"
      "effects";
  }

  .card-grid {
    gap: 64px;
  }

  .text-block p,
  .text-list,
  .program-card p {
    font-size: clamp(16px, 2.1vw, 20px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-right {
    align-items: flex-start;
    gap: 28px;
    padding-top: 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    padding-top: 0;
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .program-card h3 {
    font-size: 22px;
  }

  .program-card h3 span {
    font-size: 17px;
  }

  .program-card p {
    font-size: 16px;
    line-height: 1.8;
  }

  .card-grid {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 74px;
    padding: 12px 18px;
  }

  .site-logo {
    width: 132px;
  }

  .brand-sub {
    font-size: 8px;
  }

  .header-menu {
    padding: 18px 20px 22px;
  }

  .header-side {
    display: flex;
  }

  .language-switcher {
    flex-wrap: wrap;
    width: min(100% - 32px, 1220px);
    margin-top: 36px;
  }

  .language-switcher button {
    min-width: 58px;
    min-height: 36px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 54px 24px 70px;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .section,
  .section-band {
    padding: 72px 0;
  }

  .section-title {
    margin-bottom: 44px;
    font-size: 34px;
  }

  .container {
    width: min(100% - 32px, var(--max));
  }

  .cta-panel {
    flex-direction: column;
    width: min(100% - 32px, 1500px);
    margin: 64px auto;
    padding: 34px 20px;
    border-radius: 18px;
  }

  .cta-button {
    min-width: 0;
    width: 100%;
    min-height: 88px;
    font-size: 16px;
  }

  .cta-button strong {
    font-size: clamp(18px, 5.3vw, 23px);
  }

  .cta-button span {
    font-size: clamp(13px, 4vw, 16px);
  }

  .bottom-cta .cta-button span {
    font-size: clamp(11px, 3.35vw, 14px);
  }

  .foreign-cta {
    padding: 34px 0 76px;
  }

  .foreign-cta-box {
    width: min(100% - 32px, 1120px);
    padding: 44px 16px;
    border-radius: 18px;
  }

  .foreign-cta-box .panel-link {
    width: 100%;
    max-width: 340px;
    min-height: 78px;
    padding: 14px 16px;
    font-size: clamp(12px, 3.7vw, 15px);
  }

  .news-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .talent-image {
    width: 100%;
    max-width: 499px;
    justify-self: center;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .about-detail {
    grid-template-areas:
      "campus"
      "points"
      "discussion"
      "effects";
    margin-top: 72px;
  }

  .text-block h3,
  .text-list h3,
  .program-card h3,
  .talent .text-block h3 {
    font-size: 24px;
  }

  .text-block p,
  .text-list,
  .program-card p {
    font-size: 16px;
  }

  .outline-button,
  .mini-button {
    width: 100%;
    min-width: 0;
    min-height: 76px;
    font-size: 21px;
  }

  .schedule-frame {
    padding: 0;
  }

  .about-schedule {
    overflow: hidden;
  }

  .about-schedule .schedule-frame {
    width: calc(100% - 32px);
    margin-inline: auto;
    overflow-x: auto;
  }

  .about-schedule img {
    width: 980px;
    max-width: none;
    margin: 0;
  }

  .page-lead {
    padding: 48px 0 64px;
  }

  .page-lead .section-title {
    margin-bottom: 28px;
  }

  .lead-copy {
    width: min(100% - 32px, 980px);
    font-size: 15px;
    line-height: 2;
  }

  .lead-copy h3 {
    font-size: 18px;
  }

  .about-sphere {
    width: min(58%, 240px);
    margin-top: 24px;
    opacity: 0.12;
  }

  .tab-labels {
    width: min(100%, 540px);
    margin: 0 auto 54px;
    padding: 0;
  }

  .tab-labels label {
    min-height: 76px;
    padding: 14px 12px;
    line-height: 1.18;
  }

  .tab-labels label span {
    display: inline-block;
    margin-left: 0.2em;
    font-size: 0.68em;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 56px 0;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding-top: 0;
    white-space: normal;
    font-size: 12px;
  }

  .footer-right {
    align-items: flex-start;
    gap: 28px;
    padding-top: 0;
  }
}

.tit{
  font-size: 120%;
}

.fb {
  background: #1877F2;
}

.li {
  background: #0A66C2;
}
/*
Theme Name: GS-JTI
Author: GS-JTI
Description: GS-JTI landing page theme. Top news is managed by WordPress posts; lower pages use fixed page templates.
Version: 1.0.0
Text Domain: gs-jti
*/
