@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =========================
   Base Layout
========================= */
.l-content,
#content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.p-mainVisual,
.c-mainVisual,
.keiyo-video-only {
  margin-top: 0 !important;
}

.keiyo-video-only {
  width: 100vw;
  height: 100vh;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.keiyo-video-only video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   Header
========================= */
.keiyo-header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 20px;
  box-sizing: border-box;
}

.keiyo-header__inner {
  max-width: 1400px;
  min-height: 84px;
  margin: 0 auto;
  padding: 12px 18px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.keiyo-header__logo {
  flex: 0 0 auto;
}

.keiyo-header__logo a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.keiyo-header__logo img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.keiyo-header__logo span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #263238;
}

.keiyo-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.keiyo-header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.keiyo-header__nav a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #263238;
  text-decoration: none;
  transition: color 0.3s ease;
}

.keiyo-header__nav a:hover {
  color: #e86f0c;
}

.keiyo-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #e86f0c;
  transition: width 0.3s ease;
}

.keiyo-header__nav a:hover::after {
  width: 100%;
}

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

.keiyo-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 56px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.keiyo-header__btn--dark {
  background: #263746;
  color: #fff;
}

.keiyo-header__btn--dark:hover {
  background: #1d2b35;
  transform: translateY(-2px);
}

.keiyo-header__btn--orange {
  background: #e86f0c;
  color: #fff;
}

.keiyo-header__btn--orange:hover {
  background: #d46008;
  transform: translateY(-2px);
}

.keiyo-header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.keiyo-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #263238;
  border-radius: 2px;
}

/* =========================
   News
========================= */
.keiyo-news {
  padding: 90px 20px;
  background: #fff;
}

.keiyo-news__inner,
.keiyo-news-empty {
  max-width: 1100px;
  margin: 0 auto;
}

.keiyo-news__title {
  margin: 0 0 18px;
  padding: 0;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #222;
  background: transparent;
  border: 0;
}

.keiyo-news__lead {
  margin: 0 0 34px;
  font-size: 15px;
  color: #666;
}

.keiyo-news__list {
  border-top: 1px solid #ddd;
}

.keiyo-news__item {
  display: grid;
  grid-template-columns: 140px 100px 1fr 30px;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  transition: 0.25s ease;
}

.keiyo-news__date {
  font-size: 14px;
  color: #777;
  white-space: nowrap;
}

.keiyo-news__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #555;
  background: #f3f3f3;
  border-radius: 999px;
}

.keiyo-news__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
}

.keiyo-news__arrow {
  justify-self: end;
  font-size: 22px;
  color: #999;
  transition: 0.25s ease;
}

.keiyo-news__item:hover .keiyo-news__text,
.keiyo-news__item:hover .keiyo-news__arrow {
  color: #d96521;
}

.keiyo-news__item:hover .keiyo-news__arrow {
  transform: translateX(6px);
}

.keiyo-news-empty {
  padding: 40px 20px;
  color: #666;
}

.keiyo-hero {
  margin-bottom: 0;
}

/* =========================
   Business
========================= */
.keiyo-business {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 48px 0 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #d96521, #b94e18);
}

.keiyo-business::before {
  content: "BUSINESS";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 0;
}

.keiyo-business__inner {
  width: 100%;
  margin: 0;
}

.keiyo-business__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 40px 22px;
}

.keiyo-business__num,
.keiyo-business__title {
  position: relative;
  z-index: 2;
}

.keiyo-business__num {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.keiyo-business__title {
  margin: 0;
  padding: 0 !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.1 !important;
  color: #fff;
  background: transparent !important;
  border: none !important;
}

.keiyo-business__title::before,
.keiyo-business__title::after {
  display: none !important;
}

.keiyo-business__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  margin-top: 18px;
}

.keiyo-business__card {
  position: relative;
  display: block;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.keiyo-business__image,
.keiyo-business__overlay {
  position: absolute;
  inset: 0;
}

.keiyo-business__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.keiyo-business__overlay {
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.keiyo-business__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}

.keiyo-business__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.92);
}

.keiyo-business__content h3 {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.15;
  color: #fff;
}

.keiyo-business__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.keiyo-business__card:hover .keiyo-business__image img {
  transform: scale(1.05);
}

.keiyo-business__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  font-size: 160px;
  font-weight: 900;
  letter-spacing: 10px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* =========================
   Company
========================= */
.keiyo-company {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 110px 0 120px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: url("http://keioukogyou.local/wp-content/uploads/2026/03/都市のオレンジラインアート.png");
  background-repeat: no-repeat;
  background-position: center bottom -20px;
  background-size: contain;
}

.keiyo-company::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.85);
}

.keiyo-company__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.keiyo-company__text {
  max-width: 680px;
}

.keiyo-company__en {
  margin: 0 0 14px;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #d96521;
}

.keiyo-company__sub {
  margin: 0 0 42px;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.keiyo-company__title {
  margin: 0 0 34px;
  font-size: clamp(34px, 3.2vw, 58px);
  font-weight: 800;
  line-height: 1.5;
  color: #111;
}

.keiyo-company__desc {
  margin: 0 0 42px;
  font-size: 17px;
  line-height: 2.1;
  color: #333;
}

.keiyo-company__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #e1702b, #c55618);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(217, 101, 33, 0.25);
  transition: 0.3s ease;
}

.keiyo-company__btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.keiyo-company__images {
  position: relative;
  min-height: 680px;
}

.keiyo-company__img {
  position: absolute;
  overflow: hidden;
  background: #ddd;
}

.keiyo-company__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.keiyo-company__img--front {
  top: 80px;
  left: 0;
  z-index: 2;
  width: 270px;
  height: 500px;
}

.keiyo-company__img--back {
  top: 0;
  right: 0;
  z-index: 1;
  width: 340px;
  height: 560px;
}

.keiyo-company__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  opacity: 0.1;
  background-image: url("/wp-content/uploads/2026/03/cityline-orange.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
}

/* =========================
   Future
========================= */
.keiyo-future {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 120px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #d35400, #e67e22);
}

.keiyo-future__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.keiyo-circle {
  flex: 0 0 58%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keiyo-circle__wrap {
  position: relative;
  width: 640px;
  height: 640px;
}

.keiyo-circle__item {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  text-align: center;
  color: #fff;
  background: #2f475d;
  border-radius: 50%;
  animation: keiyoFloat 4.5s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.keiyo-circle__item .num {
  display: block;
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #ffd38a;
}

.keiyo-circle__item h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.keiyo-circle__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.keiyo-circle__item::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  margin-top: 14px;
  background: rgba(255, 211, 138, 0.35);
}

.item-top {
  top: 20px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.item-left {
  left: 40px;
  bottom: 60px;
  animation-delay: 0.8s;
}

.item-right {
  right: 40px;
  bottom: 60px;
  animation-delay: 1.6s;
}

.item-top:hover {
  transform: translateX(-50%) translateY(-10px) scale(1.03);
}

.item-left:hover,
.item-right:hover {
  transform: translateY(-10px) scale(1.03);
}

.keiyo-circle__item:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  filter: brightness(1.05);
}

.keiyo-circle__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.22),
    0 0 0 48px rgba(255, 255, 255, 0.12),
    0 20px 50px rgba(0, 0, 0, 0.12);
  animation: keiyoPulse 3.8s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.keiyo-circle__center:hover {
  transform: translate(-50%, -50%) scale(1.07);
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.26),
    0 0 0 52px rgba(255, 255, 255, 0.14),
    0 24px 60px rgba(0, 0, 0, 0.16);
}

.keiyo-circle__center img {
  display: block;
  width: 115px;
  height: auto;
  max-width: 100%;
}

.keiyo-future__text {
  flex: 0 0 36%;
}

.keiyo-future__sub {
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.95);
}

.keiyo-future__title {
  margin: 0 0 32px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.keiyo-future__desc {
  margin: 0;
  font-size: 18px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.92);
}

@keyframes keiyoFloat {
  0% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }

  100% {
    translate: 0 0;
  }
}

@keyframes keiyoPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.035);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* =========================
   Team FV
========================= */
.keiyo-teamfv {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 720px;
  margin-left: -50vw;
  padding: 30px 30px 80px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(135deg, #73e3f2, #58d7ee);
}

.keiyo-teamfv::before,
.keiyo-teamfv::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 40px;
}

.keiyo-teamfv::before {
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  transform: rotate(20deg);
}

.keiyo-teamfv::after {
  left: -40px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  transform: rotate(-18deg);
}

.keiyo-teamfv__header,
.keiyo-teamfv__inner {
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.keiyo-teamfv__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  margin-bottom: 40px;
  padding: 14px 20px 14px 26px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 24px;
}

.keiyo-teamfv__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.keiyo-teamfv__logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.keiyo-teamfv__logo span {
  font-size: 18px;
  font-weight: 700;
  color: #263238;
}

.keiyo-teamfv__nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 28px;
}

.keiyo-teamfv__nav a {
  font-size: 15px;
  font-weight: 700;
  color: #263238;
  text-decoration: none;
}

.keiyo-teamfv__cta {
  display: flex;
  gap: 10px;
}

.keiyo-teamfv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
}

.keiyo-teamfv__btn--dark {
  background: #263746;
  color: #fff;
}

.keiyo-teamfv__btn--orange {
  background: #e86f0c;
  color: #fff;
}

.keiyo-teamfv__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.keiyo-teamfv__text {
  flex: 0 0 42%;
}

.keiyo-teamfv__sub {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.9);
}

.keiyo-teamfv__text h1 {
  margin: 0 0 18px;
  font-size: 110px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 1px;
  color: #fff;
}

.keiyo-teamfv__lead {
  margin: 0;
  font-size: 24px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

.keiyo-teamfv__visual {
  position: relative;
  flex: 0 0 54%;
  min-height: 520px;
}

.keiyo-teamfv__img {
  position: absolute;
  width: 48%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.16));
  transition: transform 0.4s ease;
}

.keiyo-teamfv__img:hover {
  transform: translateY(-8px);
}

.keiyo-teamfv__img--left {
  top: 110px;
  left: 0;
  transform: rotate(-8deg);
}

.keiyo-teamfv__img--right {
  top: 70px;
  right: 0;
  transform: rotate(8deg);
}

.keiyo-teamfv__img--left:hover {
  transform: rotate(-8deg) translateY(-8px);
}

.keiyo-teamfv__img--right:hover {
  transform: rotate(8deg) translateY(-8px);
}

/* =========================
   Join Slide
========================= */
.keiyo-join-slide {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 700px;
  margin-left: -50vw;
  overflow: hidden;
  background: linear-gradient(180deg, #97e6ff, #73d8f6);
}

.keiyo-join-slide__bgtext {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  font-size: clamp(80px, 13vw, 240px);
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

.keiyo-join-slide__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.keiyo-join-slide__track {
  display: flex;
  width: max-content;
  animation: keiyoSlide 25s linear infinite;
}

.keiyo-join-slide__item {
  flex: 0 0 auto;
  width: 420px;
  margin: 0 40px;
}

.keiyo-join-slide__item img {
  display: block;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

@keyframes keiyoSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* =========================
   Information
========================= */
.keiyo-info-clean {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 110px 0 120px;
  background: #f5f5f5;
}

.keiyo-info-clean__inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.keiyo-info-clean__head {
  margin-bottom: 60px;
  text-align: center;
}

.keiyo-info-clean__title-en {
  margin: 0;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1c8ed8;
}

.keiyo-info-clean__title-jp {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}

.keiyo-info-clean__list {
  border-top: 1px solid #e2e2e2;
}

.keiyo-info-clean__item {
  display: grid;
  grid-template-columns: 230px 1fr 30px;
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  transition: background 0.3s ease, transform 0.3s ease;
}

.keiyo-info-clean__item:hover {
  background: rgba(255, 255, 255, 0.7);
}

.keiyo-info-clean__meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.keiyo-info-clean__date {
  min-width: 72px;
  font-size: 14px;
  line-height: 1;
  color: #a0a0a0;
}

.keiyo-info-clean__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 28px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #1eb5ea;
  border-radius: 999px;
}

.keiyo-info-clean__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #222;
}

.keiyo-info-clean__arrow {
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #9a9a9a;
  transition: transform 0.3s ease, color 0.3s ease;
}

.keiyo-info-clean__item:hover .keiyo-info-clean__arrow {
  color: #1c8ed8;
  transform: translateX(4px);
}

.keiyo-info-clean__more {
  margin-top: 34px;
  text-align: right;
}

.keiyo-info-clean__more a {
  font-size: 15px;
  font-weight: 700;
  color: #1c8ed8;
  text-decoration: none;
}

.keiyo-info-clean__more a:hover {
  text-decoration: underline;
}

/* =========================
   Message
========================= */
.keiyo-message {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 20px 100px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #d96521, #b94e18);
}

.keiyo-message__bg-word {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 1;
  font-size: clamp(90px, 15vw, 240px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
  pointer-events: none;
}

.keiyo-message__inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.keiyo-message__title {
  margin: 0 0 56px;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.keiyo-message__title::before,
.keiyo-message__title::after {
  display: none !important;
}

.keiyo-message__text p {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 2.15;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.96);
}

.keiyo-message__sign {
  margin-top: 90px;
}

.keiyo-message__sign p {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.4vw, 28px);
  letter-spacing: 0.08em;
  color: #fff;
}

/* =========================
   Recruit 3
========================= */
.keiyo-recruit3 {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 70px 0 90px;
  overflow: hidden;
  background: linear-gradient(135deg, #d85b00, #ea7a18);
}

.keiyo-recruit3__inner {
  position: relative;
  width: min(1200px, calc(100% - 120px));
  margin: 0 auto;
}

.keiyo-recruit3__images {
  display: flex;
  width: 100%;
  height: 380px;
  gap: 10px;
  overflow: hidden;
}

.keiyo-recruit3__images img {
  display: block;
  width: calc(33.333% - 7px);
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.keiyo-recruit3__images img:hover {
  transform: scale(1.04);
}

.keiyo-recruit3__images img:first-child {
  border-top-left-radius: 110px;
}

.keiyo-recruit3__content {
  max-width: 900px;
  padding: 34px 0 0;
  color: #fff;
}

.keiyo-recruit3__num {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 0.95;
}

.keiyo-recruit3__title {
  margin: 0 0 28px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.keiyo-recruit3__desc {
  margin: 0;
  max-width: 860px;
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.95);
}

.keiyo-recruit3__btn {
  position: absolute;
  top: 500px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  font-size: 38px;
  color: #222;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keiyo-recruit3__btn:hover {
  transform: scale(1.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

/* =========================
   Recruit Grid
========================= */
.keiyo-recruit-grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 48px 0 80px;
  background: linear-gradient(180deg, #72d8f5 0%, #5fcdef 100%);
}

.keiyo-recruit-grid__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.keiyo-recruit-grid__card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 30px 28px;
  text-decoration: none;
  border-radius: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keiyo-recruit-grid__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.keiyo-recruit-grid__body {
  max-width: calc(100% - 92px);
}

.keiyo-recruit-grid__en {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.8vw, 52px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: inherit;
  word-break: normal;
  overflow-wrap: anywhere;
}

.keiyo-recruit-grid__jp {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  color: inherit;
}

.keiyo-recruit-grid__desc {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
  color: inherit;
}

.keiyo-recruit-grid__arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 24px;
  line-height: 1;
  color: #1a2740;
  background: #cfd2d8;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.keiyo-recruit-grid__card:hover .keiyo-recruit-grid__arrow {
  transform: scale(1.06);
}

.keiyo-recruit-grid__arrow--white {
  background: rgba(255, 255, 255, 0.95);
}

.keiyo-recruit-grid__card--white {
  color: #17233b;
  background: #f5f5f5;
}

.keiyo-recruit-grid__card--orange {
  color: #fff;
  background: #ef472c;
}

.keiyo-recruit-grid__card--navy {
  color: #fff;
  background: #101d3d;
}

.keiyo-recruit-grid__card--white:nth-child(1),
.keiyo-recruit-grid__card--white:nth-child(2),
.keiyo-recruit-grid__card--white:nth-child(3) {
  grid-column: span 2;
  min-height: 250px;
}

.keiyo-recruit-grid__card--orange,
.keiyo-recruit-grid__card--navy {
  grid-column: span 3;
  min-height: 240px;
}

.keiyo-recruit-grid__card--orange .keiyo-recruit-grid__en,
.keiyo-recruit-grid__card--navy .keiyo-recruit-grid__en {
  max-width: calc(100% - 96px);
  margin-bottom: 18px;
  font-size: clamp(34px, 3.8vw, 64px);
  line-height: 1.04;
}

.keiyo-recruit-grid__card::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 92px;
  width: 120px;
  height: 2px;
  background: rgba(23, 35, 59, 0.15);
}

.keiyo-recruit-grid__card--orange::after,
.keiyo-recruit-grid__card--navy::after {
  background: rgba(255, 255, 255, 0.2);
}

/* =========================
   Responsive
========================= */
@media (max-width: 1100px) {
  .keiyo-header__nav ul {
    gap: 20px;
  }

  .keiyo-header__nav a {
    font-size: 14px;
  }

  .keiyo-header__btn {
    min-width: 120px;
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
  }

  .keiyo-future__inner {
    gap: 50px;
    padding: 0 30px;
  }

  .keiyo-circle__wrap {
    width: 540px;
    height: 540px;
  }

  .keiyo-circle__item {
    width: 240px;
    height: 240px;
  }

  .keiyo-circle__item .num {
    font-size: 30px;
  }

  .keiyo-circle__item h3 {
    font-size: 21px;
  }

  .keiyo-circle__item p {
    font-size: 15px;
  }

  .keiyo-circle__center {
    width: 180px;
    height: 180px;
  }

  .keiyo-circle__center img {
    width: 96px;
  }

  .keiyo-future__title {
    font-size: 36px;
  }

  .keiyo-future__desc {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .keiyo-business {
    padding-top: 40px;
  }

  .keiyo-business__head {
    padding: 0 20px 18px;
  }

  .keiyo-business__grid {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .keiyo-business__card {
    min-height: 460px;
  }

  .keiyo-business__content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .keiyo-business__content h3 {
    font-size: 32px;
  }

  .keiyo-business__content p {
    font-size: 14px;
  }

  .keiyo-company {
    padding: 80px 0 90px;
  }

  .keiyo-company__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .keiyo-company__text {
    max-width: none;
  }

  .keiyo-company__images {
    width: 100%;
    max-width: 560px;
    min-height: 560px;
    margin: 0 auto;
  }

  .keiyo-company__img--front {
    top: 70px;
    width: 240px;
    height: 430px;
  }

  .keiyo-company__img--back {
    width: 300px;
    height: 500px;
  }

  .keiyo-recruit3__inner {
    width: calc(100% - 40px);
  }

  .keiyo-recruit3__images {
    height: 420px;
  }

  .keiyo-recruit3__images img:first-child {
    border-top-left-radius: 80px;
  }

  .keiyo-recruit3__title {
    font-size: 52px;
  }

  .keiyo-recruit3__desc {
    font-size: 16px;
  }

  .keiyo-recruit3__btn {
    top: 385px;
    right: 20px;
    width: 84px;
    height: 84px;
    font-size: 32px;
  }

  .keiyo-recruit-grid__inner {
    width: calc(100% - 32px);
    gap: 18px;
  }

  .keiyo-recruit-grid__card {
    padding: 26px 24px 24px;
    border-radius: 22px;
  }

  .keiyo-recruit-grid__body {
    max-width: calc(100% - 84px);
  }

  .keiyo-recruit-grid__jp {
    font-size: 15px;
  }

  .keiyo-recruit-grid__desc {
    font-size: 12px;
    line-height: 1.8;
  }

  .keiyo-recruit-grid__arrow {
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .keiyo-recruit-grid__card::after {
    left: 24px;
    bottom: 84px;
    width: 100px;
  }

  .keiyo-recruit-grid__card--orange .keiyo-recruit-grid__en,
  .keiyo-recruit-grid__card--navy .keiyo-recruit-grid__en {
    font-size: clamp(30px, 4vw, 48px);
  }
}

@media (max-width: 980px) {
  .keiyo-header__nav,
  .keiyo-header__cta {
    display: none;
  }

  .keiyo-header__toggle {
    display: block;
  }

  .keiyo-header__inner {
    min-height: 72px;
    padding: 10px 14px 10px 18px;
  }

  .keiyo-header__logo img {
    width: 42px;
    height: 42px;
  }

  .keiyo-header__logo span {
    font-size: 16px;
  }

  .keiyo-teamfv {
    min-height: auto;
    padding: 16px 16px 50px;
  }

  .keiyo-teamfv__header {
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 16px;
  }

  .keiyo-teamfv__nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }

  .keiyo-teamfv__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .keiyo-teamfv__text,
  .keiyo-teamfv__visual {
    width: 100%;
    flex: none;
  }

  .keiyo-teamfv__text h1 {
    font-size: 64px;
  }

  .keiyo-teamfv__lead {
    font-size: 18px;
  }

  .keiyo-teamfv__visual {
    min-height: 320px;
  }

  .keiyo-teamfv__img {
    width: 46%;
  }

  .keiyo-teamfv__img--left {
    top: 80px;
  }

  .keiyo-teamfv__img--right {
    top: 40px;
  }
}

@media (max-width: 900px) {
  .keiyo-info-clean {
    padding: 80px 0 90px;
  }

  .keiyo-info-clean__item {
    grid-template-columns: 1fr 24px;
    gap: 14px;
  }

  .keiyo-info-clean__meta {
    grid-column: 1 / 2;
    margin-bottom: 8px;
  }

  .keiyo-info-clean__text {
    grid-column: 1 / 2;
  }

  .keiyo-info-clean__arrow {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
  }
}

@media (max-width: 768px) {
  .keiyo-news {
    padding: 50px 18px 60px;
  }

  .keiyo-news__title {
    font-size: 28px;
  }

  .keiyo-news__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .keiyo-news__text {
    font-size: 17px;
  }

  .keiyo-news__arrow {
    display: none;
  }

  .keiyo-business::before {
    font-size: 60px;
  }

  .keiyo-business__bg {
    font-size: 60px;
    letter-spacing: 4px;
  }

  .keiyo-business__title {
    font-size: 28px !important;
  }

  .keiyo-business__num {
    font-size: 14px;
  }

  .keiyo-future {
    padding: 80px 0;
  }

  .keiyo-future__inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    text-align: center;
  }

  .keiyo-circle,
  .keiyo-future__text {
    width: 100%;
    flex: none;
  }

  .keiyo-circle__wrap {
    width: 340px;
    height: 360px;
    margin: 0 auto;
  }

  .keiyo-circle__item {
    width: 160px;
    height: 160px;
    animation-duration: 5.2s;
  }

  .keiyo-circle__item .num {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .keiyo-circle__item h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .keiyo-circle__item p {
    font-size: 13px;
  }

  .keiyo-circle__item::after {
    margin-top: 10px;
  }

  .item-top {
    top: 10px;
  }

  .item-left {
    left: 10px;
    bottom: 30px;
  }

  .item-right {
    right: 10px;
    bottom: 30px;
  }

  .item-top:hover {
    transform: translateX(-50%) translateY(-6px) scale(1.02);
  }

  .item-left:hover,
  .item-right:hover {
    transform: translateY(-6px) scale(1.02);
  }

  .keiyo-circle__center {
    width: 120px;
    height: 120px;
    box-shadow:
      0 0 0 14px rgba(255, 255, 255, 0.22),
      0 0 0 28px rgba(255, 255, 255, 0.12),
      0 14px 30px rgba(0, 0, 0, 0.12);
  }

  .keiyo-circle__center img {
    width: 68px;
  }

  .keiyo-future__sub {
    margin-bottom: 16px;
    font-size: 13px;
    letter-spacing: 2px;
  }

  .keiyo-future__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.5;
  }

  .keiyo-future__desc {
    font-size: 14px;
    line-height: 1.9;
  }

  .keiyo-header {
    top: 14px;
    padding: 0 14px;
  }

  .keiyo-header__inner {
    min-height: 64px;
    border-radius: 16px;
  }

  .keiyo-header__logo a {
    gap: 10px;
  }

  .keiyo-header__logo img {
    width: 36px;
    height: 36px;
  }

  .keiyo-header__logo span {
    font-size: 13px;
  }

  .keiyo-recruit3 {
    padding: 40px 0 70px;
  }

  .keiyo-recruit3__inner {
    width: calc(100% - 24px);
  }

  .keiyo-recruit3__images {
    flex-direction: column;
    height: auto;
  }

  .keiyo-recruit3__images img {
    width: 100%;
    height: 220px;
  }

  .keiyo-recruit3__images img:first-child {
    border-top-left-radius: 50px;
  }

  .keiyo-recruit3__content {
    padding-top: 24px;
  }

  .keiyo-recruit3__title {
    margin-bottom: 18px;
    font-size: 40px;
  }

  .keiyo-recruit3__desc {
    font-size: 14px;
    line-height: 1.9;
  }

  .keiyo-recruit3__btn {
    top: auto;
    right: 12px;
    bottom: 12px;
    width: 64px;
    height: 64px;
    font-size: 26px;
  }

  .keiyo-join-slide {
    height: 500px;
  }

  .keiyo-join-slide__item {
    width: 260px;
    margin: 0 16px;
  }

  .keiyo-info-clean {
    padding: 60px 0 70px;
  }

  .keiyo-info-clean__inner {
    width: calc(100% - 24px);
  }

  .keiyo-info-clean__head {
    margin-bottom: 36px;
  }

  .keiyo-info-clean__title-jp {
    font-size: 16px;
  }

  .keiyo-info-clean__item {
    padding: 20px 0;
  }

  .keiyo-info-clean__meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .keiyo-info-clean__date {
    font-size: 13px;
  }

  .keiyo-info-clean__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .keiyo-info-clean__arrow {
    font-size: 20px;
  }

  .keiyo-info-clean__more {
    margin-top: 24px;
  }

  .keiyo-message {
    padding: 60px 16px 70px;
  }

  .keiyo-message__bg-word {
    top: 28px;
    font-size: clamp(60px, 18vw, 120px);
  }

  .keiyo-message__title {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .keiyo-message__text p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 2;
  }

  .keiyo-message__sign {
    margin-top: 44px;
  }

  .keiyo-message__sign p {
    font-size: 17px;
  }

  .keiyo-recruit-grid {
    padding: 30px 0 50px;
  }

  .keiyo-recruit-grid__inner {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .keiyo-recruit-grid__card,
  .keiyo-recruit-grid__card--orange,
  .keiyo-recruit-grid__card--navy,
  .keiyo-recruit-grid__card--white:nth-child(1),
  .keiyo-recruit-grid__card--white:nth-child(2),
  .keiyo-recruit-grid__card--white:nth-child(3) {
    grid-column: auto;
    min-height: 180px;
    padding: 22px 20px 20px;
    border-radius: 18px;
  }

  .keiyo-recruit-grid__body {
    max-width: calc(100% - 76px);
  }

  .keiyo-recruit-grid__en,
  .keiyo-recruit-grid__card--orange .keiyo-recruit-grid__en,
  .keiyo-recruit-grid__card--navy .keiyo-recruit-grid__en {
    font-size: 38px;
    line-height: 1.05;
  }

  .keiyo-recruit-grid__jp {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .keiyo-recruit-grid__desc {
    font-size: 12px;
    line-height: 1.7;
  }

  .keiyo-recruit-grid__arrow {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .keiyo-recruit-grid__card::after {
    left: 20px;
    bottom: 78px;
    width: 90px;
  }
}

@media (max-width: 767px) {
  .keiyo-company {
    padding: 60px 0 70px;
  }

  .keiyo-company__inner {
    padding: 0 16px;
  }

  .keiyo-company__sub {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .keiyo-company__title {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .keiyo-company__desc {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
  }

  .keiyo-company__btn {
    min-width: 220px;
    padding: 16px 24px;
    font-size: 16px;
  }

  .keiyo-company__images {
    min-height: 420px;
  }

  .keiyo-company__img--front {
    top: 50px;
    width: 180px;
    height: 320px;
  }

  .keiyo-company__img--back {
    width: 220px;
    height: 360px;
  }

  .keiyo-company__bg {
    height: 180px;
    opacity: 0.08;
    background-size: cover;
  }
}

@media (max-width: 640px) {
  .keiyo-teamfv__logo span {
    font-size: 14px;
  }

  .keiyo-teamfv__cta {
    width: 100%;
  }

  .keiyo-teamfv__btn {
    flex: 1;
  }

  .keiyo-teamfv__text h1 {
    font-size: 46px;
  }

  .keiyo-teamfv__sub {
    font-size: 14px;
  }

  .keiyo-teamfv__lead {
    font-size: 15px;
  }

  .keiyo-teamfv__visual {
    min-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .keiyo-circle__item,
  .keiyo-circle__center {
    animation: none;
    transition: none;
  }
}

