@charset "UTF-8";

/*--------------------------default*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

/*--------------------------------
全体
---------------------------------*/
body {
  margin: 0;
  /* ← 追加：既定の余白を消す */
  padding: 0;
  /* ← 念のため */
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #333;
  background-color: #f2f2f2;
}


a {
  text-decoration: none;
  transition-duration: 0.3s;
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

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

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

#header .header-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.22); */
  z-index: 1;
}

#header .header-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 46px 60px 80px;
}

/* =========================
   top area
========================= */
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#header .header-logo {
  margin: 0;
  width: 300px;
  flex-shrink: 0;
}

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

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

#header .header-nav {
  margin-top: 0;
}

#header .header-nav-list {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

#header .header-nav-list a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  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: 180px;
  height: 50px;
  padding: 0 28px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* copy area */
#header .header-copy-wrap {
  position: absolute;
  top: 265px;
  right: 0;
  width: 760px;
}

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

#header .header-copy-line span {
  display: inline-block;
  padding: 10px 30px 20px;
  background: #000000;
  color: #ffffff;
  font-size: 67px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
}

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

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




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

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


/* 上段全体 */
.about-inner {
  margin: 0 auto;
  display: flex;
  height: 750px;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  padding: 70px 0 0 110px;
  overflow: visible;
  background-image:
    url("../img/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


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


/* ABOUT文字 */
.about-title {
  width: 350px;
  margin-bottom: 20px;
  opacity: 0.5;
  display: block;
}


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


/* 説明文 */
.about-text {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 50px;
  color: #fff;
}


/* アイコン */
.about-icons {
  display: flex;
  gap: 24px;
}

.about-icon-box {
  background: #fff;
  padding: 20px 18px 20px;
  text-align: center;
  width: 200px;
  color: #222;
}

.about-icon-box img {
  width: 120px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}

.about-icon-box h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-icon-box p {
  font-size: 14px;
  line-height: 1.6;
}


/* 右メイン画像 */
.about-right {
  width: 47%;
  min-width: 600px;
  position: relative;
  z-index: 3;
  margin-bottom: -160px;
  /* ← 下にはみ出させる */
}

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


/* 下段 */
.about-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 0 0 0 250px;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}

.about-bottom-left {
  width: 56%;
}

.about-bottom-right {
  width: 28%;
  margin-top: 200px;
}

.about-bottom img {
  width: 100%;
  display: block;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
}



/* =========================
   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: 108px;
}

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

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

#service .service-title-ja {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  transform: translateY(20px);
}

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

#service .service-card {
  position: relative;
  display: block;
  width: calc(100% / 3);
  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;
  width: 860px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  margin: 0 auto;
}

#service .service-text {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  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;
}

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

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

/* タブレット */
@media screen and (max-width: 900px) {
  #service {
    padding: 36px 20px 60px;
  }

  #service .service-heading {
    padding-left: 0;
  }

  #service .service-title-en {
    font-size: 48px;
  }

  #service .service-title-ja {
    font-size: 20px;
  }

  #service .service-bottom {
    padding: 24px 0 0;
  }
}


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

#recruit {
  position: relative;
  width: 100%;
  height: 600px;
  background:
    url("../img/recruit-bg.webp") center center / cover no-repeat;
  overflow: hidden;
}

#recruit .recruit-inner {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#recruit .recruit-content {
  padding-left: 160px;
  color: #ffffff;
}

#recruit .recruit-en {
  margin: 0 0 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.18);
}

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

#recruit .recruit-text {
  margin: 0 0 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

#recruit .recruit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

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

/* =========================
   company
========================= */

#company {
  padding: 120px 20px 150px;
  background: #f3f3f3;
}

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

#company .company-title {
  margin: 0 0 34px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #081539;
  letter-spacing: 0.08em;
}

#company .company-table-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

#company .company-table {
  width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

#company .company-table th,
#company .company-table td {
  border: 1px solid #081539;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  color: #333333;
}

#company .company-table th {
  width: 196px;
  background: #081539;
  color: #ffffff;
  text-align: center;
}

#company .company-table th {
  border: 1px solid #081539;
  border-bottom: 1px solid #ffffff;
  /* ←ここを追加 */
}

/* 最後の行だけは下線を元に戻す */
#company .company-table tr:last-child th {
  border-bottom: 1px solid #081539;
}

#company .company-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

#company .company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 50px;
  padding: 0 24px;
  background: #19325d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

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

#company .company-btn span {
  margin-left: 4px;
}

/* SP */
@media screen and (max-width: 1100px) {
  #company {
    padding: 70px 16px 60px;
  }

  #company .company-title {
    font-size: 40px;
    margin-bottom: 24px;
  }

  #company .company-table {
    width: 100%;
  }

  #company .company-table th,
  #company .company-table td {
    padding: 16px 14px;
    font-size: 18px;
  }

  #company .company-table th {
    width: 32%;
  }

  #company .company-btn {
    min-width: 170px;
    height: 44px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #company .company-title {
    font-size: 32px;
  }

  #company .company-table th,
  #company .company-table td {
    font-size: 15px;
    padding: 14px 10px;
  }

  #company .company-table th {
    width: 34%;
  }

  #company .company-btn {
    min-width: 160px;
    height: 42px;
    font-size: 15px;
  }
}

#footer {
  width: 100%;
  background: linear-gradient(90deg, #081539 0%, #22425c 100%);
  padding: 84px 0 36px;
}

#footer .footer-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

#footer .footer-logo {
  flex-shrink: 0;
}

#footer .footer-logo img {
  display: block;
  width: 310px;
  max-width: 100%;
  height: auto;
}

#footer .footer-nav-area {
  display: flex;
  align-items: center;
  gap: 60px;
  flex: 1;
  justify-content: flex-end;
}

#footer .footer-nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.3s ease;
}

#footer .footer-nav a:hover {
  opacity: 0.7;
}

#footer .footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  background: #ffffff;
  color: #081539;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.3s ease;
}

#footer .footer-contact a:hover {
  opacity: 0.8;
}

#footer .footer-copy {
  margin: 46px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

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

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

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

#header-etc .header-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.22); */
  z-index: 1;
}

#header-etc .header-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 46px 60px 80px;
}

/* =========================
   top area
========================= */
#header-etc .header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#header-etc .header-logo {
  margin: 0;
  width: 300px;
  flex-shrink: 0;
}

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

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

#header-etc .header-nav {
  margin-top: 0;
}

#header-etc .header-nav-list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

#header-etc .header-nav-list a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  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: 180px;
  height: 50px;
  padding: 0 28px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* copy area */
#header-etc .header-copy-wrap {
  position: absolute;
  top: 265px;
  left: 70px;
}

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

#header-etc .header-copy-line span {
  display: inline-block;
  padding: 10px 100px 15px;
  background: #000000;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
}

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

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


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

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


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

/* 左側 */
.co-about-left {
  width: 40%;
  color: #fff;
  position: relative;
  z-index: 2;
}

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


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

/* 右メイン画像 */
.co-about-right {
  width: 47%;
  min-width: 600px;
  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: 90px 20px 100px;
  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 65px;
  font-size: 42px;
  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: 0;
  flex-wrap: wrap;
}

#company-philosophy .company-philosophy-item {
  width: 220px;
  text-align: center;
}

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

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

/* =========================
   tablet
========================= */
@media screen and (max-width: 1024px) {
  #company-philosophy {
    padding: 80px 20px 90px;
  }

  #company-philosophy .company-philosophy-title {
    margin-bottom: 50px;
    font-size: 52px;
  }

  #company-philosophy .company-philosophy-list {
    gap: 32px 24px;
  }

  #company-philosophy .company-philosophy-item {
    width: 200px;
  }

  #company-philosophy .company-philosophy-icon {
    width: 160px;
    height: 160px;
    margin-bottom: 22px;
  }

  #company-philosophy .company-philosophy-text {
    font-size: 26px;
  }
}



/* =========================
   message
========================= */
#message {
  position: relative;
  width: 100%;
  min-height: 620px;
  padding: 20px 20px;
  background: url("../img/message-bg.webp") no-repeat center center / cover;
  overflow: hidden;
  margin-top: 100px;
}

#message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#message .message-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  min-height: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#message .message-card {
  width: 590px;
  padding: 40px 50px 50px;
  background: #ffffff;
  opacity: 0.8;
}

#message .message-title {
  margin: 0 0 28px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #2f2f2f;
  letter-spacing: 0.05em;
}

#message .message-text p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  letter-spacing: 0.04em;
}

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

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

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

.contact-company-bg {
  background: url("../img/company-contact-bg.webp") no-repeat center center / cover;
}

.contact-service-bg {
  background: url("../img/service-contact-bg.webp") no-repeat center center / cover;
}

#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: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.08em;
}

#company-contact .company-contact-text {
  margin: 0 0 50px;
  font-size: 20px;
  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: 30px;
  line-height: 1;
}

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

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

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

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

.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: 500px;
  padding: 70px 0;
  color: #333;
}

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

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

.service-lead {
  margin: 0 0 28px;
  font-size: 26px;
  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: flex;
  align-items: center;
  gap: 35px;
  margin-top: 45px;
  padding: 22px 36px;
  background: #fff;
  color: #333;
}

.strength-circle {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #12345c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.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;
}

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

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

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

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

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

.area-map {
  position: absolute;
  z-index: 1;
  width: 500px;
  max-width: 48%;
  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: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  padding: 70px 0 0 200px;
  overflow: visible;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 左側 */
.re-about-left {
  width: 40%;
  color: #fff;
  position: relative;
  z-index: 2;
}

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


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

/* 右メイン画像 */
.re-about-right {
  width: 47%;
  min-width: 600px;
  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: 80px 0;
  overflow: hidden;
}

#recruit-copy .recruit-copy-img {
  width: 50%;
  height: 650px;
}

#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: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 56%;
  max-width: 720px;
  padding: 58px 88px 62px;
  background: #17365d;
  color: #ffffff;
}

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

#recruit-copy .recruit-copy-text p {
  margin: 0 0 28px;
  font-size: 15px;
  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: 80px 20px;
}

#recruit-work .recruit-work-inner {
  position: relative;
  margin: 0 auto;
}

#recruit-work .recruit-work-img {
  width: 70%;
  margin-left: auto;
}

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

#recruit-work .recruit-work-box {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 2;
  transform: translateY(-50%);
  width: 320px;
  padding: 50px 38px 50px;
  background: #17365d;
  color: #ffffff;
}

#recruit-work .recruit-work-title {
  margin: 0 0 22px;
  font-size: 36px;
  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: 24px;
  font-weight: 600;
  line-height: 1.8;
}

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

/* =========================
   contact form
========================= */
#contact-form {
  width: 100%;
  padding: 90px 20px 120px;
}

#contact-form .contact-form-inner {
  max-width: 900px;
  margin: 0 auto;
}

#contact-form .contact-lead {
  margin: 0 0 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #12345a;
  letter-spacing: 0.04em;
}

#contact-form .contact-form-area {
  width: 100%;
}

#contact-form .contact-type {
  padding: 45px 10px 55px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

#contact-form .contact-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  font-size: 26px;
  font-weight: 700;
  color: #12345a;
  letter-spacing: 0.04em;
}

#contact-form .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #12345a;
}

#contact-form .radio-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 60px;
  max-width: 760px;
}

#contact-form .radio-list label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 500;
  color: #12345a;
  cursor: pointer;
}

#contact-form .radio-list input[type="radio"] {
  appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1.5px solid #12345a;
  border-radius: 50%;
  background: transparent;
  position: relative;
}

#contact-form .radio-list input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #12345a;
}

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

#contact-form .form-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

#contact-form .form-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #12345a;
  letter-spacing: 0.04em;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea {
  width: 100%;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  background: #ffffff;
  font-size: 18px;
  color: #12345a;
}

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

#contact-form textarea {
  min-height: 310px;
  padding: 15px;
  resize: vertical;
}

#contact-form .form-row-textarea {
  display: block;
  margin-top: -20px;
}

#contact-form .form-submit {
  margin-top: 65px;
  text-align: center;
}

#contact-form .form-submit button {
  min-width: 220px;
  height: auto;
  border: none;
  border-radius: 4px;
  background: #12345a;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 15px 40px;
}

#contact-form .form-submit button:hover {
  opacity: 0.8;
}


/* =========================
   confirm modal
========================= */
.confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.confirm-modal.is-active {
  display: block;
}

.confirm-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.confirm-modal-content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  margin: 5vh auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 4px;
  color: #12345a;
}

.confirm-modal-title {
  margin: 0 0 35px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.confirm-list {
  margin: 0;
}

.confirm-list > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d5d5d5;
}

.confirm-list dt {
  font-size: 17px;
  font-weight: 700;
}

.confirm-list dd {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  word-break: break-word;
  white-space: pre-wrap;
}

.confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}

.confirm-buttons button {
  width: 240px;
  height: 60px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.confirm-back {
  border: 1px solid #12345a;
  background: #ffffff;
  color: #12345a;
}

.confirm-send {
  border: none;
  background: #12345a;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .confirm-modal-content {
    padding: 35px 20px;
  }

  .confirm-modal-title {
    font-size: 24px;
  }

  .confirm-list > div {
    display: block;
  }

  .confirm-list dt {
    margin-bottom: 6px;
  }

  .confirm-buttons {
    flex-direction: column;
  }

  .confirm-buttons button {
    width: 100%;
  }
}


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

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

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

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

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

#thanks .thanks-icon {
  position: absolute;
  top: -58px;
  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: 18px;
  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;
}