@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
:root {
  --main-color: #000;
  --sub-color: #fff;
}

/* フォント */
@font-face {
  font-family: "High Summit";
  src: url("./font/HighSummit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sanari Font B";
  src: url("./font/SanariFontB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IPAexMincho";
  src: url("./font/ipaexm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  min-width: 1440px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #151515;
  background: #fff;
  margin: 0;
}

a[href $='.pdf'] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href $='.pdf']::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(./image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

.no_article--white {
  color: #fff;
}

.no_article--mt {
  margin-top: 10px;
}

/* ----------------------- PC固定ページ 共通設定 ------------------------- */
.common_page_main {
  background: #F5F5F5;
  padding-block: 140px;
  margin-block: 0 1em;
}

.common_page_main .title_box {
  text-align: center;
}

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 100px 0;
}

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

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* ----------------------- サイト共通パーツ ------------------------- */
/* 背景カラー */
.c_bg {
  background: #263b6e;
}

.c_bg--gray {
  background: #e5e5e5;
}

.c_bg--main {
  background: #2f97c1;
}

/* ボタン */
.c_btn a {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  background: #2f97c1;
  border: 1px solid #2f97c1;
  padding: 24px 24px 24px 44px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .link_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.31;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #fff;
  margin-top: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c_btn .arrow::after {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  top: -2.5px;
  right: -2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* カード */
.c_card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.c_card a {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c_card .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.c_card .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 87, 87, 0)), to(rgba(44, 44, 44, 0.43)));
  background: -webkit-linear-gradient(top, rgba(87, 87, 87, 0) 0%, rgba(44, 44, 44, 0.43) 100%);
  background: linear-gradient(to bottom, rgba(87, 87, 87, 0) 0%, rgba(44, 44, 44, 0.43) 100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}

.c_card .image img {
  position: relative;
  width: 100%;
  aspect-ratio: 320/340;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_card .catch {
  position: absolute;
  max-width: 80%;
  bottom: 5.3%;
  right: 5%;
  -webkit-transform: scale(0.7) rotate(-5deg);
  transform: scale(0.7) rotate(-5deg);
  font-family: "Sanari Font B", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.c_card .texts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 14px 20px 24px;
}

.c_card .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #151515;
  padding-bottom: 9px;
  border-bottom: 1px solid #333;
}

.c_card .text {
  gap: 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0em;
  color: #777;
  margin-top: 14px;
}

.c_card .text span {
  position: relative;
  display: inline-block;
}

.c_card .text span::before {
  content: "";
  width: 13px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%) rotate(-70deg);
  transform: translateY(-50%) rotate(-70deg);
  background: #777;
}

.c_card .text span:last-child::before {
  display: none;
}

/* セクションタイトル */
.c_title_block .en {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0em;
  color: #2f97c1;
}

.c_title_block .ja {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

.c_title_block .ja .big {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.c_title_block .en--white,
.c_title_block .ja--white {
  color: #fff;
}

/* 募集要項 一覧 */
.c_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.c_items .item {
  border: 2px solid #151515;
  padding: 20px;
}

.c_items .item a {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_items .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2f97c1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c_items .contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_items .text {
  color: #151515;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c_items .btn {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  margin-top: 32px;
  text-align: right;
}

.c_items .btn .link_text {
  color: #151515;
}

.c_items .btn .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #151515;
  margin-top: 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c_items .btn .arrow::after {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: -1.5px;
  right: -1px;
  background: #151515;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 募集要項 詳細 */
.c_block .body {
  background: white;
  border-radius: 10px;
  padding: 60px 80px;
  margin-top: 24px;
}

.c_block .block_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 25px;
  text-align: left;
}

.c_block .block_title::before {
  content: "";
  width: 5px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #151515;
}

.c_block .lists {
  margin-top: 40px;
}

.c_block .list {
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 40px;
}

.c_block .list dl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
}

.c_block .list dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c_block .list dd {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.c_block .btn {
  margin-top: 60px;
}

/* アコーディオン */
.common_accordion {
  padding: 30px 0 100px;
}

.common_accordion .body {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #e5e5e5;
  border-radius: 10px;
}

.common_accordion .title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 40px 80px 40px 40px;
  cursor: pointer;
}

.common_accordion .title::before,
.common_accordion .title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.common_accordion .title::before {
  width: 2px;
  height: 30px;
  right: 54px;
}

.common_accordion.is-open .title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.common_accordion .title::after {
  width: 30px;
  height: 2px;
  right: 40px;
}

.common_accordion .contents {
  padding: 0 40px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.common_accordion.is-open .contents {
  overflow: visible;
}

.common_accordion .categorys {
  border-top: 1px solid #333;
  gap: 16px;
  padding: 20px 0 40px;
}

.common_accordion .category a {
  display: inline-block;
  color: #2f97c1;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #2f97c1;
  padding: 5px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* グループ会社 */
.common_company_group {
  padding: 0 0 120px;
}

.common_company_group .section_title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}

.common_company_group .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.common_company_group .item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_company_group .item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_company_group .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 0.01em;
  margin-top: 10px;
  text-align: center;
}

/* 下層ページ FV */
.common_fv {
  margin-top: 100px;
}

.common_fv .wrap {
  padding-left: 5px;
}

.common_fv .title {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2f97c1), to(rgba(47, 151, 193, 0)));
  background: -webkit-linear-gradient(left, #2f97c1, rgba(47, 151, 193, 0));
  background: linear-gradient(to right, #2f97c1, rgba(47, 151, 193, 0));
  padding: 80px 0;
}

.common_fv .en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.common_fv .ja {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

/* パンくず */
.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 16px 0;
}

.breadcrumb a {
  color: #2f97c1;
}

.breadcrumb span {
  padding-inline: 3px;
}

/* 詳細ページ FV */
.common_fv_single {
  position: relative;
  margin-top: 100px;
}

.common_fv_single .image {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.common_fv_single .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 87, 87, 0)), to(rgba(44, 44, 44, 0.43)));
  background: -webkit-linear-gradient(top, rgba(87, 87, 87, 0) 0%, rgba(44, 44, 44, 0.43) 100%);
  background: linear-gradient(to bottom, rgba(87, 87, 87, 0) 0%, rgba(44, 44, 44, 0.43) 100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}

.common_fv_single .image img {
  width: 100%;
  aspect-ratio: 1280/640;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_fv_single .container {
  position: relative;
  margin-top: -320px;
  z-index: 1;
}

.common_fv_single .main_title {
  position: relative;
  margin-left: 4%;
  z-index: 1;
}

.common_fv_single .main_title span {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #263b6e;
  padding: 0 10px;
}

.common_fv_single .main_title span:nth-child(n+2) {
  margin-top: 10px;
}

.common_fv_single .contents {
  width: 100%;
  max-width: 42%;
  margin-left: 0;
  margin-top: -30px;
  color: #fff;
  background: #2f97c1;
  padding: 60px 4% 30px 4%;
}

.common_fv_single .contents_body {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 30px;
}

.common_fv_single .contents_body::before {
  content: "";
  width: 3px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.common_fv_single .contents_body::after {
  content: "";
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}

.common_fv_single .sub_title {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.common_fv_single .text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 24px;
}

.common_fv_single .text span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.common_fv_single .text span::before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%) rotate(-70deg);
  transform: translateY(-50%) rotate(-70deg);
  background: #fff;
}

.common_fv_single .text span:last-child::before {
  display: none;
}

/* FV下 テキスト */
.c_texts {
  padding: 60px 0 30px;
  text-align: center;
}

.c_texts .title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.08em;
  color: #2f97c1;
  padding-bottom: 20px;
}

.c_texts .title::before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2f97c1;
}

.c_texts .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- PCヘッダー ------------------------- */
.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 23px 0;
  z-index: 30;
}

.pc_header .wrap {
  width: 100%;
  max-width: 1340px;
}

.pc_header .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .logo {
  width: 100%;
  max-width: 220px;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.pc_header .btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pc_header .btn a {
  display: inline-block;
  min-width: 105px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0em;
  color: #2f97c1;
  background: #fff;
  border: 1px solid #2f97c1;
  border-radius: 4px;
  padding: 6px 10px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btn a .en {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
}

.pc_header .menus {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 27px;
}

.pc_header .menu a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.07em;
  color: #151515;
  padding-bottom: 3px;
}

.pc_header .menu a::before {
  content: "";
  width: 110%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  background: #263b6e;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.pc_header .sub_menus {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  background: #263b6e;
}

.pc_header .sub_menus .wrap {
  position: relative;
  max-width: 940px;
}

.pc_header .sub_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #263b6e;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.pc_header .sub_menu .title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  padding-left: 64px;
}

.pc_header .sub_menu .title::before {
  content: "";
  width: 44px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.pc_header .sub_menu .lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-left: 64px;
  margin-top: 40px;
}

.pc_header .sub_menu .list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
}

.pc_header .sub_menu .list a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -3px;
  background: #fff;
}

.pc_header .sub_menu .link_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0em;
  color: #fff;
}

.pc_header .sub_menu .arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* FV */
#top_fv {
  position: relative;
  height: calc(100dvh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 185px 0 187px;
  margin-top: 100px;
}

#top_fv .box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#top_fv .sub_title {
  position: relative;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 5px;
}

#top_fv .sub_title::before {
  content: "";
  width: 130px;
  height: 2px;
  position: absolute;
  top: calc(50% - 2px);
  right: 38px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

#top_fv .main_title {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: 0.22em;
  color: #fff;
  margin-top: 0;
}

#top_fv .main_title .big {
  font-size: 150px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.12em;
}

#top_fv .main_title .accent {
  position: absolute;
  bottom: -15px;
  right: -160px;
  font-family: "High Summit", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #efbe46;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

#top_fv .text {
  color: #fff;
  font-size: 27px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.12em;
}

#top_fv .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top_fv .swiper {
  position: relative;
  height: inherit;
}

#top_fv .swiper-slide {
  position: relative;
  height: inherit;
}

#top_fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_fv .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0.4)), to(rgba(98, 98, 98, 0)));
  background: -webkit-linear-gradient(left, rgba(21, 21, 21, 0.4) 0%, rgba(98, 98, 98, 0) 100%);
  background: linear-gradient(to right, rgba(21, 21, 21, 0.4) 0%, rgba(98, 98, 98, 0) 100%);
  z-index: 1;
}

#top_fv .pagination-bullets,
#top_fv .swiper-pagination-bullets.swiper-pagination-horizontal,
#top_fv .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 23px;
}

#top_fv .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#top_fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

#top_fv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  opacity: 1;
}

#top_fv .swiper-pagination-bullet-active {
  background: #263b6e;
}

/* コンセプト */
#top_concept {
  padding: 0 0 120px;
  overflow-x: hidden;
}

#top_concept .slide_texts {
  white-space: nowrap;
  padding-left: 50px;
}

#top_concept .slide_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top_concept .slide_text span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 140px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.04em;
  line-height: 0.75;
  color: #2f97c1;
  padding-right: 500px;
  opacity: 0.1;
  white-space: nowrap;
  -webkit-animation: slide-animation 15s linear infinite;
  animation: slide-animation 15s linear infinite;
}

@-webkit-keyframes slide-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slide-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

#top_concept .contents {
  margin-top: 76px;
  text-align: center;
}

#top_concept .sub_title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0em;
  color: #2f97c1;
}

#top_concept .main_title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.43;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

#top_concept .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.89;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 40px;
}

/* 会社と事業を知る */
#top_about {
  padding: 100px 0;
}

#top_about .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 27px;
}

#top_about .item a {
  color: #151515;
}

#top_about .image {
  overflow: hidden;
}

#top_about .image img {
  width: 100%;
  aspect-ratio: 370/220;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#top_about .contents {
  padding: 16px 0 18px;
  border-bottom: 1px solid #333;
}

#top_about .sub_title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #2f97c1;
}

#top_about .title {
  color: #151515;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-top: 10px;
}

#top_about .text {
  color: #151515;
  margin-top: 16px;
}

#top_about .btn {
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-top: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 人と仕事を知る */
#top_people {
  padding: 85px 0 30px;
  overflow-x: hidden;
}

#top_people .swiper-container {
  position: relative;
  width: 100%;
  padding-bottom: 96px;
  margin-top: 33px;
}

#top_people .swiper-slide {
  height: auto;
}

#top_people .swiper-button-prev,
#top_people .swiper-button-next {
  width: 70px;
  height: 70px;
  top: auto;
  bottom: 0;
  right: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 11;
}

#top_people .swiper-button-prev {
  left: auto;
  right: 160px;
}

#top_people .swiper-button-prev::after,
#top_people .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2f97c1;
  border-bottom: 2px solid #2f97c1;
}

#top_people .swiper-button-prev::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 5px;
}

#top_people .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -5px;
}

#top_people .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top_people .inner .c_btn a {
  background: #FFF;
  border-radius: 100vmax;
}

#top_people .inner .c_btn .link_text {
  color: #2f97c1;
}

#top_people .inner .c_btn .arrow {
  background: #2f97c1;
}

#top_people .inner .c_btn .arrow::after {
  background: #2f97c1;
}

#top_people .inner .c_btn {
  width: 300px;
  flex-shrink: 0;
}

/* 職種、ストーリー */
#top_job {
  padding: 40px 0 75px;
  overflow-x: hidden;
}

#top_job .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#top_job .item .image {
  overflow: hidden;
}

#top_job .item .image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_job .item a:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* 働く環境・制度を知る */
#top_environment {
  padding: 100px 0;
}

#top_environment .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
}

#top_environment .image {
  position: relative;
  overflow: hidden;
}

#top_environment .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #777;
  opacity: 0.42;
  z-index: 1;
}

#top_environment .image img {
  width: 100%;
  aspect-ratio: 370/200;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#top_environment .contents {
  padding: 14px 10px 0;
}

#top_environment .sub_title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #2f97c1;
}

#top_environment .title {
  color: #151515;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-top: 10px;
}

/* 採用情報 */
#top_recruit .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding-top: 2px;
}

#top_recruit .item {
  position: relative;
  overflow: hidden;
}

#top_recruit .body {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_recruit .item a {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("./image/top/recruit-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_recruit .item:nth-of-type(2) a {
  background-image: url("./image/top/recruit-02.png");
}

#top_recruit .title {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  padding: 13px;
}

#top_recruit .title span {
  display: inline-block;
  min-width: 205px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #263b6e;
  background: #efbe46;
  padding: 16px 8px;
}

#top_recruit .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0em;
  color: #fff;
  background: #263b6e;
  border: 2px solid #263b6e;
  border-radius: 50px;
  padding: 12px;
  margin-top: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* お知らせ */
#top_news {
  /* font-family: "IPAexMincho", sans-serif; */
  padding: 100px 0;
  background-color: #e5e5e5;
  margin-bottom: 100px;
}

#top_news .section_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  padding-left: 20px;
}

#top_news .lists {
  margin-top: 20px;
}

#top_news .list a {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 78px;
  padding: 30px 20px;
  border-bottom: 1px solid #e0e0e0;
}

#top_news .list a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #263b6e;
  border-bottom: 2px solid #263b6e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_news .list a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #2f97c1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_news .head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 90px;
}

#top_news .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.04em;
  color: #151515;
}

#top_news .item_category {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: 0.04em;
  color: #2f97c1;
}

#top_news .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: 0.04em;
  color: #151515;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 40px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ 採用メッセージ */
#message_container {
  padding: 60px 0 100px;
}

#message_container .image img {
  width: 100%;
  aspect-ratio: 1120/480;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#message_container .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: 40px;
}

#message_container .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 80px;
}

#message_container .media_image {
  width: calc(43% - 15px);
}

#message_container .media_image img {
  width: 100%;
  aspect-ratio: 477/330;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#message_container .media_box {
  width: calc(57% - 15px);
}

#message_container .media_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}

#message_container .media_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 32px;
}

#message_container .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 32px;
}

/* PC固定ページ 先輩社員インタビュー 一覧 */
#interview_container {
  padding: 0 0 120px;
}

#interview_container .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

#interview_container .card .texts {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

/* PC固定ページ 先輩社員インタビュー 詳細 */
#page_interview_single .breadcrumb {
  position: absolute;
  bottom: -53px;
  right: 80px;
  text-align: right;
  z-index: 2;
}

#interview_single_container {
  padding: 220px 0;
}

#interview_single_container .block {
  position: relative;
  text-align: center;
}

#interview_single_container .block:not(:first-of-type) {
  margin-top: 150px;
}

#interview_single_container .block.block--border {
  margin-top: 240px;
}

#interview_single_container .block--left .wrap {
  text-align: left;
}

#interview_single_container .block--right .wrap {
  text-align: right;
}

#interview_single_container .block--border .wrap {
  width: 900px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 24px;
}

#interview_single_container .contents {
  margin-top: 40px;
  text-align: left;
  justify-content: space-between;
}

#interview_single_container .block--border .contents {
  max-width: 850px;
  padding: 30px 25px;
  margin-top: 0;
}

#interview_single_container .section_title {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background: #263b6e;
  padding-inline: 10px;
  text-align: center;
}

#interview_single_container .section_title--row {
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  background: transparent;
  padding-inline: 0;
}

#interview_single_container .section_title--row span {
  width: max-content;
  background: #263b6e;
  padding-inline: 10px;
}

#interview_single_container .contents_image {
  width: 46%;
}

#interview_single_container .text_area {
  width: 55%;
}

#interview_single_container .contents_image img {
  width: 100%;
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#interview_single_container .contents_title {
  font-size: 25px;
  font-weight: bold;
  margin: 1em 0 .5em 0;
}

#interview_single_container .contents_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

#interview_single_container .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  text-align: left;
  justify-content: space-between;
}

#interview_single_container .media.noimage .text_area {
  width: 100%;
}

#interview_single_container .media_image {
  position: relative;
  width: 45%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#interview_single_container .text_area {
  width: 50%;
}

#interview_single_container .media_image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e5e5e5;
  z-index: -1;
}

#interview_single_container .media_image img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
  object-fit: cover;
}

#interview_single_container .media_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

#interview_single_container .works .wrap,
#interview_single_container .rewarding .wrap,
#interview_single_container .objective .wrap,
#interview_single_container .thought .wrap,
#interview_single_container .message .wrap,
#interview_single_container .holiday .wrap {
  position: relative;
}

#interview_single_container .works .wrap::before,
#interview_single_container .rewarding .wrap::before,
#interview_single_container .objective .wrap::before,
#interview_single_container .thought .wrap::before,
#interview_single_container .message .wrap::before,
#interview_single_container .holiday .wrap::before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: -20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #C1E8F8;
  opacity: 0.5;
  z-index: -1;
}

#interview_single_container .rewarding .wrap::before,
#interview_single_container .thought .wrap::before,
#interview_single_container .holiday .wrap::before {
  left: auto;
  right: -40px;
}

#interview_single_container .works .wrap::before {
  content: "Works";
}

#interview_single_container .rewarding .wrap::before {
  content: "Rewarding";
}

#interview_single_container .objective .wrap::before {
  content: "Objective";
}

#interview_single_container .message .wrap::before {
  content: "Message";
}

#interview_single_container .thought .wrap::before {
  content: "Thought";
}

#interview_single_container .holiday .wrap::before {
  content: "Holiday";
}

#interview_single_container .btn {
  margin-top: 60px;
}

#interview_single_container .schedule_box {
  background: #263b6e;
  margin-top: 150px;
  padding: 150px 0;
}

#interview_single_container .schedule_box .main_title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 2em;
}

#interview_single_container .schedule_box ul {
  width: 650px;
  margin: 0 auto;
}

#interview_single_container .schedule_box ul li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  align-items: flex-start;
}

#interview_single_container .schedule_box ul li+li {
  margin-top: 50px;
}

#interview_single_container .schedule_box ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#interview_single_container .schedule_box ul li:after {
  content: "";
  width: 1px;
  height: calc(100% + 50px);
  background: #fff;
  position: absolute;
  left: 7.5px;
  top: 0;
}

#interview_single_container .schedule_box ul li:last-child::after {
  display: none;
}

#interview_single_container .schedule_box ul li .time {
  width: 100px;
  font-size: 20px;
  line-height: 1;
}

#interview_single_container .schedule_box ul li .text_area {
  width: calc(100% - 100px);
}

#interview_single_container .schedule_box ul li .title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1em;
}

#interview_single_container .schedule_box ul li .text {
  line-height: 2;
  background: #fff;
  padding: 1em 2em;
  color: initial;
  border-radius: 5px;
}

#interview_single_container .block:nth-child(even) .media {
  flex-direction: row-reverse;
}

/* PC固定ページ 職種紹介 */
#job_container {
  position: relative;
  padding: 100px 0;
}

#job_container .items {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

#job_container .item {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

#job_container .item:not(:first-of-type) {
  margin-top: 80px;
}

#job_container .media {
  gap: 40px;
}

#job_container .image {
  width: calc(40% - 20px);
}

#job_container .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 378/222;
  border-radius: 10px;
}

#job_container .contents {
  width: calc(60% - 20px);
}

#job_container .title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 40px;
}

#job_container .title::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #151515;
}

#job_container .text {
  margin-top: 20px;
}

#job_container .box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #333;
  padding-top: 30px;
  margin-top: 30px;
}

#job_container .box_title {
  width: calc(30% - 20px);
  gap: 10px;
}

#job_container .box_title .box_icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 3px;
}

#job_container .box_title .box_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

#job_container .lists {
  width: calc(70% - 20px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#job_container .lists a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #e5e5e5;
  border-radius: 10px;
}

#job_container .list_image {
  width: calc(40% - 8px);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

#job_container .list_image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#job_container .list_contents {
  width: calc(60% - 8px);
}

#job_container .list_text {
  color: #151515;
}

#job_container .list_text span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#job_container .list_row {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

#job_container .list_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #151515;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#job_container .list_arrow {
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% + 2px);
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* PC固定ページ 人材育成・研修制度 */
#nurturing_container {
  padding: 40px 0 100px;
}

#nurturing_container .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#nurturing_container .block:not(:first-of-type) {
  margin-top: 60px;
}

#nurturing_container .contents {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 20px;
}

#nurturing_container .lists {
  margin-top: 10px;
}

#nurturing_container .list {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-indent: -1em;
  padding-left: 1em;
}

#nurturing_container .list:not(:first-child) {
  margin-top: 20px;
}

#nurturing_container .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

#nurturing_container .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
}

#nurturing_container .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 20px;
  padding: 7px 10px;
  text-align: center;
  margin-bottom: 30px;
}

#nurturing_container .texts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

#nurturing_container .item .img_box img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* PC固定ページ 新卒採用 */
#new_graduate_container {
  padding: 0 0 100px;
}

#new_graduate_single {
  padding: 1em 0 100px;
  margin-top: 100px;
  background: #F5F5F5;
}

/* PC固定ページ 中途採用 */
#career_container {
  padding: 100px 0;
}

#career_container .c_tab_menu .tabs {
  grid-template-columns: repeat(5, 1fr);
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3E3E3E;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #C70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 0;
  right: 0;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #C7C4C4;
}

.common_contact_form select {
  width: 47.5%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 1.1em 1em;
}

.common_contact_form select.empty {
  color: #C7C4C4;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background: #333;
  margin-top: 20px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5A5A5A;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3E3E3E;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item+.item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #5A5A5A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #A7A7A7;
  letter-spacing: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: .08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* PC固定ページ 個人情報保護方針 */
.page_privacy .main_text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3em;
}

.page_privacy dl {
  margin-bottom: 50px;
}

.page_privacy dl:last-child {
  margin-bottom: 0;
}

.page_privacy dl dt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: .5em;
  border-left: 3px solid #ccc;
  padding-left: 1em;
}

.page_privacy dl dd {
  font-size: 14px;
  line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
  padding-right: 30px;
}

.archive_page_list>article:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.archive_page_list>article .date {
  font-weight: bold;
  font-size: 80%;
  width: 100px;
}

.archive_page_list>article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
  font-size: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.top_footer {
  background-color: #263B6E;
  padding-block: 106px 120px;
}

.top_footer .ft_link_list {
  display: grid;
  grid-template-columns: repeat(5, 196px);
  padding-left: 56px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.top_footer .ft_link_list .item a {
  color: #FFF;
}

.top_footer .ft_link_list .item .ttl_box .ttl a {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .1em;
  transition: .3s;
}

.top_footer .ft_link_list .item .list li a {
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 400;
  display: inline-block;
  transition: .3s;
}

.top_footer .ft_link_list .item .list li+li {
  margin-top: 6px;
}

.top_footer .ft_link_list .item .ttl_box {
  margin-bottom: 9px;
}

.top_footer .ft_logo a .img {
  margin-bottom: 3px;
}

.top_footer .ft_logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.top_footer .ft_logo {
  width: 338px;
  margin-bottom: 55px;
}

.top_footer .ft_logo a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top_footer .ft_logo a .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: right;
}

.top_footer .ft_end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_footer .ft_end .list ul {
  display: flex;
  gap: 0 30px;
  align-items: center;
}

.top_footer .ft_end .list li a {
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
}

.top_footer .ft_end .copyright small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
}

.en-US .top_footer .ft_link_list {
  grid-template-columns: repeat(3, 1fr);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* デフォルトcss */
a[href $='.pdf']:hover {
  text-decoration: none;
}

/* サイト共通パーツ */
.c_btn a:hover {
  background: #fff;
}

.c_btn a:hover .link_text {
  color: #2f97c1;
}

.c_btn a:hover .arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  background: #2f97c1;
}

.c_btn a:hover .arrow::after {
  background: #2f97c1;
}

.c_card a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_card a:hover .catch {
  -webkit-transform: scale(1) rotate(-7deg);
  transform: scale(1) rotate(-7deg);
  opacity: 1;
}

.c_items .item a:hover {
  opacity: 0.8;
}

.c_items .item a:hover .arrow {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.common_accordion .category a:hover,
.common_accordion .category a.active {
  color: #fff;
  background: #2f97c1;
}

.common_company_group .item a:hover {
  opacity: 0.8;
}

/* ヘッダー */
.pc_header .logo a:hover {
  opacity: 0.8;
}

.pc_header .btn a:hover {
  color: #fff;
  background: #2f97c1;
}

.pc_header .menu a:hover::before {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.pc_header .sub_menu .list a:hover .arrow {
  right: 15px;
}

/* TOPページ */
#top_about .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_about .item a:hover .btn {
  color: #efbe46;
}

#top_job .item .body:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#top_environment .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_recruit .body:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#top_recruit .body:hover .btn {
  color: #263b6e;
  background: #fff;
}

#top_news .list a:hover::before {
  right: 20px;
}

#top_news .list a:hover::after {
  width: 100%;
}

/* 職種紹介 ページ */
#job_container .lists a:hover .list_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#job_container .lists a:hover .list_arrow {
  right: 15px;
}

/* お問い合わせ ページ */
.page_contact #btn_wrap button:hover {
  opacity: .8;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: .8;
}

/* ページナビ */
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* フッター */
.common_group_sec .group_list li a:hover .text_area .ttl {
  color: #EFBE46;
}

.top_footer .ft_link_list .item .ttl_box .ttl a:hover {
  color: #EFBE46;
}

.top_footer .ft_link_list .item .list li a:hover {
  color: #EFBE46;
}

/* 勤務地 */
.location_container_sec .block .item .inner {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.location_container_sec .block .item .item_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 0.3em;
}

.location_container_sec .block .item+.item {
  margin-top: 40px;
}

.location_container_sec .block .item .inner .img_box {
  width: 540px;
  flex-shrink: 0;
}

.location_container_sec .block .item .inner .img_box img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.location_container_sec .block .item .inner .texts .access_box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 0 40px;
}

.location_container_sec .block .item .inner .texts .access_box .addr {
  font-size: 16px;
  letter-spacing: .04em;
}

.location_container_sec .block .item .inner .texts .access_box .link a {
  display: grid;
  place-content: center;
  background-color: #2f97c1;
  color: #FFF;
  font-size: 16px;
  letter-spacing: .08em;
  padding: 0.1em 1.5em;
  min-block-size: 30px;
}

.location_container_sec .block .item .inner .texts .item_text {
  font-size: 16px;
  letter-spacing: .04em;
  margin-bottom: 1.4em;
}

.location_container_sec .block .item .inner .texts .walk_list .list_item {
  font-size: 16px;
  letter-spacing: .04em;
  display: flex;
  align-items: self-start;
  gap: 0 0.3em;
}

.location_container_sec .block .item .inner .texts .walk_list .list_item::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  min-width: 0;
  background-color: currentColor;
  border-radius: 50%;
  translate: 0 0.7em;
}

.location_container_sec .block .item .inner .texts .walk_list .list_item+.list_item {
  margin-top: 5px;
}

#page_work_location .location_container_sec {
  padding-block: 100px;
}

.location_container_sec .block .item .inner .texts .access_box .link {
  flex-shrink: 0;
}

.location_container_sec .block .item.half {
  width: 49%;
}

.location_container_sec .block .item.half.float {
  float: right;
}

.location_container_sec .block .item.half.float .inner {
  flex-direction: column;
}

/* 働き方と福利厚生制度 */
.benefits_container .link_box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefits_container .link_box li a {
  display: block;
}

.benefits_container .link_box li a .icon {
  width: 140px;
  margin: 0 auto 15px;
}

.benefits_container .link_box li a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefits_container .link_box li a .theme {
  text-align: center;
  color: #2f97c1;
  font-size: 20px;
  letter-spacing: .04em;
  font-weight: 700;
}

.benefits_container {
  margin-top: 80px;
  padding-bottom: 100px;
}

.benefits_container .link_box {
  margin-bottom: 50px;
}

.benefits_container .block .c_texts .title::before {
  content: none;
}

.benefits_container .block .cont li+li {
  margin-top: 30px;
}

.benefits_container .block .cont li .item_ttl .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
}

.benefits_container .block+.block {
  margin-top: 70px;
}

.benefits_container .block .cont li .item_ttl {
  margin-bottom: 5px;
}

.benefits_container .block .cont li .item_text {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.7;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (max-width: 750px) {

  /* ----------------------- デフォルトcss ------------------------- */
  .wrap {
    max-width: 90%;
  }

  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href $='.pdf']:hover {
    text-decoration: underline;
  }

  body {
    min-width: 100%;
    font-size: 3.59vw;
    line-height: 1.5;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

  .no_article--mt {
    margin-top: 5.1vw;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* ボタン */
  .c_btn a {
    max-width: 76.92vw;
    gap: 3.59vw;
    border: 0.26vw solid #2f97c1;
    padding: 4.1vw 5.13vw 4.1vw 10.26vw;
    padding: 5.13vw 5.13vw 5.13vw 10.26vw;
  }

  .c_btn a:hover {
    background: #2f97c1;
  }

  .c_btn .link_text {
    font-size: 4.1vw;
    color: #fff;
  }

  .c_btn a:hover .link_text {
    color: #fff;
  }

  .c_btn .arrow {
    width: 5.9vw;
    height: 0.26vw;
    margin-top: 1.28vw;
  }

  .c_btn a:hover .arrow {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
  }

  .c_btn .arrow::after {
    width: 1.79vw;
    height: 0.26vw;
    top: -0.64vw;
    right: -0.51vw;
  }

  .c_btn a:hover .arrow::after {
    background: #fff;
  }

  /* カード */
  .c_card .image {
    border-radius: 1.56vw 1.56vw 0 0;
  }

  .c_card .image img {
    aspect-ratio: 320/320;
  }

  .c_card a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_card .catch {
    -webkit-transform: scale(1) rotate(-7deg);
    transform: scale(1) rotate(-7deg);
    font-size: 6.41vw;
    opacity: 1;
  }

  .c_card .texts {
    border-radius: 0 0 1.56vw 1.56vw;
    padding: 3.59vw 5.13vw 6.15vw;
  }

  .c_card .title {
    font-size: 4.1vw;
    padding-bottom: 2.31vw;
    border-bottom: 0.26vw solid #333;
  }

  .c_card .text {
    gap: 0 3.08vw;
    font-size: 3.33vw;
    margin-top: 3.59vw;
  }

  .c_card .text span::before {
    width: 3.33vw;
    height: 0.26vw;
    right: -3.33vw;
  }

  /* セクションタイトル */
  .c_title_block .en {
    font-size: 3.08vw;
  }

  .c_title_block .ja {
    font-size: 5.64vw;
    margin-top: 0;
  }

  .c_title_block .ja .big {
    font-size: 8.21vw;
  }

  /* 募集要項 一覧 */
  .c_items {
    grid-template-columns: 1fr;
    gap: 4.1vw;
    margin-top: 2.56vw;
  }

  .c_items .item {
    border: 0.51vw solid #151515;
    padding: 5.13vw;
  }

  .c_items .item a {
    display: block;
  }

  .c_items .item a:hover {
    opacity: 1;
  }

  .c_items .title {
    font-size: 4.1vw;
  }

  .c_items .contents {
    display: block;
    margin-top: 4.16vw;
  }

  .c_items .btn {
    gap: 1.28vw;
    margin-top: 8.32vw;
  }

  .c_items .btn .arrow {
    width: 4.1vw;
    height: 0.26vw;
    margin-top: 0.51vw;
  }

  .c_items .item a:hover .arrow {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .c_items .btn .arrow::after {
    width: 1.28vw;
    height: 0.26vw;
    top: -0.38vw;
    right: -0.26vw;
  }

  /* 募集要項 詳細 */
  .c_block .body {
    border-radius: 2.56vw;
    padding: 8.21vw 5.13vw;
    margin-top: 5.13vw;
  }

  .c_block .block_title {
    font-size: 4.62vw;
    padding-left: 5.13vw;
  }

  .c_block .block_title::before {
    width: 1.28vw;
    height: 5.13vw;
    left: 1.28vw;
  }

  .c_block .lists {
    margin-top: 0;
  }

  .c_block .list {
    border-bottom: 0.26vw solid #e0e0e0;
    padding: 8.21vw 2.56vw;
  }

  .c_block .list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }

  .c_block .list dt {
    width: 100%;
    font-size: 4.1vw;
  }

  .c_block .list dd {
    font-size: 3.59vw;
    margin-top: 0.51vw;
  }

  .c_block .btn {
    margin-top: 8.21vw;
  }

  /* アコーディオン */
  .common_accordion {
    padding: 5.13vw 0 10.26vw;
  }

  .common_accordion .wrap {
    width: 90%;
  }

  .common_accordion .body {
    max-width: 100%;
    border-radius: 2.56vw;
  }

  .common_accordion .title {
    font-size: 4vw;
    padding: 5.13vw 12vw 5.13vw 5.13vw;
  }

  .common_accordion .title::before {
    width: 0.51vw;
    height: 5.13vw;
    right: 7.4vw;
  }

  .common_accordion .title::after {
    width: 5.13vw;
    height: 0.51vw;
    right: 5.13vw;
  }

  .common_accordion .contents {
    padding: 0 5.13vw;
  }

  .common_accordion .categorys {
    border-top: 0.26vw solid #333;
    gap: 2.56vw 4.1vw;
    padding: 5.13vw 0 10.26vw;
  }

  .common_accordion .category:first-of-type {
    width: 100%;
  }

  .common_accordion .category a {
    border-radius: 2.56vw;
    border: 0.51vw solid #2f97c1;
    padding: 1.28vw 5.13vw;
  }

  .common_accordion .category a:hover {
    color: #2f97c1;
    background: #fff;
  }

  .common_accordion .category a.active {
    color: #fff;
    background: #2f97c1;
  }

  /* グループ会社 */
  .common_company_group {
    padding: 0 0 20.51vw;
  }

  .common_company_group .wrap {
    max-width: 94.87%;
  }

  .common_company_group .section_title {
    font-size: 4.62vw;
  }

  .common_company_group .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.15vw 2.56vw;
    margin-top: 8.32vw;
  }

  .common_company_group .item a:hover {
    opacity: 1;
  }

  .common_company_group .title {
    font-size: 4.1vw;
    margin-top: 2.56vw;
  }

  /* 下層ページ FV */
  .common_fv {
    margin-top: 55px;
  }

  .common_fv .title {
    padding: 10.26vw 0;
  }

  .common_fv .en {
    font-size: 8.21vw;
    font-weight: 500;
  }

  .common_fv .ja {
    font-size: 4.62vw;
    margin-top: 2.56vw;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
    text-indent: -1.6vw;
    padding-left: 1.6vw;
  }

  .breadcrumb .wrap {
    max-width: 94.87%;
  }

  .breadcrumb span {
    padding-inline: 0.77vw;
  }

  /* 詳細ページ FV */
  .common_fv_single {
    margin-top: 55px;
  }

  .common_fv_single .image {
    width: 90%;
  }

  .common_fv_single .image img {
    aspect-ratio: 1280 / 1000;
  }

  .common_fv_single .container {
    margin-top: -25.64vw;
  }

  .common_fv_single .main_title {
    margin-left: 4%;
  }

  .common_fv_single .main_title span {
    font-size: 6.67vw;
    padding: 0 1.28vw;
  }

  .common_fv_single .main_title span:nth-child(n+2) {
    margin-top: 1.28vw;
  }

  .common_fv_single .contents {
    max-width: 94.87%;
    margin-top: -4.36vw;
    padding: 5.9vw 3.59vw 3.33vw;
  }

  .common_fv_single .contents_body {
    max-width: 100%;
    border-top: 0.51vw solid #fff;
    border-right: 0.51vw solid #fff;
    padding: 3.59vw;
  }

  .common_fv_single .contents_body::before {
    width: 0.51vw;
    height: 5.13vw;
  }

  .common_fv_single .contents_body::after {
    width: 80%;
    height: 0.51vw;
  }

  .common_fv_single .sub_title {
    gap: 1.28vw;
    font-size: 4.62vw;
  }

  .common_fv_single .text {
    gap: 1.28vw 4.36vw;
    margin-top: 2.56vw;
  }

  .common_fv_single .text span {
    font-size: 2.82vw;
  }

  .common_fv_single .text span::before {
    width: 3.59vw;
    height: 0.26vw;
    right: -3.85vw;
  }

  /* FV下 テキスト */
  .c_texts {
    padding: 10.4vw 0 5.13vw;
  }

  .c_texts .wrap {
    width: 90%;
  }

  .c_texts .title {
    font-size: 6.15vw;
    padding-bottom: 3.08vw;
  }

  .c_texts .title::before {
    width: 12.82vw;
    height: 0.51vw;
  }

  .c_texts .text {
    font-size: 3.59vw;
    margin-top: 4.1vw;
    text-align: left;
  }

  /* ----------------------- ヘッダー ------------------------- */
  /* SPヘッダー */
  #sp_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px #ccc;
    z-index: 999;
    height: 55px;
  }

  #sp_header .logo {
    width: 65vw;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
  }

  #sp_header .logo a {
    display: block;
  }

  #sp_header .logo img {
    /* height: 40px; */
  }

  #sp_header .icon {
    color: #000;
    position: absolute;
  }

  #sp_header .mail {
    right: 70px;
    top: 13px;
    font-size: 25px;
  }

  #sp_header .tel {
    right: 110px;
    top: 15px;
    font-size: 20px;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    height: calc(100svh - 55px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25.64vw 0 20vw;
    margin-top: 55px;
  }

  #top_fv .sub_title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 4.1vw;
    padding-right: 6.5vw;
    padding-right: 11.53vw;
    margin-left: 0;
  }

  #top_fv .sub_title::before {
    top: calc(50% - 0.51vw);
    right: 0;
    width: 10.26vw;
    height: 0.26vw;
  }

  #top_fv .main_title {
    font-size: 11.54vw;
    margin-top: 1.28vw;
    margin-bottom: 10vw;
  }

  #top_fv .main_title .big {
    font-size: 20.51vw;
  }

  #top_fv .main_title .accent {
    bottom: 9vw;
    right: -13.6vw;
    font-size: 20.51vw;
  }

  #top_fv .text {
    font-size: 6vw;
  }

  #top_fv .swiper-slide::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0.4)), to(rgba(98, 98, 98, 0)));
    background: -webkit-linear-gradient(left, rgba(21, 21, 21, 0.4) 0%, rgba(98, 98, 98, 0) 100%);
    background: linear-gradient(to top, rgba(21, 21, 21, 0.2) 0%, rgba(98, 98, 98, 0) 100%);
    z-index: 1;
  }

  #top_fv .pagination-bullets,
  #top_fv .swiper-pagination-bullets.swiper-pagination-horizontal,
  #top_fv .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3.85vw;
  }

  #top_fv .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #top_fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.28vw;
    margin: 0 2vw;
  }

  #top_fv .swiper-pagination-bullet {
    width: 2.56vw;
    height: 2.56vw;
  }

  /* コンセプト */
  #top_concept {
    padding: 0vw 0 15.38vw;
  }

  #top_concept .wrap {
    width: 90%;
  }

  #top_concept .slide_texts {
    padding-left: 7.69vw;
  }

  #top_concept .slide_text span {
    font-size: 14.1vw;
    padding-right: 25.64vw;
  }

  #top_concept .body {
    position: relative;
  }

  #top_concept .body .touch_lock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: transparent;
    pointer-events: auto;
    touch-action: none;
  }

  #top_concept .contents {
    margin-top: 10.26vw;
  }

  #top_concept .sub_title {
    font-size: 3.08vw;
    line-height: 1.3;
  }

  #top_concept .main_title {
    font-size: 6.15vw;
    margin-top: 4.1vw;
  }

  #top_concept .text {
    font-size: 3.59vw;
    margin-top: 6.15vw;
  }

  /* 会社と事業を知る */
  #top_about {
    padding: 15.38vw 0;
  }

  #top_about .wrap {
    width: 90%;
  }

  #top_about .items {
    grid-template-columns: 1fr;
    gap: 12.82vw;
    margin-top: 6.15vw;
  }

  #top_about .item {
    border-bottom: 0.26vw solid #333;
    padding-bottom: 5.13vw;
  }

  #top_about .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_about .image img {
    aspect-ratio: 370/190;
  }

  #top_about .contents {
    padding: 5.13vw 2.6vw 0;
    border-bottom: none;
  }

  #top_about .sub_title {
    font-size: 3.08vw;
  }

  #top_about .title {
    font-size: 5.13vw;
    margin-top: 2.56vw;
  }

  #top_about .text {
    margin-top: 3.59vw;
  }

  #top_about .btn {
    font-size: 3.59vw;
    padding: 0 2.6vw;
    margin-top: 5.13vw;
    text-align: right;
  }

  #top_about .item a:hover .btn {
    color: #151515;
  }

  /* 人と仕事を知る */
  #top_people {
    padding: 15.38vw 0 15.38vw;
    padding: 15.38vw 0 7vw;
    position: relative;
  }

  #top_people .wrap {
    width: 90%;
  }

  #top_people .swiper-container {
    padding-bottom: 17.95vw;
    margin-top: 8.21vw;
  }

  #top_people .swiper-button-prev,
  #top_people .swiper-button-next {
    width: 12.82vw;
    height: 12.82vw;
    right: 5vw;
  }

  #top_people .swiper-button-prev {
    right: 20.51vw;
  }

  #top_people .swiper-button-prev::after,
  #top_people .swiper-button-next::after {
    width: 3.59vw;
    height: 3.59vw;
    border-right: 0.51vw solid #2f97c1;
    border-bottom: 0.51vw solid #2f97c1;
  }

  #top_people .swiper-button-prev::after {
    margin-left: 1.28vw;
  }

  #top_people .swiper-button-next::after {
    margin-left: -1.28vw;
  }

  #top_people .inner {
    display: block;
  }

  #top_people .inner .c_btn {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    width: 55vw;
  }

  /* 職種、ストーリー */
  #top_job {
    padding: 15.38vw 0;
  }

  #top_job .wrap {
    max-width: 94.87%;
  }

  #top_job .items {
    grid-template-columns: 1fr;
    gap: 6.15vw;
  }

  #top_job .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* 働く環境・制度を知る */
  #top_environment {
    padding: 20.51vw 0;
  }

  #top_environment .wrap {
    width: 90%;
  }

  #top_environment .items {
    grid-template-columns: 1fr;
    gap: 10.26vw;
    margin-top: 6.15vw;
  }

  #top_environment .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.13vw;
  }

  #top_environment .image {
    width: calc(30% - 2.56vw);
  }

  #top_environment .image img {
    aspect-ratio: 1/1;
  }

  #top_environment .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_environment .contents {
    width: calc(70% - 2.56vw);
    padding: 0;
    margin-top: 0;
  }

  #top_environment .sub_title {
    font-size: 3.08vw;
  }

  #top_environment .title {
    font-size: 5.13vw;
    margin-top: 2.56vw;
  }

  /* 採用情報 */
  #top_recruit .items {
    grid-template-columns: 1fr;
    gap: 0.77vw;
    padding-top: 0.77vw;
  }

  #top_recruit .body:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_recruit .item a {
    padding: 10.26vw 2.56vw;
  }

  #top_recruit .title {
    border: 0.51vw solid #fff;
    padding: 2.31vw;
  }

  #top_recruit .title span {
    min-width: 44.62vw;
    font-size: 5.13vw;
    padding: 2.31vw 2.05vw;
  }

  #top_recruit .btn {
    max-width: 25.64vw;
    font-size: 3.08vw;
    border: 0.51vw solid #263b6e;
    border-radius: 3.59vw;
    padding: 1.03vw 1.28vw;
    margin-top: 4.87vw;
  }

  #top_recruit .body:hover .btn {
    color: #fff;
    background: #263b6e;
  }

  /* お知らせ */
  #top_news {
    padding: 20.51vw 0;
    margin-bottom: 20vw;
  }

  #top_news .wrap {
    max-width: 94.87%;
  }

  #top_news .section_title {
    font-size: 6.15vw;
    text-align: center;
  }

  #top_news .lists {
    margin-top: 6.15vw;
  }

  #top_news .list a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.1vw;
    padding: 6.15vw 2.56vw;
    border-bottom: 0.26vw solid #e0e0e0;
  }

  #top_news .list a::before {
    width: 2.05vw;
    height: 2.05vw;
    right: 4.1vw;
    top: auto;
    bottom: 7.44vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 0.51vw solid #263b6e;
    border-bottom: 0.51vw solid #263b6e;
  }

  #top_news .list a:hover::before {
    right: 4.1vw;
  }

  #top_news .list a::after {
    display: none;
  }

  #top_news .list a:hover::after {
    width: 0;
  }

  #top_news .head {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.15vw;
  }

  #top_news .date {
    font-size: 3.08vw;
  }

  #top_news .item_category {
    font-size: 3.59vw;
  }

  #top_news .title {
    font-size: 3.59vw;
    padding-right: 4.1vw;
  }

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ 採用メッセージ */
  #message_container {
    padding: 10.26vw 0 15.38vw;
  }

  #message_container .wrap {
    width: 90%;
  }

  #message_container .image img {
    border-radius: 2.56vw;
    aspect-ratio: 477 / 330;
  }

  #message_container .title {
    font-size: 5.13vw;
    margin-top: 5.13vw;
  }

  #message_container .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 13vw;
  }

  #message_container .media_image {
    width: 100%;
  }

  #message_container .media_image img {
    border-radius: 2.56vw;
    aspect-ratio: 1120 / 480;
  }

  #message_container .media_box {
    width: 100%;
  }

  #message_container .media_title {
    font-size: 5.13vw;
  }

  #message_container .media_text {
    font-size: 3.33vw;
    margin-top: 4.1vw;
  }

  #message_container .text {
    font-size: 3.33vw;
    margin-top: 4.1vw;
  }

  /* SP固定ページ 先輩社員インタビュー 一覧 */
  #interview_container {
    padding: 0 0 20.51vw;
  }

  #interview_container .wrap {
    width: 90%;
  }

  #interview_container .cards {
    grid-template-columns: 1fr;
    gap: 10.26vw;
  }

  #interview_container .card .texts {
    -webkit-box-shadow: 0.78vw 0.78vw 2.6vw 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0.78vw 0.78vw 2.6vw 0px rgba(0, 0, 0, 0.2);
  }

  /* SP固定ページ 先輩社員インタビュー 詳細 */
  #page_interview_single .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    text-align: left;
  }

  #interview_single_container {
    padding: 15.38vw 0 20.51vw;
  }

  #interview_single_container .block:not(:first-of-type) {
    margin-top: 25.64vw;
  }

  #interview_single_container .block.block--border {
    margin-top: 20.51vw;
  }

  #interview_single_container .wrap,
  #interview_single_container .block--border .wrap {
    width: 90%;
  }

  #interview_single_container .block--border .wrap {
    border-radius: 2.56vw;
    margin-top: 5.13vw;
  }

  #interview_single_container .contents {
    max-width: 100%;
    gap: 4.1vw;
    margin-top: 5.13vw;
  }

  #interview_single_container .block--border .contents {
    max-width: 100%;
    padding: 7.69vw 5.13vw;
  }

  #interview_single_container .section_title {
    font-size: 6.67vw;
    padding-inline: 1.28vw;
  }

  #interview_single_container .section_title--row {
    gap: 1.28vw;
    padding-inline: 0;
  }

  #interview_single_container .section_title--row span {
    padding-inline: 2.56vw;
  }

  #interview_single_container .contents_image img {
    border-radius: 2.56vw;
  }

  #interview_single_container .contents_image {
    width: 100%;
  }

  #interview_single_container .text_area {
    width: 100%;
  }

  #interview_single_container .contents_title {
    font-size: 4.5vw;
  }

  #interview_single_container .contents_text {
    font-size: 3.59vw;
  }

  #interview_single_container .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.15vw;
    margin-top: 5.13vw;
  }

  #interview_single_container .media_image {
    width: 100%;
  }

  #interview_single_container .media_image::before {
    top: 2.56vw;
    left: 2.56vw;
  }

  #interview_single_container .media_text {
    width: 100%;
    font-size: 3.59vw;
    padding: 0;
  }

  #interview_single_container .works .wrap::before,
  #interview_single_container .rewarding .wrap::before,
  #interview_single_container .objective .wrap::before,
  #interview_single_container .thought .wrap::before,
  #interview_single_container .message .wrap::before,
  #interview_single_container .holiday .wrap::before {
    top: -8.97vw;
    bottom: auto;
    left: 0;
    font-size: 10.26vw;
  }

  #interview_single_container .rewarding .wrap::before,
  #interview_single_container .thought .wrap::before,
  #interview_single_container .holiday .wrap::before {
    right: 0;
  }

  #interview_single_container .btn {
    margin-top: 10.26vw;
  }

  #interview_single_container .schedule_box {
    margin-top: 20vw;
    padding: 10vw 0;
  }

  #interview_single_container .schedule_box .main_title {
    font-size: 6vw;
  }

  #interview_single_container .schedule_box ul {
    width: 100%;
  }

  #interview_single_container .schedule_box ul li {
    padding-left: 8vw;
  }

  #interview_single_container .schedule_box ul li+li {
    margin-top: 10vw;
  }

  #interview_single_container .schedule_box ul li:before {
    width: 4vw;
    height: 4vw;
  }

  #interview_single_container .schedule_box ul li:after {
    height: calc(100% + 10vw);
    left: 2vw;
  }

  #interview_single_container .schedule_box ul li .time {
    width: 15vw;
    font-size: 4vw;
  }

  #interview_single_container .schedule_box ul li .text_area {
    width: calc(100% - 15vw);
  }

  #interview_single_container .schedule_box ul li .title {
    font-size: 5vw;
  }

  #interview_single_container .schedule_box ul li .text {
    font-size: 3.4vw;
    padding: 1em 1.5em;
  }

  #interview_single_container .block:nth-child(even) .media {
    flex-direction: column;
  }

  /* SP固定ページ 職種紹介 */
  #job_container {
    padding: 10.26vw 0 20.51vw;
  }

  #job_container .wrap {
    width: 90%;
  }

  #job_container .items {
    max-width: 100%;
  }

  #job_container .item {
    border-radius: 2.56vw;
    padding: 5.13vw;
  }

  #job_container .item:not(:first-of-type) {
    margin-top: 10.26vw;
  }

  #job_container .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
  }

  #job_container .image {
    width: 100%;
  }

  #job_container .image img {
    border-radius: 2.56vw;
  }

  #job_container .contents {
    width: 100%;
  }

  #job_container .title {
    font-size: 4.62vw;
    padding-left: 7.69vw;
  }

  #job_container .title::before {
    content: "";
    width: 5.13vw;
    height: 0.51vw;
  }

  #job_container .text {
    margin-top: 2.56vw;
  }

  #job_container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    border-top: 0.26vw solid #333;
    padding-top: 5.13vw;
    margin-top: 5.13vw;
  }

  #job_container .box_title {
    width: 100%;
    gap: 2.56vw;
  }

  #job_container .box_title .box_icon img {
    width: 4.62vw;
    height: 4.62vw;
    margin-top: 1.28vw;
  }

  #job_container .box_title .box_text {
    font-size: 4.62vw;
  }

  #job_container .lists {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4.1vw;
  }

  #job_container .lists a {
    gap: 4.1vw;
    border-radius: 2.56vw;
  }

  #job_container .list_image {
    width: calc(40% - 2.05vw);
    border-radius: 2.56vw 0 0 2.56vw;
  }

  #job_container .lists a:hover .list_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #job_container .list_contents {
    width: calc(60% - 2.05vw);
  }

  #job_container .list_text span {
    font-size: 3.08vw;
  }

  #job_container .list_row {
    gap: 5.13vw;
    margin-top: 2.56vw;
  }

  #job_container .list_title {
    font-size: 4.62vw;
  }

  #job_container .list_arrow {
    width: 1.79vw;
    height: 1.79vw;
    top: calc(50% + 0.51vw);
    right: 5.13vw;
    border-right: 0.51vw solid #333;
    border-bottom: 0.51vw solid #333;
  }

  #job_container .lists a:hover .list_arrow {
    right: 5.13vw;
  }

  /* SP固定ページ 人材育成・研修制度 */
  #nurturing_container {
    padding: 5.13vw 0 20.51vw;
  }

  #nurturing_container .wrap {
    width: 90%;
  }

  #nurturing_container .title {
    font-size: 6.15vw;
    text-align: center;
  }

  #nurturing_container .block:not(:first-of-type) {
    margin-top: 15.38vw;
  }

  #nurturing_container .contents {
    border-radius: 2.56vw;
    padding: 5.13vw;
    margin-top: 4.1vw;
  }

  #nurturing_container .lists {
    margin-top: 3.08vw;
  }

  #nurturing_container .list {
    font-size: 3.59vw;
  }

  #nurturing_container .list:not(:first-child) {
    margin-top: 5.13vw;
  }

  #nurturing_container .items {
    grid-template-columns: 1fr;
    gap: 4.1vw;
    margin-top: 4.1vw;
  }

  #nurturing_container .item {
    border-radius: 2.56vw;
    padding: 5.13vw 5.13vw 9.23vw 5.13vw;
  }

  #nurturing_container .item_title {
    font-size: 4.1vw;
    border-radius: 5.13vw;
    padding: 1.79vw 2.56vw;
    margin-bottom: 5.13vw;
  }

  #nurturing_container .texts {
    margin-top: 5.13vw;
  }

  /* SP固定ページ 新卒採用 */
  #new_graduate_container {
    padding: 0 0 15.6vw;
  }

  #new_graduate_single {
    padding: 1em 0 15.6vw;
    margin-top: 55px;
  }

  #new_graduate_single .wrap {
    width: 90%;
  }

  /* SP固定ページ 中途採用 */
  #career_container {
    padding: 12.82vw 0 15.38vw;
  }

  #career_container .wrap {
    width: 90%;
  }

  #career_container .c_tab_menu .tabs {
    grid-template-columns: 1fr;
  }

  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: .06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }

  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 1.3em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }

  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }

  /* SP固定ページ 個人情報保護方針 */
  .page_privacy .main_text {
    font-size: 3.5vw;
  }

  .page_privacy dl {
    margin-bottom: 10vw;
  }

  .page_privacy dl dt {
    font-size: 4vw;
  }

  .page_privacy dl dd {
    font-size: 3.5vw;
    margin-left: 5vw;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

  .archive_page_list>article .content_area {
    width: calc(100% - 80px);
  }

  .archive_page_list>article:after {
    width: 7px;
    height: 7px;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  /* ----------------------- フッター ------------------------- */
  .top_footer .ft_link_list {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    margin-bottom: 7.69vw;
    border-top: solid 1px #516491;
  }

  .common_group_sec .group_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
  }

  .top_footer {
    padding-block: 18.97vw 38.46vw;
  }

  .top_footer .ft_logo {
    width: 70.94vw;
    margin: 0 auto 10vw;
  }

  .top_footer .ft_logo a .ttl {
    font-size: 3.08vw;
    text-align: center;
  }

  .top_footer .ft_logo a .img {
    margin-bottom: 0.4vw;
  }

  .top_footer .wrap {
    max-width: 100%;
    width: 100%;
  }

  .top_footer .ft_link_list .item {
    border-bottom: solid 1px #516491;
  }

  .top_footer .ft_link_list .item:nth-child(odd) {
    border-right: solid 1px #516491;
  }

  .top_footer .ft_link_list .item .ttl_box {
    margin-bottom: 0;
  }

  .top_footer .ft_link_list .item .ttl_box .ttl a::after {
    content: "";
    width: 2.05vw;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 2px #FFF;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    display: block;
  }

  .top_footer .ft_link_list .item .ttl_box .ttl a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.59vw;
    padding: 5.13vw;
  }

  .ft_link_sp {
    padding-inline: 5.13vw;
    margin-bottom: 10.26vw;
  }

  .ft_link_sp li a {
    color: #FFF;
    display: inline-flex;
    align-items: center;
    gap: 0 2.56vw;
  }

  .ft_link_sp li a .name {
    font-size: 3.33vw;
  }

  .ft_link_sp li+li {
    margin-top: 4.87vw;
  }

  .top_footer .ft_end {
    justify-content: center;
    border-top: solid 1px #516491;
    padding-top: 5.13vw;
    text-align: center;
  }

  .top_footer .ft_end .copyright small {
    font-size: 3.08vw;
  }

  .en-US .top_footer .ft_link_list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 勤務地 */
  .location_container_sec .block .item .inner {
    padding: 3vw;
    flex-direction: column;
    gap: 3vw 0;
  }

  .location_container_sec .block .item .item_title {
    font-size: 4.2vw;
  }

  .location_container_sec .block .item+.item {
    margin-top: 3vw;
  }

  .location_container_sec .block .item .inner .img_box {
    width: 100%;
  }

  .location_container_sec .block .item .inner .img_box img {
    aspect-ratio: 2/1;
  }

  .location_container_sec .block .item .inner .texts .access_box {
    margin-bottom: 5vw;
    gap: 0 2vw;
  }

  .location_container_sec .block .item .inner .texts .access_box .addr {
    font-size: 3.6vw;
  }

  .location_container_sec .block .item .inner .texts .access_box .link a {
    font-size: 3.6vw;
    min-block-size: 7vw;
  }

  .location_container_sec .block .item .inner .texts .item_text {
    font-size: 3.6vw;
  }

  .location_container_sec .block .item .inner .texts .walk_list .list_item {
    font-size: 3.6vw;
  }

  .location_container_sec .block .item .inner .texts .walk_list .list_item::before {
    width: 1vw;
  }

  .location_container_sec .block .item .inner .texts .walk_list .list_item+.list_item {
    margin-top: 1vw;
  }

  #page_work_location .location_container_sec {
    padding-block: 12vw;
  }

  .location_container_sec .block .item.half {
    width: 100%;
  }

  .location_container_sec .block .item.half.float {
    float: unset;
  }

  /* 働き方と福利厚生制度 */
  .benefits_container .link_box ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 0;
  }

  .benefits_container .link_box li a .icon {
    width: 10vw;
    margin: 0 auto 5vw;
  }

  .benefits_container .link_box li a .theme {
    font-size: 4.2vw;
  }

  .benefits_container {
    margin-top: 5vw;
    padding-bottom: 11vw;
  }

  .benefits_container .link_box {
    margin-bottom: 7vw;
  }

  .benefits_container .block .cont li+li {
    margin-top: 5vw;
  }

  .benefits_container .block .cont li .item_ttl .ttl {
    font-size: 4.2vw;
  }

  .benefits_container .block+.block {
    margin-top: 3vw;
  }

  .benefits_container .block .cont li .item_ttl {
    margin-bottom: 1.5vw;
  }

  .benefits_container .block .cont li .item_text {
    font-size: 3.6vw;
  }
}