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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #01BDD2;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* ハニーポット非表示 */
  /* エラーメッセージの指定 */
  /* エラー時の背景色 */
  /* 確認画面 */
  /* 送信完了画面 */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #01BDD2;
  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: #E3F8FA;
  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 #333333;
}
.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: #333333;
}
.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 #333333;
}
.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: #333333;
}
.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: #E3F8FA;
  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 #333333;
}
.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: #333333;
}
.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: #01BDD2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

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

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #01BDD2;
  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: #E2E2E2 1px solid;
}
table tr:first-child {
  border-top: #E2E2E2 1px solid;
}
table th {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #01BDD2;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  vertical-align: middle;
  padding: 22px 25px;
}
@media (max-width: 768px) {
  table th {
    display: block;
    padding: 15px min(5%, 15px) 5px;
  }
}
table td {
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  padding: 22px 25px;
}
@media (max-width: 768px) {
  table td {
    display: block;
    padding: 5px min(5%, 15px) 15px;
  }
}

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

em {
  font-style: italic;
}

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

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

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

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

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

::-webkit-scrollbar-thumb {
  background: #01BDD2;
  border-radius: 50px;
}

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

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .hd-inner .hd-nav > li:nth-child(1) a {
  color: #01BDD2;
}
.index .header.fixed .hd-inner .hd-nav > li:nth-child(1) a {
  color: #01BDD2;
}

.service .header .hd-inner .hd-nav > li:nth-child(2) a {
  color: #01BDD2;
}
.service .header.fixed .hd-inner .hd-nav > li:nth-child(2) a {
  color: #01BDD2;
}

.company .header .hd-inner .hd-nav > li:nth-child(3) a {
  color: #01BDD2;
}
.company .header.fixed .hd-inner .hd-nav > li:nth-child(3) a {
  color: #01BDD2;
}

.recruit .header .hd-inner .hd-nav > li:nth-child(4) a {
  color: #01BDD2;
}
.recruit .header.fixed .hd-inner .hd-nav > li:nth-child(4) a {
  color: #01BDD2;
}

/*-------------------------------------------------------------------------------
  cmn-title
--------------------------------------------------------------------------------*/
.index-cmn-title .en {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(2.875rem, 10.1851851852vw + -2.0138888889rem, 5.625rem);
}
.index-cmn-title .en span {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(1, 189, 210) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-cmn-title .ja {
  color: #01BDD2;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  gap: 5px;
}
.index-cmn-title .ja::before {
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 12px;
  height: 10px;
  background: #01BDD2;
}

.cmn-title .en {
  font-family: "Archivo Narrow", sans-serif;
  color: #01BDD2;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
.cmn-title .en::before {
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 12px;
  height: 10px;
  background: #01BDD2;
}
.cmn-title .ja {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 2.5462962963vw + 0.2777777778rem, 2.1875rem);
}

.index-content-title {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
}

.introduction {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}

/*-------------------------------------------------------------------------------
  cmn-btn
--------------------------------------------------------------------------------*/
.cmn-btn {
  padding: 15px min(28px, 5%);
  background: #fff;
  box-shadow: inset 0px 0px 13px 0px #4AC0CD;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  display: block;
  transition: all 0.3s;
}
.cmn-btn p {
  color: #04A7B9;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  gap: 35px;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn-btn p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cmn-btn p::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  background: #01BDD2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cmn-btn:hover {
    box-shadow: inset 0px 0px 13px 0px #fff;
    background: #00BBD3;
  }
  .cmn-btn:hover p {
    color: #fff;
  }
  .cmn-btn:hover p::after {
    color: #01BDD2;
    background: #fff;
    transform: rotate(-30deg);
  }
}

/*-------------------------------------------------------------------------------
  boxer
--------------------------------------------------------------------------------*/
.boxer {
  position: relative;
}
.boxer::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: clamp(2.625rem, 6.0185185185vw + -0.2638888889rem, 4.25rem);
  opacity: 0;
  transition: all 0.3s;
}
.boxer::after {
  content: "";
  background: #01BDD2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 1;
  }
  .boxer:hover::after {
    opacity: 0.3;
  }
}

/*-------------------------------------------------------------------------------
  animated-text
--------------------------------------------------------------------------------*/
.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

.animated-text.in-view span {
  animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------------------------------------------------------
  fade-in-animation
--------------------------------------------------------------------------------*/
.fade-in {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
}
.fade-in.is-animated {
  transform: translateY(0);
  opacity: 1;
}

.fadein-child {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
.fadein-child.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 15px min(45px, 5%) 8px;
}
.header .hd-logo {
  max-width: 360px;
  width: 30%;
  min-width: 250px;
}
.header .hd-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(220deg) brightness(109%) contrast(96%);
}
.header .hd-inner {
  min-width: calc(100% - 360px);
  width: 70%;
}
.header .hd-inner .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header .hd-inner .nav .hd-nav {
  display: flex;
  align-items: center;
  gap: min(35px, 5%);
  max-width: 530px;
  width: 80%;
}
@media (max-width: 1024px) {
  .header .hd-inner .nav .hd-nav {
    gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .hd-inner .nav .hd-nav li {
  min-width: 65px;
}
.header .hd-inner .nav .hd-nav li a {
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.3436426117vw + 0.7100515464rem, 1rem);
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
@media (min-width: 769px) {
  .header .hd-inner .nav .hd-nav li a:hover {
    color: #01BDD2;
  }
}
.header .hd-inner .nav .hd-nav li.contact {
  min-width: 136px;
}
.header .hd-inner .nav .hd-nav li.contact a {
  border: #fff 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  border-radius: 50px;
}
@media (min-width: 769px) {
  .header .hd-inner .nav .hd-nav li.contact a:hover {
    background: #fff;
    color: #01BDD2;
  }
}
.header .hd-inner .nav .tel {
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08rem;
  font-size: clamp(1.375rem, 1.6203703704vw + 0.5972222222rem, 1.8125rem);
}
@media (max-width: 1210px) {
  .header .hd-inner .nav .tel {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .hd-inner .nav .tel {
    display: block;
  }
}
.header .hd-inner .nav .tel::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}
.header .hd-inner .nav .tel span {
  display: block;
  text-align: end;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  align-items: flex-end;
}
.header.fixed .hd-logo {
  background: #fff;
  border-radius: 0 0 47px 0;
  box-shadow: 0px 4px 4px 0px rgba(137, 137, 137, 0.25);
  padding: 15px min(47px, 15%) 15px 20px;
}
.header.fixed .hd-logo img {
  filter: unset;
}
.header.fixed .hd-inner {
  max-width: 860px;
  min-width: unset;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(137, 137, 137, 0.25);
  border-radius: 100px;
  padding: 10px min(45px, 5%) 10px min(65px, 5%);
  margin-right: min(25px, 5%);
}
@media (max-width: 1210px) {
  .header.fixed .hd-inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1120px) {
  .header.fixed .hd-inner {
    padding: 15px min(20px, 5%) 15px;
  }
}
.header.fixed .hd-inner .nav .hd-nav {
  min-width: 450px;
}
@media (max-width: 1210px) {
  .header.fixed .hd-inner .nav .hd-nav {
    min-width: 500px;
  }
}
.header.fixed .hd-inner .nav .hd-nav li a {
  color: #333333;
}
@media (min-width: 769px) {
  .header.fixed .hd-inner .nav .hd-nav li a:hover {
    color: #01BDD2;
  }
}
.header.fixed .hd-inner .nav .hd-nav li.contact a {
  background: #01BDD2;
  border: none;
  color: #fff;
}
@media (min-width: 769px) {
  .header.fixed .hd-inner .nav .hd-nav li.contact a:hover {
    background: #009FB1;
  }
}
.header.fixed .hd-inner .nav a {
  color: #333333;
}
.header.fixed .hd-inner .nav a::before {
  color: #333333;
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .header::after {
    content: "";
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header .hd-logo {
    display: none;
  }
  .header .hd-inner {
    flex-direction: column;
    background: #fff;
    box-shadow: inset 0px 0px 13px 0px #4AC0CD;
    border-radius: 10px;
    width: 80vw;
    max-height: 90vh;
    top: 50%;
    left: 10vw;
    overflow-y: auto;
    justify-content: normal;
    padding: 30px min(5%, 20px) 35px;
    position: absolute;
    transform: translate(150%, -50%);
    transition: all 0.3s;
    pointer-events: all;
  }
  .header .hd-inner .nav {
    flex-direction: column;
  }
  .header .hd-inner .nav .hd-nav {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .header .hd-inner .nav .hd-nav li {
    min-width: unset;
  }
  .header .hd-inner .nav .hd-nav li a {
    color: #333333;
  }
  .header .hd-inner .nav .hd-nav li.contact {
    min-width: unset;
  }
  .header .hd-inner .nav .tel {
    color: #333333;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .header .hd-inner .nav .tel::before {
    color: #333333;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header.is-open::after {
    opacity: 1;
  }
  .header.is-open .hd-inner {
    transform: translate(0, -50%);
  }
}

/*-------------------------------------------------------------------------------
  menu-btn
--------------------------------------------------------------------------------*/
.menu-btn {
  display: none;
  background: #01BDD2;
  border-radius: 5px;
  box-shadow: inset 0px 0px 13px 0px #fff;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  z-index: 10;
  cursor: pointer;
}
.menu-btn span {
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 5px);
}
.menu-btn span:nth-child(2) {
  top: calc(50% + 5px);
}
@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn.is-open span {
  top: 50%;
}
.menu-btn.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(210deg);
}
.menu-btn.is-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-210deg);
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 100vw;
  height: 100vh;
  position: relative;
  min-height: 500px;
}
@media (max-width: 768px) {
  .mainimg {
    height: 75vh;
  }
}
.mainimg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #16859e;
  opacity: 0.35;
  z-index: -1;
}
.mainimg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.mainimg .mv-logo {
  max-width: 360px;
  width: 50%;
  min-width: 250px;
  position: absolute;
  top: 25px;
  left: 10px;
}
.mainimg .mv-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(220deg) brightness(109%) contrast(96%);
}
.mainimg h1 {
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  writing-mode: vertical-rl;
  font-size: clamp(1.625rem, 3.4722222222vw + -0.0416666667rem, 2.5625rem);
  position: absolute;
  top: 30vh;
  left: min(125px, 10%);
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mainimg h1 {
    top: max(120px, 15vh);
    letter-spacing: 0.3rem;
  }
}

.page-mainimg {
  width: 100%;
  height: 60vh;
  background: url(../images/page-mv.jpg) center/cover no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .page-mainimg {
    height: 40vh;
  }
}
.page-mainimg::before {
  content: "";
  background: #004F61;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.page-mainimg h1 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 5.5555555556vw + -1.0416666667rem, 3.125rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------------------------------------------------------
  recruit-bnr
--------------------------------------------------------------------------------*/
.recruit-bnr {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-bnr {
    width: 60%;
    right: 15px;
  }
}
.recruit-bnr::before {
  content: "";
  background: url(../images/recruit-bnr.png) center/cover no-repeat;
  max-width: 100px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100px;
  aspect-ratio: 100/130;
  position: absolute;
  right: min(50px, 10%);
  bottom: 50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .recruit-bnr::before {
    display: none;
  }
}
.recruit-bnr span {
  background: #616161;
  aspect-ratio: 1;
  height: 35px;
  width: 35px;
  position: absolute;
  top: -17px;
  right: -17px;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .recruit-bnr span {
    right: -10px;
    top: -10px;
  }
}
@media (min-width: 769px) {
  .recruit-bnr span:hover {
    transform: rotate(180deg);
  }
}
.recruit-bnr span::before {
  content: "";
  background: #fff;
  width: 40%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-bnr span::after {
  content: "";
  background: #fff;
  width: 40%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit-bnr .recruit-bnr-link {
  color: #fff;
  padding: 30px min(25px, 8%) 20px;
  display: block;
  width: 370px;
  box-shadow: inset 0px 0px 35px 0 #fff;
  background: #01BDD2;
  border-radius: 20px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-bnr .recruit-bnr-link {
    width: 100%;
    padding: 20px min(20px, 7%) 15px;
  }
}
.recruit-bnr .recruit-bnr-link .title {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 1.6203703704vw + 0.5972222222rem, 1.8125rem);
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .recruit-bnr .recruit-bnr-link .title {
    margin-bottom: 10px;
  }
}
.recruit-bnr .recruit-bnr-link .text {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .recruit-bnr .recruit-bnr-link .text {
    line-height: 1.5;
    letter-spacing: 0.03rem;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 769px) {
  .recruit-bnr .recruit-bnr-link:hover {
    background: #fff;
    box-shadow: inset 0px 0px 13px 0px #4AC0CD;
    color: #01BDD2;
  }
}
.recruit-bnr.show {
  opacity: 1;
  pointer-events: all;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index {
  /*-------------------------------------------------------------------------------
    about
  --------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
    company
  --------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
    recruit
  --------------------------------------------------------------------------------*/
}
.index-about {
  width: 90%;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .index-about {
    margin: 60px auto 100px;
  }
}
.index-about .index-cmn-title {
  text-align: center;
}
@media (max-width: 768px) {
  .index-about .index-cmn-title {
    text-align: start;
  }
}
.index-about .index-cmn-title .ja {
  justify-content: center;
}
@media (max-width: 768px) {
  .index-about .index-cmn-title .ja {
    justify-content: flex-start;
  }
}
.index-about .index-content-title {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .index-about .index-content-title {
    text-align: start;
    margin: 30px 0;
  }
}
.index-about .introduction {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .index-about .introduction {
    text-align: start;
    margin-bottom: 50px;
  }
}
.index-about-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 5%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .index-about-links {
    gap: 30px;
  }
}
.index-about-links li {
  overflow: hidden;
  border-radius: 20px;
  width: 30%;
  aspect-ratio: 365/270;
  min-width: 250px;
}
@media (max-width: 768px) {
  .index-about-links li {
    margin: 0 auto;
    border-radius: 10px;
    min-width: 300px;
  }
}
.index-about-links li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.index-about-links li a::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.625rem, 6.0185185185vw + -0.2638888889rem, 4.25rem);
  background: rgba(1, 189, 210, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.index-about-links li a:has(.dummy)::after {
  content: "";
  box-shadow: inset 0px 0px 50px 0px #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.index-about-links li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-about-links li a p {
  color: #01BDD2;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, -0.2994011976vw + 1.2687125749rem, 1.25rem);
  background: #fff;
  padding: 15px 20px 15px 10px;
  border-radius: 0 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
}
@media (min-width: 769px) {
  .index-about-links li a:hover::before {
    opacity: 1;
  }
  .index-about-links li a:hover p {
    color: #fff;
    background: #01BDD2;
  }
}
.index-about .cmn-btn {
  margin: 0 auto;
}
.index-company {
  display: flex;
  align-items: end;
  gap: min(60px, 5%);
  width: 90%;
  margin: 0 auto 150px;
  position: relative;
}
@media (max-width: 768px) {
  .index-company {
    margin-bottom: 60px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.index-company .map {
  max-width: 540px;
  width: 40%;
  aspect-ratio: 538/710;
}
@media (max-width: 768px) {
  .index-company .map {
    z-index: -1;
    width: 80%;
    max-height: 90%;
  }
}
.index-company .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-company .textarea {
  width: 55%;
  min-width: calc(95% - 600px);
}
@media (max-width: 768px) {
  .index-company .textarea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.index-company .textarea .index-content-title {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .index-company .textarea .index-content-title {
    margin: 30px 0;
  }
}
.index-company .textarea .introduction {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .index-company .textarea .introduction {
    margin-bottom: 30px;
  }
}
.index-company .textarea .cmn-btn {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .index-company .textarea .cmn-btn {
    margin: 0 auto;
  }
}
.index-recruit {
  background: #E3F8FA;
  position: relative;
}
.index-recruit::after {
  content: "";
  background: #E3F8FA;
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
.index-recruit-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: min(60px, 5%);
  position: relative;
  width: 100%;
  height: 100%;
  padding: 125px 0 180px min(5%, 125px);
}
@media (max-width: 768px) {
  .index-recruit-inner {
    padding: 80px min(5%, 125px) 100px min(5%, 125px);
  }
}
.index-recruit-inner::before {
  content: "";
  -webkit-mask: url(../images/logo-mark.svg) center/contain no-repeat;
          mask: url(../images/logo-mark.svg) center/contain no-repeat;
  background: #BCEBF0;
  max-width: 900px;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 200px;
  aspect-ratio: 895/685;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-recruit-inner::before {
    width: 80%;
  }
}
.index-recruit-inner::after {
  content: "";
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(12px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .index-recruit-inner::after {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(6px);
  }
}
.index-recruit-inner .textarea {
  width: 55%;
  min-width: calc(95% - 620px);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-recruit-inner .textarea {
    width: 100%;
  }
}
.index-recruit-inner .textarea .index-cmn-title .en span {
  background: linear-gradient(0deg, rgb(215, 254, 194) 0%, rgb(0, 165, 184) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-recruit-inner .textarea .index-cmn-title .ja {
  color: #17C8B9;
}
.index-recruit-inner .textarea .index-cmn-title .ja::before {
  background: #17C8B9;
}
.index-recruit-inner .textarea .index-content-title {
  color: #00AF92;
  margin: 50px 0 45px;
}
@media (max-width: 768px) {
  .index-recruit-inner .textarea .index-content-title {
    margin: 30px 0;
  }
}
.index-recruit-inner .textarea .introduction {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .index-recruit-inner .textarea .introduction {
    margin-bottom: 50px;
  }
}
.index-recruit-inner .textarea .introduction span {
  font-weight: 500;
  background: linear-gradient(0deg, rgb(124, 228, 188) 0%, rgb(124, 228, 188) 40%, rgba(112, 222, 188, 0) 40%, rgba(124, 228, 188, 0) 100%);
}
.index-recruit-inner .textarea .cmn-btn {
  box-shadow: inset 0px 0px 13px 0px #00AF92;
}
@media (max-width: 768px) {
  .index-recruit-inner .textarea .cmn-btn {
    margin: 0 auto;
  }
}
.index-recruit-inner .textarea .cmn-btn p {
  color: #00AF92;
}
.index-recruit-inner .textarea .cmn-btn p::after {
  background: #00AF92;
}
@media (min-width: 769px) {
  .index-recruit-inner .textarea .cmn-btn:hover {
    box-shadow: inset 0px 0px 13px 0px #fff;
    background: #24BA80;
  }
  .index-recruit-inner .textarea .cmn-btn:hover p {
    color: #fff;
  }
  .index-recruit-inner .textarea .cmn-btn:hover p::after {
    color: #00AF92;
    background: #fff;
    transform: rotate(-30deg);
  }
}
.index-recruit-inner .image {
  max-width: 620px;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 611/508;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-recruit-inner .image {
    display: none;
  }
}
.index-recruit-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service-introduction {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .service-introduction {
    margin: 60px 0 100px;
  }
}
.service-introduction-inner {
  position: relative;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  padding: 110px min(10%, 120px) 100px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .service-introduction-inner {
    padding: 110px 5% 100px;
  }
}
.service-introduction-inner::before {
  content: "";
  background: url(../images/service-introduction.jpg) center/cover no-repeat;
  position: absolute;
  width: 70%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-introduction-inner::after {
  content: "";
  background: #02A6B5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  mix-blend-mode: screen;
  z-index: -1;
}
.service-introduction-inner .content-title {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
  line-height: 1.4;
  letter-spacing: 0.05rem;
  margin-bottom: 50px;
}
.service-introduction-inner .content-title span {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
.service-introduction-inner p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  max-width: 512px;
  width: 80%;
}
@media (max-width: 768px) {
  .service-introduction-inner p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.service-introduction-lists {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.service-introduction-lists .list-title {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 30px;
  color: #01BDD2;
  text-align: center;
}
.service-introduction-lists .lists-inner {
  border-radius: 20px;
  box-shadow: inset 0px 0px 18px 0px #4AC0CD;
  width: 100%;
  padding: 50px min(160px, 5%);
}
@media (max-width: 768px) {
  .service-introduction-lists .lists-inner {
    padding: 35px min(30px, 8%) 40px 6%;
  }
}
.service-introduction-lists .lists-inner .list {
  max-width: 570px;
  margin: 0 auto;
}
.service-introduction-lists .lists-inner .list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .service-introduction-lists .lists-inner .list li {
    align-items: baseline;
  }
}
.service-introduction-lists .lists-inner .list li::before {
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 12px;
  height: 10px;
  min-width: 12px;
  background: #01BDD2;
}
.service-introduction-lists .lists-inner .list li + li {
  margin-top: 12px;
}
.service-reasons {
  background: #E3F8FA;
  padding: 80px min(120px, 5%);
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .service-reasons {
    margin-bottom: 100px;
    padding: 60px min(80px, 5%);
  }
}
@media (max-width: 768px) {
  .service-reasons .cmn-title .ja {
    max-width: 240px;
  }
}
.service-reasons-lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px min(3%, 30px);
  max-width: 1160px;
  margin: 80px auto 0;
  counter-reset: num 0;
}
@media (max-width: 768px) {
  .service-reasons-lists {
    margin: 50px auto 0;
  }
}
.service-reasons-lists li {
  width: 31.5%;
  background: #fff;
  border-radius: 20px;
  padding: 25px min(5%, 40px);
  min-width: 200px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .service-reasons-lists li {
    width: 100%;
  }
}
.service-reasons-lists li h3 {
  color: #01BDD2;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .service-reasons-lists li h3 {
    align-items: baseline;
  }
}
.service-reasons-lists li h3::before {
  counter-increment: num 1;
  content: "0" counter(num);
  font-family: "Archivo Narrow", sans-serif;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(1, 189, 210) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03rem;
  font-size: clamp(1.5rem, 7.8703703704vw + -2.2777777778rem, 3.625rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .service-reasons-lists li h3::before {
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 23px;
  }
}
.service-reasons-lists li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 27/23;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .service-reasons-lists li .image {
    width: 60%;
    margin: 0 auto;
  }
}
.service-reasons-lists li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.service-reasons-lists li p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .service-reasons-lists li p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.service-reasons-lists li.full {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(40px, 3%);
  padding: 40px min(5%, 40px);
  max-width: unset;
}
@media (max-width: 768px) {
  .service-reasons-lists li.full {
    flex-direction: column;
  }
}
.service-reasons-lists li.full .textarea {
  width: 47%;
}
@media (max-width: 768px) {
  .service-reasons-lists li.full .textarea {
    width: 100%;
  }
}
.service-reasons-lists li.full .textarea h3 {
  margin-bottom: 40px;
}
.service-reasons-lists li.full .image {
  width: 50%;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 54/38;
  border-radius: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .service-reasons-lists li.full .image {
    width: 100%;
  }
}
.service-reasons-lists li.full .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-support {
  width: 90%;
  margin: 0 auto 150px;
}
.service-support-block {
  margin-top: 80px;
}
.service-support-block + .service-support-block {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .service-support-block + .service-support-block {
    margin-top: 60px;
  }
}
.service-support-block .block-inner {
  display: flex;
  align-items: center;
  gap: min(5%, 50px);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .service-support-block .block-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.service-support-block .block-inner .image {
  width: 45%;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 56/40;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-support-block .block-inner .image {
    width: 80%;
    border-radius: 10px;
  }
}
.service-support-block .block-inner .image:has(.dummy) {
  position: relative;
}
.service-support-block .block-inner .image:has(.dummy)::after {
  content: "";
  box-shadow: inset 0px 0px 50px 0px #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.service-support-block .block-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-support-block .block-inner .textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .service-support-block .block-inner .textarea {
    width: 100%;
  }
}
.service-support-block .block-inner .textarea h3 {
  color: #01BDD2;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  border-bottom: #01BDD2 1px solid;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.service-support-block .block-inner .textarea p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
.service-support-block .summary {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
}
@media (max-width: 768px) {
  .service-support-block .summary {
    gap: 20px 4%;
  }
}
.service-support-block .summary li {
  width: 30%;
}
@media (max-width: 768px) {
  .service-support-block .summary li {
    width: 48%;
  }
}
.service-support-block .summary li .boxer, .service-support-block .summary li .dummy {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 37/27;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .service-support-block .summary li .boxer, .service-support-block .summary li .dummy {
    border-radius: 10px;
  }
}
.service-support-block .summary li .boxer + .boxer, .service-support-block .summary li .dummy + .boxer {
  display: none;
}
.service-support-block .summary li .boxer img, .service-support-block .summary li .dummy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-support-block .summary li .dummy {
  position: relative;
}
.service-support-block .summary li .dummy::after {
  content: "";
  box-shadow: inset 0px 0px 50px 0px #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.service-support-block .summary li h4 {
  color: #01BDD2;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 10px;
}
.service-support-block .summary li p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .service-support-block .summary li p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 120px auto;
  gap: 10%;
}
@media (max-width: 768px) {
  .company-greeting {
    margin: 60px auto 100px;
    flex-direction: column;
    gap: 30px;
  }
}
.company-greeting .textarea {
  width: 55%;
}
.company-greeting .textarea:only-child {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company-greeting .textarea {
    width: 100%;
  }
}
.company-greeting .textarea .text {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  margin: 60px 0 40px;
}
@media (max-width: 768px) {
  .company-greeting .textarea .text {
    margin: 40px 0 20px;
  }
}
.company-greeting .textarea .position {
  text-align: end;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  display: block;
}
.company-greeting .image {
  width: 35%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-greeting .image {
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
.company-greeting .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-philosophy {
  background: #E3F8FA;
  padding: 80px 5% 120px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .company-philosophy {
    margin-bottom: 100px;
    padding: 40px 5% 80px;
  }
}
.company-philosophy .cmn-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .company-philosophy .cmn-title {
    margin-bottom: 40px;
  }
}
.company-philosophy .cmn-title .en {
  justify-content: center;
}
.company-philosophy h3 {
  background: #fff;
  border-radius: 20px;
  padding: 42px 5% 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 18px 0px #04A7B9;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  max-width: 665px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #04A7B9;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .company-philosophy h3 {
    margin-bottom: 50px;
  }
}
.company-philosophy-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
  position: relative;
}
.company-philosophy-content .image {
  border-radius: 20px;
  overflow: hidden;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 49/30;
  position: relative;
}
@media (max-width: 768px) {
  .company-philosophy-content .image {
    display: none;
  }
}
.company-philosophy-content .image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, rgb(227, 248, 250) 5%, rgba(227, 248, 250, 0) 100%);
  display: block;
  width: 10%;
  height: 100%;
  min-width: 90px;
}
.company-philosophy-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-philosophy-content .textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .company-philosophy-content .textarea {
    width: 100%;
  }
}
.company-philosophy-content .textarea h4 {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 35px;
}
.company-philosophy-content .textarea p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.company-overview, .company-license {
  width: 90%;
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .company-overview, .company-license {
    margin-bottom: 100px;
  }
}
.company-overview .overview-tbl, .company-overview .license-tbl, .company-license .overview-tbl, .company-license .license-tbl {
  max-width: 1000px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .company-overview .overview-tbl, .company-overview .license-tbl, .company-license .overview-tbl, .company-license .license-tbl {
    margin-top: 40px;
  }
}
.company .none-text {
  text-align: center;
  margin: 30px auto;
}
.company-access {
  background: #E3F8FA;
  padding: 80px 5% 120px;
}
@media (max-width: 768px) {
  .company-access {
    padding: 50px 5% 80px;
  }
}
.company-access-list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .company-access-list {
    margin-top: 40px;
  }
}
.company-access-list li {
  background: #fff;
  border-radius: 20px;
  padding: 40px min(5%, 45px) 40px min(5%, 55px);
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .company-access-list li {
    flex-direction: column;
    padding: 30px 5%;
  }
}
.company-access-list li + li {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company-access-list li + li {
    margin-top: 30px;
  }
}
.company-access-list li .textarea {
  width: 45%;
}
@media (max-width: 768px) {
  .company-access-list li .textarea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.company-access-list li .textarea h3 {
  color: #01BDD2;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.375rem, 2.3148148148vw + 0.2638888889rem, 2rem);
  padding-bottom: 10px;
  border-bottom: #01BDD2 1px solid;
  margin-bottom: 55px;
  display: inline-block;
}
@media (max-width: 768px) {
  .company-access-list li .textarea h3 {
    margin-bottom: 20px;
  }
}
.company-access-list li .textarea .address {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .company-access-list li .textarea .address {
    gap: 10px;
  }
}
.company-access-list li .textarea .address::before {
  content: "";
  background: url(../images/address-icon.svg) center/contain no-repeat;
  width: 40px;
  min-width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .company-access-list li .textarea .address::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.company-access-list li .textarea .route {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .company-access-list li .textarea .route {
    margin-top: 20px;
  }
}
.company-access-list li .textarea .route span {
  color: #01BDD2;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .company-access-list li .textarea .route span {
    gap: 10px;
  }
}
.company-access-list li .textarea .route span::before {
  content: "";
  background: url(../images/route-icon.svg) center/contain no-repeat;
  width: 40px;
  min-width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .company-access-list li .textarea .route span::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.company-access-list li .textarea .route p {
  padding-left: 55px;
}
@media (max-width: 768px) {
  .company-access-list li .textarea .route p {
    padding-left: 40px;
  }
}
.company-access-list li .map {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 558/350;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-access-list li .map {
    width: 100%;
    border-radius: 10px;
  }
}
.company-access-list li .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-history {
  margin: 120px auto 150px;
  width: 90%;
}
.company-history-list {
  max-width: 1000px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .company-history-list {
    margin-top: 35px;
  }
}
.company-history-list li {
  display: flex;
  align-items: baseline;
  position: relative;
}
@media (max-width: 768px) {
  .company-history-list li {
    flex-direction: column;
  }
}
.company-history-list li::before {
  content: "";
  background: #ABEAF2;
  width: 4px;
  height: calc(100% + 50px);
  display: block;
  position: absolute;
  top: 30px;
  left: calc(93px + 4.3%);
  z-index: -1;
}
@media (max-width: 768px) {
  .company-history-list li::before {
    display: none;
  }
}
.company-history-list li + li {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company-history-list li + li {
    margin-top: 30px;
  }
}
.company-history-list li:last-of-type::before {
  display: none;
}
.company-history-list li .list-inner {
  display: flex;
  align-items: center;
  width: 30%;
}
@media (max-width: 768px) {
  .company-history-list li .list-inner {
    align-items: baseline;
    gap: 15px;
  }
}
.company-history-list li .list-inner .year {
  color: #01BDD2;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 39px;
  font-size: 2.4375rem;
  width: 78px;
  white-space: nowrap;
}
.company-history-list li .list-inner span {
  background: #01BDD2;
  outline: #ABEAF2 9px solid;
  outline-offset: -7px;
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 min(55px, 15%) 0 min(65px, 15%);
}
@media (max-width: 768px) {
  .company-history-list li .list-inner span {
    display: none;
  }
}
.company-history-list li .list-inner .month {
  font-weight: 400;
  color: #01BDD2;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .company-history-list li .list-inner .month {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
}
.company-history-list li .list-inner .month::before {
  content: "/";
  display: none;
}
@media (max-width: 768px) {
  .company-history-list li .list-inner .month::before {
    display: block;
  }
}
.company-history-list li .content {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  align-self: flex-start;
  margin-top: 0.6rem;
  width: 70%;
}
@media (max-width: 768px) {
  .company-history-list li .content {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-message {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 120px auto;
  gap: 10%;
}
@media (max-width: 768px) {
  .recruit-message {
    flex-direction: column;
    margin: 60px auto 100px;
    gap: 30px;
  }
}
.recruit-message .textarea {
  width: 60%;
}
.recruit-message .textarea:only-child {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-message .textarea {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruit-message .textarea .cmn-title .ja {
    max-width: 190px;
  }
}
.recruit-message .textarea .text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .recruit-message .textarea .text {
    margin-top: 40px;
  }
}
.recruit-message .image {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-message .image {
    width: 80%;
    aspect-ratio: 3/2;
  }
}
.recruit-message .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-environment {
  background: #E3F8FA;
  padding: 80px 5% 120px;
}
@media (max-width: 768px) {
  .recruit-environment {
    padding: 40px 5% 100px;
  }
}
@media (max-width: 768px) {
  .recruit-environment .cmn-title .ja {
    max-width: 240px;
  }
}
.recruit-environment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  align-items: stretch;
  justify-content: center;
  max-width: 1160px;
  margin: 80px auto 0;
  counter-reset: num 0;
}
@media (max-width: 768px) {
  .recruit-environment-list {
    margin-top: 50px;
  }
}
.recruit-environment-list li {
  width: 31%;
  min-width: 250px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 25px min(40px, 5%);
}
@media (max-width: 768px) {
  .recruit-environment-list li {
    width: 100%;
  }
}
.recruit-environment-list li h3 {
  color: #01BDD2;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.recruit-environment-list li h3::before {
  counter-increment: num 1;
  content: "0" counter(num);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(1, 189, 210) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  line-height: 1;
  min-width: 52px;
  font-size: clamp(2rem, 6.0185185185vw + -0.8888888889rem, 3.625rem);
  letter-spacing: -0.2rem;
}
@media (max-width: 768px) {
  .recruit-environment-list li h3::before {
    font-weight: 600;
    letter-spacing: 0;
    min-width: 30px;
  }
}
.recruit-environment-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 27/23;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .recruit-environment-list li .image {
    width: 80%;
    margin: 0 auto 15px;
  }
}
.recruit-environment-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.recruit-environment-list li p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .recruit-environment-list li p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
  }
}
.recruit-categories {
  margin: 120px auto;
  width: 90%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .recruit-categories {
    margin: 60px auto 100px;
  }
}
.recruit-categories-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px min(4%, 60px);
}
@media (max-width: 768px) {
  .recruit-categories-list {
    margin-top: 50px;
    gap: 40px;
  }
}
.recruit-categories-list li {
  width: 48%;
  min-width: 300px;
}
@media (max-width: 768px) {
  .recruit-categories-list li {
    width: 100%;
  }
}
.recruit-categories-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 57/35;
  border-radius: 20px;
  overflow: hidden;
}
.recruit-categories-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-categories-list li .image:has(.dummy) {
  position: relative;
}
.recruit-categories-list li .image:has(.dummy)::after {
  content: "";
  box-shadow: inset 0px 0px 50px 0px #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-categories-list li h3 {
  text-align: center;
  color: #01BDD2;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 15px 0;
  padding: 0 min(20px, 5%) 15px;
  border-bottom: #01BDD2 1px solid;
}
.recruit-categories-list li p {
  padding: 0 min(20px, 5%);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
.recruit-details {
  background: #E3F8FA;
  padding: 80px 5% 120px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .recruit-details {
    padding: 50px 5% 70px;
    margin-bottom: 100px;
  }
}
.recruit-details-list {
  margin-top: 80px;
}
.recruit-details-list li {
  background: #fff;
  border-radius: 10px;
  padding: 60px min(100px, 10%);
}
@media (max-width: 768px) {
  .recruit-details-list li {
    padding: 40px 5% 50px;
  }
}
.recruit-details-list li + li {
  margin-top: 60px;
}
.recruit-details-list li h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #01BDD2;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .recruit-details-list li h3 {
    margin-bottom: 15px;
  }
}
.recruit-details-list li h3::before {
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 12px;
  height: 10px;
  background: #01BDD2;
}
.recruit-details-list li .details-tbl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .recruit-details-list li .details-tbl {
    margin-bottom: 30px;
  }
}
.recruit-details-list li .details-tbl th {
  width: 30%;
}
@media (max-width: 768px) {
  .recruit-details-list li .details-tbl th {
    width: 100%;
  }
}
.recruit-details-list li .details-tbl td {
  width: 70%;
}
@media (max-width: 768px) {
  .recruit-details-list li .details-tbl td {
    width: 100%;
  }
}
.recruit-details-list li .cmn-btn {
  margin: 0 auto;
  box-shadow: inset 0px 0px 13px 0px #00AF92;
}
.recruit-details-list li .cmn-btn p {
  color: #00AF92;
}
.recruit-details-list li .cmn-btn p::after {
  background: #00AF92;
}
@media (min-width: 769px) {
  .recruit-details-list li .cmn-btn:hover {
    box-shadow: inset 0px 0px 13px 0px #fff;
    background: #24BA80;
  }
  .recruit-details-list li .cmn-btn:hover p {
    color: #fff;
  }
  .recruit-details-list li .cmn-btn:hover p::after {
    color: #00AF92;
    background: #fff;
    transform: rotate(-30deg);
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-introduction {
  background: #E3F8FA;
  margin: 120px 0;
  padding: 80px 5%;
}
@media (max-width: 768px) {
  .contact-introduction {
    margin: 60px 0 100px;
    padding: 60px 5%;
  }
}
.contact-introduction .introduction {
  text-align: center;
}
@media (max-width: 768px) {
  .contact-introduction .introduction {
    text-align: start;
  }
}
.contact-introduction .tel-btn {
  width: 90%;
  max-width: 440px;
  display: block;
  padding: 50px min(50px, 5%);
  margin: 30px auto 0;
  background: #fff;
  box-shadow: inset 0px 0px 18px 0px #01BDD2;
  border-radius: 20px;
}
.contact-introduction .tel-btn p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-size: clamp(2rem, 4.1666666667vw + 0rem, 3.125rem);
}
@media (max-width: 768px) {
  .contact-introduction .tel-btn p {
    justify-content: center;
  }
}
.contact-introduction .tel-btn p::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  background: #01BDD2;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .contact-introduction .tel-btn p::before {
    height: 35px;
    width: 35px;
    min-width: 35px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.contact-introduction .tel-btn span {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: block;
  text-align: end;
}
@media (max-width: 768px) {
  .contact-introduction .tel-btn span {
    letter-spacing: 0.05rem;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
  }
}
.contact-form {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 150px;
}
@media (max-width: 768px) {
  .contact-form {
    margin-bottom: 100px;
  }
}
.contact-form .cmn-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-form .cmn-title {
    margin: 0 auto 0 0;
  }
}
.contact-form #form-input {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-form #form-input {
    margin-top: 50px;
  }
}
.contact-form #form-input dt {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .contact-form #form-input dt {
    font-weight: 600;
  }
}
.contact-form #form-input dt .required {
  background: #01BDD2;
  border-radius: 20px;
  height: 26px;
  width: 50px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}
.contact-form #form-input dd {
  margin-bottom: 40px;
}
.contact-form #form-input dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px min(10%, 40px);
}
.contact-form #form-input dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  min-width: 280px;
}
.contact-form #form-input dd .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contact-form #form-input dd .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.contact-form #form-input dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.contact-form #form-input dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ABEAF2;
}
@media (max-width: 768px) {
  .contact-form #form-input dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 20px;
    width: 20px;
  }
}
.contact-form #form-input dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #01BDD2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 6px;
  transform-origin: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-form #form-input dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
}
.contact-form #form-input dd input, .contact-form #form-input dd textarea {
  background: #E3F8FA;
  padding: 25px min(30px, 5%);
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  border-radius: 10px;
  max-height: 300px;
}
@media (max-width: 768px) {
  .contact-form #form-input dd input, .contact-form #form-input dd textarea {
    padding: 15px 5%;
    max-height: 200px;
  }
}
.contact-form #form-input dd input::-moz-placeholder, .contact-form #form-input dd textarea::-moz-placeholder {
  color: #118E9C;
  opacity: 0.35;
}
.contact-form #form-input dd input::placeholder, .contact-form #form-input dd textarea::placeholder {
  color: #118E9C;
  opacity: 0.35;
}
.contact-form #form-input .unit-privacy {
  background: #fff;
  box-shadow: inset 0px 0px 18px 0px rgba(74, 192, 205, 0.6);
  border-radius: 10px;
  padding: 40px min(5%, 30px) 40px min(5%, 40px);
  max-height: 350px;
}
@media (max-width: 768px) {
  .contact-form #form-input .unit-privacy {
    padding: 25px 5%;
  }
}
.contact-form #form-input .unit-privacy .privacy-contents_block {
  padding-right: 30px;
  height: 270px;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact-form #form-input .unit-privacy .privacy-contents_block {
    height: 200px;
  }
}
.contact-form #form-input .unit-privacy .privacy-contents_block::-webkit-scrollbar-track {
  border-radius: 50px;
}
.contact-form #form-input .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
.contact-form #form-input .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form #form-input .privacy-check .wpcf7-list-item input {
  display: none;
}
.contact-form #form-input .privacy-check .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}
.contact-form #form-input .privacy-check .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-form #form-input .privacy-check .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
  }
}
.contact-form #form-input .privacy-check .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  background: #E3F8FA;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.contact-form #form-input .privacy-check .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  background: url(../images/check.svg) center/contain no-repeat;
  width: 19px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
}
.contact-form #form-confirm {
  margin-top: 80px;
}
.contact-form #form-confirm dt {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .contact-form #form-confirm dt {
    font-weight: 600;
  }
}
.contact-form #form-confirm dt .required {
  background: #01BDD2;
  border-radius: 20px;
  height: 26px;
  width: 50px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}
.contact-form #form-confirm dd {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #01BDD2 1px solid;
}
.contact-form #form-confirm .unit-privacy, .contact-form #form-confirm .privacy-check {
  display: none;
}
.contact-form .check_no-through {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.contact-form .check_submit li.confirm-none {
  margin: 0 auto;
}
.contact-form .check_submit li .submit {
  width: 335px;
  min-width: 200px;
  margin: 0 auto;
}
.contact-form .check_submit li .confirm-button {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  box-shadow: inset 0px 0px 13px 0px #4AC0CD;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 25px min(60px, 25%);
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s;
}
.contact-form .check_submit li .confirm-button::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  background: #01BDD2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform: rotate(0);
}
@media (min-width: 769px) {
  .contact-form .check_submit li .confirm-button:hover {
    background: #4AC0CD;
    box-shadow: inset 0px 0px 13px 0px #fff;
    color: #fff;
  }
  .contact-form .check_submit li .confirm-button:hover::after {
    color: #01BDD2;
    background: #fff;
    transform: rotate(-30deg);
  }
}
.contact-form .check_submit li.back {
  width: 300px;
}
.contact-form .check_submit li.back button {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  box-shadow: inset 0px 0px 13px 0px #797979;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 25px min(60px, 25%);
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s;
}
.contact-form .check_submit li.back button::before {
  content: "\e5c4";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  background: #616161;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form .check_submit li.back button:hover {
    background: #797979;
    box-shadow: inset 0px 0px 13px 0px #fff;
    color: #fff;
  }
  .contact-form .check_submit li.back button:hover::before {
    transform: rotate(30deg);
    color: #616161;
    background: #fff;
  }
}
.contact-form .check_submit li.submit {
  position: relative;
  width: 300px;
  border-radius: 50px;
  background: #fff;
  box-shadow: inset 0px 0px 13px 0px #4AC0CD;
  transition: all 0.3s;
}
.contact-form .check_submit li.submit::before {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  background: #01BDD2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: min(60px, 25%);
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s;
}
.contact-form .check_submit li.submit input {
  width: 100%;
  text-align: start;
  padding: 25px min(60px, 25%);
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form .check_submit li.submit:hover {
    background: #4AC0CD;
    box-shadow: inset 0px 0px 13px 0px #fff;
  }
  .contact-form .check_submit li.submit:hover::before {
    color: #01BDD2;
    background: #fff;
    transform: translateY(-50%) rotate(-30deg);
  }
  .contact-form .check_submit li.submit:hover input {
    color: #fff;
  }
}
.contact-thanks {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 150px;
}
@media (max-width: 768px) {
  .contact-thanks {
    margin: 40px auto 100px;
  }
}
.contact-thanks h3 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  margin: 50px 0;
}
@media (max-width: 768px) {
  .contact-thanks h3 {
    margin: 30px 0 20px;
  }
}
.contact-thanks p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.contact-thanks .cmn-btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact-thanks .cmn-btn {
    margin-top: 30px;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-title {
  min-width: 300px;
}

.notfound-block {
  margin: 80px auto 120px;
  width: 90%;
  max-width: 1000px;
}
.notfound-block-txt {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-align: center;
}
.notfound-block .cmn-btn {
  margin: 50px auto 0;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  background: #01BDD2;
  text-align: center;
  color: #fff;
  padding: 50px 5% 60px;
  border-radius: 70px 70px 0 0;
}
@media (max-width: 768px) {
  .cta {
    border-radius: 40px 40px 0 0;
  }
}
.cta h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 2.0833333333vw + 0.625rem, 2.1875rem);
  margin-bottom: 25px;
}
.cta p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .cta p {
    line-height: 1.8;
  }
}
.cta .links {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta .links {
    gap: 20px;
    justify-content: center;
  }
}
.cta .links a {
  background: #fff;
  box-shadow: inset 0px 0px 18px 0px #4AC0CD;
  padding: 53px min(50px, 5%);
  border-radius: 20px;
  width: 48%;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cta .links a {
    width: 100%;
    padding: 30px min(30px, 5%);
  }
}
.cta .links a.tel {
  display: flex;
  gap: 15px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta .links a.tel {
    justify-content: center;
  }
}
.cta .links a.tel::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  background: #01BDD2;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .cta .links a.tel::before {
    font-size: 24px;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.cta .links a.tel p {
  font-weight: 700;
  font-family: "Archivo Narrow", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-size: clamp(1.75rem, 3.7037037037vw + -0.0277777778rem, 2.75rem);
  transition: all 0.3s;
  margin-bottom: 0;
}
.cta .links a.tel p span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .cta .links a.tel p span {
    letter-spacing: 0.05rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cta .links a.form {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.1574074074vw + 0.5694444444rem, 1.4375rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.cta .links a.form::before {
  content: "\e0be";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  background: #01BDD2;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .cta .links a.form::before {
    font-size: 24px;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (min-width: 769px) {
  .cta .links a.form:hover {
    box-shadow: inset 0px 0px 18px 0px #fff;
    background: #00BBD3;
    color: #fff;
  }
  .cta .links a.form:hover::before {
    color: #01BDD2;
    background: #fff;
    transform: rotate(-30deg);
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px min(120px, 5%);
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
}
.footer .ft-info {
  max-width: 350px;
  width: 40%;
}
@media (max-width: 768px) {
  .footer .ft-info {
    width: 100%;
    margin-bottom: 70px;
  }
}
.footer .ft-info .ft-logo {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 330/62;
  display: block;
}
@media (max-width: 768px) {
  .footer .ft-info .ft-logo {
    width: 80%;
  }
}
.footer .ft-info .ft-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-info .address {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-top: 15px;
}
.footer .ft-list {
  width: 60%;
  min-width: calc(100% - 350px);
}
.footer .ft-list .ft-nav {
  display: flex;
  justify-content: flex-end;
  gap: min(30px, 3%);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .ft-list .ft-nav {
    display: none;
  }
}
.footer .ft-list .ft-nav li a {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
@media (min-width: 769px) {
  .footer .ft-list .ft-nav li a:hover {
    color: #01BDD2;
  }
}
.footer .ft-list small {
  text-align: end;
  width: 100%;
  display: block;
  color: #797979;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

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*/