/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #1F88AE;
  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: #1F88AE;
  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: #F3F3F3;
  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 #C4C4C4;
}
.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: #C4C4C4;
}
.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 #C4C4C4;
}
.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: #C4C4C4;
}
.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: #F3F3F3;
  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 #C4C4C4;
}
.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: #C4C4C4;
}
.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: #1F88AE;
  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(108, 187, 90, 0.2), 2px 0 15px rgba(31, 136, 174, 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: #475459;
  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: #6CBB5A;
  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: #C4C4C4 1px solid;
}
table tr:nth-child(1) {
  border-top: #C4C4C4 1px solid;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
  padding: 35px 0 35px min(5%, 30px);
  width: 25%;
  min-width: 10rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  table th {
    padding: 15px min(5%, 10px) 5px;
    font-weight: 600;
  }
}
table td {
  padding: 35px min(5%, 30px) 35px 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  table td {
    padding: 0 min(5%, 10px) 15px;
  }
}
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  table th,
  table td {
    display: block;
  }
}

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

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;
  }
}

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

::-webkit-scrollbar-thumb {
  background: #2085A9;
}

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

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

.insta-link {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  display: block;
  margin-right: 20px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .insta-link {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 769px) {
  .insta-link:hover {
    opacity: 0.6;
  }
}
.insta-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.cmn-btn {
  --c-0: hsla(193.20000000000002, 78%, 40%, 1);
  --x-0: 39%;
  --y-0: 35%;
  --c-1: hsla(193.2, 78%, 62%, 1);
  --x-1: 95%;
  --y-1: 20%;
  --c-2: hsla(193.20000000000002, 100%, 84%, 0);
  --x-2: 99%;
  --y-2: 0%;
  --c-3: hsla(193.20000000000002, 63%, 50%, 0);
  --x-3: 1%;
  --y-3: 97%;
  background-color: hsl(195.8823529412, 66%, 40%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: btn-gradient-animation 20s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 290px;
  padding: 15px min(5%, 30px) 15px min(5%, 35px);
  display: block;
  transition: all 0.5s;
}
@media (min-width: 769px) {
  .cmn-btn:hover {
    border-radius: 100px;
  }
}
@media (max-width: 768px) {
  .cmn-btn {
    padding: 10px min(5%, 15px) 10px min(5%, 20px);
  }
}
.cmn-btn p {
  color: #fff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmn-btn p::after {
  content: "\e0b2";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

section {
  position: relative;
}
section.page-top-section {
  padding-top: 285px;
}
@media (max-width: 768px) {
  section.page-top-section {
    padding-top: 120px;
  }
}
section .en-title {
  font-family: "Spectral SC", serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(3.5rem, 28.7037037037vw + -10.2777777778rem, 11.25rem);
  color: #1F88AE;
  opacity: 0.12;
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
}
section .en-title.page-title {
  top: 0;
  right: min(3%, 50px);
}
section .title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 5.5555555556vw + -1.2916666667rem, 2.875rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section .title {
    margin-bottom: 30px;
  }
}
section .text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section .text {
    margin-bottom: 30px;
    line-height: 2;
  }
}
section .line-title {
  color: #2085A9;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
  display: flex;
  align-items: center;
  gap: 10px;
}
section .line-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #2085A9;
}
@media (max-width: 768px) {
  section .line-title::before {
    width: 30px;
  }
}

.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  opacity: 0.6;
}

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#A7E7F0, #A7E7F0 10%, rgba(167, 231, 240, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 6s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 25vw;
  height: 25vw;
  animation-name: move-frames-1;
  animation-duration: 35417ms;
  animation-delay: 26827ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(78vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 757ms;
}
.circle-container:nth-child(2) {
  width: 33vw;
  height: 33vw;
  animation-name: move-frames-2;
  animation-duration: 31177ms;
  animation-delay: 9561ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -119vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 114ms;
}
.circle-container:nth-child(3) {
  width: 36vw;
  height: 36vw;
  animation-name: move-frames-3;
  animation-duration: 29372ms;
  animation-delay: 735ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -111vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 2433ms;
}
.circle-container:nth-child(4) {
  width: 31vw;
  height: 31vw;
  animation-name: move-frames-4;
  animation-duration: 34743ms;
  animation-delay: 2245ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -122vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 379ms;
}

@keyframes content-gradient-animation {
  0% {
    --c-0: hsla(180, 67%, 94%, 1);
    --x-0: 89%;
    --y-0: 12%;
    --s-start-0: 0%;
    --s-end-0: 50%;
    --c-1: hsla(180, 66%, 76%, 1);
    --x-1: 21%;
    --y-1: 84%;
    --s-start-1: 0%;
    --s-end-1: 50%;
    --c-2: hsla(183, 50%, 69%, 1);
    --x-2: 54%;
    --y-2: 81%;
    --s-start-2: 0%;
    --s-end-2: 50%;
    --c-3: hsla(170.23255813953486, 54%, 84%, 1);
    --x-3: 50%;
    --y-3: 23%;
    --s-start-3: 11.567824397414242%;
    --s-end-3: 50%;
    --c-4: hsla(180, 55%, 87%, 1);
    --x-4: 91%;
    --y-4: 85%;
    --s-start-4: 0%;
    --s-end-4: 50%;
  }
  100% {
    --c-0: hsla(180, 100%, 96%, 1);
    --x-0: 89%;
    --y-0: 10%;
    --s-start-0: 5;
    --s-end-0: 74;
    --c-1: hsla(180, 66%, 76%, 1);
    --x-1: 88%;
    --y-1: 55%;
    --s-start-1: 5;
    --s-end-1: 74;
    --c-2: hsla(183, 50%, 69%, 1);
    --x-2: 8%;
    --y-2: 54%;
    --s-start-2: 3.465003465003465%;
    --s-end-2: 74;
    --c-3: hsla(170.23255813953486, 54%, 84%, 1);
    --x-3: 19%;
    --y-3: 18%;
    --s-start-3: 5;
    --s-end-3: 74;
    --c-4: hsla(180, 55%, 87%, 1);
    --x-4: 62%;
    --y-4: 48%;
    --s-start-4: 5;
    --s-end-4: 74;
  }
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(180, 67%, 94%);
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 89%;
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 12%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(180, 66%, 76%);
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 21%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 84%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(183, 50%, 69%);
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 54%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 81%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(170.2325581395, 54%, 84%);
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 23%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 11.5678243974%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --c-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(180, 55%, 87%);
}
@property --x-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 91%;
}
@property --y-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85%;
}
@property --s-start-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
.content-bg {
  --c-0: hsla(180, 67%, 94%, 1);
  --x-0: 89%;
  --y-0: 12%;
  --c-1: hsla(180, 66%, 76%, 1);
  --x-1: 21%;
  --y-1: 84%;
  --c-2: hsla(183, 50%, 69%, 1);
  --x-2: 54%;
  --y-2: 81%;
  --c-3: hsla(170.23255813953486, 54%, 84%, 1);
  --x-3: 50%;
  --y-3: 23%;
  --c-4: hsla(180, 55%, 87%, 1);
  --x-4: 91%;
  --y-4: 85%;
  background-color: hsl(187.5, 100%, 97%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: content-gradient-animation 3s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .hd-nav > li:nth-child(1) a {
  color: #6CBB5A;
}
.index .header .hd-nav > li:nth-child(1) a::after {
  opacity: 1;
}
.index .header.is-fixed .hd-nav > li:nth-child(1) a {
  color: #475459;
  padding-left: 20px;
}
.index .header.is-fixed .hd-nav > li:nth-child(1) a::after {
  opacity: 1;
}

.post-type-archive-post .header .hd-nav > li:nth-child(2) a {
  color: #6CBB5A;
}
.post-type-archive-post .header .hd-nav > li:nth-child(2) a::after {
  opacity: 1;
}
.post-type-archive-post .header.is-fixed .hd-nav > li:nth-child(2) a {
  color: #475459;
  padding-left: 20px;
}
.post-type-archive-post .header.is-fixed .hd-nav > li:nth-child(2) a::after {
  opacity: 1;
}

.business .header .hd-nav > li:nth-child(3) a {
  color: #6CBB5A;
}
.business .header .hd-nav > li:nth-child(3) a::after {
  opacity: 1;
}
.business .header.is-fixed .hd-nav > li:nth-child(3) a {
  color: #475459;
  padding-left: 20px;
}
.business .header.is-fixed .hd-nav > li:nth-child(3) a::after {
  opacity: 1;
}

.company .header .hd-nav > li:nth-child(4) a {
  color: #6CBB5A;
}
.company .header .hd-nav > li:nth-child(4) a::after {
  opacity: 1;
}
.company .header.is-fixed .hd-nav > li:nth-child(4) a {
  color: #475459;
  padding-left: 20px;
}
.company .header.is-fixed .hd-nav > li:nth-child(4) a::after {
  opacity: 1;
}

.post-type-archive-staff .header .hd-nav > li:nth-child(5) a {
  color: #6CBB5A;
}
.post-type-archive-staff .header .hd-nav > li:nth-child(5) a::after {
  opacity: 1;
}
.post-type-archive-staff .header.is-fixed .hd-nav > li:nth-child(5) a {
  color: #475459;
  padding-left: 20px;
}
.post-type-archive-staff .header.is-fixed .hd-nav > li:nth-child(5) a::after {
  opacity: 1;
}

.recruit .header .hd-nav > li:nth-child(6) a {
  color: #6CBB5A;
}
.recruit .header .hd-nav > li:nth-child(6) a::after {
  opacity: 1;
}
.recruit .header.is-fixed .hd-nav > li:nth-child(6) a {
  color: #475459;
  padding-left: 20px;
}
.recruit .header.is-fixed .hd-nav > li:nth-child(6) a::after {
  opacity: 1;
}

.contact .header .hd-nav > li:nth-child(7) a {
  color: #6CBB5A;
}
.contact .header .hd-nav > li:nth-child(7) a::after {
  opacity: 1;
}
.contact .header.is-fixed .hd-nav > li:nth-child(7) a {
  color: #475459;
  padding-left: 20px;
}
.contact .header.is-fixed .hd-nav > li:nth-child(7) a::after {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  text-animation
--------------------------------------------------------------------------------*/
.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.smooth.is-animated {
  clip-path: inset(0);
}

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

/*-------------------------------------------------------------------------------
  boxer
--------------------------------------------------------------------------------*/
.boxer {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.boxer img {
  transition: all 0.3s;
  display: block;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

/*-------------------------------------------------------------------------------
  gradient
--------------------------------------------------------------------------------*/
@keyframes btn-gradient-animation {
  0% {
    --c-0: hsla(193.20000000000002, 78%, 40%, 1);
    --x-0: 39%;
    --y-0: 35%;
    --s-start-0: 3.465003465003465%;
    --s-end-0: 63.813403218798726%;
    --c-1: hsla(193.2, 78%, 62%, 1);
    --x-1: 95%;
    --y-1: 20%;
    --s-start-1: 3.465003465003465%;
    --s-end-1: 65.37812594746188%;
    --c-2: hsla(193.20000000000002, 100%, 84%, 0);
    --x-2: 99%;
    --y-2: 0%;
    --s-start-2: 3.821162339472888%;
    --s-end-2: 48.00783237978062%;
    --c-3: hsla(193.20000000000002, 63%, 50%, 0);
    --x-3: 1%;
    --y-3: 97%;
    --s-start-3: 3.821162339472888%;
    --s-end-3: 32.222725110176285%;
  }
  100% {
    --c-0: hsla(193.20000000000002, 75%, 36%, 1);
    --x-0: 5%;
    --y-0: -4%;
    --s-start-0: 16.787494365985573%;
    --s-end-0: 64.66278681024775%;
    --c-1: hsla(193.2, 78%, 62%, 1);
    --x-1: 86%;
    --y-1: 41%;
    --s-start-1: 3.899857677689709%;
    --s-end-1: 68.71824331937857%;
    --c-2: hsla(193.2, 84%, 76%, 0);
    --x-2: 84%;
    --y-2: 44%;
    --s-start-2: 28.95878007853105%;
    --s-end-2: 113.37046622569083%;
    --c-3: hsla(193.2, 67%, 66%, 0);
    --x-3: 10%;
    --y-3: 80%;
    --s-start-3: 5.61906381291147%;
    --s-end-3: 51.268954144198275%;
  }
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(193.2, 78%, 40%);
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 39%;
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 35%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 3.465003465%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 63.8134032188%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(193.2, 78%, 62%);
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 95%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 20%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 3.465003465%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 65.3781259475%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(193.2, 100%, 84%, 0);
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 99%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 3.8211623395%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 48.0078323798%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(193.2, 63%, 50%, 0);
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 1%;
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 97%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 3.8211623395%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 32.2227251102%;
}
@keyframes back-gradient-animation {
  0% {
    --x-0: 85%;
    --y-0: 80%;
    --c-0: hsla(266.99999999999983, 1%, 12%, 1);
    --s-start-0: 9%;
    --s-end-0: 55%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --x-1: 60%;
    --c-1: hsla(335.9999999999997, 2%, 22%, 1);
    --y-1: 24%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --c-2: hsla(53.999999999999886, 0%, 0%, 0.49);
    --y-2: 82%;
    --x-2: 13%;
    --x-3: 24%;
    --y-3: 7%;
    --c-3: hsla(299, 4%, 36%, 1);
    --s-start-3: 13%;
    --s-end-3: 68%;
  }
  100% {
    --x-0: 31%;
    --y-0: 94%;
    --c-0: hsla(266.99999999999943, 0%, 12%, 1);
    --s-start-0: 9%;
    --s-end-0: 55%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --x-1: 2%;
    --c-1: hsla(0, 4%, 19%, 1);
    --y-1: 25%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --c-2: hsla(54.000000000000036, 0%, 0%, 0.49);
    --y-2: 20%;
    --x-2: 98%;
    --x-3: 95%;
    --y-3: 92%;
    --c-3: hsla(298.99999999999994, 3%, 41%, 1);
    --s-start-3: 13%;
    --s-end-3: 68%;
  }
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85%;
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 80%;
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(267, 1%, 12%);
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 55%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 72%;
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 60%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(336, 2%, 22%);
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 24%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 52%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(54, 0%, 0%, 0.49);
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 82%;
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 13%;
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 24%;
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(299, 4%, 36%);
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 13%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 68%;
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  padding: 25px min(5%, 30px) 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: opacity 0.3s;
}
@media (max-width: 1200px) {
  .header {
    padding: 25px min(5%, 15px) 40px;
  }
}
.header .hd-logo {
  display: flex;
  align-items: center;
  width: 30%;
  max-width: 220px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header .hd-logo {
    gap: 10px;
    max-width: 180px;
  }
}
@media (max-width: 800px) {
  .header .hd-logo {
    max-width: 170px;
  }
}
.header .hd-logo img {
  width: 82px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 82/70;
  display: block;
}
@media (max-width: 1024px) {
  .header .hd-logo img {
    width: 60px;
  }
}
.header .hd-logo-text {
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.33rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.header .hd-logo-text span {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.28rem;
  display: block;
}
.header .hd-nav {
  display: flex;
  gap: 40px;
  margin: 0 45px 0 auto;
}
@media (max-width: 1200px) {
  .header .hd-nav {
    gap: 20px;
    margin: 0 25px 0 auto;
  }
}
@media (max-width: 1024px) {
  .header .hd-nav {
    gap: 10px;
    margin: 0 10px 0 auto;
  }
}
.header .hd-nav li:nth-child(1) span.ham {
  display: none;
}
.header .hd-nav li:nth-child(6), .header .hd-nav li:nth-child(7) {
  display: none;
}
.header .hd-nav li a {
  font-weight: 500;
  color: #fff;
  font-size: clamp(0.8125rem, 1.1574074074vw + 0.2569444444rem, 1.125rem);
  position: relative;
  transition: all 0.3s;
}
.header .hd-nav li a::after {
  content: "";
  display: block;
  opacity: 0;
  width: 20px;
  height: 3px;
  background: #6CBB5A;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header .hd-nav li a:hover {
    color: #6CBB5A;
  }
  .header .hd-nav li a:hover::after {
    opacity: 1;
  }
}
.header .hd-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  min-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  color: #fff;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  background: #55B43F;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding: 15px 0;
  margin-right: 15px;
  border: #55B43F 1px solid;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header .hd-nav-btn:hover {
    background: #fff;
    color: #55B43F;
  }
}
@media (max-width: 1024px) {
  .header .hd-nav-btn {
    margin-right: 10px;
  }
}
.header .hd-nav-btn + .hd-nav-btn {
  margin-right: 0;
}
.header.is-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: block;
  transform: translateX(150%);
  opacity: 0;
  --c-0: hsla(180, 67%, 94%, 1);
  --x-0: 89%;
  --y-0: 12%;
  --c-1: hsla(180, 66%, 76%, 1);
  --x-1: 21%;
  --y-1: 84%;
  --c-2: hsla(183, 50%, 69%, 1);
  --x-2: 54%;
  --y-2: 81%;
  --c-3: hsla(170.23255813953486, 54%, 84%, 1);
  --x-3: 50%;
  --y-3: 23%;
  --c-4: hsla(180, 55%, 87%, 1);
  --x-4: 91%;
  --y-4: 85%;
  background-color: hsl(187.5, 100%, 97%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: hero-gradient-animation 3s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}
.header.is-fixed .hd-logo {
  width: 100%;
}
.header.is-fixed .hd-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5vh 5vw;
  grid-template-areas: "home news staff" ". business recruit" ". company contact";
  width: calc(90% - 40px);
  max-width: 920px;
  margin: 20vh auto 0;
}
@media (max-width: 768px) {
  .header.is-fixed .hd-nav {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
  }
}
.header.is-fixed .hd-nav li {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .header.is-fixed .hd-nav li + li {
    margin-top: 20px;
  }
}
.header.is-fixed .hd-nav li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: home;
}
.header.is-fixed .hd-nav li:nth-child(1) a span.top {
  display: none;
}
.header.is-fixed .hd-nav li:nth-child(1) a span.ham {
  display: block;
}
.header.is-fixed .hd-nav li:nth-child(1) a::before {
  content: "home";
}
.header.is-fixed .hd-nav li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: news;
}
.header.is-fixed .hd-nav li:nth-child(2) a::before {
  content: "news";
}
.header.is-fixed .hd-nav li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: business;
}
.header.is-fixed .hd-nav li:nth-child(3) a::before {
  content: "business";
}
.header.is-fixed .hd-nav li:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: company;
}
.header.is-fixed .hd-nav li:nth-child(4) a::before {
  content: "company";
}
.header.is-fixed .hd-nav li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: staff;
}
.header.is-fixed .hd-nav li:nth-child(5) a::before {
  content: "staff";
}
.header.is-fixed .hd-nav li:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: recruit;
  display: block;
}
.header.is-fixed .hd-nav li:nth-child(6) a::before {
  content: "recruit";
}
.header.is-fixed .hd-nav li:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: contact;
  display: block;
}
.header.is-fixed .hd-nav li:nth-child(7) a::before {
  content: "contact";
}
.header.is-fixed .hd-nav li a {
  color: #475459;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.6944444444vw + 0.7916666667rem, 1.3125rem);
  padding-left: 0;
  display: block;
}
.header.is-fixed .hd-nav li a::before {
  content: "";
  text-transform: uppercase;
  color: #1F88AE;
  opacity: 0.25;
  font-family: "Spectral SC", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 3.4722222222vw + 0.0833333333rem, 2.6875rem);
  display: block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header.is-fixed .hd-nav li a::before {
    font-size: 15px;
    font-size: 0.9375rem;
    opacity: 0.35;
  }
}
.header.is-fixed .hd-nav li a::after {
  content: "";
  display: block;
  opacity: 0;
  width: 3px;
  height: 100%;
  background: #6CBB5A;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .header.is-fixed .hd-nav li a:hover {
    padding-left: 20px;
  }
  .header.is-fixed .hd-nav li a:hover::after {
    opacity: 1;
  }
}
.header.is-fixed .hd-nav + .insta-link {
  display: none;
}
@media (max-width: 768px) {
  .header.is-fixed .hd-nav + .insta-link {
    display: block;
    margin: 15px auto 0;
    filter: brightness(0) saturate(100%) invert(31%) sepia(20%) saturate(339%) hue-rotate(151deg) brightness(89%) contrast(86%);
  }
}
.header.is-fixed .hd-nav-btn {
  display: none;
}
.header.is-fixed.is-open {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s;
  overflow-y: auto;
}

.menu-btn {
  position: fixed;
  background: #55B43F;
  width: 105px;
  height: 90px;
  z-index: 10;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .menu-btn {
    width: 80px;
    height: 70px;
  }
}
@media (min-width: 769px) {
  .menu-btn:hover {
    background: #fff;
  }
  .menu-btn:hover span {
    background: #55B43F;
  }
}
.menu-btn.is-fixed {
  opacity: 1;
  pointer-events: all;
}
.menu-btn span {
  width: 55%;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 15px);
}
@media (max-width: 768px) {
  .menu-btn span:nth-child(1) {
    top: calc(50% - 10px);
  }
}
.menu-btn span:nth-child(3) {
  top: calc(50% + 15px);
}
@media (max-width: 768px) {
  .menu-btn span:nth-child(3) {
    top: calc(50% + 10px);
  }
}
.menu-btn.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-210deg);
}
.menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(210deg);
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  background: url(../images/index-mv.jpg) 80% 0%/cover no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .mainimg {
    height: 70vh;
  }
}
.mainimg-logo {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .mainimg-logo {
    display: none;
  }
}
.mainimg-logo-text {
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.33rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.mainimg-logo-text span {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.28rem;
  display: block;
}
.mainimg-logo img {
  width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 82/70;
  display: block;
}
.mainimg h1 {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(2.625rem, 10.1851851852vw + -2.2638888889rem, 5.375rem);
  position: absolute;
  left: min(100px, 10%);
  bottom: 80px;
}
@media (max-width: 768px) {
  .mainimg h1 {
    bottom: 5vh;
    left: min(60px, 8%);
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.mainimg h1 span {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.35rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .mainimg h1 span {
    letter-spacing: 0.2rem;
    margin-top: 20px;
  }
}
.mainimg-recruit-bnr {
  position: fixed;
  max-width: 350px;
  min-width: 300px;
  width: 25%;
  background: #2085A9;
  border-radius: 8px;
  bottom: 20px;
  right: min(30px, 5%);
  z-index: 5;
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
.mainimg-recruit-bnr.hide {
  opacity: 0;
  pointer-events: none;
}
.mainimg-recruit-bnr.none {
  display: none;
}
.mainimg-recruit-bnr .close {
  background: #595959;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  transition: all 0s;
}
@media (min-width: 769px) {
  .mainimg-recruit-bnr .close:hover {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
.mainimg-recruit-bnr .close::before {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mainimg-recruit-bnr .close::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mainimg-recruit-bnr .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 20/19;
}
.mainimg-recruit-bnr .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
  display: block;
}
.mainimg-recruit-bnr .textarea {
  width: 50%;
  min-width: 165px;
  margin: 0 0 0 auto;
  padding: 20px min(15px, 5%);
}
.mainimg-recruit-bnr .textarea .text {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  color: #fff;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin-bottom: 15px;
  min-width: 130px;
  text-align: center;
}
.mainimg-recruit-bnr .textarea .btn {
  background: #fff;
  color: #2085A9;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  border-radius: 100px;
  border: #fff 2px solid;
}
@media (min-width: 769px) {
  .mainimg-recruit-bnr .textarea .btn:hover {
    background: transparent;
    color: #fff;
  }
}

.page-mainimg {
  background: url(../images/page-mv.jpg) 80% 0%/cover no-repeat;
  height: 70vh;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .page-mainimg {
    height: 50vh;
    min-height: 330px;
  }
}
.page-mainimg-logo {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .page-mainimg-logo {
    display: none;
  }
}
.page-mainimg-logo-text {
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.33rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-mainimg-logo-text span {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.28rem;
  display: block;
}
.page-mainimg-logo img {
  width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 82/70;
  display: block;
}
.page-mainimg h1 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(2rem, 7.8703703704vw + -1.7777777778rem, 4.125rem);
  font-family: "Shippori Mincho B1", serif;
  position: absolute;
  top: 50%;
  left: min(100px, 5%);
  color: #fff;
}
@media (max-width: 768px) {
  .page-mainimg h1 {
    top: auto;
    bottom: 5%;
    line-height: 1.3;
  }
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-about {
  display: flex;
  padding: 130px 0 130px min(5%, 110px);
  margin-bottom: 250px;
}
@media (max-width: 768px) {
  .index-about {
    flex-direction: column;
    padding: 80px 5% 60px 5%;
    margin-bottom: 100px;
  }
}
.index-about .en-title {
  top: 0;
  right: min(40px, 5%);
}
@media (max-width: 768px) {
  .index-about .en-title {
    right: 0;
  }
}
.index-about-textarea {
  width: 60%;
  max-width: 690px;
  z-index: 1;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .index-about-textarea {
    width: 100%;
    margin-top: 20px;
    z-index: 2;
  }
}
.index-about-textarea .text {
  max-width: 590px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .index-about-textarea .text {
    margin-right: 0;
  }
}
.index-about-images {
  position: relative;
  width: max(100% - 690px, 40%);
}
@media (max-width: 768px) {
  .index-about-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.index-about-images .image {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 620px;
  aspect-ratio: 30/62;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-about-images .image {
    position: relative;
  }
}
.index-about-images .image:nth-child(1) {
  top: 40%;
  left: 0;
}
@media (max-width: 768px) {
  .index-about-images .image:nth-child(1) {
    bottom: -5vh;
    top: auto;
  }
}
.index-about-images .image:nth-child(2) {
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .index-about-images .image:nth-child(2) {
    top: -5vh;
  }
}
.index-about-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-staff {
  margin-bottom: 80px;
}
.index-staff .en-title {
  top: -1em;
}
.index-staff .title {
  margin: 0 auto 70px min(110px, 5%);
}
@media (max-width: 768px) {
  .index-staff .title {
    margin: 0 auto 70px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.index-staff .swiper {
  width: 100%;
  padding-bottom: 10vh;
}
@media (max-width: 768px) {
  .index-staff .swiper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.index-staff .swiper-wrapper {
  display: flex;
  gap: 5%;
}
.index-staff .swiper-slide {
  flex: 0 0 24%;
  aspect-ratio: 375/455;
  position: relative;
  top: 0;
  transition: all 1s;
  overflow: hidden;
}
@media (min-width: 769px) {
  .index-staff .swiper-slide:hover img {
    transform: scale(1.1);
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .index-staff .swiper-slide {
    flex: 0 0 72%;
    aspect-ratio: 30/35;
  }
}
.index-staff .swiper-slide-prev, .index-staff .swiper-slide-next {
  top: 10vh;
}
@media (max-width: 768px) {
  .index-staff .swiper-slide-prev, .index-staff .swiper-slide-next {
    top: 0;
  }
}
.index-staff .swiper-slide::before {
  content: "";
  background: linear-gradient(0deg, rgb(32, 133, 169) 60%, rgba(32, 133, 169, 0) 100%);
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.index-staff .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.index-staff .swiper-slide .textarea {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 min(30px, 5%) 20px;
  z-index: 1;
}
.index-staff .swiper-slide .textarea p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.index-staff .swiper-slide .textarea p.swiper-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .index-staff .swiper-slide .textarea p.swiper-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .index-staff .swiper-slide .textarea p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.index-staff .swiper-slide .textarea p.name {
  line-height: 2.5;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .index-staff .swiper-slide .textarea p.name {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
.index-staff .cmn-btn {
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .index-staff .cmn-btn {
    margin: 50px auto 0;
  }
}
.index-recruit {
  padding: 200px min(5%, 115px) 130px 0;
  display: flex;
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .index-recruit {
    padding: 100px 5% 50px 5%;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
}
.index-recruit .en-title {
  right: 0;
  top: 0;
}
.index-recruit-images {
  width: min(40%, 650px);
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit-images {
    width: 100%;
  }
}
.index-recruit-images .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 644/616;
  position: absolute;
  bottom: calc(-130px - 10vh);
}
@media (max-width: 768px) {
  .index-recruit-images .image {
    position: relative;
    bottom: 0;
    top: 15vh;
  }
}
.index-recruit-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-recruit-textarea {
  margin-top: 10px;
  padding-left: min(10%, 70px);
  width: max(60%, 100% - 650px);
}
@media (max-width: 768px) {
  .index-recruit-textarea {
    width: 100%;
    padding-left: 0;
    z-index: 1;
  }
}
.index-recruit-textarea .text {
  max-width: 615px;
}
.index-news {
  display: flex;
  align-items: flex-end;
  padding: 0 min(5%, 110px);
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .index-news {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    width: 100%;
  }
}
.index-news .en-title {
  line-height: 1;
  top: 0;
  left: min(3%, 65px);
}
.index-news-textarea {
  margin-bottom: 20px;
  width: 30%;
  min-width: 200px;
}
@media (max-width: 768px) {
  .index-news-textarea {
    width: 100%;
  }
}
.index-news-textarea .title {
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
}
@media (max-width: 768px) {
  .index-news-textarea .cmn-btn {
    width: 100%;
  }
}
.index-news-lists {
  width: max(60%, 100% - 200px);
  padding-left: min(10%, 130px);
}
@media (max-width: 768px) {
  .index-news-lists {
    width: 100%;
    padding-left: 0;
  }
}
.index-news-lists li {
  border-bottom: #C4C4C4 1px solid;
  width: 100%;
}
.index-news-lists li:nth-child(1) {
  border-top: #C4C4C4 1px solid;
}
.index-news-lists li a {
  display: flex;
  align-items: center;
  gap: 0 min(5%, 40px);
  padding: 35px min(5%, 25px);
  overflow: hidden;
  position: relative;
}
.index-news-lists li a::before {
  content: "";
  position: absolute;
  background: #A7E7F0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.3;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
@media (min-width: 769px) {
  .index-news-lists li a:hover::before {
    transform: scaleX(1);
  }
}
@media (max-width: 768px) {
  .index-news-lists li a {
    padding: 15px min(3%, 10px);
    gap: 0 min(5%, 20px);
    flex-wrap: wrap;
  }
}
.index-news-lists li a .date {
  color: #2085A9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  min-width: 120px;
  width: 20%;
  display: block;
}
@media (max-width: 768px) {
  .index-news-lists li a .date {
    width: 100%;
  }
}
.index-news-lists li a .news-title {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #475459;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: max(100% - 224px, 80% - 104px);
}
@media (max-width: 768px) {
  .index-news-lists li a .news-title {
    width: max(100% - 44px, 95% - 24px);
  }
}
.index-news-lists li a::after {
  content: "\e0b2";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2085A9;
  width: 24px;
}

/*-------------------------------------------------------------------------------
  archive
--------------------------------------------------------------------------------*/
.post-archive .post-lists {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 50px;
}
.post-archive .post-lists li {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: #C4C4C4 1px solid;
}
@media (max-width: 768px) {
  .post-archive .post-lists li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.post-archive .post-lists-textarea {
  width: 60%;
  min-width: calc(100% - 415px);
  padding-right: min(80px, 5%);
}
@media (max-width: 768px) {
  .post-archive .post-lists-textarea {
    width: 100%;
    padding-right: 0;
  }
}
.post-archive .post-lists-textarea:only-child {
  width: 100%;
  padding-right: 0;
}
.post-archive .post-lists-textarea .date {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 1.1574074074vw + 0.4444444444rem, 1.3125rem);
  color: #2085A9;
}
.post-archive .post-lists-textarea h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
  margin: 20px 0;
}
@media (max-width: 768px) {
  .post-archive .post-lists-textarea h2 {
    margin: 8px 0 10px;
  }
}
.post-archive .post-lists-textarea .content-text {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
}
.post-archive .post-lists-textarea .post-link {
  margin-top: 40px;
  color: #2085A9;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.post-archive .post-lists-textarea .post-link p {
  border-bottom: #2085A9 1px solid;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.post-archive .post-lists-textarea .post-link p::after {
  content: "";
  background: #2085A9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.3s;
  z-index: -1;
}
.post-archive .post-lists-textarea .post-link::after {
  content: "\e178";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2085A9;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  background: #C9EBF8;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .post-archive .post-lists-textarea .post-link:hover p {
    color: #fff;
  }
  .post-archive .post-lists-textarea .post-link:hover p::after {
    transform: scaleX(1);
  }
  .post-archive .post-lists-textarea .post-link:hover::after {
    background: #2085A9;
    color: #fff;
  }
}
.post-archive .post-lists-images {
  width: 40%;
  max-width: 415px;
  display: block;
}
@media (max-width: 768px) {
  .post-archive .post-lists-images {
    width: 80%;
    margin-top: 20px;
  }
}
.post-archive .post-lists-images .boxer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 415/300;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post-archive .post-lists-images .boxer + .boxer {
  display: none;
}
.post-archive .post-lists-images .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post-archive .pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 150px;
}
.post-archive .pagination .nav-links {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .post-archive .pagination .nav-links {
    gap: 10px;
  }
}
.post-archive .pagination .nav-links .page-numbers {
  background: #C9EBF8;
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 50%;
  color: #2085A9;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.6944444444vw + 0.7916666667rem, 1.3125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border: #C9EBF8 1px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .post-archive .pagination .nav-links .page-numbers {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 769px) {
  .post-archive .pagination .nav-links .page-numbers:hover {
    border: #2085A9 1px solid;
    background: #fff;
  }
}
.post-archive .pagination .nav-links .page-numbers.current {
  background: #2085A9;
  color: #fff;
  border: #2085A9 1px solid;
}
.post-archive .pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .post-archive .pagination .nav-links .page-numbers.prev {
    margin-right: 15px;
  }
}
.post-archive .pagination .nav-links .page-numbers.prev::before {
  content: "＜";
  color: #2085A9;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.6944444444vw + 0.7916666667rem, 1.3125rem);
}
.post-archive .pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .post-archive .pagination .nav-links .page-numbers.next {
    margin-left: 15px;
  }
}
.post-archive .pagination .nav-links .page-numbers.next::before {
  content: "＞";
  color: #2085A9;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.6944444444vw + 0.7916666667rem, 1.3125rem);
}
.post-archive .pagination .nav-links .page-numbers.dots {
  background: transparent;
}

/*-------------------------------------------------------------------------------
  business
--------------------------------------------------------------------------------*/
.business-introduction {
  margin-bottom: 110px;
}
.business-introduction-inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 110px;
}
@media (max-width: 768px) {
  .business-introduction-inner {
    margin-bottom: 60px;
  }
}
.business-introduction-inner .text {
  max-width: 790px;
  margin: 0 0 0 auto;
}
.business-introduction-image {
  width: 100%;
  max-height: 300px;
  aspect-ratio: 144/30;
  overflow: hidden;
}
@media (max-width: 768px) {
  .business-introduction-image {
    aspect-ratio: 144/70;
    position: relative;
  }
}
.business-introduction-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .business-introduction-image img {
    position: absolute;
    top: 150px;
    height: 300%;
  }
}
.business-content {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.business-content h2 {
  color: #2085A9;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
  font-weight: 600;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -50px;
}
@media (max-width: 768px) {
  .business-content h2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.business-content h2::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #2085A9;
  display: block;
}
@media (max-width: 768px) {
  .business-content h2::before {
    width: 30px;
  }
}
.business-content-lists {
  border-bottom: #C4C4C4 1px solid;
  padding-bottom: 60px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .business-content-lists {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.business-content-lists li {
  display: flex;
}
@media (max-width: 768px) {
  .business-content-lists li {
    flex-direction: column;
  }
}
.business-content-lists li + li {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .business-content-lists li + li {
    margin-top: 30px;
  }
}
.business-content-lists li .textarea {
  width: 70%;
  padding-right: min(5%, 75px);
}
@media (max-width: 768px) {
  .business-content-lists li .textarea {
    width: 100%;
    padding-right: 0;
  }
}
.business-content-lists li .textarea:only-child {
  width: 100%;
  padding-right: 0;
}
.business-content-lists li .textarea .content-title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .business-content-lists li .textarea .content-title {
    margin-bottom: 15px;
  }
}
.business-content-lists li .textarea .content-text {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.business-content-lists li .image {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 415/300;
}
@media (max-width: 768px) {
  .business-content-lists li .image {
    width: 100%;
    margin: 20px auto 0;
    aspect-ratio: 8/5;
  }
}
.business-content-lists li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-gallery {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 150px;
}
.business-gallery h2 {
  color: #2085A9;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .business-gallery h2 {
    margin-bottom: 30px;
  }
}
.business-gallery h2::before {
  content: "";
  height: 60px;
  width: 1px;
  display: block;
  background: #2085A9;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .business-gallery h2::before {
    height: 40px;
  }
}
.business-gallery-lists {
  display: flex;
  gap: 50px 5%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .business-gallery-lists {
    gap: 30px 4%;
  }
}
.business-gallery-lists li {
  width: 30%;
}
@media (max-width: 768px) {
  .business-gallery-lists li {
    width: 48%;
  }
}
.business-gallery-lists li .boxer {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 375/310;
}
.business-gallery-lists li .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-gallery-lists li p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  line-height: 1.7;
  letter-spacing: 0.05rem;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .business-gallery-lists li p {
    line-height: 1.5;
    margin-top: 10px;
  }
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  display: flex;
  padding: 0 5%;
  margin: 0 0 110px;
}
@media (max-width: 768px) {
  .company-greeting {
    flex-direction: column;
    margin: 0 auto 80px;
  }
}
.company-greeting-textarea {
  width: 70%;
  padding-right: min(5%, 75px);
}
@media (max-width: 768px) {
  .company-greeting-textarea {
    width: 100%;
    padding-right: 0;
  }
}
.company-greeting-textarea p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .company-greeting-textarea p {
    line-height: 2;
  }
}
.company-greeting-image {
  width: 30%;
}
@media (max-width: 768px) {
  .company-greeting-image {
    width: 100%;
    margin-top: 20px;
  }
}
.company-greeting-image .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 415/345;
}
@media (max-width: 768px) {
  .company-greeting-image .image {
    aspect-ratio: 8/5;
  }
}
.company-greeting-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting-image .sign {
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  text-align: end;
}
.company-greeting-image .sign span {
  font-size: 16px;
  font-size: 1rem;
  margin-right: min(25px, 5%);
}
.company-philosophy {
  display: flex;
  background: url(../images/company-philosophy.jpg) 80% 0%/cover no-repeat;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .company-philosophy {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.company-philosophy::before {
  content: "";
  background: #2085A9;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.company-philosophy::after {
  content: "";
  background: #C2C2C2;
  mix-blend-mode: multiply;
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .company-philosophy::after {
    width: 100%;
    height: 15vh;
  }
}
.company-philosophy h2 {
  color: #fff;
  z-index: 1;
  text-align: center;
  width: 30%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .company-philosophy h2 {
    height: 15vh;
    width: 100%;
  }
}
.company-philosophy-lists {
  z-index: 1;
  position: relative;
  padding: 110px 0 120px;
  width: 70%;
}
@media (max-width: 768px) {
  .company-philosophy-lists {
    width: 100%;
    padding: 50px 0 80px;
  }
}
.company-philosophy-lists li {
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
}
.company-philosophy-lists li + li {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .company-philosophy-lists li + li {
    margin-top: 40px;
  }
}
.company-philosophy-lists li .highlight {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .company-philosophy-lists li .highlight {
    margin-bottom: 10px;
  }
}
.company-philosophy-lists li .highlight::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
}
@media (max-width: 768px) {
  .company-philosophy-lists li .highlight::before {
    width: 30px;
  }
}
.company-philosophy-lists li p {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
.company-overview, .company-access {
  width: 90%;
  margin: 0 auto 110px;
}
@media (max-width: 768px) {
  .company-overview, .company-access {
    margin: 0 auto 80px;
  }
}
.company-overview-table, .company-access-table {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .company-overview-table, .company-access-table {
    margin: 30px auto 0;
  }
}
.company-overview .map, .company-access .map {
  width: 100%;
  max-width: 1000px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 10/4;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .company-overview .map, .company-access .map {
    aspect-ratio: 4/3;
    margin: 30px auto 0;
  }
}
.company-overview .map iframe, .company-access .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-access {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .company-access {
    margin-bottom: 100px;
  }
}

/*-------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------*/
.staff-interview {
  margin-bottom: 150px;
}
.staff-interview-lists {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.staff-interview-lists li {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 60px min(5%, 60px) 70px;
  gap: min(70px, 5%);
}
@media (max-width: 768px) {
  .staff-interview-lists li {
    flex-direction: column;
    padding: 40px min(5%, 30px);
  }
}
.staff-interview-lists li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .staff-interview-lists li:nth-child(even) {
    flex-direction: column;
  }
}
.staff-interview-lists li:nth-child(even) .textarea .staff-title span::before {
  clip-path: polygon(0 0, 65% 0, 100% 100%);
  left: auto;
  right: 12px;
}
.staff-interview-lists li + li {
  margin-top: 50px;
}
.staff-interview-lists li .images {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 330/415;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .staff-interview-lists li .images {
    width: 80%;
    aspect-ratio: 1/1;
    margin: 0 auto 30px;
  }
}
.staff-interview-lists li .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.staff-interview-lists li .images::after {
  content: "";
  background: linear-gradient(0deg, rgb(32, 133, 169) 50%, rgba(32, 133, 169, 0) 100%);
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.staff-interview-lists li .images .name {
  color: #fff;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  line-height: 2.5;
  letter-spacing: 0.05rem;
  position: absolute;
  left: min(30px, 10%);
  bottom: 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  .staff-interview-lists li .images .name {
    left: min(15px, 10%);
    bottom: 10px;
  }
}
.staff-interview-lists li .textarea {
  width: max(70% - 70px, 65%);
}
@media (max-width: 768px) {
  .staff-interview-lists li .textarea {
    width: 100%;
  }
}
.staff-interview-lists li .textarea .staff-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .staff-interview-lists li .textarea .staff-title {
    margin-bottom: 20px;
  }
}
.staff-interview-lists li .textarea .staff-title span {
  background: #6CBB5A;
  padding: 10px 16px;
  border-radius: 50px;
  color: #fff;
  font-family: "Spectral SC", serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
  position: relative;
  min-width: 81px;
}
.staff-interview-lists li .textarea .staff-title span::before {
  content: "";
  clip-path: polygon(100% 0, 35% 0, 0 100%);
  display: block;
  background: #6CBB5A;
  width: 27px;
  height: 22px;
  position: absolute;
  left: 12px;
  top: 85%;
}
@media (max-width: 768px) {
  .staff-interview-lists li .textarea .staff-title span::before {
    clip-path: polygon(0 0, 65% 0, 100% 100%);
    left: auto;
    right: 12px;
    width: 22px;
    height: 15px;
  }
}
.staff-interview-lists li .textarea .staff-title h2 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
}
.staff-interview-lists li .textarea .staff-text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-introduction {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-introduction {
    padding-bottom: 60px;
  }
}
.recruit-introduction-swiper_block {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 50%;
  top: 0;
  left: -5vw;
  position: absolute;
  transform: rotate(-6deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  .recruit-introduction-swiper_block {
    display: none;
  }
}
.recruit-introduction-swiper_block .swiper {
  height: 100%;
  width: calc(50% - 10px);
}
.recruit-introduction-swiper_block .swiper-wrapper {
  transition-timing-function: linear;
}
.recruit-introduction-swiper_block .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 290/330;
}
.recruit-introduction-swiper_block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-introduction-textarea {
  max-width: 45%;
  margin: 0 min(140px, 5%) 185px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit-introduction-textarea {
    width: 90%;
    margin: 0 auto 30px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .recruit-introduction-textarea p {
    width: 100%;
  }
}
.recruit-view {
  padding: 80px 5% 105px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .recruit-view {
    padding: 50px 5% 60px;
    margin-bottom: 80px;
  }
}
.recruit-view-lists {
  max-width: 1000px;
  margin: 45px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.recruit-view-lists li {
  background: #fff;
  width: 30%;
}
@media (max-width: 768px) {
  .recruit-view-lists li {
    width: 100%;
  }
}
.recruit-view-lists li span {
  background: #2085A9;
  padding: 7px min(5%, 30px);
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.recruit-view-lists li p {
  padding: 6px min(5%, 25px) 12px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .recruit-view-lists li p {
    min-height: 75px;
  }
}
.recruit-indecent {
  width: 90%;
  margin: 0 auto 60px;
}
.recruit-indecent-lists {
  max-width: 1000px;
  margin: 30px auto 0;
}
.recruit-indecent-lists li {
  display: flex;
}
@media (max-width: 768px) {
  .recruit-indecent-lists li {
    flex-direction: column;
  }
}
.recruit-indecent-lists li + li {
  margin-top: 45px;
}
.recruit-indecent-lists li .icon {
  background: #fff;
  border-radius: 50%;
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .recruit-indecent-lists li .icon {
    min-width: 150px;
    margin: 0 auto;
  }
}
.recruit-indecent-lists li .icon img {
  width: 70%;
  height: 60%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-indecent-lists li .textarea {
  width: max(70%, 100% - 200px);
  padding-left: min(5%, 60px);
  margin-top: 15px;
}
@media (max-width: 768px) {
  .recruit-indecent-lists li .textarea {
    width: 100%;
    padding-left: 0;
  }
}
.recruit-indecent-lists li .textarea .list-title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .recruit-indecent-lists li .textarea .list-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.recruit-indecent-lists li .textarea .text {
  margin-bottom: 0;
  line-height: 2;
}
.recruit-faq {
  width: 90%;
  margin: 0 auto 90px;
}
@media (max-width: 768px) {
  .recruit-faq {
    margin-bottom: 60px;
  }
}
.recruit-faq-lists {
  max-width: 1000px;
  margin: 50px auto 0;
}
.recruit-faq-lists li {
  background: #f3f3f3;
  padding: 50px min(5%, 50px) 40px;
}
@media (max-width: 768px) {
  .recruit-faq-lists li {
    padding: 30px min(5%, 20px);
  }
}
.recruit-faq-lists li + li {
  margin-top: 25px;
}
.recruit-faq-lists li .question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: #C4C4C4 1px solid;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .recruit-faq-lists li .question {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
.recruit-faq-lists li .question span {
  position: relative;
  background: #6CBB5A;
  padding: 18px 10px;
  border-radius: 50px;
  color: #fff;
  font-family: "Spectral SC", serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recruit-faq-lists li .question span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.recruit-faq-lists li .question span::before {
  content: "";
  clip-path: polygon(0 0, 65% 0, 100% 100%);
  display: block;
  background: #6CBB5A;
  width: 27px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 85%;
}
@media (max-width: 768px) {
  .recruit-faq-lists li .question span::before {
    width: 20px;
    height: 17px;
    right: auto;
    left: 20px;
  }
}
.recruit-faq-lists li .question p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.recruit-faq-lists li .answer {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}
.recruit-requirement {
  width: 90%;
  margin: 0 auto 150px;
}
.recruit-requirement h2 {
  color: #2085A9;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-requirement h2 {
    margin-bottom: 30px;
  }
}
.recruit-requirement h2::before {
  content: "";
  height: 60px;
  width: 1px;
  display: block;
  background: #2085A9;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-requirement h2::before {
    height: 30px;
  }
}
.recruit-requirement-lists {
  max-width: 1120px;
  margin: 0 auto;
}
.recruit-requirement-lists li {
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 50px min(5%, 80px) 65px;
}
@media (max-width: 768px) {
  .recruit-requirement-lists li {
    padding: 30px min(5%, 40px) 40px;
  }
}
.recruit-requirement-lists li + li {
  margin-top: 35px;
}
.recruit-requirement-lists li h3 {
  color: #2085A9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 30px;
}
.recruit-requirement-table {
  margin-bottom: 35px;
}
.recruit-requirement-table th {
  padding: 20px 0 20px min(5%, 30px);
}
@media (max-width: 768px) {
  .recruit-requirement-table th {
    padding: 15px min(5%, 10px) 5px;
    font-weight: 600;
  }
}
.recruit-requirement-table td {
  padding: 20px min(5%, 30px) 20px 0;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .recruit-requirement-table td {
    padding: 0 min(5%, 10px) 15px;
  }
}
.recruit-requirement .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-introduction h2, .contact-introduction p {
  width: 85%;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .contact-introduction h2, .contact-introduction p {
    width: 90%;
    margin-bottom: 30px;
  }
}
.contact-introduction p {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .contact-introduction p {
    margin-bottom: 50px;
  }
}
.contact-tel {
  width: 90%;
  margin: 0 auto 90px;
}
.contact-tel-box {
  width: 90%;
  margin: 45px auto 0;
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 768px) {
  .contact-tel-box {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.contact-tel-box .num {
  font-family: "Spectral SC", serif;
  color: #475459;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(2.625rem, 4.8611111111vw + 0.2916666667rem, 3.9375rem);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .contact-tel-box .num {
    width: 100%;
    justify-content: center;
  }
}
.contact-tel-box .num::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  color: #475459;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
  margin-top: 3px;
}
.contact-tel-box .time {
  padding: 12px 35px 15px;
  border: #475459 1px solid;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.contact-form {
  width: 90%;
  margin: 0 auto 150px;
}
.contact-form h2 {
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .contact-form h2 {
    margin-bottom: 30px;
  }
}
.contact-form .text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  width: 90%;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .contact-form .text {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
.contact-form .form-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-form .form-inner {
    width: 100%;
  }
}
.contact-form .form-inner .form-table tr {
  border-bottom: none;
  border-top: none;
  display: block;
}
.contact-form .form-inner .form-table tr + tr {
  margin-top: 35px;
}
.contact-form .form-inner .form-table tr th {
  display: block;
  padding: 0;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: flex;
  gap: 10px;
  width: 100%;
}
.contact-form .form-inner .form-table tr th label {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form .form-inner .form-table tr th span {
  background: #909090;
  color: #fff;
  height: 26px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.contact-form .form-inner .form-table tr th span.attached-text {
  background: #6CBB5A;
}
.contact-form .form-inner .form-table tr td {
  display: block;
  width: 100%;
  padding: 0;
}
.contact-form .form-inner .form-table tr td + td {
  margin-top: 10px;
}
.contact-form .form-inner .form-table tr td.has-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 768px) {
  .contact-form .form-inner .form-table tr td.has-radio {
    flex-direction: column;
    gap: 15px;
  }
}
.contact-form .form-inner .form-table tr td.has-radio .mwform-radio-field {
  margin: 0;
}
.contact-form .form-inner .form-table tr td.has-radio input {
  display: none;
}
.contact-form .form-inner .form-table tr td.has-radio input + .mwform-radio-field-text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.contact-form .form-inner .form-table tr td.has-radio input + .mwform-radio-field-text::before {
  content: "";
  border: #475459 1px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background: #fff;
  display: block;
}
.contact-form .form-inner .form-table tr td.has-radio input + .mwform-radio-field-text::after {
  content: "";
  background: #39A0FF;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) scale(0);
  position: absolute;
  border-radius: 50%;
  transition: all 0.3s;
}
.contact-form .form-inner .form-table tr td.has-radio input:checked + .mwform-radio-field-text::after {
  transform: translateY(-50%) scale(1);
}
.contact-form .form-inner .form-table tr td.has-select {
  position: relative;
  max-width: 400px;
}
.contact-form .form-inner .form-table tr td.has-select::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #475459;
  clip-path: polygon(50% 17px, 0% 0%, 17px 0%);
  top: 50%;
  right: min(5%, 30px);
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-form .form-inner .form-table tr td input, .contact-form .form-inner .form-table tr td select, .contact-form .form-inner .form-table tr td textarea {
  width: 100%;
  padding: 20px min(5%, 30px);
  background: #F3F3F3;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.2314814815vw + 0.8888888889rem, 1.0625rem);
}
.contact-form .form-inner .form-table .val-err {
  margin: 0;
}
.contact-form .form-inner .unit-privacy {
  margin: 35px 0 30px;
}
.contact-form .form-inner .unit-privacy .privacy-title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
.contact-form .form-inner .unit-privacy .privacy-content {
  background: #F3F3F3;
  padding: 30px min(5%, 40px);
  max-height: 400px;
}
.contact-form .form-inner .unit-privacy .privacy-content-inner {
  max-height: 340px;
  overflow-y: auto;
  padding-right: min(5%, 40px);
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.contact-form .form-inner .unit-privacy .privacy-content-inner .highlight {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.contact-form .form-inner .privacy_check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .form-inner .privacy_check input[type=checkbox] {
  display: none;
}
.contact-form .form-inner .privacy_check input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-form .form-inner .privacy_check .mwform-checkbox-field-text {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.contact-form .form-inner .privacy_check .mwform-checkbox-field-text::before {
  content: "";
  background: #fff;
  border: #475459 1px solid;
  width: 25px;
  height: 25px;
}
.contact-form .form-inner .privacy_check .mwform-checkbox-field-text::after {
  content: "";
  background: url(../images/check.svg) center/contain no-repeat;
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  opacity: 0;
}
.contact-form .form-inner .privacy_check + .val-err {
  text-align: center;
}
.contact-form .form-inner .list_contact-btns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.contact-form .form-inner .list_contact-btns .submit_wrapper {
  --c-0: hsla(193.20000000000002, 78%, 40%, 1);
  --x-0: 39%;
  --y-0: 35%;
  --c-1: hsla(193.20000000000002, 100%, 84%, 1);
  --x-1: 99%;
  --y-1: 0%;
  --c-2: hsla(193.2, 78%, 62%, 1);
  --x-2: 94%;
  --y-2: 40%;
  --c-3: hsla(193.20000000000002, 63%, 50%, 1);
  --x-3: 1%;
  --y-3: 97%;
  background-color: hsl(195.8823529412, 66%, 40%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: btn-gradient-animation 5s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
  width: 100%;
  max-width: 290px;
  position: relative;
  transition: all 0.3s;
}
.contact-form .form-inner .list_contact-btns .submit_wrapper::before {
  content: "\e0b2";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: min(10%, 30px);
  transform: translateY(-50%);
}
.contact-form .form-inner .list_contact-btns .submit_wrapper input {
  padding: 15px min(100px, 20%) 15px min(10%, 35px);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 2.5;
  width: 100%;
  text-align: left;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form .form-inner .list_contact-btns .submit_wrapper:hover {
    border-radius: 100px;
  }
  .contact-form .form-inner .list_contact-btns .submit_wrapper:hover input {
    border-radius: 100px;
  }
}
.contact-form .form-inner .check_no-through {
  text-align: center;
  margin-top: 30px;
}
.contact-confirm {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 110px;
}
.contact-confirm .form-inner {
  padding: 100px;
  margin: -100px;
}
.contact-confirm .form-inner .form-table tr {
  display: block;
  padding: 20px 0;
}
.contact-confirm .form-inner .form-table tr th {
  display: block;
  padding: 0;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: flex;
  gap: 10px;
  width: 100%;
}
.contact-confirm .form-inner .form-table tr th label {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-confirm .form-inner .form-table tr th span {
  background: #909090;
  color: #fff;
  height: 26px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.contact-confirm .form-inner .form-table tr th span.attached-text {
  background: #6CBB5A;
}
.contact-confirm .form-inner .form-table tr td {
  display: block;
  width: 100%;
  padding: 0;
}
.contact-confirm .form-inner .form-table tr td + td {
  margin-top: 10px;
}
.contact-confirm .form-inner .form-table tr td input, .contact-confirm .form-inner .form-table tr td select, .contact-confirm .form-inner .form-table tr td textarea {
  width: 100%;
  padding: 20px min(5%, 30px);
  background: #F3F3F3;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.2314814815vw + 0.8888888889rem, 1.0625rem);
}
.contact-confirm .form-inner .unit-privacy, .contact-confirm .form-inner .privacy_check {
  display: none;
}
.contact-confirm .form-inner .list_contact-btns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact-confirm .form-inner .list_contact-btns {
    flex-direction: column;
  }
  .contact-confirm .form-inner .list_contact-btns .back_wrapper, .contact-confirm .form-inner .list_contact-btns .submit_wrapper {
    width: 100%;
  }
}
.contact-confirm .form-inner .list_contact-btns .back_wrapper {
  --x-0: 85%;
  --y-0: 80%;
  --c-0: hsla(266.99999999999983, 1%, 12%, 1);
  --x-1: 60%;
  --c-1: hsla(335.9999999999997, 2%, 22%, 1);
  --y-1: 24%;
  --c-2: hsla(53.999999999999886, 0%, 0%, 0.49);
  --y-2: 82%;
  --x-2: 13%;
  --x-3: 24%;
  --y-3: 7%;
  --c-3: hsla(299, 4%, 36%, 1);
  background-color: hsl(0, 0%, 0%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: back-gradient-animation 5s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
  width: 50%;
  max-width: 290px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-confirm .form-inner .list_contact-btns .back_wrapper {
    width: 80%;
  }
}
.contact-confirm .form-inner .list_contact-btns .back_wrapper::before {
  content: "\f1e2";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: min(10%, 30px);
  transform: translateY(-50%);
}
.contact-confirm .form-inner .list_contact-btns .back_wrapper input {
  padding: 15px min(35px, 10%) 15px min(20%, 100px);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 2.5;
  width: 100%;
  text-align: right;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-confirm .form-inner .list_contact-btns .back_wrapper:hover {
    border-radius: 100px;
  }
  .contact-confirm .form-inner .list_contact-btns .back_wrapper:hover input {
    border-radius: 100px;
  }
}
.contact-confirm .form-inner .list_contact-btns .submit_wrapper {
  --c-0: hsla(193.20000000000002, 78%, 40%, 1);
  --x-0: 39%;
  --y-0: 35%;
  --c-1: hsla(193.20000000000002, 100%, 84%, 1);
  --x-1: 99%;
  --y-1: 0%;
  --c-2: hsla(193.2, 78%, 62%, 1);
  --x-2: 94%;
  --y-2: 40%;
  --c-3: hsla(193.20000000000002, 63%, 50%, 1);
  --x-3: 1%;
  --y-3: 97%;
  background-color: hsl(195.8823529412, 66%, 40%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: btn-gradient-animation 5s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
  width: 50%;
  max-width: 290px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-confirm .form-inner .list_contact-btns .submit_wrapper {
    width: 80%;
  }
}
.contact-confirm .form-inner .list_contact-btns .submit_wrapper::before {
  content: "\e0b2";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: min(10%, 30px);
  transform: translateY(-50%);
}
.contact-confirm .form-inner .list_contact-btns .submit_wrapper input {
  padding: 15px min(100px, 20%) 15px min(10%, 35px);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 2.5;
  width: 100%;
  text-align: left;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-confirm .form-inner .list_contact-btns .submit_wrapper:hover {
    border-radius: 100px;
  }
  .contact-confirm .form-inner .list_contact-btns .submit_wrapper:hover input {
    border-radius: 100px;
  }
}
.contact-thanks {
  padding: 200px 0;
  width: 90%;
  max-width: 1120px;
  margin: -100px auto 0;
}
.contact-thanks .title {
  padding-top: 100px;
  margin-top: -100px;
}
.contact-thanks .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cta {
  background: url(../images/cta-bg.jpg) 70% 100%/cover no-repeat;
  padding: 50vh min(5%, 110px) 40px;
}
@media (max-width: 768px) {
  .cta {
    padding: 25vh min(5%, 60px) 40px;
  }
}
.cta-title {
  position: relative;
  margin-bottom: 30px;
}
.cta-title .en {
  position: absolute;
  font-family: "Spectral SC", serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(3.875rem, 27.3148148148vw + -9.2361111111rem, 11.25rem);
  color: #fff;
  opacity: 0.2;
  bottom: 0;
  left: -0.3em;
}
@media (max-width: 768px) {
  .cta-title .en {
    line-height: 1;
  }
}
.cta-title h2 {
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 4.6296296296vw + -0.4722222222rem, 3rem);
}
.cta-text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cta-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    margin-bottom: 50px;
  }
}
.cta-link {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .cta-link {
    flex-direction: column;
    gap: 20px;
  }
}
.cta-link-tel a {
  display: flex;
  align-items: center;
  font-family: "Spectral SC", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2rem, 7.1759259259vw + -1.4444444444rem, 3.9375rem);
  color: #fff;
  gap: 15px;
}
@media (max-width: 768px) {
  .cta-link-tel a {
    justify-content: center;
  }
}
.cta-link-tel a::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
  margin-top: 3px;
}
.cta-link-tel .time {
  color: #fff;
  margin-left: 15%;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .cta-link-tel .time {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.cta-link-form {
  border: #fff 1px solid;
  padding: 25px min(5%, 30px);
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cta-link-form:hover {
    background: #fff;
  }
  .cta-link-form:hover p {
    color: #020305;
  }
  .cta-link-form:hover p::after {
    color: #020305;
  }
}
@media (max-width: 768px) {
  .cta-link-form {
    padding: 15px min(10%, 30px);
  }
}
.cta-link-form p {
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta-link-form p {
    justify-content: space-between;
    font-size: 16px;
    font-size: 1rem;
  }
}
.cta-link-form p::after {
  content: "\e0b2";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  margin-left: min(5%, 15px);
  transition: all 0.3s;
}

.footer {
  background: #02060B;
  padding: 75px min(5%, 110px) 110px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px min(5%, 80px) 100px;
  }
}
.footer .ft-logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 220px;
  gap: 20px;
  margin-bottom: 40px;
}
.footer .ft-logo img {
  width: 82px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 82/70;
  display: block;
}
.footer .ft-logo-text {
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.33rem;
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
}
.footer .ft-logo-text span {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.28rem;
  display: block;
}
.footer .ft-address {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.8125rem, 0.2314814815vw + 0.7013888889rem, 0.875rem);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #B9B9B9;
  margin-bottom: 30px;
}
.footer .ft-copy {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.8125rem, 0.2314814815vw + 0.7013888889rem, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #7D7D7D;
  margin-top: 30px;
  display: block;
}
.footer .ft-nav {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1em 1em;
  gap: 40px min(3%, 100px);
  grid-auto-flow: row;
  grid-template-areas: "home news company recruit" ". business staff contact";
}
@media (max-width: 768px) {
  .footer .ft-nav {
    display: none;
  }
}
.footer .ft-nav li {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .ft-nav li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: home;
}
.footer .ft-nav li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: news;
}
.footer .ft-nav li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: business;
}
.footer .ft-nav li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: company;
}
.footer .ft-nav li:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: staff;
}
.footer .ft-nav li:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: recruit;
}
.footer .ft-nav li:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: contact;
}
.footer .ft-nav li a {
  color: #B9B9B9;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .footer .ft-nav li a:hover {
    color: #fff;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .notfound_block .en-title {
    line-height: 1;
    margin-top: 30px;
    text-align: end;
  }
}
.notfound_block h2, .notfound_block .text {
  width: 90%;
  text-align: center;
  margin: 0 auto 50px;
}
.notfound_block .cmn-btn {
  margin: 0 auto 110px;
}

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