/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #2F87BE;
  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: #2F87BE;
  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: #D9F0FF;
  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 #1E1E1E;
}
.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: #1E1E1E;
}
.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 #1E1E1E;
}
.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: #1E1E1E;
}
.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: #D9F0FF;
  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 #1E1E1E;
}
.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: #1E1E1E;
}
.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: #2F87BE;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  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(47, 135, 190, 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: #1E1E1E;
  font-family: "Noto Sans JP", 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: #2F87BE;
  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;
  }
}

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
.loading_wrapper {
  position: relative;
}

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

@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

a[href=cmn_num] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  display: inline_block;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 15vh;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #D9F0FF;
}

::-webkit-scrollbar-thumb {
  background: #2F87BE;
}

/*-------------------------------------------------------------------------------
  index_content_title
--------------------------------------------------------------------------------*/
.index_content_title .en {
  font-size: clamp(4.125rem, 16.1125319693vw + -3.6090153453rem, 12rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #D9F0FF;
  font-family: "Jost", sans-serif;
  white-space: nowrap;
  display: block;
}
.index_content_title .en.is-char-ready .char-wrap {
  display: inline-block;
  overflow: hidden;
  padding-top: 0.08em;
  padding-bottom: 0.16em;
  margin-top: -0.08em;
  margin-bottom: -0.16em;
}
.index_content_title .en.is-char-ready .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}
.index_content_title .en.is-char-ready.is-visible .char {
  opacity: 1;
  transform: translateY(0);
}
.index_content_title .ja {
  font-size: clamp(1.625rem, 1.2787723785vw + 1.0111892583rem, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index_content_title.white .en {
  color: #fff;
}

/*-------------------------------------------------------------------------------
  cmn-btn
--------------------------------------------------------------------------------*/
.cmn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 35px;
  background-color: #2F87BE;
  border-radius: 999px;
  border: #2F87BE 1px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn-btn {
    min-width: 0;
  }
}
.cmn-btn p {
  color: #ffffff;
  font-family: "Jost", sans-serif, "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.cmn-btn p::after {
  content: "";
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 1em;
  height: 1em;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cmn-btn:hover {
    background: #D9F0FF;
  }
  .cmn-btn:hover p {
    color: #2F87BE;
  }
  .cmn-btn:hover p::after {
    background: #2F87BE;
  }
}
@media (min-width: 769px) {
  .cmn-btn.white:hover {
    background: #fff;
  }
}

/*-------------------------------------------------------------------------------
  cmn-title
--------------------------------------------------------------------------------*/
.cmn-title {
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cmn-title {
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.cmn-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #26B3CC, #7BFFC1);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cmn-title::before {
    width: 20px;
  }
}
.cmn-title.white {
  color: #fff;
}

/*-------------------------------------------------------------------------------
  faq
--------------------------------------------------------------------------------*/
.faq-inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}

.faq-title {
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.faq-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #26B3CC, #7BFFC1);
  flex-shrink: 0;
}

.faq-group + .faq-group {
  margin-top: 60px;
}

.faq-category {
  position: relative;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.faq-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #26B3CC, #7BFFC1);
}

.faq-list {
  display: flex;
  flex-direction: column;
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  gap: 30px;
}
@media (max-width: 768px) {
  .faq-list {
    padding-left: 0;
    width: 100%;
  }
}

.faq-item summary {
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item[open] .faq-toggle::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.faq-item[open] .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(270deg);
}

.faq-q {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: min(3vw, 20px);
}
@media (min-width: 769px) {
  .faq-q:hover .faq-icon--q {
    background: #D9F0FF;
    color: #2F87BE;
  }
  .faq-q:hover .faq-q-text {
    background: #D9F0FF;
    color: #1E1E1E;
  }
  .faq-q:hover .faq-toggle::before, .faq-q:hover .faq-toggle::after {
    background: #2F87BE;
  }
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  letter-spacing: 0.03em;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #2F87BE;
}
@media (max-width: 768px) {
  .faq-icon {
    width: 45px;
    height: 45px;
  }
}
.faq-icon--q {
  background: #2F87BE;
  color: #fff;
  transition: all 0.3s;
}
.faq-icon--a {
  background: #ffffff;
  color: #2F87BE;
  align-self: stretch;
}

.faq-q-text {
  flex: 1;
  background: #2F87BE;
  color: #fff;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  gap: 10px;
  border: #2F87BE 1px solid;
  transition: all 0.3s;
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  line-height: 1;
  width: 25px;
  height: 25px;
  position: relative;
}
.faq-toggle::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.faq-toggle::after {
  content: "";
  background: #fff;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.faq-a {
  padding-top: 10px;
  overflow: hidden;
}
.faq-a-inner {
  display: flex;
  gap: min(3vw, 20px);
}

.faq-a-text {
  flex: 1;
  border: 1px solid #2F87BE;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
}

/*-------------------------------------------------------------------------------
  dl
--------------------------------------------------------------------------------*/
dl div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #2F87BE;
  padding: 20px 0;
  gap: 15px;
}
@media (max-width: 768px) {
  dl div {
    gap: 5px;
    padding: 15px 0;
  }
}
dl dt {
  max-width: 350px;
  min-width: 150px;
  width: 30%;
  flex-shrink: 0;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  dl dt {
    width: 100%;
  }
}
dl dd {
  flex: 1;
  line-height: 1.8;
  min-width: 200px;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 500;
}

/*-------------------------------------------------------------------------------
  animation
--------------------------------------------------------------------------------*/
@keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 0.25;
  }
  48% {
    transform: translateY(12px);
    opacity: 0.4;
  }
  52% {
    transform: translateY(12px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 0.25;
  }
}
/*-------------------------------------------------------------------------------
  line-animation
--------------------------------------------------------------------------------*/
.line-animation {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 110vw;
}
.line-animation svg {
  opacity: 0;
}
.line-animation.first-section {
  top: 0;
}
.line-animation.reverse {
  transform: translateX(-50%) scaleX(-1);
}

section {
  position: relative;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .hd_nav li:nth-child(1) a::after {
  transform: scaleX(1);
}

.service .header .hd_nav li:nth-child(2) a::after {
  transform: scaleX(1);
}

.recruit .header .hd_nav li:nth-child(3) a::after {
  transform: scaleX(1);
}

.company .header .hd_nav li:nth-child(4) a::after {
  transform: scaleX(1);
}

.contact .header .hd_nav li:nth-child(5) a::after {
  transform: scaleX(1);
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.boxer {
  overflow: hidden;
  position: relative;
  display: block;
}
.boxer::before {
  content: "";
  background: #2F87BE;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.3s;
}
.boxer::after {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.25rem, 5.5555555556vw + -0.4166666667rem, 3.75rem);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 0.5;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}

@keyframes mainimg-slide-in {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes mainimg-slide-in-center {
  from {
    opacity: 0;
    transform: translateX(calc(-50% - 60px));
  }
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  border-radius: 999px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 15px min(20px, 2.5vw) 15px min(30px, 2.5vw);
  z-index: 99;
}
@media (max-width: 1024px) {
  .header {
    flex-direction: column;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .header {
    width: 95%;
    padding: 2.5vw;
  }
}
.header .hd_link-icon {
  display: flex;
  align-items: center;
  gap: min(20px, 1.5vw);
}
@media (max-width: 1024px) {
  .header .hd_link-icon {
    width: 100%;
  }
}
.header .hd_link-icon .hd_logo {
  max-width: 356px;
  width: 30vw;
}
@media (max-width: 768px) {
  .header .hd_link-icon .hd_logo {
    width: 50vw;
  }
}
.header .hd_link-icon .sns-icon {
  display: flex;
  align-items: center;
  gap: min(20px, 1.5vw);
}
.header .hd_link-icon .sns-icon a {
  max-width: 40px;
  width: 3vw;
}
@media (max-width: 768px) {
  .header .hd_link-icon .sns-icon a {
    width: 25px;
  }
}
@media (min-width: 769px) {
  .header .hd_link-icon .sns-icon a:hover {
    transform: scale(0.9);
  }
}
.header .hd_link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .hd_link-icon .hd_toggle {
  display: none;
}
@media (max-width: 1024px) {
  .header .hd_link-icon .hd_toggle {
    display: block;
    cursor: pointer;
    position: relative;
    background: #2F87BE;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    border: #2F87BE 1px solid;
    transition: all 0.3s;
  }
  .header .hd_link-icon .hd_toggle span {
    background: #fff;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .header .hd_link-icon .hd_toggle span:nth-child(1) {
    top: calc(50% - 5px);
  }
  .header .hd_link-icon .hd_toggle span:nth-child(2) {
    top: calc(50% + 5px);
  }
  .header .hd_link-icon .hd_toggle.open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .header .hd_link-icon .hd_toggle.open span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-225deg);
  }
}
@media (min-width: 769px) {
  .header .hd_link-icon .hd_toggle:hover {
    background: #D9F0FF;
  }
  .header .hd_link-icon .hd_toggle:hover span {
    background: #2F87BE;
  }
}
.header .hd_nav {
  display: flex;
  align-content: space-between;
  align-items: center;
  gap: min(25px, 1vw);
}
.header .hd_nav li a {
  color: #1E1E1E;
  position: relative;
  display: block;
}
.header .hd_nav li a::after {
  content: "";
  width: 100%;
  height: 1px;
  min-height: 1px;
  display: block;
  background: #2F87BE;
  transform-origin: center;
  transform: scaleX(0);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.header .hd_nav li a p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(0.9375rem, 0.5454545455vw + 0.5965909091rem, 1.125rem);
  padding: 10px 0;
}
@media (min-width: 769px) {
  .header .hd_nav li a:hover::after {
    transform: scaleX(1);
  }
}
.header .hd_nav li.contact-btn a {
  background: #2F87BE;
  border-radius: 999px;
  padding: 15px min(33px, 1.5vw);
  display: block;
  transition: all 0.3s;
  border: #2F87BE 1px solid;
}
.header .hd_nav li.contact-btn a::after {
  display: none;
}
.header .hd_nav li.contact-btn a p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.7672634271vw + 0.756713555rem, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(15px, 0.8vw);
  padding: 0;
  transition: all 0.3s;
}
.header .hd_nav li.contact-btn a p::after {
  content: "\e158";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(1.375rem, 1.5345268542vw + 0.63842711rem, 2.125rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header .hd_nav li.contact-btn a:hover {
    background: #D9F0FF;
  }
  .header .hd_nav li.contact-btn a:hover p {
    color: #2F87BE;
  }
  .header .hd_nav li.contact-btn a:hover p::after {
    color: #2F87BE;
  }
}
@media (max-width: 1024px) {
  .header .hd_nav {
    flex-direction: column;
    gap: 15px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .header .hd_nav li:first-child {
    margin-top: 25px;
  }
  .header .hd_nav li:last-child {
    margin-bottom: 25px;
  }
  .header .hd_nav li.contact-btn a {
    padding: 10px 15px;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  height: 100vh;
  width: 100vw;
  display: flex;
  position: relative;
}
.mainimg .bubble {
  position: absolute;
  width: 30%;
  min-width: 250px;
  height: 100%;
  top: 0;
  left: 0;
}
.mainimg .bubble span {
  background: linear-gradient(180deg, rgb(38, 115, 204) 0%, rgb(123, 255, 229) 100%);
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  opacity: 0.4;
  display: block;
  position: absolute;
}
.mainimg .bubble span:nth-child(1) {
  width: 20vw;
  max-width: 360px;
  top: -5%;
  left: -15%;
  animation: bubble 6s ease-in-out infinite alternate;
}
.mainimg .bubble span:nth-child(2) {
  width: 10vw;
  max-width: 125px;
  bottom: 15%;
  left: 50%;
  animation: bubble 7s ease-in-out infinite alternate;
}
.mainimg .bubble span:nth-child(3) {
  width: 15vw;
  max-width: 210px;
  bottom: -3%;
  right: 0;
  animation: bubble 5s ease-in-out infinite alternate;
}
.mainimg .copy {
  width: 30%;
  min-width: 250px;
  position: relative;
}
.mainimg .copy-inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-left: 5vw;
}
.mainimg .copy h1 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-size: clamp(2.625rem, 6.0185185185vw + -0.2638888889rem, 4.25rem);
}
.mainimg .copy .sub-text {
  font-weight: 700;
  color: #2F87BE;
  margin-top: 30px;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
}
.mainimg .mv-image {
  width: 70%;
  max-width: calc(100% - 250px);
  height: 100%;
  display: flex;
  position: relative;
  z-index: 0;
  opacity: 0;
  animation: mainimg-slide-in 0.8s ease-out 0.1s forwards;
}
.mainimg .mv-image .image_01, .mainimg .mv-image .image_02, .mainimg .mv-image .image_03 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.mainimg .mv-image .image_01 .image-inner, .mainimg .mv-image .image_02 .image-inner, .mainimg .mv-image .image_03 .image-inner {
  width: 100%;
  height: 100%;
  display: block;
}
.mainimg .mv-image .image_01 img, .mainimg .mv-image .image_02 img, .mainimg .mv-image .image_03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainimg .mv-image .image_01, .mainimg .mv-image .image_02 {
  filter: drop-shadow(min(20px, 5vw) 0 0 #fff);
}
.mainimg .mv-image .image_01 .image-inner, .mainimg .mv-image .image_02 .image-inner {
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 20% 50%);
}
.mainimg .mv-image .image_01 {
  left: 0;
  z-index: 3;
  opacity: 0;
  animation: mainimg-slide-in 0.75s ease-out 0.2s forwards;
}
.mainimg .mv-image .image_02 {
  left: 55%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  animation: mainimg-slide-in-center 0.75s ease-out 0.8s forwards;
}
.mainimg .mv-image .image_03 {
  right: 0;
  z-index: 1;
  opacity: 0;
  animation: mainimg-slide-in 0.75s ease-out 1.4s forwards;
}
@media (max-width: 768px) {
  .mainimg {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: -moz-fit-content;
    height: fit-content;
  }
  .mainimg .copy {
    width: 80%;
    margin: 30px auto 0;
  }
  .mainimg .copy-inner {
    position: static;
    transform: translateY(0);
    padding-left: 0;
  }
  .mainimg .copy h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  .mainimg .copy .sub-text {
    margin-top: 15px;
  }
  .mainimg .mv-image {
    width: 100%;
    max-width: 100%;
    height: 50vh;
  }
  .mainimg .mv-image .image_01, .mainimg .mv-image .image_02, .mainimg .mv-image .image_03 {
    width: 45%;
  }
  .mainimg .mv-image .image_01, .mainimg .mv-image .image_02 {
    filter: drop-shadow(min(5px, 2vw) 0 0 #fff);
  }
  .mainimg .mv-image .image_01 .image-inner {
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 0 50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mainimg .mv-image,
  .mainimg .mv-image .image_01,
  .mainimg .mv-image .image_02,
  .mainimg .mv-image .image_03 {
    animation: none;
    opacity: 1;
  }
  .mainimg .mv-image .image_02 {
    transform: translateX(-50%);
  }
}
.page_mainimg {
  width: 100vw;
}
.page_mainimg .mv-image {
  width: 100%;
  height: 55vh;
}
@media (max-width: 768px) {
  .page_mainimg .mv-image {
    height: 30vh;
  }
}
.page_mainimg .mv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page_mainimg h1 {
  width: 90%;
  max-width: 1250px;
  margin: 50px auto 0;
  font-size: clamp(1.75rem, 4.6296296296vw + -0.4722222222rem, 3rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-introduction {
  margin-top: 130px;
  position: relative;
}
@media (max-width: 768px) {
  .index-introduction {
    margin-top: 80px;
  }
}
.index-introduction__inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .index-introduction__inner {
    flex-direction: column;
  }
}
.index-introduction__left {
  flex: 0 0 auto;
  width: 418px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-introduction__top-text, .index-introduction__bottom-text {
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-introduction__circle {
  position: relative;
  max-width: 356px;
  aspect-ratio: 1;
  padding: 0 min(30px, 3vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .index-introduction__circle {
    padding: 0 20px;
  }
}
.index-introduction__circle::before {
  content: "";
  background-image: linear-gradient(to bottom, #26B3CC, #82FFDC);
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
          mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}
.index-introduction__circle-main {
  font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-introduction__circle-cross {
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-introduction__right {
  flex: 1;
  max-width: 1000px;
}
.index-introduction__body {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-introduction .line-animation {
  top: 30%;
}
.index-introduction .line-animation img,
.index-introduction .line-animation svg {
  display: block;
  width: 100%;
  height: auto;
}
.index-strength {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .index-strength {
    margin-top: 80px;
  }
}
.index-strength__inner {
  display: flex;
  align-items: stretch;
  gap: 5%;
  width: 95%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .index-strength__inner {
    margin: 0 auto;
    width: 90%;
  }
}
.index-strength__left {
  width: 50%;
  padding: 80px 60px 80px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .index-strength__left {
    width: 100%;
    padding: 0;
  }
}
.index-strength__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.index-strength__item-head {
  margin-bottom: 20px;
}
.index-strength__num {
  font-size: clamp(1.75rem, 3.2407407407vw + 0.1944444444rem, 2.625rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #2F87BE;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.index-strength__item-title {
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-strength__item-body {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-strength__right {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-strength__right {
    display: none;
  }
}
.index-strength__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-about {
  background-color: #D9F0FF;
  overflow: hidden;
  position: relative;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .index-about {
    padding-top: 60px;
  }
}
.index-about::before {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #fff;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/150;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-about::after {
  content: "";
  background: #fff;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/150;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.index-about__inner {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .index-about__inner {
    flex-direction: column;
    width: 100%;
    gap: 35px;
  }
}
.index-about__left {
  padding: min(190px, 20vh) 0 min(310px, 30vh);
  max-width: 980px;
  width: 70%;
}
@media (max-width: 768px) {
  .index-about__left {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.index-about__body {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .index-about__body {
    margin: 50px 0 40px;
  }
}
.index-about__right {
  width: 22%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 8%;
}
@media (max-width: 768px) {
  .index-about__right {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    right: 0;
  }
}
.index-about__slide {
  height: 100%;
  overflow: hidden;
}
.index-about__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.index-about__slide .swiper-slide {
  height: auto;
  padding-bottom: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 566/400;
}
.index-about__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .index-about__slide {
    width: 100vw;
    height: auto;
  }
  .index-about__slide .swiper-wrapper {
    flex-direction: row;
  }
  .index-about__slide .swiper-slide {
    width: 80vw;
    aspect-ratio: 4/3;
    padding-bottom: 0;
  }
}
.index .download-bnr {
  width: 90%;
  max-width: 1440px;
  margin: 150px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 5vw 115px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index .download-bnr {
    padding: 50px 3vw;
    margin: 80px auto;
    border-radius: 15px;
  }
}
.index .download-bnr::before {
  content: "";
  background: url(../images/bnr_bg.jpg) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.index .download-bnr::after {
  content: "";
  background: rgba(47, 135, 190, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.index .download-bnr p {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  width: 100%;
}
@media (max-width: 768px) {
  .index .download-bnr p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.index .download-bnr p .arrow {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #fff 1px solid;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .index .download-bnr p .arrow {
    width: 50px;
    height: 50px;
  }
}
.index .download-bnr p .arrow::before {
  content: "";
  background: url(../images/arrow-icon.svg) center/contain no-repeat;
  width: 0.8em;
  height: 0.8em;
}
@media (min-width: 769px) {
  .index .download-bnr:hover::before {
    transform: scale(1.08);
  }
  .index .download-bnr:hover::after {
    background: rgba(6, 90, 187, 0.8);
  }
}
.index-recruit {
  position: relative;
}
.index-recruit__inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 5%;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.index-recruit__left {
  position: relative;
  flex-shrink: 0;
  width: 45%;
  height: 800px;
}
@media (max-width: 768px) {
  .index-recruit__left {
    height: 280px;
    width: 100%;
    z-index: -1;
  }
}
.index-recruit__img-top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 777px;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 777/357;
  z-index: -1;
}
@media (max-width: 768px) {
  .index-recruit__img-top {
    width: 80%;
  }
}
.index-recruit__img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-recruit__img-bottom {
  position: absolute;
  top: 45%;
  right: 0;
  max-width: 370px;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 370/511;
}
@media (max-width: 768px) {
  .index-recruit__img-bottom {
    top: auto;
    bottom: 0;
    right: -5vw;
    width: 80%;
    aspect-ratio: 777/357;
  }
}
.index-recruit__img-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-recruit__right {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .index-recruit__right {
    gap: 30px;
  }
}
.index-recruit__content-head {
  padding-bottom: 15px;
  border-bottom: 2px solid #2F87BE;
  margin-bottom: 30px;
}
.index-recruit__content-title {
  font-size: clamp(1.125rem, 1.8518518519vw + 0.2361111111rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-recruit__body {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-recruit .line-animation {
  top: -5%;
}
.index-news {
  margin: 150px 0;
}
.index-news__inner {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .index-news__inner {
    flex-direction: column;
  }
}
.index-news__left {
  display: flex;
  align-items: center;
  padding: 80px 40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .index-news__left {
    padding: 0 5% 30px;
  }
}
.index-news__right {
  flex: 1;
  background-color: #D9F0FF;
  padding: 80px 60px 80px 160px;
  position: relative;
}
@media (max-width: 768px) {
  .index-news__right {
    padding: 50px 5%;
  }
}
.index-news__right::before {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
  width: min(100px, 5vw);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .index-news__right::before {
    display: none;
  }
}
.index-news__list {
  display: flex;
  flex-direction: column;
  padding-right: min(60px, 5vw);
  overflow-y: auto;
  max-height: 550px;
}
@media (max-width: 768px) {
  .index-news__list {
    max-height: 50vh;
  }
}
.index-news__list::-webkit-scrollbar-track {
  background: #ffffff;
}
.index-news__item {
  border-bottom: 1px solid #2F87BE;
}
.index-news__item:first-child {
  border-top: 1px solid #2F87BE;
}
.index-news__link {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .index-news__link {
    flex-direction: column;
    gap: 20px;
  }
}
.index-news__item-body {
  flex: 1;
}
.index-news__date {
  font-size: 18px;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2F87BE;
  font-family: "Jost", sans-serif;
}
.index-news__title {
  font-size: 20px;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.index-news__url {
  margin-top: 10px;
}
.index-news__url li + li {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .index-news__url a:hover p::after {
    transform: scaleX(1);
  }
}
.index-news__url p {
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
.index-news__url p::after {
  content: "";
  background: #2F87BE;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.index-news__url p .icon {
  background: #2F87BE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 26px;
  min-width: 26px;
  height: 26px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.index-news__url p .icon::before {
  content: "";
  background: url(../images/link-icon.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.index-news__thumb {
  flex-shrink: 0;
  width: 200px;
  height: 150px;
  overflow: hidden;
  margin-left: 30px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .index-news__thumb {
    margin: 0 auto;
  }
}
.index-news__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service_introduction {
  margin-top: 25px;
  padding: 115px 0 0;
}
@media (max-width: 768px) {
  .service_introduction {
    margin-top: 35px;
    padding: 0;
  }
}
.service__inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.service__head {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .service__head {
    margin-bottom: 50px;
  }
}
.service__title {
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .service__title {
    margin-bottom: 25px;
  }
}
.service__lead {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .service__lead {
    font-weight: 500;
    line-height: 1.8;
  }
}
.service__cards {
  display: flex;
  gap: min(4vw, 60px);
}
@media (max-width: 768px) {
  .service__cards {
    flex-direction: column;
  }
}
.service__card {
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 50px;
}
@media (max-width: 768px) {
  .service__card {
    padding: 25px 5vw;
  }
}
.service__card::before {
  content: "";
  background-image: linear-gradient(to bottom, #26B3CC, #7BFFC1);
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
          mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 12px;
  pointer-events: none;
}
.service__card-title {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service__card-title {
    margin-bottom: 15px;
  }
}
.service__card-text {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-weight: 500;
}
.service__list {
  margin-top: 150px;
  counter-reset: service-num;
}
@media (max-width: 768px) {
  .service__list {
    margin-top: 100px;
  }
}
.service__list-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .service__list-inner {
    gap: 60px;
  }
}
.service__list-item {
  display: flex;
  align-items: flex-start;
  gap: min(6vw, 100px);
  counter-increment: service-num;
}
@media (max-width: 768px) {
  .service__list-item {
    flex-direction: column;
  }
}
.service__list-body {
  flex: 0 0 44%;
  max-width: 44%;
}
.service__list-body:only-child {
  max-width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .service__list-body {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
}
.service__list-num {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #D9F0FF;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service__list-num {
    margin-bottom: 10px;
  }
}
.service__list-num::before {
  content: counter(service-num, decimal-leading-zero);
}
.service__list-head {
  border-bottom: 1px solid #2F87BE;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.service__list-title {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
}
.service__list-text {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
}
.service__list-image {
  flex: 1;
  overflow: hidden;
}
.service__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 860/545;
}
.service__area {
  position: relative;
  overflow: hidden;
  background: url(../images/area_bg.jpg) center/cover no-repeat;
  width: 90%;
  max-width: 1720px;
  margin: 150px auto 0;
}
.service__area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(38, 115, 204, 0.9);
  pointer-events: none;
  mix-blend-mode: multiply;
}
.service__area-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  align-items: center;
  gap: min(10vw, 130px);
}
@media (max-width: 768px) {
  .service__area-inner {
    flex-direction: column;
    padding: 50px 0;
    gap: 50px;
  }
}
.service__area-left {
  flex: 0 0 auto;
  width: min(532px, 45%);
}
@media (max-width: 768px) {
  .service__area-left {
    width: 100%;
  }
}
.service__area-head {
  margin-bottom: 40px;
}
.service__area-title {
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.service__area-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #26B3CC, #7BFFC1);
  flex-shrink: 0;
}
.service__area-lead {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #ffffff;
}
.service__area-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service__area-tel {
  background: #ffffff;
  border-radius: 999px;
  padding: 20px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .service__area-tel {
    padding: 15px 20px;
    border-radius: 15px;
  }
}
.service__area-tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1E1E1E;
  text-decoration: none;
  margin-bottom: 6px;
}
.service__area-tel-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #2F87BE;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 10px;
}
@media (max-width: 768px) {
  .service__area-tel-icon {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
}
.service__area-tel-icon::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.service__area-tel-num {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #1E1E1E;
}
.service__area-tel-time {
  font-size: clamp(0.75rem, 0.462962963vw + 0.5277777778rem, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1E1E1E;
}
.service__area-form {
  background: #ffffff;
  border-radius: 999px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service__area-form {
    padding: 15px 20px;
    border-radius: 15px;
  }
}
@media (min-width: 769px) {
  .service__area-form:hover {
    background: #D9F0FF;
    color: #2F87BE;
  }
}
.service__area-form-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #2F87BE;
  border-radius: 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  padding: 10px;
}
.service__area-form-icon::before {
  content: "";
  background: url(../images/mail-icon.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.service__area-right {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .service__area-right {
    width: 100%;
    flex-direction: column;
  }
}
.service__area-map {
  flex: 1;
}
.service__area-map img {
  width: 100%;
  height: auto;
  display: block;
}
.service__area-info {
  flex: 0 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 160px;
}
.service__area-info-label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2F87BE;
  margin-bottom: 2px;
}
.service__area-info-body {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
}
.service__member {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .service__member {
    margin-top: 100px;
  }
}
.service__member-inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.service__member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
}
@media (max-width: 768px) {
  .service__member-list {
    gap: 10px;
  }
}
.service__member-item {
  display: flex;
  align-items: center;
  gap: min(3vw, 30px);
  width: 30%;
  min-width: 400px;
  border-bottom: 1px solid #2F87BE;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.service__member-item::after {
  content: "";
  background: rgba(217, 240, 255, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service__member-item {
    width: 100%;
    min-width: 0;
    gap: 20px;
  }
}
@media (min-width: 769px) {
  .service__member-item:hover::after {
    transform: scaleX(1);
  }
}
.service__member-logo {
  flex: 0 0 auto;
  width: 37%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 20/13;
  overflow: hidden;
}
.service__member-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.service__member-name {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
}
.service__vehicle-inner {
  width: 90%;
  max-width: 1720px;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .service__vehicle-inner {
    margin-top: 100px;
  }
}
.service__vehicle-title {
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.service__vehicle-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #26B3CC, #7BFFC1);
  flex-shrink: 0;
}
.service__vehicle-table-head {
  display: flex;
}
.service__vehicle-th {
  background: #2F87BE;
  color: #ffffff;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 10px 20px;
  text-align: center;
}
.service__vehicle-th--type {
  flex: 0 0 41%;
  margin-right: min(15px, 3vw);
}
@media (max-width: 768px) {
  .service__vehicle-th--type {
    margin-right: 2vw;
  }
}
.service__vehicle-th--count {
  flex: 1;
}
.service__vehicle-row {
  display: flex;
}
.service__vehicle-td {
  padding: 20px;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  border-bottom: 1px solid #2F87BE;
}
@media (max-width: 768px) {
  .service__vehicle-td {
    padding: 10px 0;
  }
}
.service__vehicle-td--type {
  flex: 0 0 41%;
  margin-right: min(15px, 3vw);
}
.service__vehicle-td--count {
  flex: 1;
}
.service__safety .line-animation {
  bottom: 100%;
}
.service__safety-inner {
  width: 90%;
  max-width: 1720px;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .service__safety-inner {
    margin-top: 100px;
  }
}
.service__safety-title {
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.service__safety-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #26B3CC, #7BFFC1);
  flex-shrink: 0;
}
.service__safety-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service__safety-item {
  background: #D9F0FF;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
}
@media (max-width: 768px) {
  .service__safety-item {
    padding: 30px;
  }
}
.service__safety-textarea {
  width: 70%;
}
@media (max-width: 768px) {
  .service__safety-textarea {
    width: 100%;
  }
}
.service__safety-textarea:only-child {
  width: 100%;
}
.service__safety-item-title {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  margin-bottom: 15px;
}
.service__safety-item-text {
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
}
.service__safety-image {
  aspect-ratio: 40/32;
  width: 25%;
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
}
.service__safety-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.service__faq {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .service__faq {
    margin-top: 100px;
  }
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-introduction {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .recruit-introduction {
    padding-top: 50px;
  }
}
.recruit-introduction__inner {
  width: 90%;
  max-width: 1670px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-introduction__inner {
    flex-direction: column;
  }
}
.recruit-introduction__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.recruit-introduction__body {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-introduction__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .recruit-introduction__btns {
    gap: 20px 3vw;
  }
}
.recruit-introduction__btn {
  position: relative;
  padding: 20px 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .recruit-introduction__btn {
    padding: 15px 20px;
  }
}
.recruit-introduction__btn::before {
  content: "";
  background-image: linear-gradient(to right, #26B3CC, #82FFDC);
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
          mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 999px;
  pointer-events: none;
}
.recruit-introduction__btn span {
  font-size: clamp(0.9375rem, 1.1574074074vw + 0.3819444444rem, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-introduction__right {
  flex-shrink: 0;
  width: 36%;
  max-width: 600px;
  aspect-ratio: 597/816;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-introduction__right {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.recruit-introduction__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}
@media (max-width: 768px) {
  .recruit-introduction__right img {
    -o-object-position: 50% 5%;
       object-position: 50% 5%;
  }
}
.recruit-voice {
  margin-top: 150px;
}
.recruit-voice__inner {
  width: 90%;
  max-width: 1670px;
  margin: 0 auto;
}
.recruit-voice__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 60px;
}
.recruit-voice__item {
  display: flex;
  align-items: center;
  gap: min(4vw, 66px);
}
@media (max-width: 768px) {
  .recruit-voice__item {
    flex-direction: column;
  }
}
.recruit-voice__icon {
  flex-shrink: 0;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #2F87BE;
}
@media (max-width: 768px) {
  .recruit-voice__icon {
    width: 40%;
  }
}
.recruit-voice__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-voice__content {
  flex: 1;
  background: #D9F0FF;
  border-radius: 12px;
  padding: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .recruit-voice__content {
    padding: 25px 5vw;
  }
}
.recruit-voice__name {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2F87BE;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
.recruit-voice__body {
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-flow {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .recruit-flow {
    margin-top: 100px;
  }
}
.recruit-flow__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.recruit-flow__list {
  position: relative;
  margin-top: 60px;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-flow__list {
    width: 100%;
  }
}
.recruit-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-flow__item {
    gap: 15px;
  }
}
.recruit-flow__item::before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: -50px;
  left: 50px;
  transform: translateX(-50%);
  border-left: #2F87BE 2px dashed;
}
@media (max-width: 768px) {
  .recruit-flow__item::before {
    left: 25px;
  }
}
.recruit-flow__item + .recruit-flow__item {
  margin-top: 50px;
}
.recruit-flow__item:last-child::before {
  display: none;
}
.recruit-flow__item:last-child .recruit-flow__body {
  padding-bottom: 0;
}
.recruit-flow__num {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #2F87BE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .recruit-flow__num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit-flow__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .recruit-flow__body {
    padding-bottom: 0;
  }
}
.recruit-flow__head {
  background: #D9F0FF;
  padding: 26px 50px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .recruit-flow__head {
    padding: 15px 5vw;
  }
}
.recruit-flow__title {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-flow__content {
  border: 2px solid #2F87BE;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
}
@media (max-width: 768px) {
  .recruit-flow__content {
    padding: 15px 5vw;
  }
}
.recruit-flow__text {
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-flow__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .recruit-flow__contacts {
    gap: 10px;
    margin-top: 20px;
  }
}
.recruit-flow__tel {
  background: #2F87BE;
  border-radius: 999px;
  padding: 15px min(5vw, 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .recruit-flow__tel {
    border-radius: 15px;
  }
}
.recruit-flow__tel-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.recruit-flow__tel-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
}
.recruit-flow__tel-icon::before {
  content: "";
  -webkit-mask: url(../images/tel-icon.svg) center/contain no-repeat;
          mask: url(../images/tel-icon.svg) center/contain no-repeat;
  background: #2F87BE;
  width: 100%;
  height: 100%;
  display: block;
}
.recruit-flow__tel-num {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #ffffff;
}
.recruit-flow__tel-time {
  font-size: clamp(0.75rem, 0.462962963vw + 0.5277777778rem, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.recruit-flow__form-btn {
  background: #2F87BE;
  border-radius: 999px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  border: #2F87BE 1px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-flow__form-btn {
    border-radius: 15px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .recruit-flow__form-btn:hover {
    background: #D9F0FF;
    color: #2F87BE;
  }
  .recruit-flow__form-btn:hover .recruit-flow__form-icon {
    background-color: #2F87BE;
  }
  .recruit-flow__form-btn:hover .recruit-flow__form-icon::before {
    background: #fff;
  }
}
.recruit-flow__form-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 10px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-flow__form-icon {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
}
.recruit-flow__form-icon::before {
  content: "";
  -webkit-mask: url(../images/mail-icon.svg) center/contain no-repeat;
          mask: url(../images/mail-icon.svg) center/contain no-repeat;
  background: #2F87BE;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.recruit-surroundings {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .recruit-surroundings {
    margin-top: 100px;
  }
}
.recruit-surroundings .line-animation {
  bottom: 0;
}
.recruit-surroundings__inner {
  width: 86%;
  max-width: 1720px;
  margin: 0 auto;
}
.recruit-surroundings__groups {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .recruit-surroundings__groups {
    margin-top: 0;
    gap: 30px;
  }
}
.recruit-surroundings__group-head {
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #26b3cc, #7bffc1) 1;
     border-image: linear-gradient(to right, #26b3cc, #7bffc1) 1;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.recruit-surroundings__group-title {
  font-size: clamp(1.125rem, 1.8518518519vw + 0.2361111111rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.recruit-surroundings__grid {
  display: flex;
  gap: 20px 2%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-surroundings__grid {
    gap: 15px 4%;
  }
}
.recruit-surroundings__item {
  position: relative;
  width: 32%;
  min-width: 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-surroundings__item {
    min-width: 0;
    width: 48%;
  }
}
.recruit-surroundings__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 540/380;
}
.recruit__faq {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .recruit__faq {
    margin-top: 100px;
  }
}
.recruit-requirements {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .recruit-requirements {
    margin-top: 100px;
  }
}
.recruit-requirements__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.recruit-requirements__tabs {
  display: flex;
  gap: 30px min(5vw, 30px);
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-requirements__tabs {
    gap: 20px 3vw;
  }
}
.recruit-requirements__tab {
  padding: 15px 30px;
  border-radius: 999px;
  background: #D9F0FF;
  color: #1E1E1E;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-requirements__tab {
    padding: 10px 20px;
  }
}
@media (min-width: 769px) {
  .recruit-requirements__tab:hover {
    background: #2F87BE;
    color: #ffffff;
  }
}
.recruit-requirements__tab.is-active {
  background: #2F87BE;
  color: #ffffff;
}
.recruit-requirements__panels {
  margin-top: 50px;
}
.recruit-requirements__panel {
  display: none;
}
.recruit-requirements__panel.is-active {
  display: block;
}
.recruit-requirements__panel-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  font-size: clamp(1.25rem, 1.3888888889vw + 0.5833333333rem, 1.625rem);
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #26b3cc, #7bffc1) 1;
     border-image: linear-gradient(to right, #26b3cc, #7bffc1) 1;
}
.recruit-requirements__list {
  margin-top: 50px;
  max-width: 1440px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .recruit-requirements__list {
    margin-top: 30px;
  }
}
.recruit-requirements__btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.recruit-requirements__btn {
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding: 20px 35px;
  background: #2F87BE;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
  border: #2F87BE 1px solid;
}
@media (max-width: 768px) {
  .recruit-requirements__btn {
    padding: 10px 18px;
  }
}
.recruit-requirements__btn p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  transition: all 0.3s;
}
.recruit-requirements__btn p::after {
  content: "";
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 1em;
  height: 1em;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .recruit-requirements__btn:hover {
    background: #D9F0FF;
  }
  .recruit-requirements__btn:hover p {
    color: #2F87BE;
  }
  .recruit-requirements__btn:hover p::after {
    background: #2F87BE;
  }
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  margin-top: 50px;
}
.company-greeting__inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
}
.company-greeting__content {
  flex: 1;
  max-width: 690px;
}
.company-greeting__body {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.company-greeting__name {
  margin-top: 32px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.company-greeting__logo {
  width: 37%;
  max-width: 460px;
}
.company-greeting__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .company-greeting__inner {
    flex-direction: column;
    gap: 40px;
  }
  .company-greeting__content {
    max-width: 100%;
  }
  .company-greeting__logo {
    width: min(100%, 460px);
    margin: 0 auto;
  }
  .company-greeting__body {
    font-size: 16px;
  }
  .company-greeting__name {
    font-size: 16px;
  }
}
.company-policy {
  position: relative;
  margin-top: 150px;
  padding: 110px 0;
  background: url(../images/area_bg.jpg) center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-policy {
    padding: 80px 0;
  }
}
.company-policy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(38, 115, 204, 0.9);
  mix-blend-mode: multiply;
}
.company-policy__inner {
  position: relative;
  z-index: 2;
  max-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 150px;
}
@media (max-width: 768px) {
  .company-policy__inner {
    gap: 5vw;
    flex-direction: column;
  }
}
.company-policy__inner .cmn-title {
  color: #ffffff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company-policy__inner .cmn-title {
    margin-bottom: 0;
  }
}
.company-policy__card {
  position: relative;
  max-width: 780px;
  min-width: 600px;
  border-radius: 20px;
  padding: 44px 50px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}
@media (max-width: 768px) {
  .company-policy__card {
    min-width: 0;
    padding: 35px 5vw;
  }
}
.company-policy__card::before {
  content: "";
  background-image: linear-gradient(to bottom, #26B3CC, #82FFDC);
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
          mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 20px;
  pointer-events: none;
}
.company-policy__lead {
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.company-policy__body {
  margin-top: 20px;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .company-policy__body {
    margin-top: 10px;
  }
}
.company-overview {
  margin: 150px 0 0;
}
@media (max-width: 768px) {
  .company-overview {
    margin-top: 100px;
  }
}
.company-overview__inner {
  width: 90%;
  max-width: 17200px;
  margin: 0 auto;
}
.company-overview__table {
  max-width: 1440px;
  width: 90%;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .company-overview__table {
    width: 100%;
    margin-top: 30px;
  }
}
.company-history {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .company-history {
    margin-top: 100px;
  }
}
.company-history__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.company-history__timeline {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 50px auto 0;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .company-history__timeline {
    padding: 0;
    width: 100%;
  }
}
.company-history__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .company-history__item {
    gap: 3vw;
  }
}
.company-history__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  border-left: 2px dashed #2F87BE;
  height: calc(100% + 30px);
}
@media (max-width: 768px) {
  .company-history__item::before {
    height: calc(100% + 20px);
  }
}
.company-history__item + .company-history__item {
  margin-top: 30px;
}
.company-history__item:last-child::before {
  display: none;
}
.company-history__dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2F87BE;
}
.company-history__card {
  background: #D9F0FF;
  border-radius: 12px;
  padding: 36px min(3vw, 40px);
  width: calc(100% - 60px);
}
@media (max-width: 768px) {
  .company-history__card {
    padding: 20px 5vw;
  }
}
.company-history__date {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
.company-history__content {
  margin-top: 8px;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 768px) {
  .company-history__content {
    margin-top: 0;
  }
}
.company-access {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .company-access {
    margin-top: 100px;
  }
}
.company-access__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.company-access__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px min(3.5vw, 60px);
}
.company-access__item {
  width: calc((100% - min(3.5vw, 60px)) / 2);
  min-width: 300px;
}
@media (max-width: 768px) {
  .company-access__item {
    width: 100%;
  }
}
.company-access__map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 83/46;
  overflow: hidden;
}
.company-access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.company-access__body {
  margin-top: 20px;
}
.company-access__heading {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #26b3cc, #7bffc1) 1;
     border-image: linear-gradient(to right, #26b3cc, #7bffc1) 1;
}
.company-access__address {
  margin-top: 10px;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.company-access__detail {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.9259259259vw + 0.4305555556rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.company-license {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .company-license {
    margin-top: 100px;
  }
}
.company-license .line-animation {
  bottom: 100%;
}
.company-license__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.company-license__notice {
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.company-license__table-wrap {
  margin-top: 50px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-y;
}
.company-license__table-wrap.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .company-license__table-wrap {
    cursor: auto;
    touch-action: auto;
  }
}
.company-license__table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
.company-license__table th,
.company-license__table td {
  border: 1px solid #a0a0a0;
}
.company-license__table thead th {
  writing-mode: vertical-rl;
  background: #D9F0FF;
  padding: 30px 20px;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(1rem, 1.0230179028vw + 0.5089514066rem, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .company-license__table thead th {
    min-height: 0;
    padding: 20px 5vw;
  }
}
.company-license__table thead th:first-child {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  min-width: 220px;
  height: auto;
  text-align: left;
  vertical-align: middle;
  padding: 16px 14px;
  background: transparent;
  border: none;
}
.company-license__table tbody th {
  background: #D9F0FF;
  white-space: nowrap;
  padding: 16px 12px;
  text-align: left;
  font-size: clamp(0.875rem, 2.3148148148vw + -0.2361111111rem, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.company-license__table tbody td {
  min-width: 74px;
  text-align: center;
  vertical-align: middle;
  padding: 16px 8px;
  font-size: clamp(1.125rem, 4.1666666667vw + -0.875rem, 2.25rem);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .company-license__table {
    position: relative;
  }
  .company-license__table thead {
    position: sticky;
    top: 0;
  }
  .company-license__table thead th {
    min-width: 0px;
    padding: 12px 12px;
  }
  .company-license__table thead th:first-child {
    min-width: 140px;
    padding: 12px 10px;
  }
  .company-license__table tbody th {
    padding: 12px 10px;
  }
  .company-license__table tbody td {
    min-width: 0px;
    padding: 12px 12px;
  }
}
.company-download {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .company-download {
    margin-top: 100px;
  }
}
.company-download__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.company-download__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
@media (max-width: 768px) {
  .company-download__list {
    margin-top: 30px;
    gap: 15px;
  }
}
.company-download__item {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  list-style: none;
}
@media (max-width: 768px) {
  .company-download__item {
    min-width: 0;
  }
}
.company-download__link {
  width: 100%;
  min-height: 70px;
  background: #d9ecff;
  border-radius: 999px;
  padding: 12px 22px 12px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company-download__link {
    border-radius: 15px;
  }
}
@media (min-width: 769px) {
  .company-download__link:hover {
    background-color: #2F87BE;
    color: #fff;
  }
  .company-download__link:hover .company-download__icon::before {
    background: #fff;
  }
}
.company-download__text {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.company-download__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
}
.company-download__icon::before {
  content: "";
  -webkit-mask: url(../images/pdf-icon.svg) center/contain no-repeat;
          mask: url(../images/pdf-icon.svg) center/contain no-repeat;
  background: #2F87BE;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company-download__item {
    width: 100%;
    min-width: 0;
  }
  .company-download__link {
    padding: 10px 16px 10px 20px;
  }
  .company-download__text {
    line-height: 1.6;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-introduction {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .contact-introduction {
    margin-top: 50px;
  }
}
.contact-introduction__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.contact-introduction__inner .highlight {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-introduction__inner .highlight {
    margin-bottom: 20px;
  }
}
.contact-introduction__links {
  display: flex;
  justify-content: center;
  gap: min(3vw, 50px);
  flex-wrap: wrap;
}
.contact-introduction__link {
  max-width: calc(100% - min(3vw, 50px) / 2);
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #2F87BE;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1E1E1E;
  padding: 30px 50px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .contact-introduction__link {
    max-width: 100%;
  }
}
.contact-introduction__link span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.0230179028vw + 0.5089514066rem, 1.5rem);
  line-height: 2;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-introduction__link span::after {
  content: "";
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #1E1E1E;
  width: 0.9em;
  height: 0.9em;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-introduction__link:hover {
    background: rgba(217, 240, 255, 0.8);
    color: #2F87BE;
  }
  .contact-introduction__link:hover span::after {
    background: #2F87BE;
  }
}
@media (max-width: 768px) {
  .contact-introduction {
    margin-top: 60px;
  }
  .contact-introduction .cmn-title {
    margin-bottom: 30px;
  }
  .contact-introduction__links {
    flex-direction: column;
    gap: 20px;
  }
  .contact-introduction__link {
    min-height: 82px;
    padding: 16px 24px;
    width: 100%;
    border-radius: 15px;
  }
  .contact-introduction__link span {
    justify-content: space-between;
  }
}
.contact-tel {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .contact-tel {
    margin-top: 100px;
  }
}
.contact-tel__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
.contact-tel__cards {
  display: flex;
  gap: min(5vw, 60px);
}
@media (max-width: 768px) {
  .contact-tel__cards {
    flex-direction: column;
  }
}
.contact-tel__card {
  flex: 1;
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 26px min(3vw, 30px) 34px;
  text-align: center;
}
.contact-tel__card::before {
  content: "";
  background-image: linear-gradient(to bottom, #26B3CC, #82FFDC);
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
          mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 20px;
  pointer-events: none;
}
.contact-tel__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.9259259259vw + 0.4305555556rem, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.contact-tel__numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px auto 0;
}
.contact-tel__number {
  font-family: "Jost", sans-serif;
  color: #1E1E1E;
  font-weight: 600;
  font-size: clamp(2rem, 3.7037037037vw + 0.2222222222rem, 3rem);
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}
.contact-tel__icon {
  width: 1em;
  height: 1em;
  min-width: 1em;
  border-radius: 50%;
  background: #2F87BE;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
}
.contact-tel__icon.tel::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.contact-tel__icon.fax::before {
  content: "";
  background: url(../images/fax-icon.svg) center/contain no-repeat;
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.contact-tel__time {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.1574074074vw + 0.2569444444rem, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*-------------------------------------------------------------------------------
  form
--------------------------------------------------------------------------------*/
.contact-form {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .contact-form {
    margin-top: 100px;
  }
}
.contact-form-inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-form-inner {
    width: 95%;
  }
}
.contact-form-text {
  margin: 50px 0 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.contact-form-block {
  background: #D9F0FF;
  padding: 80px 0 110px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contact-form-block {
    border-radius: 15px;
    padding: 45px 0 80px;
  }
}
.contact-form-block > div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-form-block > div {
    width: 95%;
  }
}
.contact-form-block .wpcf7-list-item {
  margin: 0;
}
.contact-form-block dl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-form-block dl {
    margin-bottom: 30px;
  }
}
.contact-form-block dl div {
  display: block;
  margin: 0;
  border: none;
  padding: 0;
  position: relative;
  max-width: 500px;
}
.contact-form-block dl div::before {
  content: "";
  background: #2F87BE;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: min(30px, 3vw);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.contact-form-block dt {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contact-form-block dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact-form-block dt label {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form-block dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F87BE;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  padding: 4px 10px;
}
@media (max-width: 768px) {
  .contact-form-block dt span {
    padding: 2px 5px;
  }
}
.contact-form-block dd input, .contact-form-block dd text, .contact-form-block dd textarea {
  background: #fff;
  border-radius: 10px;
  padding: 20px min(30px, 3vw);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  width: 100%;
  max-height: 250px;
}
@media (max-width: 768px) {
  .contact-form-block dd input, .contact-form-block dd text, .contact-form-block dd textarea {
    border-radius: 5px;
  }
}
.contact-form-block dd input.check_zip, .contact-form-block dd text.check_zip, .contact-form-block dd textarea.check_zip {
  max-width: 500px;
}
.contact-form-block dd select {
  background: #fff;
  max-width: 500px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 100%;
  border-radius: 10px;
  padding: 20px min(30px, 3vw);
}
.contact-form-block dd .form-address li + li {
  margin-top: 10px;
}
.contact-form-block dd .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: min(3vw, 35px);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-form-block dd .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.contact-form-block dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .contact-form-block dd .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
  }
}
.contact-form-block dd .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contact-form-block dd .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  transform: translate(-50%, -50%) scale(1);
}
.contact-form-block dd .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.contact-form-block dd .wpcf7-radio .wpcf7-list-item-label::before {
  background: #D9F0FF;
  outline: #fff 4px solid;
  outline-offset: -4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
}
.contact-form-block dd .wpcf7-radio .wpcf7-list-item-label::after {
  background: #2F87BE;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transform-origin: center;
  transition: all 0.3s;
}
.contact-form-block dd .wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: min(3vw, 35px);
}
.contact-form-block dd .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}
.contact-form-block dd .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.contact-form-block dd .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}
.contact-form-block dd .wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.contact-form-block dd .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  outline-offset: -4px;
  width: 24px;
  height: 24px;
  display: block;
}
.contact-form-block dd .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2F87BE;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.3s;
}
.contact-form-block .unit-privacy .privacy-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.contact-form-block .unit-privacy-block {
  background: #fff;
  max-height: 320px;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contact-form-block .unit-privacy-block {
    padding: 18px;
    border-radius: 5px;
  }
}
.contact-form-block .unit-privacy-block p {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 35px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .contact-form-block .unit-privacy-block p {
    padding-right: 10px;
  }
}
.contact-form-block .unit-privacy-block p span {
  font-weight: 700;
}
.contact-form-block .privacy-check {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-block .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form-block .privacy-check .wpcf7-list-item input {
  display: none;
}
.contact-form-block .privacy-check .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form-block .privacy-check .wpcf7-list-item-label {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
.contact-form-block .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  width: 24px;
  height: 24px;
  display: block;
}
.contact-form-block .privacy-check .wpcf7-list-item-label::after {
  content: "";
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2F87BE;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-block .check_no-through {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  height: 64px;
  margin: 70px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form #form-confirm dd {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.contact-form #form-confirm .unit-privacy, .contact-form #form-confirm .privacy-check {
  display: none;
}
.contact-form .check_submit {
  display: flex;
  gap: min(30px, 3vw);
  align-items: center;
  justify-content: center;
}
.contact-form .check_submit .confirm-none button {
  background: #2F87BE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #fff;
  padding: 20px min(35px, 3vw);
  border-radius: 999px;
  border: #2F87BE 1px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-form .check_submit .confirm-none button {
    padding: 15px 5vw;
  }
}
@media (min-width: 769px) {
  .contact-form .check_submit .confirm-none button:hover {
    background: #ffffff;
    color: #2F87BE;
  }
  .contact-form .check_submit .confirm-none button:hover::after {
    background: #2F87BE;
  }
}
.contact-form .check_submit .confirm-none button::after {
  content: "";
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 1em;
  height: 1em;
  display: block;
}
.contact-form .check_submit .back button {
  background: #888;
  border: #888 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  padding: 20px min(35px, 3vw);
  border-radius: 999px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-form .check_submit .back button {
    padding: 15px 5vw;
  }
}
@media (min-width: 769px) {
  .contact-form .check_submit .back button:hover {
    background: #ddd;
    color: #1E1E1E;
  }
}
.contact-form .check_submit .submit input {
  background: #2F87BE;
  border: #2F87BE 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  padding: 20px min(35px, 3vw);
  border-radius: 999px;
}
@media (max-width: 768px) {
  .contact-form .check_submit .submit input {
    padding: 15px 5vw;
  }
}
@media (min-width: 769px) {
  .contact-form .check_submit .submit input:hover {
    background: #ffffff;
    color: #2F87BE;
  }
}

.contact-thanks {
  width: 90%;
  margin: 80px auto 0;
}
.contact-thanks .content-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-thanks .content-text {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------
  fixed-link
--------------------------------------------------------------------------------*/
.fixed-link {
  position: fixed;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90vw;
  background: #2F87BE;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  padding: 30px min(40px, 3vw) 30px min(50px, 3vw);
  border-radius: 30px 0 0 0;
  gap: 20px;
  z-index: 99;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .fixed-link {
    max-width: 100vw;
    width: 100vw;
    border-left: none;
    border-radius: 0;
    padding: 10px 0;
  }
}
.fixed-link p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  font-size: clamp(1rem, 2.7777777778vw + -0.3333333333rem, 1.75rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
}
.fixed-link p::after {
  content: "";
  -webkit-mask: url(../images/window-icon.svg) center/contain no-repeat;
          mask: url(../images/window-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 1em;
  height: 1em;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .fixed-link:hover {
    background: #D9F0FF;
    border-color: #2F87BE;
  }
  .fixed-link:hover p {
    color: #2F87BE;
  }
  .fixed-link:hover p::after {
    background: #2F87BE;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer__cta {
  margin-top: 150px;
  position: relative;
  background-color: #d9d9d9;
  overflow: hidden;
  background: url(../images/cta_bg.jpg) center/cover no-repeat;
}
.footer__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(38, 115, 204, 0.7);
  z-index: 1;
  mix-blend-mode: multiply;
}
.footer__cta-inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__cta-inner {
    gap: 40px;
  }
}
.footer__cta-textarea {
  flex: 1;
}
.footer__cta-title {
  margin-bottom: 20px;
}
.footer__cta-en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(4.125rem, 16.1125319693vw + -3.6090153453rem, 12rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #D9F0FF;
  text-transform: capitalize;
  white-space: nowrap;
}
.footer__cta-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-top: 8px;
}
.footer__cta-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #ffffff;
}
.footer__cta-tel-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 532px;
}
@media (max-width: 768px) {
  .footer__cta-tel-links {
    min-width: 0;
  }
}
.footer__cta-tel-item {
  background-color: #ffffff;
  border-radius: 999px;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .footer__cta-tel-item {
    border-radius: 25px;
  }
}
.footer__cta-tel-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.1em;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 8px;
}
.footer__cta-tel-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3vw, 48px);
  letter-spacing: 0.03em;
  color: #1E1E1E;
  text-decoration: none;
  line-height: 1;
}
.footer__cta-tel-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2e87cf;
  border-radius: 50%;
  padding: 10px;
}
.footer__cta-tel-icon::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.footer__cta-tel-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.462962963vw + 0.5277777778rem, 0.875rem);
  letter-spacing: 0.1em;
  color: #1E1E1E;
  text-align: center;
  margin-top: 4px;
}
.footer__cta-form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  letter-spacing: 0.1em;
  color: #1E1E1E;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 60px;
  padding: 20px 35px 20px 30px;
}
@media (max-width: 768px) {
  .footer__cta-form-link {
    padding-right: 40px;
    border-radius: 25px;
  }
}
@media (min-width: 769px) {
  .footer__cta-form-link:hover {
    background: #D9F0FF;
    color: #2F87BE;
  }
}
.footer__cta-form-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2e87cf;
  border-radius: 50%;
  padding: 10px;
}
.footer__cta-form-icon::before {
  content: "";
  background: url(../images/mail-icon.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.footer__main {
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto;
}
.footer__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 50px 0;
  border-bottom: 1px solid #2F87BE;
}
@media (max-width: 768px) {
  .footer__banner {
    gap: 10px;
  }
}
.footer__banner-item {
  display: flex;
}
.footer__banner-item .bnr_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2F87BE;
  padding: 10px 20px;
  min-width: 250px;
  transition: all 0.3s;
  background: #fff;
}
@media (max-width: 768px) {
  .footer__banner-item .bnr_link {
    min-width: 0;
    padding: 10px 15px;
  }
}
@media (min-width: 769px) {
  .footer__banner-item .bnr_link:hover {
    transform: scale(0.92);
    background: #D9F0FF;
  }
}
.footer__banner-item p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.footer__banner-item img {
  max-height: 60px;
  width: auto;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 0 40px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 80%;
    margin: 0 auto;
  }
}
.footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .footer__address {
    text-align: center;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.2s;
}
.footer__nav-item a:hover {
  color: #2F87BE;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__sns-item {
  display: block;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .footer__sns-item:hover {
    transform: scale(0.9);
  }
}
.footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.625rem, 0.9259259259vw + 0.1805555556rem, 0.875rem);
  letter-spacing: 0.1em;
  color: #98d6ff;
  text-align: center;
  padding: 20px 0 30px;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  width: 90%;
  max-width: 1720px;
  margin: 150px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .notfound-block {
    margin: 100px auto;
  }
}
.notfound-block .content-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .notfound-block .content-text {
    margin-bottom: 30px;
  }
}

#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1019607843);
  z-index: 1000;
  padding: 16px 24px;
}

.form-progress-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.form-progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.form-progress-text {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.form-progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}

.form-progress-bar {
  height: 100%;
  background: #4caf50;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
}

.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}

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

input:not([type=radio]):not([type=checkbox]).val-err:-webkit-autofill, select.val-err:-webkit-autofill, textarea.val-err:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationErrBg, #FFE4E4) inset;
}

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

input:not([type=radio]):not([type=checkbox]).val-through:-webkit-autofill, select.val-through:-webkit-autofill, textarea.val-through:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationThroughBg, #E2FBE2) inset;
}

p.val-err {
  color: var(--topValidationErr, #e40000);
  font-size: 0.8em;
}

p.val-err:before {
  content: "※";
}

.check_no-through {
  color: var(--topValidationErr, #e40000);
}

.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: var(--topValidationErrBg, #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: var(--topValidationThroughBg, #E2FBE2) !important;
}

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