@charset "UTF-8";
/* Base styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden] {
  display: none !important;
}

input[type=checkbox] {
  display: flex;
  width: 20px;
  height: 20px;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}

button {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  outline: revert;
}

input[type=text] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

/*
* 画像パス
*---------------------------- */
/*
* Base Font
* サイト全体の基本フォント
*---------------------------- */
/*
* Base Colors
* 基本色の定義
*---------------------------- */
/* メインカラー */
/* サブカラー */
/*
* Base Width
* 横幅の定義
*---------------------------- */
/* Base */
/* Container */
/* Padding for left and right */
/* Core content width (without padding) */
/* Wide Content */
/* Main Content */
/* Medium */
/* Narrow */
/*
* Breakpoints
*---------------------------- */
/*
* Border Radius
*---------------------------- */
/*
* Transition
*---------------------------- */
/* Base */
/* Opacity */
/*
* Font
*---------------------------- */
/* BASE */
/* weight; */
/* 行間 */
/* 文字間 */
/*
* Z-Index
*---------------------------- */
/* ページの基本要素 */
/* 通常コンテンツ */
/* トップへ戻るボタン */
/* モバイルメニューに使用 */
/* ヘッダー・フッター */
/* フローティングボタン */
/* モーダル・ポップアップ */
/* 通知・メッセージ */
/* 最前面要素（ツールチップなど） */
/* 演算用 */
/*
* 計算
*----------------------------- */
/* トラッキングの計算 */
/* 行間の計算 */
/* 要素のパーセント指定 */
/*
* メディアクエリ
*----------------------------- */
/* スクロールバーの幅 */
/*
* アニメーション
*----------------------------- */
/* ホバー時の下線 */
/*
* base
*----------------------------- */
/* 非表示テキスト */
.hdnTxt {
  position: absolute !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  letter-spacing: 0 !important;
  background: none !important;
  border: none !important;
}
.hdnTxt::before, .hdnTxt::after {
  content: none !important;
}

/* box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ページ全体 */
body {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #2d2d2d;
  letter-spacing: 0;
  background-color: #fff;
}

[id] {
  scroll-margin-top: 84px;
}
@media only screen and (max-width: 1215px) {
  [id] {
    scroll-margin-top: 55px;
  }
}

/* リンク */
a {
  color: #2d2d2d;
  text-decoration: none;
}

/* テキスト */
/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

/* Layout styles */
/*
* ヘッダー & フッター
*----------------------------- */
.l-header {
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
  height: 84px;
  padding: 0 40px;
}
@media only screen and (max-width: 1215px) {
  .l-header {
    height: 55px;
    padding: 4px 17px 0;
  }
}

/* フッター */
.l-footer {
  z-index: 100;
}

/*
* 共通
*----------------------------- */
.l-narrowContent, .l-mediumContent, .l-wideContent, .l-content {
  max-width: 100%;
  margin: 0 auto;
}

/* 余白 */
.l-narrowContent, .l-mediumContent, .l-wideContent, .l-content {
  padding-right: 16px;
  padding-left: 16px;
}

/*
* コンテンツレイアウト
*----------------------------- */
.l-container {
  overflow: hidden;
}

.l-main {
  margin-top: 84px;
}
@media only screen and (max-width: 1215px) {
  .l-main {
    margin-top: 55px;
  }
}

/* トップページ */
/* サブページ */
.l-sub {
  padding-top: 72px;
}
@media only screen and (max-width: 614px) {
  .l-sub {
    padding-top: 33px;
  }
}

/* メインコンテンツ */
.l-content {
  width: 1132px;
}

.l-wideContent {
  width: 1232px;
}

/* 中間コンテンツ */
.l-mediumContent {
  width: 1056px;
}

/* 狭いコンテンツ */
.l-narrowContent {
  width: 995px;
}

/* 内部パディング */
/* Library styles */
/*
* SWIPER STYLES
*----------------------------- */
.swiper-container {
  position: relative;
  right: 0;
  bottom: 65px;
  z-index: 3;
  width: 670px;
  height: 390px;
}
@media only screen and (max-width: 1215px) {
  .swiper-container {
    bottom: 40px;
    width: 54%;
    height: 350px;
  }
}
@media only screen and (max-width: 1038px) {
  .swiper-container {
    bottom: 0;
    width: 100%;
    height: auto;
  }
}

.swiper,
.swiper-wrapper,
.swiper-slide,
.swiper-slide img {
  border-radius: 20px;
}

.swiper {
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
@media only screen and (max-width: 1038px) {
  .swiper-slide img {
    pointer-events: all;
  }
}

.swiper-pagination {
  position: absolute;
  right: 50px;
  bottom: -30px;
  z-index: 3;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 1215px) {
  .swiper-pagination {
    right: 25px;
    bottom: -28px;
  }
}
@media only screen and (max-width: 614px) {
  .swiper-pagination {
    right: 0;
    bottom: -22px;
    gap: 14px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f2923a;
  border-radius: 50%;
}
@media only screen and (max-width: 614px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  cursor: default;
  background-color: #f2923a;
}

/* Module styles */
/* Common */
/*
* ヘッダー
*----------------------------- */
.header {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  /* 透明な橋渡し領域 */
  /* ドロップダウン開閉ボタン用のスタイル */
}
.header_logoLink {
  transition: 0.3s ease-out;
}
.header_logoLink:hover {
  opacity: 0.7;
}
.header_logoImg {
  vertical-align: middle;
}
@media only screen and (max-width: 1215px) {
  .header_logoImg {
    width: 243.43px;
  }
}
.header_nav {
  display: flex;
  gap: 0 48px;
  align-items: center;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 1215px) {
  .header_nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 14px 16px;
    visibility: hidden;
    background-color: #fff;
    box-shadow: none;
    opacity: 0;
  }
}
@media only screen and (max-width: 1215px) {
  .header_nav.active {
    visibility: visible;
    opacity: 1;
  }
}
.header_navList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1215px) {
  .header_navList {
    flex-direction: column;
    width: 100%;
    max-width: 343px;
  }
}
.header_navItem {
  position: relative;
  display: inline-block;
  padding: 2px 0;
}
@media only screen and (max-width: 1215px) {
  .header_navItem {
    width: 100%;
    min-height: 47px;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dbdcdc;
  }
  .header_navItem::after {
    display: none;
  }
  .header_navItem:hover::after {
    width: 0;
    opacity: 0;
  }
}
.header_navItem::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: currentcolor;
  border-radius: 4px;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.header_navItem:hover {
  color: #0f4ea2;
}
.header_navItem:hover::after {
  width: 100%;
  opacity: 1;
}
.header_navItem:hover .header_dropdown {
  visibility: visible;
  opacity: 1;
}
.header_navLink {
  cursor: pointer;
}
@media only screen and (max-width: 1215px) {
  .header_navLink {
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 17px;
    font-weight: 700;
    color: #062e76;
  }
}
.header_navLink:hover {
  color: #0f4ea2;
}
.header_btn {
  flex-shrink: 0;
}
@media only screen and (max-width: 1215px) {
  .header_btn {
    min-width: 300px;
    min-height: 48px;
    margin-top: 18px;
    margin-bottom: 23px;
    text-align: center;
  }
}
.header_btn span {
  display: none;
}
@media only screen and (max-width: 1215px) {
  .header_btn span {
    display: inline-block;
  }
}
@media only screen and (max-width: 1215px) {
  .header_btn::before {
    left: -3px;
  }
}
.header_dropdown {
  position: absolute;
  top: 42px;
  left: 0;
  padding: 5px;
  visibility: hidden;
  background-color: #f2f3f3;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 1215px) {
  .header_dropdown {
    position: static;
    max-height: 0;
    padding: 7px 5px 3px;
    overflow: hidden;
    visibility: visible;
    background-color: transparent;
    opacity: 1;
    transition: max-height 0.3s ease;
  }
}
.header_dropdown::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
  background: transparent;
}
@media only screen and (max-width: 1215px) {
  .header_dropdown::before {
    display: none;
  }
}
.header_dropdown.is-open {
  visibility: visible;
  opacity: 1;
}
.header_dropdownList {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  min-width: 190px;
  padding: 19px 16px;
  background-color: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 1215px) {
  .header_dropdownList {
    gap: 0;
    padding: 0 18px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1215px) {
  .header_dropdownItem {
    width: 100%;
  }
}
.header_dropdownLink {
  position: relative;
  margin-left: 15px;
  letter-spacing: -0.06em;
  white-space: nowrap;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
  position: relative;
  width: fit-content;
}
.header_dropdownLink::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #062e76;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.header_dropdownLink:hover::after {
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1038px) {
  .header_dropdownLink::after {
    display: none;
  }
  .header_dropdownLink:hover::after {
    width: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 1215px) {
  .header_dropdownLink {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.header_dropdownLink::before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: url("../img/icons/icon_triangle_to_right.svg");
  transform: translateY(-50%);
}
@media only screen and (max-width: 1215px) {
  .header_dropdownLink::before {
    left: -13px;
    transform: translateY(calc(-50% - 1px));
  }
}
@media only screen and (max-width: 1215px) {
  .header_dropdownLink::after {
    display: none;
  }
}
.header_dropdownLink:hover {
  color: #062e76;
}
.header_navPolicy {
  display: none;
}
@media only screen and (max-width: 1215px) {
  .header_navPolicy {
    display: block;
    font-size: 15px;
    color: #676767;
  }
}
.header_toggleBtn {
  position: absolute;
  top: 17px;
  right: 0;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1215px) {
  .header_toggleBtn {
    display: block;
  }
}
.header_toggleBtn::before, .header_toggleBtn::after {
  position: absolute;
  content: "";
  background-color: #062e76;
  transition: transform 0.3s ease;
}
.header_toggleBtn::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.header_toggleBtn::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.header_toggleBtn.active::after {
  transform: translateX(-50%) rotate(90deg);
}

/*
* FOOTER
*----------------------------- */
.footer {
  position: relative;
}
.footer_copyright {
  padding: 13px 0 10px 47px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #f3f5f9;
  text-align: center;
  background: #062e76;
}
@media only screen and (max-width: 614px) {
  .footer_copyright {
    padding: 12px 0 11px;
  }
}

/* TOP */
.footer-top {
  background-color: #f3f5f9;
}
.footer-top_inner {
  position: relative;
  display: flex;
  gap: 11.1%;
  width: 1100px;
  max-width: 100%;
  padding: 76px 46px 75px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1414px) {
  .footer-top_inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1038px) {
  .footer-top_inner {
    gap: 50px;
  }
}
@media only screen and (max-width: 814px) {
  .footer-top_inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 614px) {
  .footer-top_inner {
    padding-top: 44px;
    padding-bottom: 78px;
  }
}
.footer-top_info {
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3px;
}
.footer-top_logoLink {
  margin-bottom: 6px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .footer-top_logoLink {
    margin-bottom: 7px;
  }
}
.footer-top_logoLink:hover {
  opacity: 0.7;
}
.footer-top_infoAddress {
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 814px) {
  .footer-top_infoAddress {
    text-align: center;
  }
}
.footer-top_infoAddress span {
  display: block;
}
.footer-top_telLink {
  pointer-events: none;
  cursor: text;
}
@media only screen and (max-width: 614px) {
  .footer-top_telLink {
    pointer-events: all;
    cursor: pointer;
  }
}
.footer-top_nav {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 48px;
}
@media only screen and (max-width: 814px) {
  .footer-top_nav {
    display: none;
  }
}
.footer-top_navTitle {
  display: block;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  color: #0e3b73;
}
.footer-top_navTitle[href] {
  position: relative;
  width: fit-content;
}
.footer-top_navTitle[href]::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #062e76;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.footer-top_navTitle[href]:hover::after {
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1038px) {
  .footer-top_navTitle[href]::after {
    display: none;
  }
  .footer-top_navTitle[href]:hover::after {
    width: 0;
    opacity: 0;
  }
}
.footer-top_navTitle-noChild {
  margin-bottom: 18px;
}
.footer-top_navList {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.footer-top_navItem {
  position: relative;
  padding-left: 18px;
}
.footer-top_navItem::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #062e76;
  transform: translateY(calc(-50% + 2px));
}
.footer-top_navLink {
  font-size: 15px;
  position: relative;
  width: fit-content;
}
.footer-top_navLink::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #062e76;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.footer-top_navLink:hover::after {
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1038px) {
  .footer-top_navLink::after {
    display: none;
  }
  .footer-top_navLink:hover::after {
    width: 0;
    opacity: 0;
  }
}
.footer-top_navPolicy {
  font-size: 15px;
  color: #676767;
}
.footer-top_navPolicy:hover {
  color: #062e76;
}
.footer-top_watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 614px) {
  .footer-top_watermark {
    bottom: -4px;
    left: 17px;
    width: 341.22px;
    height: 80px;
  }
}

/* MIDDLE */
.footer-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 16px;
  background-color: #e1ebf8;
}
@media only screen and (max-width: 614px) {
  .footer-middle {
    padding-top: 46px;
    padding-bottom: 47px;
  }
}
.footer-middle_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 814px) {
  .footer-middle_inner {
    flex-direction: column;
  }
}
.footer-middle_banners {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-left: 30px;
}
@media only screen and (max-width: 814px) {
  .footer-middle_banners {
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 614px) {
  .footer-middle_banners {
    gap: 17px;
  }
}
.footer-middle_bannersLink {
  width: 220px;
  height: 65px;
}
.footer-middle_bannersLink img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: #fff;
  transition: 0.3s ease-out;
}
.footer-middle_bannersLink:hover img {
  background-color: rgba(126, 206, 244, 0.5);
}
.footer-middle_txt {
  height: fit-content;
  padding: 10px 30px 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #062e76;
  text-align: center;
  border-right: 1px solid #062e76;
}
@media only screen and (max-width: 814px) {
  .footer-middle_txt {
    padding: 0;
    margin-bottom: 24px;
    border-right: none;
  }
}
.footer-middle_txt b {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 25px;
}
@media only screen and (max-width: 814px) {
  .footer-middle_txt b {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 614px) {
  .footer-middle_txt b {
    font-size: 20px;
  }
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 33px;
  background-color: #f3f5f9;
}
@media only screen and (max-width: 614px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    padding-top: 41px;
    padding-bottom: 39px;
  }
}
.footer-bottom_link {
  width: 220px;
  height: 65px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .footer-bottom_link {
    height: 64px;
  }
}
.footer-bottom_link img {
  vertical-align: middle;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .footer-bottom_link:hover img {
    opacity: 0.5;
  }
}
.footer-bottom_link-recruit {
  position: relative;
  border: 2px solid #fdd000;
  border-radius: 5px;
}
.footer-bottom_link-recruit img {
  width: 100%;
  height: 100%;
  background-color: #fdd000;
  border-radius: 3px;
  transition: 0.3s ease-out;
}
.footer-bottom_link-recruit::after {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  width: 16px;
  height: calc(100% + 4px);
  content: "";
  background-color: #f2923a;
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.25px 9.62px;
  border-radius: 0 5px 5px 0;
  transition: 0.3s ease-out;
}
.footer-bottom_link-recruit:hover {
  border: 2px solid #f2923a;
}
.footer-bottom_link-recruit:hover img {
  background-color: #fff;
  opacity: 1;
}

/* Text */
/*
* 見出し
*----------------------------- */
/* 01 */
.mod-hl-01 {
  position: relative;
  width: 100%;
  height: 230px;
  background-color: #f2f3f3;
}
@media only screen and (max-width: 614px) {
  .mod-hl-01 {
    height: 207px;
  }
}
.mod-hl-01::before, .mod-hl-01::after {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 614px) {
  .mod-hl-01::before, .mod-hl-01::after {
    top: -3px;
  }
}
.mod-hl-01::before {
  left: 0;
  width: 299px;
  background: url("../img/sub/bg_heading_left_blue.png") no-repeat;
}
@media only screen and (max-width: 814px) {
  .mod-hl-01::before {
    width: 77px;
    height: 207px;
    background: url("../img/sub/bg_heading_left_blue_sp.png") no-repeat;
  }
}
.mod-hl-01::after {
  right: 0;
  width: 267px;
  background: url("../img/sub/bg_heading_right_blue.png") no-repeat;
}
@media only screen and (max-width: 814px) {
  .mod-hl-01::after {
    width: 97px;
    height: 207px;
    background: url("../img/sub/bg_heading_right_blue_sp.png") no-repeat;
  }
}
.mod-hl-01_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
@media only screen and (max-width: 614px) {
  .mod-hl-01_inner {
    padding-bottom: 1px;
  }
}
.mod-hl-01_smallTitle, .mod-hl-01_title, .mod-hl-01_enTitle {
  position: relative;
  z-index: 1;
}
.mod-hl-01_smallTitle {
  min-width: 200px;
  padding: 7px 0 3px;
  margin-top: 1px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #0e3b73;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 614px) {
  .mod-hl-01_smallTitle {
    min-width: 150px;
    padding: 5px 0 3px;
    margin-bottom: 2.8px;
    font-size: 14px;
  }
}
.mod-hl-01_title {
  padding-left: 2px;
  margin-bottom: 1px;
  font-size: 38px;
  font-weight: 700;
  color: #0e3b73;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 614px) {
  .mod-hl-01_title {
    margin-bottom: 3px;
    font-size: 30px;
  }
}
.mod-hl-01_enTitle {
  font-weight: 600;
  color: #93a2b5;
}
@media only screen and (max-width: 614px) {
  .mod-hl-01_enTitle {
    padding-left: 2px;
    font-size: 14px;
  }
}
.mod-hl-01-accent {
  background-color: #fffdda;
}
.mod-hl-01-accent::before {
  background: url("../img/sub/bg_heading_left_yellow.png") no-repeat;
}
@media only screen and (max-width: 814px) {
  .mod-hl-01-accent::before {
    background: url("../img/sub/bg_heading_left_yellow_sp.png") no-repeat;
  }
}
.mod-hl-01-accent::after {
  background: url("../img/sub/bg_heading_right_yellow.png") no-repeat;
}
@media only screen and (max-width: 814px) {
  .mod-hl-01-accent::after {
    background: url("../img/sub/bg_heading_right_yellow_sp.png") no-repeat;
  }
}
.mod-hl-01-accent .mod-hl-01_smallTitle {
  color: #2d2d2d;
}
.mod-hl-01-accent .mod-hl-01_title {
  margin-bottom: 2px;
  color: #2d2d2d;
}
.mod-hl-01-accent .mod-hl-01_enTitle {
  margin-bottom: 4px;
  color: #f2923a;
}

.mod-hl-02,
.mod-hl-03,
.mod-hl-04,
.mod-hl-05,
.mod-hl-06 {
  font-weight: 700;
  line-height: 1.4;
}

/* 02 */
.mod-hl-02 {
  position: relative;
  padding: 23px 20px 18px 23px;
  font-size: 28px;
  color: #062e76;
  background-color: #f2f3f3;
  border-radius: 3px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
.mod-hl-02::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: calc(100% - 32px);
  content: "";
  background-color: #062e76;
  transform: translateY(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-hl-02 {
    padding: 24px 20px 22px 23px;
    font-size: 26px;
  }
}
.mod-hl-02-accent {
  color: #2d2d2d;
  background-color: #fcfaf0;
}
.mod-hl-02-accent::before {
  background-color: #f2923a;
}

/* 03 */
.mod-hl-03 {
  position: relative;
  display: block;
  padding-bottom: 13px;
  padding-left: 28px;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #dbdcdc;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .mod-hl-03 {
    padding-bottom: 9px;
    padding-left: 28px;
    font-size: 23px;
  }
}
.mod-hl-03::before, .mod-hl-03::after {
  position: absolute;
  left: 0;
  content: "";
}
.mod-hl-03::before {
  top: 10px;
  z-index: -1;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #062e76;
}
@media only screen and (max-width: 614px) {
  .mod-hl-03::before {
    top: 8px;
  }
}
.mod-hl-03::after {
  top: 10px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #f2923a;
}
@media only screen and (max-width: 614px) {
  .mod-hl-03::after {
    top: 8px;
  }
}

/* 04 */
.mod-hl-04 {
  position: relative;
  padding-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .mod-hl-04 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.mod-hl-04::before, .mod-hl-04::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
}
.mod-hl-04::before {
  z-index: 1;
  width: 28px;
  background-color: #062e76;
}
@media only screen and (max-width: 614px) {
  .mod-hl-04::before {
    width: 24px;
  }
}
.mod-hl-04::after {
  width: 38px;
  background-color: #289adf;
}
@media only screen and (max-width: 614px) {
  .mod-hl-04::after {
    width: 32px;
  }
}
.mod-hl-04-accent::after {
  background-color: #f2923a;
}

/* 05 */
.mod-hl-05 {
  position: relative;
  padding-left: 19px;
  font-size: 19px;
  font-weight: 700;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .mod-hl-05 {
    padding-left: 18px;
    font-size: 18px;
  }
}
.mod-hl-05::before, .mod-hl-05::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
}
@media only screen and (max-width: 614px) {
  .mod-hl-05::before, .mod-hl-05::after {
    top: 7px;
    left: 0;
  }
}
.mod-hl-05::before {
  clip-path: inset(0 50% 0 0);
  background-color: #062e76;
}
.mod-hl-05::after {
  clip-path: inset(0 0 0 50%);
  background-color: #ceddf0;
}
.mod-hl-05-accent::before {
  background-color: #f2923a;
}
.mod-hl-05-accent::after {
  background-color: #fdd000;
}

/* 06 */
.mod-hl-06 {
  color: #062e76;
}

/*
* お知らせのリスト
*----------------------------- */
.mod-newsList {
  width: 100%;
}
.mod-newsList_item {
  position: relative;
}
.mod-newsList_item:first-child {
  border-top: 1px solid #dbdcdc;
}
.mod-newsList_item::before, .mod-newsList_item::after {
  position: absolute;
  top: 50%;
  transition: 0.3s ease-out;
}
.mod-newsList_item::before {
  right: 10px;
  width: 28px;
  height: 28px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 3px rgba(15, 29, 47, 0.3019607843);
  transform: translateY(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-newsList_item::before {
    right: 2px;
  }
}
.mod-newsList_item::after {
  right: 20px;
  content: url("../img/icons/icon_arrow_color_main.svg");
  transform: translateY(calc(-50% - 1px));
}
@media only screen and (max-width: 614px) {
  .mod-newsList_item::after {
    right: 12px;
  }
}
@media (hover: hover) {
  .mod-newsList_item:hover .mod-newsList_title {
    color: #062e76;
  }
  .mod-newsList_item:hover::before {
    background-color: #062e76;
  }
  .mod-newsList_item:hover::after {
    content: url("../img/icons/icon_arrow_color_white.svg");
  }
}
.mod-newsList_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 38px 45px 32px 11px;
  text-decoration: none;
  border-bottom: 1px solid #dbdcdc;
}
@media only screen and (max-width: 614px) {
  .mod-newsList_link {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 42px 17px 2px;
  }
}
.mod-newsList_date {
  margin-right: 23px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media only screen and (max-width: 614px) {
  .mod-newsList_date {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.mod-newsList_title {
  flex: 1;
  font-size: 18px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .mod-newsList_title {
    font-size: 16px;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.575;
  }
}

/*
* 背景ループテキスト
*----------------------------- */
@keyframes mod-txtLoop-animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.mod-txtLoop {
  position: absolute;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.mod-txtLoop_container {
  z-index: -1;
  display: flex;
  animation: mod-txtLoop-animation 15s linear infinite;
}
.mod-txtLoop_txt {
  display: inline-block;
  max-width: none;
  padding-right: 0.25em;
  font-family: "Oswald", sans-serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 1;
  color: rgba(6, 46, 118, 0.13);
  white-space: nowrap;
}
@media only screen and (max-width: 814px) {
  .mod-txtLoop_txt {
    font-size: 35px;
  }
}

/* List */
/*
*  LIST
*---------------------------- */
/*
*  Module List Common Style
*---------------------------- */
.mod-li-disc,
.mod-li-decimal {
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}

/*
*  Module List Disc
*---------------------------- */
.mod-li-disc {
  padding-left: 22px;
}
@media only screen and (max-width: 614px) {
  .mod-li-disc {
    margin-bottom: 16px;
  }
}
.mod-li-disc > li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 614px) {
  .mod-li-disc > li {
    margin-bottom: 6px;
  }
}
.mod-li-disc > li::before {
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
  font-weight: 700;
  content: "・";
}

/*
*  Module List Decimal
*---------------------------- */
.mod-li-decimal {
  padding-left: 22px;
  counter-reset: count 0;
}
.mod-li-decimal > li {
  position: relative;
  margin-bottom: 1.4px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
.mod-li-decimal > li::before {
  position: absolute;
  top: 0;
  left: -22px;
  content: counter(count) ".";
  counter-increment: count 1;
}

/*
* ボタンリスト
*----------------------------- */
/* 01 */
/* 02（mod-btn-02が入っている） */
.mod-btnList-02 {
  padding: 26px 0 30px;
  background-color: #f3f5f9;
}
@media only screen and (max-width: 614px) {
  .mod-btnList-02 {
    padding: 25px 0 19px;
  }
}
.mod-btnList-02_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  justify-content: flex-start;
}
@media only screen and (max-width: 614px) {
  .mod-btnList-02_inner {
    flex-direction: column;
    gap: 17px;
    align-items: center;
    margin-bottom: 17px;
  }
}
.mod-btnList-02_btnItem {
  width: fit-content;
}
@media only screen and (max-width: 614px) {
  .mod-btnList-02_btnItem {
    border-radius: 3px;
  }
}
.mod-btnList-02 .mod-btn-02 {
  min-width: 226px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 614px) {
  .mod-btnList-02 .mod-btn-02 {
    width: 300px;
    padding-bottom: 10px;
    padding-left: 4px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-btnList-02 .mod-btn-02_txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-btnList-02 .mod-btn-02_arrow {
    right: 5px;
    transform: translateY(calc(-50% + 3px));
  }
}

/* 03（mod-btn-03が入っている） */
.mod-btnList-03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 360px));
  gap: 27px 0;
  justify-content: center;
}
@media only screen and (max-width: 814px) {
  .mod-btnList-03 {
    display: flex;
    flex-direction: column;
    gap: 8.3px;
    align-items: center;
    width: 460px;
    max-width: 100%;
    margin: 0 auto 17px;
  }
}
.mod-btnList-03_btnItem {
  width: fit-content;
}
@media only screen and (max-width: 814px) {
  .mod-btnList-03_btnItem {
    width: 100%;
    border-radius: 3px;
  }
}
.mod-btnList-03_btnLink {
  position: relative;
}
@media only screen and (max-width: 814px) {
  .mod-btnList-03_btnLink {
    justify-content: left;
    width: 100%;
    min-width: auto;
    padding: 12px 40px 10px 14px;
    font-size: 16px;
    background-color: #e1ebf8;
  }
}
.mod-btnList-03_btnLink::before, .mod-btnList-03_btnLink::after {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #dbdcdc;
}
@media only screen and (max-width: 814px) {
  .mod-btnList-03_btnLink::before, .mod-btnList-03_btnLink::after {
    display: none;
  }
}
.mod-btnList-03_btnLink::before {
  top: 0;
  left: 0;
}
.mod-btnList-03_btnLink::after {
  top: 0;
  right: -1px;
}

/* Large Block */
/*
* RECRUIT ブロック
*----------------------------- */
.mod-recruitBlock {
  position: relative;
  height: 570px;
}
@media only screen and (max-width: 1038px) {
  .mod-recruitBlock {
    height: 800px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-recruitBlock {
    height: 700px;
  }
}
.mod-recruitBlock_bg {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1920px;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1416px) {
  .mod-recruitBlock_bg {
    width: 100%;
    object-position: top;
  }
}
@media only screen and (max-width: 1038px) {
  .mod-recruitBlock_bg {
    width: 100%;
    height: 100%;
    object-position: left;
  }
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_bg {
    object-position: center;
  }
}
@media only screen and (max-width: 614px) {
  .mod-recruitBlock_bg {
    width: 800px;
    transform: translateX(-50%);
  }
}
.mod-recruitBlock_inner {
  display: flex;
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1414px) {
  .mod-recruitBlock_inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_inner {
    flex-direction: column;
  }
}
.mod-recruitBlock_largeEng {
  position: relative;
  top: -32px;
  left: 0;
  z-index: 10;
  margin-right: 33px;
  font-family: "Oswald", sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 1;
  color: #062e76;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_largeEng {
    top: -39px;
    margin-bottom: -18px;
    font-size: 72px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
.mod-recruitBlock_largeEng span {
  color: #f2923a;
}
.mod-recruitBlock_box {
  position: relative;
  z-index: 1;
  padding: 76px 0;
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_box {
    padding: 0;
  }
}
.mod-recruitBlock_titleBox {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_titleBox {
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.mod-recruitBlock_title {
  margin-bottom: 2px;
}
@media only screen and (max-width: 614px) {
  .mod-recruitBlock_title {
    margin-bottom: 1px;
  }
}
.mod-recruitBlock_largeTxt {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 700;
  color: #062e76;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_largeTxt {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.mod-recruitBlock_txt {
  margin-bottom: 29px;
  font-size: 16px;
  letter-spacing: 0;
}
@media only screen and (max-width: 814px) {
  .mod-recruitBlock_txt {
    margin-bottom: 13px;
  }
}

/*
* RECRUITMENT ブロック
*----------------------------- */
.mod-recruitmentBlock {
  position: relative;
  padding: 93px 0 120px;
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock {
    padding: 57px 0 72px;
  }
}
.mod-recruitmentBlock_bg {
  position: absolute;
  top: 69px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  max-width: none;
  height: 580px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1416px) {
  .mod-recruitmentBlock_bg {
    width: 100vw;
  }
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_bg {
    top: 65px;
    width: 800px;
    height: 241px;
  }
}
.mod-recruitmentBlock_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 320px;
  padding: 0 120px 0 49px;
  overflow: hidden;
  background-color: #f2923a;
  border-radius: 30px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_link {
    height: 180px;
    padding: 0 50px 0 16px;
    border-radius: 20px;
  }
}
@media (hover: hover) {
  .mod-recruitmentBlock_link:hover {
    background-color: rgba(242, 146, 58, 0.8);
  }
}
@media (hover: hover) {
  .mod-recruitmentBlock_link:hover .mod-recruitmentBlock_arrow {
    transform: translateY(-50%) scale(1.083);
  }
}
.mod-recruitmentBlock_linkBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-recruitmentBlock_title {
  position: relative;
  bottom: -1px;
  margin-bottom: 19px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_title {
    margin-bottom: 3px;
    font-size: 25px;
  }
}
.mod-recruitmentBlock_txt {
  position: relative;
  bottom: -3px;
  color: #fff;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_txt {
    bottom: -11px;
    font-size: 14px;
  }
}
.mod-recruitmentBlock_largeEng {
  position: relative;
  bottom: -10px;
  font-family: "Oswald", sans-serif;
  font-size: 115px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_largeEng {
    bottom: -7px;
    left: 5px;
    font-size: 52px;
  }
}
.mod-recruitmentBlock_arrow {
  position: absolute;
  top: 50%;
  right: 48px;
  width: 48px;
  height: 48px;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 3px rgba(15, 29, 47, 0.3019607843);
  transition: 0.3s ease-out;
  transform: translateY(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_arrow {
    right: 11px;
    width: 28px;
    height: 28px;
    transform: translateY(calc(-50% + 2px));
  }
}
.mod-recruitmentBlock_arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 21px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 614px) {
  .mod-recruitmentBlock_arrow::after {
    width: 6.91px;
    height: 12.08px;
  }
}

/*
* ナビブロック（会社案内セクション）
*----------------------------- */
.mod-navBlock {
  z-index: 0;
  padding: 131px 32px 72px;
  background-color: #e1ebf8;
}
@media only screen and (max-width: 614px) {
  .mod-navBlock {
    padding-top: 88px;
    padding-bottom: 44px;
  }
}
.mod-navBlock_container {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.mod-navBlock_bgTxt {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 1;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  color: rgba(6, 46, 118, 0.13);
  white-space: nowrap;
}
@media only screen and (max-width: 614px) {
  .mod-navBlock_bgTxt {
    top: -40px;
    font-size: 48px;
  }
}
.mod-navBlock_bgImg {
  position: absolute;
  top: -130px;
  right: -357px;
}
.mod-navBlock_inner {
  position: relative;
  z-index: 2;
  width: 1100px;
  max-width: 100%;
  padding: 53.5px 38px 69px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 614px) {
  .mod-navBlock_inner {
    padding: 41px 26px 39px;
  }
}
.mod-navBlock_title {
  z-index: 1;
  margin-bottom: 27px;
}
@media only screen and (max-width: 614px) {
  .mod-navBlock_title {
    padding-bottom: 8px;
    padding-left: 24px;
    margin-bottom: 26px;
  }
}
.mod-navBlock_title::before, .mod-navBlock_title::after {
  top: 10px;
}
@media only screen and (max-width: 614px) {
  .mod-navBlock_title::before, .mod-navBlock_title::after {
    top: 5px;
  }
}
.mod-navBlock_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 320px);
  gap: 33px 32px;
}
@media only screen and (max-width: 1038px) {
  .mod-navBlock_list {
    grid-template-columns: repeat(auto-fit, 47%);
    justify-content: space-between;
  }
}
@media only screen and (max-width: 814px) {
  .mod-navBlock_list {
    grid-template-columns: repeat(auto-fit, 45%);
  }
}
@media only screen and (max-width: 614px) {
  .mod-navBlock_list {
    display: flex;
    flex-direction: column;
    gap: 16.8px;
  }
}
.mod-navBlock_link {
  width: 100%;
}
@media only screen and (max-width: 1038px) {
  .mod-navBlock_link {
    min-width: auto;
  }
}

/*
* お問い合わせブロック
*----------------------------- */
.mod-contactBlock {
  padding: 71px 0 0;
  background-color: #062e76;
}
@media only screen and (max-width: 1414px) {
  .mod-contactBlock {
    padding: 71px 16px 0;
  }
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock {
    padding-top: 60px;
  }
}
.mod-contactBlock_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  padding: 61px 133px 69px 135px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 1414px) {
  .mod-contactBlock_inner {
    gap: 10%;
    justify-content: center;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_inner {
    flex-direction: column;
    align-items: center;
    padding: 48px 18px;
  }
}
.mod-contactBlock_inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 360px;
  padding: 50px 0;
  content: "";
  background-color: #dbdcdc;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_inner::after {
    display: none;
  }
}
.mod-contactBlock_titleBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 41.2%;
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_titleBox {
    width: 100%;
  }
}
.mod-contactBlock_subTitle {
  margin-bottom: 13px;
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_subTitle {
    margin-bottom: 25px;
  }
}
.mod-contactBlock_img {
  margin-bottom: 7px;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    max-width: 141px;
    transform: translate(-19%, -69%);
  }
}
.mod-contactBlock_txt {
  text-align: center;
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_txt {
    font-size: 15px;
  }
}
.mod-contactBlock_addressBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 11px;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_addressBox {
    padding-top: 18px;
  }
}
.mod-contactBlock_addressTitle {
  position: relative;
  left: -6px;
  padding: 0 1px 1px;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #062e76;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_addressTitle {
    left: 2px;
    margin-bottom: 13px;
  }
}
.mod-contactBlock_tel, .mod-contactBlock_fax {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #062e76;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_tel, .mod-contactBlock_fax {
    font-size: 20px;
  }
}
.mod-contactBlock_tel {
  left: -10px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_tel {
    left: 0;
    margin-bottom: 16px;
  }
}
.mod-contactBlock_fax {
  left: -6px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_fax {
    left: 0;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_fax span {
    position: relative;
    left: 2px;
  }
}
.mod-contactBlock_telLink, .mod-contactBlock_faxNumber {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #062e76;
  pointer-events: none;
  cursor: text;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_telLink, .mod-contactBlock_faxNumber {
    font-size: 28px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_telLink {
    pointer-events: all;
    cursor: pointer;
  }
}
.mod-contactBlock_hours {
  position: relative;
  left: -8px;
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_hours {
    left: 0;
    margin-bottom: 27px;
    font-size: 14px;
  }
}
.mod-contactBlock_btn {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 95px;
  color: #fff;
  cursor: pointer;
  background-color: #0f4ea2;
  border: 1px solid #0f4ea2;
  border-radius: 10px;
  transition: 0.3s ease-out;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_btn {
    width: 300px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_btn {
    height: 80px;
  }
}
.mod-contactBlock_btn::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 16px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-out;
  transform: translateY(calc(-50% + 1px));
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_btn::after {
    right: 12px;
    transform: translateY(calc(-50% - 1px));
  }
}
.mod-contactBlock_btnTxt {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_btnTxt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_btnTxt {
    padding-left: 9px;
  }
}
.mod-contactBlock_btnIcon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 36px;
  height: 36px;
  transform: translateY(calc(-50% - 1px));
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_btnIcon {
    width: 31px;
    height: 31px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-contactBlock_btnIcon {
    left: 18px;
  }
}
.mod-contactBlock_btnIcon::before, .mod-contactBlock_btnIcon::after {
  position: absolute;
  content: "";
  transition: 0.3s ease-out;
}
.mod-contactBlock_btnIcon::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.mod-contactBlock_btnIcon::after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/icon_mail_blue.png");
  background-repeat: no-repeat;
  background-position: 51% 54%;
  background-size: 18px;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
@media only screen and (max-width: 814px) {
  .mod-contactBlock_btnIcon::after {
    width: 14.98px;
    height: 10.37px;
  }
}
.mod-contactBlock_btn:hover {
  color: #0f4ea2;
  background-color: #e1ebf8;
  border-color: #0f4ea2;
}
.mod-contactBlock_btn:hover::after {
  background-image: url("../img/icons/icon_arrow_color_main.svg");
}
.mod-contactBlock_btn:hover .mod-contactBlock_btnIcon::before {
  background-color: #0f4ea2;
  transform: scale(1.111);
}
.mod-contactBlock_btn:hover .mod-contactBlock_btnIcon::after {
  background-image: url("../img/icons/icon_mail_white.png");
}

/*
*  STEP BLOCK
*----------------------------- */
.mod-stepBlock {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
  min-height: 153px;
  padding: 21px 44px;
  background-color: #fff9e0;
  border-radius: 15px;
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock {
    flex-direction: column;
    align-items: flex-start;
    padding: 39px 17px 22px;
  }
}
.mod-stepBlock_step {
  position: absolute;
  top: 50%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  color: white;
  background-color: #f2923a;
  border-radius: 50%;
  transform: translateY(calc(-50% + 10px));
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock_step {
    top: 65px;
    left: 17px;
    width: 54px;
    height: 54px;
  }
}
.mod-stepBlock_step::after {
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  content: "";
  border-top: 21px solid #f2923a;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock_step::after {
    bottom: -7px;
  }
}
.mod-stepBlock_stepTxt {
  position: absolute;
  top: -24px;
  left: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #f2923a;
  transform: translateX(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock_stepTxt {
    top: -20px;
    font-size: 16px;
  }
}
.mod-stepBlock_stepNumber {
  position: relative;
  top: -1px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock_stepNumber {
    top: 0;
    font-size: 26px;
  }
}
.mod-stepBlock_content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  padding-left: 113px;
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock_content {
    gap: 28px;
    padding-left: 0;
  }
}
.mod-stepBlock_title {
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #f2923a;
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock_title {
    margin-left: 72px;
    font-size: 25px;
  }
}
.mod-stepBlock_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  content: "";
  background-color: #f2923a;
}
.mod-stepBlock_title-borderNone::after {
  display: none;
}
.mod-stepBlock_txt {
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
.mod-stepBlock:last-of-type {
  min-height: 142px;
  padding-top: 32px;
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock:last-of-type {
    min-height: 126px;
    padding-top: 45px;
  }
}
.mod-stepBlock:last-of-type .mod-stepBlock_step {
  transform: translateY(calc(-50% + 15px));
}
@media only screen and (max-width: 614px) {
  .mod-stepBlock:last-of-type .mod-stepBlock_step {
    transform: translateY(calc(-50% + 10px));
  }
}
.mod-stepBlock:last-of-type .mod-stepBlock_step::after {
  display: none;
}
.mod-stepBlock:last-of-type .mod-stepBlock_title::after {
  display: none;
}

/*
* MAP
*----------------------------- */
.mod-mapBlock iframe {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 614px) {
  .mod-mapBlock iframe {
    height: 320px;
  }
}

/* KV */
/* アニメーション設定 */
/*
* モジュール: キービジュアル
*---------------------------- */
.mod-kv {
  --kv-phase1-duration: 2.5s;
  --kv-phase2-duration: 2.5s;
  --kv-phase3-duration: 3s;
  --kv-slide-duration: 3s;
  --kv-easing: ease;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 756px;
  background: linear-gradient(to bottom, #f2f3f3 0%, rgba(242, 243, 243, 0.8) 50%, rgba(242, 243, 243, 0) 100%);
  /*
  * 背景要素
  *---------------------------- */
  /*
  * コンテンツエリア
  *---------------------------- */
  /*
  * スライダー要素
  *---------------------------- */
  /*
  * ナビゲーション要素
  *---------------------------- */
  /* ドットナビ */
  /* インジケーターバー */
  /*
  * フェーズごとの状態変化
  * [data-phase]属性の値に応じてアニメーション制御
  *---------------------------- */
  /* バーの往復移動 */
  /* 背景の移動 */
  /* イラストの表示 */
  /* テキストコンテンツの表示 */
  /* スライダー全体の表示 */
  /* スライド表示制御 */
}
@media only screen and (max-width: 614px) {
  .mod-kv {
    height: 591px;
  }
}
.mod-kv_bg, .mod-kv_cornerImg, .mod-kv_illust, .mod-kv_slide {
  pointer-events: none;
}
.mod-kv_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 1426px;
  max-width: none;
  height: 792px;
  object-fit: contain;
  transition: transform var(--kv-phase1-duration) var(--kv-easing);
  transform: translateX(calc(-50% + 74px));
}
@media only screen and (max-width: 814px) {
  .mod-kv_bg {
    bottom: 41px;
    width: 108.67%;
    transform: translateX(calc(-50% - 27px));
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_bg {
    bottom: -124px;
  }
}
.mod-kv_inner {
  position: relative;
  z-index: 5;
  width: 1232px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1414px) {
  .mod-kv_inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_inner {
    top: 17px;
    width: 100%;
    height: 100%;
  }
}
.mod-kv_cornerImg {
  position: absolute;
  top: -3px;
  right: 8px;
  z-index: 7;
  opacity: 0;
  transition: opacity var(--kv-phase2-duration) var(--kv-easing), transform var(--kv-phase2-duration) var(--kv-easing);
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media only screen and (max-width: 1038px) {
  .mod-kv_cornerImg {
    width: 21%;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kv_cornerImg {
    top: -16px;
    right: 5px;
    width: 24%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_cornerImg {
    width: 26.8%;
  }
}
.mod-kv_content {
  position: absolute;
  top: 201px;
  left: 66px;
  z-index: 5;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity var(--kv-phase3-duration) var(--kv-easing);
}
@media only screen and (max-width: 1038px) {
  .mod-kv_content {
    top: 32%;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kv_content {
    top: 37%;
    left: auto;
    width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.mod-kv_subTitle {
  position: relative;
  padding-left: 56px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1;
  color: #062e76;
}
@media only screen and (max-width: 814px) {
  .mod-kv_subTitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_subTitle {
    padding-left: 42px;
    margin-bottom: 5px;
  }
}
.mod-kv_subTitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 1px;
  font-weight: 700;
  content: "";
  background-color: #062e76;
  transform: translateY(calc(-50% + 1px));
}
@media only screen and (max-width: 614px) {
  .mod-kv_subTitle::before {
    left: 1px;
    width: 35px;
    transform: translateY(calc(-50% + 0.5px));
  }
}
.mod-kv_title {
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.51;
}
@media only screen and (max-width: 814px) {
  .mod-kv_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_title {
    line-height: 1.49;
  }
}
.mod-kv_title span {
  color: #062e76;
}
.mod-kv_title span:first-of-type {
  position: relative;
  bottom: 1px;
  left: -7px;
  display: inline-block;
  margin-right: -3px;
}
@media only screen and (max-width: 614px) {
  .mod-kv_title span:first-of-type {
    left: -5px;
    letter-spacing: 0.04em;
  }
}
.mod-kv_title span:nth-of-type(2) {
  position: relative;
  left: -1px;
}
@media only screen and (max-width: 614px) {
  .mod-kv_title span:nth-of-type(2) {
    top: -1px;
    left: 1px;
  }
}
.mod-kv_illust {
  position: absolute;
  right: -166px;
  bottom: -58px;
  z-index: 5;
}
@media only screen and (max-width: 1038px) {
  .mod-kv_illust {
    display: none;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kv_illust {
    right: 16px;
    bottom: -140px;
    display: block;
    width: 35%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_illust {
    right: 16px;
    bottom: -67px;
    width: 40.7%;
  }
}
.mod-kv_slider {
  position: absolute;
  top: 38px;
  right: 16px;
  z-index: 3;
  width: 976px;
  max-width: 100%;
  height: 683px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity var(--kv-phase2-duration) var(--kv-easing), transform var(--kv-phase2-duration) var(--kv-easing);
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media only screen and (max-width: 1038px) {
  .mod-kv_slider {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_slider {
    top: 0;
    left: auto;
    height: 574px;
  }
}
.mod-kv_slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity var(--kv-slide-duration) var(--kv-easing);
}
.mod-kv_slide.is-active {
  opacity: 1;
}
.mod-kv_slideImg {
  position: absolute;
  z-index: 3;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.mod-kv_slideImg-lg {
  top: 68px;
  right: 0;
  width: 527px;
}
@media only screen and (max-width: 1038px) {
  .mod-kv_slideImg-lg {
    width: 55%;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kv_slideImg-lg {
    top: 11px;
    width: 54%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_slideImg-lg {
    top: 10px;
    width: 60%;
  }
}
.mod-kv_slideImg-md {
  bottom: 0;
  left: 0;
  width: 280px;
}
@media only screen and (max-width: 1038px) {
  .mod-kv_slideImg-md {
    left: 38px;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kv_slideImg-md {
    width: 37.35%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_slideImg-md {
    bottom: 57px;
    left: 22px;
    width: 41.5%;
  }
}
.mod-kv_slideImg-sm {
  top: 0;
  left: 208px;
  width: 191px;
}
@media only screen and (max-width: 1038px) {
  .mod-kv_slideImg-sm {
    left: 16px;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kv_slideImg-sm {
    width: 29.7%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_slideImg-sm {
    left: 0;
    width: 33%;
  }
}
.mod-kv_dots {
  position: absolute;
  right: 79px;
  bottom: 64px;
  z-index: 10;
  display: flex;
  gap: 42px;
  justify-content: center;
}
@media only screen and (max-width: 614px) {
  .mod-kv_dots {
    right: 26px;
    bottom: 27px;
    gap: 28px;
  }
}
.mod-kv_dot {
  position: relative;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: #289adf;
  border-radius: 50%;
  transition: background-color var(--kv-easing);
}
@media only screen and (max-width: 614px) {
  .mod-kv_dot {
    width: 6px;
    height: 6px;
  }
}
.mod-kv_dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 34px;
  height: 34px;
  content: "";
  background-color: transparent;
  border: 1px solid #289adf;
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--kv-phase3-duration) var(--kv-easing);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 614px) {
  .mod-kv_dot::before {
    width: 26px;
    height: 26px;
  }
}
.mod-kv_dot.is-active::before {
  opacity: 1;
}
.mod-kv_bars {
  position: absolute;
  bottom: 51px;
  left: -46px;
  z-index: 10;
  width: 21px;
  height: 119px;
}
@media only screen and (max-width: 1414px) {
  .mod-kv_bars {
    left: 16px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kv_bars {
    bottom: 18px;
    left: 13px;
    height: 93px;
  }
}
.mod-kv_bars::before {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 80px;
  content: "";
  background-color: #dbdcdc;
  transform: translateX(calc(-50% + 1px));
}
@media only screen and (max-width: 614px) {
  .mod-kv_bars::before {
    height: 60px;
    transform: translateX(calc(-50% - 1px));
  }
}
.mod-kv_bars::after {
  position: absolute;
  bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #062e76;
  content: "Scroll";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 614px) {
  .mod-kv_bars::after {
    bottom: -1px;
    font-size: 12px;
  }
}
.mod-kv_bar {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #062e76;
  border-radius: 50%;
  transition: transform var(--kv-phase1-duration) var(--kv-easing), background-color var(--kv-easing);
  transform: translateX(calc(-50% + 1px));
}
@media only screen and (max-width: 614px) {
  .mod-kv_bar {
    height: 15px;
    transform: translateX(calc(-50% - 1px));
  }
}
[data-phase="0"] .mod-kv_bar, [data-phase="2"] .mod-kv_bar, [data-phase="4"] .mod-kv_bar {
  transform: translateX(calc(-50% + 1px)) translateY(0);
}
@media only screen and (max-width: 614px) {
  [data-phase="0"] .mod-kv_bar, [data-phase="2"] .mod-kv_bar, [data-phase="4"] .mod-kv_bar {
    transform: translateX(calc(-50% - 1px)) translateY(0);
  }
}
[data-phase="1"] .mod-kv_bar, [data-phase="3"] .mod-kv_bar, [data-phase="5"] .mod-kv_bar {
  transform: translateX(calc(-50% + 1px)) translateY(60px);
}
@media only screen and (max-width: 614px) {
  [data-phase="1"] .mod-kv_bar, [data-phase="3"] .mod-kv_bar, [data-phase="5"] .mod-kv_bar {
    transform: translateX(calc(-50% - 1px)) translateY(45px);
  }
}
[data-phase="1"] .mod-kv_bg, [data-phase="2"] .mod-kv_bg, [data-phase="3"] .mod-kv_bg, [data-phase="4"] .mod-kv_bg, [data-phase="5"] .mod-kv_bg {
  transform: translate(calc(-50% + 74px), -32px);
}
@media only screen and (max-width: 614px) {
  [data-phase="1"] .mod-kv_bg, [data-phase="2"] .mod-kv_bg, [data-phase="3"] .mod-kv_bg, [data-phase="4"] .mod-kv_bg, [data-phase="5"] .mod-kv_bg {
    transform: translate(calc(-50% - 27px), -32px);
  }
}
[data-phase="2"] .mod-kv_cornerImg {
  opacity: 1;
  transform: translateY(0);
}
[data-phase="3"] .mod-kv_cornerImg {
  opacity: 1;
  transform: translateY(0);
}
[data-phase="4"] .mod-kv_cornerImg {
  opacity: 1;
  transform: rotate(8deg);
}
[data-phase="5"] .mod-kv_cornerImg {
  opacity: 1;
  transform: rotate(-8deg);
}
[data-phase="3"] .mod-kv_content, [data-phase="4"] .mod-kv_content, [data-phase="5"] .mod-kv_content {
  opacity: 1;
}
[data-phase="2"] .mod-kv_slider, [data-phase="3"] .mod-kv_slider, [data-phase="4"] .mod-kv_slider, [data-phase="5"] .mod-kv_slider {
  opacity: 1;
  transform: translateY(0);
}
[data-phase="2"] .mod-kv_slide[data-index="0"], [data-phase="2"] .mod-kv_slide.is-active {
  opacity: 1;
}
[data-phase="3"] .mod-kv_slide.is-active {
  opacity: 1;
}
[data-phase="4"] .mod-kv_slide.is-active {
  opacity: 1;
}
[data-phase="5"] .mod-kv_slide.is-active {
  opacity: 1;
}

/*
* サブKV（リクルートページ）
*----------------------------- */
.mod-kvSub {
  position: relative;
  z-index: 1;
  height: 600px;
}
@media only screen and (max-width: 1038px) {
  .mod-kvSub {
    height: auto;
  }
}
.mod-kvSub_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  max-width: none;
  height: 100%;
  object-position: center;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1416px) {
  .mod-kvSub_bg {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
.mod-kvSub_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1232px;
  max-width: 100%;
  height: 100%;
  padding: 170px 16px 160px 66px;
  margin: 0 auto;
}
@media only screen and (max-width: 1038px) {
  .mod-kvSub_inner {
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    width: fit-content;
    width: 80%;
    padding: 60px 16px 100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kvSub_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_inner {
    padding: 23px 16px 75px;
  }
}
.mod-kvSub_inner::before {
  position: absolute;
  top: 0;
  right: -47px;
  z-index: 1;
  width: 220px;
  height: 100%;
  content: "";
  background-color: #f4902b;
  transform: skewX(-36.4deg);
  transform-origin: top left;
}
@media only screen and (max-width: 1038px) {
  .mod-kvSub_inner::before {
    right: -45%;
  }
}
@media only screen and (max-width: 814px) {
  .mod-kvSub_inner::before {
    right: -38%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_inner::before {
    right: -40%;
    width: 143px;
    transform: skewX(-35.25deg);
  }
}
@media only screen and (max-width: 379px) {
  .mod-kvSub_inner::before {
    right: -52%;
  }
}
.mod-kvSub_txtWrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_txtWrap {
    padding-left: 2px;
  }
}
.mod-kvSub_title {
  margin-bottom: 1px;
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_title {
    margin-bottom: 2px;
  }
}
.mod-kvSub_largeEng {
  padding-bottom: 1px;
  margin-bottom: 21px;
  font-family: "Oswald", sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 1;
  color: #062e76;
}
@media only screen and (max-width: 814px) {
  .mod-kvSub_largeEng {
    font-size: 80px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_largeEng {
    margin-bottom: 13px;
  }
}
.mod-kvSub_largeEng span {
  color: #f2923a;
}
.mod-kvSub_subTitle {
  width: fit-content;
  padding-bottom: 2px;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #2d2d2d;
}
@media only screen and (max-width: 1038px) {
  .mod-kvSub_subTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_subTitle {
    padding-bottom: 0;
    font-size: 19px;
  }
}
.mod-kvSub_breadcrumbs {
  position: absolute;
  bottom: 27px;
  left: 50%;
  z-index: 4;
  padding-left: 16px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-kvSub_breadcrumbs {
    bottom: 15px;
  }
}

/* Card */
/*
* カード型コンポーネント
*----------------------------- */
/* 01 */
.mod-card-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 324px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(6, 46, 118, 0.2);
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .mod-card-01 {
    width: 280px;
    height: 275px;
  }
}
.mod-card-01:hover .mod-card-01_img {
  transform: scale(1.1);
}
.mod-card-01:hover .mod-card-01_arrow::before {
  transform: scale(1.17);
}
.mod-card-01_media {
  position: relative;
  display: flex;
  height: 220px;
}
@media only screen and (max-width: 814px) {
  .mod-card-01_media {
    height: 182px;
  }
}
.mod-card-01_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 100%;
  padding-top: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: #062e76;
  border-bottom: 1px solid #062e76;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 814px) {
  .mod-card-01_label {
    width: 38px;
    padding-top: 28px;
    font-size: 17px;
  }
}
.mod-card-01_label::before {
  position: relative;
  top: -10px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #e1ebf8;
  border-radius: 50%;
}
@media only screen and (max-width: 814px) {
  .mod-card-01_label::before {
    top: -8px;
    width: 5px;
    height: 5px;
  }
}
.mod-card-01_label::after {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: #062e76 transparent transparent;
  border-style: solid;
  border-width: 19px 41px 0 0;
}
@media only screen and (max-width: 814px) {
  .mod-card-01_label::after {
    bottom: -13px;
    border-width: 13px 38px 0 0;
  }
}
.mod-card-01_imgWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mod-card-01_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.mod-card-01_titleWrap {
  position: relative;
  flex-grow: 1;
}
.mod-card-01_title {
  padding: 24px 20px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #062e76;
}
@media only screen and (max-width: 814px) {
  .mod-card-01_title {
    padding: 19px 21px 10px;
    font-size: 21px;
  }
}
.mod-card-01_arrow {
  position: absolute;
  right: 13px;
  bottom: 18px;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 814px) {
  .mod-card-01_arrow {
    right: 15px;
  }
}
.mod-card-01_arrow::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #062e76;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.mod-card-01_arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

/* 02 */
.mod-card-02 {
  display: flex;
  flex-direction: column;
  width: 340px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
}
.mod-card-02_img {
  width: 100%;
  height: 220px;
  margin-bottom: 16px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 5px;
}
.mod-card-02_tag {
  display: inline-block;
  width: fit-content;
  padding: 2px 12px 1px;
  margin-bottom: 9px;
  font-size: 14px;
  color: #062e76;
  background-color: #e1ebf8;
}
.mod-card-02_title {
  font-size: 18px;
  font-weight: 700;
}

/* 03 */
.mod-card-03 {
  display: inline-block;
  width: 520px;
  overflow: hidden;
}
@media only screen and (max-width: 614px) {
  .mod-card-03 {
    width: 100%;
  }
}
@media (hover: hover) {
  .mod-card-03:hover .mod-card-03_img {
    transform: scale(1.05);
  }
  .mod-card-03:hover .mod-card-03_btn {
    color: #062e76;
  }
  .mod-card-03:hover .mod-card-03_btn::before {
    width: 100%;
  }
}
.mod-card-03_media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 280px;
  aspect-ratio: 343/185;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 614px) {
  .mod-card-03_media {
    height: 230px;
  }
}
@media only screen and (max-width: 379px) {
  .mod-card-03_media {
    height: 185px;
    margin-bottom: 8px;
  }
}
.mod-card-03_media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: rgba(242, 146, 58, 0.2);
  filter: blur(5px);
}
.mod-card-03_media::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(242, 146, 58, 0.2), rgba(18, 9, 1, 0.7));
  border-radius: 10px;
}
.mod-card-03_img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s ease-out;
}
.mod-card-03_tag {
  position: absolute;
  right: 20px;
  bottom: 19px;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 2px 20px 0;
  color: white;
  background-color: #f2923a;
}
@media only screen and (max-width: 614px) {
  .mod-card-03_tag {
    right: 17px;
    bottom: 15px;
    height: 34px;
    padding: 2px 16px 0;
  }
}
.mod-card-03_tagTxtSmall {
  position: relative;
  padding-right: 15px;
  padding-bottom: 2px;
  margin-right: 13px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 614px) {
  .mod-card-03_tagTxtSmall {
    font-size: 12px;
  }
}
.mod-card-03_tagTxtSmall::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  display: inline-block;
  width: 1px;
  height: 32px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-card-03_tagTxtSmall::after {
    height: 18px;
  }
}
.mod-card-03_tagTxtLarge {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 614px) {
  .mod-card-03_tagTxtLarge {
    font-size: 18px;
  }
}
.mod-card-03_txt {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 614px) {
  .mod-card-03_txt {
    margin-bottom: 7px;
  }
}
.mod-card-03_btn {
  position: relative;
  display: block;
  width: 180px;
  padding: 7px 45px 8px 5px;
  margin: 0 0 0 auto;
  border-bottom: 1px solid #dbdcdc;
  transition: 0.3s ease-out;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
.mod-card-03_btn::before, .mod-card-03_btn::after {
  position: absolute;
  content: "";
  background-color: #062e76;
}
.mod-card-03_btn::before {
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: width 0.3s ease-out;
}
.mod-card-03_btnTxt {
  font-size: 16px;
}
.mod-card-03_btnArrow {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 814px) {
  .mod-card-03_btnArrow {
    right: 1px;
    width: 20px;
    height: 20px;
    transform: translateY(calc(-50% + 1px));
  }
}
@media only screen and (max-width: 614px) {
  .mod-card-03_btnArrow {
    right: 6px;
  }
}
.mod-card-03_btnArrow::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #062e76;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.mod-card-03_btnArrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

/* 04 */
.mod-card-04 {
  width: 310px;
  max-width: 100%;
  min-height: 420px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(6, 46, 118, 0.2);
}
@media only screen and (max-width: 614px) {
  .mod-card-04 {
    min-height: 370px;
  }
}
@media only screen and (max-width: 379px) {
  .mod-card-04 {
    width: 100%;
    height: auto;
  }
}
@media (hover: hover) {
  .mod-card-04:hover .mod-card-04_img {
    transform: scale(1.07);
  }
}
.mod-card-04_media {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
@media only screen and (max-width: 379px) {
  .mod-card-04_media {
    height: 191px;
  }
}
.mod-card-04_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .mod-card-04_img {
    object-position: 50% 0%;
  }
}
.mod-card-04_txtWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px 28px;
}
@media only screen and (max-width: 614px) {
  .mod-card-04_txtWrap {
    padding: 0 19px 20px 20px;
  }
}
.mod-card-04_tag {
  position: relative;
  left: -2px;
  min-width: 99px;
  padding: 10px 13px 9px;
  margin-bottom: 21px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #062e76;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 614px) {
  .mod-card-04_tag {
    top: -2px;
    left: -4px;
    height: 35px;
    padding: 10px 8px 6px;
    margin-bottom: 20px;
  }
}
.mod-card-04_tag-accent {
  background-color: #f2923a;
}
.mod-card-04_txt {
  font-weight: 600;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.6875;
}

/*
* 大きい数字入りのテキストカード
*----------------------------- */
.mod-numberTxtCard {
  display: flex;
  min-height: 96px;
  padding: 12px 13px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(6, 46, 118, 0.2);
}
@media only screen and (max-width: 614px) {
  .mod-numberTxtCard {
    padding: 15px 10px 20px 13px;
  }
}
.mod-numberTxtCard_left {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 614px) {
  .mod-numberTxtCard_left {
    flex-direction: column;
    justify-content: center;
    padding-right: 17px;
    padding-bottom: 12px;
    margin-right: 15px;
  }
}
.mod-numberTxtCard_left span {
  margin-right: 5.5px;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 614px) {
  .mod-numberTxtCard_left span {
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 10px;
  }
}
.mod-numberTxtCard_left b {
  padding-top: 1px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 614px) {
  .mod-numberTxtCard_left b {
    padding-left: 1px;
    font-size: 34px;
  }
}
.mod-numberTxtCard_left::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px);
  content: "";
  background-color: #dbdcdc;
  transform: translateY(calc(-50% + 0px));
}
@media only screen and (max-width: 614px) {
  .mod-numberTxtCard_left::after {
    height: calc(100% - 5px);
    transform: translateY(calc(-50% + 5px));
  }
}
.mod-numberTxtCard_right {
  display: flex;
  flex: 1;
  align-items: center;
  padding-bottom: 1px;
}
.mod-numberTxtCard_txt {
  padding-bottom: 1px;
  font-size: 22px;
  font-weight: 600;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .mod-numberTxtCard_txt {
    font-size: 18px;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.6;
  }
}
.mod-numberTxtCard-primary .mod-numberTxtCard_left {
  color: #289adf;
}
.mod-numberTxtCard-primary .mod-numberTxtCard_right b {
  color: #289adf;
}
.mod-numberTxtCard-secondary .mod-numberTxtCard_left {
  color: #0f4ea2;
}
.mod-numberTxtCard-secondary .mod-numberTxtCard_right b {
  color: #0f4ea2;
}
.mod-numberTxtCard-tertiary .mod-numberTxtCard_left {
  color: #062e76;
}
.mod-numberTxtCard-tertiary .mod-numberTxtCard_right b {
  color: #062e76;
}

/* Button */
/*
* ボタン
*----------------------------- */
/* 01 */
.mod-btn-01 {
  position: relative;
  display: inline-block;
  min-width: 280px;
  padding: 13px 23px 12px;
  color: white;
  background-color: #062e76;
  border: 1px solid #062e76;
  border-radius: 100px;
  transition: 0.3s ease-out;
}
.mod-btn-01::before, .mod-btn-01::after {
  position: absolute;
  top: 50%;
  transition: 0.3s ease-out;
  transform: translateY(-50%);
}
.mod-btn-01::before {
  right: 11px;
  width: 28px;
  height: 28px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.mod-btn-01::after {
  right: 21px;
  content: url("../img/icons/icon_arrow_color_main.svg");
}
.mod-btn-01:hover {
  color: #062e76;
  background-color: #e1ebf8;
}
.mod-btn-01:hover::before {
  box-shadow: inset 0 0 3px rgba(15, 29, 47, 0.3019607843);
  transform: translateY(-50%) scale(1.143);
}

/* 02 */
.mod-btn-02 {
  position: relative;
  display: inline-block;
  min-width: 230px;
  padding: 7px 45px 9px 5px;
  border-bottom: 1px solid #dbdcdc;
  transition: 0.3s ease-out;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 814px) {
  .mod-btn-02 {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-btn-02 {
    min-width: auto;
    padding-left: 2px;
  }
}
.mod-btn-02::before, .mod-btn-02::after {
  position: absolute;
  content: "";
  background-color: #062e76;
}
.mod-btn-02::before {
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: width 0.3s ease-out;
}
.mod-btn-02_txt {
  font-size: 19px;
}
@media only screen and (max-width: 614px) {
  .mod-btn-02_txt {
    font-size: 18px;
  }
}
.mod-btn-02_arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 24px;
  transform: translateY(calc(-50% - 1px));
}
@media only screen and (max-width: 814px) {
  .mod-btn-02_arrow {
    right: 1px;
    width: 20px;
    height: 20px;
    transform: translateY(calc(-50% + 1px));
  }
}
@media only screen and (max-width: 614px) {
  .mod-btn-02_arrow {
    right: 6px;
  }
}
.mod-btn-02_arrow::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #062e76;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.mod-btn-02_arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.mod-btn-02:hover {
  color: #062e76;
}
.mod-btn-02:hover::before {
  width: 100%;
}
.mod-btn-02:hover .mod-btn-02_arrow::before {
  transform: scale(1.143);
}

/* 03 */
.mod-btn-03 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  padding: 16px 62px 18.2px 30px;
  font-size: 18px;
  transition: 0.3s ease-out;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.6;
}
@media only screen and (max-width: 814px) {
  .mod-btn-03 {
    justify-content: left;
    width: 100%;
    min-width: auto;
    padding: 12px 40px 10px 14px;
    font-size: 16px;
    background-color: #e1ebf8;
    border-radius: 3px;
  }
}
.mod-btn-03_txt {
  position: relative;
  left: 0;
  transition: 0.3s ease-out;
}
.mod-btn-03_arrow {
  position: relative;
  top: 50%;
  right: -26px;
  transform: translateY(calc(-50% - 1px));
}
@media only screen and (max-width: 814px) {
  .mod-btn-03_arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}
.mod-btn-03_arrow::before, .mod-btn-03_arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 814px) {
  .mod-btn-03_arrow::before, .mod-btn-03_arrow::after {
    width: 17px;
    height: 17px;
  }
}
.mod-btn-03_arrow::before {
  background-color: #062e76;
  transform-origin: center;
}
.mod-btn-03_arrow::after {
  background-image: url("../img/icons/icon_arrow_down_color_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 4px;
}
@media only screen and (max-width: 814px) {
  .mod-btn-03_arrow::after {
    background-size: 7px 3.5px;
  }
}
@media (hover: hover) {
  .mod-btn-03:hover {
    background-color: #e1ebf8;
  }
  .mod-btn-03:hover .mod-btn-03_txt {
    left: -2px;
  }
  .mod-btn-03:hover .mod-btn-03_arrow::before {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* 左側にアイコン付きのボタン */
.mod-btn-leftIcon {
  position: relative;
  padding: 8px 51px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #0f4ea2;
  border: 1px solid #0f4ea2;
  border-radius: 100px;
  transition: 0.3s ease-out;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 614px) {
  .mod-btn-leftIcon {
    padding: 7px 51px;
  }
}
.mod-btn-leftIcon::before, .mod-btn-leftIcon::after {
  position: absolute;
  transition: 0.3s ease-out;
}
.mod-btn-leftIcon::before {
  top: 50%;
  left: 7px;
  width: 28px;
  height: 28px;
  content: "";
  background-color: #fff;
  background-image: url("../img/icons/icon_mail_blue.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  border-radius: 50%;
  transform: translateY(calc(-50% + 1px));
}
@media only screen and (max-width: 614px) {
  .mod-btn-leftIcon::before {
    left: 10px;
    padding-top: 1px;
    background-position: center;
    transform: translateY(-50%);
  }
}
.mod-btn-leftIcon::after {
  top: 50%;
  right: 5px;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6.73px 11.77px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-btn-leftIcon::after {
    right: 8px;
  }
}
.mod-btn-leftIcon:hover {
  color: #0f4ea2;
  background-color: #e1ebf8;
  border-color: #0f4ea2;
}
.mod-btn-leftIcon:hover .mod-btn-leftIcon_icon {
  background-color: #0f4ea2;
}
.mod-btn-leftIcon:hover::before {
  background-color: #0f4ea2;
  background-image: url("../img/icons/icon_mail_white.png");
}
.mod-btn-leftIcon:hover::after {
  background-image: url("../img/icons/icon_arrow_color_main.svg");
}

.mod-verticalBtn {
  position: relative;
  z-index: 125;
  display: flex;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  width: 53px;
  height: 200px;
  padding-top: 47px;
  color: #fff;
  text-decoration: none;
  background-color: #004098;
  border: 1px solid transparent;
  border-radius: 10px 0 0 10px;
  transition: 0.3s ease-out;
}
.mod-verticalBtn::after {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  width: 53px;
  height: 18px;
  content: "";
  background-color: #289adf;
  background-image: url("../img/icons/icon_arrow_color_white.svg");
  background-repeat: no-repeat;
  background-position: 52% 41%;
  background-size: 5.25px 9.62px;
  border-radius: 0 0 0 10px;
  transition: 0.3s ease-out;
}
.mod-verticalBtn_icon {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
}
.mod-verticalBtn_icon::before, .mod-verticalBtn_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%);
}
.mod-verticalBtn_icon::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.mod-verticalBtn_icon::after {
  width: 14px;
  height: 10px;
  background-image: url("../img/icons/icon_mail_blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mod-verticalBtn_mainTxt, .mod-verticalBtn_subTxt {
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.mod-verticalBtn_mainTxt {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.mod-verticalBtn_subTxt {
  position: relative;
  margin-top: 15px;
  font-size: 11px;
  color: #f2923a;
}
.mod-verticalBtn_subTxt::before {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 1px;
  height: 10px;
  content: "";
  background-color: currentcolor;
  transform: translateX(-50%);
}
.mod-verticalBtn:hover {
  color: #0f4ea2;
  background-color: #e1ebf8;
  border: 1px solid #0f4ea2;
  border-color: #0f4ea2;
}
.mod-verticalBtn:hover::after {
  background-color: #0f4ea2;
}
.mod-verticalBtn:hover .mod-verticalBtn_icon::before {
  background-color: #062e76;
}
.mod-verticalBtn:hover .mod-verticalBtn_icon::after {
  background-color: #0f4ea2;
  background-image: url("../img/icons/icon_mail_white.png");
}
.mod-verticalBtn:hover .mod-verticalBtn_subTxt {
  color: #289adf;
}

/* ホバーで背景画像が透けて見えるボタン */
.mod-btn-bg {
  position: relative;
  display: inline-block;
  min-width: 460px;
  padding: 27px 28px 26px;
  overflow: hidden;
  font-size: 18px;
  color: white;
  background-color: rgba(6, 46, 118, 0.95);
  border: 1px solid #062e76;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .mod-btn-bg {
    min-width: auto;
    border-radius: 5px;
  }
}
.mod-btn-bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.mod-btn-bg_txt {
  position: relative;
  z-index: 1;
}
.mod-btn-bg_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  transform: translateY(calc(-50% - 1px));
}
@media only screen and (max-width: 614px) {
  .mod-btn-bg_arrow {
    right: 13px;
    transform: translateY(-50%);
  }
}
.mod-btn-bg_arrow::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.mod-btn-bg_arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  content: "";
  background-image: url("../img/icons/icon_arrow_color_main.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6.73px 11.77px;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.mod-btn-bg:hover {
  background-color: rgba(6, 46, 118, 0.85);
}
.mod-btn-bg:hover::before {
  transform: translateY(-50%) scale(1.143);
}
.mod-btn-bg:hover .mod-btn-bg_arrow::before {
  transform: scale(1.143);
}

/*
* トップへ戻るボタン
*----------------------------- */
.mod-backTop {
  position: absolute;
  right: 40px;
  bottom: 102px;
  z-index: 50;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #062e76;
  border-radius: 50%;
}
@media only screen and (max-width: 814px) {
  .mod-backTop {
    right: 16px;
    bottom: 80px;
  }
}
.mod-backTop::before, .mod-backTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  pointer-events: none;
  content: "";
  transition: 0.3s ease-out;
}
.mod-backTop::before {
  width: 100%;
  height: 100%;
  background-color: #062e76;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.1);
}
.mod-backTop::after {
  position: absolute;
  left: 50%;
  z-index: 2;
  content: url("../img/icons/icon_arrow_up_color_primary.svg");
  transform: translate(-50%, calc(-50% - 2px));
}
@media (hover: hover) {
  .mod-backTop:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .mod-backTop:hover::after {
    content: url("../img/icons/icon_arrow_up_color_white.svg");
  }
}
@media only screen and (max-width: 614px) {
  .mod-backTop:active::before, .mod-backTop:focus::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .mod-backTop:active::after, .mod-backTop:focus::after {
    content: url("../img/icons/icon_arrow_up_color_white.svg");
  }
}
.mod-backTop_txt {
  position: absolute;
  bottom: -23px;
  left: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #062e76;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media only screen and (max-width: 614px) {
  .mod-backTop_txt {
    bottom: -23px;
  }
}

/*
* ハンバーガーメニューのボタン
*----------------------------- */
.mod-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 55px;
  padding: 0;
  cursor: pointer;
  background-color: #062e76;
  border: none;
}
@media only screen and (max-width: 1215px) {
  .mod-hamburger {
    display: flex;
  }
}
.mod-hamburger:focus {
  outline: none;
}
.mod-hamburger.active .mod-hamburger_line:nth-child(1) {
  transform: rotate(45deg);
}
.mod-hamburger.active .mod-hamburger_line:nth-child(2) {
  opacity: 0;
}
.mod-hamburger.active .mod-hamburger_line:nth-child(3) {
  transform: rotate(-45deg);
}
.mod-hamburger_line {
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: white;
  transition: 0.3s ease-out;
}
.mod-hamburger_line:nth-child(1) {
  transform: translateY(-10px);
}
.mod-hamburger_line:nth-child(3) {
  transform: translateY(10px);
}

/* Form */
/*
*  FORM PARTS
*---------------------------- */
/******** Select Box **********/
.mod-selectBox {
  position: relative;
  width: 340px;
  max-width: 100%;
}
.mod-selectBox::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 50px;
  pointer-events: none;
  content: "";
  background-image: url("../img/icons/icon_select_box.svg");
  transform: translateY(-50%);
}
.mod-selectBox select {
  width: 100%;
  padding: 1px 50px 0 19px;
  font-weight: normal;
  line-height: 47px;
  appearance: none;
  cursor: pointer;
}

/******** Input **********/
.mod-input-01 {
  width: 480px;
  max-width: 100%;
}
.mod-input-01 input {
  width: 100%;
  height: 50px;
  padding: 0 19px 1px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.875;
}

.mod-input-02 {
  width: 480px;
  max-width: 100%;
}
.mod-input-02 input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}

/******** TextArea **********/
.mod-textarea {
  width: 480px;
  max-width: 100%;
}
.mod-textarea textarea {
  width: 100%;
  height: 11.2em;
  padding: 10px 20px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.875;
}

/******** Check Box **********/
.mod-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.mod-checkbox label {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  cursor: pointer;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.875;
}
.mod-checkbox input {
  position: absolute;
  opacity: 0;
}
.mod-checkbox span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 6px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7c7c7c;
  border-radius: 1px;
}
.mod-checkbox input:checked + span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  color: #fff;
  content: "✓";
  transform: translate(-50%, -50%);
}
.mod-checkbox input:checked + span {
  background-color: #2e75ff;
  border: 1px solid #2e75ff;
}
.mod-checkbox-colorMain input:checked + span {
  background-color: #062e76;
  border: 1px solid #7c7c7c;
}
.mod-checkbox-colorMain input:checked + span::before {
  color: #fff;
}
.mod-checkbox-large span {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.mod-checkbox-large input:checked + span::before {
  font-size: 13px;
}

/******** Radio Button **********/
.mod-radio {
  display: flex;
  flex-wrap: wrap;
}
.mod-radio label,
.mod-radio input {
  cursor: pointer;
}
.mod-radio label {
  display: flex;
  align-items: center;
  margin-right: 50px;
  letter-spacing: 0;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.875;
}
.mod-radio input {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-top: 3px;
  margin-right: 6px;
  appearance: none;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
}
.mod-radio input:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #2e75ff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mod-radio-colorMain input:checked {
  border-color: #062e76;
}
.mod-radio-colorMain input:checked::before {
  background-color: #062e76;
}
.mod-radio-large label {
  margin-right: 44px;
}
.mod-radio-large input {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
.mod-radio-large input:checked::before {
  width: 10px;
  height: 10px;
}

/******** Required Mark **********/
.mod-required {
  display: inline-block;
  width: 50px;
  height: 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  color: #db2356;
  text-align: center;
  background-color: #f4f4f4;
}

/*
*  FORM
*---------------------------- */
@media only screen and (max-width: 1038px) {
  .mod-form-01 {
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 814px) {
  .mod-form-01 {
    width: 100%;
  }
}
.mod-form-01_inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.mod-form-01_group {
  display: flex;
  gap: 3px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1038px) {
  .mod-form-01_group {
    flex-direction: column;
  }
}
@media only screen and (max-width: 814px) {
  .mod-form-01_group {
    width: 100%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-form-01_group {
    margin-bottom: 7.6px;
  }
}
.mod-form-01_label {
  display: flex;
  align-items: center;
  width: 300px;
  padding-top: 9px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 614px) {
  .mod-form-01_label {
    margin-bottom: 9px;
  }
}
.mod-form-01_label-paddingTopNone {
  padding-top: 0;
}
@media only screen and (max-width: 614px) {
  .mod-form-01_label-paddingTopNone {
    padding-top: 9px;
  }
}
.mod-form-01_labelNote {
  padding-top: 4px;
  font-size: 14px;
}
.mod-form-01_postalCode {
  width: 300px;
}
.mod-form-01_orderChangeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 814px) {
  .mod-form-01_orderChangeBox {
    width: 100%;
    margin-top: 29px;
  }
}
.mod-form-01_captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -3px auto 29px;
}
@media only screen and (max-width: 614px) {
  .mod-form-01_captcha {
    order: 3;
    margin-bottom: 24px;
  }
}
.mod-form-01_captchaImg {
  width: 210px;
  height: 76px;
  margin-bottom: 8px;
  margin-left: 2px;
  object-fit: contain;
}
.mod-form-01_captchaInput {
  width: 220px;
  height: 48px;
  text-align: center;
  border-color: #b3b3b3 !important;
}
.mod-form-01_captchaTxt {
  padding-left: 4px;
  margin-top: 6px;
}
.mod-form-01_privacy {
  width: 509px;
  max-width: 100%;
  height: 228px;
  padding: 0 20px 15px 33px;
  margin: 0 auto 29px;
  overflow-y: scroll;
  border: 1px solid #808080;
}
@media only screen and (max-width: 614px) {
  .mod-form-01_privacy {
    order: 1;
    height: 250px;
    margin-bottom: 27px;
  }
}
.mod-form-01_privacy h2 {
  margin: 0.8em 0 1.4em;
  font-size: 18px;
  font-weight: 700;
}
.mod-form-01_privacy h3 {
  margin: 1.75em 0 1.8em;
  font-size: 15px;
  font-weight: 700;
}
.mod-form-01_privacy p {
  margin-bottom: 1em;
  font-size: 15px;
}
.mod-form-01_agreement {
  margin: 0 auto 48px;
}
@media only screen and (max-width: 614px) {
  .mod-form-01_agreement {
    order: 2;
    margin-bottom: 24px;
  }
}
.mod-form-01_agreement label {
  margin-right: 0;
}
.mod-form-01_submit {
  display: flex;
  justify-content: center;
  width: 100%;
}
.mod-form-01_btn {
  text-align: left;
}
.mod-form-01 input,
.mod-form-01 select,
.mod-form-01 textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #7c7c7c;
  border-radius: 0;
}
.mod-form-01 input::placeholder,
.mod-form-01 textarea::placeholder,
.mod-form-01 select:disabled,
.mod-form-01 select:invalid {
  color: #666;
  letter-spacing: 0;
  opacity: 1;
}
.mod-form-01 .mod-input-01:not(.mod-form-01_postalCode) {
  display: inline-block;
  width: 660px;
  max-width: 100%;
}
@media only screen and (max-width: 814px) {
  .mod-form-01 .mod-input-01:not(.mod-form-01_postalCode) {
    width: 100%;
  }
}
.mod-form-01 .mod-input-01 input[type=email]::placeholder {
  letter-spacing: 0.015em;
}
.mod-form-01 .mod-textarea {
  width: 660px;
  max-width: 100%;
}
@media only screen and (max-width: 814px) {
  .mod-form-01 .mod-textarea {
    width: 100%;
  }
}
.mod-form-01 .mod-required {
  margin-left: 12px;
}

/* Others */
/*
*  TABLE
*---------------------------- */
/******** mod-table-01 **********/
.mod-table-01 {
  width: 100%;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 1038px) {
  .mod-table-01 {
    width: 100%;
  }
}
@media only screen and (max-width: 1038px) {
  .mod-table-01 table,
  .mod-table-01 tr {
    display: block;
  }
}
@media only screen and (max-width: 1038px) {
  .mod-table-01 tr {
    display: flex;
    flex-direction: column;
  }
}
.mod-table-01 th,
.mod-table-01 td {
  padding-top: 26px;
  padding-bottom: 27.3px;
  border-bottom: 1px solid #707070;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 614px) {
  .mod-table-01 th,
  .mod-table-01 td {
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 2;
  }
}
.mod-table-01 th {
  width: 330px;
  max-width: 100%;
  padding-right: 28px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #f3f5f9;
}
@media only screen and (max-width: 1038px) {
  .mod-table-01 th {
    width: 100%;
    padding-left: 10px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 614px) {
  .mod-table-01 th {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.mod-table-01 td {
  padding-right: 10px;
  padding-left: 20px;
  letter-spacing: 0.03em;
  background-color: #fff;
}
@media only screen and (max-width: 614px) {
  .mod-table-01 td {
    padding-top: 24px;
    padding-bottom: 23px;
    padding-left: 10px;
  }
}
.mod-table-01 td .boxWrap {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1038px) {
  .mod-table-01 td .boxWrap {
    flex-wrap: wrap;
  }
}
.mod-table-01 td .box {
  width: 376px;
  max-width: 100%;
  padding: 20px 31px 11px;
  margin-top: 15px;
  background-color: #f2faff;
}
@media only screen and (max-width: 614px) {
  .mod-table-01 td .box {
    width: 100%;
    padding: 20px 12px 11px;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.8;
  }
}
.mod-table-01 td .box span {
  display: block;
  margin-bottom: 5px;
}

/*
*  Breadcrumbs
*---------------------------- */
.mod-breadcrumbs {
  padding: 15px 16px 0;
}
@media only screen and (max-width: 614px) {
  .mod-breadcrumbs {
    padding: 11px 16px 5px;
  }
}
.mod-breadcrumbs_list {
  font-size: 13px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
.mod-breadcrumbs_list > * + *::before {
  width: fit-content;
  margin: 0 1px 0 3px;
  font-size: 13px;
  content: "＞";
}
.mod-breadcrumbs_item {
  display: inline;
}
.mod-breadcrumbs_link span {
  letter-spacing: 0;
}
.mod-breadcrumbs_link[href] {
  text-decoration: underline;
}
.mod-breadcrumbs_link[href]:hover {
  color: #666;
  text-decoration: none;
  opacity: 0.7;
}

/*
* 二本線のアイコン
*----------------------------- */
.mod-dualLines {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 15px;
}
@media only screen and (max-width: 614px) {
  .mod-dualLines {
    width: 35px;
    height: 12px;
  }
}
.mod-dualLines::before, .mod-dualLines::after {
  position: absolute;
  width: 34px;
  height: 6px;
  content: "";
  border-radius: 100px;
}
@media only screen and (max-width: 614px) {
  .mod-dualLines::before, .mod-dualLines::after {
    width: 25px;
    height: 5px;
  }
}
.mod-dualLines::before {
  top: 0;
  left: 0;
  background-color: #f2923a;
}
.mod-dualLines::after {
  right: 0;
  bottom: 0;
  background-color: #289adf;
}
.mod-dualLines-narrow {
  width: 34px;
  height: 16px;
}
@media only screen and (max-width: 614px) {
  .mod-dualLines-narrow {
    top: 1px;
    width: 28px;
    height: 13px;
  }
}
.mod-dualLines-narrow::before, .mod-dualLines-narrow::after {
  width: 24px;
}
@media only screen and (max-width: 614px) {
  .mod-dualLines-narrow::before, .mod-dualLines-narrow::after {
    width: 20px;
    height: 5px;
  }
}

/*
*  検索ボックス（背景色付き）
*---------------------------- */
.mod-search {
  padding: 33px 47px 32px;
  background-color: #e6f0f9;
  border-radius: 10px;
}
@media only screen and (max-width: 614px) {
  .mod-search {
    padding: 23px 15px 22px;
  }
}
.mod-search_title {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 614px) {
  .mod-search_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.mod-search_inner {
  display: flex;
  gap: 14px;
  width: 100%;
  height: 56px;
}
@media only screen and (max-width: 614px) {
  .mod-search_inner {
    gap: 8px;
    height: 48px;
  }
}
.mod-search_input {
  width: 776px;
}
.mod-search_input input {
  height: 100%;
  padding-right: 21px;
  padding-left: 21px;
  background-color: #fff;
  border: 1px solid #d0cfca;
  border-radius: 4px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 614px) {
  .mod-search_input input {
    padding: 0 6px 2px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-search_input input::placeholder {
    font-size: 14px;
  }
}
.mod-search_button {
  width: 140px;
  height: 100%;
  padding: 0 20px;
  font-weight: bold;
  font-weight: 600;
  color: white;
  text-align: center;
  background-color: #062e76;
  border: 1px solid #062e76;
  border-radius: 10px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 614px) {
  .mod-search_button {
    flex-shrink: 0;
    width: 92px;
  }
}
.mod-search_button:hover {
  color: #062e76;
  background-color: #fff;
}
.mod-search_line {
  width: 60px;
  margin: 10px 0 20px;
  border-top: 3px solid #0e3b6f;
}

/*
* 背景色つきのボックス
*----------------------------- */
.mod-bgBox {
  padding: 39px 38px 34px;
  background-color: #f3f5f9;
  border-radius: 15px;
}
@media only screen and (max-width: 614px) {
  .mod-bgBox {
    padding: 25px 22px 21px;
  }
}
.mod-bgBox_title {
  margin-bottom: 36px;
}
@media only screen and (max-width: 614px) {
  .mod-bgBox_title {
    margin-bottom: 11px;
  }
}
.mod-bgBox_txt {
  padding-left: 2px;
}
@media only screen and (max-width: 614px) {
  .mod-bgBox_txt {
    padding-left: 0;
  }
}
.mod-bgBox .mod-hl-04 {
  margin-bottom: 22px;
}
@media only screen and (max-width: 614px) {
  .mod-bgBox .mod-hl-04 {
    margin-bottom: 11px;
  }
}
.mod-bgBox .mod-hl-05 {
  margin: 14.5px 0 13px;
}
.mod-bgBox-accent {
  background-color: #fffee6;
}
@media only screen and (max-width: 614px) {
  .mod-bgBox-accent {
    padding: 34px 22px 28px;
  }
}
.mod-bgBox-accent .mod-hl-04 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 614px) {
  .mod-bgBox-accent .mod-hl-04 {
    padding-bottom: 10px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 614px) {
  .mod-bgBox-accent .mod-hl-05 {
    margin-bottom: 6px;
  }
}

/*
* フレックスコンテナ
*----------------------------- */
/* 01 */
.mod-flexColumn-01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-01 {
    flex-direction: column;
  }
}
.mod-flexColumn-01_item {
  width: 46.364%;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-01_item {
    width: 100%;
  }
}
.mod-flexColumn-01_item:first-child {
  margin-top: 2px;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-01_item:first-child {
    margin-bottom: 24px;
  }
}
.mod-flexColumn-01 img {
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-01 img {
    width: 510px;
    height: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-01 img {
    width: 343px;
    height: 202px;
  }
}

/* 02 */
.mod-flexColumn-02 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-02 {
    flex-direction: column;
    height: auto;
  }
}
.mod-flexColumn-02_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 46.364%;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-02_item {
    width: 100%;
    padding-left: 1px;
    margin-bottom: 17px;
  }
}
.mod-flexColumn-02_head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-02_head {
    margin-bottom: 6px;
  }
}
.mod-flexColumn-02_eng {
  margin-right: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #062e76;
}
.mod-flexColumn-02_tag {
  height: 34px;
  padding: 3px 32px;
  margin-bottom: 2px;
  font-weight: 600;
  color: #fff;
  background-color: #062e76;
  border-radius: 5px;
}
.mod-flexColumn-02_tag-accent {
  background-color: #f2923a;
}
.mod-flexColumn-02_title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-02_title {
    margin-bottom: 18px;
    font-size: 20px;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.54;
  }
}
.mod-flexColumn-02_info {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 16px;
  margin-bottom: 8px;
  border-left: 3px solid #93a2b5;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 2.025;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-02_info {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.mod-flexColumn-02_info b {
  font-size: 18px;
  font-weight: 700;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-02_info b {
    margin-right: 2px;
    font-size: 16px;
    font-weight: 400;
  }
}
.mod-flexColumn-02_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: flex-start;
  margin-top: 6px;
}
.mod-flexColumn-02_cat {
  display: inline-block;
  padding: 6px 18px;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #93a2b5;
  border-radius: 50px;
}
.mod-flexColumn-02 img {
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 814px) {
  .mod-flexColumn-02 img {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/* 03（3列） */
.mod-flexColumn-03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 330px);
  gap: 32px 54px;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-03 {
    grid-template-columns: 1fr;
    gap: 29px;
  }
}
.mod-flexColumn-03_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-03_item {
    max-width: none;
  }
}
.mod-flexColumn-03_img {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-03_img {
    margin-bottom: 25px;
  }
}
.mod-flexColumn-03_txt {
  text-align: left;
}
.mod-flexColumn-03 .mod-hl-04 {
  padding-bottom: 15px;
  margin-bottom: 22px;
  text-align: left;
}
@media only screen and (max-width: 614px) {
  .mod-flexColumn-03 .mod-hl-04 {
    padding-bottom: 10px;
  }
}

/*
*  Pagination
*---------------------------- */
.mod-pagination {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 614px) {
  .mod-pagination {
    padding: 0 30px;
  }
}
.mod-pagination li {
  position: relative;
}
.mod-pagination li a,
.mod-pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  letter-spacing: 0;
  background-color: #fff;
  border: 2px solid #062e76;
  transition: 0.3s ease-out;
}
.mod-pagination li a:hover {
  color: #fff;
  background-color: #062e76;
  border-color: #062e76;
}
.mod-pagination li span {
  color: #fff;
  background-color: #062e76;
  border-color: #062e76;
}
@media only screen and (max-width: 614px) {
  .mod-pagination li:first-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-pagination li:first-of-type a.prev {
    height: 17px;
  }
}
.mod-pagination li:first-of-type a.prev::before {
  left: 6px;
  border-top: 2px solid #c3c3c3; /* 矢印の太さの指定 */
  border-left: 2px solid #c3c3c3; /* 矢印の太さの指定 */
  transition: 0.3s ease-out;
  transform: rotate(-45deg); /* 矢印の角度の指定 */
}
@media only screen and (max-width: 614px) {
  .mod-pagination li:first-of-type a.prev::before {
    left: 3px;
  }
}
@media only screen and (max-width: 614px) {
  .mod-pagination li:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 614px) {
  .mod-pagination li:last-of-type a.next {
    height: 17px;
  }
}
.mod-pagination li:last-of-type a.next::before {
  right: 6px;
  border-right: 2px solid #c3c3c3; /* 矢印の太さの指定 */
  border-bottom: 2px solid #c3c3c3; /* 矢印の太さの指定 */
  transition: 0.3s ease-out;
  transform: rotate(-45deg); /* 矢印の角度の指定 */
}
@media only screen and (max-width: 614px) {
  .mod-pagination li:last-of-type a.next::before {
    right: 3px;
  }
}
.mod-pagination li a.prev,
.mod-pagination li a.next {
  width: fit-content;
  border: none;
}
@media only screen and (max-width: 614px) {
  .mod-pagination li a.prev,
  .mod-pagination li a.next {
    width: 100%;
  }
}
.mod-pagination li a.prev::before,
.mod-pagination li a.next::before {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
}
.mod-pagination li a.prev:hover,
.mod-pagination li a.next:hover {
  background-color: #fff;
}
.mod-pagination li a.prev:hover::before,
.mod-pagination li a.next:hover::before {
  border-color: #ff6c00;
}

/* Category styles */
/*
* トップページ
*----------------------------- */
.top_contactBtn {
  position: fixed;
  top: 215px;
  right: 0;
}
@media only screen and (max-width: 814px) {
  .top_contactBtn {
    display: none;
  }
}

.top-hl-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.top-hl-02_dualLines {
  margin-bottom: 15px;
}
@media only screen and (max-width: 614px) {
  .top-hl-02_dualLines {
    top: 4px;
  }
}
.top-hl-02_title {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #062e76;
}
@media only screen and (max-width: 814px) {
  .top-hl-02_title {
    margin-bottom: 12px;
    font-size: 46px;
  }
}
.top-hl-02_subTitle {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 814px) {
  .top-hl-02_subTitle {
    font-size: 22px;
  }
}
.top-hl-02-small .top-hl-02_title {
  padding-top: 13px;
  margin-bottom: 17px;
  font-size: 52px;
}
@media only screen and (max-width: 814px) {
  .top-hl-02-small .top-hl-02_title {
    margin-bottom: 12px;
    font-size: 46px;
  }
}
.top-hl-02-small .top-hl-02_subTitle {
  font-size: 21px;
}
@media only screen and (max-width: 814px) {
  .top-hl-02-small .top-hl-02_subTitle {
    font-size: 22px;
  }
}

.top-hl-03 {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 814px) {
  .top-hl-03 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 614px) {
  .top-hl-03 {
    gap: 11px;
  }
}

/*
* KV
*----------------------------- */
.top-kv {
  position: relative;
}
.top-kv_bg {
  position: absolute;
  bottom: -430px;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 1920px;
  max-width: none;
  height: 814px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1416px) {
  .top-kv_bg {
    width: 100%;
    object-fit: fill;
  }
}
@media only screen and (max-width: 814px) {
  .top-kv_bg {
    bottom: 34px;
    width: 800px;
    height: 339px;
  }
}
@media only screen and (max-width: 614px) {
  .top-kv_bg {
    bottom: -131px;
  }
}

/*
* VISION
*----------------------------- */
.top-vision {
  position: relative;
  height: 527px;
  padding-top: 105px;
  margin-bottom: 105px;
}
@media only screen and (max-width: 1038px) {
  .top-vision {
    height: auto;
  }
}
@media only screen and (max-width: 814px) {
  .top-vision {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 614px) {
  .top-vision {
    padding-top: 74px;
    margin-bottom: 0;
  }
}
.top-vision_inner {
  position: relative;
  display: flex;
  gap: 13.8%;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 1038px) {
  .top-vision_inner {
    gap: 78px;
  }
}
@media only screen and (max-width: 814px) {
  .top-vision_inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 614px) {
  .top-vision_inner {
    gap: 0;
  }
}
.top-vision_imgWrap {
  position: relative;
  flex-shrink: 0;
  width: 45.1%;
  height: 0;
  aspect-ratio: 496/527;
  padding-bottom: 47.91875%;
}
@media only screen and (max-width: 814px) {
  .top-vision_imgWrap {
    width: 60%;
    padding-bottom: 63.75%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 614px) {
  .top-vision_imgWrap {
    width: 100%;
    padding-bottom: 106.25%;
    margin-bottom: 36px;
  }
}
.top-vision_img {
  position: absolute;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 1414px) {
  .top-vision_img {
    object-fit: contain;
  }
}
.top-vision_img-lg {
  top: 0;
  right: 0;
  width: 74.6%;
  height: auto;
}
.top-vision_img-sm {
  bottom: 0;
  left: 0;
  width: 44.8%;
  height: auto;
}
.top-vision_titleBox {
  position: relative;
  width: 41.1%;
}
@media only screen and (max-width: 814px) {
  .top-vision_titleBox {
    width: 100%;
    padding-left: 37px;
  }
}
.top-vision_verticalTxt {
  position: absolute;
  top: 111px;
  left: -45px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #d1d1d1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 814px) {
  .top-vision_verticalTxt {
    top: 84px;
    left: 4px;
    font-size: 14px;
  }
}
.top-vision_verticalTxt::before {
  position: absolute;
  top: -12px;
  left: 7px;
  width: 1px;
  height: 96px;
  content: "";
  background-color: #d1d1d1;
  transform: translateY(-100%);
}
@media only screen and (max-width: 814px) {
  .top-vision_verticalTxt::before {
    height: 72px;
  }
}
.top-vision_title {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45em;
  color: #062e76;
}
@media only screen and (max-width: 814px) {
  .top-vision_title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 614px) {
  .top-vision_title {
    margin-bottom: 13px;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.4;
  }
}
.top-vision_txt {
  margin-bottom: 1.8em;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
.top-vision_loopTxt {
  position: absolute;
  bottom: -67px;
}
@media only screen and (max-width: 1038px) {
  .top-vision_loopTxt {
    bottom: -15%;
  }
}
@media only screen and (max-width: 814px) {
  .top-vision_loopTxt {
    bottom: -48px;
  }
}

/*
* BUSINESS
*----------------------------- */
.top-business {
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 499px;
  background: transparent linear-gradient(180deg, rgba(225, 235, 248, 0) 0%, rgba(225, 235, 248, 0.9607843137) 19%, #d5e5fa 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1414px) {
  .top-business {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1038px) {
  .top-business {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 614px) {
  .top-business {
    padding-top: 119%;
    padding-bottom: 397px;
  }
}
.top-business_inner {
  position: relative;
  width: 1220px;
  max-width: 100%;
  padding: 0 97px 77px 99px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1414px) {
  .top-business_inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 614px) {
  .top-business_inner {
    padding-bottom: 56px;
  }
}
.top-business_bgTop {
  position: absolute;
  top: -128px;
  left: 45px;
  z-index: -1;
}
@media only screen and (max-width: 1038px) {
  .top-business_bgTop {
    display: none;
  }
}
.top-business_cornerImg {
  position: absolute;
  top: 0;
  right: -115px;
  width: 48.524%;
  transform: translateY(-78.8%);
}
@media only screen and (max-width: 614px) {
  .top-business_cornerImg {
    right: auto;
    left: 50%;
    width: 117%;
    max-width: none;
    transform: none;
    transform: translate(calc(-50% + 12px), -135%);
  }
}
.top-business_titleBox {
  top: -53px;
  margin-bottom: -15px;
}
.top-business_txt {
  width: 495px;
  max-width: 100%;
  margin: 6px auto 44px;
  text-align: center;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 814px) {
  .top-business_txt {
    position: relative;
    top: -10px;
    width: 100%;
    margin-bottom: 28px;
    text-align: left;
  }
}
.top-business_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1414px) {
  .top-business_cards {
    gap: 24px;
    justify-content: center;
  }
}
.top-business_cards .mod-card {
  width: 320px;
}
.top-business_bgBottom {
  position: absolute;
  bottom: -599px;
  left: -346px;
  z-index: -1;
}
@media only screen and (max-width: 814px) {
  .top-business_bgBottom {
    bottom: 0%;
    left: 50%;
    width: 100%;
    max-width: none;
    transform: translate(calc(-50% - 169px), 87%);
  }
}
@media only screen and (max-width: 614px) {
  .top-business_bgBottom {
    width: 133.24%;
  }
}

/*
* MESSAGE
*----------------------------- */
.top-message {
  position: relative;
  z-index: 3;
}
.top-message::before {
  position: absolute;
  top: -296px;
  right: 0;
  z-index: -1;
  width: calc(50% + 300px);
  height: 300px;
  content: "";
  background-color: #fff;
}
@media only screen and (max-width: 814px) {
  .top-message::before {
    top: -159px;
    width: 50%;
    height: 163px;
  }
}
.top-message_inner {
  position: relative;
  top: -351px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1144px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  margin-bottom: -288px;
}
@media only screen and (max-width: 1414px) {
  .top-message_inner {
    gap: 10.8%;
  }
}
@media only screen and (max-width: 1038px) {
  .top-message_inner {
    gap: 90px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 814px) {
  .top-message_inner {
    top: -297px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 614px) {
  .top-message_inner {
    gap: 66px;
  }
}
.top-message_bg {
  position: absolute;
  top: -75%;
  left: -33%;
  z-index: -1;
}
.top-message_imgWrap {
  position: relative;
  flex-shrink: 0;
  width: 36%;
  height: 530px;
  transform: translate(0, -1px);
}
@media only screen and (max-width: 1414px) {
  .top-message_imgWrap {
    transform: translate(48px, 0);
  }
}
@media only screen and (max-width: 1038px) {
  .top-message_imgWrap {
    transform: translate(38px, 0);
  }
}
@media only screen and (max-width: 814px) {
  .top-message_imgWrap {
    width: 60%;
    height: auto;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 614px) {
  .top-message_imgWrap {
    left: 3px;
    width: 83.5%;
  }
}
.top-message_imgWrap::before, .top-message_imgWrap::after {
  position: absolute;
  z-index: 2;
  width: 68.45%;
  aspect-ratio: 274/311;
  content: url("../img/top/gradient_corner_overlay.png");
}
.top-message_imgWrap::before {
  top: -56px;
  left: -62px;
}
@media only screen and (max-width: 1038px) {
  .top-message_imgWrap::before {
    top: -45px;
    left: -49px;
  }
}
.top-message_imgWrap::after {
  right: -49px;
  bottom: -45px;
  transform: rotate(180deg);
}
.top-message_img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.top-message_titleBox {
  position: relative;
  left: -1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 51.3%;
}
@media only screen and (max-width: 1038px) {
  .top-message_titleBox {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 814px) {
  .top-message_titleBox {
    left: 0;
    width: 100%;
  }
}
.top-message_largeEngWrap {
  position: relative;
  top: -5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 614px) {
  .top-message_largeEngWrap {
    margin-bottom: 3px;
  }
}
.top-message_largeEng {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 115px;
  font-weight: 500;
  line-height: 1;
  color: rgba(6, 46, 118, 0.13);
}
@media only screen and (max-width: 814px) {
  .top-message_largeEng {
    margin-bottom: 12px;
    font-size: 68px;
  }
}
.top-message_cornerImg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  transform: translate(96.2%, -14.1%);
}
@media only screen and (max-width: 1038px) {
  .top-message_cornerImg {
    transform: translate(30%, -50%);
  }
}
@media only screen and (max-width: 814px) {
  .top-message_cornerImg {
    width: 35.2%;
  }
}
@media only screen and (max-width: 614px) {
  .top-message_cornerImg {
    width: 50.8%;
    transform: translate(93.6%, -21.5%);
  }
}
.top-message_title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 814px) {
  .top-message_title {
    margin-bottom: 10px;
  }
}
.top-message_largeTxt {
  padding-left: 3px;
  margin-bottom: 23px;
  font-size: 30px;
  font-weight: 700;
  color: #062e76;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 814px) {
  .top-message_largeTxt {
    padding-left: 0;
    margin-bottom: 14px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 814px) {
  .top-message_largeTxt br {
    display: none;
  }
}
@media only screen and (max-width: 614px) {
  .top-message_largeTxt br {
    display: block;
  }
}
.top-message_txt {
  margin-bottom: 29px;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
@media only screen and (max-width: 614px) {
  .top-message_txt {
    margin-bottom: 22px;
  }
}

/*
* ABOUT
*----------------------------- */
.top-about {
  position: relative;
  left: 25px;
  display: flex;
  width: 1150px;
  max-width: 100%;
  padding-top: 10px;
  margin: 0 auto 173px;
}
@media only screen and (max-width: 814px) {
  .top-about {
    left: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 614px) {
  .top-about {
    padding-top: 48px;
  }
}
.top-about_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
}
@media only screen and (max-width: 814px) {
  .top-about_box {
    order: 2;
    padding-top: 21px;
  }
}
.top-about_largeEng {
  margin-bottom: 23px;
  font-family: "Oswald", sans-serif;
  font-size: 115px;
  font-weight: 500;
  line-height: 1;
  color: rgba(6, 46, 118, 0.13);
}
@media only screen and (max-width: 814px) {
  .top-about_largeEng {
    margin-bottom: 11px;
    font-size: 68px;
  }
}
.top-about_title {
  margin-bottom: 49px;
}
@media only screen and (max-width: 814px) {
  .top-about_title {
    margin-bottom: 20px;
  }
}
.top-about_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 24.5px 40px;
}
@media only screen and (max-width: 814px) {
  .top-about_btns {
    gap: 20px 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 814px) {
  .top-about_btns a {
    width: 47%;
  }
}
@media only screen and (max-width: 614px) {
  .top-about .mod-btn-02 {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 614px) {
  .top-about .mod-btn-02_arrow {
    right: 1px;
  }
}
.top-about_img {
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 814px) {
  .top-about_img {
    top: -24px;
    z-index: 4;
    order: 1;
  }
}
.top-about_bg {
  position: absolute;
  bottom: -375px;
  left: 50%;
  display: inline-block;
  width: 1920px;
  max-width: none;
  height: 562px;
  pointer-events: none;
  transform: translateX(calc(-50% - 25px));
}
@media only screen and (min-width: 1416px) {
  .top-about_bg {
    width: 100vw;
    object-fit: fill;
  }
}
@media only screen and (max-width: 814px) {
  .top-about_bg {
    bottom: -179px;
    width: 800px;
    height: 234px;
    transform: translateX(-50%);
  }
}

/*
* NEWS
*----------------------------- */
.top-news {
  position: relative;
  margin-bottom: 159px;
}
@media only screen and (max-width: 814px) {
  .top-news {
    margin-bottom: 124px;
  }
}
.top-news_content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 102px 95px 47px;
}
@media only screen and (max-width: 1038px) {
  .top-news_content {
    padding: 102px 30px;
  }
}
@media only screen and (max-width: 814px) {
  .top-news_content {
    padding-top: 29px;
    padding-bottom: 39px;
  }
}
.top-news_content::before {
  position: absolute;
  top: 6px;
  left: 16px;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 15px rgba(6, 46, 118, 0.2);
}
@media only screen and (max-width: 814px) {
  .top-news_content::before {
    left: 50%;
    width: calc(100% - 56px);
    height: 100%;
    border-radius: 20px;
    transform: translateX(-50%);
  }
}
.top-news_cornerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.41%;
  pointer-events: none;
  transform: translate(19%, -78.7%);
}
@media only screen and (max-width: 814px) {
  .top-news_cornerImg {
    right: 0;
    left: auto;
    width: 35%;
    transform: translate(-23.4%, -78.7%);
  }
}
@media only screen and (max-width: 614px) {
  .top-news_cornerImg {
    right: -1px;
    width: 47.9%;
  }
}
.top-news_inner {
  position: relative;
  left: 16px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  width: 1050px;
  max-width: 100%;
}
@media only screen and (max-width: 1038px) {
  .top-news_inner {
    left: auto;
    gap: 50px;
  }
}
@media only screen and (max-width: 814px) {
  .top-news_inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.top-news_titleBox {
  padding-top: 21px;
}
.top-news_subTitle {
  position: relative;
  left: 5px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 814px) {
  .top-news_subTitle {
    margin-bottom: 37px;
  }
}
.top-news_list {
  margin-bottom: 41px;
}
@media only screen and (max-width: 614px) {
  .top-news_list {
    margin-bottom: 40px;
  }
}
/*
* 下層ページ
*----------------------------- */
.sub .mod-btnList-03 {
  margin-bottom: 39px;
}
@media only screen and (max-width: 614px) {
  .sub .mod-btnList-03 {
    margin-bottom: 17px;
  }
}

/*
* BUSINESS
*----------------------------- */
.subBusiness_btn {
  display: block;
  max-width: 460px;
  margin: 0 auto 72px;
}
@media only screen and (max-width: 614px) {
  .subBusiness_btn {
    margin-bottom: 48px;
  }
}
.subBusiness_cardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 340px);
  gap: 28px 40px;
  justify-content: center;
  width: 100%;
  padding-bottom: 21px;
  margin: 0 auto;
}
@media only screen and (max-width: 614px) {
  .subBusiness_cardGrid {
    gap: 20.5px;
    padding-bottom: 4px;
  }
}
.subBusiness section {
  margin-bottom: 72px;
}
@media only screen and (max-width: 614px) {
  .subBusiness section {
    margin-bottom: 56px;
  }
}
.subBusiness .mod-hl-02 {
  margin-bottom: 42px;
}
@media only screen and (max-width: 614px) {
  .subBusiness .mod-hl-02 {
    margin-bottom: 30px;
  }
}
.subBusiness .mod-flexColumn-01 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 614px) {
  .subBusiness .mod-flexColumn-01 {
    margin-bottom: 20px;
  }
}
.subBusiness .mod-navBlock {
  margin-bottom: 0;
}

/*
* MESSAGE
*----------------------------- */
.subMessage_columnWrap {
  position: relative;
}
.subMessage_column {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 41px;
  margin-bottom: 131px;
  overflow: visible;
}
@media only screen and (max-width: 1038px) {
  .subMessage_column {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
    margin-bottom: 62px;
  }
}
.subMessage_bgImg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  max-width: none;
  transform: translate(-50%, calc(-50% + 236px));
}
@media only screen and (max-width: 1038px) {
  .subMessage_bgImg {
    transform: translate(-50%, calc(-50% - 180px));
  }
}
@media only screen and (max-width: 814px) {
  .subMessage_bgImg {
    transform: translate(-50%, calc(-50% - 250px));
  }
}
@media only screen and (max-width: 614px) {
  .subMessage_bgImg {
    height: 340px;
    transform: translate(-50%, calc(-50% - 272px));
  }
}
.subMessage_columnImg {
  width: 36.364%;
  margin-bottom: 90px;
  border-radius: 15px;
}
@media only screen and (max-width: 814px) {
  .subMessage_columnImg {
    width: 60%;
  }
}
@media only screen and (max-width: 614px) {
  .subMessage_columnImg {
    width: 81.6326530612%;
  }
}
.subMessage_columnTxtWrap {
  position: relative;
  width: 53.636%;
  padding-top: 2px;
}
@media only screen and (max-width: 1038px) {
  .subMessage_columnTxtWrap {
    width: 100%;
  }
}
.subMessage_bgTxt {
  position: absolute;
  top: -52px;
  left: -50px;
  z-index: -1;
  font-family: "Oswald", sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
  color: rgba(225, 235, 248, 0.6);
}
@media only screen and (max-width: 1038px) {
  .subMessage_bgTxt {
    top: -39px;
    left: 0;
    font-size: 72px;
  }
}
.subMessage_title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #062e76;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 614px) {
  .subMessage_title {
    margin-bottom: 26px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 614px) {
  .subMessage_pcTxt {
    display: none;
  }
}
.subMessage_spTxt {
  display: none;
}
@media only screen and (max-width: 614px) {
  .subMessage_spTxt {
    display: block;
  }
}
.subMessage_txt {
  margin-bottom: 1.8em;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
.subMessage_txt:last-of-type {
  margin-bottom: 25px;
}
@media only screen and (max-width: 614px) {
  .subMessage_txt:last-of-type {
    margin-bottom: 18px;
  }
}
.subMessage_name {
  display: block;
  padding-right: 20px;
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 614px) {
  .subMessage_name {
    padding-right: 0;
    font-size: 14px;
  }
}
.subMessage_name b {
  margin-left: 16px;
  font-size: 24px;
}
@media only screen and (max-width: 614px) {
  .subMessage_name b {
    font-size: 22px;
  }
}
.subMessage .mod-hl-02 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 614px) {
  .subMessage .mod-hl-02 {
    margin-bottom: 27px;
  }
}
.subMessage .l-sub {
  padding-bottom: 88px;
}
@media only screen and (max-width: 614px) {
  .subMessage .l-sub {
    padding-bottom: 41px;
  }
}
.subMessage .mod-numberTxtCard {
  margin-bottom: 32px;
}
@media only screen and (max-width: 614px) {
  .subMessage .mod-numberTxtCard {
    margin-bottom: 22px;
  }
}
.subMessage .mod-numberTxtCard:last-of-type {
  padding-top: 17px;
  padding-bottom: 18px;
}

/*
* COMPANY
*----------------------------- */
.subCompany_sectionTxt {
  margin-bottom: 29px;
}
.subCompany_address {
  margin-top: 48px;
}
@media only screen and (max-width: 614px) {
  .subCompany_address {
    margin-top: 41px;
  }
}
.subCompany_addressTitle {
  margin-bottom: 10px;
}
@media only screen and (max-width: 614px) {
  .subCompany_addressTitle {
    margin-bottom: 14px;
  }
}
.subCompany_addressLink {
  display: inline-block;
  margin-bottom: 29px;
  font-weight: 600;
  color: #0e3b73;
  text-decoration: underline;
}
.subCompany_telLink {
  pointer-events: none;
  cursor: text;
}
@media only screen and (max-width: 614px) {
  .subCompany_telLink {
    pointer-events: all;
    cursor: pointer;
  }
}
.subCompany_rightTxt {
  margin-top: 12px;
  text-align: right;
}
@media only screen and (max-width: 614px) {
  .subCompany_rightTxt {
    margin-top: 10px;
  }
}
.subCompany .l-sub {
  padding-bottom: 37px;
}
@media only screen and (max-width: 614px) {
  .subCompany .l-sub {
    padding-bottom: 15px;
  }
}
.subCompany .mod-hl-02 {
  margin-bottom: 43px;
}
@media only screen and (max-width: 614px) {
  .subCompany .mod-hl-02 {
    margin-bottom: 31px;
  }
}
.subCompany .mod-hl-03 {
  margin-bottom: 29px;
}
@media only screen and (max-width: 614px) {
  .subCompany .mod-hl-03 {
    margin-bottom: 21px;
  }
}
.subCompany .mod-li-disc {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  width: 738px;
  max-width: 100%;
  margin-bottom: -11px;
}
@media only screen and (max-width: 614px) {
  .subCompany .mod-li-disc {
    margin-bottom: 10px;
  }
}
.subCompany .mod-li-disc li {
  width: 222px;
  margin-bottom: 6.5px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 614px) {
  .subCompany .mod-li-disc li {
    margin-bottom: 3.1px;
  }
}
.subCompany .marginLeft5 {
  margin-left: 5px;
}
.subCompany section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 614px) {
  .subCompany section {
    margin-bottom: 54px;
  }
}
.subCompany .mod-flexColumn-01_item:last-child {
  padding-top: 3px;
}
@media only screen and (max-width: 614px) {
  .subCompany .mod-flexColumn-01_item:last-child {
    padding-top: 1px;
  }
}

/*
* NEWS
*----------------------------- */
.subNews .l-sub {
  padding-bottom: 120px;
}
@media only screen and (max-width: 614px) {
  .subNews .l-sub {
    padding-bottom: 72px;
  }
}
.subNews .mod-search {
  margin-bottom: 41px;
}
@media only screen and (max-width: 614px) {
  .subNews .mod-search {
    margin-bottom: 32px;
  }
}
.subNews .mod-newsList {
  margin-bottom: 63px;
}
@media only screen and (max-width: 614px) {
  .subNews .mod-newsList {
    margin-bottom: 51px;
  }
}
.subNews .mod-newsList_item:first-child {
  border-top: none;
}
@media only screen and (max-width: 614px) {
  .subNews .mod-newsList_item:first-child {
    border-top: 1px solid #dbdcdc;
  }
}
@media only screen and (max-width: 614px) {
  .subNews .mod-newsList_item::before {
    right: -1px;
  }
}
@media only screen and (max-width: 614px) {
  .subNews .mod-newsList_item::after {
    right: 9px;
  }
}
.subNews .mod-newsList_link {
  padding-left: 0;
}
@media only screen and (max-width: 614px) {
  .subNews .mod-newsList_link {
    padding-bottom: 17.8px;
  }
}

/*
* NEWS DETAIL
*----------------------------- */
.subNewsDetail_info {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  color: #93a2b5;
  letter-spacing: 0.02em;
}
.subNewsDetail_infoDate::after {
  padding: 0 3px;
  content: "/";
}
.subNewsDetail .l-sub {
  padding-bottom: 120px;
}
@media only screen and (max-width: 614px) {
  .subNewsDetail .l-sub {
    padding-bottom: 72px;
  }
}
.subNewsDetail img {
  display: block;
  margin: 0 auto 46px;
}
@media only screen and (max-width: 614px) {
  .subNewsDetail img {
    margin: 0 auto 38px;
  }
}
.subNewsDetail .mod-hl-02 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 614px) {
  .subNewsDetail .mod-hl-02 {
    margin-bottom: 33px;
  }
}
.subNewsDetail p {
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.8;
}
.subNewsDetail .mod-btn-01 {
  display: block;
  width: 280px;
  margin: 61px auto 0;
}
@media only screen and (max-width: 614px) {
  .subNewsDetail .mod-btn-01 {
    margin: 45px auto 0;
  }
}

/*
* CONTACT
*----------------------------- */
.subContact .l-sub {
  padding-bottom: 120px;
}
@media only screen and (max-width: 614px) {
  .subContact .l-sub {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 614px) {
  .subContact .l-narrowContent {
    padding: 0 20px;
  }
}

/*
* PRIVACY POLICY
*----------------------------- */
.subPrivacyPolicy .l-sub {
  padding-bottom: 116px;
}
@media only screen and (max-width: 614px) {
  .subPrivacyPolicy .l-sub {
    padding-bottom: 70px;
  }
}
.subPrivacyPolicy .mod-hl-02 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 614px) {
  .subPrivacyPolicy .mod-hl-02 {
    margin-bottom: 41px;
  }
}
.subPrivacyPolicy .mod-hl-03 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 614px) {
  .subPrivacyPolicy .mod-hl-03 {
    margin-bottom: 22px;
  }
}
.subPrivacyPolicy .mod-li-decimal {
  padding-left: 45px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.subPrivacyPolicy .fontBold {
  font-weight: 700;
}
.subPrivacyPolicy .marginBtm-sm {
  margin-bottom: 12px;
}
@media only screen and (max-width: 614px) {
  .subPrivacyPolicy .marginBtm-sm {
    margin-bottom: 13px;
  }
}
.subPrivacyPolicy .marginBtm-md {
  margin-bottom: 31px;
}
@media only screen and (max-width: 614px) {
  .subPrivacyPolicy .marginBtm-md {
    margin-bottom: 22px;
  }
}
.subPrivacyPolicy .marginBtm-lg {
  margin-bottom: 30px;
}
@media only screen and (max-width: 614px) {
  .subPrivacyPolicy .marginBtm-lg {
    margin-bottom: 20px;
  }
}
.subPrivacyPolicy a {
  letter-spacing: 0.035em;
}

/*
* RECRUIT
*----------------------------- */
/* MISSION */
.subRecruit-mission {
  position: relative;
  padding-top: 22px;
  margin-bottom: 84px;
}
@media only screen and (max-width: 614px) {
  .subRecruit-mission {
    padding-top: 21px;
    margin-bottom: 31px;
  }
}
.subRecruit-mission_bg {
  position: absolute;
  bottom: 225px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  max-width: none;
  height: 580px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1416px) {
  .subRecruit-mission_bg {
    width: 100vw;
    height: 580px;
  }
}
@media only screen and (max-width: 1414px) {
  .subRecruit-mission_bg {
    bottom: 82px;
  }
}
@media only screen and (max-width: 614px) {
  .subRecruit-mission_bg {
    width: 800px;
    height: 241px;
  }
}
.subRecruit-mission_body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-mission_body {
    flex-direction: column;
  }
}
@media only screen and (max-width: 614px) {
  .subRecruit-mission_body {
    margin-bottom: 8px;
  }
}
.subRecruit-mission_titleWrap {
  padding-top: 53px;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-mission_titleWrap {
    padding-top: 0;
  }
}
.subRecruit-mission_title {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 814px) {
  .subRecruit-mission_title {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.subRecruit-mission_title::before, .subRecruit-mission_title::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}
@media only screen and (max-width: 614px) {
  .subRecruit-mission_title::before, .subRecruit-mission_title::after {
    top: 8px;
  }
}
.subRecruit-mission_title::before {
  z-index: -1;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #062e76;
}
.subRecruit-mission_title::after {
  width: 6px;
  height: 6px;
  content: "";
  background-color: #f2923a;
}
.subRecruit-mission_largeTitle {
  font-size: 48px;
  font-weight: 700;
  white-space: nowrap;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-mission_largeTitle {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 814px) {
  .subRecruit-mission_largeTitle {
    font-size: 38px;
  }
}
.subRecruit-mission_largeTitle span {
  color: #f2923a;
}
.subRecruit-mission_txtWrap {
  width: 59.6363636364%;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-mission_txtWrap {
    width: 100%;
  }
}
.subRecruit-mission_txt {
  margin-bottom: 1.8em;
}
.subRecruit-mission_txt:last-of-type {
  margin-bottom: 1.77em;
}
.subRecruit-mission_img {
  width: 100%;
}

/* WORK */
.subRecruit-work {
  margin-bottom: 154px;
}
@media only screen and (max-width: 614px) {
  .subRecruit-work {
    margin-bottom: 92px;
  }
}
.subRecruit-work_body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-work_body {
    flex-direction: column;
  }
}
@media only screen and (max-width: 614px) {
  .subRecruit-work_body {
    margin-bottom: 30px;
  }
}
.subRecruit-work_largeEngWrap {
  position: relative;
  width: fit-content;
  margin-top: 54px;
}
@media only screen and (max-width: 814px) {
  .subRecruit-work_largeEngWrap {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 814px) {
  .subRecruit-work_largeEngTxtImg {
    width: 255.74px;
    height: 91.26px;
  }
}
.subRecruit-work_largeEngIcon {
  position: absolute;
  top: -72px;
  right: -112px;
}
@media only screen and (max-width: 814px) {
  .subRecruit-work_largeEngIcon {
    top: -57px;
    right: -87px;
    width: 114.85px;
    height: 114.85px;
  }
}
.subRecruit-work_titleWrap {
  width: 51.3636363636%;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-work_titleWrap {
    width: 100%;
  }
}
.subRecruit-work_title {
  margin-bottom: 11px;
}
@media only screen and (max-width: 814px) {
  .subRecruit-work_title {
    margin-bottom: 8px;
  }
}
.subRecruit-work_subTitle {
  padding-left: 3px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  /* フォントサイズとXDサイズからline-heightを計算 */
  line-height: 1.4;
}
@media only screen and (max-width: 814px) {
  .subRecruit-work_subTitle {
    padding-left: 0;
    margin-bottom: 14px;
    font-size: 25px;
  }
}
.subRecruit-work_subTitle span {
  color: #f2923a;
}
.subRecruit-work_cardGrid {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1038px) {
  .subRecruit-work_cardGrid {
    flex-direction: column;
    gap: 31px;
    align-items: center;
  }
}

/* INTERVIEW */
.subRecruit-interview {
  position: relative;
  padding-bottom: 96px;
  margin-bottom: 0;
}
.subRecruit-interview::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 100vw;
  height: 1373.8px;
  content: "";
  background: linear-gradient(to bottom, #fff, #faf6c2);
  border-radius: 0 0 100px 100px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 614px) {
  .subRecruit-interview::before {
    height: calc(100% + 680px);
    border-radius: 0 0 70px 70px;
  }
}
.subRecruit-interview_bgLeft, .subRecruit-interview_bgRight {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 614px) {
  .subRecruit-interview_bgLeft, .subRecruit-interview_bgRight {
    display: none;
  }
}
.subRecruit-interview_bgLeft {
  top: -142px;
  left: -500px;
  width: 698px;
  height: 698px;
  opacity: 0.3;
}
.subRecruit-interview_bgRight {
  right: -500px;
  bottom: 0;
  width: 698px;
  height: 450px;
}
.subRecruit-interview_inner {
  position: relative;
  height: 588px;
}
@media only screen and (max-width: 1414px) {
  .subRecruit-interview_inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1038px) {
  .subRecruit-interview_inner {
    height: auto;
  }
}
.subRecruit-interview_inner::before {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  width: calc(100% + 140px);
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 30px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1414px) {
  .subRecruit-interview_inner::before {
    width: calc(100vw - 32px - 2px);
  }
}
.subRecruit-interview_largeEngTxtImg {
  position: absolute;
  top: -47px;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 814px) {
  .subRecruit-interview_largeEngTxtImg {
    top: -28px;
    left: 50%;
    width: 285px;
    height: 56.83px;
    transform: translateX(-50%);
  }
}
.subRecruit-interview_icon {
  position: absolute;
  top: -116px;
  right: -1px;
  z-index: 3;
}
@media only screen and (max-width: 814px) {
  .subRecruit-interview_icon {
    top: auto;
    right: 11px;
    bottom: 20px;
    width: 144px;
    height: 144px;
  }
}
.subRecruit-interview_body {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 60px;
  align-items: center;
  height: 100%;
  padding: 82px 0 84px;
}
@media only screen and (max-width: 1414px) {
  .subRecruit-interview_body {
    gap: 16px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1038px) {
  .subRecruit-interview_body {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 614px) {
  .subRecruit-interview_body {
    gap: 35px;
    padding: 33px 16px 70px;
  }
}
.subRecruit-interview_titleWrap {
  padding-bottom: 1px;
  padding-left: 1px;
}
.subRecruit-interview_title {
  gap: 18px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 614px) {
  .subRecruit-interview_title {
    justify-content: center;
    margin-bottom: 18px;
  }
}
.subRecruit-interview_cardWrap {
  display: flex;
  gap: 30px 38px;
}
@media only screen and (max-width: 814px) {
  .subRecruit-interview_cardWrap {
    flex-direction: column;
  }
}
/*
* WORK
*----------------------------- */
.subWork .mod-btnList-03 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 614px) {
  .subWork .mod-btnList-03 {
    margin-bottom: 48px;
  }
}
.subWork .l-sub {
  padding-bottom: 44px;
}
@media only screen and (max-width: 614px) {
  .subWork .l-sub {
    padding-bottom: 27px;
  }
}
.subWork .mod-hl-02 {
  margin-bottom: 41px;
}
@media only screen and (max-width: 614px) {
  .subWork .mod-hl-02 {
    margin-bottom: 31px;
  }
}
.subWork .mod-hl-03 {
  margin-bottom: 43px;
}
@media only screen and (max-width: 614px) {
  .subWork .mod-hl-03 {
    margin-bottom: 27px;
  }
}
.subWork .mod-hl-04 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 814px) {
  .subWork .mod-hl-04:not(.mod-bgBox .mod-hl-04) {
    margin-bottom: 13px;
  }
}
.subWork .mod-flexColumn-01 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 614px) {
  .subWork .mod-flexColumn-01 {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 614px) {
  .subWork .mod-flexColumn-01 img {
    margin-bottom: 30px;
  }
}
.subWork .mod-flexColumn-02 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 814px) {
  .subWork .mod-flexColumn-02 {
    margin-bottom: 8px;
  }
}
.subWork .mod-flexColumn-02 img {
  position: relative;
  top: -4px;
  padding-left: 0;
}
.subWork section {
  margin-bottom: 73px;
}
@media only screen and (max-width: 614px) {
  .subWork section {
    margin-bottom: 42px;
  }
}
.subWork section > p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 614px) {
  .subWork section > p {
    margin-bottom: 31px;
  }
}
.subWork .marginTop-md {
  margin-top: 65px;
}
@media only screen and (max-width: 614px) {
  .subWork .marginTop-md {
    margin-top: 50px;
  }
}
.subWork .marginBtm-lg {
  margin-bottom: 93px;
}
@media only screen and (max-width: 814px) {
  .subWork .marginBtm-lg {
    margin-bottom: 61px;
  }
}

/*
* RECRUITMENT
*----------------------------- */
.subRecruitment .mod-btnList-03 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment .mod-btnList-03 {
    margin-bottom: 48px;
  }
}
.subRecruitment_stepWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment_stepWrap {
    gap: 16px;
  }
}
.subRecruitment .l-sub {
  padding-bottom: 24px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment .l-sub {
    padding-bottom: 8px;
  }
}
.subRecruitment section {
  margin-bottom: 94px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment section {
    margin-bottom: 61px;
  }
}
.subRecruitment section > section {
  margin-top: 70px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment section > section {
    margin-top: 46px;
  }
}
.subRecruitment .mod-hl-02 {
  margin-bottom: 43px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment .mod-hl-02 {
    margin-bottom: 33px;
  }
}
.subRecruitment .mod-hl-03 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 614px) {
  .subRecruitment .mod-hl-03 {
    margin-bottom: 23px;
  }
}
.subRecruitment .mod-hl-04:not(.mod-flexColumn-03 .mod-hl-04) {
  margin-bottom: 40px;
}

/* State styles */
/* Theme styles */
/* Utility styles */
/*
*  display：
*---------------------------- */
.db-pc {
  display: none !important;
}
@media only screen and (max-width: 1414px) {
  .db-pc {
    display: block !important;
  }
}

.db-tab {
  display: none !important;
}
@media only screen and (max-width: 1038px) {
  .db-tab {
    display: block !important;
  }
}

.db-mob {
  display: none !important;
}
@media only screen and (max-width: 814px) {
  .db-mob {
    display: block !important;
  }
}

.db-sp {
  display: none !important;
}
@media only screen and (max-width: 614px) {
  .db-sp {
    display: block !important;
  }
}

.db-small {
  display: none !important;
}
@media only screen and (max-width: 379px) {
  .db-small {
    display: block !important;
  }
}

@media only screen and (max-width: 1414px) {
  .dn-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1038px) {
  .dn-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 814px) {
  .dn-mob {
    display: none !important;
  }
}

@media only screen and (max-width: 614px) {
  .dn-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 379px) {
  .dn-small {
    display: none !important;
  }
}

/*
*  改行
*---------------------------- */
.db-br-tab {
  display: none;
}
@media only screen and (max-width: 1038px) {
  .db-br-tab {
    display: block !important;
  }
}

.db-br-mob {
  display: none;
}
@media only screen and (max-width: 814px) {
  .db-br-mob {
    display: block !important;
  }
}

.db-br-sp {
  display: none;
}
@media only screen and (max-width: 614px) {
  .db-br-sp {
    display: block !important;
  }
}

.db-br-small {
  display: none;
}
@media only screen and (max-width: 379px) {
  .db-br-small {
    display: block !important;
  }
}

@media only screen and (max-width: 1038px) {
  .dn-br-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 814px) {
  .dn-br-mob {
    display: none !important;
  }
}

@media only screen and (max-width: 614px) {
  .dn-br-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 379px) {
  .dn-br-small {
    display: none !important;
  }
}

.fadeUp {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(40px);
  will-change: opacity, transform;
}

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

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}