/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}

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: #EFEFEF;
  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: #EFEFEF;
  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: #EFEFEF;
  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(239, 239, 239, 0.5);
}

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

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

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

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

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #EFEFEF;
  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 {
  background-color: #0E57C4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 1vw;
  padding: 22px 40px;
  color: #ffffff;
  align-items: baseline;
  font-weight: 600;
  line-height: 1;
  border-left-width: 0.05em;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    transform: scale(0.95);
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 5% 7%;
    gap: 3vw;
  }
}
.cmn_btn.md_right {
  margin: 0 0 0 auto;
}
.cmn_btn.is_center {
  margin: 0 auto;
}
.cmn_btn.is_yellow {
  background-color: #EBE400;
  color: #0E57C4;
  align-items: center;
}
.cmn_btn.is_yellow::after {
  content: "";
  background: url(../images/arrow_blue.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1vw;
}
@media (max-width: 768px) {
  .cmn_btn.is_yellow::after {
    width: 8px;
    height: 8px;
  }
}
.cmn_btn.is_hd {
  margin-left: 1vw;
}
@media (max-width: 1024px) {
  .cmn_btn.is_hd {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_hd {
    padding: 22px 40px;
  }
}
.cmn_btn::after {
  content: "";
  background: url(../images/btn_arrow.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1vw;
}
@media (max-width: 768px) {
  .cmn_btn::after {
    width: 8px;
    height: 8px;
  }
}
.cmn_btn.is_pdf::after {
  content: "";
  background: url(../images/pdf.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1vw;
}

.cmn_title {
  color: #ffffff;
}
.cmn_title.is_center {
  text-align: center;
}
.cmn_title.is_center .cmn_title_ja {
  justify-content: center;
}
.cmn_title.is_blue {
  color: #0E57C4;
}

.cmn_title_ja {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_title_ja::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #EBE400;
  transform: rotate(45deg);
}

.cmn_title_en {
  font-weight: 400;
  line-height: 1;
  font-size: clamp(2.5rem, 0.417rem + 4.34vw, 5.625rem);
  font-family: "Alata", sans-serif;
}
@media (max-width: 768px) {
  .cmn_title_en {
    font-size: 32px;
    font-size: 2rem;
  }
}

.tel_link {
  display: flex;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 999px;
  position: relative;
  min-width: 400px;
  width: 33vw;
  max-width: 640px;
  justify-content: center;
  height: 7.8vw;
  min-height: 85px;
  align-items: center;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .tel_link:hover::before {
    animation: shake 0.3s linear infinite;
  }
}
@media (max-width: 768px) {
  .tel_link {
    min-width: 100%;
    gap: 5px;
    justify-content: space-between;
    padding: 0 30px 0 40px;
  }
}
.tel_link.is_contact {
  width: 44vw;
  border-radius: 30px;
  border: 1px solid #0E57C4;
  margin: 0 auto;
  padding: 2.7vw 0;
  height: 9.7vw;
}
@media (max-width: 768px) {
  .tel_link.is_contact {
    border-radius: 20px;
    min-height: 90px;
    min-width: 300px;
    justify-content: space-between;
    padding: 0 30px 0 40px;
  }
}
.tel_link::before {
  content: "";
  background: url(../images/tel.svg);
  width: 3.1vw;
  height: 3.1vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .tel_link::before {
    width: 28px;
    height: 28px;
  }
}
.tel_link.is_pc {
  display: flex;
}
@media (max-width: 768px) {
  .tel_link.is_pc {
    display: none;
  }
}
.tel_link.is_sp {
  display: none;
}
@media (max-width: 768px) {
  .tel_link.is_sp {
    display: flex;
  }
}
.tel_link.is_sp.is_hd {
  width: 100%;
}

.tel_num {
  font-family: "Alata", sans-serif;
  font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
  line-height: 1;
  color: #0E57C4;
}
@media (max-width: 768px) {
  .tel_num {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.tel_time {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0E57C4;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .tel_time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .tel_time {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}

.mail_link {
  display: flex;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 999px;
  position: relative;
  width: 33vw;
  min-width: 400PX;
  max-width: 640px;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  color: #0E57C4;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
  height: 7.8vw;
  min-height: 70px;
}
@media (max-width: 768px) {
  .mail_link {
    min-width: 100%;
    gap: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .mail_link:hover::before {
    transform: translate(14px, -14px) rotate(45deg);
    opacity: 0;
  }
}
.mail_link::before {
  content: "";
  background: url(../images/mail.svg);
  width: 3.1vw;
  height: 3.1vw;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.4s ease, opacity 0.3s ease;
  opacity: 1;
}
@media (max-width: 768px) {
  .mail_link::before {
    width: 28px;
    height: 28px;
  }
}

.mail_fly {
  position: absolute;
  width: 3.1vw;
  height: 3.1vw;
  background: url(../images/mail.svg) no-repeat center/contain;
  pointer-events: none;
  animation: fly 1s ease-out forwards;
}
@media (min-width: 1025px) {
  .mail_fly:hover {
    transform: translate(var(--x), var(--y)) rotate(var(--r));
  }
}

@keyframes fly {
  from {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    opacity: 0;
    transform: translate(var(--x), var(--y)) rotate(var(--r));
  }
}
/*------------------------------------------------
cmn_item
--------------------------------------------------*/
.cmn_item_unit {
  display: flex;
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 6.7vw 0 8.1vw;
}
.cmn_item_unit.is_recruit {
  width: 1600px;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .cmn_item_unit.is_recruit {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cmn_item_unit {
    padding: 70px 0;
  }
}

.cmn_item_texts {
  padding: 5.2vw 5.2vw 5.2vw 8.3vw;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cmn_item_texts {
    padding: 40px 5%;
  }
}
.cmn_item_texts.is_business {
  padding: 3.8vw 5.2vw 5.2vw 3.8vw;
}
@media (max-width: 768px) {
  .cmn_item_texts.is_business {
    padding: 40px 5%;
  }
}

.cmn_item_wrap {
  background: #35AFDB;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cmn_item_wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cmn_item_wrap {
    border-radius: 20px;
  }
}
.cmn_item_wrap.is_business::after {
  width: 530px;
  height: 100%;
  background: url(../images/business-alcohol.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 999px 0 0 999px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cmn_item_wrap.is_business::after {
    height: 40vh;
    width: 90%;
    border-radius: 0 0 0 0;
    margin: 0 auto 40px;
  }
}
.cmn_item_wrap::after {
  content: "";
  width: 700px;
  height: 100%;
  background: url(../images/index-recruit.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 999px 0 0 999px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cmn_item_wrap::after {
    height: 40vh;
    width: 90%;
    border-radius: 0 0 0 0;
    margin: 0 auto 40px;
    background-position: top -129px center;
  }
}
@media (max-width: 480px) {
  .cmn_item_wrap::after {
    background-position: top 0 center;
  }
}

.cmn_item_title {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 600;
  line-height: 2;
  padding: 2vw 0 3.6vw;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cmn_item_title {
    padding: 25px 0 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_item_title.is_business {
  padding: 3.5vw 0 1.5vw;
  gap: 5px;
}
@media (max-width: 768px) {
  .cmn_item_title.is_business {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_item_title.is_business::after {
  content: "";
  background: url(../images/cart.png);
  width: 42px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1vw;
}
@media (max-width: 768px) {
  .cmn_item_title.is_business::after {
    width: 20px;
    height: 20px;
  }
}

.cmn_item_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .cmn_item_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.index-no_recruit {
  padding-top: 7.4vw;
}
@media (max-width: 768px) {
  .index-no_recruit {
    padding-top: 70px;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 122px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 103;
  padding: 0 3vw;
  transition: all 0.3s;
}
.header.is_fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6666666667);
}
@media (max-width: 1024px) {
  .header {
    padding: 0 0 0 10px;
    height: 60px;
    position: fixed;
    background: rgba(255, 255, 255, 0.6666666667);
  }
}

.hd_logo {
  width: 29vw;
  max-width: 560px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .hd_logo {
    height: 44px;
    width: 220px;
  }
}
.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%;
}
@media (max-width: 1024px) {
  .nav {
    position: fixed;
  }
}

.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.857rem + 0.22vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  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: 20px;
  }
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #1B4AB1;
  }
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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: #F4F4F4;
    z-index: 1;
    background-repeat: repeat;
  }
  .hd_nav_box::after {
    content: "";
    background: url(../images/bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
  }
}
@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;
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .hd_tel {
    pointer-events: none;
  }
}

.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: #0E57C4;
    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: #0E57C4;
}
.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 {
  background: url(../images/mv.png);
  width: 100%;
  height: 100svh;
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 102;
}
@media (max-width: 1024px) {
  .mv {
    background-position: right -167px center;
    min-height: 100svh;
  }
}
.mv.is_sub {
  height: 700px;
}
.mv.is_sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .mv.is_sub {
    height: 45vh;
    background-position: right -39px center;
  }
}

.mv_title {
  position: absolute;
  left: 50%;
  top: 54%;
  height: -moz-fit-content;
  height: fit-content;
  height: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  height: 620px;
}
@media (max-width: 1024px) {
  .mv_title {
    height: 543px;
    top: 47%;
  }
}
@media (max-width: 768px) {
  .mv_title {
    height: 380px;
  }
}
.mv_title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_sub_title {
  font-size: clamp(2.5rem, 0.417rem + 4.34vw, 5.625rem);
  color: #0E57C4;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.2vw;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mv_sub_title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.mv_ecs {
  background-color: #ffffff;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .mv_ecs {
    bottom: 0;
    right: 0;
    padding: 15px 10px;
    width: 100%;
    border-radius: 0;
  }
}

.mv_ec_text {
  color: #0E57C4;
  text-align: center;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .mv_ec_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

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

.ec_btn {
  border-radius: 999px;
  border: 1px solid #0E57C4;
  padding: 15px 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.8vw;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ec_btn:hover {
    transform: scale(0.95);
  }
}
@media (max-width: 768px) {
  .ec_btn {
    width: 50%;
    gap: 0;
    justify-content: space-between;
    padding: 10px 30px;
  }
}
.ec_btn.is_online {
  background-color: #ffffff;
  border: none;
  padding: 18px 30px;
}
@media (max-width: 768px) {
  .ec_btn.is_online {
    padding: 12px 15px;
  }
}
.ec_btn::after {
  content: "";
  background: url(../images/arrow_blue.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1vw;
}
@media (max-width: 768px) {
  .ec_btn::after {
    width: 9px;
    height: 9px;
  }
}

.ec_logo {
  width: 97px;
  height: 24px;
}
@media (max-width: 768px) {
  .ec_logo {
    width: 70px;
    height: 19px;
  }
}
.ec_logo.is_amazon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ec_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------*/
/*------------------------------------------------
文字装飾
--------------------------------------------------*/
.marquee {
  overflow: hidden;
  position: relative;
}
.marquee__inner {
  font-family: "Alata", sans-serif;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.2em;
  position: fixed;
  left: 1.3vw;
  top: 0;
  writing-mode: vertical-rl;
  color: #13233B;
  z-index: 101;
  white-space: nowrap;
  mix-blend-mode: difference;
  animation: marquee 180s linear infinite;
}
@media (max-width: 768px) {
  .marquee__inner {
    display: none;
  }
}

@keyframes marquee {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
/*------------------------------------------------
business
--------------------------------------------------*/
.business {
  position: relative;
}

.faces {
  display: flex;
  position: fixed;
  bottom: 1vw;
  left: 3.1vw;
  gap: 8px;
  z-index: 5;
  align-items: center;
}
@media (max-width: 768px) {
  .faces {
    gap: 15px;
  }
}
.faces.hide {
  opacity: 0;
  pointer-events: none;
}

.face {
  width: 83px;
  height: 83px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .face {
    width: 50px;
    height: 50px;
  }
}
.face img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.face-texts {
  border-radius: 999px;
  border: 2px solid #0E57C4;
  font-size: 17px;
  font-size: 1.0625rem;
  background-color: #ffffff;
  padding: 20px 30px;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  color: #0E57C4;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  top: -30px;
}
@media (max-width: 1024px) {
  .face-texts {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .face-texts {
    padding: 10px 5%;
    font-size: 14px;
    font-size: 0.875rem;
    top: auto;
  }
}

.face-text {
  position: relative;
}
.face-text::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 16px solid #0E57C4;
  border-top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .face-text::before {
    bottom: -12px;
    left: -20px;
  }
}
@media (max-width: 768px) {
  .face-text::before {
    bottom: 1px;
    left: -17px;
    transform: rotate(30deg);
  }
}
.face-text::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: 0;
}
@media (max-width: 1024px) {
  .face-text::after {
    bottom: -10px;
    left: -17px;
  }
}
@media (max-width: 768px) {
  .face-text::after {
    bottom: 2px;
    left: -13px;
    transform: rotate(30deg);
    border-right: 8px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 13px solid rgb(255, 255, 255);
  }
}

.business_unit {
  background-color: #0E57C4;
  padding: 7.2vw 4.1vw 7.2vw 10.4vw;
}
@media (max-width: 1024px) {
  .business_unit {
    padding: 70px 5%;
  }
}

.business_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.9vw;
}
@media (max-width: 1199px) {
  .business_content {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .business_content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .business_content {
    padding-bottom: 40px;
  }
}
.business_content.is_business {
  padding-bottom: 0;
}

.business_main_title {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  line-height: 2;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 3.1vw;
}
@media (max-width: 768px) {
  .business_main_title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
}

.business_text_wrap {
  width: 59%;
}
@media (max-width: 1199px) {
  .business_text_wrap {
    width: 54%;
  }
}
@media (max-width: 1024px) {
  .business_text_wrap {
    width: 100%;
  }
}
.business_text_wrap .business_text {
  width: 100%;
}

.business_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  color: #ffffff;
  line-height: 2.5;
  font-weight: 500;
  width: 59%;
}
@media (max-width: 1024px) {
  .business_text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .business_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.business_items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6%;
  height: -moz-fit-content;
  height: fit-content;
  width: 36%;
  row-gap: 15px;
}
@media (max-width: 1199px) {
  .business_items {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .business_items {
    width: 100%;
    -moz-column-gap: 3.6%;
         column-gap: 3.6%;
  }
}

.business_item {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 25px 1.1vw 40px;
  width: 47.8%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .business_item {
    border-radius: 20px;
    padding: 10px;
  }
}

.business_title {
  font-size: clamp(0.875rem, 0.5rem + 0.78vw, 1.438rem);
  color: #C0C0C0;
  font-family: "Alata", sans-serif;
  line-height: 1;
  font-weight: 400;
}
.business_title span {
  font-size: clamp(1rem, 0.083rem + 1.91vw, 2.375rem);
}

.business_icon {
  width: 5.7vw;
  min-width: 57px;
  height: 5.2vw;
  min-height: 52px;
  margin: 0 auto;
}
.business_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.business_item_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0E57C4;
  padding-top: 23px;
  text-align: center;
}

/*------------------------------------------------
index-products
--------------------------------------------------*/
.index-products_unit {
  position: relative;
  background: #ffffff;
  padding: 5.2vw 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .index-products_unit {
    padding: 70px 0;
  }
}
.index-products_unit::after {
  content: "";
  background: url(../images/bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.index-products_texts {
  padding-left: 10.4vw;
}
@media (max-width: 1024px) {
  .index-products_texts {
    padding-left: 5%;
  }
}

.index-products_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: #0E57C4;
  font-weight: 500;
  line-height: 2;
  padding-top: 2vw;
}
@media (max-width: 768px) {
  .index-products_text {
    padding-top: 25px;
  }
}

.swiper-item {
  position: relative;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .swiper-item {
    padding-top: 25px;
  }
}
.swiper-item.is_product {
  padding-top: 0;
}
.swiper-item .swiper {
  height: auto;
  overflow: visible;
}
.swiper-item .swiper.is_product {
  overflow: hidden;
  padding-bottom: 0;
}
.swiper-item .swiper .swiper-wrapper {
  margin-bottom: 6.2vw;
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.swiper-item .swiper .swiper-wrapper.is_product {
  padding-bottom: 0;
  margin-bottom: 2.6vw;
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-wrapper.is_product {
    margin-bottom: 20px;
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide {
  border-radius: 30px;
  border: #0E57C4 2px solid;
  height: 390px;
  transition: all 0.3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide {
    border-radius: 20px;
    height: 40vh;
  }
}
@media (min-width: 1025px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.05);
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide img {
    border-radius: 20px;
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide.is_product {
  border-radius: 0;
  border: 1px solid #C5C5C5;
}
.swiper-item .swiper .swiper-wrapper .swiper-slide.is_product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-item .swiper .swiper-wrapper .swiper-slide.is_product img {
  border-radius: 0;
}

.bg_image_item {
  background-image: url("../images/bg_image.png");
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .bg_image_item {
    background-attachment: fixed;
  }
}

.bg_image {
  content: "";
  height: 500px;
}
@media (max-width: 768px) {
  .bg_image {
    height: 30vh;
  }
}

/*------------------------------------------------
company
--------------------------------------------------*/
.index-company_items {
  display: flex;
  padding: 8.3vw 0 14.5vw;
}
@media (max-width: 1024px) {
  .index-company_items {
    flex-direction: column-reverse;
    padding: 70px 5%;
    gap: 40px;
  }
}

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

.index-company_image {
  width: 100%;
  height: 50vw;
  position: relative;
}
@media (max-width: 1024px) {
  .index-company_image {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .index-company_image {
    height: 70vw;
  }
}
.index-company_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .index-company_image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.index-company_texts {
  margin: auto;
}

.index-company_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: #0E57C4;
  line-height: 2;
  padding: 2vw 0 4.9vw;
  font-weight: 500;
}
@media (max-width: 768px) {
  .index-company_text {
    padding: 25px 0;
  }
}

/*------------------------------------------------
news
--------------------------------------------------*/
.inde-news_unit {
  position: relative;
  background: #EFEFEF;
  padding: 5.2vw 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .inde-news_unit {
    padding: 70px 5%;
  }
}
.inde-news_unit::after {
  content: "";
  background: url(../images/bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.index-news_wrap {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  margin-top: 3.1vw;
  padding: 4.6vw 0;
}
@media (max-width: 1024px) {
  .index-news_wrap {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .index-news_wrap {
    border-radius: 20px;
    padding: 40px 0;
    margin-top: 25px;
  }
}

.index-news_lists {
  width: 1127px;
  max-width: 90%;
  margin: 0 auto;
  max-height: 550px;
  overflow-y: scroll;
  padding-right: 2vw;
}
@media (max-width: 768px) {
  .index-news_lists {
    max-height: 400px;
  }
}
.index-news_lists {
  /*スクロールバー全体*/
}
.index-news_lists::-webkit-scrollbar {
  width: 7px;
  background-color: #E4E4E4;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .index-news_lists::-webkit-scrollbar {
    width: 3px;
  }
}
.index-news_lists {
  /*スクロールバーの軌道*/
}
.index-news_lists::-webkit-scrollbar-track {
  background-color: #E4E4E4;
  border-radius: 999px;
}
.index-news_lists {
  /*スクロールバーの動く部分*/
}
.index-news_lists::-webkit-scrollbar-thumb {
  background-color: #1B4AB1;
  border-radius: 999px;
}

.index-news_list {
  border-bottom: 1px solid #C2C2C2;
  padding: 1.5vw 0;
  display: flex;
  justify-content: space-between;
  gap: 1.5vw;
}
@media (max-width: 768px) {
  .index-news_list {
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
  }
}
.index-news_list.is_image {
  width: 70%;
}

.index-news_item {
  display: flex;
  gap: 1.5vw;
  width: 100%;
}
@media (max-width: 1024px) {
  .index-news_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .index-news_item {
    gap: 10px;
  }
}

.index-news-date {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  color: #0E57C4;
  font-family: "Alata", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.index-news_cate {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: 5px 1vw;
  background-color: #0075C2;
  border-radius: 999px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 120px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-news_cate {
    padding: 3px 5px;
  }
}

.index-news_texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.index-news_text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 100%;
  text-align: left;
  color: #333333;
}
@media (max-width: 768px) {
  .index-news_text {
    line-height: 1.8;
  }
}

.index-news_image {
  width: 230px;
  height: 170px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .index-news_image {
    margin: 0 auto;
  }
}
.index-news_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rent-vehicles_image:nth-of-type(n+2) {
  display: none;
}

.index-news_link {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0075C2;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  border-bottom: 1px #0075C2 solid;
}
@media (min-width: 1025px) {
  .index-news_link:hover {
    color: #9bc5e1;
  }
}

/*-------------------------------------------------------------------------------
business
--------------------------------------------------------------------------------*/
/*------------------------------------------------
business-top
--------------------------------------------------*/
.alcohol-top_unit {
  width: 1540px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 7.2vw;
}
@media (max-width: 1024px) {
  .alcohol-top_unit {
    padding-top: 70px;
  }
}

.alcohol-top_sub {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 2;
  padding: 2.6vw 0 4.1vw;
  color: #0E57C4;
}
@media (max-width: 768px) {
  .alcohol-top_sub {
    padding: 15px 0 40px;
  }
}

.alcohol-top_title {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  color: #0E57C4;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 768px) {
  .alcohol-top_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.alcohol-top_items {
  display: flex;
  justify-content: space-between;
  padding-top: 3.1vw;
}
@media (max-width: 1199px) {
  .alcohol-top_items {
    flex-direction: column;
    gap: 15px;
  }
}

.alcohol-top_item {
  gap: 10px;
}
@media (max-width: 768px) {
  .alcohol-top_item {
    width: 100%;
  }
}

.alcohol-top_item_wrap {
  display: flex;
  justify-content: space-between;
  width: 46%;
  align-items: center;
}
@media (max-width: 1199px) {
  .alcohol-top_item_wrap {
    justify-content: center;
    gap: 70px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .alcohol-top_item_wrap {
    gap: 15px;
  }
}

.left_points {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.alcohol-top_point {
  display: flex;
  position: relative;
  gap: 5px;
  font-weight: 600;
  font-size: clamp(0.938rem, 0.563rem + 0.78vw, 1.5rem);
  align-items: center;
}
@media (max-width: 768px) {
  .alcohol-top_point {
    gap: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.alcohol-top_point.is_right {
  font-size: clamp(0.938rem, 0.813rem + 0.26vw, 1.125rem);
}
@media (max-width: 768px) {
  .alcohol-top_point.is_right {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.alcohol-top_point::before {
  content: "";
  background: url(../images/check.png);
  width: 26px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .alcohol-top_point::before {
    width: 21px;
    height: 18px;
  }
}

.alcohol-top_btns {
  display: flex;
  flex-direction: column;
  padding-top: 5vw;
  gap: 15px;
}

.alcohol-top_checks {
  border-radius: 30px;
  border: 2px solid #0E57C4;
  width: 44.4%;
}
@media (max-width: 1199px) {
  .alcohol-top_checks {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .alcohol-top_checks {
    border-radius: 20px;
  }
}

.alcohol-top_check_title {
  background: #0E57C4;
  padding: 17px 0;
  border-radius: 28px 28px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: clamp(0.938rem, 0.563rem + 0.78vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .alcohol-top_check_title {
    border-radius: 15px 15px 0 0;
  }
}

.right_points {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 2vw 5% 63px 2vw;
  position: relative;
}
@media (max-width: 768px) {
  .right_points {
    padding: 25px 5% 50px 5%;
    gap: 7px;
  }
}
.right_points::after {
  content: "";
  background: url(../images/car.png);
  width: 7.7vw;
  min-width: 56px;
  height: 6.1vw;
  min-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 20px;
}

/*------------------------------------------------
business-measurement
--------------------------------------------------*/
.business-measurement_unit {
  display: flex;
  width: 1399px;
  max-width: 90%;
  margin: 7.2vw auto 0;
  gap: 3.6vw;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .business-measurement_unit {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .business-measurement_unit {
    flex-direction: column;
    gap: 15px;
  }
}

.business-measurement_texts {
  width: 53%;
}
@media (max-width: 768px) {
  .business-measurement_texts {
    width: 100%;
  }
}

.business-measurement_text {
  padding-top: 1.7vw;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .business-measurement_text {
    padding-top: 10px;
  }
}
.business-measurement_text span {
  background: linear-gradient(transparent 60%, #FFEC00 0%);
}

.business-measurement_image {
  width: 41%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  .business-measurement_image {
    width: 100%;
    height: 25vh;
  }
}
.business-measurement_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
business-support
--------------------------------------------------*/
.business-support_unit {
  width: 1399px;
  max-width: 90%;
  margin: 7.2vw auto 0;
}
@media (max-width: 1024px) {
  .business-support_unit {
    margin-top: 40px;
  }
}

.qa-item {
  transition: all 0.3s;
  margin-top: 25px;
}
.qa-item.is_product {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .qa-item.is_product {
    margin-top: 10px;
  }
}
.qa-item.is_product:first-of-type {
  margin-top: 0;
}
.qa-item:first-of-type {
  margin-top: 0;
}
.qa-item.is_caution {
  margin: 2.3vw 0 0;
}
@media (max-width: 768px) {
  .qa-item.is_caution {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .qa-item {
    margin-top: 15px;
  }
}

.q_item {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 1vw 2vw;
  background-color: #EFEFEF;
}
@media (min-width: 1025px) {
  .q_item:hover {
    background-color: #dfdfdf;
  }
}
@media (max-width: 1024px) {
  .q_item {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .q_item:hover .q_icon {
    transform: rotate(0);
  }
  .q_item:hover .q_icon.is-active {
    transform: rotate(45deg);
  }
}
@media (max-width: 768px) {
  .q_item {
    padding: 15px 5%;
    gap: 5px;
  }
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.q_texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}
@media (max-width: 768px) {
  .q_texts {
    gap: 5px;
    flex-direction: column;
  }
}

.q_en, .a_en {
  font-family: "Alata", sans-serif;
  color: #0E57C4;
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  font-weight: 400;
  line-height: 1;
}

.q_text {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  transition: all 0.3s;
  color: #0E57C4;
}
@media (max-width: 768px) {
  .q_text {
    padding-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.q_icon {
  width: 26px;
  height: 3px;
  background-color: #0E57C4;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .q_icon {
    width: 15px;
    height: 2px;
  }
}
.q_icon.is-active {
  transform: rotate(45deg);
}
.q_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0E57C4;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.a_item {
  width: 100%;
  padding: 1.3vw 2vw;
  gap: 15px;
  border-top: 10px solid #ffffff;
  background-color: #F6FAFF;
  display: flex;
}
@media (max-width: 768px) {
  .a_item {
    flex-direction: column;
    gap: 5px;
  }
}
.a_item.is_product {
  background-color: #ffffff;
  padding: 0;
}
.a_item.is_caution {
  flex-direction: column;
}
@media (max-width: 768px) {
  .a_item {
    padding: 15px 5%;
  }
}

.a_title {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .a_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.a_texts {
  padding: 1.5vw 0 1.9vw;
  display: flex;
  gap: 1.5vw;
  flex-direction: column;
}
.a_texts.is_product {
  width: 100%;
  padding: 0;
}

.a_text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #0E57C4;
  font-weight: 600;
}
@media (max-width: 768px) {
  .a_text {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.a_text.is_caution {
  color: #333333;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
}
.a_text.is_caution::before {
  content: "";
  background: url(../images/caution.png);
  width: 24px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .a_text.is_caution::before {
    width: 19px;
    height: 16px;
  }
}

/*------------------------------------------------
business-online
--------------------------------------------------*/
.business-online {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .business-online {
    gap: 10px;
  }
}

/*------------------------------------------------
business-product
--------------------------------------------------*/
.business-product_unit {
  position: relative;
  background: #EFEFEF;
  padding: 5.2vw 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .business-product_unit {
    padding: 70px 0;
  }
}
.business-product_unit::after {
  content: "";
  background: url(../images/bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.business-product_wrap {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}

.business-product_items {
  padding-top: 4.1vw;
}
@media (max-width: 768px) {
  .business-product_items {
    padding-top: 25px;
  }
}

.business-product_item {
  padding: 3.1vw 5%;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
  gap: 3.1vw;
}
.business-product_item.no_image .business-product_texts {
  width: 100%;
}
@media (max-width: 1024px) {
  .business-product_item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .business-product_item {
    margin-bottom: 25px;
    padding: 40px 5%;
    gap: 15px;
    border-radius: 20px;
  }
}
.business-product_item:last-of-type {
  margin-bottom: 0;
}

.business-product_title {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  line-height: 1;
  color: #0E57C4;
}

.business-product_texts {
  width: 61.8%;
}
@media (max-width: 1024px) {
  .business-product_texts {
    width: 100%;
  }
}

.business-product_text {
  padding-top: 1.3vw;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #0E57C4;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .business-product_text {
    padding-top: 15px;
  }
}

.business-product_points {
  background: #EFEFEF;
  border-radius: 10px;
  padding: 1.3vw 5%;
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  .business-product_points {
    padding: 10px 5%;
    margin-top: 15px;
  }
}

.business-product_point_title {
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
}
.business-product_point_title::before {
  content: "";
  background: url(../images/check.png);
  width: 23px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .business-product_point_title::before {
    width: 21px;
    height: 18px;
  }
}

.business-product_point_text {
  padding-top: 10px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
}

.business-product_image {
  width: 423px;
  border-radius: 30px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .business-product_image {
    width: 100%;
    height: 45vh;
  }
}
@media (max-width: 768px) {
  .business-product_image {
    border-radius: 20px;
    height: 35vh;
  }
}
.business-product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-other_unit {
  padding-top: 6.2vw;
}
@media (max-width: 1024px) {
  .business-other_unit {
    padding-top: 40px;
  }
}

.business-other_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 30px;
  background: #ffffff;
  padding: 3.1vw 5% 3.6vw;
  gap: 2vw;
  margin-top: 2.6vw;
}
@media (max-width: 1024px) {
  .business-other_items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .business-other_items {
    border-radius: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    padding: 40px 5%;
  }
}

.business-other_image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .business-other_image {
    height: 35vh;
  }
}
.business-other_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-other_title {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  color: #0E57C4;
  padding-top: 15px;
}

.business-other_text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  color: #0E57C4;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .business-other_text {
    padding-top: 10px;
  }
}

.oem {
  padding: 7.2vw 0;
}
@media (max-width: 1024px) {
  .oem {
    padding: 70px 0;
  }
}

.oem-unit {
  background: url(../images/oem.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
  padding: 5.2vw 0 6.2vw;
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .oem-unit {
    border-radius: 20px;
    padding: 40px 0;
  }
}

.oem-wrap {
  display: flex;
  width: 1366px;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .oem-wrap {
    flex-direction: column;
    gap: 15px;
  }
}

.oem-texts {
  width: 47.9%;
}
@media (max-width: 1024px) {
  .oem-texts {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .oem-btns {
    width: 300px;
  }
}

.oem-title {
  color: #ffffff;
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  line-height: 2;
}

.oem-text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
  padding-top: 2vw;
}
@media (max-width: 1024px) {
  .oem-text {
    padding-top: 10px;
  }
}

/*------------------------------------------------
faq
--------------------------------------------------*/
.faq-unit {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto 9.1vw;
}

.faq-wrap {
  padding-top: 4.1vw;
}

/*-------------------------------------------------------------------------------
  product
--------------------------------------------------------------------------------*/
.product-unit {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 7.2vw 0;
}
@media (max-width: 768px) {
  .product-unit {
    padding: 70px 0;
  }
}

.product-title {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  line-height: 1.8;
  font-weight: 600;
  color: #0E57C4;
}

.product-texts {
  width: 87.8%;
}
.product-texts.is_nobtn {
  width: 100%;
}
@media (max-width: 1024px) {
  .product-texts {
    width: 100%;
  }
}

.product-text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #0E57C4;
  line-height: 1.8;
  font-weight: 500;
  padding-top: 1.3vw;
}
@media (max-width: 768px) {
  .product-text {
    padding-top: 10px;
  }
}

.product-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 1.8vw;
}
@media (max-width: 1024px) {
  .product-head {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .product-head {
    padding-bottom: 20px;
  }
}

/*以下、ボタン用の記述*/
.swiper-buttons {
  display: flex;
  gap: 10px;
}
.swiper-buttons.is-hidden {
  display: none !important;
}
.swiper-buttons .swiper-button-prev {
  display: block;
  width: 3.1vw;
  max-width: 60px;
  min-width: 50px;
  height: 3.1vw;
  max-height: 60px;
  min-height: 50px;
  background-color: #EFEFEF;
  backdrop-filter: blur(2px);
  margin: 0 !important;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 999px;
  position: static;
}
@media (max-width: 1024px) {
  .swiper-buttons .swiper-button-prev {
    top: 45%;
  }
}
@media (min-width: 1025px) {
  .swiper-buttons .swiper-button-prev:hover::before {
    transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
  }
}
.swiper-buttons .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/btn-arrow.svg);
  background-position: center;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.3s;
}
.swiper-buttons .swiper-button-prev::after {
  display: none;
}
.swiper-buttons .swiper-button-next {
  display: block;
  width: 3.1vw;
  max-width: 60px;
  min-width: 50px;
  height: 3.1vw;
  max-height: 60px;
  min-height: 50px;
  background-color: #EFEFEF;
  backdrop-filter: blur(2px);
  margin: 0 !important;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 999px;
  position: static;
}
@media (max-width: 1024px) {
  .swiper-buttons .swiper-button-next {
    top: 45%;
  }
}
@media (min-width: 1025px) {
  .swiper-buttons .swiper-button-next:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.swiper-buttons .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/btn-arrow.svg);
  background-position: center;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.swiper-buttons .swiper-button-next::after {
  display: none;
}

.product-item {
  padding-bottom: 7.8vw;
}
@media (max-width: 768px) {
  .product-item {
    padding-bottom: 70px;
  }
}
.product-item:last-of-type {
  padding-bottom: 0;
}

.product-item_wrap {
  padding: 40px 0;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting_unit {
  background-color: #0E57C4;
  padding: 7.2vw 13.5vw 7.2vw 13.6vw;
}
@media (max-width: 1024px) {
  .company-greeting_unit {
    padding: 70px 5%;
  }
}

.company-greeting_wrap {
  width: 1396px;
  max-width: 100%;
  margin: 0 auto;
}

.company-greeting_item {
  display: flex;
  justify-content: space-between;
}
.company-greeting_item.no_image .company-greeting_texts {
  width: 100%;
}
@media (max-width: 768px) {
  .company-greeting_item {
    flex-direction: column;
    gap: 15px;
  }
}

.company-greeting_texts {
  width: 52%;
}
@media (max-width: 768px) {
  .company-greeting_texts {
    width: 100%;
  }
}
.company-greeting_texts.no_image {
  width: 100%;
}

.company-greeting_text {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  font-weight: 500;
  padding-top: 4.4vw;
}
@media (max-width: 768px) {
  .company-greeting_text {
    padding-top: 25px;
  }
}

.company-greeting_name {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 2;
  padding-top: 0.5vw;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 768px) {
  .company-greeting_name {
    padding-top: 15px;
  }
}

.company-greeting_image {
  width: 41%;
  border-radius: 30px;
  overflow: hidden;
  height: 28vw;
}
@media (max-width: 768px) {
  .company-greeting_image {
    width: 100%;
    height: 45vh;
    border-radius: 20px;
  }
}
.company-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
company-overview
--------------------------------------------------*/
.company-overview_unit {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 7.2vw 0;
}
@media (max-width: 1024px) {
  .company-overview_unit {
    padding: 70px 0;
  }
}

.cmn-table {
  border: 1px #333333 solid;
  margin-top: 3.1vw;
}
@media (max-width: 768px) {
  .cmn-table {
    margin-top: 25px;
  }
}
.cmn-table.is_type th, .cmn-table.is_type td {
  background-color: transparent;
}
.cmn-table.is_product {
  margin-top: 0;
}
.cmn-table.is_product th, .cmn-table.is_product td {
  text-align: center;
  padding: 19px 5px;
  width: auto;
  border-right: 1px #333333 solid;
  vertical-align: middle;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
}
.cmn-table tr {
  border-bottom: 1px #333333 solid;
}
.cmn-table th {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 19px 3.1vw;
  width: 25%;
  border-right: 1px #333333 solid;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .cmn-table th {
    border-right: 0;
  }
}
.cmn-table td {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 19px 3.1vw;
  width: 75%;
}
.cmn-table th, .cmn-table td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .cmn-table.is_overview th {
    display: block;
    width: 100%;
    padding: 15px 5px;
  }
  .cmn-table.is_overview td {
    display: block;
    width: 100%;
    padding: 15px 5px;
  }
}

/*------------------------------------------------
company-history
--------------------------------------------------*/
.company-history_unit {
  position: relative;
  background: #EFEFEF;
  padding: 5.2vw 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .company-history_unit {
    padding: 70px 0;
  }
}
.company-history_unit::after {
  content: "";
  background: url(../images/bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.company-history_wrap {
  width: 1400px;
  max-width: 90%;
  background-color: #ffffff;
  margin: 3.1vw auto 0;
  border-radius: 30px;
  padding: 4.6vw 0;
}
@media (max-width: 768px) {
  .company-history_wrap {
    margin-top: 25px;
    padding: 25px 0;
    border-radius: 20px;
  }
}

.company-history_item {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  padding-bottom: 1.3vw;
  position: relative;
}
@media (max-width: 768px) {
  .company-history_item {
    padding-bottom: 15px;
  }
}
.company-history_item:last-of-type::after {
  display: none;
}
.company-history_item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 143.5px;
  bottom: 0;
  width: 2px;
  background-image: repeating-linear-gradient(to bottom, #EBE400 0, #EBE400 4px, transparent 4px, transparent 8px);
  background-image: repeating-linear-gradient(to bottom, #EBE400 0, #EBE400 4px, transparent 4px, transparent 8px);
  z-index: 0;
}
@media (max-width: 1024px) {
  .company-history_item::after {
    top: 18px;
    left: 91px;
  }
}
@media (max-width: 768px) {
  .company-history_item::after {
    top: 14px;
    left: 92px;
  }
}
.company-history_item::before {
  content: "";
  background-color: #0E57C4;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  position: absolute;
  left: 134px;
  top: 5px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .company-history_item::before {
    left: 82px;
  }
}
@media (max-width: 768px) {
  .company-history_item::before {
    left: 85px;
    width: 16px;
    height: 16px;
  }
}
.company-history_item:last-of-type {
  padding-bottom: 0;
}

.company-history_year {
  width: 110px;
  flex-shrink: 0;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  color: #0E57C4;
}
@media (max-width: 1024px) {
  .company-history_year {
    width: 80px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.company-history_text {
  position: relative;
  padding-left: 74px;
  font-weight: 600;
  color: #0E57C4;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
@media (max-width: 1024px) {
  .company-history_text {
    padding-left: 55px;
  }
}
@media (max-width: 768px) {
  .company-history_text {
    padding-left: 45px;
  }
}

.company-access_unit {
  padding: 7.2vw 0;
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .company-access_unit {
    padding: 70px 0;
  }
}

.company-access_text {
  padding-top: 3.1vw;
  color: #0E57C4;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-access_text {
    padding-top: 25px;
  }
}

.company-access_map {
  width: 100%;
  height: 532px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 1vw;
}
@media (max-width: 1024px) {
  .company-access_map {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .company-access_map {
    height: 300px;
  }
}
.company-access_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-unit {
  padding: 7.2vw 0 8.5vw;
}
@media (max-width: 768px) {
  .contact-unit {
    padding: 70px 5%;
  }
}

.contact-text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #0E57C4;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  padding-bottom: 2.6vw;
}
@media (max-width: 768px) {
  .contact-text {
    text-align: left;
    padding-bottom: 20px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cta {
  width: 1600px;
  max-width: 90%;
  background-color: #0E57C4;
  border-radius: 30px;
  padding: 3.3vw 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cta {
    padding: 40px 5%;
  }
}
@media (max-width: 768px) {
  .cta {
    border-radius: 20px;
  }
}

.cta_items {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cta_items {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
  }
}

.cta_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: #ffffff;
  line-height: 2;
  font-weight: 600;
  padding-top: 2vw;
}
@media (max-width: 768px) {
  .cta_text {
    padding-top: 25px;
  }
}

@media (max-width: 1024px) {
  .cta_links {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cta_links {
    width: 300px;
  }
}

.ft_banner_unit {
  background-color: #F4F4F4;
  padding: 3.1vw 0;
  margin-top: 5.2vw;
  z-index: 102;
  position: relative;
}
@media (max-width: 768px) {
  .ft_banner_unit {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.ft_banners {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.1vw;
}
@media (max-width: 768px) {
  .ft_banners {
    display: flex;
    flex-wrap: wrap;
  }
}

.ft_banner {
  height: 90px;
  display: block;
  background-color: #ffffff;
  color: #333333;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_banner:hover {
    transform: scale(0.95);
  }
}
.ft_banner.is_text {
  padding: 2%;
  height: auto;
}
@media (min-width: 1025px) {
  .ft_banner.is_noimage:hover {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .ft_banner {
    width: 48%;
    height: 70px;
  }
}
.ft_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background: url(../images/ft.png);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7.8vw 5% 4.1vw;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 102;
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    padding: 70px 5% 40px;
  }
}

.ft_logo {
  width: 29.1vw;
  max-width: 560px;
  min-width: 390px;
}
@media (max-width: 768px) {
  .ft_logo {
    min-width: 300px;
  }
}

.ft_items {
  width: 1720px;
  max-width: 100%;
  margin: 0 auto;
}

.ft_logo_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .ft_logo_nav {
    justify-content: center;
  }
}

.ft_nav_lists {
  display: flex;
  gap: 2vw;
}
@media (max-width: 1024px) {
  .ft_nav_lists {
    display: none;
  }
}

.ft_nav_link {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    opacity: 0.5;
  }
}

.ft_add {
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.7;
  padding-top: 1.5vw;
}
@media (max-width: 1024px) {
  .ft_add {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 40px;
  }
}

.copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 400;
  padding-top: 9.8vw;
  display: block;
  text-align: right;
}
@media (max-width: 1024px) {
  .copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .copyright {
    padding-top: 40px;
  }
}

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

.pager {
  display: flex;
  align-items: center;
  gap: 1.3vw;
  margin: 0 auto;
  justify-content: center;
}
.pager-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9vw;
  min-width: 40px;
  height: 2.9vw;
  min-height: 40px;
  background-color: #EFEFEF;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  color: #0E57C4;
  font-family: "Alata", sans-serif;
}
@media (min-width: 1025px) {
  .pager-num:hover {
    transform: scale(1.05);
  }
}
.pager-num.active {
  color: #ffffff;
  background-color: #0E57C4;
}
@media (min-width: 1025px) {
  .pager-num.active:hover {
    transform: scale(1);
  }
}

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

.pager-ten {
  width: 5px;
  height: 5px;
  background-color: #0E57C4;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .pager-ten {
    width: 4px;
    height: 4px;
  }
}

.pager-prev {
  display: block;
  width: 2.9vw;
  min-width: 40px;
  height: 2.9vw;
  min-height: 40px;
  background-color: #EFEFEF;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
}
.pager-prev::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/btn-arrow.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 1025px) {
  .pager-prev:hover {
    transform: scale(1.05);
  }
}
.pager-prev::after {
  display: none;
}

.pager-next {
  display: block;
  width: 2.9vw;
  min-width: 40px;
  height: 2.9vw;
  min-height: 40px;
  background-color: #EFEFEF;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
}
.pager-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/btn-arrow.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .pager-next:hover {
    transform: scale(1.05);
  }
}
.pager-next::after {
  display: none;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.error404_wrap {
  margin: 0 5%;
}

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

.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-wrap {
  background-color: #EFEFEF;
  padding: 5.2vw 18.6vw 7.2vw;
  margin-bottom: 7.2vw;
}
@media (max-width: 1024px) {
  .contact-wrap {
    padding: 70px 5%;
    margin-bottom: 40px;
  }
}
.contact-wrap label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-wrap dl {
  gap: 10px;
  margin-top: 35px;
}
.contact-wrap dl:first-of-type {
  margin-top: 0;
}
.contact-wrap dl:nth-of-type(2) {
  margin-top: 0;
}
.contact-wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-wrap dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 30%;
  letter-spacing: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact-wrap dl dt {
    width: 100%;
  }
}
.contact-wrap dl dt label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap dl dt label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-wrap dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
}
.contact-wrap dl input,
.contact-wrap dl textarea,
.contact-wrap dl select {
  padding: 14px 26px;
  border: 1px solid #B8B8B8;
  background: #ffffff;
  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: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  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: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  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: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 10px;
  background-color: #D02000;
  padding: 4px 6px;
  border-radius: 8px;
}

.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: 400px;
}
@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: 9px 13px 9px 43px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span {
    padding-left: 37px;
  }
}
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: 16px;
  left: 11px;
}
@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: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #B8B8B8;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    width: 20px;
    height: 20px;
  }
}
input[type=radio]:checked + span::after {
  background-color: #0E57C4;
}

.privacy-check {
  margin-top: 39px;
}
@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: 11px 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: 18px;
  height: 14px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 18px;
  left: 11px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 14px;
    left: 8px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #B8B8B8;
  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 {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 6px;
  background-color: #F6F6F6;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents::-webkit-scrollbar-track {
  width: 6px;
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #0E57C4;
  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 {
  background-color: #0E57C4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 1vw;
  padding: 25px 103px 25px 40px;
  color: #ffffff;
  align-items: baseline;
  font-weight: 600;
  line-height: 1;
  border-left-width: 0.05em;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    transform: scale(0.95);
  }
}
.confirm-button::after {
  content: "";
  background: url(../images/contact_btn.svg);
  width: 28px;
  height: 20px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
}

.back-button {
  background-color: #b4b4b4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 1vw;
  padding: 25px 40px 25px 103px;
  color: #ffffff;
  align-items: baseline;
  font-weight: 600;
  line-height: 1;
  border-left-width: 0.05em;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .back-button:hover {
    transform: scale(0.95);
  }
}
.back-button::after {
  content: "";
  background: url(../images/contact_btn.svg);
  width: 28px;
  height: 20px;
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}

.submit_btn {
  background-color: #0E57C4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 1vw;
  color: #ffffff;
  align-items: baseline;
  font-weight: 600;
  line-height: 1;
  border-left-width: 0.05em;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .submit_btn:hover {
    transform: scale(0.95);
  }
}
.submit_btn::after {
  content: "";
  background: url(../images/contact_btn.svg);
  width: 28px;
  height: 20px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
}

.has-spinner {
  padding: 25px 103px 25px 40px;
}

.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-form {
  width: min(1000px, 90%);
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
}

.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;
  border: 1px solid #B8B8B8;
  background-color: #ffffff;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .radio-area {
    padding: 15px;
  }
}
@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%;
}

dd .check_zip {
  width: 400px;
}
@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: 400px;
}
@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/form_contact_01.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;
}
@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;
}

.privacy-text {
  padding-top: 30px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .privacy-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.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: #EFEFEF;
}
.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: #EFEFEF;
  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;
  width: 100%;
}

#form-confirm, #form-input {
  margin-top: 4.1vw;
}

.contact-form {
  width: min(1000px, 90%);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .lg_none {
    display: none;
  }
}

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

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

@media (max-width: 1024px) {
  .active_scroll {
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .active_scroll table {
    width: 1000px;
  }
}
.active_scroll {
  /*スクロールバー全体*/
}
.active_scroll::-webkit-scrollbar {
  height: 3px;
  border-radius: 15px;
}
.active_scroll {
  /*スクロールバーの軌道*/
}
.active_scroll::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 15px;
}
.active_scroll {
  /*スクロールバーの動く部分*/
}
.active_scroll::-webkit-scrollbar-thumb {
  background-color: #8F8F8F;
  border-radius: 15px;
}

.scroll_ico {
  text-align: center;
}
@media (min-width: 1025px) {
  .scroll_ico {
    display: none;
  }
}
@media (max-width: 1024px) {
  .scroll_ico {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5%;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    width: 150px;
  }
  .scroll_ico::after {
    font-weight: 400;
    text-align: center;
    content: "\eb59";
    font-family: "Material Icons Outlined";
    font-size: 40px;
    font-size: 2.5rem;
    transform: translateX(10px);
    line-height: 1.2;
    animation: scroll_finger 1s ease infinite;
  }
}

/*------------------------------------------------
マウスストーカー
--------------------------------------------------*/
/* ================================
  CSS Variables
================================ */
:root {
  --mx: 0px;
  --my: 0px;
  --amp: 0;
}

/* ================================
  Meter Stalker
================================ */
.meter-wrap {
  position: fixed;
  left: var(--mx);
  top: var(--my);
  /* カーソルに密着 */
  transform: translate(calc(-50% + 24px), calc(-50% + 24px)) scale(0.18);
  transform-origin: center center;
  pointer-events: none;
  z-index: 9999;
}

/* ================================
  SVG Base
================================ */
.mouse {
  display: block;
  overflow: visible;
}
.mouse path {
  stroke: #2b2b2b;
}

/* ================================
  Needle
================================ */
#needle {
  transform-origin: 100px 100px;
  transform: rotate(-90deg); /* 初期は左 */
  transition: transform 0.2s ease-out;
}

/* ================================
  Ticks (7 divisions)
================================ */
#ticks {
  opacity: 0.7;
}

#ticks line {
  stroke: #2b2b2b;
  stroke-width: 2;
  transform-origin: 100px 100px;
}

/* 180° を 6分割 → 7本 */
#ticks line:nth-child(1) {
  transform: rotate(-90deg);
}

#ticks line:nth-child(2) {
  transform: rotate(-60deg);
}

#ticks line:nth-child(3) {
  transform: rotate(-30deg);
}

#ticks line:nth-child(4) {
  transform: rotate(0deg);
}

#ticks line:nth-child(5) {
  transform: rotate(30deg);
}

#ticks line:nth-child(6) {
  transform: rotate(60deg);
}

#ticks line:nth-child(7) {
  transform: rotate(90deg);
}

/* 中央だけ少し強調 */
#ticks line:nth-child(4) {
  stroke-width: 3;
}

/* ================================
  Value (hidden for stalker)
================================ */
.meter-value {
  display: none;
}

.mouse {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; /* クリックを邪魔しない */
  transform: translate(-50%, -50%);
  transition: transform 0.05s linear;
}

body.index .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link {
  opacity: 0.5;
}

body.business .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link {
  opacity: 0.5;
}

body.product .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link {
  opacity: 0.5;
}

body.company .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link {
  opacity: 0.5;
}

body.contact .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link {
  opacity: 0.5;
}

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

.swiper {
  pointer-events: auto;
}

.color {
  width: 100%;
  height: 100vh;
  background-color: #E0E0E0;
  animation: bgChange 1s ease 0.3s forwards;
  z-index: 9999;
}

@keyframes bgChange {
  from {
    background-color: #E0E0E0;
  }
  to {
    background-color: #0E57C4;
  }
}
svg.op {
  width: 100vw;
  height: 100vh;
  display: block;
}

.counter {
  font-weight: 600;
  fill: #ffffff;
  transform: translate(861px, 529px);
  font-size: 48px;
}
@media (max-width: 900px) {
  .counter {
    font-size: 93px;
    transform: translate(867px, 635px);
  }
}
@media (max-width: 480px) {
  .counter {
    font-size: 81px;
    transform: translate(865px, 612px);
  }
}

.none {
  transform-origin: 960.5px 455.5px;
  transition: transform 2s ease-in-out, opacity 0.3s ease-in-out;
}

.none.grow {
  opacity: 0;
}

.meter {
  transform-box: fill-box;
  transform-origin: center center;
}
@media (max-width: 900px) {
  .meter {
    transform: scale(2);
  }
}
@media (max-width: 480px) {
  .meter {
    transform: scale(1.8);
  }
}

@media (max-width: 900px) {
  .percent {
    transform: scale(2);
  }
}
@media (max-width: 480px) {
  .percent {
    transform: scale(2.5);
  }
}

.logo {
  transform-box: fill-box;
  transform-origin: center center;
  transition: transform 1s ease, opacity 1s ease;
}

.logo.active {
  transform: scale(3);
  opacity: 0;
}

.loading {
  display: none;
  position: fixed;
  inset: 1;
  background: #fff;
  z-index: 9999;
  place-content: center;
}

.loading.show {
  display: grid;
}

.loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

.eye {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(10%, 10%) scale(3);
  display: none;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .meter-wrap {
    display: none;
  }
}
.meter-wrap .eye {
  display: none;
}
.meter-wrap.is-eye .mouse {
  display: none;
}
.meter-wrap.is-eye .eye {
  display: block;
}

.scrollSlide-top {
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s;
}

.scrollSlide-top.ready.active {
  transform: translateY(0);
  opacity: 1;
}

body.error404 .faces {
  display: none;
}

.cmn-table tr.is_gray td,
.cmn-table tr.is_gray th {
  background-color: #f2f2f2; /* 好きな色に変更してください */
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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