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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

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

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

em {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: #303030;
}
body p {
  color: #fff;
}
body a {
  color: #fff;
  display: block;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

#fadeOverlay {
  position: fixed;
  inset: 0;
  background: #161616;
  animation: fadeOverlay 1.5s forwards;
  pointer-events: none;
  z-index: 9999;
}

@keyframes fadeOverlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cmn_ttl_en {
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 140%;
}

.cmn_txt_s {
  font-size: 16px;
  line-height: 260%;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cmn_txt_s {
    line-height: 200%;
    font-size: 14px;
  }
}

.cmn_txt_m {
  font-size: 18px;
  line-height: 220%;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cmn_txt_m {
    line-height: 200%;
    font-size: 14px;
  }
}

.cmn_btn {
  letter-spacing: 0.15em;
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    letter-spacing: 0.2em;
  }
}
.cmn_btn::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.cross_bg {
  aspect-ratio: 1920/910;
  position: absolute;
  content: "";
  display: block;
}

.soft-fade {
  opacity: 0;
  transform: scale(0.95);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.soft-fade.is-show {
  opacity: 1;
  transform: scale(1);
}

.blur-in {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.blur-in.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.scroll-animate {
  /* 初期状態（マスクで隠す） */
  -webkit-mask-image: linear-gradient(200deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(200deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 350%;
  mask-size: 100% 350%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 130% 130%;
  mask-position: 130% 130%;
  /* 画像の場合の overflow 対策 */
  overflow: hidden;
}

/* 発火時のアニメーション */
.scroll-animate.in-view {
  animation: mask-animation 1.8s linear forwards;
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
    mask-position: 130% 130%;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home .header .hd_nav .hd_nav_li:nth-of-type(1) a,
body[class*=""] .header .hd_nav .hd_nav_li:nth-of-type(1) a {
  color: #ffffff;
}
body.home .header .hd_nav .hd_nav_li:nth-of-type(1) a::before,
body[class*=""] .header .hd_nav .hd_nav_li:nth-of-type(1) a::before {
  transform: unset;
}
@media (min-width: 769px) {
  body.home .header .hd_nav .hd_nav_li:nth-of-type(1) a:hover span,
  body[class*=""] .header .hd_nav .hd_nav_li:nth-of-type(1) a:hover span {
    transition: unset;
    transform: unset;
  }
}
@media (min-width: 769px) {
  body.home .header .hd_nav .hd_nav_li:not(:nth-of-type(1)) a:hover,
  body[class*=""] .header .hd_nav .hd_nav_li:not(:nth-of-type(1)) a:hover {
    color: #adadad;
  }
}

body.company .header .hd_nav .hd_nav_li:nth-of-type(2) a,
body[class*=company] .header .hd_nav .hd_nav_li:nth-of-type(2) a {
  color: #ffffff;
}
body.company .header .hd_nav .hd_nav_li:nth-of-type(2) a::before,
body[class*=company] .header .hd_nav .hd_nav_li:nth-of-type(2) a::before {
  transform: unset;
}
@media (min-width: 769px) {
  body.company .header .hd_nav .hd_nav_li:nth-of-type(2) a:hover span,
  body[class*=company] .header .hd_nav .hd_nav_li:nth-of-type(2) a:hover span {
    transition: unset;
    transform: unset;
  }
}
@media (min-width: 769px) {
  body.company .header .hd_nav .hd_nav_li:not(:nth-of-type(2)) a:hover,
  body[class*=company] .header .hd_nav .hd_nav_li:not(:nth-of-type(2)) a:hover {
    color: #adadad;
  }
}

body.business .header .hd_nav .hd_nav_li:nth-of-type(3) a,
body[class*=business] .header .hd_nav .hd_nav_li:nth-of-type(3) a {
  color: #ffffff;
}
body.business .header .hd_nav .hd_nav_li:nth-of-type(3) a::before,
body[class*=business] .header .hd_nav .hd_nav_li:nth-of-type(3) a::before {
  transform: unset;
}
@media (min-width: 769px) {
  body.business .header .hd_nav .hd_nav_li:nth-of-type(3) a:hover span,
  body[class*=business] .header .hd_nav .hd_nav_li:nth-of-type(3) a:hover span {
    transition: unset;
    transform: unset;
  }
}
@media (min-width: 769px) {
  body.business .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover,
  body[class*=business] .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover {
    color: #adadad;
  }
}

body.works .header .hd_nav .hd_nav_li:nth-of-type(4) a,
body[class*=works] .header .hd_nav .hd_nav_li:nth-of-type(4) a {
  color: #ffffff;
}
body.works .header .hd_nav .hd_nav_li:nth-of-type(4) a::before,
body[class*=works] .header .hd_nav .hd_nav_li:nth-of-type(4) a::before {
  transform: unset;
}
@media (min-width: 769px) {
  body.works .header .hd_nav .hd_nav_li:nth-of-type(4) a:hover span,
  body[class*=works] .header .hd_nav .hd_nav_li:nth-of-type(4) a:hover span {
    transition: unset;
    transform: unset;
  }
}
@media (min-width: 769px) {
  body.works .header .hd_nav .hd_nav_li:not(:nth-of-type(4)) a:hover,
  body[class*=works] .header .hd_nav .hd_nav_li:not(:nth-of-type(4)) a:hover {
    color: #adadad;
  }
}

.header {
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 5%;
  position: fixed;
  z-index: 4;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 300;
  }
}
.header .hd_logo {
  position: absolute;
  content: "";
  width: clamp(4.375rem, 3.75rem + 1.3vw, 5.313rem);
  aspect-ratio: 85/64;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .header .hd_logo {
    top: 12px;
  }
}

.hd_nav {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hd_nav {
    flex-flow: column;
    gap: clamp(0.938rem, 0.545rem + 1.96vw, 1.875rem);
    width: 100%;
    top: 0;
    left: 0;
    padding: 10%;
    height: 100vh;
    min-height: 480px;
    background-color: #000000;
    position: fixed;
    transition: opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .hd_nav .hd_nav_li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .hd_nav .hd_tel a {
    pointer-events: none;
  }
  .hd_nav.is_open {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .hd_nav.is_open .hd_tel a {
    pointer-events: auto;
  }
}
.hd_nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 0.446rem + 2.23vw, 3.125rem);
}
@media (max-width: 1024px) {
  .hd_nav ul {
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    align-items: unset;
    gap: clamp(0.938rem, 0.807rem + 0.65vw, 1.25rem);
    margin: auto;
  }
}
.hd_nav .hd_nav_li a {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .hd_nav .hd_nav_li a {
    font-size: 18px;
  }
}

.hd_nav.hide-panel {
  transform: translateX(100%);
}

.hd_nav.is_open .hd_nav_li.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hd_menu-toggle {
    display: block;
    width: 60px;
    height: 60px;
  }
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(43deg) translate(6px, 6px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    width: 100%;
    transform: rotate(-43deg) translate(0px, 1px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle.is_open:hover span:nth-child(1) {
    transform: rotate(0deg) translate(0px, 0px);
  }
  .hd_menu-toggle.is_open:hover span:nth-child(2) {
    width: 100%;
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) and (min-width: 769px) {
  .hd_menu-toggle:hover .hd_menu-toggle-wrap:hover span:nth-of-type(2) {
    width: 100%;
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu-toggle-wrap {
    position: relative;
    width: 30px;
    height: 9px;
    cursor: pointer;
    top: 21px;
    left: 16px;
    display: flex;
    justify-content: end;
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #ffffff;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s ease;
  }
  .hd_menu-toggle-wrap span:nth-of-type(1) {
    top: 0px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    bottom: 0;
    width: 65%;
  }
}

.hd_sp_wrap {
  position: absolute;
  right: 5%;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  aspect-ratio: 1920/1010;
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 480px;
}
.mainimg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 45%;
  mix-blend-mode: multiply;
}
.mainimg .mainimg_ttl {
  display: block;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 450.99/369.33;
  max-width: 450.99px;
  width: 85%;
  display: flex;
}
.mainimg .mainimg_ttl .mainimg_ttl_txt {
  width: 100%;
  height: 100%;
}

.low_mainimg_ttl_txt {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-size: clamp(2.875rem, 1.589rem + 6.43vw, 4rem);
  color: #fff;
  margin: auto;
  width: 70%;
  padding: 21% 0px 0px 9%;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .low_mainimg_ttl_txt {
    width: 85%;
  }
}
.low_mainimg_ttl_txt::before {
  position: absolute;
  content: "";
  top: 33%;
  left: -16%;
  width: clamp(9.217rem, -2.117rem + 56.67vw, 15.592rem);
  height: 1.5px;
  background-color: #fff;
  transform: rotate(-44deg);
}

.svgwrap {
  display: block;
  position: absolute;
  width: 100%;
  max-width: clamp(15.625rem, 13.113rem + 12.56vw, 28.187rem);
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#base.cls-1 {
  fill: #fff;
  stroke: none;
}

#mask-line-path {
  stroke: #fff;
  stroke-width: 10;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100000;
  stroke-dashoffset: 100000;
  opacity: 0;
  transition: opacity 0.01s; /* パッと表示するために短いトランジションを設定 */
}

body {
  /* フェードインのトランジション: 透明度とぼかしを0.8秒かけて滑らかに変化させる */
  transition: opacity 0.8s ease-in;
}

/* ローディング背景 */
#loading {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
  width: 100%;
  height: 100svh;
}

.loading-logo {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 消すとき */
#loading.fadeout {
  opacity: 0;
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  front
--------------------------------------------------------------------------------*/
.index,
.business {
  overflow-x: clip;
}

.front_lead {
  position: relative;
  width: 100%;
  height: 100%;
}
.front_lead .cross_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.front_lead .cross_bg img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.front_lead .front_lead_inner {
  padding: clamp(3.125rem, -0.446rem + 5.58vw, 6.25rem);
  position: relative;
  z-index: 1;
  padding-bottom: 21px;
}
@media (max-width: 1024px) {
  .front_lead .front_lead_inner {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .front_lead .front_lead_inner {
    padding: 0;
  }
}

.front_lead_wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .front_lead_wrap {
    margin: 10% auto 0;
  }
}
.front_lead_wrap .object-men {
  aspect-ratio: 550/245.38;
  max-width: 550px;
  width: 84%;
  margin: 0 auto;
}
.front_lead_wrap .object-men img {
  -o-object-fit: contain;
     object-fit: contain;
}
.front_lead_wrap .front_lead_txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  line-height: 287%;
  letter-spacing: 0.3em;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  margin: 0 auto;
}

.front_lead_image_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(105.625rem, 44.125rem + 96.09vw, 159.438rem);
  margin-top: clamp(6.25rem, 0.833rem + 11.28vw, 14.375rem);
}
@media (max-width: 1024px) {
  .front_lead_image_wrap {
    height: clamp(41.25rem, 11.989rem + 146.31vw, 105.625rem);
  }
}
.front_lead_image_wrap .front_lead_image {
  position: absolute;
  content: "";
  display: block;
  will-change: transform;
}
.front_lead_image_wrap .front_lead_image.in-view img {
  filter: grayscale(0%);
}
.front_lead_image_wrap .front_lead_image img {
  transform-origin: center;
  will-change: transform;
  transition: transform 0.1s linear; /* 短い遅延で滑らかに */
  pointer-events: none;
  filter: grayscale(100%);
  transition: filter 1s ease, transform 1s ease;
}
.front_lead_image_wrap .front_lead_image::before {
  position: absolute;
  content: "";
  background-image: url(../images/front_lead_image_bg.svg);
  bottom: -20px;
  left: -20px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 768px) {
  .front_lead_image_wrap .front_lead_image::before {
    bottom: -10px;
    left: -10px;
  }
}
.front_lead_image_wrap .front_lead_image:nth-of-type(1) {
  top: 0;
  left: 0;
  aspect-ratio: 651/488;
  max-width: 615px;
  width: 49%;
}
.front_lead_image_wrap .front_lead_image:nth-of-type(2) {
  top: 26%;
  left: 5%;
  aspect-ratio: 681.72/383.39;
  max-width: 681.72px;
  width: 48%;
}
.front_lead_image_wrap .front_lead_image:nth-of-type(3) {
  top: 10%;
  right: 3%;
  aspect-ratio: 540/720;
  max-width: 540px;
  width: 38%;
}
.front_lead_image_wrap .front_lead_image:nth-of-type(4) {
  bottom: 34%;
  transform: translateX(-50%);
  left: 50%;
  aspect-ratio: 715/435;
  max-width: 715px;
  width: 51%;
}
.front_lead_image_wrap .front_lead_image:nth-of-type(5) {
  bottom: 7%;
  right: 0%;
  aspect-ratio: 720/540;
  max-width: 720px;
  width: 51%;
}
.front_lead_image_wrap .front_lead_image:nth-of-type(6) {
  bottom: 0;
  left: 5%;
  aspect-ratio: 429/571;
  max-width: 429px;
  width: 31%;
}

.front_business {
  width: 90%;
  margin: 0 auto;
  padding-top: 140px;
}
.front_business .cmn_btn {
  margin: 70px auto;
}
@media (max-width: 768px) {
  .front_business .cmn_btn {
    margin: 35px auto;
  }
}
@media (max-width: 480px) {
  .front_business {
    padding-top: 100px;
  }
}

.front_business_copy {
  aspect-ratio: 800/58.27;
  max-width: 800px;
  margin: 0 auto;
}
.front_business_copy img {
  -o-object-fit: contain;
     object-fit: contain;
}

.front_business_ttl {
  font-size: clamp(1.438rem, 1.352rem + 0.43vw, 1.625rem);
  line-height: 140%;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  padding: 75px 0 50px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 200;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .front_business_ttl {
    padding: 40px 0 30px;
  }
}

.front_business_txt {
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .front_business_txt {
    text-align: left;
  }
}

.front_business_img {
  aspect-ratio: 1400/615;
  max-width: 1400px;
  margin: 0 auto;
}

.front_about,
.front_skymetalroof {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
.front_about .cmn_txt_s,
.front_skymetalroof .cmn_txt_s {
  padding: 44px 0 75px;
}
@media (max-width: 480px) {
  .front_about .cmn_txt_s,
  .front_skymetalroof .cmn_txt_s {
    padding: 35px 0;
  }
}

.front_about_image,
.front_skymetalroof_image {
  aspect-ratio: 720/880;
  max-width: 720px;
  margin: 0 auto;
}

.front_about_detail,
.front_skymetalroof_detail {
  max-width: 640px;
  width: 50%;
}
@media (max-width: 1024px) {
  .front_about_detail,
  .front_skymetalroof_detail {
    max-width: unset;
    width: 100%;
  }
}

.front_ttl_en {
  font-size: clamp(1.563rem, 1.5rem + 0.31vw, 1.875rem);
}

.front_about {
  padding: 185px 0;
}
@media (max-width: 1024px) {
  .front_about {
    flex-flow: column-reverse;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .front_about {
    gap: 35px;
  }
}
@media (max-width: 480px) {
  .front_about {
    padding: 100px 0;
  }
}

.front_skymetalroof {
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .front_skymetalroof {
    flex-flow: column;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .front_skymetalroof {
    gap: 35px;
  }
}
@media (max-width: 480px) {
  .front_skymetalroof {
    padding-bottom: 100px;
  }
}

.front_skymetalroof_btn-wrap,
.business_skymetalroof_btn-wrap {
  display: flex;
  gap: 10px;
  padding-top: 58px;
  align-items: center;
}
.front_skymetalroof_btn-wrap img,
.business_skymetalroof_btn-wrap img {
  display: block;
  max-width: 226px;
  width: 39%;
}
.front_skymetalroof_btn-wrap .cmn_btn,
.business_skymetalroof_btn-wrap .cmn_btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.front_skymetalroof_btn-wrap {
  flex-flow: column;
  gap: 10px;
  align-items: baseline;
}

.front_works {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 230px;
}
@media (max-width: 768px) {
  .front_works {
    padding-bottom: 150px;
  }
}

.front_works_detail {
  display: flex;
  flex-flow: column;
  gap: 35px;
  padding: 35px 0;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company_overview,
.company_access {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .company_overview,
  .company_access {
    width: 90%;
    flex-flow: column;
    gap: 30px;
  }
}

.company_overview {
  margin: 200px 5% 200px 10%;
}
@media (max-width: 1024px) {
  .company_overview {
    margin: 150px auto 150px;
  }
}
@media (max-width: 768px) {
  .company_overview {
    margin: 120px auto 120px;
  }
}

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

.company_ttl .cmn_ttl_en {
  font-size: clamp(1.875rem, 1.446rem + 0.67vw, 2.25rem);
}

.company_overview_tbl {
  max-width: 1070px;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .company_overview_tbl {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0;
    max-width: unset;
  }
}
.company_overview_tbl tbody {
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  .company_overview_tbl tbody {
    gap: 20px;
  }
}
.company_overview_tbl tbody tr {
  display: flex;
}
@media (max-width: 768px) {
  .company_overview_tbl tbody tr {
    flex-flow: column;
    gap: 10px;
  }
}
.company_overview_tbl tbody tr th {
  width: 20%;
  border-bottom: 1px solid #B8B8B8;
}
@media (max-width: 768px) {
  .company_overview_tbl tbody tr th {
    width: 100%;
    border-bottom: unset;
    padding: 0px;
  }
}
.company_overview_tbl tbody tr td {
  width: 80%;
  border-bottom: 1px solid #717171;
}
@media (max-width: 768px) {
  .company_overview_tbl tbody tr td {
    width: 100%;
    padding: 0 0 20px 0;
    font-weight: 300;
    line-height: 150%;
  }
}
.company_overview_tbl th, .company_overview_tbl td {
  color: #fff;
  font-size: 15px;
  line-height: 260%;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 30px;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .company_overview_tbl th, .company_overview_tbl td {
    font-size: 14px;
  }
}

.company_access_wrap {
  position: relative;
}
.company_access_wrap .cross_bg {
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.company_access {
  margin: 200px 5% 100px 10%;
  padding-bottom: 230px;
}
@media (max-width: 1024px) {
  .company_access {
    margin: 120px auto 100px;
  }
}
@media (max-width: 768px) {
  .company_access {
    padding-bottom: 50px;
  }
}

.company_access_txt {
  font-size: 15px;
  line-height: 250%;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 50px;
}

.company_access_map {
  aspect-ratio: 1300/680;
  max-width: 1300px;
}
.company_access_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.company_slider {
  overflow: hidden;
  width: 100%;
}

.company_slider_content {
  display: flex;
  gap: 5%;
  white-space: nowrap;
}
.company_slider_content .company_slider_img {
  aspect-ratio: 757/568;
  max-width: 757px;
  flex: 0 0 auto;
  width: 59%;
}
@media (max-width: 480px) {
  .company_slider_content .company_slider_img {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  business
--------------------------------------------------------------------------------*/
.business_about {
  position: relative;
}

.business_about_building01 {
  position: absolute;
  aspect-ratio: 1796/980;
  max-width: 1796px;
  right: -33%;
  top: -47px;
  content: "";
  mix-blend-mode: color-dodge;
  z-index: -1;
}
@media (max-width: 1024px) {
  .business_about_building01 {
    right: clamp(-45.813rem, -56.097rem + 51.42vw, -23.188rem);
    width: 1360px;
  }
}
@media (max-width: 768px) {
  .business_about_building01 {
    opacity: 0.5;
  }
}
.business_about_building01 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.business_about_detail {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 10%;
  padding: 15% 0;
}
@media (max-width: 1024px) {
  .business_about_detail {
    margin: 0 5%;
  }
}

.business_about_copy {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(1.563rem, 1.42rem + 0.71vw, 1.875rem);
  line-height: 287%;
  letter-spacing: 0.3em;
  margin: 0 auto 10% 27%;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  color: #fff;
}
@media (max-width: 1024px) {
  .business_about_copy {
    line-height: 190%;
    margin: 0 auto 10% 12%;
  }
}

.business_about_image {
  aspect-ratio: 1390/709;
  max-width: 1390px;
  opacity: 0.6;
  transition: all 2s;
  margin: 0 auto 17%;
}
.business_about_image.is-big {
  opacity: 1;
  transform: scale(1.21);
}
.business_about_image img {
  -o-object-position: 0px -44px;
     object-position: 0px -44px;
}

.business_commitment {
  width: 90%;
  margin: 0 auto 12%;
}

.business_cmn_ttl_en {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-size: clamp(2.063rem, 1.675rem + 1.94vw, 4rem);
  color: #fff;
  text-align: center;
}

.business_cmn_ttl_ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  color: #fff;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  text-align: center;
}

.business_commitment_sec {
  position: relative;
}
.business_commitment_sec .business_commitment_animation {
  position: absolute;
  aspect-ratio: 1849.83/1009;
  max-width: 1849.83px;
  top: 5%;
  width: 100%;
  right: 0;
  mix-blend-mode: color-dodge;
  opacity: 1;
  transition: transform 1.6s ease, opacity 1.6s ease;
}
@media (max-width: 768px) {
  .business_commitment_sec .business_commitment_animation {
    height: 100%;
    bottom: 73px;
    top: unset;
    max-width: unset;
    width: 1367px;
    right: -221px;
    opacity: 0.4;
  }
  .business_commitment_sec .business_commitment_animation img {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 100vh;
  }
}
.business_commitment_sec .business_commitment_animation img {
  -o-object-fit: contain;
     object-fit: contain;
}

.business_commitment_animation.active {
  transform: scale(1.31) translateX(-306px) translateY(100px);
}

.business_commitment_animation.fadeout {
  opacity: 0 !important;
  transition: opacity 2s ease-out;
}

.business_commitment_ttl_wrap {
  padding-bottom: 10%;
}
@media (max-width: 768px) {
  .business_commitment_ttl_wrap {
    padding-bottom: 16%;
  }
}

.business_commitment_list {
  display: flex;
  flex-flow: column;
  gap: clamp(5rem, 3.85rem + 5.75vw, 10.75rem);
}

.business_commitment_content_ttl {
  font-size: clamp(1.188rem, 1.025rem + 0.81vw, 2rem);
  color: #fff;
  display: flex;
  gap: 2%;
  justify-content: center;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media (max-width: 480px) {
  .business_commitment_content_ttl {
    justify-content: left;
  }
}
.business_commitment_content_ttl span {
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: block;
  padding: 0 1% 2.5% 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-41px);
  letter-spacing: 0.15em;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .business_commitment_content_ttl span {
    transform: translateY(-27px);
  }
}
@media (max-width: 480px) {
  .business_commitment_content_ttl span {
    font-size: 24px;
  }
  .business_commitment_content_ttl span::before {
    display: none;
  }
}
.business_commitment_content_ttl span::before {
  position: absolute;
  width: 1px;
  height: clamp(2.313rem, 1.563rem + 3.75vw, 6.063rem);
  content: "";
  background-color: #fff;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
}

.business_commitment_content_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .business_commitment_content_txt {
    text-align: left;
    margin-top: 5%;
  }
}

.business_services {
  width: 90%;
  margin: 0 auto;
}

.business_services_list {
  display: flex;
  flex-flow: column;
  gap: clamp(3.75rem, 2.188rem + 7.81vw, 11.563rem);
  margin: 8% 0 21%;
}

.business_services_content {
  width: 95%;
  margin: 0 auto 0 0;
  display: flex;
  gap: 7%;
}
@media (max-width: 1024px) {
  .business_services_content {
    flex-flow: column;
    width: 100%;
  }
}
.business_services_content:nth-of-type(2n) {
  flex-flow: row-reverse;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .business_services_content:nth-of-type(2n) {
    flex-flow: column;
  }
}

.business_services_content_img {
  aspect-ratio: 720/620;
  max-width: 720px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .business_services_content_img {
    aspect-ratio: 720/430;
    max-width: unset;
  }
}

.business_services_content_detail {
  padding-top: 7%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.business_ttl_ja,
.business_skymetalroof_ttl,
.business_skymetalroof_content_ttl {
  font-size: clamp(1.188rem, 1.025rem + 0.81vw, 2rem);
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.business_skymetalroof {
  position: relative;
}

.business_skymetalroof_bg {
  position: sticky;
  top: 0;
  aspect-ratio: 1920/910;
  width: 100%;
  height: 100vh;
}

.business_skymetalroof_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.8) 9%, rgba(48, 48, 48, 0.8) 100%);
  padding: 1% 0;
}
@media (max-width: 1024px) {
  .business_skymetalroof_wrap {
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.8) 4%, rgba(48, 48, 48, 0.8) 100%);
  }
}

.business_skymetalroof_inner {
  transform: translateY(14%);
  width: 90%;
  margin: 0 auto 523px;
}
@media (max-width: 1024px) {
  .business_skymetalroof_inner {
    transform: translateY(6%);
    margin: 0 auto 336px;
  }
}
@media (max-width: 768px) {
  .business_skymetalroof_inner {
    margin: 0 auto 258px;
  }
}

.business_skymetalroof_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3% auto 8%;
  display: flex;
  flex-flow: column;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .business_skymetalroof_ttl {
    margin: 6% auto 8%;
  }
}
.business_skymetalroof_ttl span {
  aspect-ratio: 184/30;
  width: 35%;
  display: block;
}

.business_skymetalroof_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 11%;
}
@media (max-width: 768px) {
  .business_skymetalroof_txt {
    text-align: left;
    margin: 0 auto 13%;
  }
}

.business_skymetalroof_list {
  display: flex;
  flex-flow: column;
  gap: clamp(3.75rem, 2.35rem + 7vw, 10.75rem);
}

.business_services_list {
  display: flex;
  flex-flow: column;
  gap: clamp(3.75rem, 2.188rem + 7.81vw, 11.563rem);
  margin: 8% 0 21%;
}

.business_skymetalroof_content {
  width: 100%;
  display: flex;
  gap: 7%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .business_skymetalroof_content {
    flex-flow: column;
  }
}
.business_skymetalroof_content:nth-of-type(2n) {
  flex-flow: row-reverse;
}
@media (max-width: 1024px) {
  .business_skymetalroof_content:nth-of-type(2n) {
    flex-flow: column;
  }
}
.business_skymetalroof_content:nth-of-type(2) .business_skymetalroof_img img {
  -o-object-position: center -144px;
     object-position: center -144px;
}
@media (max-width: 1199px) {
  .business_skymetalroof_content:nth-of-type(2) .business_skymetalroof_img img {
    -o-object-position: unset;
       object-position: unset;
  }
}
@media (max-width: 1024px) {
  .business_skymetalroof_content:nth-of-type(2) .business_skymetalroof_img img {
    -o-object-position: center -144px;
       object-position: center -144px;
  }
}
@media (max-width: 480px) {
  .business_skymetalroof_content:nth-of-type(2) .business_skymetalroof_img img {
    -o-object-position: unset;
       object-position: unset;
  }
}
.business_skymetalroof_content:nth-of-type(3) .business_skymetalroof_img img {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1199px) {
  .business_skymetalroof_content:nth-of-type(3) .business_skymetalroof_img img {
    -o-object-position: unset;
       object-position: unset;
  }
}
@media (max-width: 1024px) {
  .business_skymetalroof_content:nth-of-type(3) .business_skymetalroof_img img {
    -o-object-position: top;
       object-position: top;
  }
}

.business_skymetalroof_img {
  aspect-ratio: 720/340;
  max-width: 720px;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  will-change: transform;
}
.business_skymetalroof_img img {
  transform-origin: center;
  will-change: transform;
  transition: transform 0.1s linear; /* 短い遅延で滑らかに */
  pointer-events: none;
  -o-object-position: center -225px;
     object-position: center -225px;
}
@media (max-width: 1199px) {
  .business_skymetalroof_img img {
    -o-object-position: unset;
       object-position: unset;
  }
}
@media (max-width: 1024px) {
  .business_skymetalroof_img img {
    -o-object-position: center -225px;
       object-position: center -225px;
  }
}
@media (max-width: 480px) {
  .business_skymetalroof_img img {
    -o-object-position: unset;
       object-position: unset;
  }
}
@media (max-width: 1199px) {
  .business_skymetalroof_img {
    aspect-ratio: 720/527;
  }
}
@media (max-width: 1024px) {
  .business_skymetalroof_img {
    max-width: unset;
    aspect-ratio: 720/340;
  }
}

.business_skymetalroof_content_ttl_wrap {
  display: flex;
  gap: 2%;
  align-items: baseline;
  margin-bottom: 3%;
}
@media screen and (max-width: 1800px) {
  .business_skymetalroof_content_ttl_wrap {
    flex-flow: column;
  }
}
@media (max-width: 768px) {
  .business_skymetalroof_content_ttl_wrap {
    margin-bottom: 8%;
    margin-top: 4%;
  }
}
.business_skymetalroof_content_ttl_wrap p {
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.business_skymetalroof_content_ttl_wrap p span {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
  font-weight: 400;
}

.business_skymetalroof_link {
  margin-top: 10%;
}

.business_skymetalroof_link_txt {
  text-align: center;
}

.business_skymetalroof_btn-wrap {
  flex-flow: column;
  align-items: center;
}

.business_service-area_flex {
  display: flex;
  gap: 5%;
  width: 90%;
  margin: 0 auto 7% 0;
  align-items: center;
}
@media (max-width: 768px) {
  .business_service-area_flex {
    margin: 0 auto;
    padding: 22% 0;
  }
}

.business_service-area {
  position: relative;
  display: block;
}
.business_service-area .business_service-area_img {
  aspect-ratio: 977/1216;
  max-width: 977px;
  width: 61%;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .business_service-area .business_service-area_img {
    position: absolute;
    content: "";
    z-index: -1;
    left: 5%;
    width: unset;
    max-width: clamp(16.438rem, 11.839rem + 22.99vw, 22.875rem);
    top: 0;
    left: clamp(7.063rem, 4.473rem + 12.95vw, 10.688rem);
    transform: translateX(-50%);
    width: 100%;
  }
}

.business_ttl_en {
  font-size: clamp(1.563rem, 1.5rem + 0.31vw, 1.875rem);
  margin-bottom: 44px;
}

.business_works_detail {
  display: flex;
  gap: 5%;
  margin: 5% 0;
}
@media (max-width: 768px) {
  .business_works_detail {
    flex-flow: column;
    gap: 20px;
    margin: 5% 0 10%;
  }
}
.business_works_detail .business_works_detail_txt {
  width: 50%;
}
@media (max-width: 768px) {
  .business_works_detail .business_works_detail_txt {
    width: 100%;
  }
}

.business_works_slider_wrapper {
  position: relative;
  overflow: hidden;
  cursor: none;
  margin-bottom: 15%;
}

.business_works_slider_content {
  display: flex;
  gap: 3%;
}

/* 横スクロールスライダー */
.business_works_slider {
  overflow: hidden;
  width: 100%;
}

.business_works_inner {
  margin: 0 8%;
}

.business_works_slider_img {
  aspect-ratio: 560.08/736.17;
  max-width: 560.08px;
  flex: 0 0 auto;
  width: 35%;
}
@media (max-width: 480px) {
  .business_works_slider_img {
    width: 70%;
  }
}

/* カスタムカーソル */
.custom_cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 768px) {
  .custom_cursor {
    display: none;
  }
}

.custom_cursor.is-active {
  pointer-events: auto;
}

/*-------------------------------------------------------------------------------
  works
--------------------------------------------------------------------------------*/
.works_sec {
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .works_sec {
    padding-bottom: 150px;
  }
}

.works_list {
  width: 90%;
  margin: 240px auto 200px;
  display: flex;
  flex-flow: column;
  gap: clamp(5rem, 3rem + 10vw, 15rem);
  max-width: 1520px;
}
@media (max-width: 768px) {
  .works_list {
    margin: 120px auto 50px;
  }
}

.works_item {
  border-top: 1px solid #747474;
  display: flex;
  flex-flow: column;
  gap: clamp(1.875rem, 1rem + 4.38vw, 6.25rem);
  padding-top: clamp(5rem, 4rem + 5vw, 10rem);
}
.works_item:first-of-type {
  border-top: unset;
  padding-top: 0;
}

.works_thumbnail {
  aspect-ratio: 1000/850;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.works_date {
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.works_title {
  padding: 22px 0 50px;
  color: #fff;
  font-size: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  line-height: 140%;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .works_title {
    padding: 20px 0;
  }
}

.works_gallery_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  gap: 60px 40px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .works_gallery_wrap {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 768px) {
  .works_gallery_wrap {
    gap: 30px 40px;
  }
}

.works_gallery_item {
  width: 100%;
  aspect-ratio: 480/340;
}
@media (min-width: 769px) {
  .works_gallery_item:hover .works_gallery_img_wrap .works_gallery_caption {
    opacity: 1;
  }
  .works_gallery_item:hover .works_gallery_img_wrap .works_gallery_caption .caption_inner {
    transform: translateY(0);
    opacity: 1;
  }
}
.works_gallery_item .works_gallery_img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.works_gallery_item .works_gallery_img_wrap .works_gallery_caption {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  padding: 5%;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}
@media (max-width: 768px) {
  .works_gallery_item .works_gallery_img_wrap .works_gallery_caption {
    padding: 3%;
    line-height: 130%;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    top: unset;
    bottom: 0;
  }
}
.works_gallery_item .works_gallery_img_wrap .works_gallery_caption .caption_inner {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works_gallery_item .works_gallery_img_wrap .works_gallery_caption .caption_inner {
    transform: translateY(0px);
    opacity: 1;
  }
}

.works_links {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .works_links {
    padding-top: 20px;
  }
}
.works_links .works_link::before {
  bottom: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  flex-flow: wrap;
  width: 90%;
  justify-content: center;
  row-gap: 40px;
}
.nav-links .nav-links {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-links .page-numbers {
  position: relative;
  display: block;
  text-align: center;
  transition: all 0.3s;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  color: #919191;
  line-height: 140%;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  width: clamp(2.813rem, 2.25rem + 2.81vw, 5.625rem);
}
.nav-links .page-numbers::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: #919191;
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
  right: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.current, .dots):hover {
    color: #bfbfbf;
  }
}
.nav-links .page-numbers.current {
  color: #fff;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  display: block;
  color: #fff;
  position: relative;
  font-style: normal;
}
.nav-links .page-numbers.prev::after, .nav-links .page-numbers.next::after {
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 20px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
    transform: unset;
    color: #fff;
  }
}
.nav-links .page-numbers.prev::after {
  content: "←";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover::after {
    transform: translate(-5px, -50%);
  }
}
.nav-links .page-numbers.next::after {
  content: "→";
}
.nav-links .page-numbers.next::before {
  display: none;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.next:hover::after {
    transform: translate(5px, -50%);
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.error404 .low_mainimg_ttl_txt {
  width: -moz-fit-content;
  width: fit-content;
}

.toppage_btn {
  margin: 0 auto;
}

.notfound_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
.notfound_block .cmn_txt_m {
  margin-bottom: 50px;
}

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

.ft_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 160px;
  position: relative;
}
@media (max-width: 768px) {
  .ft_wrap {
    display: block;
    padding: 0 5% 50px;
  }
}

.ft_wrap_left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 50px;
}
@media (max-width: 1024px) {
  .ft_wrap_left {
    flex-flow: column;
    gap: 20px;
  }
}
.ft_wrap_left .ft_logo {
  aspect-ratio: 120/90;
  width: clamp(4.375rem, 2.292rem + 4.34vw, 7.5rem);
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.ft_wrap_left .ft_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ft_wrap_left .ft_link {
  row-gap: 10px;
  display: grid;
}

.ft_detail .ft_address {
  padding-bottom: 15px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 260%;
  letter-spacing: 0.1em;
}
.ft_detail .cmn_btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ft_detail .cmn_btn .material-symbols-outline {
  font-size: 24px;
  color: #fff;
  display: block;
}

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

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

.ft_copy {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 50%;
  letter-spacing: 0.1em;
  margin: 60px 0 0 auto;
}
@media (max-width: 1024px) {
  .ft_copy {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .ft_copy {
    margin: 70px 0 0 0;
  }
}

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