/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #007AC8;
  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: #007AC8;
  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: #F2FAFF;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #333333;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #F2FAFF;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

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

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: clip;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #007AC8;
  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 {
  display: block;
  padding: 30px 0;
  border-bottom: #369BDA 1px solid;
}
@media (max-width: 768px) {
  table tr {
    padding: 15px 0;
  }
}
table th {
  font-weight: 600;
  vertical-align: text-top;
  width: 255px;
}
table td {
  font-weight: 600;
}
table th,
table td {
  text-align: left;
}
@media (max-width: 768px) {
  table th,
  table td {
    display: block;
  }
}
table.blue tr {
  border-color: #369BDA;
}
table.blue th {
  color: #007AC8;
}
table.green tr {
  border-color: #3AAD34;
}
table.green th {
  color: #3AAD34;
}

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

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

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

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

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

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

[id] {
  scroll-margin-top: 10vh;
}
@media (max-width: 768px) {
  [id] {
    scroll-margin-top: 8vh;
  }
}

.cmn-text_lead {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}

.cmn-text_s {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}

.cmn-btn {
  border-bottom: #000 1px solid;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
}
.cmn-btn::before {
  content: "";
  background: #fff;
  width: min(30px, 3vw);
  height: 3px;
  position: absolute;
  top: 100%;
  right: 100%;
  transform: translateY(-50%);
  transition: all 0.8s;
}
.cmn-btn p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  color: #333333;
}
.cmn-btn .arrow {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  width: 1.6em;
  min-width: 1.6em;
  height: 1.6em;
  background: #3AAD34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cmn-btn .arrow::before {
  content: "";
  display: block;
  background: url(../images/arrow-icon.svg) center/contain no-repeat;
  width: 80%;
  height: 80%;
}
@media (min-width: 769px) {
  .cmn-btn:hover::before {
    right: max(-3vw, -30px);
  }
  .cmn-btn:hover .arrow {
    background: #369BDA;
  }
}

.cmn-title.center {
  text-align: center;
}
.cmn-title.blue {
  color: #369BDA;
}
.cmn-title.green {
  color: #3AAD34;
}
.cmn-title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2rem, 11.1111111111vw + -3.3333333333rem, 5rem);
}
.cmn-title .ja {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.0833333333vw + 0.125rem, 1.6875rem);
  margin-top: 15px;
}

/*-------------------------------------------------------------------------------
  index-cmn-title
--------------------------------------------------------------------------------*/
.index-cmn-title.center {
  text-align: center;
}
.index-cmn-title.blue {
  color: #369BDA;
}
.index-cmn-title.green {
  color: #3AAD34;
}
.index-cmn-title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(3.25rem, 10.6138107417vw + -1.844629156rem, 8.4375rem);
  white-space: nowrap;
}
.index-cmn-title .ja {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  margin-top: 20px;
}

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

/*-------------------------------------------------------------------------------
  scroll-bar
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: #369BDA;
}

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

/*-------------------------------------------------------------------------------
  rellax
--------------------------------------------------------------------------------*/
.in-rellax {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
img.rellax {
  width: 120%;
  height: 120%;
}
@media (max-width: 768px) {
  img.rellax {
    width: 100%;
    height: 100%;
  }
}

/*-------------------------------------------------------------------------------
  animation-text
--------------------------------------------------------------------------------*/
.animation-text .animation-text-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--char-delay, 0s);
}
.animation-text .animation-text-char:nth-child(1) {
  text-transform: capitalize;
}
.animation-text.is-animated .animation-text-char {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index ul.hd_list > li:nth-child(1) a {
  color: #3AAD34;
  border-color: #3AAD34;
}
.index ul.hd_list > li:nth-child(1) a p::before {
  background: #3AAD34;
}

.service ul.hd_list > li:nth-child(2) a {
  color: #3AAD34;
  border-color: #3AAD34;
}
.service ul.hd_list > li:nth-child(2) a p::before {
  background: #3AAD34;
}

.company ul.hd_list > li:nth-child(3) a {
  color: #3AAD34;
  border-color: #3AAD34;
}
.company ul.hd_list > li:nth-child(3) a p::before {
  background: #3AAD34;
}

.contact ul.hd_list > li:nth-child(4) a {
  color: #3AAD34;
  border-color: #3AAD34;
}
.contact ul.hd_list > li:nth-child(4) a p::before {
  background: #3AAD34;
}

/*-------------------------------------------------------------------------------
  fadein
--------------------------------------------------------------------------------*/
.js-fadeIn {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(25px);
  opacity: 0;
}
.js-fadeIn.is-scrollIn {
  transform: translateX(0);
  opacity: 1;
}

.js-fade-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fade-child.is-scrollIn {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px min(30px, 3vw);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99;
  transition: all 0.3s;
}
.header.is-fixed {
  position: fixed;
  animation: headerFixedIn 0.4s ease-out both;
}
.header.is-fixed.is-unfixing {
  animation: headerFixedOut 0.15s ease-in both;
}
@media (max-width: 768px) {
  .header {
    padding: 10px 3vw;
    box-shadow: rgba(0, 122, 200, 0.05) 0px 5px 5px 0px;
  }
}
.header .hd_logo {
  text-align: center;
  color: #007AC8;
}
.header .hd_logo .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.9181585678vw + 0.2042838875rem, 2.0625rem);
}
.header .hd_logo .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18rem;
  font-size: clamp(0.8125rem, 1.0230179028vw + 0.3214514066rem, 1.3125rem);
  margin-top: 0.33em;
}
.header .hd_toggle {
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: 10vw;
  max-width: 100px;
  aspect-ratio: 1;
}
@media (min-width: 769px) {
  .header .hd_toggle {
    display: none;
  }
}
.header .hd_toggle span {
  position: absolute;
  background: #369BDA;
  height: 2px;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.header .hd_toggle span:nth-child(1) {
  top: calc(50% - 5px);
}
.header .hd_toggle span:nth-child(2) {
  top: calc(50% + 5px);
}
.header .hd_links {
  display: flex;
  align-items: center;
  gap: min(40px, 1.5vw);
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .header .hd_links {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .header .hd_links {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    gap: 30px;
  }
}
.header .hd_links .tel-block {
  display: flex;
  color: #007AC8;
  gap: 15px;
}
@media (max-width: 768px) {
  .header .hd_links .tel-block {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.header .hd_links .tel-block .tel {
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 1.6624040921vw + 0.5770460358rem, 2.1875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .header .hd_links .tel-block .tel {
    gap: 5px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.header .hd_links .tel-block .tel::before {
  content: "";
  background: url(../images/call-icon.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
  display: block;
}
.header .hd_links .tel-block .line {
  display: block;
  width: 2px;
  background: #007AC8;
}
@media (max-width: 768px) {
  .header .hd_links .tel-block .line {
    width: 100%;
    height: 1px;
  }
}
.header .hd_links .tel-block .time {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.2557544757vw + 0.7522378517rem, 1rem);
}
.header .hd_links .tel-block .time span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 6px;
}
.header .hd_list {
  display: flex;
  align-items: center;
  gap: min(40px, 1.5vw);
}
@media (max-width: 768px) {
  .header .hd_list {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
  }
}
.header .hd_list li.contact a {
  border: #007AC8 1px solid;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px min(15px, 2vw);
  transition: all 0.3s;
}
.header .hd_list li.contact a p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header .hd_list li.contact a p::before {
  content: "";
  -webkit-mask: url(../images/mail-icon.svg) center/contain no-repeat;
          mask: url(../images/mail-icon.svg) center/contain no-repeat;
  background: #007AC8;
  width: 1.2em;
  height: 1.2em;
  display: block;
  transition: all 0.3s;
}
.header .hd_list li a {
  transition: all 0.3s;
}
.header .hd_list li a p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.2557544757vw + 0.8772378517rem, 1.125rem);
}
@media (min-width: 769px) {
  .header .hd_list li a:hover {
    color: #3AAD34;
    border-color: #3AAD34;
  }
  .header .hd_list li a:hover p::before {
    background: #3AAD34;
  }
}
.header.is-open .hd_toggle span {
  top: 50%;
}
.header.is-open .hd_toggle span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(225deg);
}
.header.is-open .hd_toggle span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-225deg);
}

@keyframes headerFixedIn {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes headerFixedOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-16px);
  }
}
/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.main-image {
  width: calc(100vw - min(50px, 6vw));
  height: calc(100vh - min(50px, 6vw));
  margin: min(25px, 3vw) auto;
  background: url(../images/mv_image.jpg) 50% 10%/125% no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .main-image {
    background: url(../images/mv_image.jpg) center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .main-image {
    margin: calc(min(25px, 3vw) + 60px) auto min(25px, 3vw);
    height: calc(50vh - (min(25px, 3vw) + 60px));
    min-height: 350px;
  }
}
.main-image .main-copy {
  background: rgba(0, 157, 255, 0.64);
  padding: 40px 20px 50px 50px;
  color: #fff;
  position: absolute;
  bottom: min(25px, 3vw);
  left: 0;
}
@media (max-width: 768px) {
  .main-image .main-copy {
    padding: 20px 5vw 30px;
  }
}
.main-image .main-copy h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: clamp(2.625rem, 7.1611253197vw + -0.8123401535rem, 6.125rem);
}
@media (max-width: 768px) {
  .main-image .main-copy h1 {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.main-image .main-copy p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.3836317136vw + 0.9408567775rem, 1.3125rem);
}
@media (max-width: 768px) {
  .main-image .main-copy p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-main-image {
  height: 100vh;
  padding-top: 10vh;
}
@media (max-width: 768px) {
  .page-main-image {
    height: auto;
    padding-top: 15vh;
  }
}
.page-main-image .textarea {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 5vw 25px;
}
@media (max-width: 768px) {
  .page-main-image .textarea {
    height: auto;
  }
}
.page-main-image .textarea .copy {
  color: #369BDA;
  margin-bottom: 25px;
}
.page-main-image .textarea .copy .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.25rem, 20.8333333333vw + -5.75rem, 9.875rem);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page-main-image .textarea .copy .en {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.page-main-image .textarea .copy .ja {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
}
@media (max-width: 768px) {
  .page-main-image .textarea .copy .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-main-image .textarea .breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.page-main-image .textarea .breadcrumb li {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.2314814815vw + 0.7638888889rem, 0.9375rem);
}
.page-main-image .textarea .breadcrumb li + li {
  border-left: #333333 1px solid;
  padding-left: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .page-main-image .textarea .breadcrumb li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.page-main-image .textarea .breadcrumb li a {
  position: relative;
}
.page-main-image .textarea .breadcrumb li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left center;
  background: #007AC8;
}
@media (min-width: 769px) {
  .page-main-image .textarea .breadcrumb li a:hover::before {
    transform: scaleX(1);
  }
}
.page-main-image .mv-image {
  width: 100vw;
  height: 50vh;
}
@media (max-width: 768px) {
  .page-main-image .mv-image {
    height: auto;
  }
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-introduction {
  background: #369BDA;
  padding: 100px 0 160px;
  display: flex;
  align-items: center;
  gap: min(70px, 3vw);
  position: relative;
  overflow: clip;
}
.index-introduction-center {
  position: sticky;
  padding-top: 160px;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  flex: 2;
  align-self: start;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-introduction-center {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
    flex: none;
  }
}
.index-introduction-center p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.5115089514vw + 0.7544757033rem, 1.25rem);
}
@media (max-width: 768px) {
  .index-introduction-center p {
    text-align: start;
  }
}
.index-introduction-center p.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  margin-top: 3em;
}
.index-introduction-center p.serif span {
  color: #DAFFD8;
  font-size: clamp(1.375rem, 2.5462962963vw + 0.1527777778rem, 2.0625rem);
}
@media (max-width: 768px) {
  .index-introduction-center p.serif span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.index-introduction-left, .index-introduction-right {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 325px;
  height: 100%;
}
@media (max-width: 768px) {
  .index-introduction-left, .index-introduction-right {
    position: absolute;
    width: 60%;
    opacity: 0.3;
    justify-content: center;
    gap: 200px;
  }
}
.index-introduction-left .image, .index-introduction-right .image {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
  aspect-ratio: 590/395;
  overflow: hidden;
}
.index-introduction-left .image_01, .index-introduction-left .image_03, .index-introduction-right .image_01, .index-introduction-right .image_03 {
  margin: 0 0 0 auto;
}
.index-introduction-left .image_02, .index-introduction-left .image_05, .index-introduction-right .image_02, .index-introduction-right .image_05 {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-introduction-left {
    top: 0;
    left: 0;
    align-items: flex-start;
  }
  .index-introduction-right {
    top: 0;
    right: 0;
    align-items: flex-end;
  }
}
.index-service {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .index-service {
    margin-top: 100px;
  }
}
.index-service_content {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .index-service_content {
    flex-direction: column;
    gap: 50px;
  }
}
.index-service_content .image {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 84/66;
  display: block;
}
@media (max-width: 768px) {
  .index-service_content .image {
    width: 90%;
    aspect-ratio: 2/1;
  }
}
.index-service_content .textarea {
  width: 55%;
  padding: 0 5vw;
}
@media (max-width: 768px) {
  .index-service_content .textarea {
    width: 100%;
  }
}
.index-service_content .textarea .highlight {
  color: #187DBD;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2;
  writing-mode: vertical-rl;
  font-size: clamp(1.375rem, 4.8611111111vw + -0.9583333333rem, 2.6875rem);
  margin: 0 auto 55px;
  padding-right: min(60px, 3vw);
}
@media (max-width: 768px) {
  .index-service_content .textarea .highlight {
    margin-bottom: 30px;
  }
}
.index-service_content .textarea .cmn-text_lead {
  margin-bottom: 45px;
}
.index-service-gallery {
  display: flex;
  gap: 160px min(300px, 15vw);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .index-service-gallery {
    margin-top: 100px;
    gap: 50px 10vw;
  }
}
.index-service-gallery .image_01 {
  margin-top: min(242px, 12vw);
}
.index-service-gallery .image_01, .index-service-gallery .image_02 {
  width: 35vw;
  max-width: 620px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 620/462;
}
.index-service-gallery .image_01 img, .index-service-gallery .image_02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-service-gallery .image_03 {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/557;
  display: block;
}
.index-about {
  display: flex;
  gap: min(65px, 5vw);
}
@media (max-width: 768px) {
  .index-about {
    gap: 3vw;
  }
}
.index-about .fixed-en {
  padding: 90px min(15px, 3vw) 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11.1111111111vh;
  color: #369BDA;
  opacity: 0.3;
  position: sticky;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .index-about .fixed-en {
    padding: 10vh 3vw;
    font-size: 7.6923076923vh;
  }
}
.index-about-content {
  padding: 195px 5vw 200px 0;
}
.index-about-content section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(140px, 5vw);
}
@media (max-width: 768px) {
  .index-about-content section {
    flex-direction: column;
  }
}
.index-about-content section .image {
  width: 50%;
  max-width: 855px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 857/591;
  display: block;
  position: relative;
  width: 80%;
}
.index-about-content section .image::before {
  content: "";
  background: #F0FFEF;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 8%;
  left: 4%;
  z-index: -1;
}
.index-about-content section .textarea {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-about-content section .textarea {
    width: 100%;
    margin-top: 30px;
  }
}
.index-about-content section .textarea .index-cmn-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .index-about-content section .textarea .index-cmn-title {
    margin-bottom: 30px;
  }
}
.index-about-content section + section {
  flex-direction: row-reverse;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .index-about-content section + section {
    flex-direction: column;
    margin-top: 100px;
  }
}
.index-about-content section + section .image::before {
  background: #F2FAFF;
  left: auto;
  right: 4%;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service-maintenance {
  display: flex;
  width: 90%;
  margin: 140px auto 160px min(200px, 5vw);
  gap: min(135px, 5vw);
}
@media (max-width: 768px) {
  .service-maintenance {
    flex-direction: column;
    margin: 80px auto 100px;
    gap: 45px;
  }
}
.service-maintenance .textarea {
  width: 50%;
  max-width: 760px;
}
@media (max-width: 768px) {
  .service-maintenance .textarea {
    width: 100%;
  }
}
.service-maintenance .textarea .cmn-title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .service-maintenance .textarea .cmn-title {
    margin-bottom: 30px;
  }
}
.service-maintenance .image {
  width: calc(50% - min(135px, 5vw));
  position: relative;
}
@media (max-width: 768px) {
  .service-maintenance .image {
    width: 100%;
  }
}
.service-maintenance .image-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 80%;
  max-width: 530px;
}
.service-maintenance .image_01 {
  width: 100%;
  max-width: 530px;
  aspect-ratio: 530/356;
}
.service-maintenance .image_02 {
  width: 65%;
  max-width: 331px;
  aspect-ratio: 331/221;
  margin-right: 3vw;
}
@media (max-width: 768px) {
  .service-maintenance .image_02 {
    width: 50%;
  }
}
.service-maintenance .image_03 {
  position: absolute;
  top: 15vw;
  right: 0;
  width: 55%;
  aspect-ratio: 367/232;
}
@media (max-width: 768px) {
  .service-maintenance .image_03 {
    top: 60%;
    transform: translateY(-50%);
    width: 45%;
  }
}
.service-gallery {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .service-gallery {
    margin-bottom: 100px;
  }
}
.service-gallery-list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .service-gallery-list {
    margin-bottom: 40px;
  }
}
.service-gallery-item {
  padding: 60px min(200px, 10vw) 80px;
  background: #F2FAFF;
}
@media (max-width: 768px) {
  .service-gallery-item {
    padding: 30px 5vw 40px;
  }
}
.service-gallery-item:nth-child(even) {
  background: #ffffff;
}
.service-gallery-item .highlight {
  display: flex;
  gap: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  color: #007AC8;
}
@media (max-width: 768px) {
  .service-gallery-item .highlight {
    gap: 10px;
  }
}
.service-gallery-item .highlight .dot {
  width: 9px;
  height: 1.3em;
  position: relative;
}
@media (max-width: 768px) {
  .service-gallery-item .highlight .dot {
    width: 6px;
  }
}
.service-gallery-item .highlight .dot::before {
  content: "";
  background: #007AC8;
  width: 100%;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .service-gallery-item .highlight .dot::before {
    height: 6px;
  }
}
.service-gallery-inner {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: min(50px, 3vw);
}
@media (max-width: 768px) {
  .service-gallery-inner {
    margin-top: 20px;
    gap: 1vw;
  }
}
.service-gallery-inner li {
  width: calc((100% - min(50px, 3vw) * 2) / 3);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 475/301;
  display: block;
}
@media (max-width: 768px) {
  .service-gallery-inner li {
    width: calc((100% - 2vw) / 3);
  }
}
.service-gallery-inner li a {
  width: 100%;
  height: 100%;
  display: block;
}
.service-satisfaction {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .service-satisfaction {
    margin-bottom: 100px;
  }
}
.service-satisfaction-content {
  margin: 80px 0;
  display: flex;
  align-items: center;
  gap: min(90px, 5vw);
}
@media (max-width: 768px) {
  .service-satisfaction-content {
    flex-direction: column;
    gap: 50px;
    margin: 80px 0 50px;
  }
}
.service-satisfaction-content .image {
  width: calc(50% - min(90px, 5vw));
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 671/435;
  display: block;
}
@media (max-width: 768px) {
  .service-satisfaction-content .image {
    width: 100%;
  }
}
.service-satisfaction-content .textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .service-satisfaction-content .textarea {
    width: 100%;
  }
}
.service-satisfaction-content .textarea .highlight {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 50px;
  color: #007AC8;
}
@media (max-width: 768px) {
  .service-satisfaction-content .textarea .highlight {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .service-satisfaction-content .textarea .highlight {
    font-weight: 600;
  }
}
.service-satisfaction-list {
  display: flex;
  gap: min(30px, 3vw);
  counter-reset: num 0;
}
@media (max-width: 768px) {
  .service-satisfaction-list {
    flex-wrap: wrap;
  }
}
.service-satisfaction-list li {
  width: calc((100% - min(30px, 3vw) * 2) / 3);
}
@media (max-width: 768px) {
  .service-satisfaction-list li {
    width: 100%;
  }
}
.service-satisfaction-list li .count {
  padding: 20px min(40px, 2vw) 0;
  background: #F0FFEF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  max-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 2/1;
  border-radius: 50%/100% 100% 0 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-satisfaction-list li .count {
    max-width: 130px;
  }
}
.service-satisfaction-list li .count p {
  color: #3AAD34;
  font-family: "Newsreader", serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  text-align: center;
}
.service-satisfaction-list li .count p::after {
  counter-increment: num 1;
  content: "0" counter(num);
  font-size: clamp(1.25rem, 4.1666666667vw + -0.75rem, 2.375rem);
  display: block;
}
.service-satisfaction-inner {
  background: #F0FFEF;
  padding: 35px min(25px, 3vw);
}
.service-satisfaction-inner h4 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  color: #3AAD34;
}
.service-satisfaction-inner .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 437/275;
  display: block;
  margin-bottom: 25px;
}
.service-skill {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .service-skill {
    margin-bottom: 100px;
  }
}
.service-skill-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 80px 0;
  gap: min(90px, 5vw);
}
@media (max-width: 768px) {
  .service-skill-content {
    flex-direction: column;
    gap: 50px;
    margin: 50px 0 0;
  }
}
.service-skill-content .image {
  width: calc(50% - min(90px, 5vw));
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 671/435;
  display: block;
}
@media (max-width: 768px) {
  .service-skill-content .image {
    width: 100%;
  }
}
.service-skill-content .textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .service-skill-content .textarea {
    width: 100%;
  }
}
.service-skill-content .textarea .highlight {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 50px;
  color: #007AC8;
}
@media (max-width: 768px) {
  .service-skill-content .textarea .highlight {
    margin-bottom: 30px;
    font-weight: 600;
  }
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  width: 90%;
  max-height: 1520px;
  margin: 135px auto 160px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px min(150px, 10vw);
}
@media (max-width: 768px) {
  .company-greeting {
    margin: 80px auto 100px;
    gap: 50px;
  }
}
.company-greeting-content {
  flex: 1;
}
@media (max-width: 768px) {
  .company-greeting-content {
    flex: none;
    width: 100%;
  }
}
.company-greeting-content .position-name {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 auto;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.company-greeting-content .position-name span {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.company-greeting-content .image {
  width: 50%;
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
  margin: 30px 0 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .company-greeting-content .image {
    margin: 30px auto 0;
  }
}
.company-overview, .company-requirement {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .company-overview, .company-requirement {
    margin-bottom: 100px;
  }
}
.company-overview-table, .company-requirement-table {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company-overview-table, .company-requirement-table {
    margin-top: 30px;
  }
}
.company-access {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .company-access {
    margin-bottom: 100px;
  }
}
.company-access .cmn-text_lead {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 80px auto 50px;
}
@media (max-width: 768px) {
  .company-access .cmn-text_lead {
    margin: 45px auto 20px;
  }
}
.company-access .map {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 192/52;
  display: block;
}
@media (max-width: 768px) {
  .company-access .map {
    aspect-ratio: 8/5;
  }
}
.company-access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-access-gallery {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1520px;
  gap: min(50px, 3vw);
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .company-access-gallery {
    gap: 1vw;
    margin-top: 30px;
  }
}
.company-access-gallery li {
  width: calc((100% - min(100px, 6vw)) / 3);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 475/300;
  display: block;
}
@media (max-width: 768px) {
  .company-access-gallery li {
    width: calc((100% - 2vw) / 3);
  }
}
.company-process {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .company-process {
    margin-bottom: 100px;
  }
}
.company-process-block {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.company-process-list {
  counter-reset: num 0;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .company-process-list {
    margin-top: 45px;
  }
}
.company-process-list li {
  padding: 60px 0 80px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .company-process-list li {
    padding: 35px 0 45px;
  }
}
.company-process-list li:nth-child(odd) {
  background: #F0FFEF;
}
.company-process-list-inner {
  width: 85%;
  max-width: 1580px;
  margin: 0 auto 0 min(200px, 10vw);
  display: flex;
  align-items: flex-start;
  gap: min(50px, 3vw);
  padding-right: 30%;
}
@media (max-width: 768px) {
  .company-process-list-inner {
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
    flex-direction: column;
  }
}
.company-process-list-inner .step p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #3AAD34;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .company-process-list-inner .step p {
    flex-direction: row;
    align-items: baseline;
  }
}
.company-process-list-inner .step p::after {
  counter-increment: num 1;
  content: "0" counter(num);
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3.2407407407vw + -0.0555555556rem, 2.375rem);
}
@media (max-width: 768px) {
  .company-process-list-inner .textarea {
    margin-top: 20px;
  }
}
.company-process-list-inner .textarea .highlight {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  padding: 15px 0;
}
@media (max-width: 768px) {
  .company-process-list-inner .textarea .highlight {
    padding: 0;
    font-weight: 600;
  }
}
.company-process-list-inner .textarea .cmn-text_lead {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .company-process-list-inner .textarea .cmn-text_lead {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.company-process-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px min(70px, 5vw);
  margin-top: 50px;
}
.company-process-cta .tel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-process-cta .tel-num p {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  font-family: "Newsreader", serif;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333333;
}
.company-process-cta .tel-num p::before {
  content: "";
  -webkit-mask: url(../images/call-icon.svg) center/contain no-repeat;
          mask: url(../images/call-icon.svg) center/contain no-repeat;
  background: #333333;
  width: 0.8em;
  height: 0.8em;
  aspect-ratio: 1;
  display: block;
}
.company-process-cta .tel-item {
  padding: 10px min(50px, 3vw) 0;
  margin-top: 10px;
  border-top: #333333 1px solid;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.company-process-cta .tel-item span {
  font-size: clamp(0.75rem, 0.2314814815vw + 0.6388888889rem, 0.8125rem);
  display: block;
  margin-top: 7px;
}
.company-process-cta .contact-btn {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: flex;
  gap: 25px;
  align-items: center;
  color: #333333;
}
.company-process-cta .contact-btn .icon {
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #333333 2px solid;
}
.company-process-cta .contact-btn .icon::before {
  content: "";
  -webkit-mask: url(../images/mail-icon.svg) center/contain no-repeat;
          mask: url(../images/mail-icon.svg) center/contain no-repeat;
  background: #333333;
  width: 55%;
  height: 55%;
}
.company-process-cta .contact-btn p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  position: relative;
}
.company-process-cta .contact-btn p::before {
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .company-process-cta .contact-btn:hover p::before {
    transform: scaleX(1);
  }
}
.company-process-images {
  position: absolute;
  width: 85%;
  max-width: 1580px;
  height: 90%;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: min(150px, 5vw);
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .company-process-images {
    display: none;
  }
}
.company-process-images li {
  width: 30%;
  flex: 1;
  margin: 0 0 0 auto;
  position: relative;
}
.company-process-images li .image {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.company-process-images li .image_01 {
  width: 55%;
  max-width: 238px;
  aspect-ratio: 238/306;
  top: 0;
  left: 0;
}
.company-process-images li .image_02 {
  width: 40%;
  max-width: 229px;
  aspect-ratio: 229/151;
  bottom: 0;
  right: 0;
  transform: translateY(30%);
}
.company-process-images li .image_03 {
  width: 50%;
  max-width: 250px;
  aspect-ratio: 250/155;
  top: 3vw;
  left: min(45px, 3vw);
}
.company-process-images li .image_04 {
  width: 38%;
  max-width: 196px;
  aspect-ratio: 196/251;
  bottom: -2vw;
  right: 0;
}
.company-process-images li .image_05 {
  width: 55%;
  max-width: 238px;
  aspect-ratio: 238/306;
  top: 10%;
  left: 0;
}
.company-process-images li .image_06 {
  width: 40%;
  max-width: 229px;
  aspect-ratio: 229/151;
  top: 3vw;
  right: 0;
}
.company-process-images li .image_07 {
  width: 50%;
  max-width: 294px;
  aspect-ratio: 294/205;
  bottom: 0;
  left: 15%;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-phone {
  width: 90%;
  margin: 135px auto 160px;
}
@media (max-width: 768px) {
  .contact-phone {
    margin: 80px auto 100px;
  }
}
.contact-phone-block {
  background: #F2FAFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px min(70px, 3vw);
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  color: #333333;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .contact-phone-block {
    margin-top: 35px;
    width: 100%;
    padding: 35px 3vw;
  }
}
.contact-phone-block .tel-num {
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 10.8796296296vw + -3.4722222222rem, 4.6875rem);
  display: flex;
  justify-content: center;
  gap: min(20px, 3vw);
}
@media (max-width: 768px) {
  .contact-phone-block .tel-num {
    font-size: 32px;
    font-size: 2rem;
  }
}
.contact-phone-block .tel-num::before {
  content: "";
  background: #333333;
  -webkit-mask: url(../images/call-icon.svg) center/contain no-repeat;
          mask: url(../images/call-icon.svg) center/contain no-repeat;
  display: block;
  width: 0.9em;
  height: 0.9em;
}
.contact-phone-block .tel-item {
  margin: 1em auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  text-align: center;
}
.contact-phone-block .tel-item span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.contact-form {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .contact-form {
    margin-bottom: 100px;
  }
}
.contact-form-block {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-form-block {
    margin-top: 50px;
  }
}
.contact-form dl {
  margin-bottom: 30px;
}
.contact-form dl dt {
  display: flex;
  align-items: center;
  gap: min(20px, 3vw);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.contact-form dl dt .required {
  color: #fff;
  background: #369BDA;
  border-radius: 5px;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form dl dd .wpcf7-radio {
  display: flex;
  gap: 8px min(60px, 5vw);
  flex-wrap: wrap;
}
.contact-form dl dd .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 768px) {
  .contact-form dl dd .wpcf7-list-item {
    width: 100%;
  }
}
.contact-form dl dd .wpcf7-list-item input {
  display: none;
}
.contact-form dl dd .wpcf7-list-item input:checked + span::after {
  transform: translate(-50%, -50%) scale(1);
}
.contact-form dl dd .wpcf7-list-item-label {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: min(20px, 3vw);
  position: relative;
}
.contact-form dl dd .wpcf7-list-item-label::before {
  content: "";
  background: #F2FAFF;
  border: #369BDA 1px solid;
  width: 1.7em;
  height: 1.7em;
  display: block;
  border-radius: 50%;
}
.contact-form dl dd .wpcf7-list-item-label::after {
  content: "";
  background: #369BDA;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  left: 0.85em;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  border-radius: 50%;
  transform-origin: center;
  transition: all 0.3s;
}
.contact-form dl dd textarea, .contact-form dl dd input, .contact-form dl dd select {
  background: #F2FAFF;
  padding: 25px min(50px, 5vw);
  border-radius: 10px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
@media (max-width: 768px) {
  .contact-form dl dd textarea, .contact-form dl dd input, .contact-form dl dd select {
    padding: 15px 5vw;
  }
}
.contact-form dl dd select, .contact-form dl dd #zip {
  max-width: 500px;
}
.contact-form dl dd textarea {
  max-height: 310px;
}
@media (max-width: 768px) {
  .contact-form dl dd textarea {
    max-height: 250px;
  }
}
.contact-form dl dd .form-address li + li {
  margin-top: 10px;
}
.contact-form dl dd .form-address li .form-select {
  max-width: 500px;
  position: relative;
}
.contact-form dl dd .form-address li .form-select::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  display: block;
  background: #369BDA;
  width: 1.2em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: min(50px, 5vw);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.contact-form .unit-privacy-block {
  background: #F2FAFF;
  margin: 10px 0 40px;
  padding: 25px min(50px, 5vw);
  max-height: 380px;
}
@media (max-width: 768px) {
  .contact-form .unit-privacy-block {
    max-height: 280px;
    padding: 15px 5vw;
  }
}
.contact-form .unit-privacy-inner {
  height: 330px;
  overflow-y: auto;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .contact-form .unit-privacy-inner {
    height: 230px;
    padding-right: 12px;
  }
}
.contact-form .unit-privacy-inner::-webkit-scrollbar-track {
  background: #fff;
}
.contact-form .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-form .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form .privacy-check .wpcf7-list-item input {
  display: none;
}
.contact-form .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.contact-form .privacy-check .wpcf7-list-item-label {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: min(20px, 3vw);
  position: relative;
}
.contact-form .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #F2FAFF;
  width: 1.7em;
  height: 1.7em;
  display: block;
}
.contact-form .privacy-check .wpcf7-list-item-label::after {
  content: "";
  background: url(../images/check-icon.svg) center/contain no-repeat;
  display: block;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.15s;
}
.contact-form #form-confirm .unit-privacy, .contact-form #form-confirm .privacy-check {
  display: none;
}
.contact-form .check_no-through {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin: 80px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
}
.contact-form .check_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(50px, 5vw);
  width: 90%;
  margin: 80px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.contact-form .check_submit .confirm-none, .contact-form .check_submit .input-none {
  border-bottom: #333333 1px solid;
  padding-bottom: 10px;
  position: relative;
}
.contact-form .check_submit .confirm-none::before, .contact-form .check_submit .input-none::before {
  content: "";
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 100%;
  right: 100%;
  transform: translateY(-50%);
  transition: all 0.8s;
}
@media (min-width: 769px) {
  .contact-form .check_submit .confirm-none:hover::before, .contact-form .check_submit .input-none:hover::before {
    right: -50px;
  }
}
.contact-form .check_submit .confirm-button {
  display: flex;
  align-items: center;
  gap: min(25px, 3vw);
  position: relative;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form .check_submit .confirm-button::before {
  content: "";
  background: url(../images/arrow-icon.svg) center/contain no-repeat;
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.15em;
  transform: translateY(-50%);
}
.contact-form .check_submit .confirm-button::after {
  content: "";
  background: #3AAD34;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form .check_submit .confirm-button:hover::after {
    background: #369BDA;
  }
}

.cf-complete {
  width: 90%;
  margin: max(10vh, 100px) auto 160px;
}
@media (max-width: 768px) {
  .cf-complete {
    margin: 10vh auto 100px;
  }
}
.cf-complete .content-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 80px auto 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cf-complete .content-text {
    margin: 50px auto 30px;
  }
}
.cf-complete .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
  position: relative;
  padding: 80px 5vw 160px;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 5vw 100px;
    background: url(../images/cta-bg.jpg) 65%/cover no-repeat;
  }
}
.cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #696969;
  opacity: 0.56;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cta > * {
  position: relative;
  z-index: 1;
  color: #fff;
}
.cta-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.cta-title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2.8125rem, 15.2777777778vw + -4.5208333333rem, 6.9375rem);
}
.cta-title .ja {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.7777777778vw + -0.2083333333rem, 1.875rem);
  margin-top: 20px;
}
.cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(200px, 10vw);
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cta-content {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
  }
}
.cta-content .tel-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2rem, 8.7962962963vw + -2.2222222222rem, 4.375rem);
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #fff 1px solid;
}
.cta-content .tel-num::before {
  content: "";
  -webkit-mask: url(../images/call-icon.svg) center/contain no-repeat;
          mask: url(../images/call-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 0.9em;
  height: 0.9em;
  display: block;
}
.cta-content .tel-text {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 2.0833333333vw + 0rem, 1.5625rem);
  text-align: center;
}
.cta-content .tel-text span {
  font-size: clamp(0.8125rem, 1.1574074074vw + 0.2569444444rem, 1.125rem);
  display: block;
  margin-top: 15px;
}
.cta-content .btns .recruit-btn, .cta-content .btns .contact-btn {
  color: #B7FFB3;
  font-size: clamp(1rem, 1.6203703704vw + 0.2222222222rem, 1.4375rem);
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 768px) {
  .cta-content .btns .recruit-btn, .cta-content .btns .contact-btn {
    gap: 15px;
  }
}
.cta-content .btns .recruit-btn .icon, .cta-content .btns .contact-btn .icon {
  border: #B7FFB3 2px solid;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  min-width: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta-content .btns .recruit-btn .icon, .cta-content .btns .contact-btn .icon {
    width: 2.8em;
    height: 2.8em;
    min-width: 2.8em;
  }
}
.cta-content .btns .recruit-btn .icon::before, .cta-content .btns .contact-btn .icon::before {
  content: "";
  -webkit-mask: url(../images/person-icon.svg) center/contain no-repeat;
          mask: url(../images/person-icon.svg) center/contain no-repeat;
  background: #B7FFB3;
  width: 80%;
  height: 80%;
  display: block;
}
.cta-content .btns .recruit-btn p, .cta-content .btns .contact-btn p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  position: relative;
}
.cta-content .btns .recruit-btn p::before, .cta-content .btns .contact-btn p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  background: #B7FFB3;
  transform-origin: left center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cta-content .btns .recruit-btn:hover p::before, .cta-content .btns .contact-btn:hover p::before {
    transform: scaleX(1);
  }
}
.cta-content .btns .contact-btn {
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cta-content .btns .contact-btn {
    margin-top: 20px;
  }
}
.cta-content .btns .contact-btn .icon {
  border: #fff 2px solid;
}
.cta-content .btns .contact-btn .icon::before {
  -webkit-mask: url(../images/mail-icon.svg) center/contain no-repeat;
          mask: url(../images/mail-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 55%;
  height: 55%;
}
.cta-content .btns .contact-btn p::before {
  background: #fff;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background: #333333;
  color: #fff;
  padding: 120px 5vw 55px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 80px 5vw 30px;
  }
}
.footer a {
  color: #fff;
}
.footer .ft_logo {
  margin-bottom: 60px;
  display: block;
}
@media (max-width: 768px) {
  .footer .ft_logo {
    margin-bottom: 35px;
  }
}
.footer .ft_logo .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.75rem, 3.4722222222vw + 0.0833333333rem, 2.6875rem);
  margin-bottom: 15px;
}
.footer .ft_logo .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18rem;
  font-size: clamp(1.375rem, 2.0833333333vw + 0.375rem, 1.9375rem);
}
.footer .ft_access {
  margin-bottom: 60px;
}
.footer .ft_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(40px, 3vw);
  max-width: 855px;
  width: 100%;
  margin: 0 auto 110px;
  padding-top: 60px;
  border-top: #fff 1px solid;
}
@media (max-width: 768px) {
  .footer .ft_list {
    display: none;
  }
}
.footer .ft_list a {
  position: relative;
  display: block;
}
.footer .ft_list a::before {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .footer .ft_list a:hover::before {
    transform: scaleX(1);
  }
}
.footer small {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  margin: 200px auto;
  width: 90%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .notfound-block {
    margin: 100px auto;
  }
}
.notfound-block-text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 50px;
  text-align: center;
}
.notfound-block .cmn-btn {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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