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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  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: #00a0e9;
  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;
  }
}

:target {
  scroll-margin-top: 100px;
}

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
section {
  position: relative;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: #E83828;
}

body::-webkit-scrollbar-track {
  background-color: #c2c2c2;
}

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

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

body {
  background-color: #fff;
}
body p {
  color: #000000;
}
body a {
  display: block;
  transition: all 0.3s;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.boxer {
  position: relative;
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}

.cmn_txt_s {
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
  line-height: 200%;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_txt_s {
    line-height: 180%;
  }
}

.cmn_txt_m {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 200%;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_txt_m {
    line-height: 180%;
  }
}

.cmn_ttl {
  font-size: clamp(1.4375rem, 1.225rem + 1.0625vw, 2.5rem);
  line-height: 150%;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-bottom: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
}
.cmn_ttl br {
  display: none;
}
@media (max-width: 480px) {
  .cmn_ttl br {
    display: block;
  }
}

.cmn_wrap {
  width: 85%;
  margin: 0 auto;
  padding-top: clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
}

.cmn_tel {
  text-align: right;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_tel {
    pointer-events: all;
  }
}
.cmn_tel .cmn_tel_wrap {
  display: flex;
  align-items: center;
}
.cmn_tel .material-symbols-outlined {
  font-size: 32px;
  color: #000000;
}
.cmn_tel .cmn_tel_number {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-family: "Noto Sans JP", sans-serif;
}
.cmn_tel .cmn_tel_time {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: right;
}

.boxer {
  position: relative;
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}

.material-symbols-outlined {
  transition: all 0.3s;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.cmn_btn {
  background-color: #e83828;
  border: 2px solid #e83828;
  color: #fff;
  padding: 20px 40px;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 20px 33px;
  }
}
.cmn_btn .material-symbols-outlined {
  font-size: 24px;
}
@media (max-width: 768px) {
  .cmn_btn .material-symbols-outlined {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    background-color: #fff;
    color: #e83828;
  }
  .cmn_btn:hover .material-symbols-outlined {
    color: #e83828;
  }
}

.cmn_contact {
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.cmn_contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.cmn_contact .cmn_wrap {
  display: flex;
  gap: 20%;
  z-index: 2;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .cmn_contact .cmn_wrap {
    flex-flow: column;
    gap: 40px;
  }
}
.cmn_contact .cmn_wrap .cmn_contact_left {
  color: #fff;
}
.cmn_contact .cmn_wrap .cmn_contact_left .cmn_ttl {
  color: #fff;
}
.cmn_contact .cmn_wrap .cmn_contact_left .cmn_contact_txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .cmn_contact .cmn_wrap .cmn_contact_left .cmn_contact_txt br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cmn_contact .cmn_wrap .cmn_contact_right {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .cmn_contact .cmn_wrap .cmn_contact_right {
    flex-flow: column;
    gap: 20px;
  }
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_tel {
  width: -moz-max-content;
  width: max-content;
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_tel .cmn_tel_wrap {
  gap: clamp(0.188rem, 0.1rem + 0.44vw, 0.625rem);
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_tel .cmn_tel_wrap .material-symbols-outlined {
  color: #fff;
  font-size: clamp(2.063rem, 1.913rem + 0.75vw, 2.813rem);
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_tel .cmn_tel_wrap .cmn_tel_number {
  color: #fff;
  font-size: clamp(2.375rem, 1.304rem + 1.67vw, 3.313rem);
}
@media (max-width: 1024px) {
  .cmn_contact .cmn_wrap .cmn_contact_right .cmn_tel .cmn_tel_wrap .cmn_tel_number {
    font-size: clamp(2.188rem, 2.102rem + 0.43vw, 2.375rem);
  }
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_tel .cmn_tel_time {
  color: #fff;
  font-size: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_contact_btn {
  background-color: #e83828;
  border: 2px solid #e83828;
  color: #fff;
  font-weight: 600;
  padding: 15px 40px;
  font-size: clamp(1.125rem, 0.268rem + 1.34vw, 1.875rem);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .cmn_contact .cmn_wrap .cmn_contact_right .cmn_contact_btn {
    margin-top: 0;
    font-size: clamp(0.938rem, 0.852rem + 0.43vw, 1.125rem);
  }
}
.cmn_contact .cmn_wrap .cmn_contact_right .cmn_contact_btn .material-symbols-outlined {
  font-size: clamp(1.25rem, 0.75rem + 0.78vw, 1.688rem);
}
@media (min-width: 769px) {
  .cmn_contact .cmn_wrap .cmn_contact_right .cmn_contact_btn:hover {
    background-color: #fff;
    color: #e83828;
  }
}

.home_back_btn {
  margin: 50px 0 100px;
}

.cmn_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  gap: 60px 40px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
@media (max-width: 1199px) {
  .cmn_list {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}
@media (max-width: 768px) {
  .cmn_list {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    gap: 30px;
    padding-top: 50px;
  }
}
.cmn_list .cmn_list_item {
  position: relative;
  padding-top: 6%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cmn_list .cmn_list_item .cmn_list_item_ttl {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  content: "";
  top: 0;
  left: 0;
  font-size: clamp(1.125rem, 0.717rem + 0.55vw, 1.375rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", serif;
  background-color: #000000;
  color: #ffffff;
  padding: 2% 3%;
}
@media (max-width: 480px) {
  .cmn_list .cmn_list_item .cmn_list_item_ttl {
    font-size: 17px;
  }
}
.cmn_list .cmn_list_item .cmn_list_item_ttl span {
  color: #E83828;
  font-weight: 800;
}
.cmn_list .cmn_list_item .cmn_list_item_img {
  width: 100%;
  aspect-ratio: 385/270;
}
.cmn_list .cmn_list_item .cmn_list_item_txt {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .cmn_list .cmn_list_item .cmn_list_item_txt {
    padding-top: 20px;
  }
}
.cmn_list .cmn_list_item .cmn_list_item_txt span {
  color: #E83828;
  font-weight: 600;
}

.cmn_list_item.is_up {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .cmn_tbl {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0;
    max-width: unset;
  }
}
.cmn_tbl tbody {
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  .cmn_tbl tbody {
    gap: 20px;
  }
}
.cmn_tbl tbody tr {
  display: flex;
}
@media (max-width: 768px) {
  .cmn_tbl tbody tr {
    flex-flow: column;
    gap: 10px;
  }
}
.cmn_tbl tbody tr th {
  width: 20%;
  border-bottom: 1px solid #000000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_tbl tbody tr th {
    width: 100%;
    border-bottom: unset;
    padding: 0px;
  }
}
.cmn_tbl tbody tr td {
  width: 80%;
  border-bottom: 1px solid #000000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_tbl tbody tr td {
    width: 100%;
    padding: 0 0 20px 0;
    line-height: 180%;
  }
}
.cmn_tbl th, .cmn_tbl td {
  color: #000000;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  line-height: 200%;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px;
  align-items: center;
  display: flex;
}

.white_bg {
  width: 100%;
  height: clamp(6.25rem, 1.25rem + 25vw, 31.25rem);
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
  position: relative;
}

.fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade_up.is_show {
  opacity: 1;
  transform: translateY(0);
}

.fade_left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade_left.is_show {
  opacity: 1;
  transform: translateX(0);
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 3%;
}
.header .header_logo {
  width: clamp(12.25rem, 9.775rem + 12.38vw, 24.625rem);
}
.header .hd_nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, -0.8525rem + 2.2727vw, 1.875rem);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 970px) {
  .header .hd_nav {
    flex-flow: column;
    gap: clamp(0.938rem, 0.545rem + 1.96vw, 1.875rem);
    width: 100%;
    top: 0;
    left: 0;
    padding: 10%;
    height: 100vh;
    min-height: 480px;
    background-color: #ffffff;
    position: fixed;
    transition: opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .header .hd_nav .hd_nav_li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin: 0 auto;
  }
  .header .hd_nav.is_open {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .header .hd_nav.is_open .hd_tel a {
    pointer-events: auto;
  }
  .header .hd_nav.is_open .hd_contact_wrap {
    padding-top: 8%;
    flex-flow: column;
  }
  .header .hd_nav.is_open .hd_contact_wrap .cmn_tel {
    display: block;
  }
  .header .hd_nav.is_open .hd_nav_li.show {
    opacity: 1;
    transform: translateY(0);
  }
  .header .hd_nav.hide-panel {
    transform: translateX(100%);
  }
}
.header .hd_nav ul {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, -0.8525rem + 2.2727vw, 1.875rem);
}
@media screen and (max-width: 970px) {
  .header .hd_nav ul {
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    align-items: unset;
    gap: clamp(0.938rem, 0.807rem + 0.65vw, 1.25rem);
    margin: auto;
  }
}
.header .hd_nav ul .hd_nav_li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.header .hd_nav ul .hd_nav_li a {
  color: #000000;
  font-weight: 700;
  font-size: clamp(1rem, 0.875rem + 0.26vw, 1.188rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .header .hd_nav ul .hd_nav_li a {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .header .hd_nav ul .hd_nav_li a:hover {
    color: #adadad;
  }
}
.header .hd_contact_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hd_nav.is_open .header .hd_contact_wrap {
  flex-direction: column;
}
@media screen and (max-width: 1380px) {
  .header .hd_contact_wrap .cmn_tel {
    display: none;
  }
}
.hd_nav.is_open .header .hd_contact_wrap .cmn_tel {
  display: block;
}
.header .hd_contact_btn {
  background-color: #E83828;
  line-height: 120%;
  border-radius: 100px;
  border: 2px solid #E83828;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 15px 40px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header .hd_contact_btn:hover {
    background-color: #fff;
    color: #E83828;
  }
}

body.home .header .hd_nav ul .hd_nav_li:nth-of-type(1) a,
body[class*=home] .header .hd_nav ul .hd_nav_li:nth-of-type(1) a {
  pointer-events: none;
}
body.home .header .hd_nav ul .hd_nav_li:nth-of-type(1)::after,
body[class*=home] .header .hd_nav ul .hd_nav_li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E83828;
}

body.overview .header .hd_nav ul .hd_nav_li:nth-of-type(1) a,
body[class*=overview] .header .hd_nav ul .hd_nav_li:nth-of-type(1) a {
  pointer-events: none;
}
body.overview .header .hd_nav ul .hd_nav_li:nth-of-type(1)::after,
body[class*=overview] .header .hd_nav ul .hd_nav_li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E83828;
}

body.service .header .hd_nav ul .hd_nav_li:nth-of-type(3) a,
body[class*=service] .header .hd_nav ul .hd_nav_li:nth-of-type(3) a {
  pointer-events: none;
}
body.service .header .hd_nav ul .hd_nav_li:nth-of-type(3)::after,
body[class*=service] .header .hd_nav ul .hd_nav_li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E83828;
}

body.works .header .hd_nav ul .hd_nav_li:nth-of-type(3) a,
body[class*=works] .header .hd_nav ul .hd_nav_li:nth-of-type(3) a {
  pointer-events: none;
}
body.works .header .hd_nav ul .hd_nav_li:nth-of-type(3)::after,
body[class*=works] .header .hd_nav ul .hd_nav_li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E83828;
}

body.recruit .header .hd_nav ul .hd_nav_li:nth-of-type(5) a,
body[class*=recruit] .header .hd_nav ul .hd_nav_li:nth-of-type(5) a {
  pointer-events: none;
}
body.recruit .header .hd_nav ul .hd_nav_li:nth-of-type(5)::after,
body[class*=recruit] .header .hd_nav ul .hd_nav_li:nth-of-type(5)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E83828;
}

.hd_menu-toggle {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hd_menu-toggle {
    display: block;
    position: relative;
    background-color: #e40000;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle:hover span:nth-child(1) {
    top: 6px;
  }
  .hd_menu-toggle:hover span:nth-child(2) {
    bottom: 6px;
  }
}
@media (max-width: 1024px) {
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(44deg) translate(3px, 4px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    transform: rotate(-44deg) translate(4px, -5px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle.is_open:hover span:nth-child(1) {
    transform: rotate(0deg) translate(0px, 0px);
  }
  .hd_menu-toggle.is_open:hover span:nth-child(2) {
    transform: rotate(0deg) translate(0px, 0px);
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu-toggle-wrap {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s;
  }
  .hd_menu-toggle-wrap span:nth-of-type(1) {
    top: 0px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    bottom: 0px;
  }
}

.hd_sp_wrap {
  display: none;
}
@media screen and (max-width: 970px) {
  .hd_sp_wrap {
    display: block;
    gap: 10px;
    align-items: center;
  }
}

.front-page_mv {
  height: 200vh;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  height: 100svh;
  min-height: 650px;
}
@media (max-width: 768px) {
  .mainimg {
    height: 60svh;
    min-height: 480px;
  }
}

.top_mv_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_mv_wrap .top_mv_image {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top_mv_wrap .top_mv_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.top_mv_wrap .top_mv_ttl_wrap {
  position: absolute;
  content: "";
  bottom: 13%;
  left: 7%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
}
.top_mv_wrap .top_mv_ttl_wrap .top_mv_ttl {
  font-size: clamp(1.438rem, 0.825rem + 3.06vw, 4.5rem);
  line-height: 140%;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #FFFFFF;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.top_mv_wrap .top_mv_ttl_wrap .top_mv_ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.65rem + 1.13vw, 2rem);
  font-weight: 500;
  line-height: 120%;
}

.top_mv_ttl,
.top_mv_ttl span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.top_mv_ttl_wrap.is_show .top_mv_ttl {
  opacity: 1;
  transform: translateY(0);
}

.top_mv_ttl_wrap.is_show .top_mv_ttl span {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.low_mv_ttl_wrap {
  height: 40svh;
  min-height: 300px;
}
@media (max-width: 768px) {
  .low_mv_ttl_wrap {
    height: 20svh;
    min-height: 180px;
  }
}

.low_mv_ttl {
  font-size: clamp(2.5rem, 2.275rem + 1.13vw, 3.625rem);
  line-height: 140%;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000000;
  padding: 200px 0 0 8%;
}
@media (max-width: 768px) {
  .low_mv_ttl {
    padding: 90px 0 0 8%;
  }
}

.low_mv {
  aspect-ratio: 1920/490;
  width: 100%;
  height: 60svh;
  min-height: 350px;
}
@media (max-width: 768px) {
  .low_mv {
    height: 40svh;
    min-height: 300px;
  }
}
.low_mv img {
  -o-object-position: bottom;
     object-position: bottom;
}

/*-------------------------------------------------------------------------------
  front
--------------------------------------------------------------------------------*/
.top_intro {
  background-color: #fff;
}
.top_intro .top_intro_wrap {
  padding: 100px 0;
}

.top_strength_wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5%;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .top_strength_wrap {
    padding: 50px 7% 100px;
    width: 100%;
  }
}
.top_strength_wrap .cmn_ttl {
  text-align: center;
}
.top_strength_wrap .top_strength_list {
  padding: 0 0 60px;
}

.top_company {
  background-color: #222222;
}
.top_company .top_company_overview .cmn_ttl {
  color: #fff;
}
.top_company .top_company_overview .cmn_tbl tr th, .top_company .top_company_overview .cmn_tbl tr td {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .top_company .top_company_overview .cmn_tbl tr th {
    border-bottom: unset;
  }
}
.top_company .top_company_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
}
@media (max-width: 1024px) {
  .top_company .top_company_flex {
    flex-flow: column;
    gap: 100px;
  }
}
.top_company .top_company_flex .top_company_car {
  width: 40%;
}
@media (max-width: 1024px) {
  .top_company .top_company_flex .top_company_car {
    width: 100%;
  }
}
.top_company .top_company_flex .top_company_car .cmn_ttl {
  color: #fff;
}
.top_company .top_company_flex .top_company_car .top_company_car_tbl thead tr {
  display: flex;
}
.top_company .top_company_flex .top_company_car .top_company_car_tbl thead tr th, .top_company .top_company_flex .top_company_car .top_company_car_tbl thead tr td {
  background-color: #E83828;
  color: #ffffff;
  width: 50%;
  border: none;
  padding: 15px 20px;
  font-weight: 600;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
}
@media (max-width: 768px) {
  .top_company .top_company_flex .top_company_car .top_company_car_tbl thead tr th, .top_company .top_company_flex .top_company_car .top_company_car_tbl thead tr td {
    padding: 12px 15px;
  }
}
.top_company .top_company_flex .top_company_car .top_company_car_tbl thead tr td {
  justify-content: end;
}
@media (max-width: 768px) {
  .top_company .top_company_flex .top_company_car .top_company_car_tbl tbody {
    gap: 0;
  }
}
.top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr {
    flex-flow: unset;
  }
}
.top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr th, .top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr td {
  width: 50%;
  padding: 20px;
  border: none;
  color: #fff;
}
@media (max-width: 768px) {
  .top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr th, .top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr td {
    padding: 15px;
  }
}
.top_company .top_company_flex .top_company_car .top_company_car_tbl tbody tr td {
  justify-content: end;
}
.top_company .top_company_flex .top_company_access {
  width: 50%;
}
@media (max-width: 1024px) {
  .top_company .top_company_flex .top_company_access {
    width: 100%;
  }
}
.top_company .top_company_flex .top_company_access .cmn_ttl {
  color: #fff;
}
.top_company .top_company_flex .top_company_access .top_company_access_map {
  aspect-ratio: 848/807;
  max-width: 848px;
}
.top_company .top_company_flex .top_company_access .top_company_access_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.top_contact_wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7% 6%;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .top_contact_wrap {
    width: 100%;
    padding: 50px 7% 100px;
  }
}
.top_contact_wrap .cmn_ttl {
  text-align: center;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact_form_wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    width: 100%;
  }
}

form dl {
  padding-top: 50px;
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl:first-of-type {
  padding-top: 0px;
}
form dl dt {
  width: 100%;
}
form dl dt label {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 140%;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}
form dl dd {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  form dl dd {
    margin-top: 10px;
  }
}
form .required {
  padding: 6px 10px;
  background-color: #E83828;
  color: #fff;
  margin-left: 30px;
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  form .required {
    margin-left: 15px;
    padding: 5px 9px;
    font-size: 14px;
  }
}
form .val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  form .val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 5px 25px 5px 32px;
  position: relative;
  line-height: 150%;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 8px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border: 5px solid #ffffff;
  border: 1px solid #000000;
}
input[type=radio]:checked + span::before {
  background-color: #fff;
}
input[type=radio]:checked + span::after {
  background-color: #E83828;
}

@media (max-width: 768px) {
  .radio-area {
    display: flex;
    flex-flow: column;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 18px 0px 18px 62px;
  position: relative;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-size: 40px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 9px;
  left: 7px;
  opacity: 0;
  color: #E83828;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    font-size: 33px;
    top: 9px;
    left: 6px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 1px solid #582B25;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 20px 40px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
  border: 1px solid #000;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #909090 !important;
  font-weight: 600;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem) !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #909090 !important;
  font-weight: 600;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0;
}

.form_contact_01 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.form_contact_01::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #000000;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 50%;
  }
}

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

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

.mw_wp_form .contact_form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 30px;
  border: 1px solid #000000;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: 250px;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 5px;
  background-color: #D9D9D9;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.contact-privacy {
  font-weight: 600;
}
.contact-privacy h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 175%;
  font-weight: 600;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin-top: 30px;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: 600;
}

.confirm-button {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
  border-radius: 50px;
  background: #E83828;
  border: 2px solid #E83828;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 30px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin: 50px auto 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .confirm-button:hover {
    background-color: #fff;
    color: #E83828;
  }
  .confirm-button:hover::after {
    color: #E83828;
  }
}
@media (max-width: 768px) {
  .confirm-button {
    margin: 40px auto 0;
  }
}
.confirm-button::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .confirm-button::after {
    font-size: 23px;
  }
}

.contact-checkbox_unt .val-err {
  text-align: center;
}

#form-confirm {
  background-color: #fff;
  padding: 10%;
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 10% 5%;
  }
}
#form-confirm dl {
  border-bottom: 2px solid #000000;
  padding-bottom: 30px;
  padding-top: 30px;
}
#form-confirm dl:first-of-type {
  padding-top: 0px;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#form-confirm dd {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  #form-confirm dd {
    padding: 0 20px;
  }
}
#form-confirm .form_contact_01::after {
  display: none;
}

.wpcf7-form .check_submit {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit {
    flex-flow: column;
    gap: 0;
  }
}
.wpcf7-form .check_submit .back-button,
.wpcf7-form .check_submit .submit_btn {
  border-radius: 50px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 70px auto 0;
  width: 276px;
  transition: all 0.3s;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wpcf7-form .check_submit .back-button,
  .wpcf7-form .check_submit .submit_btn {
    margin: 40px auto 0;
  }
}
.wpcf7-form .check_submit .back-button {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  font-weight: 600;
  background: #757575;
  padding: 11px 36px 11px 18px;
  line-height: 180%;
  border: 2px solid #757575;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .back-button:hover {
    background-color: #fff;
    color: #757575;
  }
  .wpcf7-form .check_submit .back-button:hover::before {
    color: #757575;
  }
}
.wpcf7-form .check_submit .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e5c4";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  line-height: 100%;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .back-button::before {
    font-size: 23px;
  }
}
.wpcf7-form .check_submit .submit_btn {
  background: #E83828;
  border: 2px solid #E83828;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .submit_btn {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .submit_btn:hover {
    background-color: #fff;
    color: #E83828;
  }
  .wpcf7-form .check_submit .submit_btn:hover .submit_arrow::after {
    color: #E83828;
  }
}
.wpcf7-form .check_submit .submit_btn input {
  background-color: unset;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding: unset;
  text-align: left;
  width: 100%;
  padding: 11px 97px 11px 37px;
  height: 100%;
  border: unset;
  transition: all 0.3s;
}
.wpcf7-form .check_submit .submit_arrow {
  position: relative;
}
.wpcf7-form .check_submit .submit_arrow::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  transition: all 0.3s;
  line-height: 100%;
  padding-left: 1px;
  position: absolute;
  top: -12px;
  right: 18px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .step-confirm #form-confirm dt {
    width: 100%;
    padding: 5px 20px;
    background-color: #f0f0f0;
  }
  .step-confirm #form-confirm dt .required {
    display: none;
  }
  .step-confirm #form-confirm dl {
    border-bottom: unset;
    padding-top: 0px;
  }
  .step-confirm #form-confirm .form_address > li + li {
    margin-top: 0px;
  }
}

.wpcf7-back_wrap .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e314";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
}

.complete, .error404 {
  background-color: #fff;
}
.complete .mainimg, .error404 .mainimg {
  height: 12svh;
  min-height: unset;
}

.error404 {
  text-align: center;
}
.error404 .home_back_btn {
  margin: 50px auto 100px;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service_type_item {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .service_type_item {
    padding: 60px 0;
  }
}
.service_type_item:nth-of-type(2n) {
  background-color: #222222;
}
.service_type_item:nth-of-type(2n) .service_detail_ttl,
.service_type_item:nth-of-type(2n) .service_type_desc,
.service_type_item:nth-of-type(2n) .service_detail_txt {
  color: #fff !important;
}
.service_type_item:nth-of-type(2n) .service_detail_ttl::before,
.service_type_item:nth-of-type(2n) .service_type_desc::before,
.service_type_item:nth-of-type(2n) .service_detail_txt::before {
  background-color: #fff;
}
.service_type_item:nth-of-type(2n) .service_type_ttl {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.service_type_item .service_type_ttl {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000000;
  width: 53%;
  border-bottom: 1px solid #000;
  padding: 0 0 1% 7%;
}
@media (max-width: 768px) {
  .service_type_item .service_type_ttl {
    width: 90%;
  }
}
.service_type_item .service_type_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .service_type_item .service_type_wrap {
    flex-flow: column;
    gap: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    width: 85%;
    margin: 0 auto;
  }
}
.service_type_item .service_type_wrap .service_type_left {
  width: 53%;
  padding: 0 0 0 7%;
}
@media (max-width: 768px) {
  .service_type_item .service_type_wrap .service_type_left {
    width: 100%;
    padding: 0;
  }
}
.service_type_item .service_type_wrap .service_type_left .service_type_desc {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .service_type_item .service_type_wrap .service_type_left .service_type_desc {
    padding: 30px 0;
  }
}
.service_type_item .service_type_wrap .service_type_left .service_detail_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.service_type_item .service_type_wrap .service_type_left .service_detail_list .service_detail_item .service_detail_ttl {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000000;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 768px) {
  .service_type_item .service_type_wrap .service_type_left .service_detail_list .service_detail_item .service_detail_ttl {
    padding: 10px 0;
  }
}
.service_type_item .service_type_wrap .service_type_left .service_detail_list .service_detail_item .service_detail_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #E83828;
}
.service_type_item .service_type_wrap .service_type_right {
  width: 40%;
}
@media (max-width: 768px) {
  .service_type_item .service_type_wrap .service_type_right {
    width: 100%;
  }
}
.service_type_item .service_type_wrap .service_type_right .service_type_img {
  aspect-ratio: 780/504;
  width: 100%;
  max-width: 780px;
}

/*-------------------------------------------------------------------------------
  施工実績セクション
--------------------------------------------------------------------------------*/
.service_achievements {
  background: #fff;
}
.service_achievements .cmn_wrap {
  padding-top: clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
}
.service_achievements .cmn_ttl {
  text-align: center;
}
.service_achievements .no-achievements {
  text-align: center;
  padding: 60px 20px;
  font-size: 1.1rem;
  color: #666;
}

.achievements-container {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .achievements-container {
    flex-direction: column;
    gap: 20px;
  }
}

/* 年度タブ（デスクトップ） */
.year-tabs {
  flex-shrink: 0;
  width: clamp(10rem, 4.245rem + 9.48vw, 15.625rem);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .year-tabs {
    display: none;
  }
}
.year-tabs .year-tab {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  font-size: clamp(1.125rem, 0.741rem + 0.63vw, 1.5rem);
  line-height: 100%;
  letter-spacing: 0.05em;
  font-family: "Noto serif JP", serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
}
.year-tabs .year-tab:hover {
  background: #dddddd;
}
.year-tabs .year-tab.active {
  background: #222222;
  color: #fff;
  border-color: #222222;
  font-weight: bold;
}

/* 年度アコーディオン（モバイル） */
.year-accordion {
  display: none;
}
@media (max-width: 768px) {
  .year-accordion {
    display: block;
  }
}
.year-accordion .year-accordion-trigger {
  width: 100%;
  padding: 10px 20px;
  background: #222222;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
.year-accordion .year-accordion-trigger .accordion-icon {
  transition: transform 0.3s ease;
}
.year-accordion .year-accordion-trigger.open .accordion-icon {
  transform: rotate(180deg);
}
.year-accordion .year-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.year-accordion .year-accordion-content.open {
  max-height: 500px;
}
.year-accordion .year-accordion-content .year-option {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
  transition: background 0.2s ease;
}
.year-accordion .year-accordion-content .year-option:last-child {
  border-bottom: none;
}
.year-accordion .year-accordion-content .year-option:hover {
  background: #f5f5f5;
}
.year-accordion .year-accordion-content .year-option.active {
  background: #f0f0f0;
  font-weight: bold;
}

/* 実績コンテンツ */
.achievements-content {
  flex: 1;
  position: relative;
  width: 65%;
}
@media (max-width: 768px) {
  .achievements-content {
    width: 100%;
  }
}
.achievements-content .achievement-year-content {
  display: none;
  animation: fadeIn 0.3s ease;
}
.achievements-content .achievement-year-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* テーブル */
.table-wrapper {
  position: relative;
}
@media screen and (max-width: 970px) {
  .table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .table-wrapper {
    border-radius: 0;
  }
}
.table-wrapper::-webkit-scrollbar {
  height: 7px;
}
.table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.table-wrapper::after {
  content: "← スワイプできます →";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media (min-width: 769px) {
  .table-wrapper::after {
    display: none;
  }
}
.table-wrapper.scrolled::after {
  opacity: 0;
}

.achievements-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.achievements-table thead {
  background: #E83828;
  color: #fff;
}
.achievements-table thead th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  font-size: clamp(0.938rem, 0.49rem + 0.74vw, 1.375rem);
}
@media (max-width: 1199px) {
  .achievements-table thead th {
    padding: 12px 15px;
  }
}
@media (max-width: 768px) {
  .achievements-table thead th {
    padding: 12px 15px;
  }
}
.achievements-table tbody tr {
  border-bottom: 1px solid #000;
  transition: background 0.2s ease;
}
.achievements-table tbody td {
  padding: 30px 20px;
  text-align: left;
  font-size: clamp(0.938rem, 0.49rem + 0.74vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .achievements-table tbody td {
    padding: 12px 15px;
  }
}
.achievements-table tbody td:nth-child(3) {
  min-width: clamp(8.125rem, -8.502rem + 27.4vw, 24.375rem);
}
.achievements-table tbody td.no-data {
  padding: 40px 20px;
  color: #999;
  font-style: italic;
}

/* ユーティリティクラス */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit {
  overflow-x: clip;
}

.recruit_intro .recruit_intro_wrap {
  padding-bottom: clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
}

.recruit_about {
  margin-bottom: -85svh;
}

.recruit_about_bg {
  position: sticky;
  top: 0;
  aspect-ratio: 1920/910;
  width: 100%;
  height: 100vh;
}
.recruit_about_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.recruit_about_wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-85svh);
  padding: 5%;
}
@media (max-width: 768px) {
  .recruit_about_wrap {
    padding: 50px 7% 100px;
    width: 100%;
  }
}
.recruit_about_wrap .cmn_ttl {
  text-align: center;
}
.recruit_about_wrap .recruit_about_txt span {
  color: #E83828;
  font-weight: 600;
}

.recruit_description {
  background-color: #fff;
}
.recruit_description .recruit_description_wrap {
  padding: 100px 0 200px;
}
@media (max-width: 768px) {
  .recruit_description .recruit_description_wrap {
    padding: 50px 0 100px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #222222;
  width: 100%;
}

.ft_wrap {
  display: flex;
  justify-content: space-between;
  padding: 5% 6% 10%;
  position: relative;
  align-items: center;
}
@media (max-width: 768px) {
  .ft_wrap {
    display: block;
    padding: 10% 6% 18%;
  }
}

.ft_wrap_left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: column;
  gap: 50px;
}
.ft_wrap_left .ft_logo {
  width: clamp(18.75rem, 7.534rem + 14.242vw, 24.625rem);
  aspect-ratio: 393.48/67.84;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ft_address {
  padding-bottom: 15px;
  font-size: clamp(1rem, 0.875rem + 0.26vw, 1.188rem);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #fff;
}

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

.ft_nav_ft ul {
  display: flex;
  gap: clamp(2.5rem, 1.688rem + 1.2vw, 3.125rem);
  padding-top: 28px;
  flex-wrap: wrap;
  justify-content: end;
}
.ft_nav_ft a {
  font-weight: 600;
  transition: all 0.3s;
  color: #fff;
  font-size: clamp(1rem, 0.875rem + 0.26vw, 1.188rem);
}
@media (min-width: 769px) {
  .ft_nav_ft a:hover {
    color: #adadad;
  }
}

.ft_copy {
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ft_copy {
    font-size: 12px;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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