/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/**
 * フォント一括設定
 *
 * @param {number} $fontWeight フォントの太さ
 * @param {number} $letterSpacing 文字間
 * @param {number} $lineHeight 行間
 * @param {string} $fontFamily フォントファミリー
 */
/*-------------------------------------------------------------------------------
  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: #EF8200;
  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: #EF8200;
  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:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #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 .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 .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #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 .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 .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit.form_thanks h3 {
  font-size: 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: #EF8200;
  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 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(239, 130, 0, 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: #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: #EF8200;
  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: #909090;
}
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: #909090;
}

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

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

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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

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

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

@media (max-width: 560px) {
  .pad_over {
    display: none;
  }
}

@media (min-width: 561px) {
  .pad_under {
    display: none;
  }
}

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

/*---------- center ----------*/
.center {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .center {
    text-align: left;
  }
}

/*---------- 基本コンテナ --------*/
:root {
  --wrapper_width: 1440px;
}

.md_wrapper {
  --wrapper_width: 1300px;
}

.wrapper {
  width: 100%;
  max-width: calc(var(--wrapper_width) + 14vw);
  margin: 0 auto;
  padding: 0 7vw;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 5vw;
  }
}

.inner_block {
  margin: 0 10vw;
  padding-top: clamp(1.6666666667rem, 1.0416666667vw + 1.3888888889rem, 2.2222222222rem);
}
@media (max-width: 768px) {
  .inner_block {
    margin: 0;
  }
}

.overall {
  width: calc(100vw - var(--scroll-bar_width));
  margin: 0 calc(50% - 50vw + var(--scroll-bar_width) / 2);
}

.over_right {
  margin-right: calc(50% - 50vw + var(--scroll-bar_width) / 2);
}

.over_left {
  margin-left: calc(50% - 50vw + var(--scroll-bar_width) / 2);
}

/*---------- aタグ処理 ----------*/
a {
  display: block;
  cursor: pointer;
}

/*---------- ページ内リンクコントロール ----------*/
.mw_wp_form_input {
  padding-top: 350px;
  margin-top: -370px;
}
@media (max-width: 768px) {
  .mw_wp_form_input {
    padding-top: 210px;
    margin-top: -280px;
  }
}

.mw_wp_form_confirm {
  padding-top: 340px;
  margin-top: -320px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm {
    padding-top: 220px;
    margin-top: -250px;
  }
}

.mw_wp_form_complete {
  padding-top: 340px;
  margin-top: -340px;
}
@media (max-width: 768px) {
  .mw_wp_form_complete {
    padding-top: 250px;
    margin-top: -250px;
  }
}

/*---------- 背景全面画像とマスク --------*/
.cmn_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cmn_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn_bg img.index_recruit_bg {
  -o-object-position: right;
     object-position: right;
}

.cmn_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.cmn_mask.index_mainimg {
  background: rgba(0, 0, 0, 0.4);
}
.cmn_mask.index_service_mask {
  background: rgba(51, 51, 51, 0.3);
}
.cmn_mask.recruit_mask {
  background: linear-gradient(90deg, #555 0%, rgba(123, 123, 123, 0.2) 100%);
  mix-blend-mode: multiply;
}

/*---------- タイトル --------*/
.cmn_ttl {
  position: relative;
  display: block;
  margin-bottom: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
}

.cmn_ttl_en {
  display: block;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.1111111111rem, 4.5833333333vw + 1.8888888889rem, 5.5555555556rem);
  transform: matrix(1, 0, -0.19, 0.98, 0, 0);
  color: #ef8200;
}
.color_white .cmn_ttl_en {
  color: #fff;
}

.cmn_ttl_ja {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 0.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.625vw + 0.8333333333rem, 1.3333333333rem);
  color: #333;
  margin-top: clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem);
}
.color_white .cmn_ttl_ja {
  color: #fff;
}

/*---------- 見出し --------*/
.cmn_lead {
  display: block;
  font-weight: 800;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.3333333333rem, 1.1111111111vw + 0.4444444444rem, 1.5555555556rem);
  color: #333;
  margin-bottom: 30px;
}
.cmn_lead.color_white {
  color: #fff;
}
@media (max-width: 768px) {
  .cmn_lead {
    line-height: 1.4;
  }
}

/*---------- 本文 --------*/
.cmn_txt {
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
}
.cmn_txt.color_white {
  color: #fff;
}

/*---------- ボタン --------*/
.cmn_btn_wrapper {
  width: 100%;
  margin-top: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
}
@media (max-width: 768px) {
  .cmn_btn_wrapper {
    width: calc(100% - 8vw);
    max-width: 320px;
  }
}
.cmn_btn_wrapper.right {
  text-align: right;
}
.cmn_btn_wrapper.center {
  text-align: center;
}

.cmn_btn,
.contact-btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: clamp(15.5555555556rem, 4.1666666667vw + 14.4444444444rem, 17.7777777778rem);
  height: clamp(3.8888888889rem, 1.0416666667vw + 3.6111111111rem, 4.4444444444rem);
  padding: 25px 70px 25px 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 0.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.5555555556vw + 0.5555555556rem, 1.1111111111rem);
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn_btn,
  .contact-btn {
    width: min(100%, 320px);
  }
}
.cmn_btn::after,
.contact-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 24px;
  height: 21px;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/cover;
          mask: url(../images/icon_arrow.svg) no-repeat center/cover;
  background: #fff;
  transition: all 0.3s ease;
}
.cmn_btn::before,
.contact-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #EF6400 0%, #EF8200 50%, #FFB12F 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_btn:hover::after,
  .contact-btn:hover::after {
    transform: translateX(8px);
  }
  .cmn_btn:hover::before,
  .contact-btn:hover::before {
    transform: translateX(50%);
  }
}

/*---------- 背景英語 --------*/
.bg_en_wrapper {
  display: block;
  position: absolute;
  right: -20px;
  top: -80px;
}
.bg_en_wrapper.intro_en {
  display: flex;
  right: auto;
  left: 0;
  animation: loop-text 20s linear infinite;
}

.bg_en {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  transform: matrix(1, 0, -0.19, 0.98, 0, 0);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(6.6666666667rem, 2.0833333333vw + 6.1111111111rem, 7.7777777778rem);
  white-space: nowrap;
}

/*---------- 基本リスト --------*/
.cmn_list {
  display: flex;
  border-bottom: 1px solid #8B8B8B;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .cmn_list {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.single_works_list .cmn_list {
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .single_works_list .cmn_list {
    padding: 20px 10px;
  }
}
.cmn_list dt {
  width: 30%;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
}
@media (max-width: 768px) {
  .cmn_list dt {
    margin-bottom: 5px;
  }
}
.cmn_list dd {
  flex: 1;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.3125vw + 0.6944444444rem, 0.9444444444rem);
}

/*---------- 基本電話番号 --------*/
.cmn_phone {
  display: inline-flex;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 0.8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.1111111111rem, 2.7777777778vw + -0.1111111111rem, 2.6666666667rem);
  text-align: center;
}
.cmn_phone::before {
  content: "";
  width: clamp(1.5555555556rem, 1.9444444444vw + 0rem, 1.9444444444rem);
  aspect-ratio: 35/37;
  -webkit-mask: url(../images/icon_phone.svg) no-repeat center/cover;
          mask: url(../images/icon_phone.svg) no-repeat center/cover;
  background: #EF8200;
  margin-right: 8px;
}

.cmn_phone_txt {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 0.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7222222222rem, 0.2083333333vw + 0.6666666667rem, 0.8333333333rem);
  color: #333;
  margin-top: 12px;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(3.8888888889rem, 2.9069767442vw + 2.6485788114rem, 5.5555555556rem);
  background: #fff;
  z-index: 50;
}
.header .hd_logo {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #333;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.3333333333rem, 0.8333333333vw + 1.1111111111rem, 1.7777777778rem);
  padding-left: clamp(1.1111111111rem, 1.9329896907vw + 0.0114547537rem, 1.9444444444rem);
}
.header .hd_logo::before {
  display: inline-block;
  position: relative;
  content: "";
  width: clamp(2.6666666667rem, 4.8076923077vw + -0.0683760684rem, 3.7777777778rem);
  aspect-ratio: 1/1;
  background: url(../images/logo.svg) no-repeat center/cover;
  margin-right: clamp(0.5555555556rem, 1.2019230769vw + -0.1282051282rem, 0.8333333333rem);
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .header .nav {
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100svh;
    background: url(../images/bg_stripe.jpg) repeat-y center/cover;
    top: 0;
    left: 0;
    padding-top: clamp(6.6666666667rem, 7.3529411765vw + 4.7058823529rem, 8.8888888889rem);
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.5s 0s ease;
  }
  .header .nav.js-open {
    transform: translateX(0);
  }
}
.header .hd-nav {
  display: flex;
  gap: 30px;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.4807692308vw + 0.5598290598rem, 0.9444444444rem);
}
@media (max-width: 1024px) {
  .header .hd-nav {
    flex-direction: column;
    width: min(80%, 340px);
  }
}
.header .hd-nav a {
  color: #333;
}
@media (min-width: 769px) {
  .header .hd-nav a:hover {
    color: #b4b4b4;
  }
}
@media (max-width: 1024px) {
  .header .hd-nav a {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .header .hd-contact {
    width: min(80%, 340px);
    margin-top: 20px;
  }
}
.header .hd-contact a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: clamp(3.8888888889rem, 2.9069767442vw + 2.6485788114rem, 5.5555555556rem);
  padding: clamp(0.8333333333rem, 0.484496124vw + 0.6266149871rem, 1.1111111111rem);
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #fff;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header .hd-contact a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #EF6400 0%, #EF8200 50%, #FFB12F 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .header .hd-contact a:hover::after {
    transform: translateX(8px);
  }
  .header .hd-contact a:hover::before {
    transform: translateX(50%);
  }
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
body.index .hd-nav li:nth-of-type(1) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.index .hd-nav li:nth-of-type(1) a::after {
    opacity: 1;
    height: 4px;
  }
}

body.service .hd-nav li:nth-of-type(2) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.service .hd-nav li:nth-of-type(2) a::after {
    opacity: 1;
    height: 4px;
  }
}

body.works .hd-nav li:nth-of-type(3) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.works .hd-nav li:nth-of-type(3) a::after {
    opacity: 1;
    height: 4px;
  }
}

body.tax-works_tax .hd-nav li:nth-of-type(3) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.tax-works_tax .hd-nav li:nth-of-type(3) a::after {
    opacity: 1;
    height: 4px;
  }
}

body.single-works .hd-nav li:nth-of-type(3) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.single-works .hd-nav li:nth-of-type(3) a::after {
    opacity: 1;
    height: 4px;
  }
}

body.company .hd-nav li:nth-of-type(4) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.company .hd-nav li:nth-of-type(4) a::after {
    opacity: 1;
    height: 4px;
  }
}

body.recruit .hd-nav li:nth-of-type(5) a {
  color: #EF8200;
}
@media (min-width: 769px) {
  body.recruit .hd-nav li:nth-of-type(5) a::after {
    opacity: 1;
    height: 4px;
  }
}

/*-------------------------------------------------------------------------------
  sp menu
--------------------------------------------------------------------------------*/
.menu-trigger {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: clamp(4.1666666667rem, 3.3914728682vw + 2.7196382429rem, 6.1111111111rem);
  height: clamp(3.8888888889rem, 2.9069767442vw + 2.6485788114rem, 5.5555555556rem);
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
  font-size: clamp(0.8333333333rem, 0.5514705882vw + 0.6862745098rem, 1rem);
  z-index: 51;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .menu-trigger {
    display: flex;
  }
}
.menu-trigger .menu_line {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
}
.menu-trigger .menu_line span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: all 0.4s;
}
.menu-trigger .menu_line span:nth-of-type(1) {
  top: 0;
  animation: bar01 0.75s forwards;
}
@keyframes bar01 {
  0% {
    transform: translateY(15px) rotate(30deg);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger .menu_line span:nth-of-type(2) {
  top: 50%;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu-trigger .menu_line span:nth-of-type(3) {
  top: 100%;
  animation: bar03 0.75s forwards;
}
@keyframes bar03 {
  0% {
    transform: translateY(-15px) rotate(-30deg);
  }
  50% {
    transform: translateY(-15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.js-open .menu_line span:nth-of-type(1) {
  animation: active-bar01 0.75s forwards;
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(15px) rotate(30deg);
  }
}
.menu-trigger.js-open .menu_line span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.js-open .menu_line span:nth-of-type(3) {
  animation: active-bar03 0.75s forwards;
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-15px) rotate(0);
  }
  100% {
    transform: translateY(-15px) rotate(-30deg);
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: clamp(16.6666666667rem, 25vw + 10rem, 30rem);
  padding: 0 6vw;
}
@media (max-width: 768px) {
  .mainimg_wrapper {
    padding: 0 5vw;
  }
}
.index .mainimg_wrapper {
  height: 100svh;
  min-height: 760px;
  justify-content: flex-start;
}

.main-txt {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(2.2222222222rem, 6.25vw + 0.5555555556rem, 5.5555555556rem);
  color: #fff;
  z-index: 2;
  transform: matrix(1, 0, -0.21, 0.98, 0, 0);
}
.main-txt span {
  display: block;
  margin-top: 25px;
  margin-left: 20px;
  font-size: clamp(1.7777777778rem, 3.9583333333vw + 0.7222222222rem, 3.8888888889rem);
}

.main-ttl {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(2.2222222222rem, 2.6041666667vw + 1.5277777778rem, 3.6111111111rem);
  color: #fff;
  z-index: 2;
  transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  margin-top: 100px;
}
@media (max-width: 768px) {
  .main-ttl {
    margin-top: 70px;
  }
}

.mainimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .mainimg img {
    -o-object-position: right;
       object-position: right;
  }
}

.recruit_bnr {
  position: absolute;
  bottom: 55px;
  right: 60px;
  z-index: 2;
}
@media (max-width: 768px) {
  .recruit_bnr {
    bottom: 30px;
    right: 4vw;
  }
}
.recruit_bnr .recruit_bnr_wrapper {
  display: inline-flex;
  position: relative;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translate(-50%, 0px);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}
.recruit_bnr .recruit_bnr_label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #EF8200;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.0555555556rem, 0.4807692308vw + 0.7820512821rem, 1.1666666667rem);
  text-align: center;
  padding: 15px;
  width: min(90%, 385px);
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 3px solid #EF8200;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit_bnr .recruit_bnr_label {
    padding: 12px;
  }
}
.recruit_bnr .recruit_bnr_label::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 20px 11px 0 11px;
  border-color: #ef8200 transparent transparent transparent;
  z-index: 0;
}
.recruit_bnr .recruit_bnr_label::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
.recruit_bnr .recruit_bnr_txt {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #EF8200 0%, #FFE240 100%);
  box-shadow: 0px 4px 0px #EF8200;
  padding: 70px 65px 50px;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.3333333333rem, 0.9615384615vw + 0.7863247863rem, 1.5555555556rem);
  width: min(100%, 476px);
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
}
@media (max-width: 768px) {
  .recruit_bnr .recruit_bnr_txt {
    padding: 60px 30px 25px;
    margin: 0 auto;
  }
}
.recruit_bnr .recruit_bnr_txt::after {
  content: "";
  width: 29px;
  height: 24px;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/cover;
          mask: url(../images/icon_arrow.svg) no-repeat center/cover;
  background: #fff;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.recruit_bnr .recruit_bnr_txt::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #EF6400 0%, #EF8200 50%, #FFE240 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .recruit_bnr:hover .recruit_bnr_txt::after {
    transform: translateX(8px);
  }
  .recruit_bnr:hover .recruit_bnr_txt::before {
    transform: translateX(50%);
  }
  .recruit_bnr:hover .recruit_bnr_label {
    animation: bounce 1s ease normal 0s;
  }
}

/*-------------------------------------------------------------------------------
  breadcrumb
--------------------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  position: relative;
  margin-top: clamp(0.5555555556rem, 1.0416666667vw + 0.2777777778rem, 1.1111111111rem);
  margin-left: clamp(0.8333333333rem, 3.6458333333vw + -0.1388888889rem, 2.7777777778rem);
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  color: #b4b4b4;
}
.breadcrumb li:not(:first-child) {
  padding-left: clamp(1.5rem, 1.875vw + 1rem, 2.5rem);
}
.breadcrumb li:not(:first-child)::before {
  position: absolute;
  display: block;
  content: "＞";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #333;
  margin-left: clamp(0.3888888889rem, 0.8333333333vw + 0.1666666667rem, 0.8333333333rem);
  margin-right: clamp(0.3888888889rem, 0.8333333333vw + 0.1666666667rem, 0.8333333333rem);
}
.breadcrumb li a {
  color: #333;
}

.main {
  margin-top: clamp(2.2222222222rem, 6.25vw + 0.5555555556rem, 5.5555555556rem);
  margin-bottom: clamp(3.3333333333rem, 9.375vw + 0.8333333333rem, 8.3333333333rem);
}
.index .main {
  margin-top: 0;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.footer_cta {
  position: relative;
  display: flex;
  padding: 2vw;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer_cta {
    flex-direction: column;
    padding: 3vw;
  }
}
@media (max-width: 768px) {
  .footer_cta {
    padding: 0;
  }
}

.ft_ttl {
  color: #fff;
}

.ft_contact_wrapper,
.ft_recruit_wrapper {
  width: 50%;
  padding-top: clamp(2.2222222222rem, 2.3958333333vw + 1.5833333333rem, 3.5rem);
  padding-left: clamp(1.6666666667rem, 4.1666666667vw + 0.5555555556rem, 3.8888888889rem);
  padding-right: clamp(1.6666666667rem, 4.1666666667vw + 0.5555555556rem, 3.8888888889rem);
  padding-bottom: clamp(2.2222222222rem, 3.9583333333vw + 1.1666666667rem, 4.3333333333rem);
}
@media (max-width: 1024px) {
  .ft_contact_wrapper,
  .ft_recruit_wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ft_contact_wrapper,
  .ft_recruit_wrapper {
    padding: 40px 4vw 40px;
  }
}

.ft_ttl_en {
  display: block;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 0.8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.3333333333rem, 2.0833333333vw + 2.7777777778rem, 4.4444444444rem);
  transform: matrix(1, 0, -0.19, 0.98, 0, 0);
  margin-bottom: 20px;
}

.ft_ttl_ja {
  display: block;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 0.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.8888888889rem, 1.2222222222rem);
}

.ft_txt {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 1.1111111111vw + 0rem, 1.1111111111rem);
}
@media (max-width: 768px) {
  .ft_txt {
    text-align: left;
  }
}

.ft_contact_wrapper {
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
}
.ft_contact_wrapper .ft_txt {
  margin: 30px auto;
}

.ft_recruit_wrapper {
  background: #333333;
}
.ft_recruit_wrapper .ft_txt {
  margin: 60px auto 40px;
}
@media (max-width: 768px) {
  .ft_recruit_wrapper .ft_txt {
    margin: 30px auto;
  }
}

.ft_contact_tel_btn,
.ft_contact_form_btn,
.ft_recruit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 500px);
  background: #fff;
  border-radius: 60px;
  margin: 0 auto;
  padding: 20px;
}

.ft_contact_tel_btn {
  height: 105px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ft_contact_tel_btn {
    height: clamp(5rem, 5.2083333333vw + 3.6111111111rem, 5.8333333333rem);
  }
}

.ft_contact_tel {
  display: inline-flex;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 0.8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.1111111111rem, 2.7777777778vw + -0.1111111111rem, 2.6666666667rem);
  text-align: center;
}
.ft_contact_tel::before {
  content: "";
  width: clamp(1.5555555556rem, 1.9444444444vw + 0rem, 1.9444444444rem);
  aspect-ratio: 35/37;
  -webkit-mask: url(../images/icon_phone.svg) no-repeat center/cover;
          mask: url(../images/icon_phone.svg) no-repeat center/cover;
  background: #EF8200;
  margin-right: 8px;
}

.ft_contact_txt {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 0.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.1041666667vw + 0.75rem, 0.8333333333rem);
  color: #333;
  margin-top: 12px;
}

.ft_contact_form_btn,
.ft_recruit_btn {
  height: 90px;
  color: #333;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
}
@media (max-width: 768px) {
  .ft_contact_form_btn,
  .ft_recruit_btn {
    height: clamp(3.8888888889rem, 6.9444444444vw + 2.037037037rem, 5rem);
  }
}

.ft_contact_form_btn {
  margin-top: clamp(1.1111111111rem, 2.7777777778vw + -1.1111111111rem, 1.6666666667rem);
}
.ft_contact_form_btn::before {
  content: "";
  width: clamp(2.2222222222rem, 2.7777777778vw + 0rem, 2.7777777778rem);
  aspect-ratio: 5/4;
  -webkit-mask: url(../images/icon_mail.svg) no-repeat center/cover;
          mask: url(../images/icon_mail.svg) no-repeat center/cover;
  background: #EF8200;
  margin-right: 15px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .ft_contact_form_btn:hover::before {
    transform: rotate(-20deg);
  }
}

.ft_recruit_btn {
  padding-right: 20px;
}
.ft_recruit_btn::before {
  content: "";
  width: clamp(2.3888888889rem, 2.7777777778vw + 0.1666666667rem, 2.9444444444rem);
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon_group.svg) no-repeat center/cover;
          mask: url(../images/icon_group.svg) no-repeat center/cover;
  background: #EF8200;
  margin-right: 15px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .ft_recruit_btn:hover::before {
    transform: scale(1.2);
  }
}

.ft_bottom_wrapper {
  position: relative;
  width: 100%;
  margin-top: -115px;
  padding-top: clamp(9.4444444444rem, 9.0206185567vw + 4.3127147766rem, 13.3333333333rem);
  padding-left: clamp(2.2222222222rem, 14.175257732vw + -5.8419243986rem, 8.3333333333rem);
  padding-right: clamp(2.2222222222rem, 5.1546391753vw + -0.7101947308rem, 4.4444444444rem);
  padding-bottom: clamp(1.1111111111rem, 0.6443298969vw + 0.744558992rem, 1.3888888889rem);
  background: #4D4D4D;
}
@media (max-width: 768px) {
  .ft_bottom_wrapper {
    margin-top: 0;
    padding: 30px 4vw 20px;
  }
}
.ft_bottom_wrapper::after {
  position: absolute;
  content: "";
  right: -50px;
  bottom: 60px;
  width: clamp(22.2222222222rem, 52.7777777778vw + -20rem, 32.7777777778rem);
  aspect-ratio: 59/48;
  -webkit-mask: url(../images/logo_bg.svg) no-repeat center/cover;
          mask: url(../images/logo_bg.svg) no-repeat center/cover;
  background: rgba(255, 255, 255, 0.08);
}

.ft_bottom_unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: clamp(2.7777777778rem, 5.7989690722vw + -0.5211912944rem, 5.2777777778rem);
  z-index: 1;
}
@media (max-width: 1024px) {
  .ft_bottom_unit {
    flex-direction: column;
    padding-bottom: clamp(1.6666666667rem, 3.6764705882vw + 0.6862745098rem, 2.7777777778rem);
  }
}

.ft_logo {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.5555555556rem, 1.1111111111vw + 0.6666666667rem, 1.7777777778rem);
  margin-bottom: 30px;
}
.ft_logo::before {
  display: inline-block;
  position: relative;
  content: "";
  width: clamp(2.6666666667rem, 5.5555555556vw + -1.7777777778rem, 3.7777777778rem);
  aspect-ratio: 1/1;
  background: url(../images/logo.svg) no-repeat center/cover;
  margin-right: clamp(0.2777777778rem, 2.7777777778vw + -1.9444444444rem, 0.8333333333rem);
}

.ft_info_txt {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.2777777778vw + 0.6111111111rem, 0.8888888889rem);
}
.ft_info_txt:first-of-type {
  margin-bottom: 20px;
}

.ft_nav {
  display: flex;
  gap: clamp(1.6666666667rem, 5.5555555556vw + -2.7777777778rem, 2.7777777778rem);
  margin-top: 25px;
}
@media (max-width: 768px) {
  .ft_nav {
    display: none;
  }
}
.ft_nav a {
  display: block;
  color: #fff;
}
@media (min-width: 769px) {
  .ft_nav a:hover {
    color: #888888;
  }
}

.copyright {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: calc(5 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.6666666667rem, 0.1041666667vw + 0.6388888889rem, 0.7222222222rem);
  color: #fff;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index_intro_wrapper {
  position: relative;
  background: url(../images/bg_town.svg) #EF8200 left bottom repeat-x;
  padding: 0 4vw;
  padding-top: clamp(5.5555555556rem, 7.2916666667vw + 3.6111111111rem, 9.4444444444rem);
  padding-bottom: clamp(6.6666666667rem, 8.3333333333vw + 4.4444444444rem, 11.1111111111rem);
  overflow: hidden;
}
.index_intro_wrapper::before {
  position: absolute;
  content: "";
  width: 654px;
  height: 720px;
  top: -300px;
  right: -200px;
  background: radial-gradient(35.42% 35.42% at 50% 50%, rgba(255, 247, 0, 0.45) 0%, rgba(255, 246, 0, 0) 99.99%);
}
.index_intro_wrapper::after {
  position: absolute;
  content: "";
  width: 998px;
  height: 831px;
  bottom: -300px;
  left: -385px;
  background: radial-gradient(35.42% 35.42% at 50% 50%, rgba(255, 246, 0, 0.5) 0%, rgba(255, 246, 0, 0) 99.99%);
}

.intro_en_wrapper {
  position: absolute;
  left: 0;
  top: -80px;
  display: flex;
  animation: loop-text 20s linear infinite;
}

.intro_en {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  transform: matrix(1, 0, -0.19, 0.98, 0, 0);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(7.2222222222rem, 2.7777777778vw + 5rem, 7.7777777778rem);
  white-space: nowrap;
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.index_intro_ttl {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.4444444444rem, 0.4166666667vw + 1.3333333333rem, 1.6666666667rem);
  color: #fff;
  margin-bottom: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .index_intro_ttl {
    text-align: left;
  }
}

.index_intro_txt {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 650;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .index_intro_txt {
    text-align: left;
  }
}

/*---------- service ----------*/
.index_service_wrapper {
  position: relative;
  width: 100%;
  padding: 4vw;
  padding-top: clamp(4.4444444444rem, 6.7708333333vw + 2.6388888889rem, 8.0555555556rem);
  padding-bottom: 175px;
}

.line_right_w {
  position: absolute;
  top: 15px;
  right: 0px;
  width: clamp(20.5555555556rem, 23.0208333333vw + 14.4166666667rem, 32.8333333333rem);
  aspect-ratio: 591/23;
  background: url(../images/line_right_w.svg) no-repeat center/cover;
  z-index: 3;
}

.line_left_w {
  position: absolute;
  bottom: 43px;
  left: 0px;
  width: clamp(17.1666666667rem, 19.1666666667vw + 12.0555555556rem, 27.3888888889rem);
  aspect-ratio: 493/23;
  background: url(../images/line_left_w.svg) no-repeat center/cover;
  z-index: 3;
}

.service_unit {
  position: relative;
  background: #fff;
  padding: 0 4.5vw;
  padding-top: clamp(2.2222222222rem, 5.2083333333vw + 0.8333333333rem, 5rem);
  padding-bottom: clamp(1.6666666667rem, 5.2083333333vw + 0.2777777778rem, 4.4444444444rem);
  width: min(100%, 1073px);
  z-index: 1;
}
/*---------- works ----------*/
.index_works_wrapper {
  position: relative;
  text-align: center;
  padding-top: clamp(4.4444444444rem, 10.4166666667vw + 1.6666666667rem, 10rem);
  overflow: hidden;
}

.index_works_unit {
  padding: 0 4vw;
}

.line_right_o {
  position: absolute;
  top: 520px;
  right: 20px;
  width: clamp(17.1111111111rem, 10.5208333333vw + 14.3055555556rem, 22.7222222222rem);
  aspect-ratio: 409/328;
  background: url(../images/line_right_o.svg) no-repeat center/cover;
  z-index: -1;
}

.line_left_o {
  position: absolute;
  top: clamp(1.6666666667rem, 4.6875vw + 0.4166666667rem, 4.1666666667rem);
  left: 0px;
  width: clamp(17.5rem, 19.6875vw + 12.25rem, 28rem);
  aspect-ratio: 504/427;
  background: url(../images/line_left_o.svg) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .line_left_o {
    left: -130px;
  }
}

/*---------- swiper ----------*/
.index-swiper-wrapper {
  transition-timing-function: linear !important;
}

.index-slide {
  width: 25%;
  height: 514px;
  position: relative;
  margin-top: clamp(2.7777777778rem, 4.1666666667vw + 1.6666666667rem, 5rem);
  margin-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
}
.index-slide a {
  display: block;
}

.index-slide .slide-wrapper {
  position: absolute;
}

.index-slide[data-index="1"] .slide-wrapper,
.index-slide[data-index="5"] .slide-wrapper {
  left: 0;
  top: 0;
  width: 95%;
  aspect-ratio: 454/374;
}

.index-slide[data-index="2"] .slide-wrapper,
.index-slide[data-index="6"] .slide-wrapper {
  left: 13%;
  top: 38%;
  width: 91%;
  aspect-ratio: 439/315;
}

.index-slide[data-index="3"] .slide-wrapper,
.index-slide[data-index="7"] .slide-wrapper {
  left: -15%;
  top: 12%;
  width: 95%;
  aspect-ratio: 455/256;
}

.index-slide[data-index="4"] .slide-wrapper,
.index-slide[data-index="8"] .slide-wrapper {
  left: -8%;
  top: 20%;
  width: 103%;
  aspect-ratio: 499/374;
}

/* スライド内の画像を個別に変形 */
.index-slide .slide-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

/*---------- company ----------*/
.index_company_wrapper {
  position: relative;
  width: 100%;
  padding-top: clamp(2.7777777778rem, 8.125vw + 0.6111111111rem, 7.1111111111rem);
  padding-left: 5vw;
  padding-right: 6.2vw;
  padding-bottom: clamp(4.4444444444rem, 3.6458333333vw + 3.4722222222rem, 6.3888888889rem);
  background: url(../images/bg_stripe.jpg) repeat-y center/cover;
}
@media (max-width: 768px) {
  .index_company_wrapper {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
}

.index_company_unit {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .index_company_unit {
    flex-direction: column;
  }
}

.index_company_img {
  width: min(90%, 777px);
  aspect-ratio: 777/787;
  overflow: hidden;
}
.index_company_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .index_company_img {
    z-index: 1;
  }
}

.index_company_block {
  width: min(92%, 1005px);
  margin-left: -8%;
  margin-top: clamp(2.7777777778rem, 13.5416666667vw + -0.8333333333rem, 10rem);
  background: #fff;
  padding: clamp(1.1111111111rem, 5.7291666667vw + -0.4166666667rem, 4.1666666667rem);
  padding-top: 95px;
  padding-bottom: clamp(2.7777777778rem, 3.6458333333vw + 1.8055555556rem, 4.7222222222rem);
}
@media (max-width: 768px) {
  .index_company_block {
    margin-left: 4%;
    margin-top: -50px;
  }
}

/*---------- recruit ----------*/
.index_recruit_wrapper {
  position: relative;
  width: 100%;
  padding: 7.5vw;
  padding-top: 156px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .index_recruit_wrapper {
    padding: 4vw;
    padding-top: 60px;
    padding-bottom: 110px;
  }
}

.index_recruit_unit {
  position: relative;
  width: min(100%, 700px);
  z-index: 1;
}

/*---------- news ----------*/
.index_news_wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .index_news_wrapper {
    flex-direction: column;
  }
}

.index_news_ttl {
  display: block;
  position: relative;
  width: 25%;
  background: #EF8200;
  padding-left: clamp(0.8333333333rem, 12.1124031008vw + -4.334625323rem, 7.7777777778rem);
  padding-top: 160px;
  padding-right: clamp(1.1111111111rem, 22.2222222222vw + -16.6666666667rem, 5.5555555556rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_news_ttl {
    width: 100%;
    padding-top: 30px;
  }
}
.index_news_ttl::before, .index_news_ttl::after {
  position: absolute;
  content: "";
  background: radial-gradient(35.42% 35.42% at 50% 50%, rgba(255, 246, 0, 0.4) 0%, rgba(255, 246, 0, 0) 99.99%);
}
.index_news_ttl::before {
  width: 766px;
  height: 637px;
  top: -23px;
  left: -398px;
}
.index_news_ttl::after {
  width: 414px;
  height: 370px;
  right: -75px;
  bottom: -205px;
}

.news_box {
  width: 75%;
  padding-left: 60px;
  padding-right: 7vw;
}
@media (max-width: 768px) {
  .news_box {
    width: 100%;
    padding: 4vw;
  }
}

.news_unit {
  width: 100%;
  margin: 160px auto 120px;
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .news_unit {
    width: 100%;
    margin: 30px auto 0px;
  }
}
.news_unit::-webkit-scrollbar {
  width: 8px;
}
.news_unit::-webkit-scrollbar-track {
  background-color: #EFEFEF;
}
.news_unit::-webkit-scrollbar-thumb {
  background-color: #EF8200;
}

.news_block {
  margin-right: clamp(0.8333333333rem, 2.6041666667vw + 0.1388888889rem, 2.2222222222rem);
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
}
.news_block:not(:only-child) {
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 560px) {
  .news_block {
    flex-direction: column;
  }
}

.news_left {
  flex-grow: 1; /* 残りの幅を全部埋める */
  min-width: 0; /* はみ出し防止 */
}

.news_date {
  display: block;
  font-size: clamp(0.8333333333rem, 0.2083333333vw + 0.7777777778rem, 0.9444444444rem);
  font-weight: 700;
  letter-spacing: calc(60 * 0.001em);
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  color: #EF8200;
  margin-bottom: 10px;
}

.news_ttl {
  display: inline-block;
  position: relative;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
.news_ttl::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -4px;
  right: 0;
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 0;
}
@media (min-width: 769px) {
  a:hover .news_ttl::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.news_contents {
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
a .news_contents {
  transition: transform 0.3s ease;
}
a:hover .news_contents {
  text-decoration: underline;
}

.news_right {
  width: clamp(8.3333333333rem, 5.6818181818vw + 6.5656565657rem, 11.1111111111rem); /* 固定幅 */
  flex-shrink: 0; /* 縮まないようにする */
}
@media (max-width: 560px) {
  .news_right {
    width: 100%;
  }
}

.news_img {
  display: block;
  width: 100%;
  aspect-ratio: 20/15;
  overflow: hidden;
}
@media (max-width: 560px) {
  .news_img {
    width: 100%;
    aspect-ratio: 20/18;
  }
}
.news_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news_img:hover img {
    scale: 1.2;
  }
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.professionals_wrapper {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #FFE240 0%, #F7B522 28.45%, #EF8200 100%);
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .professionals_wrapper {
    background: linear-gradient(45deg, #FFE240 0%, #F7B522 28.45%, #EF8200 100%);
  }
}

.professionals_unit {
  position: relative;
  display: flex;
  gap: clamp(2.2222222222rem, 19.4444444444vw + -13.3333333333rem, 6.1111111111rem);
  padding-top: clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem);
  padding-bottom: clamp(3.3333333333rem, 3.6458333333vw + 2.3611111111rem, 5.2777777778rem);
}
@media (max-width: 768px) {
  .professionals_unit {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.professionals_imgbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 43%;
}
@media (max-width: 768px) {
  .professionals_imgbox {
    width: calc(100% - 8vw);
  }
}
.professionals_imgbox img {
  width: 53%;
  aspect-ratio: 437/647;
  -o-object-fit: cover;
     object-fit: cover;
}
.professionals_imgbox img + img {
  margin-top: 140px;
  margin-left: -50px;
}

.porfessionals_block {
  width: 46%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .porfessionals_block {
    width: 100%;
    padding: 0 4vw;
  }
}

.professionals_ttl {
  display: block;
  font-weight: 800;
  letter-spacing: calc(60 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.5555555556rem, 0.8333333333vw + 1.3333333333rem, 2rem);
  color: #fff;
  margin-bottom: clamp(1.6666666667rem, 1.0416666667vw + 1.3888888889rem, 2.2222222222rem);
  font-feature-settings: "palt";
}

.professionals_txt {
  display: block;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
  color: #fff;
}

.wwcd_wrapper {
  position: relative;
  width: 100%;
}

.wwcd_unit {
  position: relative;
  width: calc(100% - 15vw);
  margin: 0 auto;
  padding-top: clamp(3.3333333333rem, 12.5vw + 0rem, 10rem);
}
@media (max-width: 768px) {
  .wwcd_unit {
    width: calc(100% - 8vw);
  }
}

.wwcd_list {
  width: 100%;
  padding-left: clamp(0rem, 0.4166666667vw + -0.1111111111rem, 0.2222222222rem);
  padding-right: clamp(0rem, 0.4166666667vw + -0.1111111111rem, 0.2222222222rem);
  display: flex;
  margin: 0 auto;
  margin-top: clamp(2.2222222222rem, 6.25vw + 0.5555555556rem, 5.5555555556rem);
}
@media (max-width: 560px) {
  .wwcd_list {
    flex-direction: column;
  }
}

.wwcd_li {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 560px) {
  .wwcd_li {
    padding: 40px 0;
  }
}
.wwcd_li:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: clamp(5.5555555556rem, 4.1666666667vw + 4.4444444444rem, 7.7777777778rem);
  background: #333;
}
@media (max-width: 560px) {
  .wwcd_li:not(:first-child)::before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 40%;
    height: 1px;
  }
}

.wwcd_txt {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 1.4583333333vw + 0.5rem, 1.6666666667rem);
  margin-top: 15px;
}

.details_wrapper {
  margin-top: clamp(2.7777777778rem, 11.4583333333vw + -0.2777777778rem, 8.8888888889rem);
  margin-bottom: clamp(2.2222222222rem, 6.25vw + 0.5555555556rem, 5.5555555556rem);
}

.details_unit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 4%;
}
@media (max-width: 768px) {
  .details_unit {
    flex-direction: column-reverse;
    padding: 0 4vw;
  }
}
.details_unit .details_ttl .cmn_ttl_en {
  font-size: clamp(3.3333333333rem, 4.4444444444vw + -0.2222222222rem, 4.2222222222rem);
}
.details_unit .details_img {
  order: 0;
  width: 44%;
  aspect-ratio: 824/496;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .details_unit .details_img {
    width: 100%;
  }
}
.details_unit .details_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details_unit .details_block {
  order: 1;
  width: 52%;
}
@media (max-width: 768px) {
  .details_unit .details_block {
    width: 100%;
  }
}
.details_unit .details_txt {
  width: 100%;
  padding-right: 7vw;
}
@media (max-width: 768px) {
  .details_unit .details_txt {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.details_unit:nth-child(even) {
  padding-right: auto;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .details_unit:nth-child(even) {
    margin-top: 50px;
    flex-direction: column;
  }
}
.details_unit:nth-child(even) .details_ttl {
  margin-left: 7vw;
}
@media (max-width: 768px) {
  .details_unit:nth-child(even) .details_ttl {
    margin-left: 0;
  }
}
.details_unit:nth-child(even) .details_img {
  order: 1;
}
.details_unit:nth-child(even) .details_block {
  order: 0;
}
.details_unit:nth-child(even) .details_txt {
  margin-right: auto;
  margin-left: 7vw;
}
@media (max-width: 768px) {
  .details_unit:nth-child(even) .details_txt {
    margin-left: 0;
  }
}

.order_wrapper {
  position: relative;
  width: calc(100% - 24vw);
  margin: 0 auto;
  margin-top: clamp(2.7777777778rem, 1.5625vw + 2.3611111111rem, 3.6111111111rem);
  background: #FFF3E4;
  padding-top: clamp(1.6666666667rem, 5.2083333333vw + 0.2777777778rem, 4.4444444444rem);
  padding-bottom: 80px;
  padding-left: clamp(1.6666666667rem, 11.9791666667vw + -1.5277777778rem, 8.0555555556rem);
  padding-right: clamp(1.6666666667rem, 32.2916666667vw + -6.9444444444rem, 18.8888888889rem);
}
@media (max-width: 768px) {
  .order_wrapper {
    width: calc(100% - 8vw);
  }
}
.order_wrapper::after {
  position: absolute;
  content: "";
  right: clamp(0rem, 15.1041666667vw + -4.0277777778rem, 8.0555555556rem);
  bottom: 0px;
  width: clamp(4.6666666667rem, 7.6041666667vw + 2.6388888889rem, 8.7222222222rem);
  aspect-ratio: 157/240;
  background: url(../images/icon_repair.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .order_wrapper::after {
    right: -20px;
    bottom: -30px;
  }
}

.order_ttl {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.625vw + 0.8333333333rem, 1.3333333333rem);
  margin-bottom: 15px;
}

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

.flow_wrapper {
  position: relative;
  width: 100%;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  padding-top: clamp(2.7777777778rem, 6.25vw + 1.1111111111rem, 6.1111111111rem);
  padding-bottom: clamp(3.3333333333rem, 6.25vw + 1.6666666667rem, 6.6666666667rem);
  background: url(../images/bg_stripe.jpg) repeat-y center/cover;
}
@media (max-width: 1024px) {
  .flow_wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.flow_list {
  width: 83%;
  margin: 0 auto;
  display: flex;
  counter-reset: number 0;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .flow_list {
    width: min(100%, 920px);
  }
}

.flow_li {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 560px) {
  .flow_li {
    flex-direction: column;
  }
}
.flow_li:not(:last-child) {
  margin-bottom: 46px;
}
.flow_li:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(2.3888888889rem, 1.0416666667vw + 2.1111111111rem, 2.9444444444rem);
  height: clamp(1.1111111111rem, 0.625vw + 0.9444444444rem, 1.4444444444rem);
  background: linear-gradient(to bottom, #EF8200 0%, #FFE240 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.flow_number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: clamp(4.4444444444rem, 2.6041666667vw + 3.75rem, 5.8333333333rem);
  flex-shrink: 0;
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.1111111111rem, 0.4166666667vw + 1rem, 1.3333333333rem);
}
@media (max-width: 560px) {
  .flow_number {
    width: 100%;
    line-height: 1.1;
    padding: 5px;
  }
}
.flow_number::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: clamp(1.6666666667rem, 0.625vw + 1.5rem, 2rem);
}

.flow_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1; /* 残りのスペースを全部使う */
  padding-top: clamp(0.8333333333rem, 2.0833333333vw + 0.2777777778rem, 1.9444444444rem);
  padding-bottom: clamp(1.3888888889rem, 1.0416666667vw + 1.1111111111rem, 1.9444444444rem);
  padding-left: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  padding-right: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  min-height: clamp(10rem, 4.381443299vw + 7.5074455899rem, 11.8888888889rem);
  background: #fff;
}
@media (max-width: 768px) {
  .flow_content {
    min-height: auto;
  }
}

.flow_ttl {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.2222222222rem, 0.4166666667vw + 1.1111111111rem, 1.4444444444rem);
  margin-bottom: 10px;
}

.flow_btn_wrapper {
  display: flex;
  gap: clamp(0.6666666667rem, 0.7731958763vw + 0.2268041237rem, 1rem);
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .flow_btn_wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.flow_tel_btn,
.flow_form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17.2222222222rem, 10.3092783505vw + 11.3573883162rem, 21.6666666667rem);
  background: #fff;
  border-radius: 60px;
  height: 83px;
  border: 2px solid #EF8200;
}
@media (max-width: 1024px) {
  .flow_tel_btn,
  .flow_form_btn {
    width: min(100%, 400px);
  }
}

.flow_tel_btn {
  flex-direction: column;
}

.flow_tel {
  display: inline-flex;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 0.8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.4444444444rem, 1.1111111111vw + 0.5555555556rem, 1.6666666667rem);
  text-align: center;
  margin-top: 5px;
}
.flow_tel::before {
  content: "";
  width: clamp(1rem, 1.1111111111vw + 0.1111111111rem, 1.2222222222rem);
  aspect-ratio: 35/37;
  -webkit-mask: url(../images/icon_phone.svg) no-repeat center/cover;
          mask: url(../images/icon_phone.svg) no-repeat center/cover;
  background: #EF8200;
  margin-right: 8px;
}

.flow_tel_txt {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7222222222rem, 0.1041666667vw + 0.6944444444rem, 0.7777777778rem);
  color: #333;
  margin-top: 5px;
}

.flow_form_btn {
  position: relative;
  color: #333;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.5555555556vw + 0.4444444444rem, 1rem);
  overflow: hidden;
  z-index: 0;
}
.flow_form_btn::before {
  content: "";
  width: clamp(1.1111111111rem, 3.8888888889vw + -2rem, 1.8888888889rem);
  aspect-ratio: 30/24;
  -webkit-mask: url(../images/icon_flow_mail.svg) no-repeat center/cover;
          mask: url(../images/icon_flow_mail.svg) no-repeat center/cover;
  background: #EF8200;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.flow_form_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF3E4;
  z-index: -1;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .flow_form_btn:hover::before {
    transform: rotate(-20deg);
  }
  .flow_form_btn:hover::after {
    transform: translateX(0);
  }
}

.area_wrapper {
  position: relative;
  background: linear-gradient(90deg, #EF8200 0%, #F8B924 62.2%, #FFE240 100%);
  padding-top: clamp(3.8888888889rem, 7.7519379845vw + 0.5813953488rem, 8.3333333333rem);
  padding-bottom: clamp(3.8888888889rem, 7.7519379845vw + 0.5813953488rem, 8.3333333333rem);
  padding-left: clamp(1.6666666667rem, 18.8953488372vw + -6.3953488372rem, 12.5rem);
  padding-right: clamp(8.3333333333rem, 7.2674418605vw + 5.2325581395rem, 12.5rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .area_wrapper {
    padding-right: 40%;
  }
}

.area_map {
  position: absolute;
  top: -12px;
  right: clamp(0rem, 12.5968992248vw + -5.3746770026rem, 7.2222222222rem);
  height: 115%;
  aspect-ratio: 665/692;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .area_map {
    right: -50px;
  }
}
@media (max-width: 560px) {
  .area_map {
    height: 90%;
  }
}

.coverage_wrapper {
  margin: 0 auto;
  padding: 12vw;
  padding-top: clamp(2.7777777778rem, 12.5vw + -0.5555555556rem, 9.4444444444rem);
  padding-bottom: clamp(3.8888888889rem, 18.75vw + -1.1111111111rem, 13.8888888889rem);
}
@media (max-width: 768px) {
  .coverage_wrapper {
    padding: 4vw;
    padding-top: clamp(2.7777777778rem, 17.3611111111vw + -1.8518518519rem, 5.5555555556rem);
    padding-bottom: clamp(3.8888888889rem, 24.3055555556vw + -2.5925925926rem, 7.7777777778rem);
  }
}

.coverage_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 62px;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media (max-width: 560px) {
  .coverage_list {
    row-gap: 30px;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
.coverage_list li {
  width: 22.75%;
}
@media (max-width: 1024px) {
  .coverage_list li {
    width: 31.3333333333%;
  }
}
@media (max-width: 560px) {
  .coverage_list li {
    width: 48%;
  }
}

.coverage_img {
  width: 100%;
  aspect-ratio: 32/35;
}
.coverage_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coverage_txt {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9444444444rem, 0.8333333333vw + 0.2777777778rem, 1.1111111111rem);
}

.faq_wrapper {
  display: flex;
  margin: 0 auto;
  padding: 0 10vw;
  gap: 40px;
}
@media (max-width: 1024px) {
  .faq_wrapper {
    flex-direction: column;
    padding: 0 4vw;
    gap: 0;
  }
}

.faq_ttl {
  flex-shrink: 0;
  width: 17%;
}
@media (max-width: 768px) {
  .faq_ttl {
    width: 100%;
  }
}

.faq_unit {
  flex: 1;
}

.faq_item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  flex: 1;
}

.faq_question {
  width: 100%;
  background: white;
  border: none;
  padding: 20px 35px;
  padding-top: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq_question {
    padding: 15px 20px;
  }
}

.faq_text {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.faq_question .q {
  color: #EF8200;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5555555556rem, 2.2222222222vw + -0.2222222222rem, 2rem);
  margin-right: clamp(0.2777777778rem, 1.0416666667vw + 0rem, 0.8333333333rem);
  margin-bottom: 5px;
  white-space: nowrap;
}

.faq_answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  padding: 0 35px;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.2083333333vw + 0.7777777778rem, 0.9444444444rem);
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
}
@media (max-width: 768px) {
  .faq_answer {
    padding: 0 20px;
  }
}

.faq_question[aria-expanded=true] + .faq_answer {
  max-height: 200px;
  padding: 25px 35px;
}
@media (max-width: 768px) {
  .faq_question[aria-expanded=true] + .faq_answer {
    padding: 15px 20px;
  }
}
.faq_question[aria-expanded=true] + .faq_answer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 70px);
  background: repeating-linear-gradient(to right, #C8C8C8 0 4px, transparent 4px 8px);
}
@media (max-width: 768px) {
  .faq_question[aria-expanded=true] + .faq_answer::before {
    width: calc(100% - 40px);
  }
}

.icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-right: 4px solid #EF8200;
  border-bottom: 4px solid #EF8200;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-left: 15px;
}

.faq_question[aria-expanded=true] .icon {
  transform: rotate(-135deg);
}

/*-------------------------------------------------------------------------------
  works
--------------------------------------------------------------------------------*/
.works_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}
@media (max-width: 768px) {
  .works_wrapper {
    flex-direction: column;
    width: calc(100% - 8vw);
    margin: 0 auto;
  }
}

.works-cate_wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 2vw;
  width: clamp(10rem, 9.496124031vw + 5.9483204134rem, 15.4444444444rem);
  background: #EF8200;
  padding-top: 35px;
  padding-bottom: clamp(1.1111111111rem, 3.125vw + 0.2777777778rem, 2.7777777778rem);
  padding-right: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  padding-left: 45px;
  flex-shrink: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .works-cate_wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }
}
.works-cate_wrapper .works-cate_li {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 1.6666666667vw + -0.4444444444rem, 1.2222222222rem);
}
.works-cate_wrapper .works-cate_li.current {
  position: relative;
  display: flex;
  align-items: center;
}
.works-cate_wrapper .works-cate_li.current::before {
  content: "";
  position: absolute;
  left: -23px;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
.works-cate_wrapper .works-cate_li:not(:first-child) {
  margin-top: clamp(0.2777777778rem, 1.0416666667vw + 0rem, 0.8333333333rem);
}
.works-cate_wrapper a {
  color: #fff;
}
@media (min-width: 769px) {
  .works-cate_wrapper a:hover {
    color: #fcc569;
  }
}

.works_main_wrapper {
  width: 100%;
  flex: 1;
  margin-right: 6vw;
}

.works-list_wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 45px;
}

.works_unit {
  width: 30.6666666667%;
}
@media (max-width: 768px) {
  .works_unit {
    width: 48%;
  }
}
@media (max-width: 560px) {
  .works_unit {
    width: 100%;
  }
}

.works-img {
  display: block;
  width: 100%;
  aspect-ratio: 45/35;
  z-index: 1;
  overflow: hidden;
}
.works-img.no_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
}
.works-img.no_img::before {
  display: block;
  content: "";
  width: 65%;
  aspect-ratio: 289/68;
  background: #fff;
  -webkit-mask: url(../images/logo_noimg.svg) no-repeat center/cover;
          mask: url(../images/logo_noimg.svg) no-repeat center/cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .works_unit:hover .works-img.no_img::before {
    transform: scale(1.1);
  }
}
.works-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .works_unit:hover .works-img img {
    transform: scale(1.1);
  }
}

.works-meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.works-meta.single {
  margin-top: 0;
}

.works-meta_date {
  color: #EF8200;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.7777777778rem, 0.1041666667vw + 0.75rem, 0.8333333333rem);
  margin-right: 12px;
}
.works-meta_date.single {
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
}

.works-meta_category {
  background: #EF8200;
  color: #fff;
  padding: 4px 10px;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7222222222rem, 0.1041666667vw + 0.6944444444rem, 0.7777777778rem);
}
.works-meta_category.single {
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
}

.works-ttl {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
  color: #333;
  margin-top: 5px;
}

/*---------- 詳細ページ ----------*/
.single-works_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}
@media (max-width: 768px) {
  .single-works_wrapper {
    flex-direction: column;
    margin: 0 4vw;
  }
}

.single_works_unit {
  width: 80%;
  padding-right: 11vw;
}
@media (max-width: 768px) {
  .single_works_unit {
    width: 100%;
    padding-right: 0;
  }
}

.works_gallery {
  margin-top: 30px;
}

.works_no_img {
  display: block;
  width: 100%;
  aspect-ratio: 1350/617;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
}
.works_no_img::before {
  display: block;
  content: "";
  width: 65%;
  aspect-ratio: 289/68;
  background: #fff;
  -webkit-mask: url(../images/logo_noimg.svg) no-repeat center/cover;
          mask: url(../images/logo_noimg.svg) no-repeat center/cover;
}

.single_works_list {
  width: 80%;
  margin: 0 auto;
  margin-top: clamp(2.2222222222rem, 7.2916666667vw + 0.2777777778rem, 6.1111111111rem);
  border-top: 1px solid #8B8B8B;
}
@media (max-width: 768px) {
  .single_works_list {
    width: 100%;
  }
}

/*---------- ページネーション ----------*/
.pagination_wrapper {
  margin-top: 120px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(2.2777777778rem, 1.0416666667vw + 2rem, 2.8333333333rem);
  aspect-ratio: 51/55;
  background: #fff;
  border: 2px solid #EF8200;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.5555555556vw + 0.5555555556rem, 1.1111111111rem);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .page-numbers:hover {
    background: #FFF3E4;
  }
}
.page-numbers.current {
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
  border: none;
  color: #fff;
}
.page-numbers.prev, .page-numbers.next {
  width: 22px;
  aspect-ratio: 1/1;
  border: none;
  transition: all 0.3s ease;
}
.page-numbers.prev {
  background: url(../images/arrow_prev.svg) no-repeat center/cover;
  margin-right: clamp(0.5555555556rem, 4.1666666667vw + -0.5555555556rem, 2.7777777778rem);
}
@media (min-width: 769px) {
  .page-numbers.prev:hover {
    transform: translateX(-8px);
  }
}
.page-numbers.next {
  background: url(../images/arrow_next.svg) no-repeat center/cover;
  margin-left: clamp(0.5555555556rem, 4.1666666667vw + -0.5555555556rem, 2.7777777778rem);
}
@media (min-width: 769px) {
  .page-numbers.next:hover {
    transform: translateX(8px);
  }
}

.blog_detail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: clamp(16.6666666667rem, 16.25vw + 12.3333333333rem, 25.3333333333rem);
  margin: 0 auto;
  margin-top: clamp(2.2222222222rem, 6.25vw + 0.5555555556rem, 5.5555555556rem);
}
.blog_detail_btn .prev,
.blog_detail_btn .next {
  position: absolute;
  width: 22px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.blog_detail_btn .prev {
  left: 0;
  background: url(../images/arrow_prev.svg) no-repeat center/cover;
}
@media (min-width: 769px) {
  .blog_detail_btn .prev:hover {
    transform: translateX(-8px);
  }
}
.blog_detail_btn .next {
  right: 0;
  background: url(../images/arrow_next.svg) no-repeat center/cover;
}
@media (min-width: 769px) {
  .blog_detail_btn .next:hover {
    transform: translateX(8px);
  }
}
.blog_detail_btn .return {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: clamp(10rem, 6.25vw + 8.3333333333rem, 13.3333333333rem);
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #fff;
  padding: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
}
.blog_detail_btn .return::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #EF6400 0%, #EF8200 50%, #FFB12F 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .blog_detail_btn .return:hover::before {
    transform: translateX(50%);
  }
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.greeting_wrapper {
  position: relative;
  width: 100%;
  padding: 0 7vw;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .greeting_wrapper {
    padding: 0 4vw;
    padding-bottom: 60px;
  }
}

.line_greeting_left {
  position: absolute;
  top: -80px;
  left: 20px;
  width: clamp(10.5555555556rem, 14.5833333333vw + 6.6666666667rem, 18.3333333333rem);
  aspect-ratio: 330/264;
  background: url(../images/line_greeting_left.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .line_greeting_left {
    left: -50px;
    top: -30px;
  }
}

.line_greeting_right {
  position: absolute;
  bottom: 25px;
  right: 6.5vw;
  width: clamp(10.5555555556rem, 13.0208333333vw + 7.0833333333rem, 17.5rem);
  aspect-ratio: 315/258;
  background: url(../images/line_greeting_right.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .line_greeting_right {
    right: 0;
  }
}

.greeting_unit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 6%;
}
@media (max-width: 768px) {
  .greeting_unit {
    flex-direction: column;
    gap: 20px;
  }
}

.greeting_block {
  position: relative;
  width: 47%;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .greeting_block {
    width: 100%;
    margin-top: 30px;
  }
}

.greeting_name {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.5555555556vw + 0.5555555556rem, 1.1111111111rem);
}

.greeting_img {
  display: block;
  width: 47%;
  aspect-ratio: 777/787;
  z-index: 1;
}
@media (max-width: 768px) {
  .greeting_img {
    width: 100%;
  }
}
.greeting_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_wrapper {
  position: relative;
  width: 100%;
  padding-top: clamp(2.7777777778rem, 8.3333333333vw + 0.5555555556rem, 7.2222222222rem);
  padding-left: 15vw;
  padding-right: 15vw;
  padding-bottom: clamp(3.3333333333rem, 5.2083333333vw + 1.9444444444rem, 6.1111111111rem);
  background: url(../images/bg_stripe.jpg) repeat-y center/cover;
}
@media (max-width: 1024px) {
  .about_wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 768px) {
  .about_wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.about_unit {
  width: 100%;
  padding: clamp(1.3888888889rem, 7.8125vw + -0.6944444444rem, 5.5555555556rem);
  padding-top: clamp(1.1111111111rem, 6.25vw + -0.5555555556rem, 4.4444444444rem);
  background: #fff;
}

.access_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  padding-top: clamp(2.7777777778rem, 8.3333333333vw + 0.5555555556rem, 7.2222222222rem);
  padding-bottom: clamp(3.3333333333rem, 8.3333333333vw + 1.1111111111rem, 7.7777777778rem);
}
@media (max-width: 768px) {
  .access_wrapper {
    padding: 0 4vw;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.access_list {
  display: block;
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  .access_list {
    flex-direction: column;
    gap: 15px;
  }
}

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

.access_ttl {
  display: inline-flex;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 1.1111111111vw + 0rem, 1.1111111111rem);
  margin-top: 15px;
}
.access_ttl::before {
  content: "";
  width: 26px;
  aspect-ratio: 26/34;
  margin-right: 5px;
  background: url(../images/icon_pin.svg) no-repeat center/cover;
}

.access_txt {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.8333333333vw + 0.1666666667rem, 1rem);
  margin-bottom: 20px;
}

.access_map {
  display: block;
  width: 100%;
  aspect-ratio: 810/567;
}
.access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.safety_wrapper {
  position: relative;
  padding: clamp(1.6666666667rem, 18.75vw + -3.3333333333rem, 11.6666666667rem);
  padding-top: clamp(3.3333333333rem, 7.2916666667vw + 1.3888888889rem, 7.2222222222rem);
  padding-bottom: clamp(4.4444444444rem, 10.9375vw + 1.5277777778rem, 10.2777777778rem);
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
}
@media (max-width: 768px) {
  .safety_wrapper {
    padding: 4vw;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.safety_unit {
  position: relative;
  width: 100%;
  background: #fff;
  padding: clamp(1.6666666667rem, 12.8865979381vw + -5.6643757159rem, 7.2222222222rem);
  padding-top: clamp(1.6666666667rem, 9.0206185567vw + -3.4650630011rem, 5.5555555556rem);
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .safety_unit {
    padding-bottom: 110px;
  }
}
.safety_unit::before {
  position: absolute;
  content: "";
  right: -12px;
  bottom: -42px;
  width: clamp(13.3333333333rem, 13.2291666667vw + 9.8055555556rem, 20.3888888889rem);
  aspect-ratio: 367/247;
  background: url(../images/icon_safety.png) no-repeat center/cover;
}

.safety_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
@media (max-width: 768px) {
  .safety_list {
    flex-direction: column;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.safety_list li {
  display: flex;
  width: 45%;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
}
@media (max-width: 768px) {
  .safety_list li {
    width: 100%;
  }
}
.safety_list li::before {
  content: "";
  width: clamp(1.4444444444rem, 0.9375vw + 1.1944444444rem, 1.9444444444rem);
  height: clamp(1.2222222222rem, 0.7291666667vw + 1.0277777778rem, 1.6111111111rem);
  margin-right: 10px;
  background: url(../images/icon_check.svg) no-repeat center/cover;
  flex-shrink: 0; /* 縮まないようにする */
}
@media (max-width: 768px) {
  .safety_list li::before {
    margin-top: 3px;
  }
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
/*---------- recruit ----------*/
.recruit_wrapper {
  position: relative;
  width: 100%;
  padding: 8vw;
  padding-top: clamp(2.7777777778rem, 7.8125vw + 0.6944444444rem, 6.9444444444rem);
  padding-bottom: clamp(2.2222222222rem, 3.125vw + 1.3888888889rem, 3.8888888889rem);
}
@media (max-width: 768px) {
  .recruit_wrapper {
    padding: 5vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.recruit_bg {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 768px) {
  .recruit_bg {
    -o-object-position: 67% 50%;
       object-position: 67% 50%;
  }
}

.recruit_unit {
  position: relative;
  width: min(100%, 1100px);
  z-index: 1;
}

.recruit_lead {
  display: block;
  font-weight: 800;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.4444444444rem, 1.6666666667vw + 1rem, 2.3333333333rem);
  color: #fff;
  margin-bottom: 30px;
}

.recruit_txt {
  font-weight: 600;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 1.0416666667vw + 0.6111111111rem, 1.4444444444rem);
  color: #fff;
}

.recruit_list {
  position: relative;
  display: flex;
  gap: 3%;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 560px) {
  .recruit_list {
    row-gap: 0;
    -moz-column-gap: 6%;
         column-gap: 6%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.recurit_li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(31.3333333333%, 280px);
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #EF8200 0%, #FFC72F 100%);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.8064516129vw + 0.6379928315rem, 1.4444444444rem);
}
@media (max-width: 560px) {
  .recurit_li {
    width: 47%;
    font-size: clamp(0.8888888889rem, 10vw + -1.7777777778rem, 1.3333333333rem);
  }
}

.message_wrapper {
  position: relative;
  width: 100%;
  padding: 0 7vw;
  padding-top: clamp(2.7777777778rem, 8.3333333333vw + 0.5555555556rem, 7.2222222222rem);
  padding-bottom: clamp(3.8888888889rem, 16.6666666667vw + -0.5555555556rem, 12.7777777778rem);
}
@media (max-width: 768px) {
  .message_wrapper {
    padding: 0 4vw;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.message_unit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 6%;
}
@media (max-width: 768px) {
  .message_unit {
    flex-direction: column;
  }
}

.message_block {
  position: relative;
  width: 51%;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .message_block {
    width: 100%;
    margin-top: 0;
  }
}

.message_name {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.5555555556vw + 0.5555555556rem, 1.1111111111rem);
}

.message_img {
  display: block;
  width: 43%;
  aspect-ratio: 706/772;
  z-index: 1;
}
@media (max-width: 768px) {
  .message_img {
    width: 100%;
    margin-top: 20px;
  }
}
.message_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_wrapper {
  position: relative;
  width: 100%;
  padding: 0 8vw;
  padding-bottom: clamp(3.3333333333rem, 8.7209302326vw + -0.3875968992rem, 8.3333333333rem);
}
@media (max-width: 768px) {
  .voice_wrapper {
    padding: 0 4vw;
    padding-bottom: 60px;
  }
}

.voice_list {
  display: flex;
  gap: 8%;
}
@media (max-width: 768px) {
  .voice_list {
    flex-direction: column;
    gap: 30px;
  }
}

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

.voice_img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 450/525;
}
.voice_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_img .voice_name {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 15px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.8333333333vw + 0.1666666667rem, 1rem);
}
.voice_img.no_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #EF8200 0%, #FFB12F 100%);
}
.voice_img.no_img::before {
  display: block;
  content: "";
  width: 65%;
  aspect-ratio: 289/68;
  background: #fff;
  -webkit-mask: url(../images/logo_noimg.svg) no-repeat center/cover;
          mask: url(../images/logo_noimg.svg) no-repeat center/cover;
}

.voice_ttl {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.9444444444rem, 0.8333333333vw + 0.2777777778rem, 1.1111111111rem);
  margin-top: clamp(0.4444444444rem, 0.7291666667vw + 0.25rem, 0.8333333333rem);
  margin-bottom: 5px;
}

.requirement_wrapper {
  width: 60%;
  margin: 0 auto;
  padding-top: clamp(2.7777777778rem, 16.4728682171vw + -4.2506459948rem, 12.2222222222rem);
  padding-bottom: 0;
}
@media (max-width: 1440px) {
  .requirement_wrapper {
    width: min(100%, 840px + 10vw);
    padding: 0 5vw;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .requirement_wrapper {
    width: 100%;
    padding: 0 4vw;
    padding-top: 50px;
  }
}
.requirement_wrapper .cmn_ttl {
  margin-bottom: 60px;
}

.requirement_unit {
  width: 100%;
}
.requirement_unit:not(:first-of-type) {
  margin-top: 80px;
}
.requirement_unit .cmn_btn_wrapper {
  margin-top: 60px;
}

.requirement_ttl {
  display: block;
  width: 100%;
  background: #EF8200;
  color: #fff;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.1111111111rem, 1.1111111111vw + 0.2222222222rem, 1.3333333333rem);
  padding-top: clamp(0.5555555556rem, 1.5625vw + 0.1388888889rem, 1.3888888889rem);
  padding-bottom: clamp(0.5555555556rem, 1.5625vw + 0.1388888889rem, 1.3888888889rem);
  padding-left: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  padding-right: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
}

/*-------------------------------------------------------------------------------
  Contact
--------------------------------------------------------------------------------*/
.contact_wrapper {
  position: relative;
  background: url(../images/bg_town.svg) #EF8200 left bottom repeat-x;
  padding-top: clamp(2.7777777778rem, 11.0416666667vw + -0.1666666667rem, 8.6666666667rem);
  padding-bottom: clamp(5.5555555556rem, 5.8333333333vw + 4rem, 8.6666666667rem);
}

.contact_unit {
  width: min(90vw, 1500px);
  background: #fff;
  padding: clamp(1.6666666667rem, 3.125vw + 0.8333333333rem, 3.3333333333rem);
  margin: 0 auto;
}

.contact_phone_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_phone_wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
  }
}

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

.contact_phone_unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  padding-left: clamp(1.3888888889rem, 2.4224806202vw + 0.3552971576rem, 2.7777777778rem);
  margin-left: clamp(1.3888888889rem, 2.4224806202vw + 0.3552971576rem, 2.7777777778rem);
  border-left: 1px solid #333;
}
@media (max-width: 768px) {
  .contact_phone_unit {
    padding-left: 0;
    margin-left: 0;
    padding-top: 25px;
    margin-top: 15px;
    border-left: none;
    border-top: 1px solid #333;
  }
}

/*------------ form ------------ */
.check_form-area {
  text-align: center;
}

.contactform_wrapper {
  width: min(90vw, 924px);
  margin: 0 auto;
  padding-top: clamp(2.7777777778rem, 5.2083333333vw + 1.3888888889rem, 5.5555555556rem);
}
.contactform_wrapper .cmn_ttl {
  margin-bottom: 80px;
}

.contact-form_unit {
  display: block;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  .contact-form_unit {
    margin: 0;
    margin-top: clamp(2.2222222222rem, 6.9444444444vw + 0.3703703704rem, 3.3333333333rem);
  }
}
.contact-form_unit dl {
  display: flex;
  flex-direction: column;
}
.contact-form_unit dl:not(:first-child) {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .contact-form_unit dl:not(:first-child) {
    margin-top: 20px;
  }
}
.contact-form_unit dl dt {
  display: block;
  width: 100%;
  margin-bottom: clamp(0.4444444444rem, 0.8333333333vw + 0.2222222222rem, 0.8888888889rem);
  font-weight: 700;
}
.contact-form_unit dl dd {
  display: block;
  width: 100%;
}
.contact-form_unit .form_contact_01 {
  position: relative;
}
.contact-form_unit .form_contact_01::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 42%;
  content: "▼";
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #A3A3A3;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .contact-form_unit .form_contact_01::after {
    left: auto;
    right: 5vw;
  }
}
.contact-form_unit .input_short {
  width: 47%;
}
@media (max-width: 768px) {
  .contact-form_unit .input_short {
    width: 100%;
  }
}
.contact_confirm .contact-form_unit dl {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contact_confirm .contact-form_unit dl {
    flex-direction: column;
    gap: 15px;
    border: none;
    margin-bottom: 0;
    padding: 0 0 25px 0;
  }
}
.contact_confirm .contact-form_unit dl:last-child {
  display: none;
}
.contact_confirm .contact-form_unit dt {
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  width: 35%;
}
@media (max-width: 768px) {
  .contact_confirm .contact-form_unit dt {
    width: 100%;
    background: #F2F2F2;
    padding: 10px 15px;
  }
}
.contact_confirm .contact-form_unit dt span {
  display: none;
}
.contact_confirm .contact-form_unit dd {
  width: 65%;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media (max-width: 768px) {
  .contact_confirm .contact-form_unit dd {
    width: 100%;
    padding: 0 15px;
  }
}
.contact-form_unit .privacy-agree {
  display: none;
}
.contact-form_unit .privacy-agree + .val-err {
  text-align: center;
}

.attached-text {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #E34234;
  color: #fff;
  padding: 5px 10px 6px;
  margin-left: 16px;
  border-radius: 4px;
}

.radio-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
}
@media (max-width: 1024px) {
  .radio-area > span {
    width: 100%;
    margin-left: 0 !important;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 12px 23px 10px 40px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-top: 16px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 6px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 11px;
  left: 6px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    top: 13px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #EDEDED;
  border-radius: 50%;
  margin: 6px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=radio]:checked + span::before {
  background-color: #EDEDED;
}
input[type=radio]:checked + span::after {
  background-color: #EF8200;
}

input,
textarea,
select {
  padding: 20px 27px;
  margin-bottom: 3px;
  background-color: #F5F5F5;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 15px 14px;
  }
}

.select_wrap {
  display: inline-block;
  position: relative;
  width: 551px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}
.select_wrap::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(-45deg) translate(0, -50%);
  position: absolute;
  top: 35%;
  right: 30px;
}
@media (max-width: 1024px) {
  .select_wrap::before {
    width: 15px;
    height: 15px;
  }
}

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

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

textarea {
  height: 200px;
}

.unit-privacy {
  padding: 35px 30px;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .unit-privacy {
    padding: 15px;
  }
}

.privacy-contents {
  height: clamp(11.1111111111rem, 15.625vw + 6.9444444444rem, 19.4444444444rem);
  overflow-y: scroll;
}
.privacy-contents::-webkit-scrollbar {
  width: 8px;
}
@media (max-width: 768px) {
  .privacy-contents::-webkit-scrollbar {
    width: 6px;
  }
}
.privacy-contents::-webkit-scrollbar-track {
  background: transparent;
  background-color: #D9D9D9;
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #EF8200;
  width: 8px;
}

.privacy-text {
  font-size: clamp(0.8333333333rem, 0.2083333333vw + 0.7777777778rem, 0.9444444444rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-right: clamp(0.5555555556rem, 2.0833333333vw + 0rem, 1.6666666667rem);
  color: #565656;
}
.privacy-text h3 {
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 50px;
}

.privacy-agree {
  margin-top: 30px;
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
  font-weight: 600;
  letter-spacing: calc(100 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #222222;
  text-align: center;
}

.contact_submit_part {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
  }
}

body.contact_confirm .form_contact_01::after,
body.contact_thanks .form_contact_01::after {
  display: none;
}
body.contact_confirm .privacy-agree,
body.contact_thanks .privacy-agree {
  display: none;
}
body.contact_confirm .check_block,
body.contact_thanks .check_block {
  margin-left: 0;
}
body.contact_confirm .contact_submit_part .is_back-btn,
body.contact_thanks .contact_submit_part .is_back-btn {
  padding: 25px 30px 25px 70px;
  justify-content: flex-end;
}
body.contact_confirm .contact_submit_part .is_back-btn::after,
body.contact_thanks .contact_submit_part .is_back-btn::after {
  transform: scale(-1, 1);
  right: auto;
  left: 30px;
}
body.contact_confirm .contact_submit_part .is_back-btn::before,
body.contact_thanks .contact_submit_part .is_back-btn::before {
  background: linear-gradient(90deg, #b1b1b1 0%, #6b6b6b 50%, #4a4a4a 100%);
  transform: translateX(50%);
}
@media (min-width: 769px) {
  body.contact_confirm .contact_submit_part .is_back-btn:hover::after,
  body.contact_thanks .contact_submit_part .is_back-btn:hover::after {
    transform: scale(-1, 1) translateX(8px);
  }
  body.contact_confirm .contact_submit_part .is_back-btn:hover::before,
  body.contact_thanks .contact_submit_part .is_back-btn:hover::before {
    transform: translateX(0);
  }
}
body.contact_confirm .contact_submit_part .is_send-btn,
body.contact_thanks .contact_submit_part .is_send-btn {
  margin-left: 4%;
}
@media (max-width: 768px) {
  body.contact_confirm .contact_submit_part .is_send-btn,
  body.contact_thanks .contact_submit_part .is_send-btn {
    margin: 15px auto 0;
  }
}
body.contact_confirm .contact_submit_part .is_send-btn p,
body.contact_thanks .contact_submit_part .is_send-btn p {
  display: inline-block;
}

.check_block {
  margin-left: 30%;
}
@media (max-width: 768px) {
  .check_block {
    margin-left: 0;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  font-weight: 700;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 17px 0px 0px 45px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.15rem;
  color: #222222;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/24;
  background: url(../images/check.svg) no-repeat center center/cover;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 0px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 10px;
    left: 5px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #E9E9E9;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.check_no-through {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  font-weight: 500;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.send_ttl {
  font-size: clamp(1rem, 0.625vw + 0.8333333333rem, 1.3333333333rem);
  font-weight: 700;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: clamp(1.6666666667rem, 3.125vw + 0.8333333333rem, 3.3333333333rem);
  margin-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  text-align: center;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(2.7777777778rem, 2.0833333333vw + 2.2222222222rem, 3.8888888889rem);
  text-align: center;
}
@media (max-width: 768px) {
  .notfound_wrapper {
    text-align: left;
  }
}
.notfound_wrapper .cmn_txt {
  margin-bottom: clamp(1.6666666667rem, 5.2083333333vw + 0.2777777778rem, 4.4444444444rem);
}

/*----------- 施工事例swiper -----------*/
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_gallery {
  overflow: hidden;
  position: relative;
}
.works_gallery .swiper,
.works_gallery .thumb-wrapper {
  max-width: 100%;
  margin: auto;
}
.works_gallery .swiper {
  overflow: visible;
}
.works_gallery .swiper.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.works_gallery .swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.works_gallery .swiper-controller {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.works_gallery .swiper-button-prev,
.works_gallery .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.1111111111rem, 1.7708333333vw + 1.6388888889rem, 3.0555555556rem);
  height: clamp(2.1111111111rem, 1.7708333333vw + 1.6388888889rem, 3.0555555556rem);
  cursor: pointer;
}
.works_gallery .swiper-button-prev::before, .works_gallery .swiper-button-prev::after,
.works_gallery .swiper-button-next::before,
.works_gallery .swiper-button-next::after {
  position: absolute;
  display: flex;
  content: "";
}
.works_gallery .swiper-button-prev::before,
.works_gallery .swiper-button-next::before {
  background: #EF8200;
  width: 100%;
  height: 100%;
}
.works_gallery .swiper-button-prev::after,
.works_gallery .swiper-button-next::after {
  width: clamp(1.1111111111rem, 0.8333333333vw + 0.8888888889rem, 1.5555555556rem);
  aspect-ratio: 7/6;
  background: url(../images/arrow_swiper.svg) no-repeat center/cover;
  color: #fff;
}
.works_gallery .swiper-button-prev {
  left: 0;
}
.works_gallery .swiper-button-next {
  right: 0;
}
.works_gallery .swiper-button-next::after {
  transform: rotate(180deg);
}
.works_gallery .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.works_gallery .slide {
  display: block;
  overflow: hidden;
}
.works_gallery .slide-media {
  display: block;
  padding-top: 0;
  aspect-ratio: 1350/617;
}
@media (max-width: 768px) {
  .works_gallery .slide-media {
    aspect-ratio: 135/78;
  }
}
.works_gallery .slide-media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.works_gallery .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.works_gallery .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .works_gallery .thumb-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .works_gallery .thumb-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
  }
}
.works_gallery .thumb-media {
  position: relative;
  padding-top: 0;
  aspect-ratio: 319/194;
  cursor: pointer;
  transition: var(--transition);
}
.works_gallery .thumb-media::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #D9D9D9;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.works_gallery .thumb-media img {
  transition: var(--transition);
  transition: all 0.3s ease;
}
.works_gallery .thumb-media-active::before {
  opacity: 0.7;
}
.works_gallery .thumb-media-active img {
  transform: scale(1.1);
}

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