@charset "UTF-8";
/************************************************************************
download font
*************************************************************************/
@import url("https://use.typekit.net/lrs8gdm.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;800&display=swap");
/* eng-font acumin-pro */
@import url("https://fonts.googleapis.com/css2?family=Noto Sans JP:wght@400;800&display=swap");
/* font-family */
/*  font-size */
/*  content width */
/*  color */
/*  break point */
/* 自動フォントサイズレスポンシブ対応 */
/* 最小値、最大値、最小画面、最大画面 */
.mt-15 {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .mt-15 {
    margin-top: 7.5px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .mt-30 {
    margin-top: 15px;
  }
}

.mt-45 {
  margin-top: 45px;
}
@media (max-width: 1200px) {
  .mt-45 {
    margin-top: 22.5px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-75 {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .mt-75 {
    margin-top: 37.5px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media (max-width: 1200px) {
  .mt-90 {
    margin-top: 45px;
  }
}

.mt-105 {
  margin-top: 105px;
}
@media (max-width: 1200px) {
  .mt-105 {
    margin-top: 52.5px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mt-135 {
  margin-top: 135px;
}
@media (max-width: 1200px) {
  .mt-135 {
    margin-top: 67.5px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .mt-150 {
    margin-top: 75px;
  }
}

.mt-165 {
  margin-top: 165px;
}
@media (max-width: 1200px) {
  .mt-165 {
    margin-top: 82.5px;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .mt-180 {
    margin-top: 90px;
  }
}

.mt-195 {
  margin-top: 195px;
}
@media (max-width: 1200px) {
  .mt-195 {
    margin-top: 97.5px;
  }
}

@media (width >= 1025px) {
  .sp {
    display: none !important;
  }
}
@media (width < 1014px) {
  .pc {
    display: none !important;
  }
}
/************************************************************************
 common setting
 ***********************************************************************/
/* =========================================================
  common.scss レスポンシブ
========================================================= */
/* 320px未満は見切れてOK */
html,
body {
  min-width: 320px;
}

/* 1920px以上は既存 max-width を活かす */
body {
  overflow-x: clip;
}

* {
  position: relative;
}

hr {
  width: 80%;
  margin: auto;
  color: #d1d1d1;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

html {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP";
  background-color: white;
}

a:hover {
  opacity: 0.8;
  filter: contrast(0.9);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 4% 0;
  background: #fff;
}

.sectionHeader {
  padding: 1px;
}

.sectionTitle {
  margin-top: 150px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1200px) {
  .sectionTitle {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.sectionTitle_en {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Roboto";
  font-size: 3.05rem;
  text-transform: uppercase;
  background: linear-gradient(155deg, #0060cc 0%, #0060cc 25%, black 0%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .sectionTitle_en {
    font-size: 2.05rem;
  }
}

.sectionTitle_ja {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  .sectionTitle_ja {
    font-size: 1rem;
  }
}

/* コンテンツ共通設定 */
.content_common {
  box-sizing: border-box;
  width: 72%;
  max-width: 1580px;
  min-width: 1080px;
  margin: 0 auto;
}

.content_right {
  width: 86%;
  max-width: 1750px;
  margin: 0 0 0 auto;
}

/* ボタン共通設定 */
.common_btn {
  width: 260px;
  height: 70px;
  margin-top: 70px;
  background: #0a2580;
}

.common_btn-center {
  margin: 70px auto 0;
}

.common_btn-right {
  margin: 50px 0 0 auto;
}

.common_btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #fff;
}

.common_btn_text {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 9999px;
}

.arrow::before {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.arrow-blue {
  background: #0d2ea0;
}

.arrow-blue::before {
  background: #0d2ea0;
}

/* =========================================================
  1200px以下：PC下限〜タブレット上限
========================================================= */
@media screen and (max-width: 1200px) {
  section {
    padding: 70px 0;
  }
  .content_common,
  .top_contact-link {
    width: calc(100% - 64px);
    max-width: none;
  }
  .content_right {
    width: calc(100% - 32px);
    max-width: none;
  }
  .sectionTitle {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .sectionTitle_en {
    font-size: clamp(42px, 5vw, 61px);
  }
  .sectionTitle_ja {
    font-size: clamp(20px, 2vw, 24px);
  }
  .common_btn {
    width: 240px;
    height: 64px;
    margin-top: 50px;
  }
  .common_btn-center {
    margin-top: 50px;
  }
  .common_btn_text {
    font-size: 18px;
  }
}
/* =========================================================
  1024px以下：タブレット中間
========================================================= */
@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  section {
    padding: 60px 3%;
  }
  .content_common,
  .top_contact-link {
    width: calc(100% - 56px);
    min-width: auto;
  }
  .content_right {
    width: calc(100% - 28px);
    margin: auto;
  }
  .sectionTitle {
    margin-top: 80px;
    margin-bottom: 36px;
  }
  .sectionTitle_en {
    font-size: clamp(38px, 6vw, 54px);
  }
  .sectionTitle_ja {
    font-size: 20px;
  }
}
/* =========================================================
  600px以下：SP
========================================================= */
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  section {
    padding: 50px 0;
  }
  .content_common,
  .top_contact-link {
    width: calc(100% - 40px);
  }
  .content_right {
    width: calc(100% - 20px);
  }
  .sectionTitle {
    margin-top: 50px;
    margin-bottom: 28px;
  }
  .sectionTitle_en {
    font-size: clamp(34px, 11vw, 44px);
  }
  .sectionTitle_ja {
    margin-top: 8px;
    font-size: 18px;
  }
  .common_btn {
    width: 210px;
    height: 58px;
    margin-top: 36px;
  }
  .common_btn-center {
    margin-top: 36px;
  }
  .common_btn-right {
    margin: 36px auto 0;
  }
  .common_btn a {
    padding: 0 22px;
  }
  .common_btn_text {
    font-size: 16px;
  }
  .arrow {
    width: 26px;
  }
}
/* =========================================================
  425px以下：小さめSP
========================================================= */
@media screen and (max-width: 425px) {
  .content_common,
  .top_contact-link {
    width: calc(100% - 32px);
  }
  .content_right {
    width: calc(100% - 16px);
  }
  .sectionTitle_en {
    font-size: clamp(30px, 11vw, 40px);
  }
  .sectionTitle_ja {
    font-size: 16px;
  }
}
/* =========================================================
  375px以下：320px付近
========================================================= */
@media screen and (max-width: 375px) {
  .common_btn {
    width: 190px;
    height: 54px;
  }
  .common_btn_text {
    font-size: 15px;
  }
}
.br-sp {
  display: none;
}
@media (max-width: 800px) {
  .br-sp {
    display: block;
  }
}

/*************************************************************************
layout
*************************************************************************/
/* レイアウト */
main {
  display: block;
}
@media (max-width: 1200px) {
  main {
    margin-top: 70px;
  }
}

section:not(.full) {
  padding-right: calc(50dvw - 700px);
  padding-left: calc(50dvw - 700px);
}
@media screen and (width <= 1500px) {
  section:not(.full) {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  section:not(.full) {
    padding: 0 10px;
  }
}

:root {
  --outer-width: 1580px;
  --inner-width: 1350px;
  --side-padding-pc: 40px;
  --side-padding-sp: 20px;
}

/* =========================================================
  * 汎用レイアウト
  * ========================================================= */
.l-container {
  width: min(100% - var(--side-padding-pc) * 2, var(--outer-width));
  margin-right: auto;
  margin-left: auto;
}

.l-container-inner {
  width: min(100%, var(--inner-width));
  margin-right: auto;
  margin-left: auto;
}

/*
  * 右端まで背景を伸ばす汎用クラス
  * 要素の左端から背景開始、右側だけ画面端まで伸びる
  */
.l-bg-right {
  position: relative;
  background: transparent;
  isolation: isolate;
}

.l-bg-right::before {
  position: absolute;
  inset: 0 calc((100% - 100vw) / 2) 0 0;
  z-index: -1;
  content: "";
  background: var(--bg-right-color, #eef6fc);
}

.LowerSectionHead_en {
  position: relative;
  padding-left: 35px;
  margin: 0 0 8px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.LowerSectionHead_en::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: #0d38cc;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LowerSectionHead_ja {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

.lowerHero.lowerHero-noImage {
  height: 20vw;
  min-height: 400px;
  color: #0d38cc;
  background: white;
  border-bottom: 10px solid;
  -o-border-image: linear-gradient(to right, #0d38cc 80%, var(--company-orange) 0) 1;
  border-image: linear-gradient(to right, #0d38cc 80%, var(--company-orange) 0) 1;
}
.lowerHero.lowerHero-noImage .lowerHero_titleJa {
  color: #0d38cc;
}
.lowerHero.lowerHero-noImage .lowerHero_titleEn {
  color: transparent;
  background: linear-gradient(to bottom, #0b33be, #081c60);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:has(.lowerHero-noImage) .header_title_link {
  color: black;
}
body:has(.lowerHero-noImage) .header_menu_item:not(:last-child) {
  color: black;
}

/* header */
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100px;
  padding: 0 2%;
}
@media (max-width: 1200px) {
  .header {
    justify-content: flex-start;
    height: 70px;
  }
}

.change-bg .header {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.change-bg .header .header_menu_item:not(:last-child),
.change-bg .header .header_title_link {
  color: black;
}

.header_title {
  z-index: 9999;
  height: 100%;
}
@media (max-width: 1200px) {
  .header_title {
    max-width: 150px;
  }
}

.header_title_link {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  font-size: 1.7rem;
  color: white;
}
@media (max-width: 1200px) {
  .header_title_link {
    padding-left: 10px;
    font-size: 6vw;
  }
}

.header_menu {
  width: 100%;
  margin-left: auto;
}

.header_menu_list {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

.header_menu_item {
  color: white;
}

/* ////////////////////////////////////////////
// hamburger
//////////////////////////////////////////// */
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
}
@media (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}

.hamburger::before {
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 90px;
  transform: translate(-50%, 50%);
  transition: 0.3s;
}

.hamburger.is-active::before {
  bottom: 0;
  transition: 0.3s;
}

.hamburger_icon {
  position: relative;
  display: block;
  height: 50px;
  aspect-ratio: 1;
}

.hamburger_icon::before,
.hamburger_icon::after {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 90px;
  transform: translateX(-50%);
  transition: 0.3s;
}

.hamburger_icon::after {
  top: auto;
  bottom: 10px;
}

.is-active .hamburger_icon::before,
.is-active .hamburger_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 90px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.is-active .hamburger_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1200px) {
  .header_menu {
    position: fixed;
    inset: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
  }
  .header_menu.is-active {
    z-index: 999;
    display: block;
    visibility: visible;
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: 0.5s ease;
  }
  .overlay.is-active {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: #1c1c1c;
  }
  .header_menu_list {
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    height: 100dvh;
    padding-left: 10%;
    font-size: 1rem;
    list-style-type: none;
  }
}
picture.header_title_logo {
  width: 65px;
}
@media (max-width: 1200px) {
  picture.header_title_logo {
    width: 11vw;
  }
}

#recruit .header_menu_link {
  padding: 15px 40px;
  color: white;
  background: #0d2ea0;
}

.header_menu_list {
  font-size: 18px;
}

#contact .header_menu_link {
  padding: 15px 30px;
  margin-left: -20px;
  background: #081c60;
}

/* CONTACT・お問合わせ */
.top_contact-bg {
  box-sizing: border-box;
  padding: 70px 0;
  background-image: url("../../../uploads/top_contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.top_contact {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  height: auto;
  padding: 80px 100px;
}

.top_contact::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.top_contact a {
  color: #000;
}

.top_contact_container {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 800px) {
  .top_contact_container {
    flex-direction: column;
    gap: 30px;
  }
}
.top_contact_wrap {
  width: 50%;
}

.top_contact_tel {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.top_contact_tel-time {
  font-size: 17px;
}

.top_contact_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

.top_contact_btnText {
  margin-right: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #0d38cc;
}

.top_contact_btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #0d38cc;
  border-radius: 50%;
}

.top_contact-link {
  display: block;
  width: 72%;
  max-width: 1580px;
  min-width: 1080px;
  margin: 0 auto;
}

/* footer */
footer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 100px 0;
  background: #081c60;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.footer_company {
  color: #fff;
}

.footer_company_name {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
}

.footer_manu {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer_manu_item a {
  font-weight: 500;
  color: #fff;
}

.footer_deco {
  display: flex;
  justify-content: space-between;
}

.footer_deco_text {
  display: inline-block;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: #ff7a06;
  transform: scaleX(0.9);
  transform-origin: left top;
}

@media (max-width: 1200px) {
  .footer_deco_text {
    font-size: 7vw;
  }
}
.footer_deco_copy {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  color: #fff;
}

.footer_company_address {
  font-size: 18px;
}

.top_contact_text {
  margin: 40px 0 20px;
}

@media (max-width: 1200px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb_list {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding-left: 250px;
  margin-top: 1.5rem;
}
@media (max-width: 1200px) {
  .breadcrumb_list {
    padding-left: 50px;
  }
}

.breadcrumb_item.breadcrumb-top {
  color: #98a3ae;
}

.breadcrumb_item {
  font-size: 0.75rem;
  color: #0060cc;
}

.breadcrumb_item:not(:last-child)::after {
  padding-left: 15px;
  font-family: monospace;
  font-weight: bold;
  content: "・";
}

/* =========================================================
 * 共通情報テーブル
 * 会社概要 / 募集要項 共通
 * ========================================================= */
.infoTableBox {
  --bg-right-color: var(--company-blue);
  --info-line-color: var(--company-line-blue);
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 15%;
  padding: calc(var(--outer-width) / 2 - var(--inner-width) / 2);
}

.infoTableBox-blue {
  --bg-right-color: var(--company-blue);
  --info-line-color: var(--company-line-blue);
}

.infoTableBox-green {
  --bg-right-color: var(--company-green);
  --info-line-color: var(--company-line-green);
}

.infoTable {
  width: 100%;
  border-collapse: collapse;
}

.infoTable tr {
  border-bottom: 1px solid var(--info-line-color);
}

.infoTable th,
.infoTable td {
  padding: 20px 0;
  font-size: 20px;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
}

.infoTable th {
  width: 300px;
  font-weight: 700;
  color: #111;
}

.infoTable td p {
  margin: 0;
}

.pageTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  display: none;
  width: 66px;
  height: auto;
  aspect-ratio: 1;
  color: #fff;
  cursor: pointer;
  background-color: #ff7a06;
  border-radius: 50%;
}

.pageTop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  transform: translate(-50%, -50%);
}

/* 下層ページ ヒーロー */
.lowerHero {
  position: relative;
  width: 100%;
  height: 40vw;
  overflow: hidden;
  background: #111;
}

.lowerHero_picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lowerHero_title_icon {
  width: 35px;
}

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

.lowerHero_heading {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 2;
  color: #fff;
  transform: translateY(-50%);
}

.lowerHero_titleJa {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  gap: 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.lowerHero_titleEn {
  display: inline-block;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: clamp(56px, 9vw, 110px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* 投稿詳細・施工事例などで少し高さを変えたい場合 */
.lowerHero-single {
  height: 360px;
}

/* SP */
@media screen and (max-width: 768px) {
  .single {
    padding: 560px 0 100px;
  }
  .lowerHero {
    height: 320px;
  }
  .lowerHero_heading {
    right: 6%;
    left: 6%;
  }
  .lowerHero_titleJa {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .lowerHero_titleEn {
    font-size: clamp(42px, 15vw, 72px);
  }
}
/* ========================================
  変数
======================================== */
/* ========================================
  mixin
======================================== */
/* HERO */
.hero {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.hero_inner {
  /* Safari対応 */
  position: sticky;
  top: 28vh;
  z-index: 4;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 0 0 0 5%;
}

@media (max-width: 1200px) {
  .hero_inner {
    top: 20vh;
    padding: 0 0 0 5%;
  }
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.hero_inner_logo {
  display: inline-block;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 136px;
  font-size: 7vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  transform: scaleX(0.9);
  transform-origin: left top;
}

.hero_inner_catch {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

.hero_inner_catch-orange {
  box-sizing: border-box;
  padding: 0.5rem 1.2rem;
  background: #ff7a06;
}

@media (max-width: 1200px) {
  .hero_inner_catch-orange {
    font-size: 3vw;
  }
}
.hero_message {
  position: relative;
  z-index: 4;
  width: 45%;
  min-height: 100vh;
  margin: 0 0 0 auto;
  padding-right: 3%;
  overflow: hidden;
}

.hero_message_text {
  box-sizing: border-box;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}

.hero_message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero_message_line {
  display: block;
  opacity: 0;
  filter: blur(4px);
  transform: translateY(18px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease,
    filter 0.9s ease;
}

.hero_message_line.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* h2タイトル共通設定 */
.top_title {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1;
  color: #0a2580;
}

.top_title-center {
  justify-content: center;
}

.top_title-white {
  color: #fff;
}

.top_title_icon {
  display: inline-block;
  width: 28px;
  height: auto;
  margin-right: 15px;
}

.top_title_icon img {
  width: 100%;
  height: 100%;
}

.top_subTitle {
  display: inline-block;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to bottom, #0b33be, #081c60);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_subTitle-center {
  display: flex;
  justify-content: center;
  color: transparent;
  background: linear-gradient(to bottom, #ff7a06, #c65c00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_subTitle-middle {
  font-size: 86px;
}

.top_subTitle-white {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.top_subTitle-blue {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #0d38cc;
}

/* SERVICE・事業内容 */
.top_service_head {
  display: flex;
  gap: 50px;
  width: 100%;
}

.top_service_headWarp {
  width: 45%;
  padding-bottom: 200px;
}

.top_service_headCatch {
  margin: 50px 0 20px;
  color: #0d2ea0;
  font-size: 32px;
  font-weight: 700;
}

.top_service_headText {
  padding-right: 10%;
  line-height: 2.5;
}

.top_service_headImg {
  z-index: 1;
  width: 55%;
  height: auto;
  aspect-ratio: 3/2.2;
  max-height: 51vw;
}

.top_service_headImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_service_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 200px 0 70px;
  margin-top: -150px;
  background: #f2f8ff;
}

.top_service_wrap {
  box-sizing: border-box;
  display: flex;
  gap: 70px;
  max-width: 1200px;
  padding-bottom: 50px;
  margin: 0 auto 0 8%;
  border-bottom: 0.5px solid #0d38cc;
}

.top_service_wrap-line {
  border-bottom: 0;
}

.top_service_inner {
  width: calc(70% - 70px);
}

.top_service_subTitle {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.top_service_subTitle-text {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: #0d2ea0;
  border-radius: 0 30px 30px 0;
}

.top_service_subTitle-number {
  display: inline-block;
  margin-left: 10px;
  color: #f7ff06;
  font-size: 28px;
  font-weight: 700;
}

.top_service_title {
  margin: 15px 0 30px;
  color: #0a2580;
  font-size: 32px;
  font-weight: 700;
}

.top_service_text {
  margin: 0;
}

.top_service_img {
  width: 30%;
  height: 280px;
}

.top_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* WORKS・造船実績 */
.top_works {
  background: #081c60;
}

.top_works_wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 7%;
  margin: 30px auto 0;
}

.top_works_slider-area {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.top_works_slider-track {
  display: flex;
  transition: transform 2.5s ease-in-out;
}

.top_works_container {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
}

.top_works_img {
  width: 50%;
  height: 480px;
}

.top_works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_works_inner {
  box-sizing: border-box;
  width: 50%;
  padding: 7% 2%;
  background: #fff;
}

.top_works_shipName {
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

.top_works_shipCate {
  margin: 15px 0 30px;
  color: #fff;
  font-size: 16px;
}

.top_works_shipCate-orange {
  box-sizing: border-box;
  padding: 0.25rem 1.5rem;
  background: #ff7a06;
  border-radius: 50px;
}

.top_works_list table {
  width: 100%;
  border-collapse: collapse;
}

.top_works_listTitle,
.top_works_listItem {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border: 1px solid #707070;
}

.top_works_listTitle {
  width: 40%;
}

.top_works_listItem {
  width: 60%;
}

/* 左右ボタン */
.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #081c60;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
}

.slider-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.arrow-prev {
  left: calc(2.5% - 25px);
}

.arrow-next {
  right: calc(2.5% - 25px);
}

/* ドットナビゲーション */
.slider-dots {
  position: relative;
  left: 0;
  z-index: 10;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
  transform: none;
}

.dot {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition:
    background 0.3s,
    transform 0.3s;
}

.dot.active {
  background: #ff7a06;
  transform: scale(1.2);
}

/* COMPANY・会社案内 */
.top_company {
  display: flex;
}

.top_company_wrap {
  box-sizing: border-box;
  width: 50%;
  padding: 0 100px 0 0;
}

.top_company_img {
  width: 50%;
  height: auto;
  aspect-ratio: 4/2.5;
}

.top_company_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_company_text {
  margin: 50px 0 0;
}

/* ========================================
  RECRUIT・採用情報
======================================== */
.top_recruit {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  gap: 50px;
  min-height: 820px;
  padding: 150px 0;
  overflow: hidden;
  background: #fff;
}

.top_recruit_container {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.top_recruit_inner {
  margin-top: 45px;
}

.top_recruit_catch {
  margin: 0 0 28px;
  color: #003399;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
}

.top_recruit_text {
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.06em;
}

.top_recruit .common_btn {
  margin-top: 45px;
}

/* 左右の画像エリア */
.top_recruit_parallax {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 28%;
  pointer-events: none;
}

.top_recruit_parallax-left {
  left: 0;
}

.top_recruit_parallax-right {
  right: 0;
}

/* 画像共通 */
.top_recruit_photo {
  position: absolute;
  overflow: hidden;
  will-change: transform;
}

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

/* 左1枚 */
.top_recruit_photo-left {
  top: 22%;
  left: 8%;
  width: 440px;
  height: 490px;
}

/* 右上 */
.top_recruit_photo-right01 {
  top: 10%;
  right: 10%;
  width: 230px;
  height: 300px;
}

/* 右下 */
.top_recruit_photo-right02 {
  top: 52%;
  right: 28%;
  width: 260px;
  height: 340px;
}

@media screen and (max-width: 1650px) {
  .top_recruit_photo-left {
    opacity: 0.4;
    filter: brightness(0.5);
  }
}
@media screen and (max-width: 1450px) {
  .top_recruit_photo-right02 {
    opacity: 0.4;
    filter: brightness(0.5);
  }
}
/* タブレット */
@media (max-width: 1200px) {
  .top_recruit {
    min-height: 760px;
    padding: 120px 0;
  }
  .top_recruit_parallax {
    width: 24%;
    opacity: 0.75;
  }
  .top_recruit_photo-right01 {
    right: -8%;
    width: 210px;
    height: 280px;
  }
  .top_recruit_photo-right02 {
    right: 8%;
    width: 220px;
    height: 300px;
  }
}
/* SPでは演出を弱める */
@media (max-width: 800px) {
  .top_recruit {
    min-height: auto;
    padding: 90px 0;
  }
  .top_recruit_parallax {
    display: none;
  }
  .top_recruit_container {
    width: min(100%, 620px);
  }
  .top_recruit_inner {
    margin-top: 35px;
  }
  .top_recruit_catch {
    font-size: 22px;
  }
  .top_recruit_text {
    font-size: 14px;
    line-height: 2.1;
    text-align: left;
  }
}
/* NEWS・お知らせ */
.top_news {
  display: flex;
}

.top_news_titleWrap {
  width: 30%;
}

.top_news_container {
  width: 70%;
}

.top_news_listItem {
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #0d38cc;
}

.top_news_listItem:last-child {
  border-bottom: 1px solid #0d38cc;
}

.top_news_listItem a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top_news_listImg {
  width: 20%;
  max-width: 150px;
  height: 110px;
}

.top_news_listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_news_listTitle {
  box-sizing: border-box;
  width: 80%;
  padding: 0 30px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.top_news_listTitle-blue {
  display: block;
  color: #0d38cc;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.top_news_listArrow {
  display: flex;
  justify-content: center;
  width: 10%;
}

/* ========================================
  お知らせ詳細ページ
======================================== */
.single {
  padding: 100px 0 130px;
}

.single_container {
  width: min(100%, 990px);
  margin: 0 auto;
  padding: 0 20px;
}

/* 上部：タイトル＋画像 */
.single_header {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d8e1ef;
}

.single_heading {
  min-width: 0;
}

.single_title {
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  color: #003399;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.single_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background: #ffbf00;
}

.single_info {
  margin-top: 22px;
}

.single_month {
  margin: 0;
  color: #003399;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* アイキャッチ */
.single_thumbnail {
  width: 100%;
  aspect-ratio: 500/343;
  overflow: hidden;
  border-radius: 25px;
  background: #eef6fc;
}

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

/* 本文 */
.single_content {
  width: min(100%, 820px);
  margin: 0 auto;
  color: #111;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.single_content > *:first-child {
  margin-top: 0;
}

.single_content p {
  margin: 0 0 1.8em;
}

.single_content h2,
.single_content h3,
.single_content h4 {
  margin: 2.4em 0 1em;
  color: #003399;
  font-weight: 700;
  line-height: 1.6;
}

.single_content h2 {
  padding-left: 18px;
  border-left: 4px solid #003399;
  font-size: 26px;
}

.single_content h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 22px;
  border-bottom: 1px solid #d8e1ef;
}

.single_content h4 {
  font-size: 18px;
}

.single_content a {
  color: #003399;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.single_content ul,
.single_content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.single_content li {
  margin-bottom: 0.6em;
}

.single_content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 45px auto;
}

.single_content figure {
  margin: 45px 0;
}

.single_content figcaption {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

/* 一覧に戻る */
.backToList {
  width: min(100%, 990px);
  margin: 80px auto 0;
  padding: 0 20px;
}

.backToList_btn {
  display: flex;
  justify-content: center;
}

.backToList_btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 0 58px 0 34px;
  background: #003399;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.backToList_btn a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.backToList_btn a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* ========================================
  SP
======================================== */
@media screen and (max-width: 768px) {
  .single {
    padding: 70px 0 90px;
  }
  .single_container {
    padding: 0 20px;
  }
  .single_header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
  .single_heading {
    order: 2;
  }
  .single_thumbnail {
    order: 1;
    aspect-ratio: 16/10;
  }
  .single_title {
    font-size: 24px;
  }
  .single_month {
    font-size: 13px;
  }
  .single_content {
    font-size: 15px;
    line-height: 2;
  }
  .single_content h2 {
    font-size: 22px;
  }
  .single_content h3 {
    font-size: 19px;
  }
  .backToList {
    margin-top: 60px;
  }
  .backToList_btn a {
    width: 100%;
    min-height: 54px;
  }
}
:root {
  --contact-blue: #039;
  --contact-line-blue: #9db8ff;
  --contact-light-blue: #eef6fc;
  --contact-orange: #ff7a06;
  --contact-required: #e6005c;
}

/* =========================================================
 * お問い合わせページ
 * ========================================================= */
.contactContent {
  padding: 120px 0 150px;
  overflow: hidden;
}

.contactSectionTitle {
  position: relative;
  margin: 0 0 55px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--contact-blue);
}

.contactSectionTitle::after {
  display: block;
  width: 42px;
  height: 6px;
  margin-top: 18px;
  content: "";
  background: var(--contact-orange);
  border-radius: 999px;
}

/* =========================================================
 * 電話
 * ========================================================= */
.contactTel {
  padding-bottom: 70px;
}

.contactTel .l-container-inner {
  padding-bottom: 70px;
  border-bottom: 1px solid var(--contact-line-blue);
}

.contactTel_body {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.contactTel_number {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: var(--contact-blue);
}

.contactTel_time {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

/* =========================================================
 * メール
 * ========================================================= */
.contactMail {
  padding-top: 35px;
}

.contactLead {
  margin-bottom: 40px;
}

.contactLead p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.contactLead p + p {
  margin-top: 2px;
}

/* =========================================================
 * Contact Form 7
 * ========================================================= */
.contactForm {
  padding: 70px 90px 90px;
  background: var(--contact-light-blue);
}

.contactForm form {
  margin: 0;
}

.contactForm_list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--contact-line-blue);
}

.contactForm_item {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 55px;
  align-items: start;
  padding: 35px 0;
  border-bottom: 1px solid var(--contact-line-blue);
}

.contactForm_label {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}

.contactForm_required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 20px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: var(--contact-required);
}

.contactForm_input {
  width: 100%;
}

.contactForm_input input,
.contactForm_input textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 470px;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #b7c9ff;
  border-radius: 0;
}

.contactForm_input input {
  height: 44px;
}

.contactForm_input textarea {
  width: 100%;
  max-width: 670px;
  min-height: 240px;
  resize: vertical;
}

.contactForm_input-postcode input {
  max-width: 200px;
}

.contactForm_input-address input {
  max-width: 670px;
}

.contactForm_submit {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 70px;
  text-align: center;
}
.contactForm_submit .arrow {
  position: absolute;
  top: 38%;
  right: 50px;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 9999px;
  transform: translateY(-50%);
}

.contactForm_submitInner {
  position: relative;
  display: flex;
  gap: 8px;
}

.contactForm_submit input[type="submit"] {
  min-width: 310px;
  height: 70px;
  padding: 0 70px 0 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: var(--contact-blue);
  border: 0;
  border-radius: 0;
}

/* CF7メッセージ */
.contactForm .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}

.contactForm .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}

.contactForm .wpcf7-response-output {
  padding: 16px 20px;
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

/* =========================================================
 * responsive
 * ========================================================= */
@media screen and (max-width: 768px) {
  .contactContent {
    padding: 70px 0 90px;
  }
  .contactSectionTitle {
    margin-bottom: 35px;
    font-size: 26px;
  }
  .contactSectionTitle::after {
    width: 36px;
    height: 5px;
    margin-top: 12px;
  }
  .contactTel {
    padding-bottom: 50px;
  }
  .contactTel .l-container-inner {
    padding-bottom: 50px;
  }
  .contactTel_body {
    display: block;
  }
  .contactTel_number {
    font-size: 32px;
  }
  .contactTel_time {
    margin-top: 10px;
    font-size: 13px;
  }
  .contactMail {
    padding-top: 20px;
  }
  .contactLead {
    margin-bottom: 30px;
  }
  .contactLead p {
    font-size: 13px;
  }
  .contactForm {
    padding: 40px 25px 55px;
  }
  .contactForm_item {
    display: block;
    padding: 24px 0;
  }
  .contactForm_label {
    min-height: auto;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .contactForm_input input,
  .contactForm_input textarea,
  .contactForm_input-address input {
    max-width: none;
    font-size: 16px;
  }
  .contactForm_input-postcode input {
    max-width: 180px;
  }
  .contactForm_input textarea {
    min-height: 200px;
  }
  .contactForm_submit {
    margin-top: 45px;
  }
  .contactForm_submit input[type="submit"] {
    width: 100%;
    min-width: 0;
    height: 62px;
  }
}
@media screen and (max-width: 480px) {
  .contactForm {
    padding: 32px 20px 45px;
  }
  .contactTel_number {
    font-size: 28px;
  }
}
/* NEWS・お知らせ */
.news {
  display: flex;
  justify-content: center;
  padding-bottom: 300px;
}

.news_titleWrap {
  width: 30%;
}

.news_container {
  width: 70%;
}

.news_listItem {
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #0d38cc;
}

.news_listItem:last-child {
  border-bottom: 1px solid #0d38cc;
}

.news_listItem a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.news_listImg {
  width: 20%;
  max-width: 150px;
  height: 110px;
}

.news_listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_listTitle {
  box-sizing: border-box;
  width: 80%;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.news_listTitle-blue {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #0d38cc;
}

.news_listArrow {
  display: flex;
  justify-content: center;
  width: 10%;
}

:root {
  --recruit-green: #00a95f;
  --recruit-deep-blue: #082681;
}

/* =========================================================
 * 採用情報
 * ========================================================= */
.recruitContent {
  padding: 110px 0 0;
  overflow: hidden;
}

.recruitSectionHead-center {
  text-align: center;
}

.recruitSectionHead-center .LowerSectionHead_en {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.recruitSectionHead-center .LowerSectionHead_en::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: #0d38cc;
  border-radius: 50%;
  transform: translateY(-50%);
}

.recruitMessage {
  padding-bottom: 90px;
}

.recruitMessage .l-container-inner {
  max-width: 980px;
}

.recruitMessage_title {
  margin: 0;
  margin-top: 50px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.9;
  color: #111;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .recruitMessage_title {
    font-size: 9vw;
  }
}

.recruitMessage_title .is-orange {
  color: var(--company-orange);
}

.recruitMessage_title .is-green {
  color: var(--recruit-green);
}

.recruitMessage_text {
  margin-top: 72px;
}

.recruitMessage_text p {
  margin: 0;
  font-size: 20px;
  line-height: 2.4;
}

.recruitMessage_text p + p {
  margin-top: 8px;
}

.recruitPhotoSection {
  position: relative;
  padding: 0 0 250px;
}

.recruitPhotoSection::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 550px;
  content: "";
  background: var(--recruit-deep-blue);
}

.recruitPhoto {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.recruitPhoto img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1180/520;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruitFlow {
  padding: 150px 0 130px;
}

.recruitFlow .l-container-inner {
  max-width: 1080px;
}

.recruitFlow_text {
  margin-top: 48px;
}

.recruitFlow_text p {
  margin: 0;
  font-size: 20px;
  line-height: 2.2;
}

.recruitFlow_notice {
  padding: 28px 44px;
  margin-top: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: var(--company-main-blue);
  border: 1px solid var(--company-line-blue);
}

.recruitFlow_notice p {
  margin: 0;
}

.recruitRequirements {
  padding: 0 0 140px;
}

:root {
  --company-blue: #eef6fc;
  --company-green: #eef7f7;
  --company-main-blue: #039;
  --company-line-blue: #2d64ff;
  --company-line-green: #64bdc6;
  --company-orange: #ff7a06;
}

/* =========================================================
 * 会社案内
 * ========================================================= */
.companyContent {
  padding: 110px 0 130px;
  overflow: hidden;
}

.companyBlock {
  position: relative;
}

.companyBlock_title {
  position: relative;
  margin: 0 0 45px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--company-main-blue);
}

.companyBlock_title::after {
  display: block;
  width: 60px;
  height: 8px;
  margin-top: 12px;
  content: "";
  background: var(--company-orange);
  border-radius: 50px;
}

.companyHistory {
  padding-bottom: 250px;
  border-bottom: 1px solid #0d38cc;
}

.companyAccess_map {
  margin-top: 28px;
}

.companyAccess_map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border: 0;
}

.companyAccess_map img {
  display: none;
  width: 100%;
  height: auto;
}

.companyAccess_text {
  margin: 14px 0 0;
  font-size: 20px;
  line-height: 1.8;
}

.companyHistory_list {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}

.companyHistory_item {
  display: flex;
  gap: 6%;
  align-items: start;
  padding: 0 0 30px;
  margin-bottom: 30px;
}

.companyHistory_info {
  display: flex;
  gap: 10%;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid;
  border-bottom-color: var(--company-line-blue);
}

.companyBlock-green .companyHistory_info {
  border-bottom-color: var(--company-line-green);
}

.companyHistory_year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 60px;
  padding: 0 16px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: var(--company-main-blue);
  border-radius: 999px;
}

.companyHistory_month {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--company-main-blue);
}

.companyHistory_text p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .top_contact {
    padding: 3%;
  }
  .top_contact_container {
    width: 100%;
    flex-direction: column;
  }
  a.top_contact-link {
    /* max-width: 100%; */
    min-width: auto;
    width: 90%;
  }
  .top_contact_wrap {
    width: 100%;
  }
  .top_contact_btn {
    width: 100%;
  }
  .top_subTitle-middle {
    font-size: 14vw;
  }
  .top_contact_tel {
    flex-direction: column;
  }
  * {
    /* box-sizing: border-box; */
  }
  .top_contact_btnArrow {
    width: 50px;
    height: 50px;
  }
  p.top_contact_btnText {
    font-size: 20px;
  }
  p.top_contact_text {
    margin: 10px;
  }
  .footer_wrap.content_common {
    flex-direction: column;
  }
  ul.footer_manu {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
    font-size: 6vw;
  }
  .footer_deco.content_common {
    flex-direction: column;
  }
  .recruitMessage .l-container-inner {
    max-width: 94%;
  }
  .recruitMessage_text p {
    font-size: 16px;
  }
  .recruitMessage_text {
    margin-top: 10px;
  }
  .recruitContent {
    padding: 0;
  }
  main {
    margin-top: 20px;
  }
  .recruitPhotoSection::before {
    height: 100%;
    width: 90%;
  }
  section.full.recruitPhotoSection {
    padding: 10px 0 50px;
  }
  .recruitMessage {
    padding-bottom: 30px;
  }
  .recruitFlow {
    padding: 50px 5%;
  }
  .recruitFlow_text p {
    font-size: 16px;
  }
  .recruitFlow_notice {
    padding: 20px;
    font-size: 16px;
    margin: 20px auto;
  }
  .infoTableBox {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
  }
  .l-container {
    width: 92%;
  }
  .infoTable th {
    display: block;
    width: 100%;
  }
  .infoTable th,
  .infoTable td {
    width: 100%;
    padding: 5px 10px;
    display: block;
  }
  .infoTable {
    margin-top: 30px;
  }
  .recruitRequirements {
    padding: 0 0 50px;
  }
  .news_listItem a {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .news {
    padding-bottom: 50px;
  }
  .news_container {
    width: 100%;
    /* max-width: 300px; */
  }
  .news_listImg {
    width: 100%;
    max-width: none;
  }
  ul.news_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(0, 300px));
    justify-content: center;
    gap: 4%;
  }
  .news_listItem {
    border: none;
    border-radius: 25px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3019607843);
  }
  .news_listTitle {
    width: 100%;
    white-space: nowrap;
    overflow: clip;
  }
  .news_listArrow {
    margin: 0 20px 0 auto;
  }
  .companyBlock_title {
    font-size: 9vw;
  }
  .LowerSectionHead_ja {
    font-size: 9vw;
  }
  p.LowerSectionHead_en {
    font-size: 6vw;
    padding-left: 7vw;
  }
  .LowerSectionHead_en::before {
    width: 5vw;
    height: 5vw;
  }
  .companyHistory_item {
    flex-direction: column;
  }
  .companyHistory_year {
    width: 100%;
    font-size: 6vw;
    padding: 0;
    height: auto;
  }
  .companyHistory_info {
    padding: 20px;
    flex-direction: column;
  }
  .companyHistory {
    padding-bottom: 50px;
  }
  .companyContent {
    padding: 50px 0;
  }
  p.hero_inner_logo {
    font-size: 13vw;
  }
  span.hero_inner_catch-orange {
    font-size: 6vw;
  }
  .hero_message {
    width: 100%;
    padding: 0 20px;
  }
  .hero_message_text {
    font-size: 6vw;
  }
  .top_subTitle {
    font-size: 12vw;
  }
  .top_service_headWarp {
    width: 100%;
    padding-bottom: 0;
  }
  .top_service_headCatch {
    margin: 20px 0;
    font-size: 7vw;
  }
  .top_service_headImg {
    width: 100%;
  }
  .top_service_wrap {
    flex-direction: column;
    margin: auto;
    padding: 0 10px;
    gap: 20px;
  }
  .top_service_head {
    flex-direction: column;
  }
  .top_service_inner {
    width: 100%;
  }
  .top_service_img {
    width: 100%;
    height: auto;
  }
  .infoTable th,
  .infoTable td {
    font-size: 16px;
  }
  .companyHistory_text p {
    font-size: 16px;
  }
  .companyAccess_text {
    font-size: 16px;
  }
  .top_service_wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
  .top_works_img {
    width: 100%;
    height: 60vw;
  }
  .top_works_container {
    flex-direction: column;
  }
  .top_works_inner {
    width: 100%;
    height: 100%;
  }
  .top_news_titleWrap {
    margin-bottom: 50px;
  }
  .top_works_listTitle,
  .top_works_listItem {
    display: block;
    width: 100%;
  }
  .top_works_img {
    width: 100%;
    height: 60vw;
  }
  .top_works_inner {
    width: 100%;
  }
  .top_works_listTitle,
  .top_works_listItem {
    display: block;
    width: 100%;
  }
  .top_company_wrap {
    width: 100%;
    padding: 0;
  }
  .top_company {
    flex-direction: column;
  }
  .top_company_img {
    width: 100%;
    z-index: -1;
    margin-top: -30px;
  }
  .top_recruit {
    padding: 0;
  }
  .top_news {
    flex-direction: column;
  }
  .top_news_titleWrap {
    width: 100%;
  }
} /*# sourceMappingURL=style.css.map */
