/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #E4E4E4;
  --thumb-color: #4056C5;
  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: #E4E4E4;
  background-color: #4056C5;
  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: #fff;
  border-radius: 5px;
}
.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 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 .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 #1A1A1A;
}
.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: #1A1A1A;
}
.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 #1A1A1A;
}
.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: #1A1A1A;
}
.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 .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #fff;
  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 .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 #1A1A1A;
}
.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: #1A1A1A;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.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 input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.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.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: #4056C5;
  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: #E4E4E4;
}
.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: #E4E4E4;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(228, 228, 228, 0.5), -2px 0 15px rgba(255, 45, 45, 0.2), 2px 0 15px rgba(64, 86, 197, 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: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #E4E4E4;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #4056C5;
  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 tr {
  border-bottom: #333 1px solid;
}
table tr:nth-child(1) {
  border-top: #333 1px solid;
}
table th {
  padding: 20px 25px 20px 10px;
  width: 25%;
  min-width: 200px;
}
@media (max-width: 768px) {
  table th {
    padding: 10px 10px 0;
    color: #4056C5;
  }
}
table td {
  padding: 20px 10px 20px 25px;
  width: 75%;
}
@media (max-width: 768px) {
  table td {
    padding: 5px 10px 10px;
  }
}
table th,
table td {
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  table th,
  table td {
    display: block;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  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: #909090;
}
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: #909090;
}

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
--------------------------------------------------------------------------------*/
@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;
  }
}

.bg {
  background: url(../images/bg_fixed.png) center top/cover no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

.index-pipe-animation {
  width: calc(65vw + 22px);
  max-width: 964px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 964/844;
}
@media (max-width: 768px) {
  .index-pipe-animation {
    width: 100%;
  }
}
.index-pipe-animation .mv-pipe {
  width: 100%;
  height: 100%;
}
.index-pipe-animation .mv-pipe svg {
  position: absolute;
  width: 65vw;
  max-width: 942px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 942/844;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe svg {
    width: 100%;
  }
}
.index-pipe-animation .mv-pipe svg path {
  vector-effect: non-scaling-stroke;
}
.index-pipe-animation .mv-pipe svg:nth-of-type(2) {
  width: 20%;
  max-width: 180px;
  height: 40px;
  left: 0;
  top: 65%;
}
.index-pipe-animation .mv-pipe span {
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.index-pipe-animation .mv-pipe span.knot {
  background: #333;
  border-radius: 6px;
}
.index-pipe-animation .mv-pipe span:nth-of-type(1) {
  right: 0;
  top: 0;
  width: 85px;
  height: 30px;
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe span:nth-of-type(1) {
    width: 30px;
    height: 20px;
    border-radius: 6px 0 0 6px;
  }
}
.index-pipe-animation .mv-pipe span:nth-of-type(2) {
  width: 25px;
  height: calc(40px + 2vw);
  top: 14%;
  right: 10vw;
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe span:nth-of-type(2) {
    display: none;
  }
}
.index-pipe-animation .mv-pipe span:nth-of-type(4) {
  width: calc(40px + 2vw);
  height: 25px;
  top: 50%;
  left: min(20% - 10px, 170px);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe span:nth-of-type(4) {
    height: 15px;
    width: calc(30px + 4vw);
    left: calc(20% - 7.5px);
  }
}
.index-pipe-animation .mv-pipe span:nth-of-type(6) {
  width: calc(40px + 2vw);
  height: 25px;
  top: 80%;
  left: min(20% - 10px, 170px);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe span:nth-of-type(6) {
    height: 15px;
    width: calc(30px + 4vw);
    left: calc(20% - 7.5px);
    top: 85%;
  }
}
.index-pipe-animation .mv-pipe span:nth-of-type(7) {
  width: 25px;
  height: calc(40px + 2vw);
  top: calc(65% + 20px);
  transform: translateY(-50%);
  left: 2vw;
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe span:nth-of-type(7) {
    height: calc(30px + 4vw);
    width: 15px;
  }
}
.index-pipe-animation .mv-pipe span.lever-icon {
  border-radius: 50%;
  background: #333;
  width: 10%;
  max-width: 90px;
  min-width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 60px;
  aspect-ratio: 1;
  left: 50%;
  top: 12%;
}
.index-pipe-animation .mv-pipe span.lever-icon::before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #333;
  transform-origin: center 90%;
  animation: lever-animation_second 5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .index-pipe-animation .mv-pipe span.lever-icon {
    min-width: 50px;
    min-height: 50px;
    left: 30%;
    top: 10%;
  }
}
.index-pipe-animation .mv-pipe span.handle-icon {
  border-radius: 0;
  width: 20%;
  max-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 80px;
  min-height: 80px;
  aspect-ratio: 1;
  left: min(20% - 10px, 170px);
  top: calc(65% + 20px);
  transform: translate(-50%, -50%);
  background: url(../images/handle-icon.svg) center/contain no-repeat;
  animation: handle-animation 6s ease-in-out 4s infinite;
}
.index-pipe-animation .mv-pipe span.is-show {
  opacity: 1;
}
.index-pipe-animation .mv-introduction_left {
  position: absolute;
}
.index-pipe-animation .mv-introduction_left svg {
  position: absolute;
}

.page-pipe-animation {
  position: absolute;
  width: 60vw;
  max-height: 530px;
  min-height: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 960/510;
  top: 0;
  right: 0;
  max-width: 1100px;
  z-index: -1;
  display: block;
}
@media (max-width: 768px) {
  .page-pipe-animation {
    width: 100vw;
    right: auto;
    left: 0;
    overflow: hidden;
  }
}
.page-pipe-animation .page-pipe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.page-pipe-animation .page-pipe svg {
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .page-pipe-animation .page-pipe svg path {
    vector-effect: non-scaling-stroke;
  }
}
.page-pipe-animation .page-pipe svg:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  aspect-ratio: 930/471;
  max-height: 510px;
}
.page-pipe-animation .page-pipe svg:nth-of-type(2) {
  top: -3%;
  left: 30%;
  height: 38%;
  width: 40px;
}
.page-pipe-animation .page-pipe span {
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.page-pipe-animation .page-pipe span.knot {
  background: #333;
  border-radius: 6px;
  height: calc(40px + 2vw);
  width: 25px;
}
@media (max-width: 768px) {
  .page-pipe-animation .page-pipe span.knot {
    height: calc(30px + 4vw);
    width: 15px;
  }
}
.page-pipe-animation .page-pipe span:nth-of-type(1) {
  left: 13%;
  bottom: calc(63% - 22px);
}
@media (max-width: 768px) {
  .page-pipe-animation .page-pipe span:nth-of-type(1) {
    bottom: calc(63% - 20px);
  }
}
.page-pipe-animation .page-pipe span:nth-of-type(2) {
  left: 50%;
  bottom: calc(63% - 22px);
}
@media (max-width: 768px) {
  .page-pipe-animation .page-pipe span:nth-of-type(2) {
    bottom: calc(63% - 20px);
  }
}
.page-pipe-animation .page-pipe span:nth-of-type(3) {
  width: calc(40px + 2vw);
  height: 25px;
  bottom: 27%;
  right: calc(23% + 10px);
}
@media (max-width: 1024px) {
  .page-pipe-animation .page-pipe span:nth-of-type(3) {
    right: 23%;
  }
}
@media (max-width: 768px) {
  .page-pipe-animation .page-pipe span:nth-of-type(3) {
    display: none;
  }
}
.page-pipe-animation .page-pipe span:nth-of-type(4) {
  bottom: 3px;
  right: 10%;
}
@media (max-width: 1024px) {
  .page-pipe-animation .page-pipe span:nth-of-type(4) {
    display: none;
  }
}
.page-pipe-animation .page-pipe span:nth-of-type(6) {
  width: calc(40px + 2vw);
  height: 25px;
  top: 5%;
  left: calc(30% - 15px);
}
@media (max-width: 768px) {
  .page-pipe-animation .page-pipe span:nth-of-type(6) {
    width: calc(30px + 4vw);
    left: calc(30% + 20px);
    transform: translateX(-50%);
    height: 15px;
  }
}
.page-pipe-animation .page-pipe span.handle-icon {
  border-radius: 0;
  width: 20%;
  max-width: 150px;
  min-height: 80px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  left: calc(30% + 20px);
  top: 35%;
  transform: translate(-50%, -50%);
  background: url(../images/handle-icon.svg) center/contain no-repeat;
  animation: handle-animation 6s ease-in-out 3s infinite;
}
.page-pipe-animation .page-pipe span.is-show {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .nav_block .nav-list > li:nth-child(1)::before {
  opacity: 1;
}
.index .header .nav_block .nav-list > li:nth-child(1) a {
  color: #FF2D2D;
}

.services .header .nav_block .nav-list > li:nth-child(2)::before {
  opacity: 1;
}
.services .header .nav_block .nav-list > li:nth-child(2) a {
  color: #FF2D2D;
}

.company .header .nav_block .nav-list > li:nth-child(3)::before {
  opacity: 1;
}
.company .header .nav_block .nav-list > li:nth-child(3) a {
  color: #FF2D2D;
}

.recruit .header .nav_block .nav-list > li:nth-child(4)::before {
  opacity: 1;
}
.recruit .header .nav_block .nav-list > li:nth-child(4) a {
  color: #FF2D2D;
}

.archive .header .nav_block .nav-list > li:nth-child(5)::before {
  opacity: 1;
}
.archive .header .nav_block .nav-list > li:nth-child(5) a {
  color: #FF2D2D;
}

/*-------------------------------------------------------------------------------
  cmn-btn
--------------------------------------------------------------------------------*/
.cmn-btn {
  background: #FF2D2D;
  padding: 30px min(15%, 60px);
  border-radius: 50px;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn-btn {
    padding: 15px min(5%, 30px);
  }
}
.cmn-btn::after {
  content: "";
  background: #4056C5;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
  transform-origin: center center;
  z-index: -1;
}
@media (min-width: 769px) {
  .cmn-btn:hover::after {
    transform: scale(1);
  }
}

/*-------------------------------------------------------------------------------
  title
--------------------------------------------------------------------------------*/
.index-content-title {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .index-content-title {
    margin-bottom: 50px;
  }
}
.index-content-title .sub {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .index-content-title .sub {
    margin-bottom: 30px;
  }
}
.index-content-title .sub::before {
  content: "";
  background: #FF2D2D;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}
.index-content-title .blue {
  color: #4056C5;
}
.index-content-title .blue span {
  font-size: clamp(2rem, 7.4074074074vw + -1.5555555556rem, 4rem);
  line-height: 1;
}

.cmn-title .en {
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
.cmn-title .en::before {
  content: "";
  background: #FF2D2D;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.cmn-title .ja {
  font-weight: 900;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 5.5555555556vw + -1.1666666667rem, 3rem);
  line-height: 1.3;
}

/*-------------------------------------------------------------------------------
  スクロールバー全体
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #0F558F;
}

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

svg {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  animation
--------------------------------------------------------------------------------*/
@keyframes lever-animation {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-10deg);
  }
  8% {
    transform: rotate(-10deg);
  }
  65% {
    transform: rotate(-90deg);
  }
  70% {
    transform: rotate(-90deg);
  }
  88% {
    transform: rotate(3deg);
  }
  90% {
    transform: rotate(0);
  }
}
@keyframes handle-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  2% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  4% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  8% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes meter-animation {
  0% {
    transform: translate(-50%, -50%) rotate(25deg);
  }
  55% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  65% {
    transform: translate(-50%, -50%) rotate(-25deg);
  }
  70% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  86% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  88% {
    transform: translate(-50%, -50%) rotate(25deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(25deg);
  }
}
@keyframes lever-animation_second {
  0% {
    transform: translateX(-50%) rotate(35deg);
  }
  5% {
    transform: translateX(-50%) rotate(30deg);
  }
  50% {
    transform: translateX(-50%) rotate(-40deg);
  }
  70% {
    transform: translateX(-50%) rotate(-40deg);
  }
  75% {
    transform: translateX(-50%) rotate(40deg);
  }
  77% {
    transform: translateX(-50%) rotate(32deg);
  }
  79% {
    transform: translateX(-50%) rotate(35deg);
  }
  100% {
    transform: translateX(-50%) rotate(35deg);
  }
}
@keyframes hand-animation {
  0% {
    transform: translateX(40%) rotate(30deg);
  }
  50% {
    transform: translateX(40%) rotate(-10deg);
  }
  100% {
    transform: translateX(40%) rotate(30deg);
  }
}
@keyframes dot-animation_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot-animation_2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot-animation_3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header .hd_fixed {
  position: fixed;
  z-index: 10;
}
.header .hd_logo {
  background: #fff;
  max-width: 350px;
  padding: 10px min(15px, 5%) 10px min(10px, 5%);
  border-radius: 0 0 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .hd_logo {
    max-width: 150px;
  }
}
.header .hd_logo .mark {
  width: 90px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 9/8;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header .hd_logo .mark {
    width: 70px;
  }
}
.header .hd_logo .text {
  width: 215px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header .hd_logo .text {
    display: none;
  }
}
.header .tel {
  background: #D3D3D3;
  border-radius: 10px;
  position: absolute;
  top: 15px;
  right: 200px;
  color: #1A1A1A;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
@media (max-width: 768px) {
  .header .tel {
    top: 70px;
    right: 15px;
  }
}
.header .tel p {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  margin-bottom: 5px;
}
.header .tel span {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .header .tel span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.header .nav_block {
  top: 0;
  right: 0;
}
.header .nav_block .nav-btn {
  background: #4056C5;
  border-radius: 100px;
  color: #fff;
  position: relative;
  top: 25px;
  right: 30px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 155px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 769px) {
  .header .nav_block .nav-btn:hover::after {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .header .nav_block .nav-btn {
    right: 15px;
    top: 15px;
    width: 150px;
    padding: 15px;
  }
}
.header .nav_block .nav-btn::before {
  content: "menu";
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .header .nav_block .nav-btn::before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.header .nav_block .nav-btn::after {
  content: "";
  background: #FF2D2D;
  position: absolute;
  transform: scale(0);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  z-index: -1;
  transform-origin: center center;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.header .nav_block .nav-btn-inner {
  width: 30px;
  min-height: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .header .nav_block .nav-btn-inner {
    min-height: 15px;
  }
}
.header .nav_block .nav-btn-inner span {
  display: block;
  background: #fff;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav_block .nav-btn-inner span:nth-child(1) {
  top: calc(50% - 10px);
}
.header .nav_block .nav-btn-inner span:nth-child(3) {
  top: calc(50% + 10px);
}
.header .nav_block .hd-nav {
  background: #fff;
  border-radius: 50px 0 0 50px;
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 30px 85px 40px;
  transform: translateX(150%);
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .header .nav_block .hd-nav {
    padding: 15px 15px 60px 20px;
    min-width: 150px;
    border-radius: 20px 0 0 20px;
  }
}
.header .nav_block .hd-nav.is-open {
  transform: translateX(0);
  z-index: 10;
}
.header .nav_block .hd-nav .nav-btn {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .header .nav_block .hd-nav .nav-btn {
    margin: 0 0 0 auto;
  }
}
.header .nav_block .hd-nav .nav-btn::before {
  content: "close";
}
.header .nav_block .hd-nav .nav-btn span {
  width: 35px;
  transform: translateY(-50%) rotate(35deg);
}
.header .nav_block .hd-nav .nav-btn span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
}
.header .nav_block .hd-nav .nav-list {
  margin-top: 55px;
}
.header .nav_block .hd-nav .nav-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .nav_block .hd-nav .nav-list li + li {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .header .nav_block .hd-nav .nav-list li + li {
    margin-top: 30px;
  }
}
.header .nav_block .hd-nav .nav-list li::before {
  content: "";
  background: #FF2D2D;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  opacity: 0;
}
.header .nav_block .hd-nav .nav-list li a {
  color: #1A1A1A;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .header .nav_block .hd-nav .nav-list li a:hover {
    color: #FF2D2D;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 100vw;
  height: 100vh;
  position: relative;
  min-height: 700px;
}
.mainimg .text_block {
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 1024px) {
  .mainimg .text_block {
    bottom: 0;
    transform: translateX(-50%);
  }
}
.mainimg .text_block h1 {
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.5rem;
  font-size: clamp(4.25rem, 16.6666666667vw + -3.75rem, 8.75rem);
  white-space: nowrap;
  margin-bottom: 28px;
  z-index: 1;
  position: relative;
  color: #1A1A1A;
  text-shadow: 1px 1px 0 #E4E4E4, -1px 1px 0 #E4E4E4, -1px -1px 0 #E4E4E4, 1px -1px 0 #E4E4E4;
}
@media (max-width: 768px) {
  .mainimg .text_block h1 {
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 0;
  }
}
.mainimg .text_block h1 .red {
  color: #FF2D2D;
}
.mainimg .text_block h1 .spacing {
  letter-spacing: -0.8rem;
}
@media (max-width: 768px) {
  .mainimg .text_block h1 .spacing {
    letter-spacing: 0;
  }
}
.mainimg .text_block .muscle {
  background: #fff;
  width: 20vw;
  height: 20vw;
  aspect-ratio: 1;
  max-width: 145px;
  max-height: 145px;
  border-radius: 50%;
  position: absolute;
  left: 95%;
  top: 10%;
}
@media (max-width: 1024px) {
  .mainimg .text_block .muscle {
    top: -10%;
    left: 80%;
  }
}
@media (max-width: 480px) {
  .mainimg .text_block .muscle {
    top: -5%;
  }
}
.mainimg .text_block .muscle::before {
  content: "";
  background: url(../images/muscle-icon.svg) center/contain no-repeat;
  width: 65%;
  height: 65%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainimg .text_block .muscle::after {
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 23%);
  background: #fff;
  display: block;
  width: 62px;
  height: 43px;
  position: absolute;
  bottom: -5%;
  left: -10%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .mainimg .text_block .muscle::after {
    bottom: -3%;
    left: -5%;
  }
}
.mainimg .text_block .sub-title {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  color: #1A1A1A;
  text-shadow: 1px 1px 0 #E4E4E4, -1px 1px 0 #E4E4E4, -1px -1px 0 #E4E4E4, 1px -1px 0 #E4E4E4;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mainimg .text_block .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mainimg .text_block .sub-title .blue {
  color: #4056C5;
}
.mainimg .text_block .sub-title .doctor {
  font-size: clamp(1.75rem, 4.6296296296vw + -0.4722222222rem, 3rem);
}
.mainimg .text_block .sub-title .doctor span {
  color: #FF2D2D;
}
.mainimg .text_block .doctor_block {
  position: absolute;
  right: -10%;
  white-space: nowrap;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .mainimg .text_block .doctor_block:hover .doctor-icon {
    bottom: 100%;
  }
  .mainimg .text_block .doctor_block:hover .bubble .view::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block {
    position: relative;
    width: 100%;
    display: block;
    right: auto;
    padding-top: 60px;
    margin-top: 20px;
  }
}
.mainimg .text_block .doctor_block .doctor-icon {
  background: url(../images/doctor-icon.svg) center/contain no-repeat;
  display: block;
  width: 92px;
  height: 92px;
  aspect-ratio: 1;
  position: absolute;
  right: 10%;
  bottom: 90%;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .doctor-icon {
    top: 0;
    z-index: -1;
    height: 60px;
    width: 60px;
    right: 30%;
  }
}
.mainimg .text_block .doctor_block .doctor-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/helmet-icon.svg) center/contain no-repeat;
  display: block;
  width: 55px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 55/30;
  min-height: 20px;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .doctor-icon::before {
    width: 33px;
    top: -7px;
  }
}
.mainimg .text_block .doctor_block .bubble {
  background: #fff;
  border-radius: 30px;
  border: #333 5px solid;
  padding: 15px min(50px, 8%) 15px min(40px, 5%);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble {
    padding: 15px 5% 20px;
    border-radius: 15px;
    margin: 0 auto;
    border: #333 3px solid;
  }
}
.mainimg .text_block .doctor_block .bubble::before {
  content: "";
  background: #333;
  clip-path: polygon(100% 0, 0% 100%, 80% 100%);
  z-index: -1;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 20%;
  max-width: 57px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 35px;
  aspect-ratio: 56/41;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble::before {
    top: auto;
    bottom: calc(100% - 61px);
    width: 10%;
    min-height: 20px;
  }
}
.mainimg .text_block .doctor_block .bubble::after {
  content: "";
  background: #fff;
  clip-path: polygon(93% 13%, 11% 100%, 70% 100%);
  z-index: 1;
  position: absolute;
  top: -28px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  display: block;
  width: 20%;
  max-width: 52px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 30px;
  aspect-ratio: 56/41;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble::after {
    top: auto;
    bottom: calc(100% - 65px);
    width: 10%;
    min-height: 20px;
    left: calc(50% - 2px);
  }
}
.mainimg .text_block .doctor_block .bubble .dec-text {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1;
  letter-spacing: 0;
  gap: 25px;
  padding-left: 10px;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble .dec-text {
    gap: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.mainimg .text_block .doctor_block .bubble .dec-text span {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble .dec-text span {
    gap: 10px;
  }
}
.mainimg .text_block .doctor_block .bubble .dec-text span::before {
  content: "";
  height: 20px;
  width: 2px;
  background: #1A1A1A;
  display: block;
  transform: rotate(-45deg);
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble .dec-text span::before {
    transform: rotate(-25deg);
  }
}
.mainimg .text_block .doctor_block .bubble .dec-text span::after {
  content: "";
  height: 20px;
  width: 2px;
  background: #1A1A1A;
  display: block;
  transform: rotate(45deg);
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble .dec-text span::after {
    transform: rotate(25deg);
  }
}
.mainimg .text_block .doctor_block .bubble .main-text {
  font-weight: 900;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #1A1A1A;
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble .main-text {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}
.mainimg .text_block .doctor_block .bubble .main-text span {
  color: #FF2D2D;
}
.mainimg .text_block .doctor_block .bubble .view {
  background: #FF2D2D;
  border-radius: 50%;
  position: absolute;
  aspect-ratio: 1;
  width: 72px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px 0 10px;
  top: 50%;
  left: calc(100% + 25px);
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .mainimg .text_block .doctor_block .bubble .view {
    transform: translate(-50%, -20%);
    left: 50%;
    top: 100%;
    width: 60px;
    height: 60px;
  }
}
.mainimg .text_block .doctor_block .bubble .view::before {
  content: "";
  background: #4056C5;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.mainimg .text_block .doctor_block .bubble .view p {
  color: #fff;
  font-weight: 900;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  z-index: 1;
}
.mainimg .dot {
  position: relative;
  width: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 17px auto 0;
}
@media (max-width: 1100px) {
  .mainimg .dot {
    margin-top: 80px;
  }
}
.mainimg .dot span {
  background: #FF2D2D;
  width: 100%;
  height: 10px;
  display: block;
  border-radius: 50%;
  opacity: 0;
  animation: dot-animation_1 3s infinite;
}
.mainimg .dot span:nth-child(2) {
  animation: dot-animation_2 3s infinite;
}
.mainimg .dot span:nth-child(3) {
  animation: dot-animation_3 3s infinite;
}

.page-mainimg {
  height: 80vh;
  padding: 30vh 0 0;
  min-height: 700px;
}
@media (max-width: 768px) {
  .page-mainimg {
    height: 70vh;
    min-height: 500px;
  }
}
.page-mainimg .page-title {
  width: 90%;
  margin: 0 auto;
  color: #1A1A1A;
  text-shadow: 1px 1px 0 #E4E4E4, -1px 1px 0 #E4E4E4, -1px -1px 0 #E4E4E4, 1px -1px 0 #E4E4E4;
}
.page-mainimg .page-title .en {
  color: #4056C5;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(5rem, 23.1481481481vw + -6.1111111111rem, 11.25rem);
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .page-mainimg .page-title .en {
    margin-bottom: 20px;
    font-size: 68px;
    font-size: 4.25rem;
  }
}
.page-mainimg .page-title .ja {
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  font-size: clamp(2.125rem, 6.4814814815vw + -0.9861111111rem, 3.875rem);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .page-mainimg .page-title .ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.page-mainimg .page-title .ja span {
  background: url(../images/doctor-icon.svg) center/contain no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
}
.page-mainimg .page-title .ja span::before {
  content: "";
  background: url(../images/helmet-icon.svg) center/contain no-repeat;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 25px;
  aspect-ratio: 59/32;
  display: block;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page-mainimg .page-title .ja span::before {
    min-height: 15px;
    top: -5%;
  }
}
.page-mainimg .page-title .ja span::after {
  content: "";
  background: url(../images/hand.svg) center/contain no-repeat;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 30px;
  aspect-ratio: 43/42;
  display: block;
  position: absolute;
  bottom: -5%;
  right: 0;
  transform: translateX(50%);
  animation: hand-animation 2s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (max-width: 768px) {
  .page-mainimg .page-title .ja span::after {
    min-height: 20px;
  }
}

/*-------------------------------------------------------------------------------
  recruit-bnr
--------------------------------------------------------------------------------*/
.recruit-bnr {
  width: 50%;
  max-width: 210px;
  position: fixed;
  right: 20px;
  bottom: 2vh;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  transform-origin: right bottom;
}
.recruit-bnr.is-show {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 768px) {
  .recruit-bnr {
    bottom: 15px;
    right: 15px;
  }
}
.recruit-bnr .down-btn {
  background: #fff;
  border: #4056C5 2px solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: block;
  width: 26px;
  height: 26px;
  aspect-ratio: 1;
  cursor: pointer;
}
.recruit-bnr .down-btn::before {
  content: "\e69b";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  color: #4056C5;
  line-height: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.recruit-bnr .down-btn.is-hidden::before {
  content: "\e316";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  color: #4056C5;
  top: 45%;
}
.recruit-bnr a {
  color: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
  display: block;
}
@media (min-width: 769px) {
  .recruit-bnr a:hover .text {
    background: #FF2D2D;
  }
  .recruit-bnr a:hover .view-area .white-area .flex-text .main-text span {
    color: #FF2D2D;
  }
  .recruit-bnr a:hover .red-area {
    background: #4056C5;
  }
}
.recruit-bnr a .text {
  background: #4056C5;
  width: 100%;
  display: block;
  padding: 5px 5%;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  transition: all 0.3s;
}
.recruit-bnr a .view-area {
  transition: all 0.3s;
  height: auto;
  overflow: hidden;
  padding: 0;
  border: none;
}
.recruit-bnr a .view-area.is-hidden {
  height: 0.01px;
  pointer-events: none;
}
.recruit-bnr a .view-area .image-area {
  background: url(../images/recruit-bnr.jpg) center/cover no-repeat;
  padding: 5px min(25px, 10%);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.recruit-bnr a .view-area .white-area {
  background: #fff;
  padding: 5px 5%;
  color: #1A1A1A;
}
.recruit-bnr a .view-area .white-area .pop {
  display: flex;
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.recruit-bnr a .view-area .white-area .pop::before {
  content: "";
  background: #1A1A1A;
  height: 20px;
  width: 2px;
  display: block;
  transform: rotate(-40deg);
  z-index: 1;
  position: relative;
}
.recruit-bnr a .view-area .white-area .pop::after {
  content: "";
  background: #1A1A1A;
  height: 20px;
  width: 2px;
  display: block;
  transform: rotate(40deg);
  z-index: 1;
  position: relative;
}
.recruit-bnr a .view-area .white-area .flex-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.recruit-bnr a .view-area .white-area .flex-text .sub-text {
  font-weight: 900;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.recruit-bnr a .view-area .white-area .flex-text .main-text {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 1.8518518519vw + 0.2361111111rem, 1.625rem);
}
.recruit-bnr a .view-area .white-area .flex-text .main-text span {
  color: #4056C5;
  transition: all 0.3s;
}
.recruit-bnr a .red-area {
  background: #FF2D2D;
  padding: 3px 10px;
  display: flex;
  transition: all 0.3s;
  gap: 5px;
}
.recruit-bnr a .red-area p {
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.recruit-bnr a .red-area span {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.recruit-bnr a .red-area span::after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px 0 0 3px;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-introduction {
  padding: 150px 5% 30vh;
  position: relative;
}
@media (max-width: 768px) {
  .index-introduction {
    padding: 20vh 5% 15vh;
  }
}
.index-introduction p {
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7777777778vw + 0.0416666667rem, 2.125rem);
  width: 62%;
}
@media (max-width: 768px) {
  .index-introduction p {
    width: 100%;
    background: #fff;
    padding: 30px 5%;
    border-radius: 10px;
  }
}
.index-introduction p .blue {
  color: #4056C5;
}
.index-introduction p .red {
  color: #FF2D2D;
}
.index-introduction p .red::after {
  content: "";
  background: url(../images/doctor-icon.svg) center/contain no-repeat;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1;
  display: inline-block;
  vertical-align: text-bottom;
}
.index-introduction .svg-area {
  width: 100vw;
  max-width: 1170px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1185/900;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .index-introduction .svg-area {
    display: none;
  }
}
.index-introduction .svg-area svg {
  position: absolute;
  max-width: 1205px;
  height: 100%;
  bottom: 0;
  right: 0;
}
.index-introduction .svg-area svg path {
  vector-effect: non-scaling-stroke;
}
.index-introduction .svg-area span {
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 0.2s;
}
.index-introduction .svg-area span.is-show {
  opacity: 1;
}
.index-introduction .svg-area span.knot {
  width: 25px;
  height: calc(40px + 2vw);
  background: #333;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .index-introduction .svg-area span.knot {
    width: 15px;
    height: calc(30px + 4vw);
  }
}
.index-introduction .svg-area span.meter {
  width: 10%;
  max-width: 108px;
  min-width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
}
.index-introduction .svg-area span.meter::before {
  content: "";
  background: url(../images/meter-icon.svg) center/contain no-repeat;
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 20px;
  aspect-ratio: 106/40;
  bottom: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.index-introduction .svg-area span.meter::after {
  content: "";
  background: url(../images/meter-needle.svg) center/contain no-repeat;
  display: block;
  width: 20%;
  max-width: 18px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 18/49;
  min-height: 30px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform-origin: 50% 80%;
  transform: translate(-50%, -50%);
  animation: meter-animation 5s ease-in-out infinite;
}
.index-introduction .svg-area span:nth-of-type(1) {
  right: 13%;
  top: 0;
}
.index-introduction .svg-area span:nth-of-type(2) {
  right: 13%;
  top: 20%;
}
@media (max-width: 768px) {
  .index-introduction .svg-area span:nth-of-type(2) {
    display: none;
  }
}
.index-introduction .svg-area span:nth-of-type(3) {
  right: 13%;
  top: 40%;
}
@media (max-width: 768px) {
  .index-introduction .svg-area span:nth-of-type(3) {
    top: 37%;
  }
}
.index-introduction .svg-area span:nth-of-type(4) {
  right: 35%;
  bottom: 15%;
}
@media (max-width: 768px) {
  .index-introduction .svg-area span:nth-of-type(4) {
    bottom: 12%;
  }
}
.index-introduction .svg-area span:nth-of-type(5) {
  right: 40%;
  bottom: 14%;
}
@media (max-width: 768px) {
  .index-introduction .svg-area span:nth-of-type(5) {
    bottom: 12%;
    right: 45%;
  }
}
.index-introduction .svg-area span:nth-of-type(6) {
  right: 50%;
  bottom: 15%;
}
@media (max-width: 768px) {
  .index-introduction .svg-area span:nth-of-type(6) {
    bottom: 12%;
    right: 65%;
  }
}
.index-reason {
  background: #73DA83;
  position: relative;
  display: flex;
  padding: 155px 5% 245px;
  gap: min(80px, 5%);
}
@media (max-width: 768px) {
  .index-reason {
    flex-direction: column;
    padding: 100px 5% 30vh;
  }
}
.index-reason.bg-fixed::before {
  position: fixed;
}
.index-reason.bg-bottom::before {
  position: absolute;
  bottom: 0;
  top: auto;
}
.index-reason::before {
  content: "";
  background-image: repeating-linear-gradient(-45deg, rgba(85, 91, 255, 0.1019607843), rgba(85, 91, 255, 0.1019607843) 25px, transparent 25px, transparent 50px);
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.index-reason .en-title {
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(3.25rem, 10.3825136612vw + -1.7336065574rem, 8rem);
  position: absolute;
  bottom: 100%;
  transform: translateY(40%);
  right: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-reason .en-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.index-reason .pin-text-area {
  z-index: 1;
  width: 35%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .index-reason .pin-text-area {
    width: 100%;
    margin-bottom: 50px;
  }
}
.index-reason .pin-area {
  width: max(65% - 80px, 60%);
  position: relative;
}
@media (max-width: 768px) {
  .index-reason .pin-area {
    width: 100%;
  }
}
.index-reason .pin-area .reason {
  width: 100%;
  max-width: none;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 70/39;
  border-radius: 50px;
  position: relative;
  padding: 25px min(5%, 50px) 0 min(8%, 70px);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .index-reason .pin-area .reason {
    border-radius: 20px;
    margin-bottom: 80px;
  }
}
.index-reason .pin-area .reason::before {
  content: "";
  background: #8B8B8B;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .index-reason .pin-area .reason::before {
    opacity: 0.8;
    border-radius: 20px;
  }
}
.index-reason .pin-area .reason.reason1 {
  background: url(../images/index-reason_1.jpg) center/cover no-repeat;
}
.index-reason .pin-area .reason.reason2 {
  background: url(../images/index-reason_2.jpg) center/cover no-repeat;
  margin-top: 20px;
}
.index-reason .pin-area .reason.reason3 {
  background: url(../images/index-reason_3.jpg) center/cover no-repeat;
}
.index-reason .pin-area .reason .text {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(0.9375rem, 1.1574074074vw + 0.3819444444rem, 1.25rem);
  z-index: 1;
  position: relative;
  width: 80%;
}
.index-reason .pin-area .reason .point {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.5rem, 18.0555555556vw + -4.1666666667rem, 9.375rem);
  color: #fff;
  position: absolute;
  top: 0;
  right: min(5%, 45px);
  transform: translateY(-35%);
  display: flex;
  align-items: center;
}
.index-reason .pin-area .reason .point span {
  writing-mode: vertical-rl;
  font-size: clamp(1.125rem, 3.2407407407vw + -0.4305555556rem, 2rem);
}
.index-service {
  padding: 175px 0 30vh;
  position: relative;
}
@media (max-width: 768px) {
  .index-service {
    padding: 50px 0 150px;
  }
}
.index-service .en-title {
  color: #708FF2;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(3.875rem, 9.0163934426vw + -0.4528688525rem, 8rem);
  margin-left: -1%;
  margin-bottom: 100px;
  display: block;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-service .en-title {
    margin-bottom: 30px;
  }
}
.index-service .index-content-title {
  width: 90%;
  margin: 0 auto 100px;
  font-size: clamp(2rem, 7.4074074074vw + -1.5555555556rem, 4rem);
  color: #1A1A1A;
  text-shadow: 1px 1px 0 #E4E4E4, -1px 1px 0 #E4E4E4, -1px -1px 0 #E4E4E4, 1px -1px 0 #E4E4E4;
}
@media (max-width: 768px) {
  .index-service .index-content-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 50px;
  }
}
.index-service-content {
  display: flex;
  gap: 5%;
}
@media (max-width: 1024px) {
  .index-service-content {
    flex-direction: column;
    gap: 20px;
  }
}
.index-service-content .image {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 56/71;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-service-content .image {
    width: 60%;
  }
}
.index-service-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 768px) {
  .index-service-content .image img {
    border-radius: 0 20px 20px 0;
  }
}
.index-service-content .text-area {
  width: 55%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .index-service-content .text-area {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 30px 5%;
    border-radius: 10px;
  }
  .index-service-content .text-area .cmn-btn {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .index-service-content .text-area {
    background: transparent;
    padding: 0;
  }
}
.index-service-content .text-area p {
  width: 90%;
  max-width: 650px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  margin: 30vh 0 110px;
  color: #1A1A1A;
  text-shadow: 1px 1px 0 #E4E4E4, -1px 1px 0 #E4E4E4, -1px -1px 0 #E4E4E4, 1px -1px 0 #E4E4E4;
}
@media (max-width: 1024px) {
  .index-service-content .text-area p {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.index-service-content .text-area p .blue {
  color: #4056C5;
}
.index-service-content .text-area p .red {
  color: #FF2D2D;
}
.index-service .svg-area {
  position: absolute;
}
@media (max-width: 768px) {
  .index-service .svg-area {
    display: none;
  }
}
.index-service .svg-area svg path {
  vector-effect: non-scaling-stroke;
}
.index-service .svg-area span {
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.index-service .svg-area span.is-show {
  opacity: 1;
}
.index-service .svg-area span.knot {
  background: #333;
  border-radius: 6px;
  height: calc(40px + 2vw);
  width: 25px;
}
.index-service .svg-area span.lever {
  background: #333;
  border-radius: 50%;
  width: 10%;
  max-width: 90px;
  min-width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
}
.index-service .svg-area span.lever::before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #333;
  transform-origin: center 90%;
  animation: lever-animation_second 5s ease-in-out 2s infinite;
}
.index-service .svg-area.first {
  top: 0;
  left: 0;
  width: 30%;
  max-width: 290px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 293/147;
}
.index-service .svg-area.first span:nth-of-type(1) {
  display: none;
}
.index-service .svg-area.first span:nth-of-type(2) {
  bottom: 10px;
  left: 15%;
}
.index-service .svg-area.second {
  top: 15vh;
  right: 0;
  width: 80vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1150/1013;
  z-index: -1;
}
@media (max-width: 1024px) {
  .index-service .svg-area.second {
    top: 40vh;
  }
}
.index-service .svg-area.second svg {
  position: absolute;
}
@media (min-width: 769px) {
  .index-service .svg-area.second svg path {
    vector-effect: none;
  }
}
@media (max-width: 1024px) {
  .index-service .svg-area.second svg {
    top: 1vw;
  }
}
.index-service .svg-area.second span:nth-of-type(1) {
  right: 15%;
  top: 0;
}
.index-service .svg-area.second span:nth-of-type(2) {
  right: 15%;
  top: 17%;
}
.index-service .svg-area.second span:nth-of-type(3) {
  right: 15%;
  top: 34%;
}
.index-service .svg-area.second span:nth-of-type(4) {
  top: 68%;
  right: 40%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .index-service .svg-area.second span:nth-of-type(4) {
    top: calc(68% + 1vw);
  }
}
.index-service .svg-area.second span:nth-of-type(5) {
  top: 67%;
  right: 45%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .index-service .svg-area.second span:nth-of-type(5) {
    top: calc(67% + 1vw);
  }
}
.index-service .svg-area.second span:nth-of-type(6) {
  top: 68%;
  right: 55%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .index-service .svg-area.second span:nth-of-type(6) {
    top: calc(68% + 1vw);
  }
}
.index-service .svg-area.last {
  top: 100%;
  left: 0;
  width: 30vw;
  max-width: 130px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 130/293;
}
.index-service .svg-area.last span:nth-of-type(1) {
  width: calc(40px + 2vw);
  height: 25px;
  top: 40%;
  right: -1vw;
}
.index-service .svg-area.last span:nth-of-type(2) {
  display: none;
}
.index-recruit {
  background: #fff;
  position: relative;
  padding: 120px 5% 330px 10%;
}
@media (max-width: 768px) {
  .index-recruit {
    padding: 80px 5% 30vh;
  }
}
.index-recruit .en-title {
  color: #73DA83;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(3.875rem, 9.0163934426vw + -0.4528688525rem, 8rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-55%);
}
@media (max-width: 768px) {
  .index-recruit .en-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.index-recruit .index-content-title {
  font-size: clamp(4.25rem, 12.037037037vw + -1.5277777778rem, 7.5rem);
  margin-bottom: 125px;
}
@media (max-width: 768px) {
  .index-recruit .index-content-title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
.index-recruit .index-content-title .icon {
  background: url(../images/doctor-icon.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
  aspect-ratio: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit .index-content-title .icon {
    min-width: 45px;
    min-height: 45px;
  }
}
.index-recruit .index-content-title .icon::before {
  content: "";
  background: url(../images/helmet-icon.svg) center/contain no-repeat;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 15px;
  aspect-ratio: 59/32;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.index-recruit .index-content-title .icon::after {
  content: "";
  background: url(../images/hand.svg) center/contain no-repeat;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 20px;
  min-width: 20px;
  aspect-ratio: 43/42;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  animation: hand-animation 2s ease-in-out infinite;
  transform-origin: center bottom;
}
.index-recruit .content {
  width: 90%;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit .content {
    width: 100%;
  }
}
.index-recruit .content p {
  width: calc(100% + 60px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
  margin: 0 -30px 90px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .index-recruit .content p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}
.index-recruit .content p .blue {
  color: #4056C5;
}
.index-recruit .content p .red {
  color: #FF2D2D;
}
.index-recruit .content ul {
  display: flex;
  align-items: flex-start;
  gap: min(20px, 5%);
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .index-recruit .content ul {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
  }
}
.index-recruit .content ul li {
  flex: 1;
  background: #1A1A1A;
  color: #fff;
  padding: 30px 5%;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  border-radius: 20px;
  border: #fff 5px solid;
}
@media (max-width: 768px) {
  .index-recruit .content ul li {
    width: 80%;
    margin: 0 auto;
    padding: 15px 5%;
    border-radius: 10px;
  }
}
.index-recruit .content ul li span {
  color: #FF2D2D;
}
.index-recruit .content .cmn-btn {
  margin: 0 auto;
}
.index-recruit .svg-area {
  display: block;
}
.index-recruit .svg-area svg path {
  vector-effect: non-scaling-stroke;
}
.index-recruit .svg-area span {
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.index-recruit .svg-area span.is-show {
  opacity: 1;
}
.index-recruit .svg-area span.knot {
  background: #333;
  border-radius: 6px;
  height: calc(40px + 2vw);
  width: 25px;
}
.index-recruit .svg-area.first {
  top: 0;
  transform: translateY(-50%);
  right: -35px;
  width: 30%;
  max-width: 226px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 246/558;
  position: absolute;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.first {
    display: none;
  }
}
.index-recruit .svg-area.first svg path {
  vector-effect: non-scaling-stroke;
}
.index-recruit .svg-area.first span:nth-of-type(1) {
  width: calc(40px + 2vw);
  height: 25px;
  bottom: 30%;
  left: -17px;
}
.index-recruit .svg-area.first span:nth-of-type(2) {
  bottom: 10px;
  left: 15%;
  bottom: -10px;
  left: 55%;
}
.index-recruit .svg-area.handle-line {
  width: -moz-fit-content;
  width: fit-content;
  height: 60vh;
  aspect-ratio: 200/710;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.handle-line {
    display: none;
  }
}
.index-recruit .svg-area.handle-line span.knot {
  width: calc(40px + 2vw);
  height: 25px;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.handle-line span.knot {
    width: calc(30px + 4vw);
  }
}
.index-recruit .svg-area.handle-line span.handle {
  width: 100%;
  max-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  left: calc(100% - 20px);
  top: calc(100% + 40px);
  transform: translate(-50%, -50%);
  background: url(../images/handle-icon.svg) center/contain no-repeat;
  animation: handle-animation 6s ease-in-out 4s infinite;
}
.index-recruit .svg-area.handle-line span:nth-of-type(1) {
  top: 20%;
  right: -1vw;
}
.index-recruit .svg-area.handle-line span:nth-of-type(2) {
  bottom: 20%;
  right: -1vw;
}
.index-recruit .svg-area.last {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1455/292;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last {
    aspect-ratio: 733/229;
  }
}
.index-recruit .svg-area.last svg {
  width: 150%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last svg {
    width: 100%;
  }
}
.index-recruit .svg-area.last svg path {
  vector-effect: non-scaling-stroke;
}
.index-recruit .svg-area.last span.meter {
  width: 10%;
  max-width: 108px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span.meter {
    display: none;
  }
}
.index-recruit .svg-area.last span.meter::before {
  content: "";
  background: url(../images/meter-icon.svg) center/contain no-repeat;
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 20px;
  aspect-ratio: 106/40;
  bottom: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.index-recruit .svg-area.last span.meter::after {
  content: "";
  background: url(../images/meter-needle.svg) center/contain no-repeat;
  display: block;
  width: 20%;
  max-width: 18px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 18/49;
  min-height: 30px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform-origin: 50% 80%;
  transform: translate(-50%, -50%);
  animation: meter-animation 5s ease-in-out infinite;
}
.index-recruit .svg-area.last span:nth-of-type(1) {
  top: -4%;
  left: 2%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(1) {
    display: none;
  }
}
.index-recruit .svg-area.last span:nth-of-type(2) {
  top: -4%;
  left: 16%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(2) {
    display: none;
  }
}
.index-recruit .svg-area.last span:nth-of-type(3) {
  top: 50%;
  left: 26%;
  width: calc(40px + 2vw);
  height: 25px;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(3) {
    width: calc(30px + 2vw);
    height: 15px;
    left: 19%;
  }
}
@media (max-width: 480px) {
  .index-recruit .svg-area.last span:nth-of-type(3) {
    left: 18%;
  }
}
.index-recruit .svg-area.last span:nth-of-type(4) {
  bottom: -2%;
  right: 35%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(4) {
    bottom: 10%;
    height: calc(30px + 2vw);
    width: 15px;
  }
}
@media (max-width: 480px) {
  .index-recruit .svg-area.last span:nth-of-type(4) {
    bottom: 6%;
  }
}
.index-recruit .svg-area.last span:nth-of-type(5) {
  bottom: -4%;
  right: 26%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(5) {
    display: none;
  }
}
.index-recruit .svg-area.last span:nth-of-type(6) {
  bottom: -2%;
  right: 22%;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(6) {
    display: none;
  }
}
.index-recruit .svg-area.last span:nth-of-type(7) {
  bottom: -2%;
  right: 0;
}
@media (max-width: 768px) {
  .index-recruit .svg-area.last span:nth-of-type(7) {
    display: none;
  }
}
.index-recruit .svg-bg {
  position: absolute;
  bottom: 15vh;
  left: 0;
  width: 100vw;
}
.index-news {
  width: 90%;
  max-width: 1200px;
  margin: 90px auto 100px;
  background: #fff;
  border: #4056C5 3px solid;
  border-radius: 50px;
  padding: 75px 5% 70px;
}
@media (max-width: 768px) {
  .index-news {
    border-radius: 20px;
    padding: 45px 5% 40px;
  }
}
.index-news .title {
  margin-bottom: 30px;
}
.index-news .title .en {
  color: #4056C5;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 10px;
}
.index-news .title .ja {
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
}
.index-news .post-area {
  width: 100%;
  max-height: 340px;
}
.index-news .post-area ul {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 5%;
}
.index-news .post-area ul ::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}
.index-news .post-area ul::-webkit-scrollbar-thumb {
  background: #FF2D2D;
  border-radius: 50px;
}
.index-news .post-area ul::-webkit-scrollbar-track {
  background: #DADADA;
  border-radius: 50px;
}
.index-news .post-area ul li {
  border-bottom: #4056C5 1px solid;
}
.index-news .post-area ul li:nth-child(1) {
  border-top: #4056C5 1px solid;
}
.index-news .post-area ul a {
  padding: 20px 10px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: 100%;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  .index-news .post-area ul a {
    padding: 15px 8px 15px 0;
  }
}
@media (min-width: 769px) {
  .index-news .post-area ul a:hover {
    padding-right: 0;
  }
  .index-news .post-area ul a:hover::before {
    transform: scaleX(1);
  }
}
.index-news .post-area ul a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #708FF2;
  opacity: 0.2;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left top;
}
.index-news .post-area ul a::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #4056C5;
}
.index-news .post-area ul a .list-inner {
  position: relative;
  z-index: 1;
}
.index-news .post-area ul a .list-inner .day-cat {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #A0A0A0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-news .post-area ul a .list-inner .day-cat .cat {
  background: #0B97E2;
  color: #fff;
  margin-left: 2em;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
}
@media (max-width: 768px) {
  .index-news .post-area ul a .list-inner .day-cat .cat {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 2px 10px;
  }
}
.index-news .post-area ul a .list-inner .post-title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.5;
  letter-spacing: 0;
  color: #1A1A1A;
}
.index-news .news-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 5% 0 auto;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.index-news .news-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4056C5;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  aspect-ratio: 1;
  border: #4056C5 1px solid;
  transition: all 0.3s;
}
.index-news .news-link span::before {
  content: "\e241";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
}
.index-news .news-link p {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0;
  position: relative;
  display: block;
  transition: all 0.3s;
  color: #4056C5;
}
.index-news .news-link p::before {
  content: "";
  background: #4056C5;
  display: block;
  height: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 0.3s;
  z-index: -1;
}
@media (min-width: 769px) {
  .index-news .news-link:hover span {
    background: #fff;
  }
  .index-news .news-link:hover span::before {
    color: #4056C5;
  }
  .index-news .news-link:hover p::before {
    transform: scaleX(1);
  }
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service-content {
  width: 90%;
  margin: 0 auto 150px;
}
.service-content h2 {
  font-weight: 900;
  letter-spacing: 0;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .service-content h2 {
    margin-bottom: 40px;
  }
}
.service-content .introduction-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 90px;
  max-width: 920px;
}
.service-content-list {
  counter-reset: num 0;
}
.service-content-list li {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  padding: 80px 5% 100px;
}
@media (max-width: 768px) {
  .service-content-list li {
    padding: 30px 5% 60px;
    border-radius: 20px;
  }
}
.service-content-list li + li {
  margin-top: 50px;
}
.service-content-list li .title_block {
  display: flex;
  align-items: center;
  gap: min(40px, 10%);
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .service-content-list li .title_block {
    margin-bottom: 50px;
  }
}
.service-content-list li .title_block .num {
  color: #FF2D2D;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 2.7777777778vw + -0.2083333333rem, 1.875rem);
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.service-content-list li .title_block .num::after {
  counter-increment: num 1;
  content: counter(num);
  writing-mode: horizontal-tb;
  font-size: clamp(5.125rem, 13.4259259259vw + -1.3194444444rem, 8.75rem);
  line-height: 0.9;
}
.service-content-list li .title_block h3 {
  font-weight: 900;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
}
.service-content-list li .flex_block {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .service-content-list li .flex_block {
    flex-direction: column;
    gap: 30px;
  }
}
.service-content-list li .flex_block p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 55%;
  flex: 1;
}
.service-content-list li .flex_block p:only-child {
  width: 100%;
}
@media (max-width: 768px) {
  .service-content-list li .flex_block p {
    width: 100%;
  }
}
.service-content-list li .flex_block .image {
  width: 40%;
  max-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 400/448;
}
@media (max-width: 768px) {
  .service-content-list li .flex_block .image {
    width: 80%;
    margin: 0 auto;
  }
}
.service-content-list li .flex_block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.company-greeting .flex_block {
  display: flex;
  gap: 5%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .company-greeting .flex_block {
    flex-direction: column;
  }
}
.company-greeting .flex_block .text-area {
  font-weight: 700;
  width: 70%;
}
.company-greeting .flex_block .text-area:only-child {
  width: 100%;
}
@media (max-width: 768px) {
  .company-greeting .flex_block .text-area {
    width: 100%;
  }
}
.company-greeting .flex_block .text-area .text {
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 20px;
}
.company-greeting .flex_block .text-area .sign {
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  text-align: end;
}
.company-greeting .flex_block .text-area .sign span {
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
}
.company-greeting .flex_block .image {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 40/36;
  border: #4056C5 5px solid;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-greeting .flex_block .image {
    width: 70%;
    margin: 30px auto 0;
    border-radius: 30px;
  }
}
.company-greeting .flex_block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-management, .company-overview, .company-project, .company-access {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.company-management-content, .company-overview-content, .company-project-content, .company-access-content {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  padding: 80px 5% 100px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .company-management-content, .company-overview-content, .company-project-content, .company-access-content {
    padding: 40px 5% 50px;
    border-radius: 20px;
  }
}
.company-management-content .highlight, .company-overview-content .highlight, .company-project-content .highlight, .company-access-content .highlight {
  text-align: center;
  color: #FF2D2D;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .company-management-content .highlight, .company-overview-content .highlight, .company-project-content .highlight, .company-access-content .highlight {
    margin-bottom: 30px;
  }
}
.company-management-content h3, .company-overview-content h3, .company-project-content h3, .company-access-content h3 {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  display: block;
  margin: 0 auto 55px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .company-management-content h3, .company-overview-content h3, .company-project-content h3, .company-access-content h3 {
    margin-bottom: 40px;
  }
}
.company-management-content h3 .blue, .company-overview-content h3 .blue, .company-project-content h3 .blue, .company-access-content h3 .blue {
  color: #4056C5;
}
.company-management-content .text, .company-overview-content .text, .company-project-content .text, .company-access-content .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .company-management-content .text, .company-overview-content .text, .company-project-content .text, .company-access-content .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.company-management-content .project-list, .company-overview-content .project-list, .company-project-content .project-list, .company-access-content .project-list {
  display: flex;
  gap: min(50px, 6%);
  flex-wrap: wrap;
}
.company-management-content .project-list li, .company-overview-content .project-list li, .company-project-content .project-list li, .company-access-content .project-list li {
  border-bottom: #333 1px solid;
  display: flex;
  align-items: center;
  padding: 40px 10px;
  width: max(50% - 25px, 47%);
  gap: 25px;
}
@media (max-width: 768px) {
  .company-management-content .project-list li, .company-overview-content .project-list li, .company-project-content .project-list li, .company-access-content .project-list li {
    width: 100%;
    gap: 15px;
    padding: 20px 10px 30px;
    align-items: baseline;
  }
}
.company-management-content .project-list li:nth-child(1), .company-management-content .project-list li:nth-child(2), .company-overview-content .project-list li:nth-child(1), .company-overview-content .project-list li:nth-child(2), .company-project-content .project-list li:nth-child(1), .company-project-content .project-list li:nth-child(2), .company-access-content .project-list li:nth-child(1), .company-access-content .project-list li:nth-child(2) {
  border-top: #333 1px solid;
}
@media (max-width: 768px) {
  .company-management-content .project-list li:nth-child(2), .company-overview-content .project-list li:nth-child(2), .company-project-content .project-list li:nth-child(2), .company-access-content .project-list li:nth-child(2) {
    border-top: none;
  }
}
.company-management-content .project-list li .year, .company-overview-content .project-list li .year, .company-project-content .project-list li .year, .company-access-content .project-list li .year {
  background: #FF2D2D;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .company-management-content .project-list li .year, .company-overview-content .project-list li .year, .company-project-content .project-list li .year, .company-access-content .project-list li .year {
    font-size: 16px;
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }
}
.company-management-content .project-list li .point, .company-overview-content .project-list li .point, .company-project-content .project-list li .point, .company-access-content .project-list li .point {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  width: calc(100% - 63px - 25px);
}
@media (max-width: 768px) {
  .company-management-content .project-list li .point, .company-overview-content .project-list li .point, .company-project-content .project-list li .point, .company-access-content .project-list li .point {
    width: calc(100% - 50px - 15px);
  }
}
.company-management .map, .company-overview .map, .company-project .map, .company-access .map {
  width: 100%;
  position: relative;
  margin: 40px 0 170px;
  height: -moz-fit-content;
  height: fit-content;
}
.company-management .map iframe, .company-overview .map iframe, .company-project .map iframe, .company-access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 12/5;
  border-radius: 50px;
  border: #4056C5 5px solid;
}
@media (max-width: 768px) {
  .company-management .map iframe, .company-overview .map iframe, .company-project .map iframe, .company-access .map iframe {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }
}
.company-management .map .address, .company-overview .map .address, .company-project .map .address, .company-access .map .address {
  position: absolute;
  background: #fff;
  border-radius: 100px;
  border: #4056C5 5px solid;
  top: 0;
  right: 5%;
  transform: translateY(-50%);
  padding: 15px min(10%, 40px) 15px min(5%, 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .company-management .map .address, .company-overview .map .address, .company-project .map .address, .company-access .map .address {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.company-management .map .address::before, .company-overview .map .address::before, .company-project .map .address::before, .company-access .map .address::before {
  content: "\f14d";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #FF2D2D;
  line-height: 1;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-message {
  width: 95%;
  margin: 0 0 100px auto;
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .recruit-message {
    flex-direction: column;
  }
}
.recruit-message .text-area {
  width: 55%;
}
.recruit-message .text-area:only-child {
  width: 95%;
}
@media (max-width: 768px) {
  .recruit-message .text-area {
    width: 95%;
  }
}
.recruit-message .text-area .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-top: 40px;
}
.recruit-message .image {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 56/71;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .recruit-message .image {
    width: 70%;
    margin-top: 30px;
    align-self: flex-end;
  }
}
.recruit-message .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-work {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.recruit-work-content {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  padding: 80px 5% 100px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .recruit-work-content {
    padding: 40px 5% 55px;
    border-radius: 20px;
  }
}
.recruit-work-content .work-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .recruit-work-content .work-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.recruit-work-content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px min(5%, 50px);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-work-content .list {
    gap: 20px;
  }
}
.recruit-work-content .list li {
  border: #333 4px solid;
  border-radius: 50px 50px 20px 20px;
  overflow: hidden;
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 316/260;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
}
@media (max-width: 768px) {
  .recruit-work-content .list li {
    border-radius: 30px 30px 10px 10px;
  }
}
.recruit-work-content .list li .icon {
  width: 60%;
  max-width: 150px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 70%;
}
@media (max-width: 768px) {
  .recruit-work-content .list li .icon {
    width: 50%;
  }
}
.recruit-work-content .list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.recruit-work-content .list li .text {
  background: #333;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  color: #fff;
  text-align: center;
  padding: 0 min(5%, 30px);
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-work-content .list li .text .red {
  color: #FF2D2D;
}
.recruit-interview {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.recruit-interview-list {
  margin-top: 35px;
}
.recruit-interview-list li {
  border: #4056C5 5px solid;
  border-radius: 50px;
  background: #fff;
  position: relative;
  padding: 80px 5% 100px;
}
@media (max-width: 768px) {
  .recruit-interview-list li {
    border-radius: 20px;
    padding: 30px 5% 45px;
  }
}
.recruit-interview-list li + li {
  margin-top: 75px;
}
.recruit-interview-list li .flex_block {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .recruit-interview-list li .flex_block {
    flex-direction: column;
  }
}
.recruit-interview-list li .flex_block .text {
  width: 55%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .recruit-interview-list li .flex_block .text {
    width: 100%;
  }
}
.recruit-interview-list li .flex_block .image {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 40/36;
  border: #4056C5 5px solid;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-interview-list li .flex_block .image {
    width: 80%;
    margin: 30px auto 0;
    border-radius: 20px;
  }
}
.recruit-interview-list li .flex_block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-interview-list li .interview-info {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 100px;
  padding: 10px min(40px, 8%) 10px min(25px, 5%);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: min(60px, 5%);
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
}
@media (max-width: 768px) {
  .recruit-interview-list li .interview-info {
    font-size: 16px;
    font-size: 1rem;
    left: 50%;
    transform: translate(-50%, 50%);
    white-space: nowrap;
  }
}
.recruit-interview-list li .interview-info::before {
  content: "\f4ca";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  color: #FF2D2D;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit-interview-list li .interview-info::before {
    font-size: 32px;
    font-size: 2rem;
  }
}
.recruit-interview-list li:nth-child(even) .flex_block {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .recruit-interview-list li:nth-child(even) .flex_block {
    flex-direction: column;
  }
}
.recruit-interview-list li:nth-child(even) .interview-info {
  left: auto;
  right: min(60px, 5%);
}
@media (max-width: 768px) {
  .recruit-interview-list li:nth-child(even) .interview-info {
    left: 50%;
    right: auto;
  }
}
.recruit-schedule {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.recruit-schedule-list {
  display: flex;
  gap: 80px 6%;
  flex-wrap: wrap;
  margin-top: 80px;
}
.recruit-schedule-list li {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  position: relative;
  padding: 80px min(8%, 75px) 90px;
  width: 47%;
}
@media (max-width: 768px) {
  .recruit-schedule-list li {
    width: 100%;
    border-radius: 20px;
    padding: 40px 5% 50px;
  }
}
.recruit-schedule-list li h3 {
  border: #4056C5 5px solid;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  padding: 15px min(8%, 40px) 15px min(5%, 25px);
  gap: 15px;
}
@media (max-width: 768px) {
  .recruit-schedule-list li h3 {
    width: 80%;
    padding: 10px 5%;
  }
}
.recruit-schedule-list li h3::before {
  content: "\f540";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #FF2D2D;
  line-height: 1;
}
.recruit-schedule-list li .time-table-list {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: #333 1px solid;
  padding: 15px 10px;
  gap: min(5%, 20px);
}
@media (max-width: 768px) {
  .recruit-schedule-list li .time-table-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.recruit-schedule-list li .time-table-list span {
  background: #00B314;
  border-radius: 17px;
  padding: 12px min(15px, 5%);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  min-width: 81px;
}
@media (max-width: 768px) {
  .recruit-schedule-list li .time-table-list span {
    padding: 8px 5%;
    border-radius: 10px;
    min-width: 0;
  }
}
.recruit-schedule-list li .time-table-list .task {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.recruit-description {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.recruit-description-list {
  margin-top: 75px;
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 80px min(8%, 75px) 100px;
  border: #4056C5 5px solid;
}
@media (max-width: 768px) {
  .recruit-description-list {
    border-radius: 20px;
    padding: 60px 5%;
  }
}
.recruit-description-list h3 {
  border: #4056C5 5px solid;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  padding: 15px min(8%, 40px) 15px min(5%, 25px);
  gap: 15px;
}
@media (max-width: 768px) {
  .recruit-description-list h3 {
    padding: 10px 5%;
    font-size: 16px;
    font-size: 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
.recruit-description-list h3::before {
  content: "\f107";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #FF2D2D;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit-description-list h3::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.recruit-flow {
  position: relative;
  padding-bottom: 70vh;
}
@media (max-width: 1024px) {
  .recruit-flow {
    padding-bottom: 10vh;
  }
}
.recruit-flow-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.recruit-flow-list {
  max-width: 940px;
  width: 90%;
  margin: 60px 0 0 auto;
}
@media (max-width: 768px) {
  .recruit-flow-list {
    width: 100%;
  }
}
.recruit-flow-list li {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  padding: 45px min(45px, 5%) 45px min(50px, 5%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-flow-list li {
    padding: 30px 5%;
    gap: 20px 0;
    border-radius: 20px;
  }
}
.recruit-flow-list li + li {
  margin-top: 25px;
}
.recruit-flow-list li .num {
  color: #FF2D2D;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.3888888889vw + 0.3333333333rem, 1.375rem);
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 62px;
}
@media (max-width: 768px) {
  .recruit-flow-list li .num {
    width: 40px;
  }
}
.recruit-flow-list li .num span {
  display: block;
  writing-mode: horizontal-tb;
  font-size: clamp(2.125rem, 6.9444444444vw + -1.2083333333rem, 4rem);
  line-height: 1;
}
.recruit-flow-list li h3 {
  width: calc(30% - 62px);
  min-width: 130px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  padding-left: min(20px, 5%);
}
.recruit-flow-list li .text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 70%;
}
@media (max-width: 768px) {
  .recruit-flow-list li .text {
    width: 100%;
  }
}
.recruit-flow-list li .text .form-link {
  border-bottom: #4056C5 1px solid;
}
.recruit-flow-list li .text .tel {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  white-space: nowrap;
}
.recruit-flow-list li .text .tel .tel-link {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 0.9259259259vw + 1.3055555556rem, 2rem);
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .recruit-flow-list li .text .tel .tel-link {
    font-size: 32px;
    font-size: 2rem;
    display: block;
    margin: 0 auto;
  }
}
.recruit-flow-list li .text .tel span {
  border: #4056C5 1px solid;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .recruit-flow-list li .text .tel span {
    display: block;
    margin: 0 auto;
  }
}
.recruit-flow .recruit-flow-svg {
  position: absolute;
  bottom: -20vh;
  left: 0;
  width: 90vw;
  max-width: 1185px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1185/1149;
  z-index: -1;
}
@media (max-width: 1024px) {
  .recruit-flow .recruit-flow-svg {
    display: none;
  }
}
.recruit-flow .recruit-flow-svg .svg-area {
  position: absolute;
}
.recruit-flow .recruit-flow-svg .svg-area span {
  background: #333;
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
}
.recruit-flow .recruit-flow-svg .svg-area span.is-show {
  opacity: 1;
}
.recruit-flow .recruit-flow-svg .svg-area span.knot {
  width: 25px;
  height: calc(40px + 2vw);
  border-radius: 6px;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle {
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 242/750;
  left: 0;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span:nth-of-type(2) {
  bottom: 50%;
  right: 0;
  transform: translateX(22%);
  width: calc(40px + 2vw);
  height: 25px;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span:nth-of-type(3) {
  bottom: 15%;
  right: 0;
  transform: translateX(22%);
  width: calc(40px + 2vw);
  height: 25px;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span:nth-of-type(4) {
  bottom: 0;
  right: 50%;
  transform: translateY(15%);
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span.pump {
  width: calc(40px + 2vw);
  height: 48px;
  bottom: 100%;
  right: 0;
  transform: translateX(22%);
  border-radius: 6px;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span.pump::before {
  content: "";
  background: #FF2D2D;
  width: 50%;
  height: 25px;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  border-radius: 10px 10px 0 0;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span.pump::after {
  content: "";
  width: 90%;
  height: 13px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 23px);
  transform: translateX(-50%);
  background: #FF2D2D;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-handle span.handle {
  width: 80%;
  max-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 80px;
  min-height: 80px;
  aspect-ratio: 1;
  left: calc(100% - 20px);
  top: 66%;
  transform: translate(-50%, -50%);
  background: url(../images/handle-icon.svg) center/contain no-repeat;
  animation: handle-animation 6s ease-in-out infinite;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter {
  bottom: 0;
  right: 0;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 983/689;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(1) {
  left: 5%;
  top: 0;
  transform: translateY(-20%);
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(2) {
  right: 16%;
  top: 0;
  transform: translateY(-20%);
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(3) {
  right: 12%;
  top: 0;
  transform: translateY(-20%);
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(4) {
  right: 12%;
  top: 26%;
  transform: translateY(-20%);
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(5) {
  right: 16%;
  top: 26%;
  transform: translateY(-20%);
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(6) {
  left: 45%;
  top: 49%;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span.meter {
  width: 20%;
  max-width: 108px;
  min-width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  background: #333;
  border-radius: 50%;
  top: 45%;
  left: 50%;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span.meter::before {
  content: "";
  background: url(../images/meter-icon.svg) center/contain no-repeat;
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 20px;
  aspect-ratio: 106/40;
  bottom: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span.meter::after {
  content: "";
  background: url(../images/meter-needle.svg) center/contain no-repeat;
  display: block;
  width: 20%;
  max-width: 18px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 18/49;
  min-height: 30px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform-origin: 50% 80%;
  transform: translate(-50%, -50%);
  animation: meter-animation 5s ease-in-out infinite;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(8) {
  left: 65%;
  top: 49%;
}
.recruit-flow .recruit-flow-svg .svg-area.recruit-meter span:nth-of-type(9) {
  right: 10%;
  bottom: 20%;
  width: calc(40px + 2vw);
  height: 25px;
}
.recruit-form {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 170px;
}
.recruit-form-block {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  padding: 80px min(8%, 75px) 100px;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .recruit-form-block {
    border-radius: 20px;
    padding: 40px 5% 60px;
  }
}
.recruit-form-block .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .recruit-form-block .text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------------------------------
  form
--------------------------------------------------------------------------------*/
#form-input dl {
  display: flex;
  align-items: center;
  gap: 3%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #form-input dl {
    flex-direction: column;
  }
}
#form-input dl dt {
  width: 22%;
  min-width: 220px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #form-input dl dt {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
  #form-input dl dt label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#form-input dl dt span {
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF2D2D;
  border-radius: 4px;
  padding: 5px 8px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#form-input dl dd {
  width: 75%;
  display: block;
}
@media (max-width: 768px) {
  #form-input dl dd {
    width: 100%;
  }
}
#form-input dl dd input, #form-input dl dd select {
  background: rgba(0, 179, 20, 0.2);
  padding: 25px 30px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  #form-input dl dd input, #form-input dl dd select {
    padding: 20px;
  }
}
#form-input dl dd input option, #form-input dl dd select option {
  background: #fff;
}
#form-input dl dd input.check_zip, #form-input dl dd select.check_zip {
  max-width: 410px;
}
#form-input dl.birth {
  align-items: baseline;
}
#form-input dl.birth dd.birth-block {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #form-input dl.birth dd.birth-block {
    gap: 25px;
  }
}
#form-input dl.birth dd.birth-block select {
  padding-right: 60px;
}
@media (max-width: 768px) {
  #form-input dl.birth dd.birth-block select {
    padding-right: 35px;
  }
}
#form-input dl.birth dd.birth-block span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
#form-input dl.birth dd.birth-block span.year span, #form-input dl.birth dd.birth-block span.month span, #form-input dl.birth dd.birth-block span.day span {
  position: relative;
}
#form-input dl.birth dd.birth-block span.year span::before, #form-input dl.birth dd.birth-block span.month span::before, #form-input dl.birth dd.birth-block span.day span::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #1A1A1A;
  width: 18px;
  height: 13px;
  display: block;
  position: absolute;
  right: 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  #form-input dl.birth dd.birth-block span.year span::before, #form-input dl.birth dd.birth-block span.month span::before, #form-input dl.birth dd.birth-block span.day span::before {
    width: 10px;
    height: 8px;
    right: 15px;
  }
}
#form-input dl.birth dd.birth-block .birth-inner {
  display: flex;
  gap: 15px;
}
#form-input dl.birth dd.birth-block p.val-err {
  position: absolute;
  top: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
}
#form-input dl.address {
  align-items: baseline;
}
#form-input dl.address li {
  margin-bottom: 15px;
}
#form-input dl.address li:has(select) {
  max-width: 410px;
  position: relative;
}
#form-input dl.address li:has(select)::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #1A1A1A;
  width: 18px;
  height: 13px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 768px) {
  #form-input dl.address li:has(select)::before {
    width: 10px;
    height: 8px;
    right: 20px;
  }
}
#form-input .unit-privacy {
  background: rgba(0, 179, 20, 0.2);
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #form-input .unit-privacy {
    padding: 20px 15px 20px 20px;
  }
}
#form-input .unit-privacy-block {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  max-height: 390px;
  overflow-y: auto;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #form-input .unit-privacy-block {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    padding-right: 15px;
    max-height: 250px;
  }
}
#form-input .unit-privacy-block .highlight {
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  display: block;
}
@media (max-width: 768px) {
  #form-input .unit-privacy-block .highlight {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
}
#form-input .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
}
#form-input .privacy-check .wpcf7-list-item {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  gap: 15px;
}
#form-input .privacy-check .wpcf7-list-item::after {
  content: "必須";
  background: #FF2D2D;
  color: #fff;
  height: 32px;
  width: 57px;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-input .privacy-check .wpcf7-list-item input {
  display: none;
}
#form-input .privacy-check .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-input .privacy-check .wpcf7-list-item-label {
  display: flex;
  gap: 15px;
  align-items: center;
}
#form-input .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #EAEAEA;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
#form-input .privacy-check .wpcf7-list-item-label::after {
  content: "";
  background: url(../images/check.svg) center/contain no-repeat;
  width: 26px;
  height: 23px;
  position: absolute;
  top: calc(50% - 12px);
  left: 2px;
  opacity: 0;
  transition: all 0.3s;
}

#form-confirm dl {
  display: flex;
  align-items: flex-start;
  gap: 3%;
  margin-bottom: 35px;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  #form-confirm dl {
    flex-direction: column;
  }
}
#form-confirm dl dt {
  width: 22%;
  min-width: 220px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #form-confirm dl dt {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
  }
  #form-confirm dl dt label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#form-confirm dl dt span {
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF2D2D;
  border-radius: 4px;
  padding: 5px 8px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#form-confirm dl dd {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 75%;
}
@media (max-width: 768px) {
  #form-confirm dl dd {
    width: 100%;
  }
}
#form-confirm .unit-privacy, #form-confirm .privacy-check {
  display: none;
}

.check_submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4%;
  width: 100%;
}
.check_submit .confirm-none {
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 100px;
  background: #4056C5;
  position: relative;
}
.check_submit .confirm-none::before {
  content: "";
  background: #FF2D2D;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .check_submit .confirm-none:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.check_submit .confirm-none .confirm-button {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  width: 100%;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.check_submit .back, .check_submit .submit {
  width: 48%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 100px;
  background: #787878;
  position: relative;
}
.check_submit .back::before, .check_submit .submit::before {
  content: "";
  background: #525252;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .check_submit .back:hover::before, .check_submit .submit:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.check_submit .back .back-button, .check_submit .back .wpcf7-submit, .check_submit .submit .back-button, .check_submit .submit .wpcf7-submit {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  width: 100%;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .check_submit .back .back-button, .check_submit .back .wpcf7-submit, .check_submit .submit .back-button, .check_submit .submit .wpcf7-submit {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 5%;
  }
}
.check_submit .submit {
  background: #4056C5;
}
.check_submit .submit::before {
  background: #FF2D2D;
}

.check_no-through {
  font-weight: 700;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}

/*-------------------------------------------------------------------------------
  recruit_thanks
--------------------------------------------------------------------------------*/
.recruit-thanks {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.recruit-thanks h2 {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .recruit-thanks h2 {
    margin-bottom: 30px;
  }
}
.recruit-thanks .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .recruit-thanks .text {
    margin-bottom: 30px;
  }
}
.recruit-thanks .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------*/
.cat-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px min(5%, 30px);
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 70px;
}
@media (max-width: 768px) {
  .cat-link {
    margin: 0 auto 50px;
  }
}
.cat-link li {
  display: block;
}
.cat-link li:has(.all) {
  border-right: #4056C5 1px solid;
  padding-right: min(5%, 30px);
}
@media (max-width: 768px) {
  .cat-link li:has(.all) {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .cat-link li:has(.all) a {
    width: 100%;
  }
}
.cat-link li.current a {
  background: #4056C5;
  color: #fff;
}
.cat-link li a {
  border-radius: 100px;
  background: #fff;
  border: #4056C5 3px solid;
  padding: 15px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #4056C5;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cat-link li a {
    padding: 10px 30px;
  }
}
@media (min-width: 769px) {
  .cat-link li a:hover {
    background: #4056C5;
    color: #fff;
  }
}

.news-post {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 170px;
}
.news-post ul li {
  background: #fff;
  border: #4056C5 5px solid;
  border-radius: 50px;
  padding: 80px min(75px, 8%) 45px;
  position: relative;
}
@media (max-width: 768px) {
  .news-post ul li {
    border-radius: 20px;
  }
}
.news-post ul li + li {
  margin-top: 50px;
}
.news-post ul li .date-cat {
  background: #4056C5;
  border-radius: 0 0 50px 50px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 5%;
  padding: 13px 40px 17px;
  max-width: 80%;
}
@media (max-width: 768px) {
  .news-post ul li .date-cat {
    border-radius: 0 0 20px 20px;
    padding: 10px 15px 15px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news-post ul li .date-cat p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.news-post ul li .date-cat p span {
  padding-right: 20px;
  border-right: #fff 1px solid;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .news-post ul li .date-cat p span {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.news-post ul li h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
  padding-bottom: 20px;
  border-bottom: #4056C5 1px solid;
  margin-bottom: 40px;
}
.news-post ul li .content {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .news-post ul li .content {
    flex-direction: column;
    gap: 20px;
  }
}
.news-post ul li .content .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 70%;
}
@media (max-width: 768px) {
  .news-post ul li .content .text {
    width: 100%;
  }
}
.news-post ul li .content .text:only-child {
  width: 100%;
}
.news-post ul li .content .images {
  width: 25%;
}
@media (max-width: 768px) {
  .news-post ul li .content .images {
    width: 80%;
    margin: 0 auto;
  }
}
.news-post ul li .content .images .boxer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 30/27;
  border-radius: 50px;
  border: #4056C5 5px solid;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .news-post ul li .content .images .boxer {
    border-radius: 20px;
  }
}
.news-post ul li .content .images .boxer:only-child span {
  display: none;
}
.news-post ul li .content .images .boxer span {
  background: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 12px;
  right: 18px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.news-post ul li .content .images .boxer span::before {
  content: "";
  background: url(../images/boxer-icon.svg) center/contain no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-post ul li .content .images .boxer + .boxer {
  display: none;
}
.news-post ul li .content .images .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .news-post ul li .content .images .boxer:hover img {
    transform: scale(1.1);
  }
}
.news-post ul .pagination {
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .news-post ul .pagination {
    margin-top: 60px;
  }
}
.news-post ul .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .news-post ul .pagination .nav-links {
    gap: 15px;
  }
}
.news-post ul .pagination .nav-links .page-numbers {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4056C5;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.news-post ul .pagination .nav-links .page-numbers.current {
  background: #4056C5;
  color: #fff;
  pointer-events: none;
}
.news-post ul .pagination .nav-links .page-numbers.prev {
  padding-bottom: 0;
}
.news-post ul .pagination .nav-links .page-numbers.prev::before {
  content: "\e317";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #4056C5;
  transition: all 0.3s;
}
.news-post ul .pagination .nav-links .page-numbers.next {
  padding-bottom: 0;
}
.news-post ul .pagination .nav-links .page-numbers.next::before {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #4056C5;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .news-post ul .pagination .nav-links .page-numbers:hover {
    background: #4056C5;
    color: #fff;
  }
  .news-post ul .pagination .nav-links .page-numbers:hover::before {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .news-post ul .pagination .nav-links .page-numbers {
    height: 40px;
    width: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-post ul .pagination .nav-links .page-numbers::before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  padding: min(250px, 10vh) 5% 40px;
  position: relative;
  background: #1A1A1A;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
  z-index: 1;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ft-bg.svg) center/cover no-repeat;
}
.footer .cta {
  background: #4056C5;
  padding: 130px 5% 100px;
  z-index: 1;
  position: relative;
  border-radius: 50px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .cta {
    padding: 80px 5% 50px;
    border-radius: 20px;
  }
}
.footer .cta .en-title {
  color: #73DA83;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(3.375rem, 17.1296296296vw + -4.8472222222rem, 8rem);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 40%);
  width: 100%;
  text-align: center;
}
.footer .cta p {
  color: #fff;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
@media (max-width: 768px) {
  .footer .cta p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
.footer .cta .tel {
  color: #73DA83;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 8.3333333333vw + -2.25rem, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .footer .cta .tel {
    flex-direction: column;
    gap: 15px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.footer .cta .tel span {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A1A;
  background: #708FF2;
  padding: 10px min(5%, 40px);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .footer .cta .tel span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer .ft_block {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 80px;
}
.footer .ft_block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 160px;
}
@media (max-width: 1024px) {
  .footer .ft_block-inner {
    gap: 50px;
    flex-direction: column;
  }
}
.footer .ft_block-inner .info {
  max-width: 320px;
}
@media (max-width: 768px) {
  .footer .ft_block-inner .info {
    width: 100%;
  }
}
.footer .ft_block-inner .info .ft-logo {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer .ft_block-inner .info .ft-logo {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.footer .ft_block-inner .info .ft-logo .mark {
  width: 90px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .ft_block-inner .info .ft-logo .text {
  width: 215px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .ft_block-inner .info p {
  text-align: end;
  padding-right: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .footer .ft_block-inner .info p {
    text-align: center;
  }
}
.footer .ft_block-inner .ft-nav {
  display: flex;
  justify-content: flex-end;
  gap: min(10%, 70px);
  width: calc(100% - 320px);
}
@media (max-width: 768px) {
  .footer .ft_block-inner .ft-nav {
    display: none;
  }
}
.footer .ft_block-inner .ft-nav li a {
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .footer .ft_block-inner .ft-nav li a:hover {
    color: #1A1A1A;
  }
  .footer .ft_block-inner .ft-nav li a:hover::before {
    transform: scaleX(1);
  }
}
.footer .ft_block-inner .ft-nav li a::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 0.3s;
  z-index: -1;
}
.footer .ft_block small {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #A0A0A0;
  display: block;
  text-align: center;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 120px;
}
.notfound-block-text {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
  text-align: center;
}
.notfound-block .cmn-btn {
  margin: 0 auto;
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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