/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: 112.5%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  フォント指定
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
  px to vw
-------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #B32940;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #B32940;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #404040;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #333333;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #404040;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 27px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #B32940;
  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.6666666667rem, 1.3661202186vw + 1.0837887067rem, 2.2222222222rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(0.8888888889rem, 0.5464480874vw + 0.6557377049rem, 1.1111111111rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(179, 41, 64, 0.2), 2px 0 15px rgba(179, 41, 64, 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: 18px;
  font-size: 1rem;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #B32940;
  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;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    top: 10px;
    justify-content: space-between;
  }
}

.hd_logo {
  width: 33%;
  max-width: 330px;
  height: auto;
}
@media (max-width: 1024px) {
  .hd_logo {
    width: 230px;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .hd_logo {
    width: 180px;
    padding-top: 5px;
  }
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_detail {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  width: 87%;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
@media (max-width: 1024px) {
  .hd_detail {
    background: rgba(255, 255, 255, 0.7);
    height: 60px;
    width: 100%;
    border-radius: 5px;
  }
}

.hd_right_item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hd_right_item {
    display: none;
  }
}

.hd_nav {
  display: flex;
  gap: 30px;
}
@media (max-width: 1240px) {
  .hd_nav {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: auto;
  }
}
.hd_nav li {
  transition: all 0.1s;
}
.hd_nav li a {
  display: block;
  color: #333333;
  font-size: clamp(0.8888888889rem, 0.8888888889rem + 0vw, 0.8888888889rem);
  font-weight: bold;
  transition: all 0.1s;
}
@media (max-width: 1240px) {
  .hd_nav li a {
    text-align: center;
  }
}
.hd_nav li a:hover {
  color: #B32940;
}
@media (max-width: 768px) {
  .hd_nav li a:hover {
    color: #333333;
  }
}

.hd_contact_btn {
  border-radius: 8px;
  background: #B32940;
  color: #ffffff;
  border: 3px solid #B32940;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 90px;
  padding: 0 25px;
  transition: all 0.3s;
}
.hd_contact_btn:hover {
  background: #ffffff;
}
.hd_contact_btn:hover p {
  color: #B32940;
}
.hd_contact_btn:hover svg path {
  fill: #B32940;
}
@media (max-width: 1200px) {
  .hd_contact_btn {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .hd_contact_btn {
    display: none;
  }
}
.hd_contact_btn svg {
  width: 30px;
  height: auto;
}
.hd_contact_btn p {
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8888888889rem + 0vw, 0.8888888889rem);
}

.hd_tel {
  display: flex;
  align-items: center;
  color: #333333;
  gap: 4px;
  line-height: 1.2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hd_tel {
    pointer-events: auto;
  }
}
.hd_tel svg {
  width: 32px;
  height: auto;
}
.hd_tel p {
  letter-spacing: 0.04em;
  font-family: "Oswald";
  font-weight: bold;
  font-size: clamp(1.3333333333rem, 1.0196078431rem + 1.1764705882vw, 2rem);
}
.hd_tel.flow_tel p {
  font-size: clamp(1.7777777778rem, 1.6732026144rem + 0.3921568627vw, 2rem);
}
.hd_tel.cta_tel p {
  font-size: clamp(2.1111111111rem, 1.7450980392rem + 1.3725490196vw, 2.8888888889rem);
}
.hd_tel.cta_tel svg {
  width: 47px;
  height: auto;
}
@media (max-width: 768px) {
  .hd_tel.cta_tel svg {
    width: 35px;
  }
}

.hd_tel_time {
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: end;
  line-height: 1.2;
  font-size: clamp(0.7222222222rem, 0.6960784314rem + 0.0980392157vw, 0.7777777778rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hd_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn-trigger {
  display: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn-trigger {
    display: block;
    position: relative;
    background: #B32940;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  .btn-trigger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    border-radius: 100px;
    transition: all 0.3s;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .btn-trigger span:nth-of-type(3) {
    top: 40px;
  }
}
.btn-trigger.is-active > span {
  left: 20%;
}
.btn-trigger.is-active > span:nth-of-type(1) {
  transform: translateY(10px) rotate(35deg);
}
.btn-trigger.is-active > span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.is-active > span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-35deg);
}

body.is-menu-open {
  overflow: hidden;
}

.hd_nav_wrap {
  display: none;
}
@media (max-width: 1024px) {
  .hd_nav_wrap {
    position: fixed;
    inset: 0;
    z-index: 9;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
  .hd_nav_wrap.is-active {
    pointer-events: auto;
    visibility: visible;
  }
  .hd_nav_wrap.is-active .hd_nav_overlay {
    opacity: 1;
  }
  .hd_nav_wrap.is-active .hd_nav_panel {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .hd_nav_overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 22, 38, 0.55);
    opacity: 0;
    transition: opacity 0.35s ease;
  }
}

@media (max-width: 1024px) {
  .hd_nav_panel {
    position: absolute;
    top: 84px;
    left: 2.5%;
    width: 95%;
    padding: 36px 24px 28px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(-14px);
    transition: all 0.35s ease;
  }
}

.hd_nav_sp {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hd_nav_sp li {
  border-bottom: 1px solid rgba(24, 36, 59, 0.12);
}
.hd_nav_sp li:first-child {
  border-top: 1px solid rgba(24, 36, 59, 0.12);
}
.hd_nav_sp li a {
  padding: 16px 6px;
  font-size: clamp(0.9444444444rem, 0.8660130719rem + 0.2941176471vw, 1.1111111111rem);
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.hd_nav_contact {
  margin-top: 22px;
}
.hd_nav_contact .hd_tel {
  justify-content: center;
}
.hd_nav_contact .hd_tel_time {
  margin-top: 2px;
  text-align: center;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mainimg_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.2);
}
.mainimg_wrap .mainimg {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainimg_wrap .mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_txt_wrap {
  position: absolute;
  bottom: 18%;
  left: 5%;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .mv_txt_wrap {
    left: 2%;
  }
}
.mv_txt_wrap h1 {
  line-height: 1.4;
  font-weight: 900;
  font-size: clamp(2.3888888889rem, 1.5522875817rem + 3.137254902vw, 4.1666666667rem);
}
.mv_txt_wrap span {
  display: block;
  padding-top: 30px;
  font-size: clamp(1.1111111111rem, 0.8496732026rem + 0.9803921569vw, 1.6666666667rem);
}

.low_img {
  width: 100%;
  height: 600px;
  position: relative;
}
.low_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.3);
}
@media (max-width: 768px) {
  .low_img {
    height: 350px;
  }
}
.low_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.low_ttl_box {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #ffffff;
  content: "";
}

.lower_ttl {
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-size: clamp(2rem, 1.2418300654rem + 2.8431372549vw, 3.6111111111rem);
}

/*-------------------------------------------------------------------------------
  共通パーツ
--------------------------------------------------------------------------------*/
.cmn_btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333333;
}
@media (max-width: 768px) {
  .cmn_btn {
    justify-content: center;
  }
}
.cmn_btn p {
  background: #ffffff;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  padding: 20px 60px 20px 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .cmn_btn p {
    padding: 20px 15px;
    line-height: 1.5;
  }
}
.cmn_btn span {
  background: #B32940;
  border: 1px solid #B32940;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  line-height: 1;
  border-radius: 5px;
  align-self: stretch;
  overflow: hidden;
}
.cmn_btn span svg {
  display: block;
}
@media (max-width: 768px) {
  .cmn_btn span {
    padding: 20px 15px;
  }
}
.cmn_btn span.bk_white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
}
.cmn_btn span.bk_white svg {
  fill: #333333;
}
.cmn_btn.is_center {
  justify-content: center;
}
.cmn_btn:hover span svg, .cmn_btn:focus-visible span svg {
  animation: cmn_btn_arrow_slide 0.6s ease-in-out;
}
.cmn_btn.recruitment_btn {
  padding-top: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cmn_btn.recruitment_btn {
    padding-top: 30px;
  }
}

@keyframes cmn_btn_arrow_slide {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(180%);
  }
  46% {
    transform: translateX(-180%);
  }
  100% {
    transform: translateX(0);
  }
}
.cmn_ttl.is_center {
  text-align: center;
}
.cmn_ttl.is_nowrap {
  white-space: nowrap;
}

.cmn_eg_ttl {
  line-height: 1.5;
  display: inline-block;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0;
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
  padding-left: 15px;
  border-left: 5px solid #B32940;
  color: #B32940;
}
.cmn_eg_ttl.is_white {
  color: #ffffff;
  border-left: 5px solid #ffffff;
}

.cmn_ja_ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.3333333333rem, 0.9150326797rem + 1.568627451vw, 2.2222222222rem);
}
.cmn_ja_ttl.is_white {
  color: #ffffff;
}

.cmn_contents_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  gap: 6%;
  align-items: flex-start;
  padding: 130px 0 160px;
}
@media (max-width: 1024px) {
  .cmn_contents_wrap {
    flex-direction: column;
    row-gap: 30px;
    padding: 60px 0 80px;
  }
}

.contents_txt_wrap {
  width: 60%;
}
@media (max-width: 1024px) {
  .contents_txt_wrap {
    width: 100%;
  }
}

.contents_ttl {
  padding: 50px 0 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
}
@media (max-width: 768px) {
  .contents_ttl {
    padding: 25px 0 20px;
  }
}

.contents_txt {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
.contents_txt.message_txt {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .contents_txt.message_txt {
    padding-bottom: 20px;
  }
}

.contents_img {
  height: 570px;
  width: 40%;
}
@media (max-width: 1024px) {
  .contents_img {
    width: 100%;
    height: 250px;
  }
}
.contents_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.cmn_table_contents {
  padding: 130px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .cmn_table_contents {
    padding: 60px 0;
  }
}
.cmn_table_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: #F4F5F7;
  z-index: -1;
}
.cmn_table_contents.recruitment_unit {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .cmn_table_contents.recruitment_unit {
    margin-bottom: 60px;
  }
}

.cmn_table_contents_inner {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 10%;
}
@media (max-width: 768px) {
  .cmn_table_contents_inner {
    flex-direction: column;
    max-width: unset;
    row-gap: 30px;
  }
}

.cmn_table {
  width: 80%;
}
@media (max-width: 768px) {
  .cmn_table {
    width: 100%;
  }
}
.cmn_table dl {
  display: flex;
  padding: 24px 0;
  font-weight: 500;
  border-bottom: 1px solid #333333;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .cmn_table dl {
    padding: 0;
  }
}
.cmn_table dt {
  width: 100%;
  max-width: 190px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .cmn_table dt {
    max-width: unset;
    width: max(150px, 23%);
    padding: 20px 10px;
  }
}
.cmn_table dd {
  width: 100%;
  max-width: 870px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .cmn_table dd {
    max-width: unset;
    padding: 20px 10px;
  }
}

/*-------------------------------------------------------------------------------
  pages
--------------------------------------------------------------------------------*/
body.index .hd_nav li:nth-of-type(1) a {
  border-bottom: 4px solid #B32940;
  padding-bottom: 5px;
}
@media (max-width: 1240px) {
  body.index .hd_nav li:nth-of-type(1) a {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.index .hd_nav li:nth-of-type(1) a {
    padding: 16px 6px;
  }
}

body.company .hd_nav li:nth-of-type(2) a {
  border-bottom: 4px solid #B32940;
  padding-bottom: 5px;
}
@media (max-width: 1240px) {
  body.company .hd_nav li:nth-of-type(2) a {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.company .hd_nav li:nth-of-type(2) a {
    padding: 16px 6px;
  }
}

body.service .hd_nav li:nth-of-type(3) a {
  border-bottom: 4px solid #B32940;
  padding-bottom: 5px;
}
@media (max-width: 1240px) {
  body.service .hd_nav li:nth-of-type(3) a {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.service .hd_nav li:nth-of-type(3) a {
    padding: 16px 6px;
  }
}

body.recruit .hd_nav li:nth-of-type(4) a {
  border-bottom: 4px solid #B32940;
  padding-bottom: 5px;
}
@media (max-width: 1240px) {
  body.recruit .hd_nav li:nth-of-type(4) a {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.recruit .hd_nav li:nth-of-type(4) a {
    padding: 16px 6px;
  }
}

body.contact .hd_nav li:nth-of-type(5) a {
  border-bottom: 4px solid #B32940;
  padding-bottom: 5px;
}
@media (max-width: 1240px) {
  body.contact .hd_nav li:nth-of-type(5) a {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.contact .hd_nav li:nth-of-type(5) a {
    padding: 16px 6px;
  }
}

/*-------------------------------------------------------------------------------
  スライダーテキスト
--------------------------------------------------------------------------------*/
.slide_txt_wrap {
  display: flex;
  animation: flowing 200s linear infinite;
  position: absolute;
  bottom: -40px;
  z-index: 1;
  -webkit-text-stroke: 2px #ffffff;
  font-size: clamp(5rem, 2.6470588235rem + 8.8235294118vw, 10rem);
}
.slide_txt_wrap.is_top {
  bottom: unset;
  top: -50px;
}
@media (max-width: 768px) {
  .slide_txt_wrap.is_top {
    top: -25px;
  }
}
.slide_txt_wrap.is_red {
  -webkit-text-stroke: 2px #B32940;
}
.slide_txt_wrap span {
  display: block;
  white-space: nowrap;
  color: transparent;
  font-weight: bold;
  font-family: "Oswald";
  line-height: 1.2;
  opacity: 0.4;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
.index_company_sec {
  padding: 200px 0 210px;
  background: #ffffff;
  overflow: clip;
  position: relative;
}
@media (max-width: 1024px) {
  .index_company_sec {
    padding: 90px 0 50px;
  }
}

.index_company_inner {
  display: grid;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.95fr);
  gap: 7%;
  align-items: start;
}
@media (max-width: 1024px) {
  .index_company_inner {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
}

.index_company_ttl {
  padding-top: 48px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: clamp(1rem, 0.8431372549rem + 0.5882352941vw, 1.3333333333rem);
}
@media (max-width: 768px) {
  .index_company_ttl {
    padding-top: 28px;
    line-height: 1.5;
  }
}

.index_company_txt {
  padding-top: 30px;
  padding-bottom: 44px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8333333333rem, 0.7549019608rem + 0.2941176471vw, 1rem);
}
@media (max-width: 768px) {
  .index_company_txt {
    line-height: 1.8;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}

.index_company_img_wrap {
  position: relative;
  min-height: 620px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .index_company_img_wrap {
    min-height: unset;
    display: grid;
    gap: 16px;
    padding-top: 0;
  }
}

.index_company_img {
  overflow: hidden;
  border-radius: 12px;
}
.index_company_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index_company_img.is_main {
  width: 75%;
  height: 420px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .index_company_img.is_main {
    width: 100%;
    height: 340px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .index_company_img.is_main {
    height: 240px;
  }
}
.index_company_img.is_sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74%;
  height: 280px;
}
@media (max-width: 1024px) {
  .index_company_img.is_sub {
    position: static;
    width: 100%;
    height: 260px;
  }
}
@media (max-width: 768px) {
  .index_company_img.is_sub {
    height: 200px;
  }
}

.parallax_unit {
  position: relative;
  padding-bottom: 24.3055555556vw;
}
@media (max-width: 768px) {
  .parallax_unit {
    padding-bottom: 140px;
  }
}

.index_parallax_unit {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}

.index_parallax_block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.index_parallax_block.is-first-bg {
  background-image: url(../images/img_index_01.jpg);
}
.index_parallax_block.is-second-bg {
  background-image: url(../images/img_index_02.jpg);
}
.index_parallax_block.is-third-bg {
  background-image: url(../images/img_index_03.jpg);
}

.index_service_sec {
  padding: 130px 0;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .index_service_sec {
    padding: 60px 0;
  }
}

.index_service_wrap {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 50px;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .index_service_wrap {
    max-width: unset;
    flex-direction: column;
    padding: 30px 0;
    row-gap: 30px;
  }
}
.index_service_wrap li {
  width: 46%;
  border-radius: 15px;
  border: 1px solid #B8B8B8;
  padding: 4%;
}
@media (max-width: 768px) {
  .index_service_wrap li {
    width: 100%;
    padding: 30px 20px;
  }
}
.index_service_wrap .index_service_ttl {
  padding: 20px 0 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.8431372549rem + 0.5882352941vw, 1.3333333333rem);
}
.index_service_wrap .index_service_txt {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}

.index_service_img {
  width: 100%;
  height: 23.9583333333vw;
}
@media (max-width: 768px) {
  .index_service_img {
    height: 250px;
  }
}
.index_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.index_recruit_sec {
  overflow: clip;
  position: relative;
  background: #007BC4;
  padding: 200px 0 130px;
}
@media (max-width: 1024px) {
  .index_recruit_sec {
    padding: 100px 0 70px;
  }
}

.index_recruit_wrap {
  display: flex;
  width: 90%;
  max-width: 1740px;
  margin: 0 auto;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .index_recruit_wrap {
    max-width: unset;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}

.index_recruit_img {
  width: 56.3888888889vw;
  height: auto;
}
@media (max-width: 768px) {
  .index_recruit_img {
    width: 100%;
  }
}
.index_recruit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_recruit_ttl {
  padding: 5% 0 3%;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #ffffff;
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
}
@media (max-width: 768px) {
  .index_recruit_ttl {
    padding: 20px 0 10px;
  }
}

.index_recruit_txt {
  padding-bottom: 5%;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}

.news_list {
  width: 100%;
}
.news_list li {
  padding: 20px;
  border-bottom: 1px solid #B8B8B8;
}
@media (max-width: 768px) {
  .news_list li {
    padding: 15px 0;
  }
}
.news_list li:first-of-type {
  padding-top: 0;
}

.news_date {
  color: #B32940;
  font-family: "Oswald";
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}

.news_ttl {
  padding: 6px 0 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
}

.news_txt {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}

/*-------------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------------*/
.greeting_name {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.greeting_name p {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
.greeting_name img {
  width: 180px;
  height: auto;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .greeting_name img {
    width: 135px;
    margin-left: 10px;
  }
}

.section_policy {
  background-color: #F4F5F7;
  padding: 120px 0 180px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1024px) {
  .section_policy {
    padding: 60px 0;
  }
}

.policy_wrap {
  max-width: 1500px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .policy_wrap {
    flex-direction: column;
    max-width: unset;
  }
}

.policy_list {
  background: #ffffff;
  padding: 80px 50px 140px 60px;
  height: 450px;
  position: relative;
  z-index: 0;
}
.policy_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/car.png") no-repeat center/cover;
  width: 250px;
  height: 115px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .policy_list::before {
    width: 200px;
    height: 92px;
  }
}
@media (max-width: 768px) {
  .policy_list::before {
    width: 150px;
    height: 68px;
  }
}
@media (max-width: 1024px) {
  .policy_list {
    height: auto;
    width: 100%;
    padding: 30px 20px 65px;
  }
}
.policy_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .policy_list li {
    padding-bottom: 10px;
  }
}
.policy_list li:last-of-type {
  padding-bottom: 0;
}
.policy_list li span {
  white-space: nowrap;
  color: #B32940;
  font-weight: 600;
  font-family: "Jost";
  font-size: clamp(1.3333333333rem, 1.1764705882rem + 0.5882352941vw, 1.6666666667rem);
}
.policy_list li p {
  padding-top: 7px;
  font-weight: 500;
  font-size: clamp(0.8888888889rem, 0.7843137255rem + 0.3921568627vw, 1.1111111111rem);
}
@media (max-width: 1024px) {
  .policy_list li p {
    padding-top: 5px;
  }
}

.policy_img {
  width: 40%;
  height: 450px;
}
@media (max-width: 1024px) {
  .policy_img {
    width: 100%;
    height: 250px;
  }
}
.policy_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policy_btm_deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  z-index: 0;
  overflow: clip;
  background: linear-gradient(90deg, rgb(179, 41, 64) 0%, rgb(85, 0, 14) 100%);
}
@media (max-width: 1024px) {
  .policy_btm_deco {
    height: 10rem;
  }
}

.section_access {
  padding: 130px 0 100px;
}
@media (max-width: 768px) {
  .section_access {
    padding: 60px 0 50px;
  }
}

.access_txt {
  padding: 50px 0 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(0.8888888889rem, 0.7843137255rem + 0.3921568627vw, 1.1111111111rem);
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
@media (max-width: 768px) {
  .access_txt {
    padding: 25px 0 15px;
  }
}
.access_txt svg {
  width: 30px;
  height: 30px;
}
.access_txt br {
  display: none;
}
@media (max-width: 768px) {
  .access_txt br {
    display: block;
  }
}

.google_map {
  width: 100%;
  height: 650px;
}
@media (max-width: 1024px) {
  .google_map {
    height: 350px;
  }
}
.google_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  事業内容
--------------------------------------------------------------------------------*/
.section_service {
  width: 90%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 150px 0 130px;
}
@media (max-width: 768px) {
  .section_service {
    padding: 80px 0 60px;
    max-width: unset;
  }
}

.service_item {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .service_item {
    flex-direction: column;
    row-gap: 20px;
    padding-top: 30px;
  }
}

.service_txt_wrap {
  width: 50%;
}
.service_txt_wrap p {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.3333333333rem, 1.1764705882rem + 0.5882352941vw, 1.6666666667rem);
}
.service_txt_wrap span {
  display: block;
  padding-top: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 1024px) {
  .service_txt_wrap span {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .service_txt_wrap {
    width: 100%;
  }
}

.service_img {
  border-radius: 15px;
  width: 44%;
}
@media (max-width: 768px) {
  .service_img {
    height: 250px;
  }
}
.service_img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .service_img {
    width: 100%;
  }
}

.youtube_wrap {
  padding-top: 13%;
  margin: 0 auto;
  text-align: center;
}
.youtube_wrap p {
  padding-bottom: 60px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.1111111111rem, 0.8496732026rem + 0.9803921569vw, 1.6666666667rem);
}
@media (max-width: 768px) {
  .youtube_wrap p {
    padding-bottom: 15px;
    line-height: 1.5;
  }
}
.youtube_wrap video {
  width: 100%;
  max-width: 1200px;
  height: 715px;
  background: #333;
}
@media (max-width: 768px) {
  .youtube_wrap video {
    height: 300px;
    max-width: unset;
  }
}

.section_flow {
  background-color: #F4F5F7;
  padding: 110px 0 140px;
}
@media (max-width: 768px) {
  .section_flow {
    padding: 60px 0 80px;
  }
}

.flow_list {
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .flow_list {
    padding-top: 40px;
  }
}
.flow_list li {
  position: relative;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  border-radius: 10px;
}
.flow_list li::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  border-top: 50px solid #b32940;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .flow_list li::before {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 35px solid #b32940;
    bottom: -35px;
  }
}
.flow_list li:last-of-type {
  margin-bottom: 0;
}
.flow_list li:last-of-type::before {
  display: none;
}
@media (max-width: 768px) {
  .flow_list li {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .flow_list {
    width: 90%;
  }
}

.step_num {
  background: linear-gradient(90deg, rgb(179, 41, 64) 0%, rgb(85, 0, 14) 100%);
  align-self: stretch;
  width: 10%;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .step_num {
    flex-direction: unset;
    width: 100%;
    border-radius: 10px 10px 0 0;
    gap: 5px;
    padding: 10px 0;
  }
}
.step_num span {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-family: "Jost";
  font-size: clamp(1.2222222222rem, 1.0653594771rem + 0.5882352941vw, 1.5555555556rem);
}
.step_num p {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Jost";
  font-size: clamp(1.5555555556rem, 0.7973856209rem + 2.8431372549vw, 3.1666666667rem);
}

.flow_detail_wrap {
  width: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 50px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .flow_detail_wrap {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flow_detail_wrap {
    padding: 20px 25px 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.flow_img {
  width: 43%;
  height: 350px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .flow_img {
    width: 100%;
    height: 200px;
  }
}
.flow_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.flow_ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.1111111111rem, 0.8496732026rem + 0.9803921569vw, 1.6666666667rem);
}

.flow_txt {
  display: block;
  padding-top: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .flow_txt {
    padding-top: 15px;
  }
}

.flow_tel_wrap {
  padding: 20px 0 40px;
}
@media (max-width: 768px) {
  .flow_tel_wrap {
    padding: 10px 0 20px;
  }
}

.flow_tel_time {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
}

/*-------------------------------------------------------------------------------
  採用情報
--------------------------------------------------------------------------------*/
.section_works {
  background-color: #F4F5F7;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section_works {
    padding: 60px 0;
  }
}

.works_gallery_wrap {
  padding-top: 60px;
  max-width: 1550px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 3%;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .works_gallery_wrap {
    max-width: unset;
    padding-top: 30px;
    row-gap: 20px;
  }
}
.works_gallery_wrap a {
  width: 31%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .works_gallery_wrap a {
    width: 47%;
    height: 200px;
  }
}
.works_gallery_wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.works_gallery_wrap a img:hover {
  transform: scale(1.05);
}

.section_voice {
  padding: 130px 0 150px;
}
@media (max-width: 768px) {
  .section_voice {
    padding: 60px 0 80px;
  }
}

.voice_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
}
@media (max-width: 768px) {
  .voice_ttl {
    text-align: left;
    padding: 20px 0;
  }
}

.voice_wrap {
  max-width: 1550px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 3%;
  row-gap: 30px;
  flex-wrap: wrap;
}

.voice_item {
  width: 31%;
}
@media (max-width: 768px) {
  .voice_item {
    width: 100%;
  }
}

.voice_img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .voice_img {
    height: 200px;
  }
}
.voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.voice_txt_wrap {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .voice_txt_wrap {
    padding-top: 5px;
  }
}

.voice_name {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
}

.voice_message {
  padding-top: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .voice_message {
    padding-top: 5px;
  }
}

.section_faq {
  background-color: #F4F5F7;
  padding: 120px 0;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .section_faq {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.faq_wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}

.question_box {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px 50px 25px 30px;
  margin-bottom: 20px;
  border: 1px solid #B8B8B8;
  cursor: pointer;
  transition: background 0.3s ease;
}
.question_box:hover {
  background: #FFF2F2;
}
@media (max-width: 768px) {
  .question_box:hover {
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .question_box {
    padding: 20px 40px 20px 20px;
    margin-bottom: 15px;
  }
}
.question_box:last-of-type {
  margin-bottom: 0;
}
.question_box .accordion_inner {
  align-items: flex-start;
  gap: 10px;
}

.question {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
  position: relative;
}
.question::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: 50%;
  right: -25px;
  background: #B32940;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 768px) {
  .question::before {
    height: 3px;
    width: 20px;
  }
}
.question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 30px;
  height: 5px;
  background: #B32940;
  transition: 0.4s;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  .question::after {
    height: 3px;
    width: 20px;
  }
}
.question.is_open::before {
  transform: translateY(-50%) rotate(45deg);
}
.question.is_open::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .question {
    font-size: 16px;
  }
}

.answer {
  padding-top: 20px;
  display: none;
  border-top: 1px solid #B8B8B8;
  margin-top: 10px;
}
.answer.is_open {
  display: flex;
}
@media (max-width: 768px) {
  .answer {
    padding-top: 10px;
    font-size: 14px;
  }
}

.question_text {
  color: #333333;
  text-align: left;
  line-height: 2;
}

.answer_text {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}

.faq_eg {
  line-height: 1.2;
  font-family: "Jost";
  font-weight: bold;
  white-space: nowrap;
  font-size: clamp(1.3333333333rem, 1.045751634rem + 1.0784313725vw, 1.9444444444rem);
}
@media (max-width: 768px) {
  .faq_eg {
    padding-top: 2px;
  }
}
.faq_eg.is_red {
  color: #B32940;
}
.faq_eg.is_blue {
  color: #007BC4;
}

.recruit_requirements_ttl {
  background: #B32940;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-size: clamp(1rem, 0.8954248366rem + 0.3921568627vw, 1.2222222222rem);
}
@media (max-width: 768px) {
  .recruit_requirements_ttl {
    padding: 10px 15px;
  }
}

.recruitment_list {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .recruitment_list {
    padding-bottom: 30px;
  }
}

.recruitment_none_ttl {
  padding-top: 50px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
}
@media (max-width: 768px) {
  .recruitment_none_ttl {
    padding-top: 20px;
  }
}

/*-------------------------------------------------------------------------------
  エントリー・お問い合わせ
--------------------------------------------------------------------------------*/
.entry_flow_unit {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 130px 0 160px;
}
@media (max-width: 768px) {
  .entry_flow_unit {
    padding: 60px 0 80px;
  }
}

.entry_flow_list {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .entry_flow_list {
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    padding-top: 40px;
  }
}
.entry_flow_list li {
  border: 3px solid #007BC4;
  border-radius: 15px;
  width: 30%;
  text-align: center;
  padding: 30px 3%;
  position: relative;
}
@media (max-width: 768px) {
  .entry_flow_list li {
    width: 100%;
    padding: 30px 20px;
  }
}
.entry_flow_list li:last-of-type::before {
  display: none;
}
.entry_flow_list li::before {
  content: "";
  position: absolute;
  top: 165px;
  left: 107%;
  background: url(../images/blue_arrow.png) no-repeat center/cover;
  width: 30px;
  height: 50px;
}
@media (max-width: 1200px) {
  .entry_flow_list li::before {
    left: 105%;
    width: 25px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .entry_flow_list li::before {
    display: none;
  }
}
.entry_flow_list li img {
  width: 100%;
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .entry_flow_list li img {
    height: 90px;
  }
}

.entry_flow_ttl {
  padding-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.1111111111rem, 0.8496732026rem + 0.9803921569vw, 1.6666666667rem);
}
@media (max-width: 768px) {
  .entry_flow_ttl {
    padding-bottom: 10px;
  }
}

.entry_flow_txt {
  padding-top: 20px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .entry_flow_txt {
    padding-top: 10px;
  }
}

.contact_tel_unit {
  background-color: #F4F5F7;
  padding: 120px 0 180px;
  position: relative;
}
@media (max-width: 1024px) {
  .contact_tel_unit {
    padding: 60px 0 70px;
  }
}

.contact_tel_box {
  background: #ffffff;
  z-index: 2;
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0;
  border-radius: 15px;
  padding: 50px 20px 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact_tel_box {
    max-width: unset;
    margin: 30px auto 0;
    padding: 30px 15px 40px;
  }
}

.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact_tel {
    pointer-events: auto;
  }
}
.contact_tel svg {
  width: 70px;
  height: 70px;
  fill: #B32940;
}
@media (max-width: 1024px) {
  .contact_tel svg {
    width: 35px;
    height: 35px;
  }
}
.contact_tel p {
  font-weight: bold;
  font-family: "Oswald";
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 0.8496732026rem + 4.3137254902vw, 4.4444444444rem);
}

.contact_tel_time {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.6797385621rem + 0.7843137255vw, 1.3333333333rem);
}

.contact_form_unit {
  padding: 150px 0 120px;
}
@media (max-width: 768px) {
  .contact_form_unit {
    padding: 60px 0 80px;
  }
}

.contact_form_txt {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 90px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.7843137255rem + 0.3921568627vw, 1.1111111111rem);
}
@media (max-width: 1024px) {
  .contact_form_txt {
    text-align: left;
    padding: 30px 0 40px;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせフォーム
--------------------------------------------------------------------------------*/
.contact_form_wrap {
  background-color: #F4F5F7;
  padding: 120px 0 130px;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    padding: 30px 0 20px;
  }
}

.contact_form_inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
  margin-bottom: 30px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
    margin-bottom: 15px;
  }
}
.wpcf7-form #form-input dt, .wpcf7-form #form-confirm dt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
  display: flex;
  align-items: center;
  gap: min(10px, 1vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form #form-input dt .required, .wpcf7-form #form-confirm dt .required {
  color: #fff;
  font-size: clamp(0.8333333333rem, 0.2314814815vw + 0.7345679012rem, 0.8888888889rem);
  background: #B32940;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  white-space: nowrap;
  border-radius: 5px;
}
.wpcf7-form #form-input dd, .wpcf7-form #form-confirm dd {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8333333333rem, 0.6944444444vw + 0.537037037rem, 1rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd, .wpcf7-form #form-confirm dd {
    margin-top: 0;
  }
}
.wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
  background: #ffffff;
  border: 1px solid #B8B8B8;
  padding: 20px min(30px, 5vw);
  border-radius: 5px;
}
.wpcf7-form #form-input dd textarea#zip, .wpcf7-form #form-input dd input#zip, .wpcf7-form #form-input dd select#zip, .wpcf7-form #form-confirm dd textarea#zip, .wpcf7-form #form-confirm dd input#zip, .wpcf7-form #form-confirm dd select#zip {
  max-width: 500px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
    padding: 15px 3vw;
  }
}
.wpcf7-form #form-input dd textarea::-moz-placeholder, .wpcf7-form #form-input dd input::-moz-placeholder, .wpcf7-form #form-input dd select::-moz-placeholder, .wpcf7-form #form-confirm dd textarea::-moz-placeholder, .wpcf7-form #form-confirm dd input::-moz-placeholder, .wpcf7-form #form-confirm dd select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: clamp(0.8333333333rem, 0.6944444444vw + 0.537037037rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.wpcf7-form #form-input dd textarea::placeholder, .wpcf7-form #form-input dd input::placeholder, .wpcf7-form #form-input dd select::placeholder, .wpcf7-form #form-confirm dd textarea::placeholder, .wpcf7-form #form-confirm dd input::placeholder, .wpcf7-form #form-confirm dd select::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: clamp(0.8333333333rem, 0.6944444444vw + 0.537037037rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.wpcf7-form #form-input dd textarea:last-of-type, .wpcf7-form #form-confirm dd textarea:last-of-type {
  height: 360px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea:last-of-type, .wpcf7-form #form-confirm dd textarea:last-of-type {
    height: 200px;
  }
}
.wpcf7-form #form-input dd .wpcf7-radio, .wpcf7-form #form-confirm dd .wpcf7-radio {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-radio, .wpcf7-form #form-confirm dd .wpcf7-radio {
    flex-direction: column;
    row-gap: 15px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-form #form-input dd .wpcf7-list-item input, .wpcf7-form #form-confirm dd .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input dd .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm dd .wpcf7-list-item input:checked + span::after {
  background: #B32940;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label, .wpcf7-form #form-confirm dd .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 1px solid #333333;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 6px;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
.wpcf7-form #form-input dd li .form-select, .wpcf7-form #form-confirm dd li .form-select {
  position: relative;
  max-width: 500px;
}
.wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 5vw);
  background: #007BC4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 24px;
  z-index: 1;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
    right: 3vw;
    width: 14px;
    height: 12px;
  }
}
.wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
    margin-top: 8px;
  }
}
.wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
  background: #ffffff;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  max-height: 480px;
  padding: 20px min(30px, 3vw);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
    height: 350px;
    max-height: unset;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
  max-height: 380px;
  overflow-y: auto;
  padding-right: min(3vw, 42px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
    height: 310px;
    max-height: unset;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
    width: 4px;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb {
  background: #9C9C9C;
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-track, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-track {
  background: #ffffff;
}
.wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
    margin-bottom: 30px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
  display: flex;
  align-items: end;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
    gap: 5px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #ffffff;
  border: 1px solid #B8B8B8;
  width: 25px;
  height: 25px;
  display: block;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
  background: url("../images/check.png") no-repeat center/cover;
  width: 23px;
  height: 15px;
  position: absolute;
  left: 1px;
  content: "";
  top: 53%;
  translate: 0 -50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
    width: clamp(1.1111111111rem, 2.3148148148vw + 0.1234567901rem, 1.6666666667rem);
  }
}
.wpcf7-form #form-confirm {
  position: relative;
  margin-top: -110px;
  padding-top: 110px;
  scroll-margin-top: 110px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-confirm {
    margin-top: -80px;
    padding-top: 80px;
    scroll-margin-top: 80px;
  }
}
.wpcf7-form #form-confirm .select.select-date,
.wpcf7-form #form-confirm dd.select-date {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 500;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
}
.wpcf7-form #form-confirm .select.select-date > div,
.wpcf7-form #form-confirm dd.select-date > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wpcf7-form #form-confirm .select.select-date .birthday_txt,
.wpcf7-form #form-confirm dd.select-date .birthday_txt {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .wpcf7-form #form-confirm .select.select-date,
  .wpcf7-form #form-confirm dd.select-date {
    gap: 8px;
  }
}
.wpcf7-form #form-confirm dd li .form-select::before {
  display: none;
}
.wpcf7-form #form-confirm .unit-privacy, .wpcf7-form #form-confirm .privacy-check {
  display: none;
}
.wpcf7-form #form-input dd {
  width: 100%;
}
.wpcf7-form #form-input dd.old_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.wpcf7-form #form-input dd > .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form #form-input dd input[name=your-old] {
  width: 80px;
  min-width: 80px;
  padding-inline: 0;
  text-align: center;
}
.wpcf7-form #form-input dd .wpcf7-radio {
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 14px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-radio {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
.wpcf7-form #form-input input,
.wpcf7-form #form-input textarea,
.wpcf7-form #form-input select {
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form #form-input .select.select-date {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.wpcf7-form #form-input .select.select-date .birthday_txt {
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.7843137255rem + 0.3921568627vw, 1.1111111111rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .select.select-date .birthday_txt {
    font-weight: 500;
  }
}
.wpcf7-form #form-input .select.select-date > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(0.8888888889rem, 0.7843137255rem + 0.3921568627vw, 1.1111111111rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .select.select-date > div {
    font-weight: 500;
  }
}
.wpcf7-form #form-input .select.select-date select {
  width: 72px;
  min-width: 72px;
  padding: 12px 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
}
.wpcf7-form #form-input .select.select-date .year select {
  width: 80px;
  min-width: 80px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .select.select-date {
    gap: 3px;
  }
  .wpcf7-form #form-input .select.select-date > div {
    gap: 6px;
  }
  .wpcf7-form #form-input .select.select-date select {
    width: 64px;
    min-width: 64px;
    padding: 8px 5px;
  }
  .wpcf7-form #form-input .select.select-date .year select {
    width: 78px;
    min-width: 78px;
  }
}
.wpcf7-form #form-input .address_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpcf7-form #form-input .address_list li {
  margin-top: 0;
}
.wpcf7-form #form-input .address_list li + li {
  margin-top: 14px;
}
.wpcf7-form #form-input .address_list > li:first-child {
  width: 60%;
}
.wpcf7-form #form-input .address_list > li:first-child > div {
  position: relative;
}
.wpcf7-form #form-input .address_list > li:first-child > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 5vw);
  width: 12px;
  height: 12px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
.wpcf7-form #form-input .address_list > li:first-child > div select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: min(60px, 12vw);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .address_list li + li {
    margin-top: 10px;
  }
  .wpcf7-form #form-input .address_list > li:first-child > div::before {
    right: 18px;
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .wpcf7-form #form-input .address_list > li:first-child > div select {
    padding-right: 44px;
  }
}
.wpcf7-form .unit-privacy_item {
  display: flex;
  align-items: center;
  gap: min(10px, 1vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form .unit-privacy_item {
    padding-bottom: 5px;
  }
}
.wpcf7-form .unit-privacy_item .required {
  color: #fff;
  font-size: clamp(0.8333333333rem, 0.2314814815vw + 0.7345679012rem, 0.8888888889rem);
  background: #B32940;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  white-space: nowrap;
  border-radius: 5px;
}
.wpcf7-form .check_no-through {
  height: 75px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
}
.wpcf7-form .check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
  margin: 0 auto;
}
.wpcf7-form .check_submit .confirm-none {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wpcf7-form .check_submit .confirm-none input[type=button],
.wpcf7-form .check_submit .confirm-none button,
.wpcf7-form .check_submit .confirm-none .confirm-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  padding: 20px 60px 20px 40px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: inherit;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-none input[type=button],
  .wpcf7-form .check_submit .confirm-none button,
  .wpcf7-form .check_submit .confirm-none .confirm-button {
    padding: 20px 15px;
    line-height: 1.5;
  }
}
.wpcf7-form .check_submit .confirm-none .contact_btn_arrow {
  cursor: pointer;
  background: #B32940;
  border: 1px solid #B32940;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  line-height: 1;
  align-self: stretch;
  overflow: hidden;
}
.wpcf7-form .check_submit .confirm-none .contact_btn_arrow svg {
  display: block;
  fill: #FFFFFF;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-none .contact_btn_arrow {
    padding: 20px 15px;
  }
}
.wpcf7-form .check_submit .confirm-none:hover .contact_btn_arrow svg {
  animation: cmn_btn_arrow_slide 0.6s ease-in-out;
}
@keyframes cmn_btn_arrow_slide {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(180%);
  }
  46% {
    transform: translateX(-180%);
  }
  100% {
    transform: translateX(0);
  }
}
.wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
  max-width: 250px;
  border-radius: 5px;
  padding: 0 min(25px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
    height: 55px;
  }
}
.wpcf7-form .check_submit .input-none.back button {
  background: #ffffff;
  border: 1px solid #B8B8B8;
  color: #333333;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.back button:hover {
    background: #bbbbbb;
  }
}
.wpcf7-form .check_submit .input-none.submit input {
  background: #ffffff;
  border: 1px solid #B32940;
  color: #B32940;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.submit input:hover {
    background: #B32940;
    color: #ffffff;
  }
}

/*-------------------------------------------------------------------------------
  contact_thanks
--------------------------------------------------------------------------------*/
.contact-thanks {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .contact-thanks {
    margin: 60px auto;
  }
}
.contact-thanks .cmn-title .en {
  font-family: "Jost";
  font-size: clamp(2.5rem, 1.3235294118rem + 4.4117647059vw, 5rem);
  font-weight: 500;
  line-height: 1;
  color: #B32940;
}
.contact-thanks .cmn-title .ja {
  padding-top: 20px;
  color: #333333;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1rem, 0.8431372549rem + 0.5882352941vw, 1.3333333333rem);
}
.contact-thanks .content-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(0.8888888889rem, 0.462962963vw + 0.6913580247rem, 1rem);
  margin: 50px auto;
}
@media (max-width: 768px) {
  .contact-thanks .content-text {
    margin: 30px auto;
  }
}

.cmn-btn {
  background: #B32940;
  border: 2px solid #B32940;
  width: 250px;
  height: 80px;
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.cmn-btn p {
  padding-top: 20px;
}
.cmn-btn:hover {
  background: #fff;
  color: #B32940;
}

/*-------------------------------------------------------------------------------
  404ページ
--------------------------------------------------------------------------------*/
.notfound_block {
  padding: 150px 0;
  text-align: center;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .notfound_block {
    padding: 80px 0;
  }
}
.notfound_block br {
  display: none;
}
@media (max-width: 768px) {
  .notfound_block br {
    display: block;
  }
}
.notfound_block span {
  display: block;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cta_wrapper {
  background: url("../images/cta_bg.jpg") no-repeat center/cover;
  width: 100%;
  height: auto;
  padding: 120px 0;
  color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cta_wrapper {
    padding: 80px 0;
  }
}
.cta_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 196, 0.5);
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.cta_inner {
  position: relative;
}

.cta_txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.9477124183rem + 0.1960784314vw, 1.1111111111rem);
}
@media (max-width: 768px) {
  .cta_txt {
    text-align: left;
  }
}

.cta_item_wrap {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  width: 90%;
  max-width: 930px;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding: 50px 20px;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cta_item_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .cta_item_wrap {
    padding: 50px 15px;
  }
}

.cta_line {
  width: 1px;
  height: 150px;
  background-color: #B8B8B8;
}
@media (max-width: 1024px) {
  .cta_line {
    display: none;
  }
}

.cta_detail_ttl {
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
}

.cta_tel_time {
  display: flex;
  letter-spacing: 0.04em;
  font-weight: 500;
  justify-content: end;
  line-height: 1.2;
  padding-top: 5px;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
}

.footer {
  background-color: #404040;
  color: #ffffff;
}

.ft_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 110px;
}
@media (max-width: 768px) {
  .ft_inner {
    padding: 40px 0 60px;
  }
}

.ft_detail_parts {
  display: flex;
  align-items: start;
  gap: 20px;
}
.ft_detail_parts .ft_certification {
  width: 95px;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.ft_detail_parts .ft_certification:hover {
  transform: translateY(-8px);
}

.ft_logo {
  width: 100%;
  max-width: 330px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ft_logo {
    max-width: 280px;
  }
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_address {
  padding-top: 45px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .ft_address {
    padding-top: 20px;
  }
}

.ft_nav {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: end;
}
.ft_nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: all 0.3s;
}
.ft_nav li a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .ft_nav {
    display: none;
  }
}

small {
  display: block;
  text-align: center;
  font-size: clamp(0.6666666667rem, 0.614379085rem + 0.1960784314vw, 0.7777777778rem);
}

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