*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #1a202c;
  background: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
  background: #f5f5f7;
}

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

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

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

h1,
h2,
h3,
p {
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(10, 28, 62, 0.12);
}
.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.btn__icon img {
  width: 13px;
  height: 13px;
}
.btn--primary {
  background: #e8a020;
  color: #0a1c3e;
}
.btn--outline {
  border: 1.5px solid #0a1c3e;
  color: #1e1e1e;
  background: transparent;
}
.btn .external-link-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.btn--cta {
  padding: 16px 32px;
  border-radius: 6px;
}

.header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
  padding: 20px 48px;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__brand {
  font-weight: 900;
  font-size: 20px;
  color: #0a1c3e;
  line-height: 1;
}
.header__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #c62828;
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(198, 40, 40, 0.28);
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__nav a {
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
  line-height: 1;
  white-space: nowrap;
}
.header__nav a:hover {
  color: #e8a020;
}

.hero {
  width: 100%;
  background: #ffffff;
  overflow: visible;
}
.hero__inner {
  position: relative;
  min-height: 560px;
  height: auto;
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
  padding-bottom: 48px;
}
.hero__visuals {
  position: absolute;
  left: 24px;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.hero__photo {
  position: relative;
  left: auto;
  top: auto;
  width: 454px;
  height: 561px;
  flex-shrink: 0;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero__duo {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 2;
  width: 148px;
  height: auto;
  flex-shrink: 0;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 8px 18px rgba(10, 28, 62, 0.22));
}
.hero__duo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  vertical-align: bottom;
}
.hero__watermark {
  position: absolute;
  left: 640px;
  top: -16px;
  font-family: "Dela Gothic One", "Noto Sans JP", sans-serif;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  transform: rotate(-15deg);
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  color: rgba(10, 28, 62, 0.06);
}
.hero__content {
  position: relative;
  z-index: 1;
  margin-left: 600px;
  padding-top: 72px;
  width: 480px;
  max-width: calc(100% - 620px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.hero__badge {
  display: inline-flex;
  padding: 4px 12px;
  background: #e8a020;
  border-radius: 4px;
  font-weight: 900;
  font-size: 11px;
  color: #0a1c3e;
  line-height: 1;
}
.hero__concept {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  color: #0a1c3e;
  letter-spacing: 0.02em;
}
.hero__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.25;
  color: #0a1c3e;
}
.hero__lead {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #1e2f55;
  letter-spacing: 0.01em;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: flex-start;
}
.hero__cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 260px;
}
.hero__cta-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
  color: #4a5568;
  font-weight: 500;
  white-space: normal;
}

.main-content {
  display: flex;
  gap: 32px;
  padding: 40px 40px 0;
  align-items: flex-start;
}

.profile {
  width: 280px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.profile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #0a1c3e;
}
.profile__en {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
}
.profile__ja {
  font-weight: 500;
  font-size: 11px;
  color: #e8a020;
  line-height: 1;
}
.profile__row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}
.profile__row:last-child {
  border-bottom: none;
}
.profile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #1e2f55;
  flex-shrink: 0;
  overflow: hidden;
}
.profile__icon img {
  width: 13px;
  height: 13px;
}
.profile__label {
  flex-shrink: 0;
  width: 70px;
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
  line-height: 1;
}
.profile__value {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  color: #1a202c;
}
.profile__row--stack {
  align-items: flex-start;
}
.profile__row--stack .profile__value {
  font-size: 12px;
  line-height: 1.6;
}

.features {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.features__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 0;
}
.features__line {
  width: 60px;
  height: 2px;
  background: #0a1c3e;
  flex-shrink: 0;
}
.features__title {
  font-weight: 900;
  font-size: 22px;
  color: #0a1c3e;
  line-height: 1;
  white-space: nowrap;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.feature-card:nth-child(1).is-visible {
  transition-delay: 0s;
}
.feature-card:nth-child(2).is-visible {
  transition-delay: 0.08s;
}
.feature-card:nth-child(3).is-visible {
  transition-delay: 0.16s;
}
.feature-card:nth-child(4).is-visible {
  transition-delay: 0.24s;
}
.feature-card:nth-child(5).is-visible {
  transition-delay: 0.32s;
}
.feature-card:nth-child(6).is-visible {
  transition-delay: 0.4s;
}
.feature-card:hover, .feature-card.is-visible:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(10, 28, 62, 0.1);
  border-color: rgba(232, 160, 32, 0.45);
  transition-delay: 0s;
}
.feature-card:hover .feature-card__icon, .feature-card.is-visible:hover .feature-card__icon {
  transform: scale(1.08);
  background: rgba(232, 160, 32, 0.18);
}
.feature-card:hover .feature-card__num, .feature-card.is-visible:hover .feature-card__num {
  letter-spacing: 0.04em;
}
.feature-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-card__num {
  font-family: "Lexend", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #e8a020;
  line-height: 1;
  transition: letter-spacing 0.3s ease;
}
.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fffbeb;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}
.feature-card__icon img {
  width: 18px;
  height: 18px;
}
.feature-card__title {
  font-weight: 800;
  font-size: 16px;
  color: #0a1c3e;
  line-height: 1.3;
}
.feature-card__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #4a5568;
}

.mid-sections {
  display: flex;
  gap: 32px;
  padding: 40px 40px;
}

.panel {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border-radius: 8px;
}
.panel--checklist {
  background: #fffbeb;
  border: 1px solid #e8a020;
}
.panel--achievements {
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.panel__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel__title h2 {
  font-weight: 900;
  font-size: 16px;
  color: #0a1c3e;
  line-height: 1;
}
.panel__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.panel__title-icon img {
  width: 16px;
  height: 16px;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
  line-height: 1.4;
}
.checklist__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #0a1c3e;
  flex-shrink: 0;
  overflow: hidden;
}
.checklist__check img {
  width: 10px;
  height: 10px;
}

.achievements {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.achievements li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #1a202c;
  line-height: 1.4;
}
.achievements__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  overflow: hidden;
}
.achievements__arrow img {
  width: 11px;
  height: 11px;
}
.achievements__pdf {
  margin-top: 8px;
}
.achievements__pdf--lead {
  margin-top: 0;
  margin-bottom: 8px;
  padding: 18px 16px;
}
.achievements__pdf--lead .info-item__left {
  font-size: 15px;
}
.achievements__hint {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #4a5568;
  font-weight: 500;
}

.achievements-cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 20px;
  padding: 22px;
  border-radius: 14px;
  border: 3px solid #ffe082;
  background: linear-gradient(135deg, #b71c1c 0%, #e53935 35%, #fb8c00 70%, #fdd835 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.18), 0 14px 32px rgba(183, 28, 28, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: achievements-cta-pulse 1.8s ease-in-out infinite;
  overflow: hidden;
}
.achievements-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: achievements-cta-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}
.achievements-cta:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 0 0 5px rgba(198, 40, 40, 0.24), 0 18px 36px rgba(183, 28, 28, 0.5);
  animation: none;
}
.achievements-cta__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.55);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.achievements-cta__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.achievements-cta__kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.achievements-cta__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.achievements-cta__text {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.95;
}
.achievements-cta__action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 14px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #b71c1c;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.achievements-cta__action .external-link-icon {
  width: 15px;
  height: 15px;
  color: #b71c1c;
}

@keyframes achievements-cta-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.18), 0 14px 32px rgba(183, 28, 28, 0.42);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 193, 7, 0.28), 0 18px 36px rgba(183, 28, 28, 0.5);
  }
}
@keyframes achievements-cta-shine {
  0%, 40% {
    transform: translateX(-120%);
  }
  70%, 100% {
    transform: translateX(120%);
  }
}
.warnings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 40px 40px;
}
.warnings__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.warnings__header h2 {
  font-weight: 900;
  font-size: 16px;
  color: #0a1c3e;
  line-height: 1;
}
.warnings__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.warnings__icon img {
  width: 16px;
  height: 16px;
}
.warnings__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.warning-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
}
.warning-card h3 {
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
  line-height: 1.3;
  white-space: nowrap;
}
.warning-card p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #4a5568;
}

.faq-info {
  display: flex;
  gap: 32px;
  padding: 0 40px 60px;
}

.faq,
.info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__title,
.info__title {
  font-weight: 900;
  font-size: 18px;
  color: #0a1c3e;
  line-height: 1;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion {
  background: #ffffff;
  border: 1px solid #0a1c3e;
  border-radius: 6px;
  overflow: hidden;
}
.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
  line-height: 1.4;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion__icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.accordion[open] .accordion__icon {
  transform: rotate(45deg);
}
.accordion p {
  padding: 0 16px 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  color: #4a5568;
}

.info__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  transition: border-color 0.2s ease;
}
.info-item:hover {
  border-color: #0a1c3e;
}
.info-item--achievement {
  background: linear-gradient(135deg, #fffbeb 0%, #fff3c4 100%);
  border: 1px solid #e8a020;
  box-shadow: 0 4px 12px rgba(232, 160, 32, 0.14);
}
.info-item--achievement:hover {
  border-color: #c9820e;
  box-shadow: 0 7px 18px rgba(232, 160, 32, 0.22);
  transform: translateY(-1px);
}
.info-item--profile {
  color: #ffffff;
  background: linear-gradient(135deg, #0a1c3e 0%, #1e2f55 100%);
  border-color: #0a1c3e;
  box-shadow: 0 4px 12px rgba(10, 28, 62, 0.18);
}
.info-item--profile .info-item__left {
  color: #ffffff;
}
.info-item--profile .external-link-icon {
  filter: brightness(0) invert(1);
}
.info-item--profile:hover {
  border-color: #e8a020;
  box-shadow: 0 7px 18px rgba(10, 28, 62, 0.24);
  transform: translateY(-1px);
}
.info-item__left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
  line-height: 1.4;
}
.info-item__left img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.info-item > img {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.info-item > .external-link-icon {
  width: 14px;
  height: 14px;
}

.bottom-cta {
  width: 100%;
  background: #1e2f55;
}
.bottom-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
  padding: 32px 48px;
}
.bottom-cta__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bottom-cta__title {
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
.bottom-cta__lead {
  font-weight: 500;
  font-size: 12px;
  color: #e8a020;
  line-height: 1;
}

.contact-form {
  width: 100%;
  background: #f5f5f7;
  padding: 48px 0 72px;
}
.contact-form__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
  padding: 0 48px;
}
.contact-form__title {
  font-weight: 900;
  font-size: 22px;
  color: #0a1c3e;
  line-height: 1.3;
  margin-bottom: 8px;
}
.contact-form__lead {
  font-weight: 500;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 28px;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(10, 28, 62, 0.06);
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__field label {
  font-weight: 800;
  font-size: 13px;
  color: #0a1c3e;
  line-height: 1.3;
}
.contact-form__field .req {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 3px;
  background: #c62828;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  vertical-align: middle;
}
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a202c;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__field input::placeholder,
.contact-form__field select::placeholder,
.contact-form__field textarea::placeholder {
  color: #a0aec0;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #e8a020;
  box-shadow: 0 0 0 3px rgba(232, 160, 32, 0.2);
}
.contact-form__field textarea {
  resize: vertical;
  min-height: 140px;
}
.contact-form__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230a1c3e' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 7px;
  padding-right: 36px;
}
.contact-form__note {
  margin: 0;
  font-size: 12px;
  color: #4a5568;
  line-height: 1.5;
}
.contact-form__submit {
  align-self: flex-start;
  cursor: pointer;
  border: none;
}

.thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: #f5f5f7;
}
.thanks__inner {
  max-width: 520px;
  width: 100%;
  padding: 48px 40px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(10, 28, 62, 0.06);
}
.thanks__eyebrow {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #e8a020;
}
.thanks__thanks {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  color: #e8a020;
  letter-spacing: 0.06em;
}
.thanks__title {
  margin: 0 0 16px;
  font-weight: 900;
  font-size: 28px;
  color: #0a1c3e;
  line-height: 1.3;
}
.thanks__text {
  margin: 0 0 28px;
  font-weight: 500;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
}

.career {
  background: #f5f5f7;
}
.career__hero {
  max-width: 1100px;
  margin-inline: auto;
  padding: 56px 48px 32px;
}
.career__eyebrow {
  margin: 0 0 12px;
  font-family: "Lexend", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #e8a020;
}
.career__title {
  margin: 0 0 16px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  color: #0a1c3e;
}
.career__lead {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
}
.career__back {
  display: inline-flex;
}
.career__toc {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1100px;
  margin-inline: auto;
  padding: 16px 48px;
  background: rgba(245, 245, 247, 0.96);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}
.career__toc a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  font-weight: 800;
  font-size: 12px;
  color: #0a1c3e;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.career__toc a:hover {
  background: #0a1c3e;
  border-color: #0a1c3e;
  color: #ffffff;
}
.career__body {
  max-width: 1100px;
  margin-inline: auto;
  padding: 32px 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.career__footer-cta {
  max-width: 1100px;
  margin: 16px auto 64px;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #1e2f55;
  border-radius: 8px;
}
.career__footer-cta p {
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
}

.career-section {
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(10, 28, 62, 0.04);
}
.career-section h2 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8a020;
  font-weight: 900;
  font-size: 20px;
  color: #0a1c3e;
  line-height: 1.3;
}
.career-section h3 {
  margin: 20px 0 10px;
  font-weight: 800;
  font-size: 15px;
  color: #1e2f55;
  line-height: 1.4;
}
.career-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.career-section li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #1a202c;
}
.career-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8a020;
}

.career-pdf-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fffbeb;
  transition: border-color 0.2s ease;
}
.career-pdf-link:hover {
  border-color: #e8a020;
}
.career-pdf-link__left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 14px;
  color: #0a1c3e;
}

.footer {
  width: 100%;
  background: #0a1c3e;
  color: #ffffff;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
  padding: 40px 48px 30px;
}
.footer__links {
  display: flex;
  gap: 32px;
}
.footer__links a {
  font-weight: 500;
  font-size: 12px;
  opacity: 0.8;
  white-space: nowrap;
}
.footer__links a:hover {
  opacity: 1;
}
.footer__company {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  opacity: 0.85;
  letter-spacing: 0.02em;
}
.footer__copy {
  font-family: "Lexend", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  opacity: 0.5;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__photo {
  animation: hero-fade-up 0.9s ease 0.05s both;
}

.hero__content {
  animation: hero-fade-up 0.8s ease 0.15s both;
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .hero__content,
  .hero__photo {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 1100px) {
  .header__inner {
    padding: 16px 24px;
  }
  .hero__inner {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px 48px;
  }
  .hero__visuals {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: min(454px, 90vw);
    justify-content: center;
    margin-bottom: 32px;
  }
  .hero__photo {
    width: min(280px, 62vw);
    height: auto;
    aspect-ratio: 454/561;
    margin-bottom: 0;
  }
  .hero__duo {
    width: 100px;
    height: auto;
    margin: 0;
  }
  .hero__watermark {
    display: none;
  }
  .hero__content {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
    max-width: 560px;
  }
  .hero__titles {
    width: 100%;
  }
  .hero__title {
    font-size: 32px;
  }
  .main-content,
  .mid-sections,
  .faq-info {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
  .profile {
    width: 100%;
  }
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .warnings {
    padding-left: 24px;
    padding-right: 24px;
  }
  .warnings__grid {
    grid-template-columns: 1fr;
  }
  .warning-card h3 {
    white-space: normal;
  }
  .bottom-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px 24px;
  }
  .contact-form__inner {
    padding: 0 24px;
  }
  .contact-form__form {
    padding: 24px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
  .career__hero,
  .career__toc,
  .career__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .career__title {
    font-size: 28px;
  }
  .career__footer-cta {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
  }
  .career-section {
    padding: 20px;
  }
  .footer__inner {
    padding: 32px 24px 24px;
  }
  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }
}
@media (max-width: 640px) {
  .header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .header__nav {
    flex-wrap: wrap;
    gap: 12px 16px;
  }
  .hero__title {
    font-size: 28px;
  }
  .hero__ctas {
    flex-direction: column;
    width: 100%;
  }
  .hero__ctas .btn {
    justify-content: center;
    width: 100%;
  }
  .features__grid {
    grid-template-columns: 1fr;
  }
  .accordion summary span {
    font-size: 13px;
  }
  .info-item__left {
    font-size: 13px;
  }
}
