/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #ffffff;
  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: #ffffff;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

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

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.8;
  background: #ffffff;
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #ffffff;
  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_title {
  font-size: clamp(1.438rem, 0.521rem + 1.91vw, 2.813rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.cmn_title.is_center {
  text-align: center;
}

.cmn_title02 {
  font-family: "Arimo", sans-serif;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}
.cmn_title02.is_red {
  color: #A62C2B;
}
.cmn_title02.is_blue {
  color: #215BA6;
}

.loading {
  display: none;
  position: fixed;
  inset: 1;
  background: #ffffff;
  z-index: 9999;
  place-content: center;
  width: 100%;
  height: 100vh;
  font-size: 60px;
  font-size: 3.75rem;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .loading {
    font-size: 32px;
    font-size: 2rem;
  }
}

.loading.show {
  display: grid;
}

.op_logo {
  width: 45vw;
  min-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation-name: op;
  animation: op 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  opacity: 0;
  transform: translateY(30px);
}
.op_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes op {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  z-index: 103;
  transition: all 0.3s;
  position: absolute;
  background-color: #ffffff;
  display: flex;
  height: 118px;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 0 2.6vw;
  top: -118px;
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .header.is-visible {
    top: 0;
  }
}
.header.noindex {
  top: 0;
}
.header.is_fixed {
  top: 0;
  position: fixed;
}

.hd_logo {
  width: 18vw;
  min-width: 200px;
  z-index: 105;
}
@media (max-width: 768px) {
  .hd_logo {
    width: 170px;
  }
}
.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: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}

.hd_nav_lists {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 1199px) {
  .hd_nav_lists {
    gap: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    padding: 50px 0;
    gap: 0;
    border-radius: 20px;
    overflow-y: scroll;
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
  }
}

.hd_contact_link {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 22px 30px;
  font-weight: 600;
  line-height: 1.5;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .hd_contact_link {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .hd_contact_link:hover {
    background-color: hsla(0, 0%, 100%, 0.44);
  }
}
.hd_contact_link::before {
  content: "";
  background: url(../images/mail.svg);
  width: 34px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .hd_nav_list {
    width: 100%;
    text-align: center;
  }
}

.hd_nav_link {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #333333;
  transition: all 0.3s;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 1024px) {
  .hd_nav_link {
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
}
.hd_nav_link.is-active {
  color: #A62C2B;
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #A62C2B;
  }
}

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

.hd_tel {
  display: none;
}
@media (max-width: 1024px) {
  .hd_tel {
    display: block;
  }
}
@media (min-width: 769px) {
  .hd_tel {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .hd_tel {
    text-align: center;
  }
}

.hd_tel_text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.hd_menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 0;
    z-index: 10;
  }
  .hd_menu_btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #000000;
    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: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 62%;
    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;
  text-align: center;
  position: fixed;
  right: 0;
  z-index: 10;
}
.hd_menu_btn.is_close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000000;
}
.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);
}

/*-------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
.mv {
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 850px;
}
@media (max-width: 768px) {
  .mv {
    min-height: 680px;
    height: auto;
    gap: 20px;
  }
}

.mv_logo {
  width: 18vw;
  display: flex;
  min-width: 200px;
  position: absolute;
  top: 2.6vw;
  left: 2.6vw;
}
@media (max-width: 768px) {
  .mv_logo {
    display: none;
  }
}
.mv_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  right: 0;
}

.mv_title {
  font-size: clamp(2rem, 0.917rem + 2.26vw, 3.625rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.6vw 2.6vw 0 auto;
}
@media (max-width: 768px) {
  .mv_title {
    font-size: clamp(1.438rem, 0.915rem + 2.26vw, 2rem);
    margin-top: 20px;
    margin: 20px 0 0 2%;
  }
}

.mv_red {
  background-image: linear-gradient(to bottom, black 50%, transparent 50%), url("../images/mv_red.png");
  background-size: cover;
  background-position: right;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.mv_blue {
  background-image: linear-gradient(to bottom, black 50%, transparent 50%), url("../images/mv_blue.png");
  background-size: cover;
  background-position: right;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.mv_btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 2.6vw;
  gap: 1vw;
}
@media (max-width: 1199px) {
  .mv_btns {
    padding: 0 1vw;
    gap: 0.5vw;
  }
}
@media (max-width: 1024px) {
  .mv_btns {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
}
@media (max-width: 768px) {
  .mv_btns {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2%;
  }
}

.mv_btn {
  padding: 1vw;
  border: 1px solid #808080;
  display: inline-block;
  transition: all 0.37;
  position: relative;
  overflow: hidden;
}
.mv_btn::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@media (min-width: 1025px) {
  .mv_btn:hover {
    transform: scale(0.99);
    background: rgba(197, 209, 226, 0.301);
  }
  .mv_btn:hover::before {
    animation: shine 0.5s;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (max-width: 1024px) {
  .mv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mv_btn {
    padding: 10px 5%;
  }
  .mv_btn::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .mv_btn:last-of-type .mv_btn_texts .mv_icons .mv_btn_ja {
    padding: 2px 3%;
  }
}

.mv_btn_texts {
  width: 100%;
}

.mv_image {
  width: 100%;
  height: 22.5vw;
}
.mv_image:last-child {
  width: 10px;
}
@media (max-width: 1199px) {
  .mv_image {
    height: 32.5vw;
  }
}
@media (max-width: 1024px) {
  .mv_image {
    height: 20vw;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mv_image {
    height: 29.5vw;
  }
}
.mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.mv_icons {
  display: flex;
  align-items: center;
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  .mv_icons {
    margin-top: 10px;
  }
}

.icon_base {
  background-color: rgba(33, 91, 166, 0.2);
  border-radius: 999px;
  width: 2vw;
  min-width: 27.4px;
  height: 2vw;
  min-height: 27.4px;
  position: relative;
}
.icon_base.icon01::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon01.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .icon_base.icon01::before {
    width: 15px;
    height: 15px;
  }
}
.icon_base.icon02::before {
  content: "";
  width: 18px;
  height: 20px;
  background: url(../images/icon02.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .icon_base.icon02::before {
    width: 15px;
    height: 17px;
  }
}
.icon_base.icon03::before {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../images/icon03.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .icon_base.icon03::before {
    width: 19px;
    height: 17px;
  }
}
.icon_base.icon04::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon04.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .icon_base.icon04::before {
    width: 13px;
    height: 13px;
  }
}
.icon_base.icon05::before {
  content: "";
  width: 14px;
  height: 20px;
  background: url(../images/icon05.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .icon_base.icon05::before {
    width: 11px;
    height: 17px;
  }
}

.mv_btn_ja {
  color: #215BA6;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.563rem + 0.42vw, 1.063rem);
  padding: 0.1vw 1vw;
  background-color: rgba(33, 91, 166, 0.2);
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .mv_btn_ja {
    padding: 2px 15px;
  }
}
@media (max-width: 768px) {
  .mv_btn_ja {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 2px 10px;
  }
}

.mv_btn_en {
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  font-size: clamp(1.438rem, 0.152rem + 2.01vw, 2.563rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  line-height: 1;
  padding-top: 1vw;
}
@media (max-width: 768px) {
  .mv_btn_en {
    padding-top: 7px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mv_btn_en::after {
  content: "";
  background: url(../images/arrow.svg);
  width: 0.9vw;
  min-width: 11px;
  height: 0.9vw;
  min-height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
}

.marquee {
  overflow: hidden;
  position: relative;
}
.marquee.product {
  padding: 5.2vw 0;
}
.marquee.product.lineanime::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.marquee.product.lineanime.is-visible::before {
  width: 100%;
}
.marquee.interview {
  padding-top: 10.4vw;
  position: relative;
}
.marquee.interview.lineanime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.marquee.interview.lineanime.is-visible::after {
  transform: scaleX(1);
}
.marquee.contact {
  padding-top: 10.4vw;
  position: relative;
}
.marquee.contact.lineanime::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.marquee.contact.lineanime.is-visible::before {
  width: 100%;
}
.marquee.hd {
  background-color: #222222;
  padding: 35px 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .marquee.hd:hover {
    background-color: #515151;
  }
}
@media (max-width: 1024px) {
  .marquee.hd {
    padding: 20px 0;
  }
}
.marquee__inner {
  display: flex;
  gap: 5.2vw;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 180s linear infinite;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: clamp(1.75rem, 0.25rem + 3.13vw, 4rem);
  color: rgba(128, 128, 128, 0.5);
  white-space: nowrap;
  height: auto;
  font-family: "Arimo", sans-serif;
}
.marquee__inner.hd {
  display: flex;
  gap: 5.2vw;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 180s linear infinite;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: #ffffff;
  white-space: nowrap;
  height: auto;
}
@media (max-width: 768px) {
  .marquee__inner.hd {
    gap: 50px;
  }
}
.marquee__inner.hd span {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.marquee__inner.hd span::after {
  content: "";
  background: url(../images/arrow_white.svg);
  width: 0.9vw;
  min-width: 10px;
  height: 0.9vw;
  min-height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.marquee:nth-of-type(2) .marquee__inner {
  animation-direction: reverse;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
/*------------------------------------------------
business
--------------------------------------------------*/
.business-unit {
  display: flex;
  position: relative;
  display: flex;
  position: relative;
}
.business-unit.lineanime::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.business-unit.lineanime.is-visible::after {
  width: 100%;
}
@media (max-width: 1024px) {
  .business-unit {
    flex-direction: column-reverse;
    gap: 25px;
    padding: 6.3vw 5%;
  }
}
@media (max-width: 768px) {
  .business-unit {
    padding: 70px 5%;
  }
}

.business-images {
  width: 50vw;
  padding: 6.3vw 2.6vw 0;
  position: relative;
}
.business-images.lineanime::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #808080;
  transition: height 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
@media (max-width: 1024px) {
  .business-images.lineanime::after {
    display: none;
  }
}
.business-images.lineanime.is-visible::after {
  height: 100%;
}
@media (max-width: 1024px) {
  .business-images {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}

.business-image {
  width: 100%;
  height: 27.1vw;
  margin: 0 auto;
  width: 44vw;
  padding-top: 1.5vw;
}
@media (max-width: 768px) {
  .business-image {
    width: 70vw;
    height: auto;
    padding-top: 5px;
  }
}
.business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-texts {
  width: 50vw;
  padding: 6.3vw 5.2vw 7.8vw;
}
@media (max-width: 1024px) {
  .business-texts {
    width: 100%;
    padding: 0;
  }
}
.business-texts.no-image {
  width: 100%;
}

.business-subtitle {
  padding-top: 3.3vw;
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .business-subtitle {
    padding-top: 25px;
  }
}

.business-text {
  padding-top: 3.3vw;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .business-text {
    line-height: 1.8;
  }
}

/*------------------------------------------------
product
--------------------------------------------------*/
.product-unit {
  padding: 7.8vw 0;
  position: relative;
}
.product-unit.lineanime::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.product-unit.lineanime.is-visible::before {
  width: 100%;
}

.product-image {
  width: 1720px;
  max-width: 90%;
  margin: 5.2vw auto 0;
  border: 1px solid #808080;
  text-align: center;
  padding: 5.2vw;
}
@media (max-width: 768px) {
  .product-image {
    max-width: 95%;
    padding: 10px;
  }
}

/*------------------------------------------------
greeting
--------------------------------------------------*/
.greeting-unit {
  display: flex;
  align-items: center;
  position: relative;
}
.greeting-unit.lineanime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.greeting-unit.lineanime.is-visible::after {
  transform: scaleX(1);
}
@media (max-width: 1024px) {
  .greeting-unit {
    flex-direction: column;
    padding: 70px 5%;
    gap: 25px;
  }
}

.greeting-texts {
  width: 50vw;
  padding: 10.4vw 0;
  padding: 10.4vw 5.2vw;
  position: relative;
}
.greeting-texts.lineanime::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #808080;
  transition: height 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
@media (max-width: 1024px) {
  .greeting-texts.lineanime::after {
    display: none;
  }
}
.greeting-texts.lineanime.is-visible::after {
  height: 100%;
}
@media (max-width: 1024px) {
  .greeting-texts {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}
.greeting-texts.no-image {
  width: 100%;
}

.greeting-title {
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-top: 3.3vw;
}
@media (max-width: 768px) {
  .greeting-title {
    padding-top: 25px;
  }
}

.greeting-text {
  padding-top: 3.3vw;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .greeting-text {
    line-height: 1.8;
    padding-top: 15px;
  }
}

.greeting-images {
  padding: 0 2.6vw;
}
@media (max-width: 768px) {
  .greeting-images {
    padding: 0;
  }
}

.greeting-image {
  border: 1px solid #808080;
  display: flex;
  margin-top: 1.5vw;
  width: 44vw;
}
@media (max-width: 768px) {
  .greeting-image {
    width: 70vw;
    margin-top: 5px;
  }
}
.greeting-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
interview
--------------------------------------------------*/
.interview-unit {
  padding-top: 5.2vw;
}

.interview-items {
  padding: 3.3vw 0 5.2vw;
}
@media (max-width: 768px) {
  .interview-items {
    padding: 70px 0;
  }
}

.interview-item {
  counter-increment: mycounter;
  padding-top: 3.3vw;
}
@media (max-width: 768px) {
  .interview-item {
    padding-top: 40px;
  }
  .interview-item:first-of-type {
    padding-top: 0;
  }
}
.interview-item:nth-of-type(2n) .post-num {
  color: #215BA6;
}
.interview-item:nth-of-type(2n) .interview-contents {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .interview-item:nth-of-type(2n) .interview-contents {
    flex-direction: column;
  }
}
.interview-item:nth-of-type(2n) .interview-contents .interview-images .interview-season {
  color: #215BA6;
}
.interview-item:nth-of-type(2n) .interview-contents .interview-faqs .interview-faq .interview-q::before {
  color: rgba(33, 91, 166, 0.5019607843);
}

.post-num {
  padding: 0 0 15px 5.2vw;
  color: #A62C2B;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  display: flex;
  gap: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .post-num {
    padding: 0 0 5px 5%;
  }
}
.post-num span:first-of-type {
  order: 1;
}
.post-num span:last-of-type {
  order: 3;
}
.post-num.lineanime::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.post-num.lineanime.is-visible::before {
  width: 100%;
}
.post-num::after {
  content: counter(mycounter, decimal-leading-zero);
  order: 2;
  padding-left: 2px;
}

.interview-contents {
  display: flex;
  align-items: flex-start;
  padding: 2.6vw 5.2vw;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .interview-contents {
    flex-direction: column;
    padding: 10px 5%;
    gap: 15px;
  }
}

.interview-images {
  border: 1px solid #808080;
  padding: 1.5vw;
  width: 36.4vw;
}
@media (max-width: 768px) {
  .interview-images {
    padding: 5%;
    width: 100%;
    padding: 15px;
  }
}

.interview-image {
  width: 33.3vw;
  height: 27vw;
}
@media (max-width: 768px) {
  .interview-image {
    width: 100%;
    height: 300px;
  }
}
.interview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-image_item {
  position: relative;
}

.names {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: -1px;
  flex-wrap: wrap;
  padding: 1.5vw 2.6vw;
}
@media (max-width: 768px) {
  .names {
    padding: 10px 5%;
  }
}

.occupation {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .occupation {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.name {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.name span {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-right: 10px;
}

.interview-season {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-top: 1.5vw;
  gap: 1vw;
  color: #A62C2B;
}
@media (max-width: 768px) {
  .interview-season {
    padding-top: 15px;
  }
}
.interview-season::before {
  content: "-";
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.interview-faqs {
  width: 50.5vw;
}
@media (max-width: 768px) {
  .interview-faqs {
    width: 100%;
  }
}

.interview-faq {
  padding: 2.6vw;
  background-color: #EDF0F3;
  margin-bottom: 1.5vw;
}
@media (max-width: 768px) {
  .interview-faq {
    margin-bottom: 15px;
    padding: 25px 5%;
  }
}
.interview-faq:last-of-type {
  margin-bottom: 0;
}

.interview-q {
  display: flex;
  font-size: clamp(1rem, 0.625rem + 0.78vw, 1.563rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 768px) {
  .interview-q {
    gap: 10px;
  }
}
.interview-q::before {
  content: "Q";
  color: rgba(166, 44, 43, 0.5019607843);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Arimo", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .interview-q::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.interview-a {
  padding-top: 1.5vw;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .interview-a {
    padding-top: 10px;
  }
}

/*------------------------------------------------
会社情報、アクセスマップ
--------------------------------------------------*/
.cmn-unit {
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .cmn-unit {
    flex-direction: column;
  }
}
.cmn-unit.top.lineanime::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
  z-index: 1;
}
.cmn-unit.top.lineanime.is-visible::before {
  width: 100%;
}
.cmn-unit.bottom.lineanime::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
  z-index: 1;
}
.cmn-unit.bottom.lineanime.is-visible::before {
  width: 100%;
}

.cmn_title_item {
  display: flex;
  background: url(../images/overview-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30vw;
  position: relative;
}
.cmn_title_item::before {
  position: absolute;
  content: "";
  width: 11%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(121, 64, 64, 0) 100%);
  top: 0;
  right: -4%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .cmn_title_item {
    width: 100%;
  }
  .cmn_title_item::before {
    top: auto;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 11%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.cmn_title_item.is_map {
  display: flex;
  background: url(../images/map-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30vw;
}
@media (max-width: 1024px) {
  .cmn_title_item.is_map {
    width: 100%;
  }
}

.cmn_titles {
  width: calc(30vw - 8px);
  background-color: #ffffff;
  padding: 7.8vw 7.8vw 0 5%;
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .cmn_titles {
    width: 100%;
    transform: translateY(-4px);
    text-align: left;
    padding: 70px 0 15px 5%;
    gap: 8px;
  }
}

.cmn_contents {
  padding: 7.8vw 0;
  width: 69.9vw;
}
@media (max-width: 1024px) {
  .cmn_contents {
    padding: 25px 0 70px;
    width: auto;
  }
}

.overview-table {
  padding-top: 7.8vw;
  width: 1143px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .overview-table {
    margin-top: 0;
    width: 90%;
  }
}
.overview-table tr {
  border-bottom: 1px #808080 solid;
}
.overview-table tr:first-of-type {
  border-top: 1px #808080 solid;
}
.overview-table th {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 30px 3.1vw;
  width: 25%;
}
@media (max-width: 768px) {
  .overview-table th {
    border-right: 0;
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.overview-table td {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 30px 3.1vw 30px 0;
  width: 75%;
}
@media (max-width: 768px) {
  .overview-table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.overview-table th, .overview-table td {
  vertical-align: top;
}

.map-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  width: 1143px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .map-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.map-item {
  border: 1px #808080 solid;
  padding: 1.5vw;
}
@media (max-width: 1024px) {
  .map-item {
    padding: 25px 5%;
  }
}

.map-link {
  width: 100%;
  height: 450px;
}
@media (max-width: 1024px) {
  .map-link {
    height: 45vh;
  }
}
.map-link iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-name {
  padding-top: 10px;
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .map-name {
    padding-top: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.map-access {
  display: flex;
  gap: 1.5vw;
  align-items: center;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.map-access::before {
  content: "";
  background: url(../images/map.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/*------------------------------------------------
contact
--------------------------------------------------*/
.contact-unit {
  padding: 5.2vw 0 15.6vw;
}
@media (max-width: 768px) {
  .contact-unit {
    padding: 25px 0 70px;
  }
}

.contact-text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 3.3vw;
}
@media (max-width: 768px) {
  .contact-text {
    padding: 25px 5% 0;
  }
}

.contact-tels {
  width: 762px;
  max-width: 90%;
  padding: 2.6vw 0;
  border: 1px #808080 solid;
  margin: 3.3vw auto 0;
}
.contact-tels.is_hd {
  margin-top: 0;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact-tels {
    margin-top: 30px;
  }
}

.tel-icon {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1vw;
}
@media (max-width: 768px) {
  .tel-icon {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .tel-icon.is_hd {
    gap: 0;
  }
}
.tel-icon::before {
  content: "";
  background: url(../images/tel.svg);
  width: 2.6vw;
  min-width: 24px;
  height: 2.7vw;
  min-height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.tel-nums {
  width: -moz-fit-content;
  width: fit-content;
}

.tel-num {
  font-size: clamp(2.5rem, 1.25rem + 2.6vw, 4.375rem);
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #222222;
}
@media (min-width: 769px) {
  .tel-num {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .tel-num.is_hd {
    font-size: 32px;
    font-size: 2rem;
  }
}

.tel-time {
  font-size: clamp(0.875rem, 0.667rem + 0.43vw, 1.188rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media (max-width: 768px) {
  .tel-time {
    letter-spacing: 0.04em;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_logo {
  width: 19vw;
  min-width: 220px;
  display: flex;
}
@media (max-width: 1024px) {
  .ft_logo {
    margin: 0 auto;
  }
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_unit {
  color: #ffffff;
  background-color: #2B2B2B;
  padding: 2.6vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .ft_unit {
    padding: 40px 5%;
  }
}

.ft_left {
  width: 32vw;
  border: 1px solid #808080;
  padding: 3.6vw 3.2vw;
}
@media (max-width: 1024px) {
  .ft_left {
    width: 100vw;
    text-align: center;
    padding: 40px 5%;
  }
}

.ft_add {
  padding-top: 1.5vw;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .ft_add {
    padding-top: 40px;
  }
}

.ft_right {
  width: 59.4vw;
  border: 1px solid #808080;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 3.6vw;
  gap: 6.2vw;
}
@media (max-width: 1024px) {
  .ft_right {
    display: none;
  }
}

.ft_nav_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 5.2vw;
       column-gap: 5.2vw;
  row-gap: 1vw;
}

.ft_nav_link {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .ft_nav_link.is_hover:hover {
    color: #9c9c9c;
  }
}

.copyright {
  color: #808080;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.other-unit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100svh;
  width: 100%;
}

.other-texts {
  width: 100%;
  text-align: center;
}

.other-title {
  text-align: center;
  padding: 5.2vw 0;
  font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
  position: relative;
}
@media (max-width: 768px) {
  .other-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.other-title.lineanime::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 1.5s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.other-title.lineanime::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 1.5s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.other-title.lineanime.is-visible::before {
  width: 100%;
}
.other-title.lineanime.is-visible::after {
  width: 100%;
}

.other-text {
  padding: 5.2vw 5%;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .other-text {
    padding: 40px 5%;
  }
}

.contact-forms {
  margin-top: 3.3vw;
  padding-top: 3.3vw;
  position: relative;
}
@media (max-width: 768px) {
  .contact-forms {
    padding-top: 70px;
    margin-top: 70px;
  }
}
.contact-forms.lineanime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.77, 0.28, 0.29, 0.66);
}
.contact-forms.lineanime.is-visible::after {
  transform: scaleX(1);
}

.contact-wrap {
  width: 1320px;
  max-width: 90%;
  margin: 0 auto;
}
.contact-wrap label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact-wrap label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-wrap dl {
  gap: 3.1vw;
  margin-top: 35px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .contact-wrap dl {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact-wrap dl {
    margin-top: 20px;
  }
}
.contact-wrap dl:first-of-type {
  margin-top: 0;
}
.contact-wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-wrap dl:last-of-type {
  align-items: flex-start;
}
.contact-wrap dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 26.5%;
  letter-spacing: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-wrap dl dt {
    width: 100%;
    display: block;
  }
}
.contact-wrap dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 73.4%;
}
@media (max-width: 1024px) {
  .contact-wrap dl dd {
    width: 100%;
    margin-top: 10px;
  }
}
.contact-wrap dl input,
.contact-wrap dl textarea,
.contact-wrap dl select {
  padding: 1.6vw 3.1vw;
  background-color: #EDF0F3;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 768px) {
  .contact-wrap dl input,
  .contact-wrap dl textarea,
  .contact-wrap dl select {
    padding: 15px;
  }
}
.contact-wrap dl input::-moz-placeholder, .contact-wrap dl textarea::-moz-placeholder, .contact-wrap dl select::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #767676;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.contact-wrap dl input::placeholder,
.contact-wrap dl textarea::placeholder,
.contact-wrap dl select::placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #767676;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap dl input::-moz-placeholder, .contact-wrap dl textarea::-moz-placeholder, .contact-wrap dl select::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-wrap dl input::placeholder,
  .contact-wrap dl textarea::placeholder,
  .contact-wrap dl select::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-wrap dl input:focus,
.contact-wrap dl textarea:focus,
.contact-wrap dl select:focus {
  outline: none;
}

.required {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  background-color: #A62C2B;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 400;
  padding: 4px 10px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .required {
    margin-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.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 {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 17px 13px 9px 43px;
  position: relative;
  line-height: 1;
  margin-right: 5.2vw;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-top: 11px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span {
    padding-left: 36px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 17px;
  left: 12px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  input[type=radio] + span::after {
    width: 13px;
    height: 13px;
    top: 15px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #EDF0F3;
  border: 1px solid #808080;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 1024px) {
  input[type=radio] + span::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    width: 20px;
    height: 20px;
  }
}
input[type=radio]:checked + span::after {
  background-color: #215BA6;
}

.privacy-check {
  margin-top: 1vw;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 15px;
  }
}

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: 17px 14px 12px 60px;
  position: relative;
  color: #000000;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 15px;
    padding: 17px 14px 12px 43px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 20px;
  left: 13px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 16px;
    left: 9px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #EDF0F3;
  border: 1px solid #808080;
  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 {
    width: 22px;
    height: 22px;
  }
}
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: 10px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 6px;
  background-color: #EDF0F3;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents::-webkit-scrollbar-track {
  width: 6px;
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #215BA6;
  width: 6px;
}

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

.confirm-button {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #808080;
  padding: 25px 150px 25px 50px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .confirm-button {
    padding: 15px 100px 15px 20px;
  }
}
.confirm-button::after {
  content: "";
  background: url(../images/arrow.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .confirm-button::after {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}
.confirm-button::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 80px;
  background: #808080;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .confirm-button::before {
    right: 65px;
  }
}
@media (min-width: 1025px) {
  .confirm-button:hover::after {
    transform: translateY(-50%) scale(1.1);
  }
}

.back-button {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #808080;
  padding: 25px 50px 25px 150px;
}
@media (max-width: 768px) {
  .back-button {
    padding: 15px 20px 15px 100px;
  }
}
.back-button::after {
  content: "";
  background: url(../images/arrow.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .back-button::after {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1025px) {
  .back-button:hover::after {
    transform: translateY(-50%) rotate(-90deg) scale(1.1);
  }
}
.back-button::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 80px;
  background: #808080;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .back-button::before {
    left: 65px;
  }
}

.submit_btn {
  position: relative;
}
.submit_btn::after {
  content: "";
  background: url(../images/arrow.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}
@media (max-width: 768px) {
  .submit_btn::after {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1025px) {
  .submit_btn:hover::after {
    transform: translateY(-50%) scale(1.1);
  }
}
.submit_btn::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 80px;
  background: #808080;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .submit_btn::before {
    right: 65px;
  }
}

.has-spinner {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #808080;
  padding: 25px 150px 25px 50px;
}
@media (max-width: 768px) {
  .has-spinner {
    padding: 15px 100px 15px 20px;
  }
}

.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:nth-of-type(10) {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm dl:first-of-type dd::after {
  display: none;
}
#form-confirm .pallet_red_text {
  margin: 50px 0 20px;
}
#form-confirm .select_arrow {
  position: relative;
}
#form-confirm .select_arrow::after {
  display: none;
}
#form-confirm .pallet_short {
  width: auto;
}

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

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

.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;
  }
}

@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: 280px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}

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

.step-input .form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 500px;
}
@media (max-width: 768px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 57%;
  transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
  background: url(../images/square.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.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;
  text-align: center;
}
@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: 7px;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #B8B8B8;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}

.contact-privacy {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .contact-privacy {
    margin-top: 20px;
  }
}

.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: #ffffff;
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

.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: #ffffff;
  font-weight: 500;
}

.pallet_red_text {
  color: #CA1F10;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .pallet_red_text {
    margin-top: 40px;
  }
}
.pallet_red_text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CA1F10;
  flex: 1;
  margin-left: 1vw;
}

.pallet_short {
  width: 308px;
}

.pallet_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gray_text {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5019607843);
  font-weight: 600;
}
@media (max-width: 480px) {
  .gray_text {
    display: block;
  }
}

.select_arrow {
  position: relative;
}
.select_arrow::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 40%;
  transform: translateY(-50%);
  right: 30px;
  color: #000000;
  pointer-events: none;
}
@media (max-width: 768px) {
  .select_arrow::after {
    right: 10px;
  }
}

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

.contact-form {
  width: min(1000px, 90%);
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
}

.privacy-title {
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.8vw;
  display: block;
}
@media (max-width: 768px) {
  .privacy-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.privacy-text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}

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

.btn {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #808080;
  padding: 25px 150px 25px 50px;
  color: #222222;
  display: inline-block;
}
@media (max-width: 768px) {
  .btn {
    padding: 15px 100px 15px 20px;
  }
}
.btn::after {
  content: "";
  background: url(../images/arrow.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .btn::after {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}
.btn::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 80px;
  background: #808080;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btn::before {
    right: 65px;
  }
}
@media (min-width: 1025px) {
  .btn:hover::after {
    transform: translateY(-50%) scale(1.1);
  }
}

.scrollAnim {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s;
}

.scrollAnim.active {
  transform: translateY(0);
  opacity: 1;
}

#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px 24px;
}

.form-progress-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.form-progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.form-progress-text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.form-progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}

.form-progress-bar {
  height: 100%;
  background: #4caf50;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
}
.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}
input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: var(--topValidationErrBg, #FFE4E4) !important;
}
input:not([type=radio]):not([type=checkbox]).val-err:-webkit-autofill,
select.val-err:-webkit-autofill,
textarea.val-err:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationErrBg, #FFE4E4) inset;
}
input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: var(--topValidationThroughBg, #E2FBE2) !important;
}
input:not([type=radio]):not([type=checkbox]).val-through:-webkit-autofill,
select.val-through:-webkit-autofill,
textarea.val-through:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationThroughBg, #E2FBE2) inset;
}

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

.check_no-through {
  color: var(--topValidationErr, #e40000);
}

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

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