@import "tailwindcss";
:root {
  --navy: #0b3d73;
  --green: #50a43a;
  --ink: #10263b;
  --section-blue-gradient: linear-gradient(
    110deg,
    #0a3c70 0%,
    #0e517f 70%,
    #1585b8 100%
  );
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(24px, 2.6vw, 48px);
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: #fff;
  border-bottom: 1px solid #ffffff3d;
}
.site-header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 52%;
  background: #fff;
  border-radius: 0 0 250px 0 / 0 0 112px 0;
  box-shadow: 8px 0 22px #002c5418;
}
.brand {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: min(29vw, 400px);
  gap: 16px;
  padding-right: 34px;
}
.brand-symbol {
  display: block;
  width: 96px;
  height: 82px;
  object-fit: contain;
}
.brand-name {
  display: block;
  width: min(230px, 17vw);
  height: 68px;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  gap: clamp(14px, 1.25vw, 22px);
  align-self: stretch;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  text-shadow: 0 1px 12px #001d3d59;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, #7ed1ef, #7fc85c);
  transition: left 0.22s ease, right 0.22s ease;
}
.desktop-nav a:hover:after,
.desktop-nav a:focus-visible:after {
  left: 0;
  right: 0;
}
.header-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.header-contact,
.header-phone {
  min-height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ffffff99;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  background: #ffffff0b;
  transition: background 0.2s, color 0.2s;
}
.header-contact:hover,
.header-phone:hover {
  background: #fff;
  color: var(--navy);
}
.header-phone {
  min-width: 158px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.header-phone strong {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.icon-mail {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 2px;
}
.icon-mail::before,
.icon-mail::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.icon-mail::before {
  left: 1px;
  transform: rotate(34deg);
  transform-origin: left center;
}
.icon-mail::after {
  right: 1px;
  transform: rotate(-34deg);
  transform-origin: right center;
}
.icon-phone {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 3px;
}
.icon-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  width: 44px;
  height: 44px;
  padding: 12px;
}
.menu-button span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 7px 0;
  transition: transform 0.25s ease;
}
.mobile-menu {
  display: none;
}
.hero {
  min-height: 680px;
  height: 88svh;
  max-height: 840px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(123deg, #082f5f 0%, #0d497f 52%, #167ab9 100%);
}
.hero:before {
  content: "";
  position: absolute;
  width: 58vw;
  height: 58vw;
  min-width: 650px;
  min-height: 650px;
  right: -11vw;
  top: -22vw;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 60%, #5dbbe640, transparent 64%);
}
.hero-grid {
  position: absolute;
  inset: -35% -15%;
  opacity: 0.11;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 78px 78px;
  transform: rotate(-11deg) skewX(-4deg);
  transform-origin: center;
  mask-image: radial-gradient(circle at 72% 48%, #000 12%, transparent 78%);
}
.hero-rings {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.ring {
  position: absolute;
  display: block;
  border: 1px solid #fff;
  opacity: 0.11;
  border-radius: 50%;
}
.ring-left {
  width: min(58vw, 960px);
  aspect-ratio: 1;
  left: -9vw;
  bottom: -29vw;
}
.ring-center {
  width: min(70vw, 1160px);
  aspect-ratio: 1;
  left: 31vw;
  bottom: -33vw;
}
.ring-right {
  width: min(59vw, 980px);
  aspect-ratio: 1;
  right: -9vw;
  top: 13%;
}
.orbit {
  position: absolute;
  width: 760px;
  height: 760px;
  right: -140px;
  top: 30px;
  border: 1px solid #ffffff24;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.hero-bridge-lines {
  position: absolute;
  z-index: 1;
  left: -10vw;
  right: -10vw;
  top: 26%;
  height: 54%;
  pointer-events: none;
  transform: rotate(-5deg);
}
.hero-bridge-lines span {
  position: absolute;
  left: 0;
  width: 115%;
  height: 100%;
  border: 1px solid #8ed8ed4a;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
}
.hero-bridge-lines span:nth-child(1) {
  top: 4%;
}
.hero-bridge-lines span:nth-child(2) {
  top: 12%;
  transform: scaleX(0.9) rotate(3deg);
  opacity: 0.8;
}
.hero-bridge-lines span:nth-child(3) {
  top: -5%;
  transform: scaleX(0.76) rotate(-3deg);
  opacity: 0.48;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(720px, 54vw);
  margin-left: clamp(32px, 8vw, 138px);
  padding-top: clamp(166px, 22vh, 220px);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: #a8d7f0;
  font:
    700 11px Arial,
    sans-serif;
  letter-spacing: 0.25em;
}
.eyebrow span {
  width: 34px;
  height: 1px;
  background: #85cae9;
}
h1 {
  margin: 0;
  font-size: clamp(38px, 4.45vw, 72px);
  line-height: 1.32;
  letter-spacing: 0.015em;
  font-weight: 700;
}
h1 em {
  color: #83cfee;
  font-style: normal;
  position: relative;
}
ruby {
  ruby-position: over;
}
ruby rt {
  color: currentColor;
  font-size: 0.24em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  opacity: 0.86;
}
h1 em:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: linear-gradient(90deg, #63b2db, #72bf58);
}
.hero-lead {
  margin: 36px 0 0;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 2.05;
  color: #e5f1f8;
  font-weight: 500;
}
.hero-actions {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 290px;
  min-height: 60px;
  padding: 0 23px 0 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 40px #001e4138;
}
.button span {
  font-size: 20px;
}
.text-link {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff73;
  padding: 12px 0;
}
.hero-visual {
  position: absolute;
  z-index: 2;
  right: clamp(40px, 7vw, 125px);
  top: 50%;
  width: clamp(360px, 35vw, 570px);
  height: 480px;
  transform: translateY(-43%);
}
.bridge {
  position: absolute;
  border: 1px solid #ffffff4d;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: rotate(-9deg);
}
.bridge:before,
.bridge:after {
  content: "";
  position: absolute;
  background: #ffffff3d;
  width: 1px;
  height: 100%;
  top: 0;
  transform-origin: bottom;
}
.bridge:before {
  left: 32%;
  transform: rotate(24deg);
}
.bridge:after {
  right: 30%;
  transform: rotate(-22deg);
}
.back {
  width: 105%;
  height: 250px;
  left: -4%;
  bottom: 28px;
}
.front {
  width: 78%;
  height: 190px;
  left: 15%;
  bottom: 29px;
  border-color: #78cdee80;
}
.talent-card {
  position: absolute;
  width: 154px;
  height: 190px;
  padding: 18px 16px;
  background: #fffffff0;
  color: var(--navy);
  border-radius: 4px;
  box-shadow: 0 22px 60px #001a3b47;
  display: flex;
  flex-direction: column;
}
.talent-card img {
  display: block;
  width: 100%;
  height: 82px;
  margin-bottom: 16px;
  border: 1px solid #cbd5db;
  border-radius: 2px;
  object-fit: cover;
}
.talent-card span {
  font:
    700 9px Arial,
    sans-serif;
  letter-spacing: 0.18em;
  color: #4da6ce;
}
.talent-card b {
  font-size: 15px;
  margin-top: 6px;
}
.talent-card i {
  margin-top: auto;
  align-self: flex-end;
  color: #a9bdc9;
  font:
    italic 12px Georgia,
    serif;
}
.card-a {
  left: 2%;
  top: 38%;
  transform: rotate(-7deg);
}
.card-b {
  left: 36%;
  top: 15%;
  z-index: 2;
}
.card-c {
  right: 1%;
  top: 42%;
  transform: rotate(7deg);
}
.visual-caption {
  position: absolute;
  right: 10%;
  bottom: -8px;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.visual-caption strong {
  font:
    600 30px Arial,
    sans-serif;
  letter-spacing: 0.12em;
  color: #ffffff3b;
}
.visual-caption span {
  font-size: 12px;
  letter-spacing: 0.15em;
}
.hero-slider {
  position: absolute;
  z-index: 2;
  right: clamp(28px, calc(2vw + 10px), 48px);
  top: calc(49% + 60px);
  width: clamp(720px, 60vw, 1160px);
  height: clamp(480px, 68vh, 630px);
  transform: translateY(-50%) scale(0.9);
  transform-origin: right center;
}
.hero-slides {
  position: relative;
  height: calc(100% - 54px);
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 16px 42px #001c3f26;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.012);
  transition:
    opacity 2.2s ease-in-out,
    transform 2.8s ease-out;
  pointer-events: none;
}
.hero-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #ffffff26;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.hero-photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #365c73;
  background:
    linear-gradient(135deg, transparent 49.8%, #8fa5b13b 50%, transparent 50.2%),
    linear-gradient(145deg, #d8e0e4, #aebdc5);
}
.hero-photo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 20%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 20%,
    #000 100%
  );
}
.tone-b .hero-photo-placeholder {
  background:
    linear-gradient(35deg, transparent 49.8%, #8fa5b13b 50%, transparent 50.2%),
    linear-gradient(145deg, #c9d3d9, #eef2f4);
}
.tone-c .hero-photo-placeholder {
  background:
    linear-gradient(155deg, transparent 49.8%, #8fa5b13b 50%, transparent 50.2%),
    linear-gradient(145deg, #e7ecef, #b7c5cc);
}
.hero-photo-placeholder span {
  font: 700 15px Arial, sans-serif;
  letter-spacing: 0.3em;
}
.hero-photo-placeholder small {
  font: 700 8px Arial, sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.7;
}
.hero-slide-caption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 36px 14px;
  text-align: right;
  color: #fff;
  background: none;
}
.hero-slide-caption span,
.hero-slide-caption strong {
  display: block;
}
.hero-slide-caption span {
  margin-bottom: 8px;
  color: #95d8f1;
  font: 700 7px Arial, sans-serif;
  letter-spacing: 0.24em;
}
.hero-slide-caption strong {
  font-size: clamp(12px, 0.8vw, 15px);
}
.hero-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 8px 0 20px;
}
.hero-slide-number {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c9e7f5;
  font: 700 10px Arial, sans-serif;
  letter-spacing: 0.12em;
}
.hero-slide-number i {
  width: 42px;
  height: 1px;
  background: #7fc9e8;
}
.hero-slider-dots {
  display: flex;
  gap: 10px;
}
.hero-slider-dots button {
  width: 30px;
  height: 3px;
  padding: 0;
  border: 0;
  background: #ffffff4d;
  cursor: pointer;
  transition: background 0.3s ease;
}
.hero-slider-dots button.is-active {
  background: #79d25c;
}
.hero-bottom {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: clamp(32px, 4.5vw, 78px);
  right: clamp(32px, 4.5vw, 78px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.scroll {
  font:
    700 9px Arial,
    sans-serif;
  letter-spacing: 0.23em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 10px;
}
.scroll i {
  height: 42px;
  width: 1px;
  background: #fff;
}
.hero-bottom p {
  margin: 0;
  text-align: right;
  color: #c9e4f2;
  font-size: 12px;
  line-height: 1.8;
}
.hero-bottom strong {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1080px) {
  .site-header:before {
    width: 78%;
    border-bottom-right-radius: 300px 112px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .hero-content {
    width: 60vw;
    margin-left: 56px;
  }
  .hero-visual {
    right: -45px;
    opacity: 0.82;
  }
  .hero-slider {
    right: 34px;
    width: 48vw;
    height: clamp(430px, 58vh, 530px);
    opacity: 0.94;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 82px;
    padding: 0 20px;
  }
  .site-header:before {
    width: 70%;
    border-radius: 0 0 180px 0 / 0 0 82px 0;
  }
  .brand {
    width: 245px;
    gap: 8px;
    padding-right: 28px;
  }
  .brand-symbol {
    width: 62px;
    height: 52px;
  }
  .brand-name {
    width: 138px;
    height: 46px;
  }
  .header-actions {
    display: none;
  }
  .menu-button {
    display: block;
    position: relative;
    z-index: 2;
    margin-left: auto;
  }
  .menu-open .menu-button span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-open .menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 92px;
    right: 16px;
    width: min(340px, calc(100vw - 32px));
    padding: 20px;
    border: 1px solid #80c8e45c;
    border-radius: 8px 38px 8px 8px;
    background: linear-gradient(145deg, #073765, #167ab9);
    box-shadow: 0 24px 70px #00172f80;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  .menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-menu > a {
    padding: 15px 10px;
    border-bottom: 1px solid #ffffff24;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-menu .mobile-contact,
  .mobile-menu .mobile-phone {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .mobile-menu .mobile-contact {
    margin-top: 10px;
    border: 1px solid #ffffff8f;
    border-radius: 99px;
    justify-content: center;
  }
  .mobile-menu .mobile-phone {
    justify-content: center;
    border-bottom: 0;
  }
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
    padding-bottom: 38px;
  }
  .hero:before {
    min-width: 560px;
    min-height: 560px;
    right: -350px;
    top: 170px;
  }
  .hero-grid {
    background-size: 48px 48px;
    inset: -20%;
    transform: rotate(-12deg) skewX(-5deg);
  }
  .hero-bridge-lines {
    left: -45vw;
    right: -45vw;
    top: 40%;
    height: 35%;
  }
  .ring-left {
    width: 640px;
    left: -360px;
    bottom: -350px;
  }
  .ring-center {
    width: 760px;
    left: 12%;
    bottom: -520px;
  }
  .ring-right {
    width: 620px;
    right: -370px;
    top: 30%;
  }
  .hero-content {
    width: auto;
    margin: 0;
    padding: 135px 24px 0;
  }
  .eyebrow {
    margin-bottom: 21px;
  }
  .hero-content h1 {
    font-size: clamp(35px, 10.3vw, 48px);
    line-height: 1.43;
  }
  .hero-lead {
    margin-top: 27px;
    line-height: 1.85;
  }
  .desktop-only {
    display: none;
  }
  .hero-actions {
    margin-top: 27px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .button {
    min-width: 100%;
  }
  .text-link {
    display: none;
  }
  .hero-visual {
    width: 340px;
    height: 280px;
    right: -75px;
    top: auto;
    bottom: 35px;
    transform: none;
    opacity: 0.75;
  }
  .hero-slider {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    width: calc(100% - 48px);
    height: 250px;
    margin: 42px 24px 46px;
    transform: none;
  }
  .hero-slides {
    height: 208px;
    border-radius: 26px;
  }
  .hero-slide-caption {
    padding: 24px 22px 16px;
  }
  .hero-slider-nav {
    height: 42px;
    padding-left: 10px;
  }
  .back {
    height: 155px;
  }
  .front {
    height: 115px;
  }
  .talent-card {
    width: 95px;
    height: 122px;
    padding: 10px;
  }
  .talent-card img {
    height: 43px;
    margin-bottom: 8px;
  }
  .talent-card span {
    font-size: 6px;
  }
  .talent-card b {
    font-size: 10px;
  }
  .card-a {
    top: 40%;
  }
  .card-b {
    top: 16%;
  }
  .card-c {
    top: 42%;
  }
  .visual-caption {
    display: none;
  }
  .hero-bottom {
    display: none;
  }
  .hero-bottom p {
    display: none;
  }
  .scroll {
    opacity: 0.75;
  }
}
@media (max-width: 760px) {
  .menu-button {
    width: 76px;
    height: 68px;
    padding: 14px 17px;
  }
  .menu-button span {
    height: 2px;
    margin: 10px 0;
  }
  .menu-open .menu-button span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-open .menu-button span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
  .hero-actions {
    display: none;
  }
  .mobile-menu {
    top: 88px;
    right: 4vw;
    width: 80vw;
    max-width: none;
    padding: 26px;
  }
  .mobile-menu > a {
    padding: 18px 12px;
    font-size: 18px;
  }
  .mobile-menu .mobile-contact,
  .mobile-menu .mobile-phone {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: opacity 0.01ms linear;
  }
}
.section {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 138px);
}
.section-kicker {
  margin: 0 0 22px;
  color: #2778a7;
  font:
    700 11px Arial,
    sans-serif;
  letter-spacing: 0.25em;
}
.section h2 {
  margin: 0;
  font-size: clamp(30px, 3.35vw, 52px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.intro {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9vw;
  background: #fff;
}
.section-number {
  position: absolute;
  right: 5vw;
  top: 5vw;
  color: #edf3f6;
  font:
    700 120px Arial,
    sans-serif;
}
.intro-heading,
.intro-copy {
  position: relative;
}
.intro h2 span {
  color: #1673ac;
}
.intro-copy {
  padding-top: 58px;
}
.intro-copy p,
.section-head > p,
.flow-title-left > p:not(.section-kicker),
.status-copy > p,
.job-seeker > p,
.contact p {
  margin: 0;
  color: #586d7c;
  font-size: 15px;
  line-height: 2;
}
.intro-copy a {
  display: inline-flex;
  gap: 42px;
  margin-top: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid #8aa5b6;
  color: var(--navy);
  font-weight: 700;
  font-size: 13px;
}
.consult-summary {
  background: #fff;
}
.consult-heading {
  padding: 72px 24px 112px;
  text-align: center;
  color: #fff;
  background: var(--section-blue-gradient);
  position: relative;
  overflow: hidden;
  clip-path: shape(
    from 0 0,
    line to 100% 0,
    line to 100% 74%,
    curve to 0 100% with 72% 74% / 32% 100%,
    close
  );
}
.consult-heading:before {
  content: none;
}
.consult-heading:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  right: -100px;
  top: -230px;
}
.consult-heading > * {
  position: relative;
  z-index: 1;
}
.consult-free-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 168px;
  min-height: 63px;
  padding: 13px 32px;
  margin-bottom: 18px;
  background: #fff;
  color: #13699f;
  font-weight: 700;
  font-size: 18px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.consult-free-link:hover,
.consult-free-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px #062b5230;
}
.consult-free-link .icon-mail {
  width: 23px;
  height: 16px;
}
.consult-heading h2 {
  margin: 0;
  font-size: clamp(27px, 2.5vw, 39px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.consult-heading p {
  margin: 17px auto 0;
  max-width: 960px;
  line-height: 1.9;
  font-size: 15px;
  color: #dcecf5;
}
.feature-cards {
  max-width: 1180px;
  margin: -1px auto 0;
  padding: 38px 24px 44px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.feature-cards article {
  min-height: 245px;
  padding: 22px 18px;
  background: #f0f4f6;
  text-align: center;
  border-top: 3px solid #167ab9;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.feature-cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px #0b3d7315;
}
.feature-cards img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin: -4px auto 8px;
}
.feature-cards h3 {
  margin: 0 0 11px;
  color: #116ca5;
  font:
    500 21px Arial,
    sans-serif;
}
.feature-cards p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
  color: #233b4d;
}
.partner-row {
  min-height: 250px;
  padding: 46px clamp(30px, 8vw, 120px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 7vw;
  color: #fff;
  background: linear-gradient(115deg, #082f5f 0 46%, #0c487c 46% 100%);
  position: relative;
  overflow: hidden;
}
.partner-row:before,
.partner-row:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.partner-row:before {
  inset: -70% 38% -70% 28%;
  background: #1781b833;
  transform: rotate(-18deg);
}
.partner-row:after {
  width: 440px;
  height: 440px;
  right: -190px;
  top: -230px;
  border: 1px solid #ffffff24;
  border-radius: 50%;
}
.partner-row > * {
  position: relative;
  z-index: 1;
}
.partner-message p {
  margin: 0;
  font-size: 15px;
  line-height: 2.35;
}
.partner-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.partner-diagram > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 110px;
  text-align: center;
}
.partner-diagram > div > b {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font: 700 18px Arial;
}
.partner-diagram .building > b {
  border-radius: 3px;
  font-size: 46px;
}
.partner-diagram .partner-logo {
  overflow: hidden;
  background: #fff;
}
.partner-diagram .partner-logo img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.partner-diagram .factory > b {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.partner-diagram .factory > b:before {
  content: "";
  position: absolute;
  left: 13px;
  right: 11px;
  bottom: 12px;
  height: 32px;
  background:
    linear-gradient(90deg, transparent 0 10%, #0b4f83 10% 22%, transparent 22% 35%, #0b4f83 35% 47%, transparent 47% 60%, #0b4f83 60% 72%, transparent 72% 85%, #0b4f83 85%) 0 15px / 100% 10px no-repeat,
    linear-gradient(145deg, transparent 0 24%, #fff 25% 47%, transparent 48% 52%, #fff 53% 75%, transparent 76%) 0 0 / 100% 18px no-repeat,
    #fff;
  clip-path: polygon(0 42%, 26% 20%, 26% 42%, 52% 20%, 52% 42%, 78% 20%, 78% 42%, 100% 42%, 100% 100%, 0 100%);
}
.partner-diagram .factory > b:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 8px;
  height: 22px;
  border: 2px solid #fff;
  border-bottom: 0;
}
.partner-diagram > div > span {
  font-size: 11px;
  margin-top: 10px;
}
.partner-diagram > i {
  font-style: normal;
  font-size: 30px;
  color: #8bd0ed;
  display: flex;
  align-items: center;
}
.partner-diagram i small {
  font-size: 9px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  order: -1;
  margin-right: -20px;
  margin-top: -48px;
  white-space: nowrap;
}
.services {
  background: #f1f7fa;
}
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr;
  align-items: end;
  gap: 7vw;
  margin-bottom: 65px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cadbe4;
  border-left: 1px solid #cadbe4;
}
.service-grid article {
  position: relative;
  min-height: 390px;
  padding: 35px 28px 38px;
  border-right: 1px solid #cadbe4;
  border-bottom: 1px solid #cadbe4;
  background: #fff;
}
.service-grid article > span {
  color: #86a3b4;
  font:
    12px Arial,
    sans-serif;
}
.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 38px 0 25px;
  border-radius: 50%;
  background: #e7f3f9;
  color: #1472aa;
  font-size: 24px;
  position: relative;
  border: 1px solid #c9e1ed;
}
.service-icon > i {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  color: #1472aa;
}
.service-icon-person::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}
.service-icon-person::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 24px;
  height: 14px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.service-icon-document {
  border: 2px solid currentColor;
  border-radius: 2px;
}
.service-icon-document::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 8px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 7px currentColor, 0 14px currentColor;
}
.service-icon-home::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 24px;
  height: 20px;
  border: 2px solid currentColor;
  border-top: 0;
}
.service-icon-home::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}
.service-icon-support::before,
.service-icon-support::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.service-icon-support::before {
  left: 2px;
}
.service-icon-support::after {
  right: 2px;
}
.service-icon-support {
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 50% 50%;
}
.service-media-placeholder {
  position: absolute;
  top: 18px;
  right: 14px;
  width: calc(100% - 170px);
  height: 235px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #ced8dd;
  background:
    linear-gradient(135deg, transparent 49.5%, #c9d2d733 50%, transparent 50.5%),
    #e6ebee;
  color: #91a0a8;
  font: 700 9px Arial, sans-serif;
  letter-spacing: 0.18em;
  object-fit: cover;
}
.service-media-placeholder::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  background: #c1ccd2;
}
.service-grid h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 17px;
}
.service-grid p {
  font-size: 13px;
  line-height: 1.9;
  color: #607381;
  margin: 0;
}
.flow {
  background: var(--section-blue-gradient);
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10vw 0;
}
.flow:before {
  content: "";
  position: absolute;
  width: 72vw;
  height: 72vw;
  left: -38vw;
  bottom: -55vw;
  border: 1px solid #82cde938;
  border-radius: 50%;
}
.flow > * {
  position: relative;
  z-index: 1;
}
.flow-title {
  display: grid;
  grid-template-columns: minmax(600px, 1.15fr) minmax(300px, 0.85fr);
  gap: 5vw;
  align-items: start;
}
.flow.section {
  padding-top: clamp(70px, 7vw, 105px);
}
.flow-title-left > p:not(.section-kicker) {
  color: #c9dce8;
  line-height: 1.45;
}
.flow .section-kicker {
  margin-bottom: 8px;
  color: #83cfee;
}
.flow-showcase {
  position: relative;
  width: 100%;
  height: 285px;
  margin: 18px 0 0;
}
.flow-showcase .card-a {
  left: 0;
  top: 26%;
}
.flow-showcase .card-b {
  left: 23%;
  top: 0;
}
.flow-showcase .card-c {
  left: 46%;
  right: auto;
  top: 26%;
}
.flow-catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 320px;
  padding-top: 4px;
}
.flow-catch-top,
.flow-catch-bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  color: #c9e4f2;
  font-size: 11px;
  line-height: 1.7;
}
.flow-catch-top {
  margin-bottom: 28px;
}
.flow-catch-top strong {
  color: #ffffff3d;
  font: 600 30px/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}
.flow-catch h2 {
  margin: 0;
}
.flow-catch-bottom {
  align-self: flex-end;
  width: 100%;
  margin-top: 28px;
  text-align: right;
}
.flow-catch-bottom strong {
  color: #fff;
  font-size: 15px;
}
.flow-detail {
  margin-top: 40px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 24px 70px #001d3f42;
}
.flow-detail-step {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 310px;
}
.flow-detail-step + .flow-detail-step {
  border-top: 1px solid #c7d9e4;
}
.flow-rail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 42px 22px;
  color: #fff;
  text-align: center;
  background: #0b4d80;
}
.flow-rail small {
  position: relative;
  z-index: 1;
  min-width: 92px;
  padding: 5px 12px;
  border: 1px solid #87d4ee;
  border-radius: 999px;
  color: #d9f2fc;
  background: #0b4d80;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.flow-rail:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 144px;
  bottom: -1px;
  width: 2px;
  background: #7bc5e4;
}
.flow-detail-step:last-child .flow-rail:after {
  bottom: 42px;
}
.flow-rail b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #87d4ee;
  border-radius: 50%;
  color: #0b4d80;
  background: #fff;
  font: 700 13px Arial;
}
.flow-rail span {
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  background: #0b4d80;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.flow-detail-content {
  padding: 42px clamp(28px, 4vw, 68px) 48px;
}
.flow-detail-content h3 {
  margin: 0;
  padding: 14px 20px;
  color: #fff;
  background: linear-gradient(100deg, #0b477a 0%, #0e5f94 70%, #1585b8 100%);
  font-size: 18px;
  letter-spacing: 0.04em;
}
.flow-detail-content > p {
  margin: 22px 0;
  color: #425e70;
  font-size: 14px;
  line-height: 1.9;
}
.photo-placeholders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.photo-placeholders.photos-1 {
  grid-template-columns: minmax(0, 1fr);
}
.photo-placeholder {
  min-height: 150px;
  display: grid;
  place-content: center;
  gap: 6px;
  text-align: center;
  color: #78909f;
  border: 1px solid #cbd7dd;
  background:
    linear-gradient(135deg, #e9edef 0%, #d8dfe3 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-placeholder span {
  font: 700 12px Arial;
  letter-spacing: 0.18em;
}
.photo-placeholder small {
  font-size: 11px;
}

/* PC-only: make the detailed flow more compact and photo-friendly */
@media (min-width: 901px) {
  .flow-detail {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .flow-detail-content > p {
    font-size: 16px;
  }
  .photo-placeholder {
    min-height: 173px;
  }
}
.flow-track {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 70px 0 48px;
  position: relative;
}
.flow-track:before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 33px;
  height: 1px;
  background: #5c88a8;
}
.flow-step {
  position: relative;
  text-align: center;
}
.flow-step b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #fff;
  color: #0b4e84;
  font: 700 13px Arial;
}
.flow-step:last-child b {
  background: #64b24c;
  color: #fff;
}
.flow-step span {
  font-size: 12px;
  line-height: 1.7;
}
.outline-button {
  display: flex;
  width: max-content;
  gap: 55px;
  align-items: center;
  margin-left: auto;
  border: 1px solid #7ba0bb;
  padding: 18px 24px;
  font-size: 13px;
  font-weight: 700;
}
.status {
  display: grid;
  grid-template-columns: 0.75fr 1.1fr;
  gap: 9vw;
  background: #fff;
}
.status-list {
  border-top: 1px solid #cbd9e1;
}
.status-list a {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 23px 8px;
  border-bottom: 1px solid #cbd9e1;
}
.status-list small {
  color: #77a0b9;
}
.status-list strong {
  font-size: 17px;
}
.status-list a > span {
  font-size: 20px;
  color: #2c79a7;
}
.job-seeker {
  background: linear-gradient(110deg, #0e517f, #1585b8);
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr auto;
  gap: 6vw;
  align-items: center;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 12%, 10% 0, 100% 0, 100% 88%, 90% 100%, 0 100%);
  padding-top: calc(clamp(80px, 10vw, 150px) + 18px);
  padding-bottom: calc(clamp(80px, 10vw, 150px) + 18px);
}
.job-seeker:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -250px;
  bottom: -250px;
  border: 1px solid #ffffff35;
  border-radius: 50%;
}
.job-seeker > * {
  position: relative;
  z-index: 1;
}
.job-seeker .section-kicker {
  color: #a6dded;
}
.job-seeker h2 {
  font-size: clamp(27px, 2.7vw, 43px);
}
.job-seeker > p {
  color: #d8ecf4;
}
.outline-button.light {
  margin: 0;
  border-color: #a9d7e6;
  white-space: nowrap;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 8vw;
  align-items: center;
  background: #edf6fa;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -25%;
  background-image:
    linear-gradient(#ffffffa3 1px, transparent 1px),
    linear-gradient(90deg, #ffffffa3 1px, transparent 1px);
  background-size: 76px 76px;
  transform: rotate(-5deg);
}
.contact > * {
  position: relative;
  z-index: 1;
}
.contact h2 {
  margin-bottom: 25px;
}
.contact-button {
  min-height: 145px;
  padding: 32px 35px;
  color: #fff;
  background: var(--section-blue-gradient);
  display: grid;
  grid-template-columns: 1fr 150px auto;
  gap: 24px;
  align-items: center;
  border-radius: 4px 62px 4px 4px;
  box-shadow: 18px 18px 0 #cfe5ef;
}
.contact-button-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-button-copy > span {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #9bcce2;
}
.contact-button-copy strong {
  font-size: 18px;
}
.contact-mail-visual {
  position: relative;
  display: block;
  width: 150px;
  height: 80px;
}
.contact-visual-label {
  position: absolute;
  left: 0;
  top: 34px;
  padding-right: 52px;
  color: #ffffff70;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: 0.22em;
  border-bottom: 1px solid #ffffff59;
}
.form-preview {
  position: absolute;
  right: 0;
  top: -2px;
  width: 70px;
  height: 80px;
  padding: 17px 10px;
  border: 1px solid #ffffff80;
  border-radius: 3px 20px 3px 3px;
  background: #ffffff18;
  box-shadow: -9px 9px 0 #ffffff0c;
}
.form-preview i {
  display: block;
  height: 5px;
  margin-bottom: 9px;
  border-radius: 5px;
  background: #ffffff94;
}
.form-preview i:last-child {
  width: 65%;
  background: #8ed7f3;
}
.contact-button > span:last-child {
  grid-column: 3;
  color: #fff;
  font-size: 25px;
}
footer {
  padding: 65px clamp(24px, 8vw, 138px) 30px;
  background: #062b52;
  color: #d6e6f1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 35px 8vw;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
footer::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -25%;
  background-image:
    linear-gradient(#b9d4e514 1px, transparent 1px),
    linear-gradient(90deg, #b9d4e514 1px, transparent 1px);
  background-size: 76px 76px;
  transform: rotate(-5deg);
}
footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at calc(12% + 300px) 165%,
      transparent 0 300px,
      #b9d4e522 301px 302px,
      transparent 303px
    ),
    radial-gradient(
      circle at calc(51% + 300px) 158%,
      transparent 0 430px,
      #b9d4e51f 431px 432px,
      transparent 433px
    ),
    radial-gradient(
      circle at calc(93% + 300px) -80%,
      transparent 0 300px,
      #b9d4e51a 301px 302px,
      transparent 303px
    );
}
footer > * {
  position: relative;
  z-index: 1;
}
.footer-brand {
  display: flex;
  flex-direction: column;
}
.footer-brand img {
  display: block;
  width: min(330px, 100%);
  height: 92px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 30px;
  font-size: 12px;
}
footer p {
  font-size: 11px;
  line-height: 1.9;
  margin: 0;
}
footer small {
  text-align: right;
  color: #7895aa;
  font-size: 9px;
}
@media (max-width: 900px) {
  .intro,
  .section-head,
  .flow-title,
  .status,
  .contact {
    grid-template-columns: 1fr;
  }
  .intro-copy {
    padding-top: 0;
  }
  .feature-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-cards article:last-child {
    grid-column: 1/-1;
  }
  .partner-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .partner-diagram {
    justify-content: center;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-track {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 0;
  }
  .flow-track:before {
    display: none;
  }
  .flow-detail-step {
    grid-template-columns: 160px minmax(0, 1fr);
  }
  .flow-detail-content {
    padding: 32px;
  }
  .flow-showcase {
    width: min(620px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .flow-title-left {
    text-align: center;
  }
  .flow-showcase .card-a {
    left: calc(50% - 230px);
  }
  .flow-showcase .card-b {
    left: calc(50% - 77px);
  }
  .flow-showcase .card-c {
    left: calc(50% + 76px);
  }
  .flow-catch {
    min-height: 0;
    padding-top: 0;
  }
  .job-seeker {
    grid-template-columns: 1fr;
  }
  .job-seeker .outline-button {
    margin: 0;
  }
  .contact-button {
    max-width: 600px;
  }
  .section-number {
    font-size: 80px;
  }
}
@media (max-width: 600px) {
  .site-header {
    gap: 0;
    padding-right: 10px;
  }
  .site-header:before {
    width: 96%;
  }
  .brand {
    width: 248px;
    gap: 8px;
    padding-right: 26px;
  }
  .brand-symbol {
    width: 62px;
    height: 52px;
  }
  .brand-name {
    width: 138px;
    height: 46px;
  }
  .section {
    padding: 72px 24px;
  }
  .section h2 {
    font-size: 29px;
  }
  .consult-heading {
    padding: 58px 22px 82px;
    clip-path: shape(
      from 0 0,
      line to 100% 0,
      line to 100% 84%,
      curve to 0 100% with 72% 84% / 32% 100%,
      close
    );
  }
  .consult-heading h2 {
    font-size: 25px;
    line-height: 1.55;
  }
  .consult-heading p {
    font-size: 13px;
    text-align: left;
  }
  .feature-cards {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .feature-cards article:last-child {
    grid-column: auto;
  }
  .feature-cards article {
    min-height: 0;
    display: grid;
    grid-template-columns: 74px 1fr;
    grid-template-rows: auto auto;
    text-align: left;
    column-gap: 14px;
  }
  .feature-cards img {
    grid-row: 1/3;
    width: 70px;
    height: 70px;
  }
  .feature-cards h3 {
    align-self: end;
  }
  .partner-row {
    padding: 42px 24px;
  }
  .partner-message p {
    font-size: 13px;
    line-height: 2;
  }
  .partner-diagram {
    gap: 6px;
    justify-content: center;
  }
  .partner-diagram > div {
    min-width: 70px;
  }
  .partner-diagram > div > b {
    width: 50px;
    height: 50px;
  }
  .partner-diagram .partner-logo img {
    width: 40px;
    height: 40px;
  }
  .partner-diagram .building > b {
    font-size: 32px;
  }
  .partner-diagram .factory > b:before {
    left: 9px;
    right: 7px;
    bottom: 8px;
    height: 24px;
    background-size: 100% 8px, 100% 14px, auto;
    background-position: 0 12px, 0 0, 0 0;
  }
  .partner-diagram .factory > b:after {
    left: 11px;
    top: 7px;
    width: 6px;
    height: 16px;
  }
  .partner-diagram > div > span {
    font-size: 8px;
  }
  .partner-diagram > i {
    font-size: 20px;
  }
  .partner-diagram i small {
    display: none;
  }
  .section-head {
    margin-bottom: 36px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    min-height: 0;
    padding: 28px;
  }
  .service-media-placeholder {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 180px;
    margin: 0 0 24px;
  }
  .service-icon {
    margin: 20px 0;
  }
  .flow-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 10px;
  }
  .flow-detail {
    margin-top: 48px;
    border-radius: 4px;
  }
  .flow-showcase {
    width: 100%;
    height: 225px;
    margin: 24px 0 0;
  }
  .flow-showcase .card-a {
    left: calc(50% - 155px);
  }
  .flow-showcase .card-b {
    left: calc(50% - 48px);
  }
  .flow-showcase .card-c {
    left: calc(50% + 59px);
  }
  .flow-catch-top {
    margin-bottom: 20px;
  }
  .flow-catch-top strong {
    font-size: 24px;
  }
  .flow-catch-bottom {
    margin-top: 20px;
  }
  .flow-catch-top,
  .flow-catch-bottom {
    font-size: 9px;
  }
  .flow-catch-bottom strong {
    font-size: 12px;
  }
  .flow-detail-step {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .flow-rail {
    min-height: 86px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 14px 18px;
    text-align: left;
  }
  .flow-rail:after {
    left: 46px;
    top: 62px;
    bottom: -25px;
  }
  .flow-detail-step:last-child .flow-rail:after {
    display: none;
  }
  .flow-rail b {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
  }
  .flow-rail span {
    padding: 5px 8px;
    font-size: 13px;
  }
  .flow-detail-content {
    padding: 24px 18px 34px;
  }
  .flow-detail-content h3 {
    padding: 12px 14px;
    font-size: 15px;
  }
  .flow-detail-content > p {
    margin: 17px 0;
    font-size: 13px;
  }
  .photo-placeholders,
  .photo-placeholders.photos-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .photo-placeholder {
    min-height: 96px;
    aspect-ratio: 8 / 5;
  }
  .flow-step span {
    font-size: 11px;
  }
  .outline-button {
    width: 100%;
    justify-content: space-between;
  }
  .status-list a {
    grid-template-columns: 32px 1fr auto;
    padding: 20px 2px;
  }
  .status-list strong {
    font-size: 14px;
  }
  .contact-button {
    min-height: 120px;
    padding: 24px;
    grid-template-columns: 1fr 100px auto;
    gap: 12px;
  }
  .contact-button strong {
    font-size: 15px;
  }
  .contact-mail-visual {
    width: 100px;
    height: 64px;
  }
  .contact-visual-label {
    top: 27px;
    padding-right: 28px;
    font-size: 7px;
  }
  .form-preview {
    width: 45px;
    height: 64px;
    padding: 13px 7px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 55px 24px 25px;
  }
  footer::after {
    background:
      radial-gradient(
        circle at calc(12% + 90px) 165%,
        transparent 0 300px,
        #b9d4e522 301px 302px,
        transparent 303px
      ),
      radial-gradient(
        circle at calc(51% + 90px) 158%,
        transparent 0 430px,
        #b9d4e51f 431px 432px,
        transparent 433px
      ),
      radial-gradient(
        circle at calc(93% + 90px) -80%,
        transparent 0 300px,
        #b9d4e51a 301px 302px,
        transparent 303px
      );
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
  footer small {
    text-align: left;
  }
}

/* 上端から下端へ滑らかに反転する、ヘッダーのS字境界 */
@supports (clip-path: shape(from 0 0, line to 100% 0, close)) {
  .site-header:before {
    width: 100%;
    border-radius: 0;
    clip-path: shape(
      from 0 0,
      line to 39% 0,
      curve to 22% 100% with 34% 0 / 27% 100%,
      line to 0 100%,
      close
    );
  }
}

@media (max-width: 1080px) {
  @supports (clip-path: shape(from 0 0, line to 100% 0, close)) {
    .site-header:before {
      width: 100%;
      clip-path: shape(
        from 0 0,
        line to 82% 0,
        curve to 67% 100% with 77% 0 / 72% 100%,
        line to 0 100%,
        close
      );
    }
  }
}

@media (max-width: 760px) {
  @supports (clip-path: shape(from 0 0, line to 100% 0, close)) {
    .site-header:before {
      clip-path: shape(
        from 0 0,
        line to 74% 0,
        curve to 54% 100% with 68% 0 / 61% 100%,
        line to 0 100%,
        close
      );
    }
  }
}

/* Smartphone-only content refinements */
.mobile-break {
  display: none;
}
@media (max-width: 820px) {
  .mobile-break {
    display: block;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 30px;
  }
  .service-media-placeholder {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 240px;
    margin: 20px 0 24px;
  }
  .service-icon {
    margin: 20px 0;
  }
  .service-grid h3 {
    font-size: clamp(14px, 4.2vw, 18px);
    white-space: nowrap;
  }
  .service-grid h3 br {
    display: none;
  }
  .consult-heading h2 {
    font-size: 22.5px;
  }
  .flow-showcase {
    width: 100%;
    height: 255px;
  }
  .flow-showcase .talent-card {
    width: min(31%, 122px);
    height: auto;
    aspect-ratio: 0.8;
    padding: 12px;
  }
  .flow-showcase .talent-card img {
    height: 61px;
    margin-bottom: 10px;
  }
  .flow-showcase .talent-card span {
    font-size: 8px;
  }
  .flow-showcase .talent-card b {
    font-size: 13px;
  }
  .flow-showcase .talent-card i {
    font-size: 11px;
  }
  .flow-showcase .card-a {
    left: 1%;
    top: 24%;
  }
  .flow-showcase .card-b {
    left: 34.5%;
    top: 0;
  }
  .flow-showcase .card-c {
    left: 68%;
    top: 24%;
  }
  .flow-catch-top > span,
  .flow-catch-bottom > span {
    font-size: 18px;
    line-height: 1.55;
  }
  .flow-catch-bottom strong {
    font-size: 24px;
  }
}

/* Flow consultation button: centered with more breathing room */
.flow > .outline-button {
  margin: 64px auto 0;
}

@media (max-width: 600px) {
  .flow > .outline-button {
    width: min(100%, 360px);
    margin: 52px auto 0;
  }
}
