/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #DDDDDD;
  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: #DDDDDD;
  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 #000000;
}
.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: #000000;
}
.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 #000000;
}
.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: #000000;
}
.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 #000000;
}
.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: #000000;
}
.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: 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: #DDDDDD;
  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 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(221, 221, 221, 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: #000000;
  font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

body.service {
  overflow: visible;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #DDDDDD;
  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_btn {
  position: relative;
  padding-right: 37px;
  color: #000000;
  font-weight: 600;
  line-height: 1.15;
  font-size: 20px;
  font-size: 1.25rem;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .cmn_btn {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 29px;
  }
}
.cmn_btn.is_404 {
  margin-left: 22px;
}
.cmn_btn.is_about {
  margin-left: 48px;
}
@media (max-width: 1024px) {
  .cmn_btn.is_about {
    margin-left: 25px;
  }
}
.cmn_btn.is_center {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn_btn.is_group {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .cmn_btn.is_group {
    margin: 40px 0 0 auto;
  }
}
.cmn_btn.is_group::after {
  background: url(../images/white_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmn_btn.is_group::before {
  background-color: #009FE6;
}
.cmn_btn::after {
  position: absolute;
  content: "";
  background: url(../images/black_arrow.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cmn_btn::after {
    width: 15px;
    height: 15px;
  }
}
.cmn_btn::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-color: #E6E6E6;
  border-radius: 50%;
  z-index: -1;
  left: -50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn::before {
    width: 50px;
    height: 50px;
    left: -40%;
  }
}
@media (min-width: 1025px) {
  .cmn_btn:hover::before {
    background-color: #E60012;
  }
}

.cmn_contact_btn {
  background: #000000;
  padding: 23px 110px 17px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .cmn_contact_btn:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 1024px) {
  .cmn_contact_btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cmn_contact_btn {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 20px auto 28px;
  }
}
@media (max-width: 480px) {
  .cmn_contact_btn {
    padding: 23px 83px 17px;
  }
}
.cmn_contact_btn::after {
  position: absolute;
  content: "";
  background: url(../images/white_arrow.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cmn_contact_btn::after {
    width: 12px;
    height: 12px;
  }
}

/*------------------------------------------------
電話番号
--------------------------------------------------*/
.cmn_tel {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  justify-content: center;
}

.cmn_tel_text {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .cmn_tel_text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.cmn_tel_text.is_contact {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .cmn_tel_text.is_contact {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.cmn_tel_link {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
  color: #000000;
  line-height: 1;
}
@media (min-width: 769px) {
  .cmn_tel_link {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .cmn_tel_link {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cmn_tel_link.is_contact {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  .cmn_tel_link.is_contact {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cmn_tel_time {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
}
.cmn_tel_time.is_contact {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cmn_tel_time.is_contact {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cmn_title {
  font-size: 128px;
  font-size: 8rem;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (max-width: 1024px) {
  .cmn_title {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media (max-width: 768px) {
  .cmn_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.cmn_title.is_size {
  font-size: 96px;
  font-size: 6rem;
}
@media (max-width: 1024px) {
  .cmn_title.is_size {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 768px) {
  .cmn_title.is_size {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.cmn_title.is_size.is_gray {
  transform: translate(-9px, -7px);
}
@media (max-width: 1024px) {
  .cmn_title.is_size.is_gray {
    transform: translate(-4px, -5px);
  }
}
@media (max-width: 768px) {
  .cmn_title.is_size.is_gray {
    transform: translate(-4px, -3px);
  }
}
.cmn_title.is_size.is_line::before {
  top: 7px;
}
@media (max-width: 1024px) {
  .cmn_title.is_size.is_line::before {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .cmn_title.is_size.is_line::before {
    top: 2px;
  }
}
.cmn_title.is_line {
  position: relative;
  transform: translateY(-9px);
}
@media (max-width: 1024px) {
  .cmn_title.is_line {
    transform: translateY(-3px);
  }
}
.cmn_title.is_line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  top: 9px;
  left: 0;
}
@media (max-width: 1024px) {
  .cmn_title.is_line::before {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .cmn_title.is_line::before {
    top: 3px;
  }
}
.cmn_title.is_right {
  text-align: right;
}
.cmn_title.is_gray {
  color: #DDDDDD;
  transform: translate(-16px, -10px);
  position: relative;
  z-index: -1;
}
@media (max-width: 1024px) {
  .cmn_title.is_gray {
    transform: translate(-7px, -4px);
  }
}
.cmn_title.is_contact {
  position: absolute;
  color: #ffffff;
  transform: rotate(90deg);
  left: -236px;
  top: 204px;
}
@media (max-width: 1024px) {
  .cmn_title.is_contact {
    left: -93px;
    top: 80px;
  }
}
.cmn_title.is_vertical {
  writing-mode: vertical-rl;
  margin-top: -11px;
  transform: translateX(-24px);
}
@media (max-width: 1024px) {
  .cmn_title.is_vertical {
    writing-mode: horizontal-tb;
    margin-top: -5px;
    transform: translateX(-5px);
  }
}
@media (max-width: 768px) {
  .cmn_title.is_vertical {
    margin-top: -4px;
  }
}

.gray_text_line {
  width: 100%;
  height: 1px;
  background: #000000;
}

.cmn_about_wrap {
  padding-top: 80px;
}
.cmn_about_wrap:first-of-type {
  padding-top: 25px;
}

.cmn_about_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .cmn_about_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.cmn_about_content {
  margin: 0 8.3%;
}
@media (max-width: 1024px) {
  .cmn_about_content {
    margin: 0 5%;
  }
}

.cmn_table {
  width: 87%;
  margin: 42px auto 0;
}
@media (max-width: 1024px) {
  .cmn_table {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .cmn_table {
    width: 100%;
  }
}
.cmn_table tr {
  border-bottom: 1px #8B8B8B solid;
}
.cmn_table tr:first-of-type {
  border-top: 1px #8B8B8B solid;
}
.cmn_table th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 20px 10px;
  width: 20%;
}
.cmn_table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 20px 10px;
  width: 74%;
}
.cmn_table th, .cmn_table td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .cmn_table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cmn-ttl {
  position: absolute;
  top: 50%;
  left: 7.8vw;
}

.cmn-ttl_en {
  font-size: 128px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (max-width: 1024px) {
  .cmn-ttl_en {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media (max-width: 480px) {
  .cmn-ttl_en {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.cmn-ttl_ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  padding-right: 30px;
  border-bottom: 1px #000000 solid;
  transition: all 0.3s;
  top: -100px;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
    top: 0;
  }
}
.header.is-visible {
  top: 0;
}

.hd_logo {
  display: flex;
  z-index: 100;
  background-color: #000000;
  padding: 18px 10px;
}
@media (max-width: 1024px) {
  .hd_logo {
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .hd_logo {
    width: 160px;
    padding: 17px 10px;
  }
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hd_nav_lists {
  display: flex;
  align-items: center;
  gap: 3.1vw;
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    background-color: #ffffff;
    padding: 25px 0 70px;
    gap: 20px;
    margin: 0 5%;
    border-radius: 30px;
    overflow-y: auto;
    overflow-x: visible;
  }
}

.hd_nav_link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #E60012;
  }
}
.hd_nav_link.is_contact {
  color: #9A9A9A;
}
@media (min-width: 1025px) {
  .hd_nav_link.is_contact:hover {
    color: #E60012;
  }
}

.hd_menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    right: 10px;
    z-index: 10;
    background: #E60012;
  }
  .hd_menu_btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .hd_menu_btn span:nth-of-type(1) {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .hd_menu_btn span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 72%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
}
.hd_menu_btn.is_close {
  display: block;
  width: 55px;
  height: 55px;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  position: fixed;
  right: 10px;
  z-index: 10;
  background: #E60012;
}
.hd_menu_btn.is_close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.hd_menu_btn.is_close span:nth-of-type(1) {
  left: 10px;
  top: 24px;
  transform: rotate(45deg);
}
.hd_menu_btn.is_close span:nth-of-type(2) {
  display: none;
}
.hd_menu_btn.is_close span:nth-of-type(3) {
  left: 10px;
  top: 24px;
  transform: rotate(135deg);
}

@media (max-width: 1024px) {
  .hd_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    padding: 60px 0;
    background-color: #ffffff;
    z-index: 1;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

.mail_icon {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
.mail_icon::after {
  position: absolute;
  content: "";
  background-image: url(../images/mail.svg);
  background-size: contain;
  width: 20px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .mail_icon::after {
    width: 21px;
    height: 16px;
  }
}

.hd_contact_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  flex: 1;
}

.dropdown__lists {
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  width: 200px;
  position: absolute;
  top: 75px;
  left: 50%;
  border: #000000 1px solid;
  transform: translateX(-50%);
  text-align: center;
  padding: 30px 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .dropdown__lists {
    top: 40px;
    visibility: visible;
    opacity: 1;
  }
}

.gnavi__list {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-right: 23px;
}
@media (max-width: 1024px) {
  .gnavi__list {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .gnavi__list.hd_nav_list {
    margin-bottom: 272px;
  }
}
.gnavi__list::after {
  content: "";
  position: absolute;
  background: url(../images/plus.svg);
  background-position: center;
  width: 17px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  transform: translateY(-57%);
  right: 0;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gnavi__list::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .gnavi__list {
    margin-right: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1025px) {
  .gnavi__list:hover::after {
    transform: translateY(-57%) rotate(180deg);
  }
  .gnavi__list:hover > .dropdown__lists {
    visibility: visible;
    opacity: 1;
  }
}

.dropdown__list {
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .dropdown__list {
    padding-bottom: 0;
  }
}
.dropdown__list a {
  text-decoration: none;
  position: relative;
  color: #A7A7A7;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 1025px) {
  .dropdown__list a.is_hover:hover {
    color: #000000;
  }
}

.hd_inst a {
  display: block;
  background: url(../images/inst.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 35px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hd_inst a {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .hd_inst:hover a {
    transform: scale(1.1);
  }
}

/*------------------------------------------------
mv
--------------------------------------------------*/
.mainimg {
  width: 100%;
  height: 100svh;
  min-height: 800px;
  position: relative;
}
.mainimg.is_subpage {
  height: 85svh;
  min-height: 500px;
}

.mv_title {
  font-size: clamp(4.063rem, 1.755rem + 3.61vw, 5rem);
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .mv_title {
    font-size: 35px;
    font-size: 2.1875rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.mv_text_item {
  display: flex;
  justify-content: center;
  padding-top: 8%;
  gap: 6.9vw;
}
@media (max-width: 1024px) {
  .mv_text_item {
    flex-direction: column;
    padding-top: 100px;
    align-items: center;
    margin: 0 5%;
    gap: 2vw;
  }
}
@media (max-width: 768px) {
  .mv_text_item {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .mv_text_item {
    padding-top: 40%;
  }
}

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

.mv_mark {
  width: 180px;
  height: 180px;
  background: url(../images/mv_mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mv_mark {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .mv_mark {
    width: 80px;
    height: 80px;
  }
}

.mv_logo {
  width: 21vw;
  max-width: 310px;
  min-width: 280px;
  height: 77px;
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .mv_logo {
    min-width: 200px;
    height: 50px;
    margin-top: 0;
  }
}

.mv_text_wrap {
  padding-top: 21px;
}

.mv_text {
  font-size: clamp(1.125rem, 0.51rem + 0.96vw, 1.375rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media (max-width: 1024px) {
  .mv_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .mv_text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
.mv_text:first-of-type {
  padding-right: 140px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .mv_text:first-of-type {
    padding-right: 40px;
  }
}
.mv_text:first-of-type::after {
  position: absolute;
  content: "";
  width: 114px;
  height: 1px;
  background: #000000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mv_text:first-of-type::after {
    width: 30px;
  }
}

.loopSlider {
  position: absolute;
  bottom: 0;
}
.loopSlider.is_works {
  bottom: auto;
  position: static;
  margin-top: 145px;
}
@media (max-width: 768px) {
  .loopSlider.is_works {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .loopSlider {
    margin: 20px 0;
  }
}

.loopslider_wrap {
  display: flex;
  left: 0;
}
.loopslider_wrap.is_work {
  padding-bottom: 98px;
}
@media (max-width: 1024px) {
  .loopslider_wrap.is_work {
    padding-bottom: 70px;
  }
}

.loops_lists {
  display: flex;
  gap: 10px;
  padding-left: 10px;
}
.loops_lists.is_work {
  gap: 0;
  padding-left: 0;
}

.loops_list {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .loops_list {
    width: 250px;
    height: 250px;
  }
}
.loops_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.line {
  width: 100%;
  height: 1px;
  background: #000000;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
/*------------------------------------------------
index-top
--------------------------------------------------*/
.index-top_unit {
  padding-top: 61px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .index-top_unit {
    text-align: left;
    padding-top: 25px;
  }
}

.marquee {
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 180s linear infinite;
  font-size: 250px;
  font-size: 15.625rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  height: auto;
}
.marquee__inner span {
  color: #EDEDED;
}
@media (max-width: 768px) {
  .marquee__inner {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.index-top_content {
  padding: 124px 5% 0;
}
@media (max-width: 768px) {
  .index-top_content {
    padding-top: 50px;
  }
}

.index-top_title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 1024px) {
  .index-top_title {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .index-top_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.index-top_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .index-top_text {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .index-top_text {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 25px;
  }
}

/*------------------------------------------------
index-cate
--------------------------------------------------*/
.index-cate_unit {
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .index-cate_unit {
    margin-bottom: 80px;
  }
}

.index-cate_item {
  display: flex;
  justify-content: space-between;
  padding: 159px 0 121px;
}
@media (max-width: 1024px) {
  .index-cate_item {
    flex-direction: column;
    padding: 70px 5% 50px;
  }
}
.tabs {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tabs .tab-list {
    display: none;
  }
}

.tab-btn {
  margin-bottom: 46px;
  opacity: 0.4;
  transition: all 0.3s;
  color: #E60012;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 46px;
  line-height: 1.5;
  cursor: pointer;
}
.tab-btn.is_pc_block {
  display: none;
}
@media (max-width: 1024px) {
  .tab-btn.is_pc_block {
    display: block;
  }
}
@media (min-width: 1025px) {
  .tab-btn:hover {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .tab-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tab-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tab-btn span {
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .tab-btn span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.tab-btn.active {
  opacity: 1;
}
.tab-btn:last-of-type {
  margin-bottom: 0;
}
.tab-btn.active {
  opacity: 1;
}

@media (max-width: 1024px) {
  .tab-content.is_index {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.tab-panel {
  display: none;
}
@media (max-width: 1024px) {
  .tab-panel {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .tab-panel {
    width: 100%;
  }
}
.tab-panel.active {
  display: block;
}

.index-cate_image {
  position: relative;
  width: 51vw;
  height: 570px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-cate_image {
    aspect-ratio: 74/57;
    width: auto;
    height: auto;
  }
}
@media (max-width: 480px) {
  .index-cate_image {
    width: 100%;
    height: 300px;
  }
}
.index-cate_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-cate_texts {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 44px;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .index-cate_texts {
    padding: 20px;
  }
}
.index-cate_texts.show {
  opacity: 1;
  transform: translateY(0);
}
.index-cate_texts::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(130, 130, 130, 0.4);
  mix-blend-mode: multiply;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.index-cate_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .index-cate_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
index-strong
--------------------------------------------------*/
.index-strong_item {
  padding-bottom: 182px;
  transition: all 0.3s;
  overflow: hidden;
}
.index-strong_item:hover {
  background-color: #000000;
}
.index-strong_item:hover .index-strong_maintitle {
  color: #E60012;
  transition: all 0.3s;
}
.index-strong_item:hover .index-strong_text_wrap {
  color: #ffffff;
  transition: all 0.3s;
}
.index-strong_item:hover .cmn_title.is_gray {
  color: #353535;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-strong_item {
    padding-bottom: 70px;
  }
}

.index-strong_text_content {
  display: flex;
  justify-content: space-between;
  gap: 16vw;
  margin: 0 8.3%;
}
@media (max-width: 768px) {
  .index-strong_text_content {
    flex-direction: column;
    margin: 25px 5% 0;
    gap: 25px;
  }
}

.index-strong_maintitle {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media (max-width: 768px) {
  .index-strong_maintitle {
    writing-mode: horizontal-tb;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.index-strong_texts {
  padding-top: 81px;
}
@media (max-width: 768px) {
  .index-strong_texts {
    padding-top: 0;
  }
}

.index-strong_text_wrap {
  padding-top: 57px;
}
@media (max-width: 768px) {
  .index-strong_text_wrap {
    padding-top: 25px;
  }
}
.index-strong_text_wrap:first-of-type {
  padding-top: 0;
}

.index-strong_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .index-strong_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.index-strong_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .index-strong_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 5px;
  }
}

.index-works_item {
  overflow: hidden;
  padding-bottom: 188px;
}
@media (max-width: 768px) {
  .index-works_item {
    padding-bottom: 70px;
  }
}

.index-works_unit {
  position: relative;
}

.is_work .swiper-wrapper .swiper-slide {
  width: 470px;
  height: 470px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .is_work .swiper-wrapper .swiper-slide {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .is_work .swiper-wrapper .swiper-slide {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1025px) {
  .is_work .swiper-wrapper .swiper-slide:hover .index-works_link img {
    filter: blur(2px);
    opacity: 1;
    transform: scale(1.1);
  }
  .is_work .swiper-wrapper .swiper-slide:hover .index-works_link .index-works_texts {
    opacity: 1;
  }
}
.is_work .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.wrapper .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

.index-works_link {
  transition: all 0.3;
}

.index-works_image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .index-works_image {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .index-works_image {
    height: 200px;
  }
}

.index-works_texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.25);
  opacity: 0;
  transition: all 0.3s;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  gap: 22px;
}
@media (max-width: 1024px) {
  .index-works_texts {
    opacity: 1;
    height: 20%;
    position: static;
    background-color: #000000;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .index-works_texts {
    padding: 0 20px;
    height: 30%;
  }
}

.index-works_cate {
  padding: 5px 17px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .index-works_cate {
    padding: 3px 4px;
    line-height: 1;
  }
}

.index-works_name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  color: #ffffff;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .index-works_name {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 768px) {
  .index-works_name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
index-about
--------------------------------------------------*/
.index-about_item {
  overflow: hidden;
  padding-bottom: 227px;
}
@media (max-width: 768px) {
  .index-about_item {
    padding-bottom: 80px;
  }
}

.index-about_contents {
  margin: 0 8.3%;
  padding-top: 105px;
}
@media (max-width: 1024px) {
  .index-about_contents {
    margin: 0 5%;
    padding-top: 25px;
  }
}

.index-about_content {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 1024px) {
  .index-about_content {
    flex-direction: column;
    gap: 80px;
  }
}

.index-about_texts {
  width: 48%;
}
@media (max-width: 1024px) {
  .index-about_texts {
    width: 100%;
  }
}

.index-about_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5;
  padding-bottom: 122px;
}
@media (max-width: 1024px) {
  .index-about_text {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .index-about_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.index-about_title {
  text-align: center;
}

/*------------------------------------------------
index-about
--------------------------------------------------*/
.index-news_item {
  border-top: 1px solid #000000;
  overflow: hidden;
}

.index-news_content {
  display: flex;
}
@media (max-width: 1024px) {
  .index-news_content {
    flex-direction: column;
  }
}

.index-news_lists {
  width: 62%;
  margin: 0 auto;
  max-height: 500px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 26px;
  margin-top: 110px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 1024px) {
  .index-news_lists {
    width: 90%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .index-news_lists {
    max-height: 300px;
    margin-top: 25px;
  }
}
.index-news_lists::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
  position: relative;
}
.index-news_lists::-webkit-scrollbar-track {
  background: linear-gradient(to right, transparent 40%, black 40%, black 60%, transparent 60%);
}
.index-news_lists::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.index-news_list {
  padding-top: 51px;
}
@media (max-width: 768px) {
  .index-news_list {
    padding-top: 40px;
  }
}
.index-news_list:first-of-type {
  padding-top: 0;
}

.index-news_time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .index-news_time {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

.index-news_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .index-news_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.index-news_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .index-news_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

.index-news_link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
  color: #000000;
  transition: all 0.3s;
  padding-top: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  .index-news_link {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .index-news_link:hover {
    color: #E60012;
  }
}

/*-------------------------------------------------------------------------------
about
--------------------------------------------------------------------------------*/
/*------------------------------------------------
about-greeting
--------------------------------------------------*/
.about-greeting_text_content {
  padding-top: 33px;
  margin: 0 8.3%;
}
@media (max-width: 1024px) {
  .about-greeting_text_content {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .about-greeting_text_content {
    padding-top: 25px;
  }
}

.about-greeting_text_wrap {
  display: flex;
  padding-top: 33px;
  justify-content: space-between;
  gap: 114px;
}
.about-greeting_text_wrap.no-image .about-greeting_texts {
  width: 100%;
}
@media (max-width: 1024px) {
  .about-greeting_text_wrap {
    flex-direction: column-reverse;
    gap: 15px;
  }
}

.about-greeting_texts {
  width: 61%;
}
@media (max-width: 1024px) {
  .about-greeting_texts {
    width: 100%;
  }
}

.about-greeting_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .about-greeting_text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.about-greeting_name {
  padding-top: 28px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.5;
  text-align: right;
}
@media (max-width: 768px) {
  .about-greeting_name {
    padding-top: 5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about-greeting_image {
  width: 28%;
  aspect-ratio: 35/30;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 350px;
}
@media (max-width: 1024px) {
  .about-greeting_image {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .about-greeting_image {
    min-width: 100%;
    width: 100%;
  }
}
.about-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
about-overview
--------------------------------------------------*/
.about-overview_item {
  padding-top: 153px;
}
@media (max-width: 768px) {
  .about-overview_item {
    padding-top: 70px;
  }
}

/*------------------------------------------------
about-map
--------------------------------------------------*/
.about-map_content {
  width: 87%;
  margin: 42px auto 0;
}
@media (max-width: 768px) {
  .about-map_content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-map_content {
    margin-top: 25px;
  }
}

.about-map_item {
  width: 100%;
  height: 390px;
}
.about-map_item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-map_texts {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #8B8B8B;
  border-top: 1px solid #8B8B8B;
}

.about-map_icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-map_icon {
    width: 32px;
    height: 32px;
  }
}

.about-map_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .about-map_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*-------------------------------------------------------------------------------
service
--------------------------------------------------------------------------------*/
.service-content {
  display: flex;
  justify-content: space-between;
  margin: 68px 7.6% 0;
}
@media (max-width: 1199px) {
  .service-content {
    margin: 68px 5% 0;
  }
}
@media (max-width: 1024px) {
  .service-content {
    flex-direction: column;
    margin: 0 5%;
    gap: 25px;
  }
}
.service-content .tab-list {
  position: sticky;
  top: 136px;
  height: 505px;
  width: 14vw;
  flex: 1;
}
@media (max-width: 1024px) {
  .service-content .tab-list {
    width: -moz-fit-content;
    width: fit-content;
    position: static;
    margin: 0 auto;
    display: none;
  }
}
.service-content .tab-btn {
  margin-bottom: 46px;
  opacity: 0.4;
  transition: all 0.3s;
}
.service-content .tab-btn:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .service-content .tab-btn {
    margin-bottom: 25px;
  }
}
.service-content .tab-btn a {
  color: #E60012;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 46px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .service-content .tab-btn a {
    padding-right: 30px;
  }
  .service-content .tab-btn a::before {
    content: "↓";
    position: absolute;
    bottom: -6px;
    right: 0;
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-size: 1.5rem;
    background-size: cover;
  }
}
.service-content .tab-btn a span {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.service-content .tab-btn.active {
  opacity: 1;
}
.service-content .tab-btn:last-of-type {
  padding-bottom: 0;
}

.service-wraps {
  width: 64vw;
}
@media (max-width: 1024px) {
  .service-wraps {
    width: 100%;
  }
}

.service-wrap {
  margin-top: 108px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .service-wrap {
    margin-top: 90px;
    padding-top: 30px;
  }
}
.service-wrap:first-of-type {
  margin-top: 0;
}

.service-big_title {
  background: #000000;
  color: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
  padding: 12px;
  position: relative;
}
.service-big_title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background-color: #E60012;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .service-big_title::after {
    width: 25px;
  }
}
@media (max-width: 768px) {
  .service-big_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-main_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  padding-top: 56px;
}
@media (max-width: 768px) {
  .service-main_wrap {
    flex-direction: column;
    padding-top: 15px;
    gap: 15px;
  }
}
.service-main_wrap.is_wood:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .service-main_wrap.is_wood:nth-of-type(2) {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .service-main_wrap.is_wood:nth-of-type(2) {
    flex-direction: column;
  }
}

.service-main_image {
  width: 35%;
  max-width: 350px;
  height: 510px;
}
@media (max-width: 768px) {
  .service-main_image {
    width: 100%;
    height: 300px;
  }
}
.service-main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-main_texts {
  width: 57%;
}
@media (max-width: 768px) {
  .service-main_texts {
    width: 100%;
  }
}

.service-main_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .service-main_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-main_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 31px;
}
@media (max-width: 768px) {
  .service-main_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 15px;
  }
}

.line {
  border-top: 1px solid #000000;
  margin-top: 87px;
}
@media (max-width: 768px) {
  .line {
    margin-top: 45px;
  }
}

.service-texts {
  padding-top: 57px;
}
@media (max-width: 768px) {
  .service-texts {
    padding-top: 45px;
  }
}
.service-texts:last-of-type {
  padding-top: 70px;
}

.service-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .service-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service-title span {
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .service-title span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 15px;
  }
}

.service-text {
  padding-top: 33px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service-text {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.service-detail_wrap {
  border: 1px solid #000000;
  margin-top: 49px;
  padding: 68px 4vw 50px;
  position: relative;
}
.service-detail_wrap:last-of-type {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .service-detail_wrap {
    margin-top: 25px;
  }
}

.service-detail_wrap_en {
  position: absolute;
  right: 0;
  top: -11px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #DDDDDD;
}
@media (max-width: 480px) {
  .service-detail_wrap_en {
    font-size: 30px;
    font-size: 1.875rem;
    top: -9px;
  }
}

.service-detail_item {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .service-detail_item {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.service-detail_item:first-of-type {
  padding-top: 0;
}

.service-detail_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .service-detail_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-detail_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service-detail_text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.service-detail_image {
  width: 24%;
  height: 160px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-detail_image {
    width: 100%;
    height: 250px;
    margin: 0 auto;
  }
}
.service-detail_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .service-detail_image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service-btns {
  display: flex;
  align-items: center;
  margin: 64px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  gap: 68px;
}
@media (max-width: 768px) {
  .service-btns {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}

.service-btn_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .service-btn_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------------------
service
--------------------------------------------------------------------------------*/
.works-item_wraps {
  margin: 0 12%;
}
@media (max-width: 1024px) {
  .works-item_wraps {
    margin: 0 5%;
  }
}

.works-item_wrap {
  padding-bottom: 80px;
  border-bottom: 1px solid #000000;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .works-item_wrap {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.works-item_wrap:first-of-type {
  margin-top: 77px;
}
@media (max-width: 768px) {
  .works-item_wrap:first-of-type {
    margin-top: 40px;
  }
}

.works-category {
  padding: 8px 18px;
  color: #ffffff;
  background: #E60012;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .works-category {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 4px;
  }
}

.work-title {
  padding-top: 23px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .work-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 15px;
  }
}

.work-text {
  padding-top: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .work-text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 15px;
  }
}

.works-images {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  row-gap: 23px;
}
@media (max-width: 768px) {
  .works-images {
    row-gap: 2.4vw;
  }
}

.works-image {
  width: 23%;
  aspect-ratio: 25/17;
}
@media (max-width: 768px) {
  .works-image {
    width: 48.5%;
  }
}
.works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-cate_btns {
  display: flex;
  flex-wrap: wrap;
  width: 91%;
  border: 1px solid #000000;
  border-right: none;
  padding: 44px 110px 44px 65px;
  margin: 0 0 0 auto;
  row-gap: 25px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .works-cate_btns {
    padding: 20px;
    width: 95%;
  }
}

.works-cate_btn {
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #000000;
  display: block;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .works-cate_btn:hover .works-cate_btn_en {
    background: #E60012;
  }
  .works-cate_btn:hover .works-cate_btn_ja {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .works-cate_btn {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.works-cate_btn:last-of-type {
  border-right: 1px solid #000000;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .works-cate_btn:last-of-type {
    margin-left: 15px;
  }
}
.works-cate_btn.active .works-cate_btn_en {
  background: #E60012;
}
.works-cate_btn.active .works-cate_btn_ja {
  color: #000000;
}

.works-cate_btn_en {
  padding: 8px 9px;
  color: #ffffff;
  background: #E60012;
  background: #CECECE;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works-cate_btn_en {
    padding: 3px 4px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.works-cate_btn_ja {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #8B8B8B;
  margin-top: 12px;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works-cate_btn_ja {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}

.works-pager {
  display: flex;
  justify-content: end;
  width: 91%;
  border: 1px solid #000000;
  border-left: none;
  padding: 44px 110px 44px 65px;
  margin: 74px auto 0 0;
  row-gap: 25px;
  gap: 16px;
}
@media (max-width: 768px) {
  .works-pager {
    width: 95%;
    padding: 20px;
  }
}

.works-pager_num {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #A0A0A0;
  background-color: #D9D9D9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works-pager_num {
    font-size: 14px;
    font-size: 0.875rem;
    width: 35px;
    height: 35px;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .works-pager_num:hover {
    color: #ffffff;
    background-color: #E60012;
  }
}
.works-pager_num.active {
  color: #ffffff;
  background-color: #E60012;
}

.works-pager_tens {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}

div.works-pager_ten {
  width: 9px;
  height: 9px;
  background-color: #D9D9D9;
}
@media (max-width: 768px) {
  div.works-pager_ten {
    width: 4px;
    height: 4px;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
/*------------------------------------------------
ft_group
--------------------------------------------------*/
.contact-tel_texts {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 9.3%;
}
@media (max-width: 1024px) {
  .contact-tel_texts {
    margin: 0 5%;
  }
}

.contact-tel_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 22px;
}
@media (max-width: 768px) {
  .contact-tel_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 25px;
  }
}

.contact-tel_nums {
  padding-top: 47px;
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .contact-tel_nums {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .contact-tel_nums {
    gap: 15px;
    padding-top: 40px;
  }
}

.cmn_tels {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-tel_num_text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact-tel_num_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact-form_text {
  padding: 42px 0 102px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-form_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 25px 0;
  }
}

/*------------------------------------------------
contact-form
--------------------------------------------------*/
.contact-form-item {
  padding-top: 90px;
}

.contact-form_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .contact-form_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.contact-form_texts {
  padding-top: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 9.3%;
}
@media (max-width: 1024px) {
  .contact-form_texts {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .contact-form_texts {
    padding-top: 25px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  margin: 160px auto 0;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}

/*------------------------------------------------
ft_group
--------------------------------------------------*/
.ft_group_bg {
  background: url(../images/ft_group.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1440px;
  max-width: 90%;
  padding: 69px 3.6vw 121px 7.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ft_group_bg {
    flex-direction: column;
    padding: 40px 5% 80px;
  }
}
@media (min-width: 1025px) {
  .ft_group_bg:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    transform: scale(0.98);
  }
  .ft_group_bg:hover .is_group::before {
    background-color: #E60012;
  }
}

.ft_group_logo {
  width: 260px;
  height: 80px;
  background: url(../images/group_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .ft_group_logo {
    height: 50px;
    width: 165px;
  }
}

.ft_group_text {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 36px;
}
@media (max-width: 768px) {
  .ft_group_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.marquee__inner.is_ft {
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 1024px) {
  .marquee__inner.is_ft {
    bottom: -12px;
  }
}
.marquee__inner.is_ft span {
  color: rgba(255, 255, 255, 0.53);
  font-size: 128px;
  font-size: 8rem;
}
@media (max-width: 1024px) {
  .marquee__inner.is_ft span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

/*------------------------------------------------
ft_contact
--------------------------------------------------*/
.ft_contact.is_pc {
  display: block;
}
@media (max-width: 1024px) {
  .ft_contact.is_pc {
    display: none;
  }
}
.ft_contact.is_sp {
  display: none;
}
@media (max-width: 1024px) {
  .ft_contact.is_sp {
    display: block;
  }
}

.ft_contact_bg {
  background: url(../images/ft_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin-top: 120px;
  height: 680px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .ft_contact_bg {
    background: url(../images/ft_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 470px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .ft_contact_bg {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .ft_contact_bg {
    margin-top: 100px;
  }
}

.ft_contact_texts {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 350px;
  justify-content: space-around;
  width: 500px;
}
@media (max-width: 1024px) {
  .ft_contact_texts {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5%;
    justify-content: flex-start;
    height: auto;
    padding: 40px 0;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .ft_contact_texts {
    gap: 0;
    padding: 23px 0 40px;
  }
}

.ft_contact_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

/*------------------------------------------------
ft_navs
--------------------------------------------------*/
.ft_navs {
  padding: 60px 0 20vw;
  background: #000000;
  position: relative;
}
@media (max-width: 768px) {
  .ft_navs {
    padding-bottom: 28vw;
  }
}

.ft_nav {
  display: flex;
  width: 900px;
  max-width: 90%;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .ft_nav {
    display: none;
  }
}

.ft_business_list {
  padding-top: 27px;
}

.ft_nav_link {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link.is_hover:hover {
    color: #E60012;
  }
}

.ft_business_link {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_business_link.is_hover:hover {
    color: #A7A7A7;
  }
}

.ft_inst a {
  background: url(../images/white_inst.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 35px;
  display: block;
}
@media (min-width: 1025px) {
  .ft_inst:hover a {
    transform: scale(1.1);
  }
}

.ft_line {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1024px) {
  .ft_line {
    display: none;
  }
}

.ft_address_items {
  display: flex;
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 54px;
}
@media (max-width: 1024px) {
  .ft_address_items {
    flex-direction: column;
    gap: 25px;
    padding-top: 0;
  }
}

.ft_address_name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.ft_address_item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .ft_address_item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ft_logo {
  background: url(../images/ft_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 14vw;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.copyright {
  background-color: #383737;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #737373;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

/*------------------------------------------------
カレント設定
--------------------------------------------------*/
body.index .hd_nav_list:nth-of-type(1) .hd_nav_link {
  color: #E60012;
}

body.about .hd_nav_list:nth-of-type(2) .hd_nav_link {
  color: #E60012;
}

body.service .hd_nav_list:nth-of-type(3) .hd_nav_link {
  color: #E60012;
}

body.works .hd_nav_list:nth-of-type(4) .hd_nav_link {
  color: #E60012;
}

body.contact .hd_nav_list:nth-of-type(5) .hd_nav_link {
  color: #E60012;
}

/*------------------------------------------------
ボクサー
--------------------------------------------------*/
.boxer {
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.05);
  }
}

.typing {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing-effect {
  width: 23ch;
  animation: typing 3s steps(23), effect 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
[id] {
  scroll-margin-top: 100px;
}

path {
  fill: black;
  fill-opacity: 0;
  stroke: black;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: fill-opacity 0.1s ease 0.5s;
}
path.animate {
  animation: draw 2s forwards;
  fill-opacity: 1;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
svg {
  overflow: visible !important;
}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.error404_wrap {
  margin: 0 5%;
}

.error404_texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .error404_texts {
    margin: 0 5%;
  }
}

.contact-lead_txt {
  padding-bottom: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-lead_txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.contact-form_unit dl {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .contact-form_unit dl {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact-form_unit dl {
    margin-top: 25px;
  }
}
.contact-form_unit dl:first-of-type {
  align-items: center;
  margin-top: 0;
}
@media (max-width: 1250px) {
  .contact-form_unit dl:first-of-type {
    display: block;
  }
}
.contact-form_unit dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-form_unit dl:last-of-type {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .contact-form_unit dl:last-of-type {
    margin-bottom: 20px;
  }
}
.contact-form_unit dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 30%;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .contact-form_unit dl dt {
    width: 100%;
  }
}
.contact-form_unit dl dt label {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-form_unit dl dt label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-form_unit dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact-form_unit dl dd {
    margin-top: 10px;
  }
}
.contact-form_unit dl input,
.contact-form_unit dl textarea,
.contact-form_unit dl select {
  padding: 18px 26px;
  background-color: #F3F3F3;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #797979;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-form_unit dl input::placeholder,
.contact-form_unit dl textarea::placeholder,
.contact-form_unit dl select::placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #797979;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-form_unit dl input::placeholder,
  .contact-form_unit dl textarea::placeholder,
  .contact-form_unit dl select::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-form_unit dl input:focus,
.contact-form_unit dl textarea:focus,
.contact-form_unit dl select:focus {
  outline: none;
}

.required {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #E60012;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 15px;
}

.any {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #797979;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 15px;
}

.is-address .zip_short {
  width: 500px;
}
@media (max-width: 768px) {
  .is-address .zip_short {
    max-width: 100%;
  }
}

.wpcf7-list-item {
  margin: 0 0 0 1em;
}
.wpcf7-list-item:first-of-type {
  margin: 0;
}
@media (max-width: 1024px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 13px 12px 43px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-top: 19px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 10px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #D9D9D9;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
input[type=radio]:checked + span::after {
  background-color: #0E558F;
}

.privacy-check {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .privacy-check {
    padding-top: 12px;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 14px 12px 45px;
  position: relative;
  color: #000000;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 9px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    width: 22px;
    height: 22px;
    top: 10px;
    left: 7px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #D9D9D9;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 12px;
  left: 8px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

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

.contact-privacy_title {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.confirm-button {
  background: #000000;
  padding: 23px 110px 17px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 768px) {
  .confirm-button {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 23px 75px 17px;
    display: flex;
  }
}
.confirm-button::after {
  position: absolute;
  content: "";
  background: url(../images/white_arrow.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .confirm-button::after {
    width: 12px;
    height: 12px;
  }
}

.back-button {
  background: #a3a3a3;
  padding: 23px 110px 17px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .back-button:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 768px) {
  .back-button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.back-button::after {
  position: absolute;
  content: "";
  background: url(../images/white_arrow.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 768px) {
  .back-button::after {
    width: 12px;
    height: 12px;
  }
}

.submit_btn {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .submit_btn:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 768px) {
  .submit_btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.submit_btn::after {
  position: absolute;
  content: "";
  background: url(../images/white_arrow.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .submit_btn::after {
    width: 12px;
    height: 12px;
  }
}

.has-spinner {
  padding: 23px 110px 17px;
}

.check_submit {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}

#form-confirm dl {
  padding: 30px 0;
  border-top: 1px #333333 solid;
  margin-top: 0;
}
#form-confirm dl:last-of-type {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}

.wpcf7-submit {
  width: 100%;
  height: 100%;
}

.input-none {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact-form {
  width: min(900px, 90%);
  margin: 0 auto;
  position: relative;
  padding-bottom: 127px;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 0 0 87px;
  }
}

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

.contact-check_text {
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-check_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mw_wp_form {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .mw_wp_form {
    padding-top: 20px;
  }
}

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

.contact_confirm .privacy-agree, .contact_confirm .contact-privacy_title {
  display: none;
}

.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 #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
  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%;
}

dd .check_zip {
  width: 500px;
}
@media (max-width: 1024px) {
  dd .check_zip {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 768px) {
  dd .check_zip {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.step-input .form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 375px;
}
@media (max-width: 1024px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #000000;
}

.contact_thanks h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_thanks h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-thanks_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-thanks_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

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

textarea {
  height: 232px;
}

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

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

.privacy-text {
  padding-top: 30px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .privacy-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.privacy-text:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text .privacy-title {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .privacy-text .privacy-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.privacy-agree {
  text-align: center;
  font-weight: 500;
  margin-top: 9px;
}

.contact_submit_part {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 22px 20px 20px 20px;
}
.contact_submit_part .contact-btn.is_back-btn {
  background-color: #fff;
  color: #DDDDDD;
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

.mw_wp_form_preview .unit-privacy {
  display: none;
}
.mw_wp_form_preview .privacy-agree {
  text-align: left;
}
.mw_wp_form_preview .contact-form_unit dl {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
  display: flex;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl {
    flex-direction: column;
  }
}
.mw_wp_form_preview .contact-form_unit dl dt {
  width: 30%;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dt {
    width: 100%;
  }
}
.mw_wp_form_preview .contact-form_unit dl dd {
  width: 70%;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dd {
    width: 100%;
  }
}
.mw_wp_form_preview .privacy-agree {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
}

.contact-return_btn {
  background-color: #c0c0c0;
}
@media (max-width: 1024px) {
  .contact-return_btn {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .contact-send_btn {
    width: 300px;
  }
}

.mw_wp_form_complete {
  padding-top: 80px;
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mw_wp_form_complete {
    padding-top: 0;
  }
}
.mw_wp_form_complete p {
  padding: 50px 0 40px;
}

.box_cmn_form_no-input {
  margin-top: 30px;
  text-align: center;
  color: #DDDDDD;
  font-weight: 500;
}

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=design.css.map*/