/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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} $fontWeight フォントの太さ
 * @param {number} $letterSpacing 文字間
 * @param {number} $lineHeight 行間
 * @param {string} $fontFamily フォントファミリー
 */
/**
 * トランジション
 *
 * @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 スクロールバーの色
 */
/**
 * object-fit: cover
 */
/**
 * bgグラデーション
 */
/**
 * 電話アイコン
 */
/**
 * 右矢印アイコン
 */
/**
 * お知らせリンク有アイコン
 */
/**
*プレースホルダーの色を指定するMixin
*/
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 260px;
  /* ラジオボタン変数 */
  --radio-outer: 24px;
  --radio-inner: 12px;
  /* チェックボックス変数 */
  --checkbox-outer: 25px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #F4F4F4;
  --thumb-color: #0C4968;
  padding: clamp(1.25rem, 10.5263157895vw + -1.9078947368rem, 6.25rem) clamp(1.875rem, 17.1052631579vw + -3.2565789474rem, 10rem);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: calc(var(--space-size) * 3);
  flex-direction: column;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.contact_form_unit dl:first-of-type {
  margin-top: 0;
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
  font-size: clamp(1rem, 0.5263157895vw + 0.8421052632rem, 1.25rem);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.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: #F4F4F4;
  background-color: #0C4968;
  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 {
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr li, .contact_form_unit dl li {
  /* セレクトボックス */
}
.contact_form_unit tr li:has(select), .contact_form_unit dl li:has(select) {
  position: relative;
}
.contact_form_unit tr li:has(select)::before, .contact_form_unit dl li:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
  z-index: 2;
  color: #1D81D2;
}
.contact_form_unit tr, .contact_form_unit dl {
  /* ラジオボタン */
}
.contact_form_unit tr .radio_wrapper, .contact_form_unit dl .radio_wrapper {
  padding: clamp(0.625rem, 1.9736842105vw + 0.0328947368rem, 1.5625rem) 0;
}
@media (max-width: 1024px) {
  .contact_form_unit tr .radio_wrapper .wpcf7-radio, .contact_form_unit dl .radio_wrapper .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
}
.contact_form_unit tr .radio_wrapper .wpcf7-list-item, .contact_form_unit dl .radio_wrapper .wpcf7-list-item {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  margin: 0;
}
.contact_form_unit tr .radio_wrapper .wpcf7-list-item label input[type=radio], .contact_form_unit dl .radio_wrapper .wpcf7-list-item label input[type=radio] {
  display: none;
}
.contact_form_unit tr .radio_wrapper .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label, .contact_form_unit dl .radio_wrapper .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
}
.contact_form_unit tr .radio_wrapper .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label::before, .contact_form_unit dl .radio_wrapper .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #1D81D2;
}
.contact_form_unit tr .radio_wrapper .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label::after, .contact_form_unit dl .radio_wrapper .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label::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 .radio_wrapper .wpcf7-list-item label input[type=radio]:checked + span::after, .contact_form_unit dl .radio_wrapper .wpcf7-list-item label input[type=radio]:checked + span::after {
  background-color: #1D81D2;
}
.contact_form_unit tr .radio_wrapper .wpcf7-list-item:not(:first-child), .contact_form_unit dl .radio_wrapper .wpcf7-list-item:not(:first-child) {
  margin: 0 0 0 clamp(0.125rem, 5vw + -1.375rem, 2.5rem);
}
@media (max-width: 1024px) {
  .contact_form_unit tr .radio_wrapper .wpcf7-list-item:not(:first-child), .contact_form_unit dl .radio_wrapper .wpcf7-list-item:not(:first-child) {
    margin: 0 0 0 0;
  }
}
.contact_form_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .privacy_check {
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.3947368421vw + 0.8190789474rem, 1.125rem);
}
.contact_form_unit .privacy_check > span {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 5) auto 0;
}
.contact_form_unit .privacy_check > span input[type=checkbox] {
  display: none;
}
.contact_form_unit .privacy_check > span input[type=checkbox] + span {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .privacy_check > span input[type=checkbox] + span::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #1D81D2;
}
.contact_form_unit .privacy_check > span input[type=checkbox] + span::after {
  content: "\e5ca";
  font-family: "Material Icons Outlined";
  font-size: var(--checkbox-outer);
  position: absolute;
  top: calc(50% - var(--checkbox-oute) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-outer)) / 2);
  transform: scale(0);
  transition: all 0.3s ease;
  color: #1D81D2;
}
.contact_form_unit .privacy_check > span input[type=checkbox]:checked + span::after {
  transform: scale(1);
}
.contact_form_unit .privacy_check + .val-err {
  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-bottom: calc(var(--space-size) * 5);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #0C4968;
  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: #F4F4F4;
}
.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: #F4F4F4;
}
.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(244, 244, 244, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(12, 73, 104, 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: #0C4968;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #F4F4F4;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #0C4968;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  common styles
--------------------------------------------------------------------------------*/
/*---------- sp link tel ----------*/
a[href=""] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

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

.main {
  margin: clamp(2.1875rem, 4.6052631579vw + 0.8059210526rem, 4.375rem) 0 clamp(3.75rem, 18.4210526316vw + -1.7763157895rem, 12.5rem);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logomark {
  display: block;
  width: clamp(2.5rem, 3.1578947368vw + 1.5526315789rem, 4rem);
  aspect-ratio: 64/55;
}

.logo {
  display: block;
  width: clamp(15.625rem, 8.2894736842vw + 13.1381578947rem, 19.5625rem);
  aspect-ratio: 313/38;
}

.cmn_logo {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cmn_tel_icon {
  display: inline-block;
  width: clamp(1rem, 0.3947368421vw + 0.8815789474rem, 1.1875rem);
  height: clamp(1rem, 0.3947368421vw + 0.8815789474rem, 1.1875rem);
  background-color: #0C4968;
  -webkit-mask-image: url("../images/tel_icon.svg");
  mask-image: url("../images/tel_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}

.num {
  font-weight: 500;
  letter-spacing: calc(1 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.25rem, 0.5263157895vw + 1.0921052632rem, 1.5rem);
}
@media (max-width: 768px) {
  .num {
    font-size: 24px;
  }
}

.tel_time {
  font-weight: 700;
  letter-spacing: calc(1 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.1315789474vw + 0.7105263158rem, 0.8125rem);
}

.cmn_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(1.5625rem, 5.9210526316vw + -0.2138157895rem, 4.375rem);
}

.cmn_read {
  font-weight: 600;
  letter-spacing: calc(3 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.625rem, 1.4473684211vw + 0.1907894737rem, 1.3125rem);
  color: #C8C8C8;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: clamp(0.625rem, 1.3157894737vw + 0.2302631579rem, 1.25rem);
}
.cmn_read::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1D81D2;
  border-radius: 50%;
  flex-shrink: 0;
}

.cmn_title {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
}

/*---------- base_wrapper ----------*/
:root {
  --wrapper_width: 1740px; /* 基準 */
  --wrapper_width_narrow: 1520px; /* 狭い */
}

.base_wrapper {
  width: 100%;
  max-width: calc(var(--wrapper_width) + 8vw);
  padding: 0 4vw;
  margin: 0 auto;
}
.base_wrapper.narrow {
  max-width: calc(var(--wrapper_width_narrow) + 10vw);
  padding: 0 5vw;
  margin-bottom: clamp(3.75rem, 13.1578947368vw + -0.1973684211rem, 10rem);
}

.floating_wrapper {
  position: relative;
  z-index: 0;
  background-image: url("../images/misshon_bgimg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 clamp(0.125rem, 2.3684210526vw + -0.5855263158rem, 1.25rem) clamp(3.75rem, 13.1578947368vw + -0.1973684211rem, 10rem);
  padding: clamp(1.875rem, 4.6052631579vw + 0.4934210526rem, 4.0625rem) 0 clamp(3.125rem, 19.7368421053vw + -2.7960526316rem, 12.5rem);
}
@media (max-width: 768px) {
  .floating_wrapper {
    margin: 0 3% 60px;
  }
}
.floating_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 102, 255, 0.2), rgba(255, 255, 255, 0.2));
  z-index: -1;
}

.floating_content {
  position: relative;
  z-index: 1;
  padding: 0 clamp(1.875rem, 3.9473684211vw + 0.6907894737rem, 3.75rem);
  max-width: calc(var(--wrapper_width_narrow) + 10vw);
  margin: 0 auto;
}
.floating_content .cmn_title {
  color: #fff;
}
.floating_content .cmn_read {
  color: #fff;
}
.floating_content .cmn_read::before {
  background-color: #82C7FF;
}

.floating_subttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.5789473684vw + 0.6513157895rem, 1.875rem);
  color: #fff;
  margin-bottom: clamp(0.9375rem, 1.9736842105vw + 0.3453947368rem, 1.875rem);
  text-align: center;
}

.floating_txt_item {
  background: #fff;
  border-radius: 10px;
  padding: clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem) clamp(0.3125rem, 18.8157894737vw + -5.3322368421rem, 9.25rem);
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .floating_txt_item {
    padding: clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem) 5%;
  }
}

.floating_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
}

.cmn_table {
  width: 100%;
}
.cmn_table th, .cmn_table td {
  text-align: left;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.3947368421vw + 0.7565789474rem, 1.0625rem);
}
.cmn_table th {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  width: clamp(11.25rem, 9.2105263158vw + 8.4868421053rem, 15.625rem);
  flex-shrink: 0;
  padding: clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem) clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem) clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem) clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem);
}
@media (max-width: 768px) {
  .cmn_table th {
    padding: 15px 3% 0;
  }
}
.cmn_table td {
  padding: clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem) clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem) clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem) clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cmn_table td {
    padding: 5px 3% 15px;
  }
}
.cmn_table tr {
  border-bottom: 1px solid #AFAFAF;
}
.cmn_table tr:first-child {
  border-top: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  .cmn_table tr {
    display: flex;
    flex-direction: column;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.menu_btn {
  display: none;
}
@media (max-width: 1240px) {
  .menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: clamp(3.4375rem, 1.3157894737vw + 3.0427631579rem, 4.0625rem);
    height: clamp(3.4375rem, 1.3157894737vw + 3.0427631579rem, 4.0625rem);
    border-radius: 10px;
    position: fixed;
    top: clamp(0.75rem, 1.0526315789vw + 0.4342105263rem, 1.25rem);
    right: clamp(0.75rem, 1.0526315789vw + 0.4342105263rem, 1.25rem);
    z-index: 15;
    cursor: pointer;
  }
}
.menu_btn.is-active {
  background: #F4F4F4;
}
.menu_btn.is-active .menu_line {
  margin: 0;
}
.menu_btn.is-active .menu_line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu_btn.is-active .menu_line:nth-child(2) {
  opacity: 0;
}
.menu_btn.is-active .menu_line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu_line {
  width: 55%;
  height: 3px;
  background: linear-gradient(to right, #1B80D2, #7EE2E2);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu_line:nth-child(1) {
  margin-top: -8px;
}
.menu_line:nth-child(2) {
  margin-top: 0;
}
.menu_line:nth-child(3) {
  margin-top: 8px;
}
.menu_line {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, margin 0.4s;
}

body {
  padding-top: 80px;
}
@media (max-width: 1240px) {
  body {
    padding-top: 0;
  }
}

.header {
  height: clamp(3.75rem, 2.6315789474vw + 2.9605263158rem, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(0.9375rem, 1.9736842105vw + 0.3453947368rem, 1.875rem);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .header {
    position: relative;
  }
  .header .hamburger_btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .header {
    background: #F4F4F4;
  }
}

.header_wrap {
  display: flex;
  height: 80px;
  align-items: center;
  gap: 0 clamp(0.3125rem, 1.3157894737vw + -0.0822368421rem, 0.9375rem);
}
@media (max-width: 1240px) {
  .header_wrap {
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 14;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .header_wrap.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header_wrap:not(.is-open) {
    transform: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

.hd_nav_list {
  display: flex;
  gap: 30px;
}
@media (max-width: 1240px) {
  .hd_nav_list {
    flex-direction: column;
    text-align: center;
  }
}
.hd_nav_list a {
  font-weight: 700;
  letter-spacing: calc(1 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.3947368421vw + 0.7565789474rem, 1.0625rem);
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .hd_nav_list a {
    height: auto;
  }
}
.hd_nav_list a::before {
  border: 3px solid #1D81D2;
  content: "";
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .hd_nav_list a:hover {
    color: #1D81D2;
  }
  .hd_nav_list a:hover::before {
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 769px) and (max-width: 1240px) {
  .hd_nav_list a:hover::before {
    opacity: 0;
  }
}

.hd_tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1240px) {
  .hd_tel {
    margin: 50px 0;
  }
}

.hd_contact_btn {
  background: linear-gradient(to right, #1B80D2 0%, #7EE2E2 50%, #1B80D2 100%);
  background-size: 200% auto;
  transition: background-position 0.5s ease;
}
@media (min-width: 769px) {
  .hd_contact_btn:hover {
    background-position: right center;
  }
}
.hd_contact_btn {
  height: 100%;
  max-width: clamp(6.25rem, 19.7368421053vw + 0.3289473684rem, 15.625rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  align-self: stretch;
  padding: 0 35px;
}
@media (max-width: 1240px) {
  .hd_contact_btn {
    max-width: 250px;
    width: 100%;
    height: 80px;
    flex-grow: 0;
    margin: 0 auto;
  }
}
.hd_contact_btn span {
  display: block;
  width: 23px;
  height: 19px;
  margin-right: 18px;
}
.hd_contact_btn span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hd_contact_btn p {
  font-weight: 700;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.3947368421vw + 0.8815789474rem, 1.1875rem);
  color: #F4F4F4;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
body.index .hd_nav .hd_nav_list li:nth-of-type(1) a {
  color: #1D81D2;
}
body.index .hd_nav .hd_nav_list li:nth-of-type(1) a::before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1240px) {
  body.index .hd_nav .hd_nav_list li:nth-of-type(1) a::before {
    opacity: 0;
  }
}

body.service .hd_nav .hd_nav_list li:nth-of-type(2) a {
  color: #1D81D2;
}
body.service .hd_nav .hd_nav_list li:nth-of-type(2) a::before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1240px) {
  body.service .hd_nav .hd_nav_list li:nth-of-type(2) a::before {
    opacity: 0;
  }
}

body.company .hd_nav .hd_nav_list li:nth-of-type(3) a {
  color: #1D81D2;
}
body.company .hd_nav .hd_nav_list li:nth-of-type(3) a::before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1240px) {
  body.company .hd_nav .hd_nav_list li:nth-of-type(3) a::before {
    opacity: 0;
  }
}

body.recruit .hd_nav .hd_nav_list li:nth-of-type(4) a {
  color: #1D81D2;
}
body.recruit .hd_nav .hd_nav_list li:nth-of-type(4) a::before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1240px) {
  body.recruit .hd_nav .hd_nav_list li:nth-of-type(4) a::before {
    opacity: 0;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.main_ttl {
  width: 700px;
  height: 90px;
  background: url(../images/main_copy.svg) center/cover no-repeat;
}
@media (max-width: 768px) {
  .main_ttl {
    background: url(../images/sp_main_copy.svg) center/cover no-repeat;
    aspect-ratio: 485/403;
    width: 60svw;
    height: auto;
  }
}
.main_ttl img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainimg_wrapper {
  position: relative;
  background: rgb(0, 0, 0);
}

.mainimg {
  position: relative;
  z-index: 0;
  height: 100vh;
}
@media (max-width: 768px) {
  .mainimg {
    height: 100svh;
  }
}
.mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.main_copy_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 0.6578947368vw + 1.0526315789rem, 1.5625rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.main_copy_wrapper.other {
  align-items: flex-start;
  left: 5%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .main_copy_wrapper.other {
    gap: 10px 0;
  }
}
.main_copy_wrapper .main_ttl_txt {
  display: none;
}

.main_copy_en {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.25rem, 0.3947368421vw + 1.1315789474rem, 1.4375rem);
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: clamp(0rem, 7.8947368421vw + -2.3684210526rem, 3.75rem);
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .main_copy_en {
    font-weight: 700;
    letter-spacing: calc(50 * 0.001em);
    line-height: 1.8;
    font-family: "Lexend Deca", sans-serif;
  }
}

.main_copy_txt {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .main_copy_txt {
    display: none;
  }
}

/*---------- other_mainimg ----------*/
.other_mainimg {
  position: relative;
  height: 470px;
}
@media (max-width: 768px) {
  .other_mainimg {
    height: 30svh;
  }
}
.other_mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page_ttl {
  font-weight: 700;
  letter-spacing: calc(100 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 5.2631578947vw + -0.3289473684rem, 3.75rem);
  color: #fff;
  display: block;
}

.page_subttl_en {
  font-weight: 600;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.75rem, 2.2368421053vw + 0.0789473684rem, 1.8125rem);
  color: #fff;
  display: block;
}

/*---------- breadcrumb ----------*/
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: clamp(0.3125rem, 3.2894736842vw + -0.6743421053rem, 1.875rem) 5vw 0 0;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li:first-child a {
  position: relative;
}
.breadcrumb li:first-child a::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
.breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 16px;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 7px;
  height: 12px;
  background: url("../images/breadcrumb_right.png") no-repeat center/contain;
  position: absolute;
  top: 3px;
  right: 0;
}
.breadcrumb a, .breadcrumb span {
  font-weight: 500;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.5263157895vw + 0.5921052632rem, 1rem);
  color: #8E8E8E;
  display: block;
}
.breadcrumb a {
  transition: all 0.3 ease;
}
@media (min-width: 769px) {
  .breadcrumb a:hover {
    opacity: 0.6;
  }
}

.cmn_btn, .confirm-button {
  background: linear-gradient(to right, #1B80D2 0%, #7EE2E2 50%, #1B80D2 100%);
  background-size: 200% auto;
  transition: background-position 0.5s ease;
}
@media (min-width: 769px) {
  .cmn_btn:hover, .confirm-button:hover {
    background-position: right center;
  }
}
.cmn_btn, .confirm-button {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  gap: 20px;
  padding: 25px clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
  border-radius: 60px;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
  cursor: pointer;
}
.cmn_btn::after, .confirm-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url("../images/arrow_right.svg");
  mask-image: url("../images/arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cmn_btn, .confirm-button {
    margin: 0 auto;
    width: 250px;
    display: flex;
  }
}
.cmn_btn.back_home_btn, .confirm-button.back_home_btn {
  width: 250px;
  margin: 0 auto;
}
.cmn_btn, .confirm-button {
  /*---------- btn　位置調整のため表示切替 ----------*/
}
.cmn_btn.sp_only_btn, .confirm-button.sp_only_btn {
  display: none;
}
@media (max-width: 768px) {
  .cmn_btn.sp_only_btn, .confirm-button.sp_only_btn {
    display: flex;
  }
}
@media (max-width: 768px) {
  .cmn_btn.pc_only_btn, .confirm-button.pc_only_btn {
    display: none;
  }
}

/*---------- boxer --------*/
.boxer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
  transition: all 0.3s ease;
}
.boxer img {
  transition: all 0.3s ease;
}
.boxer + .boxer {
  display: none;
}
@media (min-width: 769px) {
  .boxer:hover {
    opacity: 1;
  }
  .boxer:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .boxer:hover img {
    transform: none;
  }
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index_cmn_wrapper {
  margin-left: 5vw;
}
@media (max-width: 768px) {
  .index_cmn_wrapper {
    margin-right: 5vw;
  }
}

.strengths_txt_item {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 1240px) {
  .strengths_txt_item {
    width: 100%;
  }
}

.strengths_content {
  display: flex;
  align-items: center;
  gap: 0 clamp(0.3125rem, 3.2894736842vw + -0.6743421053rem, 1.875rem);
}
@media (max-width: 1600px) {
  .strengths_content {
    flex-direction: column;
    gap: 50px 0;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .strengths_content {
    gap: 20px 0;
  }
}

@media (max-width: 768px) {
  .strengths_visuals_item {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin: 0 auto;
  }
}

.strengths_list {
  display: flex;
  gap: clamp(0.3125rem, 0vw + 0.3125rem, 0.3125rem);
  flex-grow: 1;
}
@media (max-width: 1600px) {
  .strengths_list {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .strengths_list {
    flex-direction: column;
    margin-right: auto;
  }
}
.strengths_list li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: top;
  justify-content: center;
}
@media (max-width: 768px) {
  .strengths_list li {
    width: 80%;
    margin: 0 auto;
  }
}

.strengths_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
  display: block;
  margin-bottom: clamp(0.3125rem, 4.6052631579vw + -1.0690789474rem, 2.5rem);
}

.strengths_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.strengths_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strengths_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.strengths_li_txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
}

.strengths_item_subtxt {
  font-weight: 600;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.75rem, 0.7894736842vw + 0.5131578947rem, 1.125rem);
  margin-bottom: 15px;
  display: block;
}

.strengths_ttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 1.0526315789vw + 0.5592105263rem, 1.375rem);
  display: block;
}

.strengths_wrapper {
  position: relative;
  padding-bottom: clamp(2.5rem, 6.5789473684vw + 0.5263157895rem, 5.625rem);
  margin-bottom: clamp(3.125rem, 14.4736842105vw + -1.2171052632rem, 10rem);
}

.marquee_bg {
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.marquee_bg .marquee_inner {
  display: inline-block;
  animation: marquee_run 80s linear infinite;
}
.marquee_bg .marquee_inner span {
  padding-right: 50px;
  font-weight: 600;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(5rem, 7.8947368421vw + 2.6315789474rem, 8.75rem);
  background: linear-gradient(to right, #1B80D2, #7EE2E2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes marquee_run {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.case_wrapper {
  overflow: hidden;
  padding: 60px 0;
}

.case_list {
  display: flex;
  list-style: none;
}
.case_list .case_item {
  height: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case_list .case_img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #C8C8C8;
  position: relative;
}
.case_list .case_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.case_list .case_img::before {
  content: "NO PHOTO";
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.case_list .case_content .case_cat {
  margin-bottom: 10px;
  display: flex;
  gap: 0 5px;
}
.case_list .case_content .case_cat span {
  background-color: #0C4968;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.625rem, 0.5263157895vw + 0.4671052632rem, 0.875rem);
  padding: 4px 12px;
  border-radius: 5px;
}
.case_list .case_content .case_item_ttl {
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
}
.case_list .case_content .case_detail {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.3947368421vw + 0.6315789474rem, 0.9375rem);
  color: #636363;
}
.case_list .case_content .case_detail .detail_row {
  display: flex;
  margin-bottom: 5px;
}
.case_list .case_content .case_detail .detail_row dt {
  flex-shrink: 0;
  width: clamp(3.875rem, 1.7105263158vw + 3.3618421053rem, 4.6875rem);
}
.case_list .case_content .case_detail .detail_row dt::after {
  content: "-";
  margin-left: 5px;
}
.case_list .case_content .case_detail .detail_row dd {
  margin-left: 5px;
}

.index_recruit_wrapper {
  background-image: url("../images/index_recruit_bgimg.jpg");
}
.index_recruit_wrapper::before {
  background: rgba(0, 0, 0, 0.2);
}

.index_recruit_txt_item {
  text-align: center;
  padding: clamp(2.5rem, 5.2631578947vw + 0.9210526316rem, 5rem) clamp(0.3125rem, 13.1578947368vw + -3.6348684211rem, 6.5625rem);
  max-width: 800px;
}
@media (max-width: 768px) {
  .index_recruit_txt_item {
    text-align: left;
    padding: 5%;
  }
}
.index_recruit_txt_item .index_recruit_sbttl {
  color: #0C4968;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.5789473684vw + 0.6513157895rem, 1.875rem);
}
.index_recruit_txt_item .floating_txt {
  margin-bottom: clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
}

.news_wrapper {
  margin: 0 5%;
  display: flex;
}
@media (max-width: 768px) {
  .news_wrapper {
    flex-direction: column;
  }
}
.news_wrapper .cmn_ttl {
  flex-shrink: 0;
  margin-right: clamp(0.3125rem, 13.0263157895vw + -3.5953947368rem, 6.5rem);
}

.news_list {
  flex-grow: 1;
}
.news_list .news_item {
  display: flex;
  padding: clamp(0.3125rem, 5.9210526316vw + -1.4638157895rem, 3.125rem) clamp(0.3125rem, 7.2368421053vw + -1.8585526316rem, 3.75rem);
  border-bottom: 1px solid #AFAFAF;
  gap: 0 clamp(0.3125rem, 4.6052631579vw + -1.0690789474rem, 2.5rem);
}
.news_list .news_item:first-child {
  border-top: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  .news_list .news_item {
    flex-direction: column;
    gap: 10px 0;
    padding: 5% 3%;
  }
}
.news_list .news_cat {
  color: #999;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.3947368421vw + 0.7565789474rem, 1.0625rem);
  flex-basis: clamp(6.25rem, 5.2631578947vw + 4.6710526316rem, 8.75rem);
  flex-shrink: 0;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .news_list .news_cat {
    flex-basis: 100%;
  }
}
.news_list .news_content {
  flex-grow: 1;
}
.news_list time {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.875rem, 0.6578947368vw + 0.6776315789rem, 1.1875rem);
  color: #1D81D2;
  display: block;
  margin-bottom: clamp(0.3125rem, 1.9736842105vw + -0.2796052632rem, 1.25rem);
}

.news_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
}

.news_link {
  color: #1D81D2;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-top: 5px;
  transition: all 0.3 ease;
}
.news_link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #1D81D2;
  -webkit-mask-image: url("../images/open_in_new.svg");
  mask-image: url("../images/open_in_new.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  transition: all 0.3 ease;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .news_link::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #1D81D2;
    -webkit-mask-image: url("../images/open_in_new.svg");
    mask-image: url("../images/open_in_new.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
  }
}
@media (min-width: 769px) {
  .news_link:hover {
    color: #0C4968;
  }
  .news_link:hover::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #0C4968;
    -webkit-mask-image: url("../images/open_in_new.svg");
    mask-image: url("../images/open_in_new.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
  }
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service_read_wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.625rem, 7.8947368421vw + -1.7434210526rem, 4.375rem);
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .service_read_wrapper {
    flex-direction: column;
  }
}

.service_read_ttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.5789473684vw + 0.6513157895rem, 1.875rem);
  margin-bottom: clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem);
}

.service_read_txt {
  font-weight: 500;
  letter-spacing: calc(5 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
}

.service_read_img {
  flex-basis: clamp(11.25rem, 66.8421052632vw + -8.8026315789rem, 43rem);
  max-width: 100%;
  aspect-ratio: 688/411;
  flex-shrink: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .service_read_img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .service_read_img {
    margin: 20px auto 0;
  }
}
.service_read_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_read_content {
  flex-grow: 1;
}

.service_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.service_list li {
  display: flex;
  background: #fff;
  padding: clamp(1.5625rem, 3.2894736842vw + 0.5756578947rem, 3.125rem);
  justify-content: space-between;
  gap: 0 clamp(1.25rem, 11.7105263158vw + -2.2631578947rem, 6.8125rem);
  align-items: flex-start;
}
@media (max-width: 768px) {
  .service_list li {
    flex-direction: column;
    gap: 20px;
  }
}
.service_list li .service_txt_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.6578947368vw + 0.7401315789rem, 1.25rem) 0;
  margin-right: clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem);
  flex-grow: 1;
  flex: 1;
  max-width: 100%;
}
@media (max-width: 768px) {
  .service_list li .service_txt_wrapper {
    max-width: 100%;
    margin-right: 0;
    gap: 20px 0;
  }
}
.service_list li .service_li_img {
  width: clamp(11.25rem, 34.0789473684vw + 1.0263157895rem, 27.4375rem);
  aspect-ratio: 439/316;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service_list li .service_li_img {
    margin: 0 auto;
  }
}
.service_list li .service_li_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_list li .service_item_ttl {
  color: #1D81D2;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.5789473684vw + 0.6513157895rem, 1.875rem);
  display: block;
  position: relative;
}
.service_list li .service_item_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AFAFAF;
  position: absolute;
  bottom: clamp(-0.3125rem, -0.6578947368vw + -0.1151315789rem, -0.625rem);
  left: 0;
}
@media (max-width: 768px) {
  .service_list li .service_item_ttl {
    line-height: 1.5;
  }
}
.service_list li .service_item_subttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.9210526316vw + 0.7236842105rem, 1.4375rem);
}
@media (max-width: 768px) {
  .service_list li .service_item_subttl {
    line-height: 1.4;
  }
}
.service_list li .service_item_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .service_list li .service_item_txt {
    line-height: 1.4;
  }
}

.vehicle_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  gap: clamp(0.625rem, 6.5789473684vw + -1.3486842105rem, 3.75rem) clamp(0.9375rem, 4.6052631579vw + -0.4440789474rem, 3.125rem);
}
@media (max-width: 768px) {
  .vehicle_list {
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }
}
.vehicle_list li {
  width: calc((100% - clamp(0.9375rem, 4.6052631579vw + -0.4440789474rem, 3.125rem) * 2) / 3);
}
@media (max-width: 768px) {
  .vehicle_list li {
    width: calc((100% - (clamp(0.9375rem, 4.6052631579vw + -0.4440789474rem, 3.125rem))) / 2);
  }
}
@media (max-width: 480px) {
  .vehicle_list li {
    width: calc((100% - (clamp(0.9375rem, 4.6052631579vw + -0.4440789474rem, 3.125rem))) / 1);
  }
}
.vehicle_list li .vehicle_li_img {
  line-height: 0;
  margin-bottom: clamp(0.625rem, 0.6578947368vw + 0.4276315789rem, 0.9375rem);
  border-radius: 10px;
  overflow: hidden;
  background: #C8C8C8;
  position: relative;
  aspect-ratio: 233/168;
}
.vehicle_list li .vehicle_li_img img {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.vehicle_list li .vehicle_li_img::before {
  content: "NO PHOTO";
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.vehicle_list li .vehicle_item_name {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.3947368421vw + 0.8190789474rem, 1.125rem);
  margin-bottom: clamp(0.3125rem, 0.6578947368vw + 0.1151315789rem, 0.625rem);
}
.vehicle_list li .vehicle_item_txt {
  color: #636363;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.3947368421vw + 0.6315789474rem, 0.9375rem);
}

.pricing_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing_list li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(0.3125rem, 3.2894736842vw + -0.6743421053rem, 1.875rem);
}
@media (max-width: 768px) {
  .pricing_list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 5%;
  }
}
.pricing_list li .pricing_item_name {
  width: clamp(11.25rem, 10.7894736842vw + 8.0131578947rem, 16.375rem);
  flex-shrink: 0;
  text-align: center;
  padding-right: clamp(0.1875rem, 3.5526315789vw + -0.8782894737rem, 1.875rem);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 1.0526315789vw + 0.6217105263rem, 1.4375rem);
}
@media (max-width: 768px) {
  .pricing_list li .pricing_item_name {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
  }
}
.pricing_list li .pricing_item_desc {
  padding-left: clamp(0.3125rem, 5.9210526316vw + -1.4638157895rem, 3.125rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.3947368421vw + 0.8190789474rem, 1.125rem);
  position: relative;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .pricing_list li .pricing_item_desc {
    padding-left: 0;
  }
}
.pricing_list li .pricing_item_desc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  min-height: 60px;
  background-color: #AFAFAF;
}
@media (max-width: 768px) {
  .pricing_list li .pricing_item_desc::before {
    display: none;
  }
}

.area_content {
  background-image: url(../images/area_ibarakiken.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 5vw center;
}
@media (max-width: 768px) {
  .area_content {
    background-image: linear-gradient(rgba(244, 244, 244, 0.5), rgba(244, 244, 244, 0.5)), url(../images/area_ibarakiken.png);
  }
}

.area_content_txt_wrapper {
  width: 48vw;
}
@media (max-width: 768px) {
  .area_content_txt_wrapper {
    width: 100%;
  }
}

.area_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.area_list li .area_item_ttl {
  display: inline-block;
  background-color: #1D81D2;
  color: #fff;
  padding: clamp(0.3125rem, 0vw + 0.3125rem, 0.3125rem) clamp(0.3125rem, 1.9736842105vw + -0.2796052632rem, 1.25rem);
  border-radius: 5px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.3947368421vw + 0.8190789474rem, 1.125rem);
}
.area_list li .area_item_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  padding-left: 5px;
}
.area_list li .area_item_txt br {
  content: "";
  display: block;
  margin-top: 5px;
}

.faq_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.faq_list li {
  border-bottom: 1px solid #AFAFAF;
}
.faq_list li .faq_question {
  position: relative;
  padding: 30px 50px 0 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .faq_list li .faq_question {
    padding: 15px 25px 15px 30px;
  }
}
.faq_list li .faq_question:hover::before {
  color: #1D81D2;
}
.faq_list li .faq_question:hover .faq_q_txt {
  color: #1D81D2;
}
.faq_list li .faq_question::before {
  content: "Q";
  position: absolute;
  left: 20px;
  font-weight: 600;
  letter-spacing: calc(1 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.125rem, 2.6315789474vw + 0.3355263158rem, 2.375rem);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq_list li .faq_question::before {
    left: 0;
  }
}
.faq_list li .faq_question::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #2a92d4;
  border-right: 4px solid #2a92d4;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .faq_list li .faq_question::after {
    right: 0;
  }
}
.faq_list li .faq_question .faq_q_txt {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 1.0526315789vw + 0.6217105263rem, 1.4375rem);
  margin: 0;
  transition: all 0.3s ease;
}
.faq_list li .faq_answer {
  padding: 0px 50px 30px 60px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  position: relative;
}
@media (max-width: 768px) {
  .faq_list li .faq_answer {
    padding: 0 25px 0 30px;
  }
}
.faq_list li .faq_answer::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #1D81D2;
  font-weight: 600;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.125rem, 2.6315789474vw + 0.3355263158rem, 2.375rem);
  opacity: 0;
}
@media (max-width: 768px) {
  .faq_list li .faq_answer::before {
    left: 0;
  }
}
.faq_list li .faq_answer .faq_a_txt {
  color: #1D81D2;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  margin: 0;
  opacity: 0;
  transition: opacity 0.4s;
  display: block;
  padding-top: 30px;
}
.faq_list li.is-open .faq_question::after {
  transform: translateY(-20%) rotate(-45deg);
}
.faq_list li.is-open .faq_answer {
  max-height: 800px;
}
.faq_list li.is-open .faq_answer::before {
  opacity: 1;
}
.faq_list li.is-open .faq_answer .faq_a_txt {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  comapny
--------------------------------------------------------------------------------*/
.greeting_img {
  width: clamp(11.25rem, 31.5789473684vw + 1.7763157895rem, 26.25rem);
  aspect-ratio: 21/22;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.greeting_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .greeting_img {
    margin: 0 auto;
  }
}

.greeting_content {
  display: flex;
  gap: 0 clamp(0.3125rem, 12.5vw + -3.4375rem, 6.25rem);
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .greeting_content {
    flex-direction: column;
    gap: 50px 0;
  }
}
.greeting_content.no_img {
  justify-content: center;
}
.greeting_content.no_img .greeting_txt {
  max-width: 800px;
  width: 100%;
}

.greeting_txt_item {
  flex-grow: 1;
}

.greeting_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  display: block;
}

.greeting_name {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.6578947368vw + 0.7401315789rem, 1.25rem);
  display: block;
  text-align: right;
  margin-top: clamp(0.9375rem, 1.9736842105vw + 0.3453947368rem, 1.875rem);
}

.access_content iframe {
  width: 100%;
  height: clamp(12.5rem, 52.6315789474vw + -3.2894736842rem, 37.5rem);
  aspect-ratio: 38/15;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.message_wrapper {
  background-image: url("../images/message_bgimg.jpg");
}

.interview_list li.interview_item {
  display: flex;
  gap: 0 clamp(1.875rem, 9.2105263158vw + -0.8881578947rem, 6.25rem);
  align-items: flex-start;
  margin-bottom: 50px;
  background: #fff;
  padding: clamp(1.25rem, 5.2631578947vw + -0.3289473684rem, 3.75rem) clamp(0.625rem, 6.5789473684vw + -1.3486842105rem, 3.75rem);
}
@media (max-width: 1024px) {
  .interview_list li.interview_item {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media (max-width: 768px) {
  .interview_list li.interview_item {
    padding: clamp(1.25rem, 5.2631578947vw + -0.3289473684rem, 3.75rem) 5%;
  }
}
.interview_list li.interview_item .interview_ttl {
  color: #1D81D2;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.5789473684vw + 0.6513157895rem, 1.875rem);
  display: block;
  position: relative;
  margin-bottom: clamp(0.9375rem, 1.9736842105vw + 0.3453947368rem, 1.875rem);
}
.interview_list li.interview_item .interview_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AFAFAF;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.interview_list li.interview_item .interview_img_item {
  width: clamp(15.625rem, 24.7368421053vw + 8.2039473684rem, 27.375rem);
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .interview_list li.interview_item .interview_img_item {
    margin: 0 auto;
  }
}
.interview_list li.interview_item .interview_img {
  width: 100%;
  aspect-ratio: 439/316;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.interview_list li.interview_item .interview_img::before {
  display: block;
  content: "";
  background: url(../images/interview_no_photo.jpg) center/cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interview_list li.interview_item .interview_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.interview_list li.interview_item .interview_img_caption {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.7894736842vw + 0.5131578947rem, 1.125rem);
  color: #636363;
  display: block;
  margin-top: clamp(0.3125rem, 1.9736842105vw + -0.2796052632rem, 1.25rem);
}
.interview_list li.interview_item .interview_content_item {
  flex-grow: 1;
}
.interview_list li.interview_item .interview_question_txt {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.9210526316vw + 0.7236842105rem, 1.4375rem);
  display: block;
  position: relative;
}
.interview_list li.interview_item .interview_question_txt::before {
  content: "Q";
  font-weight: 600;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.125rem, 2.6315789474vw + 0.3355263158rem, 2.375rem);
  margin-right: 3px;
}
.interview_list li.interview_item .interview_answer_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  display: block;
  margin-top: clamp(0.3125rem, 0.6578947368vw + 0.1151315789rem, 0.625rem);
}
.interview_list li.interview_item .interview_item_list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 2.6315789474vw + -0.1644736842rem, 1.875rem) 0;
}

.flow_list {
  display: flex;
  flex-direction: column;
  width: clamp(15.625rem, 76.0526315789vw + -7.1907894737rem, 51.75rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flow_list {
    width: 100%;
  }
}
.flow_list li {
  display: flex;
  gap: clamp(0.3125rem, 8.5526315789vw + -2.2532894737rem, 4.375rem);
  align-items: top;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .flow_list li {
    flex-direction: column;
    gap: clamp(0.9375rem, 0.6578947368vw + 0.7401315789rem, 1.25rem);
  }
}
.flow_list li .flow_time {
  color: #1D81D2;
  font-weight: 500;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.8;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.25rem, 1.9736842105vw + 0.6578947368rem, 2.1875rem);
  display: block;
  padding-left: clamp(3.125rem, 3.0263157895vw + 2.2171052632rem, 4.5625rem);
  min-width: clamp(12.5rem, 14.2105263158vw + 8.2368421053rem, 19.25rem);
}
@media (max-width: 1024px) {
  .flow_list li .flow_time {
    font-weight: 500;
    letter-spacing: calc(30 * 0.001em);
    line-height: 1;
    font-family: "Lexend Deca", sans-serif;
  }
}
@media (max-width: 1024px) {
  .flow_list li .flow_item {
    padding-left: clamp(3.125rem, 3.0263157895vw + 2.2171052632rem, 4.5625rem);
  }
}
.flow_list li .flow_ttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.3157894737vw + 0.7302631579rem, 1.75rem);
  display: block;
}
.flow_list li .flow_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
  display: block;
}
.flow_list li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #F4F4F4;
  border-radius: 50%;
  position: absolute;
  border: 6px solid #1D81D2;
  left: 0;
  top: 1.9em;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .flow_list li::before {
    top: 0;
    transform: translateY(18%);
  }
}
.flow_list li::after {
  content: "";
  position: absolute;
  left: 9px;
  top: calc(1.8em + 10px);
  width: 5px;
  height: calc(100% + 0.9em);
  background-color: #1D81D2;
  z-index: 1;
}
@media (max-width: 1024px) {
  .flow_list li::after {
    top: 18%;
    height: calc(100% + 23px);
  }
}
.flow_list li:last-child::after {
  height: 0;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.5263157895vw + 0.7171052632rem, 1.125rem);
}

.contact_form_unit_wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 clamp(1.875rem, 9.2105263158vw + -0.8881578947rem, 6.25rem);
}
.contact_form_unit_wrapper .check_no-through {
  text-align: center;
  display: block;
  margin-top: clamp(1.5625rem, 3.2894736842vw + 0.5756578947rem, 3.125rem);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
}

.contact_form_unit {
  display: flex;
  flex-direction: column;
  margin-top: clamp(2.1875rem, 4.6052631579vw + 0.8059210526rem, 4.375rem);
}
.contact_form_unit dl .required {
  background: #1D81D2;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.2631578947vw + 0.6710526316rem, 0.875rem);
  padding: 5px 10px;
  display: inline-block;
  margin-left: 13px;
}
.contact_form_unit dl input::-moz-placeholder, .contact_form_unit dl textarea::-moz-placeholder, .contact_form_unit dl select::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}
.contact_form_unit dl input::placeholder,
.contact_form_unit dl textarea::placeholder,
.contact_form_unit dl select::placeholder {
  color: #B3B3B3;
  opacity: 1;
}
.contact_form_unit dl input:-ms-input-placeholder,
.contact_form_unit dl textarea:-ms-input-placeholder,
.contact_form_unit dl select:-ms-input-placeholder {
  color: #B3B3B3;
}
.contact_form_unit dl input::-ms-input-placeholder,
.contact_form_unit dl textarea::-ms-input-placeholder,
.contact_form_unit dl select::-ms-input-placeholder {
  color: #B3B3B3;
}
.contact_form_unit dl input,
.contact_form_unit dl textarea,
.contact_form_unit dl select {
  padding: clamp(0.625rem, 1.9736842105vw + 0.0328947368rem, 1.5625rem) clamp(0.3125rem, 4.6052631579vw + -1.0690789474rem, 2.5rem);
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  .contact_form_unit dl input,
  .contact_form_unit dl textarea,
  .contact_form_unit dl select {
    width: 100%;
    padding: 10px 3%;
  }
}
.contact_form_unit dl .form-address {
  display: flex;
  flex-direction: column;
  gap: clamp(0.375rem, 0.5263157895vw + 0.2171052632rem, 0.625rem) 0;
}
.contact_form_unit dl .form-address li:first-child {
  width: clamp(15.625rem, 19.4736842105vw + 9.7828947368rem, 24.875rem);
}
@media (max-width: 768px) {
  .contact_form_unit dl .form-address li:first-child {
    width: 100%;
  }
}
.contact_form_unit dl .form_zip_item {
  width: clamp(15.625rem, 19.4736842105vw + 9.7828947368rem, 24.875rem);
}
@media (max-width: 768px) {
  .contact_form_unit dl .form_zip_item {
    width: 100%;
  }
}
.contact_form_unit dl textarea {
  height: 300px;
}
.contact_form_unit dl .privacy_label_item {
  width: calc(var(--head-width) + 50px);
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .privacy_content {
  background: #F4F4F4;
  padding: clamp(0.625rem, 1.9736842105vw + 0.0328947368rem, 1.5625rem) clamp(0.3125rem, 4.6052631579vw + -1.0690789474rem, 2.5rem);
}
@media (max-width: 768px) {
  .contact_form_unit .privacy_content {
    padding: 15px 5%;
  }
}
.contact_form_unit .privacy_content_inner {
  height: clamp(11.25rem, 10.5263157895vw + 8.0921052632rem, 16.25rem);
  overflow-y: scroll;
  padding-right: clamp(0.3125rem, 5.6578947368vw + -1.3848684211rem, 3rem);
}
.contact_form_unit .privacy_content_inner::-webkit-scrollbar {
  width: 4px;
}
.contact_form_unit .privacy_content_inner::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.contact_form_unit .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #1D81D2;
}
.contact_form_unit .privacy_content_inner p, .contact_form_unit .privacy_content_inner h3, .contact_form_unit .privacy_content_inner li {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.3947368421vw + 0.8190789474rem, 1.125rem);
}
@media (max-width: 768px) {
  .contact_form_unit .privacy_content_inner {
    padding-right: 20px;
  }
}
.step-confirm .contact_form_unit dl {
  border-bottom: 2px solid #D9D9D9;
}
.step-confirm .contact_form_unit dd {
  padding-bottom: 20px;
}

.check_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 20px;
  }
}
.check_submit .back_btn .back-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  gap: 20px;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
  padding: 25px clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
  cursor: pointer;
  border-radius: 60px;
  background: #fff;
  background-image: none;
  border: 1px solid #1D81D2;
  color: #1D81D2;
  flex-direction: row-reverse;
  transition: all 0.3s ease;
}
.check_submit .back_btn .back-button::after {
  transform: rotate(180deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #1D81D2;
  -webkit-mask-image: url("../images/arrow_right.svg");
  mask-image: url("../images/arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .check_submit .back_btn .back-button:hover {
    background-image: none !important;
    background-color: #1D81D2 !important;
    color: #fff !important;
  }
  .check_submit .back_btn .back-button:hover::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-mask-image: url("../images/arrow_right.svg");
    mask-image: url("../images/arrow_right.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .check_submit .back_btn .back-button {
    width: 250px;
  }
}
.check_submit .send_btn {
  position: relative;
}
.check_submit .send_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url("../images/arrow_right.svg");
  mask-image: url("../images/arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .check_submit .send_btn::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-mask-image: url("../images/arrow_right.svg");
    mask-image: url("../images/arrow_right.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
  }
}
.check_submit .send_btn input {
  background: linear-gradient(to right, #1B80D2 0%, #7EE2E2 50%, #1B80D2 100%);
  background-size: 200% auto;
  transition: background-position 0.5s ease;
}
@media (min-width: 769px) {
  .check_submit .send_btn input:hover {
    background-position: right center;
  }
}
.check_submit .send_btn input {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  gap: 20px;
  padding: 25px clamp(1.25rem, 3.9473684211vw + 0.0657894737rem, 3.125rem) 25px clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
  border-radius: 60px;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .check_submit .send_btn input {
    margin: 0 auto;
    width: 250px;
    display: flex;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  height: 1250px;
  background-image: linear-gradient(rgb(244, 244, 244), rgba(255, 255, 255, 0)), url(../images/ft_bgimg.jpg);
}
@media (max-width: 768px) {
  .footer {
    height: auto;
  }
}

.ft_inner {
  padding: 0 clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
}
@media (max-width: 768px) {
  .ft_inner {
    padding: 0 5% 60px;
  }
}

.footer_hero {
  margin-bottom: clamp(2.5rem, 5.2631578947vw + 0.9210526316rem, 5rem);
}

.ft_logo {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .ft_logo {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.footer_contact-section {
  display: flex;
  align-items: center;
  gap: 0 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer_contact-section {
    flex-direction: column;
    gap: 20px;
  }
}

.footer_contact-btn {
  display: flex;
  width: clamp(15.625rem, 46.0526315789vw + 1.8092105263rem, 37.5rem);
  aspect-ratio: 10/3;
  background: #1D81D2;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 768px) {
  .footer_contact-btn {
    width: 80%;
    padding: 3%;
  }
}
.footer_contact-btn.contact_tel {
  width: clamp(15.625rem, 65.3947368421vw + -3.9934210526rem, 46.6875rem);
  margin: clamp(2.1875rem, 4.6052631579vw + 0.8059210526rem, 4.375rem) auto 0;
}
.footer_contact-btn.contact_tel .ft_tel_inner {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .footer_contact-btn.contact_tel .ft_tel_inner {
    margin: 0 0 10px;
    gap: 5px;
  }
}
.footer_contact-btn.contact_tel .num {
  font-size: clamp(1.25rem, 5.2631578947vw + -0.3289473684rem, 3.75rem);
}
.footer_contact-btn.contact_tel .cmn_tel_icon {
  display: inline-block;
  width: clamp(1.125rem, 4.4736842105vw + -0.2171052632rem, 3.25rem);
  height: clamp(1.125rem, 4.4736842105vw + -0.2171052632rem, 3.25rem);
  background-color: #fff;
  -webkit-mask-image: url("../images/tel_icon.svg");
  mask-image: url("../images/tel_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .footer_contact-btn.contact_tel .cmn_tel_icon {
    margin-top: 2%;
  }
}
.footer_contact-btn.contact_tel .tel_time {
  font-size: clamp(0.875rem, 0.7894736842vw + 0.6381578947rem, 1.25rem);
}
.footer_contact-btn p {
  color: #fff;
}
.footer_contact-btn .ft_tel_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: clamp(0.9375rem, 0.6578947368vw + 0.7401315789rem, 1.25rem) 0 10px;
}
.footer_contact-btn .ft_tel_num {
  font-size: clamp(1.25rem, 2.8947368421vw + 0.3815789474rem, 2.625rem);
  color: #fff;
}
.footer_contact-btn .cmn_tel_icon {
  display: inline-block;
  width: clamp(1.125rem, 0.9210526316vw + 0.8486842105rem, 1.5625rem);
  height: clamp(1.125rem, 0.9210526316vw + 0.8486842105rem, 1.5625rem);
  background-color: #fff;
  -webkit-mask-image: url("../images/tel_icon.svg");
  mask-image: url("../images/tel_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
.footer_contact-btn .tel_time {
  font-weight: 500;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.3947368421vw + 0.6315789474rem, 0.9375rem);
}
.footer_contact-btn .footer_btn-label {
  font-weight: 500;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.6578947368vw + 0.7401315789rem, 1.25rem);
}
.footer_contact-btn .footer_form-label {
  font-weight: 500;
  letter-spacing: calc(3 * 0.001em);
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.25rem, 2.8947368421vw + 0.3815789474rem, 2.625rem);
  color: #fff;
  margin-top: clamp(0.625rem, 1.3157894737vw + 0.2302631579rem, 1.25rem);
  display: flex;
  align-items: center;
}
.footer_contact-btn .footer_form-label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url("../images/arrow_right.svg");
  mask-image: url("../images/arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  transform: translateY(5px);
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer_contact-btn .footer_form-label::after {
    transform: translateY(0px);
  }
}
.footer_contact-btn.footer_contact-btn--email {
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer_contact-btn.footer_contact-btn--email:hover p::after, .footer_contact-btn.footer_contact-btn--email:hover span::after {
    transform: translateY(5px) translateX(10px);
  }
}

.footer_maincopy {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(1.5625rem, 1.9736842105vw + 0.9703947368rem, 2.5rem);
}
.footer_maincopy p {
  font-weight: 500;
  letter-spacing: calc(200 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 2.6315789474vw + 0.4605263158rem, 2.5rem);
  writing-mode: vertical-rl;
  color: #1D81D2;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.footer_maincopy span {
  display: block;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: #1D81D2 1px solid;
}
@media (max-width: 1240px) {
  .footer_info {
    flex-direction: column;
    gap: 100px 0;
  }
}
@media (max-width: 768px) {
  .footer_info {
    gap: 10px 0;
  }
}

.ft_address {
  display: flex;
  gap: 0 16px;
}
.ft_address p {
  font-weight: 700;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.5263157895vw + 0.5921052632rem, 1rem);
  color: #1D81D2;
  display: block;
}

.footer_sitemap {
  display: flex;
  flex-direction: column;
}

.footer_nav {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer_nav {
    display: none;
  }
}

.footer_nav_list {
  display: flex;
  gap: 0 40px;
}
.footer_nav_list a {
  font-weight: 700;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.3947368421vw + 0.7565789474rem, 1.0625rem);
  color: #1D81D2;
  transition: all 0.3 ease;
}
@media (min-width: 769px) {
  .footer_nav_list a:hover {
    opacity: 0.6;
  }
}

.footer_copyright {
  text-align: right;
}
@media (max-width: 1240px) {
  .footer_copyright {
    text-align: left;
  }
}
.footer_copyright small {
  font-weight: 700;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.2631578947vw + 0.6710526316rem, 0.875rem);
  color: #1D81D2;
  display: block;
}

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