@charset "utf-8";
/* CSS Document */

@import url(ress.css);

/* --global----------------------------------------------- */

body {
  font-size: 12px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.inner {
  max-width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

/* その他ページのトップタイトル */
.etc-top-title {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  opacity: 0.8;
  display: block;
}

/* =========================
   header SP
========================= */
#header {
  width: 100%;
}

#header .header-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 740px;
  overflow: hidden;
  background: #000;
}

#header .header-mv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 7% center;
}

#header .header-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#header .header-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
}

/* =========================
   top area
========================= */
#header .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 30;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: background 0.3s ease, padding 0.3s ease;
}

#header .header-logo {
  width: 185px;
  max-width: calc(100% - 92px);
  margin: 0;
  flex-shrink: 1;
}

#header .header-logo a {
  display: block;
}

#header .header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   menu button
========================= */
#header .header-menu-btn {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 82px;
  height: 82px;
  margin: 0;
  padding: 0;
  border: none;
  background: #000000;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  flex-shrink: 0;
}

#header .header-menu-btn span {
  display: block;
  width: 42px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 開いた時の× */
#header.menu-open .header-menu-btn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#header.menu-open .header-menu-btn span:nth-child(2) {
  opacity: 0;
}

#header.menu-open .header-menu-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* =========================
   nav
========================= */
#header .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 78%;
  height: 100vh;
  padding: 120px 28px 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.94);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 15;
}

#header.menu-open .header-nav {
  transform: translateX(0);
}

#header .header-nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#header .header-nav-list li {
  margin: 0;
  width: 100%;
}

#header .header-nav-list a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}

#header .header-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 58px;
  padding: 0 20px;
  background: #fff;
  color: #081539;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

/* メニュー展開時の背景 */
#header .header-nav::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
}

#header.menu-open .header-nav::before {
  opacity: 1;
  visibility: visible;
}

/* =========================
   copy area
========================= */
#header .header-copy-wrap {
  position: absolute;
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 90px;
  width: auto;
}

#header .header-copy-line {
  margin-bottom: 12px;
}

#header .header-copy-line span {
  display: inline-block;
  padding: 8px 16px 14px;
  background: #000000;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#header .header-text {
  margin-top: 28px;
  padding-left: 0;
  color: #ffffff;
}

#header .header-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

/* =========================
   small devices
========================= */
@media screen and (max-width: 420px) {
  #header .header-logo {
    width: 170px;
  }

  #header .header-menu-btn {
    width: 72px;
    height: 72px;
  }

  #header .header-menu-btn span {
    width: 36px;
  }

  #header .header-copy-line span {
    font-size: 35px;
    padding: 8px 14px 12px;
  }

  #header .header-text p {
    font-size: 14px;
  }
}

/* =========================
   固定ヘッダー用
========================= */
#header .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
  z-index: 30;
  transition: background 0.3s ease, padding 0.3s ease;
}

/* スクロール後の背景 */
#header.is-scrolled .header-top {
  background: rgba(0, 0, 0, 0.88);
  padding: 12px 20px;
}

/* 固定ヘッダーの上にコピーが隠れないよう調整 */
#header .header-copy-wrap {
  bottom: 40px;
}

/* ===============================
ABOUT（SP）
=============================== */

#about {
  background: #e9e9e9;
  padding: 0 0 30px;
  position: relative;
  overflow: hidden;
}

#about .about-inner {
  display: block;
  height: 900px;
  padding: 26px 0 0 20px;
  margin: 0;
  background-image: url("../img/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}

#about .about-left {
  width: 100%;
  padding-top: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

#about .about-title {
  width: 210px;
  margin: 0 0 12px;
  opacity: 0.5;
  display: block;
}

#about .about-heading {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 22px;
  color: #fff;
}

#about .about-text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 26px;
  color: #fff;
}

#about .about-icons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#about .about-icon-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  background: #fff;
  padding: 14px 20px;
  width: 80%;
  box-sizing: border-box;
  color: #222;
  text-align: left;
}

#about .about-icon-box img {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#about .about-icon-box h3 {
  grid-column: 2;
  grid-row: 1;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 4px;
  font-weight: 700;
  color: #1d3562;
}

#about .about-icon-box p {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

#about .about-right {
  width: 66%;
  min-width: 0;
  margin: 26px 0 0 auto;
  position: relative;
  z-index: 3;
}

#about .about-right img {
  width: 100%;
  display: block;
  object-fit: cover;
}

#about .about-bottom {
  display: block;
  max-width: none;
  margin: 30px 0 0;
  padding: 0 16px 0;
  position: relative;
  z-index: 4;
}

#about .about-bottom-left {
  width: 63%;
}

#about .about-bottom-right {
  width: 42%;
  margin: -36px 0 0 auto;
}

#about .about-bottom img {
  width: 100%;
  display: block;
}

/* かなり小さい端末用の微調整 */
@media screen and (max-width: 374px) {
  #about .about-inner {
    padding: 22px 16px 0;
  }

  #about .about-title {
    width: 190px;
  }

  #about .about-heading {
    font-size: 24px;
  }

  #about .about-icon-box {
    grid-template-columns: 74px 1fr;
    column-gap: 12px;
    padding: 12px;
  }

  #about .about-icon-box img {
    width: 62px;
  }

  #about .about-icon-box h3 {
    font-size: 14px;
  }

  #about .about-icon-box p {
    font-size: 11px;
  }
}

/* =========================
   service
========================= */

#service {
  width: 100%;
  padding: 40px 0 100px;
  background: #e9e9e9;
}

#service .service-inner {
  width: 100%;
  margin: 0 auto;
}

#service .service-heading {
  margin-bottom: 18px;
  padding-left: 0;
}

#service .service-title {
  display: grid;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin: 0;
  line-height: 1;
}

#service .service-title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #152d51;
}

#service .service-title-ja {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  transform: none;
}

#service .service-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

#service .service-card {
  position: relative;
  display: block;
  width: 100%;
  height: 620px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

#service .service-card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(10%);
}

#service .service-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.10) 100%);
}

#service .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
  opacity: 0.35;
  pointer-events: none;
}

#service .service-card-content {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 2;
  text-align: left;
  padding: 0 25px;
}

#service .service-card-content h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  /* ←線との間隔 */
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  /* ←白線 */
}

#service .service-card-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}

#service .service-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 20px;
  margin: 0 auto;
}

#service .service-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  color: #333;
}

#service .service-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  height: 50px;
  padding: 0 16px;
  background: #152d51;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin: 0 auto;
}

#service .service-btn:hover {
  opacity: 0.8;
}

#service .service-btn span {
  font-size: 16px;
  line-height: 1;
}

/* =========================
   recruit SP
========================= */

#recruit {
  height: auto;
  min-height: 760px;
  background: url("../img/recruit-bg-sp.webp") center top / cover no-repeat;
}

#recruit .recruit-inner {
  max-width: none;
  height: auto;
  min-height: 760px;
  align-items: flex-end;
}

#recruit .recruit-content {
  width: 100%;
  padding: 0 28px 55px;
  color: #ffffff;
}

#recruit .recruit-en {
  margin: 0 0 24px;
  font-size: 78px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.18);
}

#recruit .recruit-title {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

#recruit .recruit-text {
  margin: 0 0 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

#recruit .recruit-btn {
  display: flex;
  width: 100%;
  max-width: 290px;
  min-width: auto;
  height: 56px;
  margin: 0 auto;
  padding: 0 20px;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: transparent;
}

#recruit .recruit-btn:hover {
  background: #ffffff;
  color: #000000;
}



/* =========================
   フッター（スマホ）
========================= */

#footer {
  padding: 40px 0 20px;
}

#footer .footer-inner {
  padding: 0 20px;
}

/* 上段を縦並びに */
#footer .footer-top {
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* ロゴ中央 */
#footer .footer-logo img {
  width: 220px;
}

/* ナビは非表示 */
#footer .footer-nav {
  display: none;
}

/* お問い合わせボタン中央 */
#footer .footer-contact a {
  width: 100%;
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 50px;
}

/* コピーライト */
#footer .footer-copy {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}

/* =========================
   header-etc SP
========================= */
#header-etc {
  width: 100%;
}

#header-etc .header-mv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #000;
}

#header-etc .header-mv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 7% center;
}

#header-etc .header-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#header-etc .header-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
}

/* =========================
   top area
========================= */
#header-etc .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 30;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: background 0.3s ease, padding 0.3s ease;
}

#header-etc .header-logo {
  width: 185px;
  max-width: calc(100% - 92px);
  margin: 0;
  flex-shrink: 1;
}

#header-etc .header-logo a {
  display: block;
}

#header-etc .header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   menu button
========================= */
#header-etc .header-menu-btn {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 82px;
  height: 82px;
  margin: 0;
  padding: 0;
  border: none;
  background: #000000;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  flex-shrink: 0;
}

#header-etc .header-menu-btn span {
  display: block;
  width: 42px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 開いた時の× */
#header-etc.menu-open .header-menu-btn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#header-etc.menu-open .header-menu-btn span:nth-child(2) {
  opacity: 0;
}

#header-etc.menu-open .header-menu-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* =========================
   nav
========================= */
#header-etc .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 78%;
  height: 100vh;
  padding: 120px 28px 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.94);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 15;
}

#header-etc.menu-open .header-nav {
  transform: translateX(0);
}

#header-etc .header-nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#header-etc .header-nav-list li {
  margin: 0;
  width: 100%;
}

#header-etc .header-nav-list a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}

#header-etc .header-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 58px;
  padding: 0 20px;
  background: #fff;
  color: #081539;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

/* メニュー展開時の背景 */
#header-etc .header-nav::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
}

#header-etc.menu-open .header-nav::before {
  opacity: 1;
  visibility: visible;
}

/* =========================
   copy area
========================= */
#header-etc .header-copy-wrap {
  position: absolute;
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 90px;
  width: auto;
}

#header .header-copy-line {
  margin-bottom: 12px;
}

#header-etc .header-copy-line span {
  display: inline-block;
  padding: 8px 16px 12px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#header-etc .header-text {
  margin-top: 28px;
  padding-left: 0;
  color: #ffffff;
}

#header .header-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

/* =========================
   small devices
========================= */
@media screen and (max-width: 420px) {
  #header-etc .header-logo {
    width: 170px;
  }

  #header-etc .header-menu-btn {
    width: 72px;
    height: 72px;
  }

  #header-etc .header-menu-btn span {
    width: 36px;
  }

  #header-etc .header-copy-line span {
    font-size: 35px;
    padding: 8px 14px 12px;
  }

  #header-etc .header-text p {
    font-size: 14px;
  }
}

/* =========================
   固定ヘッダー用
========================= */
#header-etc .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
  z-index: 30;
  transition: background 0.3s ease, padding 0.3s ease;
}

/* スクロール後の背景 */
#header-etc.is-scrolled .header-top {
  background: rgba(0, 0, 0, 0.88);
  padding: 12px 20px;
}

/* 固定ヘッダーの上にコピーが隠れないよう調整 */
#header-etc .header-copy-wrap {
  top: 50%;
}

/* ===============================
COMPANY ABOUT
=============================== */

#co-about {
  padding: 0 0 60px;
  position: relative;
  overflow: hidden;
}


/* 上段全体 */
.co-about-inner {
  margin: 0 auto;
  display: block;
  gap: 10px;
  align-items: center;
  position: relative;
  padding: 70px 0 20px;
  overflow: visible;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* 左側 */
.co-about-left {
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0 20px;
  z-index: 2;
}


/* 見出し */
.co-about-heading {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 22px;
  color: #333;
}


/* 説明文 */
.co-about-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
  color: #333;
}

/* 右メイン画像 */
.co-about-right {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.co-about-right img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* =========================
   company philosophy
========================= */
#company-philosophy {
  position: relative;
  width: 100%;
  padding: 60px 20px 70px;
  overflow: hidden;
}

#company-philosophy .company-philosophy-bg {
  position: absolute;
  inset: 0;
  background: url("../img/company-philosophy-bg.webp") no-repeat center center / cover;
  z-index: 1;
}

#company-philosophy .company-philosophy-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

#company-philosophy .company-philosophy-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

#company-philosophy .company-philosophy-title {
  margin: 0 0 36px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #0b3677;
  text-align: center;
}

#company-philosophy .company-philosophy-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px 0;
  flex-wrap: wrap;
}

#company-philosophy .company-philosophy-item {
  width: calc(50% - 8px);
  text-align: center;
}

#company-philosophy .company-philosophy-icon {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 16px;
}

#company-philosophy .company-philosophy-text {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #0b3677;
}


/* =========================
   message
========================= */

#message {
  min-height: 1085px;
  padding: 582px 15px 32px;
  background: url("../img/message-bg_sp.webp") no-repeat center top / cover;
}

#message::before {
  background: rgba(0, 0, 0, 0.18);
}

#message .message-inner {
  max-width: none;
  min-height: auto;
  display: block;
}

#message .message-card {
  width: 100%;
  padding: 38px 28px 44px;
  background: rgba(255, 255, 255, 0.82);
}

#message .message-title {
  margin: 0 0 26px;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

#message .message-text p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

#message .message-text p:last-child {
  margin-bottom: 0;
}

#message .message-text br {
  display: none;
}

#message .message-name {
  margin-top: 32px;
}


/* =========================
   company contact
========================= */
#company-contact {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  overflow: hidden;
}

#company-contact .company-contact-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#company-contact .company-contact-title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.08em;
}

#company-contact .company-contact-text {
  margin: 0 0 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: 0.08em;
}

#company-contact .company-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  padding: 15px 40px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #081539;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#company-contact .company-contact-btn:hover {
  opacity: 0.85;
}

#company-contact .company-contact-arrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

/* =========================
   service visual
========================= */
.service-visual {
  display: block;
  align-items: stretch;
  min-height: 620px;
}

.service-visual.is-reverse {
  flex-direction: row-reverse;
  background-color: #152d51;
}

/* image */
.service-visual-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.service-visual-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 100%;
  background: linear-gradient(to right,
      rgba(242, 242, 242, 0) 0%,
      rgba(242, 242, 242, 0.75) 0%,
      rgba(242, 242, 242, 1) 0%);
}

.service-visual.is-reverse .service-visual-img::after {
  left: -1px;
  right: auto;
  background: linear-gradient(to left,
      rgba(21, 45, 81, 0) 0%,
      rgba(21, 45, 81, 0.75) 55%,
      rgba(21, 45, 81, 1) 100%);
}

.service-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}

/* content */
.service-visual-content {
  width: 100%;
  padding: 20px 20px 50px;
  color: #333;
}

.service-visual.is-reverse .service-visual-content {
  color: #fff;
}

.service-visual-content h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-lead {
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.service-text {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

/* table */
.service-table {
  margin-top: 38px;
}

.service-table-title {
  background: #12345c;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 17px;
  font-weight: 700;
}

.service-visual.is-reverse .service-table-title {
  background: #fff;
  color: #12345c;
}

.service-table ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-table li {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

/* strength */
.service-strength {
  display: block;
  align-items: center;
  gap: 35px;
  margin-top: 45px;
  padding: 20px 20px;
  background: #fff;
  color: #333;
}

.strength-circle {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #12345c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 20px;
  margin-bottom: 20px;
}

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

.service-strength li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.service-strength li:last-child {
  margin-bottom: 0;
}

.service-strength li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -4px;
  color: #12345c;
  font-size: 28px;
  font-weight: 700;
}

/* =========================
   area section
========================= */

.area-section {
  position: relative;
  width: 100%;
  min-height: 460px;
  background-image:
    url("../img/area-bg.webp");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.area-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.area-icon {
  width: 42px;
  height: auto;
  flex-shrink: 0;
}

.area-content {
  display: block;
  align-items: center;
  gap: 28px;
  color: #fff;
}

.area-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 10px;
}

.area-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.area-map {
  position: absolute;
  z-index: 1;
  width: 360px;
  max-width: 90%;
  opacity: 0.3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ===============================
RECRUIT ABOUT
=============================== */

#re-about {
  padding: 0 0 60px;
  position: relative;
  overflow: hidden;
}


/* 上段全体 */
.re-about-inner {
  margin: 0 auto;
  display: block;
  gap: 10px;
  align-items: center;
  position: relative;
  padding: 70px 0 20px;
  overflow: visible;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 左側 */
.re-about-left {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

/* 見出し */
.re-about-heading {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 36px;
  color: #333;
}


/* 説明文 */
.re-about-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
  color: #333;
}

/* 右メイン画像 */
.re-about-right {
  width: 100%;
  min-width: auto;
  position: relative;
  z-index: 3;
}

.re-about-right img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* =========================
   recruit copy
========================= */
#recruit-copy {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#recruit-copy .recruit-copy-img {
  width: 100%;
  height: auto;
}

#recruit-copy .recruit-copy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65);
}

#recruit-copy .recruit-copy-box {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  width: calc(100% - 40px);
  max-width: none;
  margin: -60px auto 0;
  padding: 30px 28px;
  background: #17365d;
  color: #ffffff;
}

#recruit-copy .recruit-copy-title {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

#recruit-copy .recruit-copy-text p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

#recruit-copy .recruit-copy-text p:last-child {
  margin-bottom: 0;
}

/* =========================
   recruit work
========================= */
#recruit-work {
  width: 100%;
  padding: 60px 0;
}

#recruit-work .recruit-work-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}

#recruit-work .recruit-work-img {
  width: 100%;
  margin-left: 0;
  order: 1;
}

#recruit-work .recruit-work-img img {
  width: 100%;
  height: auto;
  display: block;
}

#recruit-work .recruit-work-box {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: calc(100% - 40px);
  margin: -50px auto 0;
  padding: 30px 28px;
  background: #17365d;
  color: #ffffff;
  order: 2;
}

#recruit-work .recruit-work-title {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

#recruit-work .recruit-work-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

#recruit-work .recruit-work-list li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

#recruit-work .recruit-work-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

/* =========================
   contact
========================= */

#contact-form {
  padding: 55px 20px 80px;
}

#contact-form .contact-lead {
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 1.9;
}

#contact-form .contact-lead br {
  display: none;
}

#contact-form .contact-type {
  padding: 35px 0 40px;
}

#contact-form .contact-heading {
  font-size: 21px;
}

#contact-form .radio-list {
  grid-template-columns: 1fr;
  gap: 16px;
}

#contact-form .radio-list label {
  font-size: 17px;
}

#contact-form .form-list {
  padding: 40px 0 0;
}

#contact-form .form-row {
  display: block;
  margin-bottom: 28px;
}

#contact-form .form-label {
  margin-bottom: 12px;
  font-size: 21px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"] {
  height: 52px;
}

#contact-form textarea {
  min-height: 230px;
}

#contact-form .form-submit {
  margin-top: 45px;
}

#contact-form .form-submit button {
  height: 56x;
  font-size: 20px;
}

/* =========================
   thanks
========================= */

#thanks {
  width: 100%;
  padding: 100px 20px 100px;
}

#thanks .thanks-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#thanks .thanks-title {
  margin: 0 0 80px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #15335c;
  letter-spacing: 0.08em;
}

#thanks .thanks-box {
  position: relative;
  width: 100%;
  padding: 80px 30px 80px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 16px;
}

#thanks .thanks-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 5px solid #15335c;
  border-radius: 50%;
}

#thanks .thanks-icon::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 20px;
  width: 50px;
  height: 26px;
  border-left: 12px solid #15335c;
  border-bottom: 12px solid #15335c;
  transform: rotate(-45deg);
}

#thanks .thanks-content {
  max-width: 710px;
  margin: 0 auto;
  text-align: left;
}

#thanks .thanks-content p {
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #15335c;
  letter-spacing: 0.02em;
}

#thanks .thanks-content p:last-of-type {
  margin-bottom: 60px;
}

#thanks .thanks-btn-wrap {
  text-align: center;
}

#thanks .thanks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  max-width: 100%;
  height: 50px;
  background: #15335c;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}

#thanks .thanks-btn:hover {
  opacity: 0.8;
}