/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/design.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-------------------------------------------------------------------------------
  media query
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  font setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  color setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  space setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  border setting
--------------------------------------------------------------------------------*/
/*!
 * ress.css v1.0.0
 * MIT License
 * top_original reset
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

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

td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
  margin: 0;
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

iframe {
  border: 0;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*-------------------------------------------------------------------------------
  default style
--------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #00a0e9;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #00a0e9;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #EBEEF3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(0, 160, 233, 0.5);
}

/*-------------------------------------------------------------------------------
  一覧ページのページャ
--------------------------------------------------------------------------------*/
.pagination_unit {
  display: flex;
}
.pagination_unit .pagination_prev button.hidden, .pagination_unit .pagination_next button.hidden {
  visibility: hidden;
}

.pagination_btns_list {
  display: flex;
}
.pagination_btns_list li.current {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細ページのページャ
--------------------------------------------------------------------------------*/
.single-pager_unit {
  display: flex;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

/*-------------------------------------------------------------------------------
  img global
--------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #00a0e9;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

/*-------------------------------------------------------------------------------
  text global
--------------------------------------------------------------------------------*/
strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*-------------------------------------------------------------------------------
  input global
--------------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d5d5d5;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #d5d5d5;
}

select,
label {
  width: 100%;
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  input button global
--------------------------------------------------------------------------------*/
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}
@media (min-width: 769px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    transition: all 0.3s ease;
  }
}

body {
  background-color: #FAFAFA;
}

section {
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding-bottom: 60px;
  }
}

a {
  display: block;
}

@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.cmn_txt_s {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  line-height: 180%;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #0A1A2F;
}
@media (max-width: 768px) {
  .cmn_txt_s {
    line-height: 150%;
  }
}

.cmn_wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}

.cmn_txt_m {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 220%;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #0A1A2F;
}
@media (max-width: 768px) {
  .cmn_txt_m {
    line-height: 150%;
  }
}

.cmn_btn {
  background-color: #fff;
  border: 1px solid #005BB5;
  color: #005BB5;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 220%;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 35px;
  transition: all 0.3s;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmn_btn {
    line-height: 150%;
  }
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    background-color: #005BB5;
    color: #fff;
  }
}
.cmn_btn.is_blue {
  background-color: #005BB5;
  color: #fff;
}
@media (min-width: 769px) {
  .cmn_btn.is_blue:hover {
    background-color: #fff;
    color: #005BB5;
  }
}

.cmn_ttl {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding-bottom: clamp(2.5rem, 0.037rem + 5.12vw, 6.25rem);
}

.cmn_ttl_big {
  padding-left: 3%;
  width: 100%;
  display: flex;
  flex-flow: column;
}
.cmn_ttl_big.is_right {
  align-items: end;
  padding-right: 3%;
  padding-left: 0;
}
@media (max-width: 768px) {
  .cmn_ttl_big {
    padding-left: 5%;
  }
}

.cmn_ttl_en {
  font-size: clamp(1.563rem, 1.275rem + 1.44vw, 3rem);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #005BB5;
  padding-right: 15px;
  position: relative;
}
.cmn_ttl_en::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background-color: #005BB5;
}

.cmn_ttl_en_big {
  font-size: clamp(2.5rem, 0.5rem + 10vw, 12.5rem);
  line-height: 120%;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: rgba(0, 91, 181, 0.26);
}

.cmn_ttl_ja {
  font-size: clamp(2.188rem, 1.645rem + 1.13vw, 3rem);
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #0A1A2F;
  line-height: 120%;
}
@media (max-width: 768px) {
  .cmn_ttl_ja {
    font-size: clamp(1.563rem, 1.25rem + 1.56vw, 2rem);
  }
}

.is_white {
  color: #fff;
}

.cmn_gradation {
  aspect-ratio: 1920/595;
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  z-index: -1;
}
.cmn_gradation img {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.is_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .is_flex {
    flex-flow: column;
  }
}

/* table */
.tbl_wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 90%;
}

.cmn_tbl {
  width: 100%;
}
.cmn_tbl tbody {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .cmn_tbl tbody {
    gap: 10px;
  }
}
.cmn_tbl tr {
  display: flex;
  background-color: #EBEEF3;
}
@media (max-width: 768px) {
  .cmn_tbl tr {
    flex-flow: column;
  }
}
.cmn_tbl th, .cmn_tbl td {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  line-height: 180%;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #0A1A2F;
  padding: 30px 50px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 768px) {
  .cmn_tbl th, .cmn_tbl td {
    padding: 20px;
  }
}
.cmn_tbl th {
  width: 30%;
  min-width: 150px;
  background-color: #EBEEF3;
}
@media (max-width: 768px) {
  .cmn_tbl th {
    width: 100%;
    padding-bottom: 10px;
    color: #005BB5;
  }
}
.cmn_tbl td {
  width: 70%;
  background-color: #EBEEF3;
}
@media (max-width: 768px) {
  .cmn_tbl td {
    width: 100%;
    padding-top: 0;
  }
}

.cmn_list_slim {
  width: 100%;
  display: grid;
}
@media (max-width: 768px) {
  .cmn_list_slim {
    display: flex;
    flex-flow: column;
  }
}

.cmn_list_slim_item {
  background: #005BB5;
  background: linear-gradient(319deg, rgba(0, 91, 181, 0.17) 0%, rgba(75, 198, 223, 0.09) 100%);
  border-radius: 10px;
  padding: 7%;
  display: flex;
  flex-flow: column;
}
.cmn_list_slim_item.is_white {
  background: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.cmn_list_item_ttl {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  font-weight: 800;
  color: #005BB5;
  line-height: 180%;
  padding: 30px 3%;
  border-top: 1px solid #005BB5;
  border-bottom: 1px solid #005BB5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 1199px) {
  .cmn_list_item_ttl {
    padding: 20px 3%;
  }
}
@media (max-width: 768px) {
  .cmn_list_item_ttl {
    padding: 10px 3%;
  }
}

.cmn_list_wide {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.cmn_list_wide_item {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  border-radius: 10px;
  padding: 70px 60px;
  background: #005BB5;
  background: linear-gradient(319deg, rgba(0, 91, 181, 0.17) 0%, rgba(75, 198, 223, 0.09) 100%);
}
@media (max-width: 768px) {
  .cmn_list_wide_item {
    flex-flow: column;
    gap: 20px;
    padding: 7% 5%;
  }
}
.cmn_list_wide_item.is_white {
  background: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.cmn_list_wide_item .cmn_list_item_ttl {
  text-align: left;
}

.cmn_list_wide_item_img {
  aspect-ratio: 520/400;
  max-width: 520px;
  width: 40%;
  height: 100%;
}
@media (max-width: 768px) {
  .cmn_list_wide_item_img {
    width: 100%;
    aspect-ratio: 4/3;
    max-width: 100%;
  }
}

.cmn_list_item_detail {
  flex: 1;
}

.cmn_list_item_txt {
  padding-top: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.bnrs_list {
  width: 98%;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 768px) {
  .bnrs_list {
    gap: clamp(0.625rem, 0.18rem + 2.23vw, 1.25rem);
  }
}

.cmn_bnr {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cmn_bnr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 91, 181, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.cmn_bnr img {
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .cmn_bnr:hover img {
    transform: scale(1.1);
  }
  .cmn_bnr:hover::before {
    opacity: 1;
  }
}
.cmn_bnr .bnrs_item_name {
  position: absolute;
  content: "";
  bottom: clamp(0.5rem, -0.001rem + 1.04vw, 1.25rem);
  right: clamp(0.5rem, -0.001rem + 1.04vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
}

.cmn_bnr_txt {
  font-size: clamp(1.25rem, 0.582rem + 1.39vw, 2.25rem);
  font-weight: 700;
  color: #fff;
}

.cmn_bnr_arrow {
  width: 48px;
  height: 48px;
}

@media (max-width: 768px) {
  .bnrs_item_img {
    aspect-ratio: 3/1;
  }
}

.fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade_up.is_show {
  opacity: 1;
  transform: translateY(0);
}

/* 最初は静止している状態 */
#cmn_list li {
  opacity: 0;
}

/* 親の #cmn_list に .is-animated がついた瞬間、中の li が動き出す */
#cmn_list.is-animated li {
  animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------------------------------------------------------
  opening animation
--------------------------------------------------------------------------------*/
.opening_animation {
  position: fixed;
  inset: 0;
  background: #5FABF6;
  background: linear-gradient(180deg, rgb(95, 171, 246) 0%, rgb(224, 250, 255) 100%);
  z-index: 2000;
  display: block;
  overflow: hidden;
}
.opening_animation.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opening_animation .opening_content {
  opacity: 0;
  transform: translateY(50px);
  will-change: transform, opacity;
  display: block;
  margin-left: unset;
  padding-left: unset;
}
.opening_animation .opening_content .cmn_logo_image {
  aspect-ratio: 480/315;
  max-width: 480px;
  margin: 0 auto;
  width: 80%;
}
.opening_animation .opening_content .cmn_logo_name {
  font-size: clamp(1.875rem, 1.263rem + 3.06vw, 4.938rem);
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 30px;
}
.opening_animation .opening_content.is-show {
  animation: contentIn 0.7s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

/* ロゴ高速出現 */
@keyframes contentIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 横スピードワイプ */
.loading_mask {
  position: fixed;
  inset: 0;
  background: #111;
  z-index: 2100;
  transform: translateX(-100%);
  will-change: transform;
}

.loading_mask.is-wipe {
  animation: wipeIn 0.6s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

@keyframes wipeIn {
  to {
    transform: translateX(0%);
  }
}
/* opening本体を押し出す */
.opening_animation.is-exit {
  animation: pushOut 0.6s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

@keyframes pushOut {
  to {
    transform: translateX(100%);
  }
}
/* MVタイトル文字アニメーション */
@keyframes slideUpChar {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.home .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.home .header .hd_nav ul .hd_nav_li:nth-of-type(1) a {
  color: #005BB5;
  pointer-events: none;
}

body.jobs .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.jobs .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.jobs .header .hd_nav ul .hd_nav_li:nth-of-type(2) a {
  color: #005BB5;
  pointer-events: none;
}

body.workflow .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.workflow .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.workflow .header .hd_nav ul .hd_nav_li:nth-of-type(3) a {
  color: #005BB5;
  pointer-events: none;
}

body.culture .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.culture .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.culture .header .hd_nav ul .hd_nav_li:nth-of-type(4) a {
  color: #005BB5;
  pointer-events: none;
}

body.support .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.support .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.support .header .hd_nav ul .hd_nav_li:nth-of-type(5) a {
  color: #005BB5;
  pointer-events: none;
}

body.requirements .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.requirements .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.requirements .header .hd_nav ul .hd_nav_li:nth-of-type(6) a {
  color: #005BB5;
  pointer-events: none;
}

body.contact .header .hd_nav ul .hd_nav_li a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  body.contact .header .hd_nav ul .hd_nav_li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
body.contact .header .hd_nav ul .hd_nav_li:nth-of-type(7) a {
  color: #005BB5;
  pointer-events: none;
}

.header {
  width: 100%;
  height: 117px;
  background-color: #EBEEF3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .header {
    height: unset;
    padding: 0 15px 10px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 50px;
    padding: 0 0px 0 10px;
    top: 0;
  }
}
.header.is_scrolled {
  background-color: rgba(235, 238, 243, 0.65);
  height: 80px;
}
.header.is_scrolled .cmn_logo_image {
  max-width: 66px;
}
.header.is_scrolled .cmn_logo_name {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .header.is_scrolled {
    height: unset;
  }
}

/* -------------------------------------------
   Logo Area
------------------------------------------- */
.cmn_logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cmn_logo {
    gap: 5px;
  }
}

.cmn_logo_image {
  aspect-ratio: 99/65;
}

.cmn_logo_name {
  font-weight: 700;
  color: #0C1E58;
  display: flex;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* -------------------------------------------
   Navigation Area
------------------------------------------- */
@media screen and (max-width: 1600px) {
  .header .cmn_logo {
    width: 40%;
    gap: clamp(0.313rem, -0.266rem + 1.2vw, 0.938rem);
  }
}
@media screen and (max-width: 1600px) and (max-width: 768px) {
  .header .cmn_logo {
    width: unset;
  }
}
.header .cmn_logo_image {
  max-width: 99px;
}
@media screen and (max-width: 1600px) {
  .header .cmn_logo_image {
    max-width: 66px;
  }
}
@media (max-width: 768px) {
  .header .cmn_logo_image {
    max-width: 40px;
  }
}
.header .cmn_logo_name {
  font-size: 32px;
}
@media screen and (max-width: 1600px) {
  .header .cmn_logo_name {
    font-size: clamp(1.063rem, 0.658rem + 0.84vw, 1.5rem) !important;
  }
}
@media (max-width: 768px) {
  .header .cmn_logo_name {
    font-size: 16px;
  }
}

.hd_nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1600px) {
  .hd_nav {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .hd_nav {
    flex-flow: column;
    justify-content: start;
    gap: clamp(0.938rem, 0.545rem + 1.96vw, 1.875rem);
    top: 50px;
    right: 0;
    padding: 5%;
    height: 100%;
    min-height: 480px;
    background-size: cover;
    background-image: url(../images/jobs_strengths_bg.jpg);
    position: fixed;
    transition: opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
  }
  .hd_nav::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }
  .hd_nav.is_open {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .hd_nav.is_open .hd_tel a {
    pointer-events: auto;
  }
  .hd_nav.is_open .hd_contact_wrap {
    padding-top: 8%;
    flex-flow: column;
  }
  .hd_nav.is_open .hd_contact_wrap .cmn_tel {
    display: block;
  }
  .hd_nav.hide-panel {
    transform: translateX(100%);
  }
}

.hd_nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .hd_nav ul {
    flex-flow: wrap;
    gap: 20px;
    row-gap: 0px;
  }
}
@media (max-width: 768px) {
  .hd_nav ul {
    flex-flow: column;
    width: unset;
    align-items: unset;
    gap: 20px;
    margin: unset;
    gap: 20px;
  }
}

.hd_nav_li a {
  text-decoration: none;
  color: #0A1A2F;
  font-weight: 700;
  font-size: 16px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1600px) {
  .hd_nav_li a {
    font-size: clamp(0.875rem, 0.759rem + 0.24vw, 1rem);
  }
}
@media (max-width: 768px) {
  .hd_nav_li a {
    font-size: 16px;
  }
}

/* -------------------------------------------
   Buttons Area
------------------------------------------- */
.hd_btn_wrap {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .hd_btn_wrap {
    margin-left: 0;
    margin-top: 10px;
    flex-flow: column;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .hd_btn_wrap {
    width: 100%;
  }
}

.hd_btn_requirements,
.hd_btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1600px) {
  .hd_btn_requirements,
  .hd_btn_contact {
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hd_btn_requirements,
  .hd_btn_contact {
    height: 44px;
    font-size: 16px;
    padding: 0;
  }
}

.hd_btn_requirements {
  background-color: #005BB5;
}
@media (min-width: 769px) {
  .hd_btn_requirements:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}

.hd_btn_contact {
  background-color: #04148D;
  font-family: "Lato", sans-serif;
}
@media (min-width: 769px) {
  .hd_btn_contact:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}

/* -------------------------------------------
   SP Menu Toggle
------------------------------------------- */
.hd_menu-toggle {
  cursor: pointer;
}
@media (max-width: 768px) {
  .hd_menu-toggle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hd_menu-toggle:hover span:nth-child(1) {
    top: 6px;
  }
  .hd_menu-toggle:hover span:nth-child(2) {
    bottom: 6px;
  }
}
@media (max-width: 768px) {
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(44deg) translate(3px, 4px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    transform: rotate(-44deg) translate(4px, -5px);
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hd_menu-toggle.is_open:hover span:nth-child(1) {
    transform: rotate(0deg) translate(0px, 0px);
  }
  .hd_menu-toggle.is_open:hover span:nth-child(2) {
    transform: rotate(0deg) translate(0px, 0px);
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media (max-width: 768px) {
  .hd_menu-toggle-wrap {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #005BAC;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s;
  }
  .hd_menu-toggle-wrap span:nth-of-type(1) {
    top: 0px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    bottom: 0px;
  }
}

.hd_sp_wrap {
  display: none;
}
@media (max-width: 768px) {
  .hd_sp_wrap {
    display: block;
    gap: 10px;
    align-items: center;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  height: 70vh;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 768px) {
  .mainimg {
    height: 60vh;
    min-height: 350px;
    margin-bottom: 50px;
  }
}

.home .mainimg {
  height: 126svh;
  min-height: 568px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .home .mainimg {
    height: 100vh;
  }
}

.home_mv_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_mv_wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/270;
  height: auto;
  background-image: url(../images/home_mv_frame.svg);
  background-size: cover;
  z-index: 2;
}
.home_mv_wrap::before {
  content: "MESSAGE";
  position: absolute;
  font-size: clamp(6.938rem, 3.221rem + 7.73vw, 12.5rem);
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.26);
  line-height: 120%;
  bottom: -39px;
  right: 2%;
  z-index: 3;
}
@media (max-width: 768px) {
  .home_mv_wrap::before {
    font-size: clamp(2.875rem, -0.027rem + 14.51vw, 6.938rem);
  }
}
.home_mv_wrap .home_mv_ttl_wrap {
  position: absolute;
  content: "";
  bottom: 50%;
  right: 7%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
}
@media (max-width: 1024px) {
  .home_mv_wrap .home_mv_ttl_wrap {
    right: 1%;
  }
}
.home_mv_wrap .home_mv_ttl_wrap .home_mv_ttl {
  font-size: clamp(2.813rem, 2.019rem + 1.65vw, 4rem);
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #0A1A2F;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 768px) {
  .home_mv_wrap .home_mv_ttl_wrap .home_mv_ttl {
    font-size: clamp(1.313rem, 0.42rem + 4.46vw, 2.563rem);
  }
}
.home_mv_wrap .home_mv_ttl_wrap .home_mv_ttl .home_mv_char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}
.home_mv_wrap .home_mv_ttl_wrap .home_mv_ttl.is-animating {
  opacity: 1 !important;
  visibility: visible !important;
}
.home_mv_wrap .home_mv_ttl_wrap .home_mv_ttl.is-animating .home_mv_char {
  animation: slideUpChar 0.6s ease-out forwards;
  animation-delay: calc(var(--char-index) * 0.05s);
}

.home_mv_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1120;
}

/* 下層MV */
.low_mv {
  position: relative;
  aspect-ratio: 1920/620;
  width: 100%;
  height: 100%;
}
.low_mv::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/438;
  height: auto;
  background-image: url(../images/low_mv_frame.svg);
  background-size: cover;
  z-index: 2;
}
.low_mv .low_mv_ttl {
  position: absolute;
  content: "";
  top: 45%;
  transform: translateY(-50%);
  left: 10%;
  display: block;
  color: #fff;
  display: flex;
  gap: clamp(1.25rem, -0.003rem + 2.61vw, 3.125rem);
  align-items: center;
}
@media (max-width: 768px) {
  .low_mv .low_mv_ttl {
    flex-flow: column;
    gap: 5px;
    align-items: start;
    left: 3%;
  }
}
.low_mv .low_mv_ttl .low_mv_ttl_ja {
  font-size: clamp(1.563rem, 1.075rem + 2.44vw, 4rem);
  font-weight: 700;
  line-height: 120%;
}
.low_mv .low_mv_ttl .low_mv_ttl_en {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* パンくずリスト */
.breadcrumb {
  position: absolute;
  bottom: clamp(1.25rem, -1.673rem + 6.08vw, 5.625rem);
  right: 5%;
  z-index: 10;
  display: flex;
}
@media (max-width: 768px) {
  .breadcrumb {
    bottom: clamp(-1.063rem, -1.821rem + 3.79vw, 0rem);
  }
}
.breadcrumb li:nth-of-type(1) span {
  letter-spacing: 0.04em;
  color: #005BB5;
  font-size: 15px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  padding-right: 10px;
}
.breadcrumb li:nth-of-type(1) span:hover {
  text-decoration: underline;
}
.breadcrumb li:nth-of-type(2) span {
  letter-spacing: 0.04em;
  color: #0A1A2F;
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  padding-left: 10px;
  border-left: 1px solid #8A8F98;
}
.breadcrumb li:nth-of-type(2) span:hover {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
/* MESSAGE */
.home_message_sec {
  position: relative;
  width: 100%;
  padding-bottom: clamp(5.625rem, 1.75rem + 19.38vw, 25rem);
  background: #014EB1;
  background: linear-gradient(180deg, #014EB1 0%, rgba(250, 250, 250, 0.09) 100%);
}
.home_message_sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/home_message_bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.26;
  z-index: -1;
}
.home_message_sec::before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100vw;
  aspect-ratio: 1920/355;
  height: auto;
  background-image: url(../images/home_message_frame_01.svg);
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media (max-width: 768px) {
  .home_message_sec::before {
    bottom: clamp(0.625rem, -0.089rem + 3.57vw, 1.625rem);
  }
}

.home_message_wrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.home_message_ttl {
  font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
  font-weight: 700;
  line-height: 120%;
  padding-top: clamp(5rem, 4.375rem + 3.13vw, 8.125rem);
  padding-bottom: clamp(2.5rem, 1.375rem + 5.63vw, 8.125rem);
}

/* ABOUT */
.home_about_sec {
  position: relative;
  z-index: 1;
}
.home_about_sec .cmn_ttl_big {
  position: absolute;
  content: "";
  top: clamp(-319px, 114.71px - 22.59vw, -59px);
  left: 3%;
  z-index: 5;
}
@media (max-width: 768px) {
  .home_about_sec .cmn_ttl_big {
    position: unset;
    padding-left: 0;
  }
}

.home_about_wrap {
  padding-top: 200px;
}

.home_about_space {
  height: clamp(0rem, -6.681rem + 13.9vw, 10rem);
  width: 100%;
}
@media (max-width: 768px) {
  .home_about_space {
    height: 60px;
  }
}
.home_about_space:nth-of-type(1) {
  position: relative;
}
.home_about_space:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: clamp(-0.5rem, -5.594rem + 10.6vw, 7.125rem);
  left: 0;
  width: 100%;
  aspect-ratio: 1920/270;
  height: auto;
  background-image: url(../images/home_message_frame_02.svg);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .home_about_space:nth-of-type(1)::before {
    bottom: 52px;
  }
}

/* =========================
  JOBS セクション（GSAP用）
========================= */
.home_about_sec {
  position: relative;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding-bottom: 100vh;
  margin: 0;
  padding-top: 0;
  overflow: visible !important;
  min-height: 100vh;
  will-change: transform;
}
@media (max-width: 768px) {
  .home_about_sec {
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

/* =========================
  ラッパー
========================= */
.home_about_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0 0 7%;
  width: 90%;
  max-width: 1690px;
  height: 100dvh;
  min-height: 600px;
  max-height: 900px;
  will-change: transform;
  z-index: 1;
}
@media (max-width: 768px) {
  .home_about_inner {
    position: unset;
    display: block;
    transform: unset;
    min-height: unset;
    max-height: unset;
    height: auto;
    width: 100%;
    margin: auto;
  }
}

/* =========================
  各スライド
========================= */
.home_about_item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  padding: 5% 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  pointer-events: none;
  overflow-y: auto;
  /* Chrome / Safari */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge(旧) */
}
.home_about_item::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
@media (max-width: 768px) {
  .home_about_item {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
    flex-direction: column;
    gap: 40px;
  }
}

.home_about_item.is-active {
  pointer-events: auto;
}

/* =========================
  コンテンツ中身
========================= */
.home_about_detail {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
}
@media (max-width: 768px) {
  .home_about_detail {
    width: 100%;
    gap: clamp(1.25rem, 0.357rem + 4.46vw, 2.5rem);
  }
}

.home_about_ttl {
  padding-bottom: 0;
}
.home_about_ttl .cmn_ttl_en,
.home_about_ttl .cmn_ttl_ja {
  display: inline-block;
  overflow: hidden;
}
.home_about_ttl .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.9em);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home_about_ttl.is-revealed .char {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--char-index) * 0.04s);
}

.home_about_number {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #8a8f98;
  line-height: 120%;
}

.home_about_txt {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, -1.458rem + 4.34vw, 3.75rem);
}
@media (max-width: 768px) {
  .home_about_txt {
    gap: 20px;
  }
}

.home_about_txt_lead {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  font-weight: 800;
  color: #0a1a2f;
  line-height: 180%;
}

/* =========================
  画像
========================= */
.home_about_img {
  width: 40%;
  max-width: 700px;
  aspect-ratio: 700/828;
}
@media (max-width: 768px) {
  .home_about_img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
  }
}

.home_about_img[data-slideshow] {
  position: relative;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide-image.is-active {
  opacity: 1;
}

/* =========================
  右ナビ（※あなたの指定版）
========================= */
.home_about_nav {
  position: fixed;
  top: 50%;
  right: clamp(0.5rem, -0.001rem + 1.04vw, 1.25rem);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 100;
}
@media (max-width: 768px) {
  .home_about_nav {
    display: none;
  }
}

.home_about_nav.is-show {
  opacity: 1;
  pointer-events: auto;
}

.home_about_nav li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8A8F98;
  transition: background 0.3s ease;
  cursor: pointer;
}

.home_about_nav li.is-active {
  background: #005BB5;
  border: 3px solid #8A8F98;
}

/*-------------------------------------------------------------------------------
  JOBS
--------------------------------------------------------------------------------*/
/* ABOUT JOBS */
.jobs_about_sec::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1920/595;
  height: auto;
  background-image: url(../images/gradation.svg);
  background-size: cover;
  z-index: -1;
}

.jobs_about_wrap {
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  gap: 5%;
  justify-content: space-between;
  padding-top: clamp(2.5rem, -1.604rem + 8.54vw, 8.75rem);
  padding-bottom: clamp(0rem, -7.642rem + 15.9vw, 11.438rem);
}
@media (max-width: 768px) {
  .jobs_about_wrap {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
    gap: 40px;
    padding-bottom: clamp(15rem, -1.236rem + 54.01vw, 24.688rem);
  }
}
@media (max-width: 480px) {
  .jobs_about_wrap {
    padding-bottom: 400px;
  }
}

.jobs_about_detail {
  width: 60%;
}
@media (max-width: 768px) {
  .jobs_about_detail {
    width: 100%;
  }
}

.jobs_about_ttl {
  font-size: clamp(1.25rem, 1.052rem + 0.99vw, 2.25rem);
  font-weight: 800;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #005BB5;
  padding-bottom: clamp(2.5rem, 0.037rem + 5.12vw, 6.25rem);
}
@media (max-width: 768px) {
  .jobs_about_ttl {
    line-height: 150%;
  }
}

.jobs_about_img {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .jobs_about_img {
    display: flex;
    gap: 2%;
    width: 100%;
  }
}
.jobs_about_img .jobs_about_img_01 {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  height: auto;
  z-index: 0;
  aspect-ratio: 550/650;
  max-width: 550px;
}
@media (max-width: 768px) {
  .jobs_about_img .jobs_about_img_01 {
    width: clamp(11.625rem, 0.271rem + 37.85vw, 18.438rem);
    left: 0;
    right: auto;
  }
}
@media (max-width: 480px) {
  .jobs_about_img .jobs_about_img_01 {
    width: 226px;
  }
}
.jobs_about_img .jobs_about_img_02 {
  position: absolute;
  content: "";
  top: clamp(15.063rem, 8.085rem + 14.52vw, 25.688rem);
  left: 0;
  width: 80%;
  height: auto;
  z-index: 2;
  aspect-ratio: 450/330;
  max-width: 450px;
}
@media (max-width: 768px) {
  .jobs_about_img .jobs_about_img_02 {
    top: 40px;
    left: auto;
    right: clamp(6.063rem, 3.458rem + 8.68vw, 7.625rem);
    width: clamp(8.5rem, -2.229rem + 35.76vw, 14.938rem);
  }
}
@media (max-width: 480px) {
  .jobs_about_img .jobs_about_img_02 {
    top: 159px;
    right: 0px;
    width: 179px;
  }
}
.jobs_about_img .jobs_about_img_03 {
  position: absolute;
  content: "";
  top: clamp(24.25rem, 11.321rem + 26.9vw, 43.938rem);
  right: 20px;
  width: 80%;
  height: auto;
  z-index: 3;
  aspect-ratio: 450/330;
  max-width: 450px;
}
@media (max-width: 768px) {
  .jobs_about_img .jobs_about_img_03 {
    top: clamp(8.188rem, 1.417rem + 22.57vw, 12.25rem);
    right: 0px;
    width: clamp(8.5rem, -2.229rem + 35.76vw, 14.938rem);
  }
}
@media (max-width: 480px) {
  .jobs_about_img .jobs_about_img_03 {
    top: clamp(19.063rem, 16.188rem + 14.37vw, 20.5rem);
    right: clamp(4.563rem, -1.313rem + 29.38vw, 7.5rem);
  }
}

/* STRENGTHS */
.jobs_strengths_wrap {
  width: 100%;
  position: relative;
  height: 750px;
}
@media (max-width: 1024px) {
  .jobs_strengths_wrap {
    height: clamp(38.125rem, 35.893rem + 11.16vw, 41.25rem);
  }
}
.jobs_strengths_wrap .jobs_strengths_bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  aspect-ratio: 1600/750;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: -1;
}

.jobs_strengths_detail {
  padding: 120px 100px;
}
@media (max-width: 1024px) {
  .jobs_strengths_detail {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .jobs_strengths_detail {
    padding: 7% 5%;
  }
}

.jobs_strengths_ttl {
  font-size: clamp(1.25rem, 1.052rem + 0.99vw, 2.25rem);
  font-weight: 800;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #005BB5;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .jobs_strengths_ttl {
    line-height: 150%;
  }
}

/*-------------------------------------------------------------------------------
  WORKFLOW SCHEDULE
--------------------------------------------------------------------------------*/
.workflow_schedule_sec::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1920/595;
  height: auto;
  background-image: url(../images/gradation.svg);
  background-size: cover;
  z-index: -1;
}

.workflow_schedule_wrap {
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  padding-top: clamp(2.5rem, -1.604rem + 8.54vw, 8.75rem);
}

.workflow_schedule_list {
  --time-col: clamp(8.125rem, 6.073rem + 4.27vw, 11.25rem);
  --head-gap: clamp(0rem, -1.253rem + 2.61vw, 1.875rem);
  --line-progress: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 40px;
  position: relative;
}
.workflow_schedule_list::before {
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 7px;
  top: 15px;
  bottom: 115px;
  width: 10px;
  background: linear-gradient(180deg, #B9D1E8 0%, #005BB5 100%);
  transform-origin: top;
  transform: scaleY(var(--line-progress));
  transition: transform 0.4s ease-out;
  will-change: transform;
}
@media (max-width: 768px) {
  .workflow_schedule_list::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .workflow_schedule_list {
    gap: 28px;
  }
}

.workflow_schedule_item {
  position: relative;
}

.workflow_schedule_head {
  display: grid;
  grid-template-columns: var(--time-col) 1fr;
  -moz-column-gap: var(--head-gap);
       column-gap: var(--head-gap);
  align-items: center;
}
@media (max-width: 768px) {
  .workflow_schedule_head {
    grid-template-columns: 1fr;
    row-gap: 3px;
  }
}

.workflow_schedule_time {
  display: flex;
  align-items: center;
  gap: 15px;
}

.workflow_schedule_dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #005BB5;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .workflow_schedule_dot {
    width: 18px;
    height: 18px;
  }
}

.workflow_schedule_time_text {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.188rem);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #005BB5;
}

.workflow_schedule_title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 1.2rem + 0.6vw, 1.875rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #005BB5;
}

.workflow_schedule_desc {
  margin: 10px 0 0;
  padding-left: calc(var(--time-col) + var(--head-gap));
}
@media (max-width: 768px) {
  .workflow_schedule_desc {
    padding-left: 0;
  }
}

/*-------------------------------------------------------------------------------
  CULTURE
--------------------------------------------------------------------------------*/
/* FACILITY */
.culture_facility_list {
  grid-template-columns: repeat(auto-fill, minmax(30%, 3fr));
  gap: clamp(1.25rem, 0.483rem + 3.84vw, 2.938rem);
  padding-top: clamp(2.5rem, 0.037rem + 5.12vw, 6.25rem);
}

.culture_facility_img {
  aspect-ratio: 470/320;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.culture_facility_img::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='48' height='48' fill='%23ffffff' style='opacity:1;'%3E%3Cpath d='M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.087 0 11 4.913 11 11s-4.913 11-11 11S5 22.087 5 16S9.913 5 16 5m-1 5v5h-5v2h5v5h2v-5h5v-2h-5v-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.culture_facility_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 91, 181, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.culture_facility_img img {
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .culture_facility_img:hover img {
    transform: scale(1.1);
  }
  .culture_facility_img:hover::before {
    opacity: 1;
  }
  .culture_facility_img:hover::after {
    opacity: 1;
  }
}

.culture_sec {
  position: relative;
}
.culture_sec::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1920/595;
  height: auto;
  background-image: url(../images/gradation.svg);
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .culture_sec::before {
    top: -50px;
  }
}

/* BENEFITS */
.culture_benefits_wrap {
  padding-top: 60px;
}

.culture_benefits_list {
  gap: clamp(1.25rem, 0.398rem + 4.26vw, 3.125rem);
  grid-template-columns: repeat(auto-fill, minmax(30%, 3fr));
}

.culture_benefits_list_ttl {
  font-size: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  font-weight: 800;
  color: #0A1A2F;
  line-height: 180%;
  padding: 10px 3%;
  border-top: 1px solid #005BAC;
  border-bottom: 1px solid #005BAC;
  margin-bottom: 25px;
  letter-spacing: 0.04em;
  text-align: center;
}

.culture_benefits_list_img {
  aspect-ratio: 1/1;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .culture_benefits_list_img {
    width: 100px;
  }
}

/* DATA */
.culture_data_list {
  grid-template-columns: repeat(auto-fill, minmax(30%, 3fr));
  gap: clamp(1.25rem, 1.163rem + 0.44vw, 1.688rem);
}
@media (max-width: 1024px) {
  .culture_data_list {
    grid-template-columns: repeat(auto-fill, minmax(40%, 2fr));
  }
}

.culture_data_list_item {
  gap: 30px;
}

.culture_data_list_ttl {
  padding: 24px 3%;
  height: clamp(5rem, 4.625rem + 1.88vw, 6.875rem);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 150%;
}

.culture_data_list_number {
  font-size: clamp(4.375rem, 3.144rem + 2.56vw, 6.25rem);
  font-weight: 700;
  color: #04148D;
  font-family: "Lato", sans-serif;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.culture_data_list_number .culture_data_list_unit {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A1A2F;
  font-size: clamp(1.438rem, 0.904rem + 1.11vw, 2.25rem);
  font-weight: 800;
}

/* OVERVIEW */
.overview_data_map {
  aspect-ratio: 1320/520;
  width: 100%;
}
.overview_data_map iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  SUPPORT
--------------------------------------------------------------------------------*/
.qualifications_list {
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
}

.qualifications_list_item {
  gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.qualifications_img {
  aspect-ratio: 690/400;
  max-width: 690px;
  height: -moz-fit-content;
  height: fit-content;
}

/*-------------------------------------------------------------------------------
  REQUIREMENTS
--------------------------------------------------------------------------------*/
.requirements_flow_wrap {
  max-width: 1190px;
  margin: 0 auto;
  width: 90%;
}

.requirements_flow_item {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .requirements_flow_item {
    flex-direction: column;
    padding: 30px 5%;
    align-items: center;
  }
}
.requirements_flow_item::after {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/flow_arrow.png");
  width: 47px;
  height: 30px;
}

.requirements_flow_item:last-child {
  margin-bottom: 0;
}

.requirements_flow_item:last-child::after {
  display: none;
}

.requirements_flow_img {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .requirements_flow_img {
    width: 100px;
    margin-bottom: 20px;
  }
}

.requirements_flow_detail {
  flex: 1;
  padding-left: clamp(0.938rem, -0.521rem + 3.04vw, 3.125rem);
  width: 100%;
}
@media (max-width: 768px) {
  .requirements_flow_detail {
    padding-left: 0;
  }
}
.requirements_flow_detail .requirements_flow_txt {
  padding: 0 3%;
}

.requirements_flow_ttl {
  font-size: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  font-weight: 800;
  color: #0A1A2F;
  line-height: 180%;
  padding: 10px 3%;
  border-top: 1px solid #005BAC;
  border-bottom: 1px solid #005BAC;
  margin-bottom: 25px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .requirements_flow_ttl {
    text-align: center;
  }
}

.requirements_flow_btn_wrap {
  margin-top: 30px;
  gap: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
  width: 80%;
}
@media (max-width: 1024px) {
  .requirements_flow_btn_wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .requirements_flow_btn_wrap {
    flex-direction: column;
    gap: 15px;
  }
}

.requirements_flow_btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  min-height: 60px;
  box-sizing: border-box;
}

.requirements_flow_btn[href*=contact] {
  background-color: #04148D;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  flex-direction: row;
  transition: all 0.3s;
  border: 1px solid #04148D;
}
@media (min-width: 769px) {
  .requirements_flow_btn[href*=contact]:hover {
    color: #04148D;
    background-color: #fff;
  }
}

.requirements_flow_btn[href^=tel] {
  background-color: #005BB5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .requirements_flow_btn[href^=tel] {
    pointer-events: all;
  }
}

.requirements_flow_btn_inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.requirements_flow_btn_inner .material-symbols-outlined {
  font-size: 20px;
}

.requirements_flow_btn_number {
  font-size: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.requirements_flow_btn_txt {
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}

/*-------------------------------------------------------------------------------
  ENTRY/CONTACT
--------------------------------------------------------------------------------*/
/* INQUIRIES BY PHONE */
.contact_phone_wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 90%;
}

.contact_phone_detail {
  width: 100%;
  background-color: #EBEEF3;
  padding: 2%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_phone_detail {
    padding: 7% 5%;
  }
}

@media (max-width: 768px) {
  .contact_phone_detail_txt {
    text-align: left;
  }
}

.contact_phone_detail_number {
  font-size: clamp(2.063rem, 1.913rem + 0.75vw, 2.813rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #0A1A2F;
  line-height: 120%;
  padding: 20px 0 4px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_phone_detail_number {
    pointer-events: all;
  }
}
.contact_phone_detail_number .material-symbols-outlined {
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
  vertical-align: middle;
  margin-right: 10px;
  color: #0A1A2F;
}

.contact_phone_detail_time {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #0A1A2F;
  line-height: 150%;
}

/* MAIL FORM */
.contact_form_detail {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.contact_form_detail .cmn_ttl {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .contact_form_detail .cmn_ttl {
    padding-bottom: 30px;
  }
}

.contact_form_inner {
  padding-top: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
form dl {
  padding-top: 30px;
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl:first-of-type {
  padding-top: 0px;
}
form dl dt {
  width: 100%;
}
form dl dt label {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 140%;
  font-size: 18px;
}
form dl dd {
  width: 100%;
  margin-top: 10px;
}
form #address02, form #address03 {
  width: 100%;
}
form .required {
  color: #DE202D;
  margin-left: 13px;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  form .required {
    font-size: 14px;
  }
}
form .val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  form .val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
}
form #form-input dl:nth-of-type(6) dd {
  max-width: 500px;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 7px 25px 5px 37px;
  position: relative;
  line-height: 150%;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 10px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border: 2px solid #B8B8B8;
}
input[type=radio]:checked + span::after {
  background-color: #005BB5;
}

.radio-area {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .radio-area {
    padding: 20px;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 18px 0px 18px 62px;
  position: relative;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: 400;
  font-size: 45px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
  color: #005BB5;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    font-size: 33px;
    top: 9px;
    left: 6px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 5px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  background-color: #fff;
  color: #0A1A2F;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
  font-weight: 700;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(10, 26, 47, 0.3) !important;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(10, 26, 47, 0.3) !important;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0;
}

.form_contact_01 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.form_contact_01::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #005BB5;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 50%;
  }
}

select {
  cursor: pointer;
  width: 100%;
}

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

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

.unit-privacy {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: clamp(12.5rem, 10.25rem + 11.25vw, 23.75rem);
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 6px;
  background-color: #F6F6F6;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #4BC6DF;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.contact-privacy {
  font-weight: 600;
}
.contact-privacy h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 200%;
  font-weight: 500;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin-top: 5px;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: 600;
}

.confirm-button {
  padding-top: 50px;
  background-color: #fff;
  border: 1px solid #005BB5;
  color: #005BB5;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 220%;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 35px;
  transition: all 0.3s;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .confirm-button {
    line-height: 150%;
  }
}
@media (min-width: 769px) {
  .confirm-button:hover {
    background-color: #005BB5;
    color: #fff;
  }
}

.contact-checkbox_unt .val-err {
  text-align: center;
}

#form-confirm {
  background-color: #fff;
  color: #0A1A2F;
  border-radius: 10px;
  padding: 120px 100px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 7% 5%;
  }
}
#form-confirm dl {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 30px;
  padding-top: 30px;
}
#form-confirm dl:first-of-type {
  padding-top: 0px;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#form-confirm dd {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  #form-confirm dd {
    padding: 0 20px;
  }
}
#form-confirm .form_contact_01::after {
  display: none;
}

.wpcf7-form .check_submit {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit {
    flex-flow: column;
    gap: 0;
  }
}
.wpcf7-form .check_submit .back-button,
.wpcf7-form .check_submit .submit_btn {
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
  margin: 70px auto 0;
  width: 276px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wpcf7-form .check_submit .back-button,
  .wpcf7-form .check_submit .submit_btn {
    margin: 40px auto 0;
  }
}
.wpcf7-form .check_submit .back-button {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  font-weight: 600;
  background: #7a7a7a;
  padding: 15px 36px;
  line-height: 180%;
  transition: all 0.3s ease;
  border: 1px solid #7a7a7a;
}
.wpcf7-form .check_submit .back-button::before {
  display: none;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .back-button:hover {
    background-color: #fff;
    color: #7a7a7a;
  }
}
.wpcf7-form .check_submit .submit_btn {
  background: #005BB5;
  color: #ffffff;
  border: 1px solid #005BB5;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .submit_btn {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .submit_btn:hover {
    background-color: #ffffff;
    color: #005BB5;
  }
}
.wpcf7-form .check_submit .submit_btn input {
  color: unset;
  border-radius: unset;
  box-shadow: unset;
  text-align: center;
  padding: 15px 36px;
  width: 100%;
  background-color: unset;
}

@media (max-width: 768px) {
  .step-confirm #form-confirm dt {
    width: 100%;
    padding: 5px 20px;
    background-color: #ebeef3;
  }
  .step-confirm #form-confirm dt .required {
    display: none;
  }
  .step-confirm #form-confirm dl {
    border-bottom: unset;
    padding-top: 0px;
  }
  .step-confirm #form-confirm .form_address > li + li {
    margin-top: 0px;
  }
}

.wpcf7-back_wrap .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e314";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
}

.contact_complete_btn {
  margin: 40px auto;
}

.contact_complete_txt {
  margin-top: clamp(2.5rem, -1.604rem + 8.54vw, 8.75rem);
}

.error404 .cmn_txt_m {
  text-align: center;
}
.error404 .home_back_btn {
  margin: 50px auto 100px;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
/* footer-ENTRY */
.ft_entry_wrap {
  position: relative;
  background: #005BB5;
  background: linear-gradient(0deg, rgb(0, 91, 181) 0%, rgb(75, 198, 223) 100%);
  width: 98%;
  margin: 50px auto 0;
  display: flex;
  padding: 3% 3% 5%;
}
@media (max-width: 768px) {
  .ft_entry_wrap {
    flex-flow: column;
    padding: 5% 5% 15%;
    gap: 30px;
    margin: 0 auto;
  }
}
.ft_entry_wrap::before {
  content: "ENTRY";
  position: absolute;
  font-size: clamp(6.938rem, 3.221rem + 7.73vw, 12.5rem);
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.26);
  line-height: 120%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .ft_entry_wrap::before {
    font-size: clamp(2.875rem, -0.027rem + 14.51vw, 6.938rem);
    left: 0;
    top: -11px;
    right: unset;
  }
}

.ft_entry_img {
  aspect-ratio: 461/830;
  width: 30%;
  height: 100%;
  position: absolute;
  bottom: clamp(2rem, -0.088rem + 4.34vw, 5.125rem);
  max-height: 830px;
  content: "";
}
@media (max-width: 768px) {
  .ft_entry_img {
    position: unset;
    aspect-ratio: 4/3;
    width: 100%;
  }
}

.ft_entry_detail {
  padding: 5% 10% 0;
  display: flex;
  flex-flow: column;
  gap: clamp(1.875rem, -1.048rem + 6.08vw, 6.25rem);
  width: 70%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .ft_entry_detail {
    width: 100%;
    padding: 0;
  }
}

.ft_entry_detail_btn_wrap {
  display: flex;
  flex-flow: column;
  gap: clamp(0.938rem, 0.311rem + 1.3vw, 1.875rem);
  text-align: center;
}

.ft_entry_detail_btn {
  color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  line-height: 220%;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 15px 30px;
  border-radius: 35px;
  transition: all 0.3s;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .ft_entry_detail_btn {
    width: 100%;
    line-height: 150%;
    text-align: center;
  }
}
.ft_entry_detail_btn:nth-of-type(1) {
  background-color: #005BB5;
}
@media (min-width: 769px) {
  .ft_entry_detail_btn:nth-of-type(1):hover {
    background-color: #ffffff;
    color: #005BB5;
  }
}
.ft_entry_detail_btn:nth-of-type(2) {
  background-color: #04148D;
}
@media (min-width: 769px) {
  .ft_entry_detail_btn:nth-of-type(2):hover {
    background-color: #ffffff;
    color: #04148D;
  }
}

/* footer*/
@media (max-width: 480px) {
  .footer .cmn_logo {
    flex-flow: column;
    gap: 30px;
  }
}
.footer .cmn_logo_image {
  max-width: clamp(5.625rem, 1.458rem + 13.89vw, 8.125rem);
}
.footer .cmn_logo_name {
  font-size: clamp(1.875rem, 1.044rem + 1.11vw, 2.375rem);
}
@media (max-width: 768px) {
  .footer .cmn_logo_name {
    font-size: clamp(1.188rem, 0.696rem + 2.46vw, 1.875rem);
  }
}

.ft_logo {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .ft_logo {
    margin: 0 auto;
  }
}

.ft_inner {
  align-items: start;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .ft_inner {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ft_inner {
    gap: 30px;
    padding: 20px;
  }
}

.ft_nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -moz-column-gap: clamp(0.313rem, -3.325rem + 4.85vw, 2.5rem);
       column-gap: clamp(0.313rem, -3.325rem + 4.85vw, 2.5rem);
}
@media (max-width: 1199px) {
  .ft_nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .ft_nav ul {
    display: none;
  }
}

.ft_nav_link {
  display: grid;
}
@media (min-width: 769px) {
  .ft_nav_link:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}

.ft_nav_en {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: 700;
  color: #005BB5;
  font-family: "Lato", sans-serif;
  line-height: 120%;
}

.ft_nav_ja {
  font-size: 16px;
  font-weight: 700;
  color: #0A1A2F;
}

.ft_address {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  .ft_address {
    font-size: 14px;
  }
}

.ft_copyright {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
  font-weight: 700;
  color: #8A8F98;
  text-align: right;
  width: 95%;
  margin: 0 auto 35px;
}
@media (max-width: 1024px) {
  .ft_copyright {
    width: -moz-fit-content;
    width: fit-content;
  }
}

input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: #FFE4E4 !important;
}

p.val-err {
  color: #e40000;
  font-size: 0.8em;
}
p.val-err::before {
  content: "※";
}

.check_no-through {
  color: #e40000;
}

input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: #E2FBE2 !important;
}

.check_any_required.val-err input:not([type=radio]):not([type=checkbox]),
.check_any_required.val-err select,
.check_any_required.val-err textarea {
  background-color: #FFE4E4 !important;
}
.check_any_required.val-through input:not([type=radio]):not([type=checkbox]):not(.val-err),
.check_any_required.val-through select:not(.val-err),
.check_any_required.val-through textarea:not(.val-err) {
  background-color: #E2FBE2 !important;
}

/*# sourceMappingURL=common.css.map*/