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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #FDFCF0;
  --thumb-color: #FDFCF0;
  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: #FDFCF0;
  background-color: #FDFCF0;
  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 #3b3b3b;
}
.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: #3b3b3b;
}
.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 #3b3b3b;
}
.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: #3b3b3b;
}
.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 #3b3b3b;
}
.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: #3b3b3b;
}
.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: #FDFCF0;
  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: #FDFCF0;
}
.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: #FDFCF0;
}
.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(253, 252, 240, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(253, 252, 240, 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: #3b3b3b;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #FDFCF0;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #FDFCF0;
  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;
  }
}

/*-------------------------------------------------------------------------------
カーソル
--------------------------------------------------------------------------------*/
body, a {
  cursor: none !important;
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  width: 56px !important;
  height: 31px !important;
  margin-top: -16px;
  margin-left: -28px;
}
#custom-cursor .drone-inner {
  display: block;
  transform: rotate(0deg);
}
#custom-cursor.is-hovered .drone-inner {
  transform: rotate(360deg);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/*-------------------------------------------------------------------------------
共通部分
--------------------------------------------------------------------------------*/
.cmn_title_ja {
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  font-weight: 900;
  color: #3b3b3b;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cmn_title_ja.is_white {
  color: #ffffff;
}

.cmn_title_en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.cmn_title_en.is_recruit {
  padding-bottom: 2vw;
}
@media (max-width: 1024px) {
  .cmn_title_en.is_recruit {
    padding-bottom: 0;
  }
}
.cmn_title_en.is_blue {
  color: #00A1D6;
}
.cmn_title_en.is_orange {
  color: #FFA841;
}

.cmn_index_en {
  margin: 0;
  color: #00A1D6;
  font-family: "Lato", sans-serif;
  font-size: clamp(3rem, 6.67vw, 8rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.cmn_index_ja {
  color: #3B3B3B;
  font-size: clamp(1.25rem, 2.08vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.cmn_drone {
  width: 14.5vw;
  height: 8vw;
  animation: recruit-top_drone-flight 3.8s cubic-bezier(0.42, 0, 0.25, 1) 0.15s infinite;
  position: absolute;
  right: 7.8vw;
  top: 0;
  z-index: 1;
  min-width: 105px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .cmn_drone {
    top: -3%;
  }
}
.cmn_drone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmn_drone.is_mv {
  top: 48%;
  right: 2%;
}
.cmn_drone.is_news {
  min-width: 112px;
  min-height: 61px;
  right: auto;
  top: auto;
  left: 0;
  left: -8%;
  bottom: -9vw;
}
@media (max-width: 768px) {
  .cmn_drone.is_news {
    bottom: auto;
    top: -11%;
  }
}
.cmn_drone.is_index_recruit {
  right: 6.9vw;
  top: 0%;
}
@media (max-width: 1024px) {
  .cmn_drone.is_index_recruit {
    right: 5%;
  }
}
.cmn_drone.is_index {
  width: 17.6vw;
  height: 9.6vw;
  right: 3%;
  top: -20%;
  min-width: 105px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .cmn_drone.is_index {
    right: 0;
    top: -9%;
  }
}
.cmn_drone.is_recruit {
  top: -8vw;
}
@media (max-width: 768px) {
  .cmn_drone.is_recruit {
    top: -9%;
  }
}

.cmn_cloud_btn {
  background: url(../images/kumo.svg);
  width: 191px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.cmn_cloud_btn.is_recruit {
  width: 214px;
  height: 62px;
}
@media (max-width: 768px) {
  .cmn_cloud_btn.is_recruit {
    width: 171px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .cmn_cloud_btn {
    width: 122px;
    height: 36px;
  }
}
.cmn_cloud_btn.is_cate_title {
  width: 236px;
  height: 69px;
}
.cmn_cloud_btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cmn_cloud_btn_text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 900;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_cloud_btn_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_cloud_btn_text.is_recruit {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}

.cmn_btn {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  display: flex;
}
.cmn_btn.is_index_company {
  color: #ffffff;
  border: 4px solid #ffffff;
  padding: 30px 60px;
}
@media (max-width: 1024px) {
  .cmn_btn.is_index_company {
    padding: 2.9vw 60px;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_index_company {
    padding: 15px 0;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cmn_btn.is_index_company:hover {
    background-color: #ffffff;
    color: #00A1D6;
  }
}
.cmn_btn.is_performance, .cmn_btn.is_404 {
  color: #00A1D6;
  border: 4px solid #00A1D6;
  padding: 30px 127px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cmn_btn.is_performance, .cmn_btn.is_404 {
    padding: 2.9vw 127px;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_performance, .cmn_btn.is_404 {
    padding: 15px 0;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cmn_btn.is_performance:hover, .cmn_btn.is_404:hover {
    background-color: #00A1D6;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_performance {
    width: 90%;
  }
}
.cmn_btn.is_index_recruit {
  padding: 30px 127px;
  color: #ffffff;
  border: 4px solid #ffffff;
}
@media (max-width: 1024px) {
  .cmn_btn.is_index_recruit {
    padding: 2.9vw 127px;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_index_recruit {
    padding: 15px 0;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cmn_btn.is_index_recruit:hover {
    background-color: #ffffff;
    color: #FFA841;
  }
}
.cmn_btn.is_cta {
  padding: 26px 110px;
  color: #ffffff;
  background-color: #6A4C92;
  border: 4px solid #6A4C92;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
}
@media (max-width: 768px) {
  .cmn_btn.is_cta {
    padding: 15px 0;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cmn_btn.is_cta:hover {
    background-color: #ffffff;
    color: #6A4C92;
  }
}
.cmn_btn.is_hd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 9999px;
  font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
  color: #ffffff;
  background-color: #6A4C92;
  line-height: 1.5;
  padding: 16px 3.1vw;
  border: 4px solid #6A4C92;
}
@media (max-width: 1024px) {
  .cmn_btn.is_hd {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cmn_btn.is_hd:hover {
    background-color: #ffffff;
    color: #6A4C92;
  }
}

.cmn_table {
  flex: 1 1 0;
  min-width: 0;
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cmn_table {
    width: 100%;
  }
}
.cmn_table.is_recruit {
  margin-bottom: 6.2vw;
}

.cmn_table_row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #B1B1B1;
  padding: 1.5vw 0;
  gap: 36px;
}
@media (max-width: 768px) {
  .cmn_table_row {
    flex-direction: column;
    padding: 15px 0;
    gap: 0;
  }
}
.cmn_table_row:last-child {
  border-bottom: none;
}

.cmn_table_th {
  width: 17%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_table_th {
    width: 100%;
  }
}

.cmn_table_td {
  width: 80%;
  min-width: 0;
}
@media (max-width: 768px) {
  .cmn_table_td {
    width: 100%;
  }
}

.cmn_deco {
  width: 1710px;
  max-width: 90%;
  height: 220px;
  background-color: #FDFCF0;
  margin: 0 auto;
  border-radius: 64px 64px 0 0;
  position: relative;
  min-width: 330px;
}
@media (max-width: 1024px) {
  .cmn_deco {
    max-width: 75%;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .cmn_deco {
    height: 80px;
    border-radius: 20px 20px 0 0;
  }
}
.cmn_deco::before {
  content: "";
  background: url(../images/cta_contact_deco_left.png);
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -64px;
}
@media (max-width: 768px) {
  .cmn_deco::before {
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
.cmn_deco::after {
  content: "";
  background: url(../images/cta_contact_deco_right.png);
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -64px;
}
@media (max-width: 768px) {
  .cmn_deco::after {
    width: 20px;
    height: 20px;
    right: -20px;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.hd_header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 1024px) {
  .hd_header_wrap {
    height: 60px;
    padding-left: 10px;
  }
}

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

.hd_logo_link {
  display: block;
  text-decoration: none;
  width: 28.3vw;
  height: 100%;
  min-width: 330px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  .hd_logo_link.is_pc {
    display: none;
  }
}
.hd_logo_link.is_sp {
  display: none;
}
@media (max-width: 1024px) {
  .hd_logo_link.is_sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .hd_logo_link {
    min-width: 270px;
  }
}
.hd_logo_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_logo_name {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #984697;
  white-space: nowrap;
}

.hd_navs {
  display: flex;
  align-items: center;
  gap: 1.2vw;
  padding-right: 2vw;
}
@media (max-width: 1024px) {
  .hd_navs {
    padding-right: 0;
    flex-direction: column;
    gap: 25px;
    background: #FDFCF0;
    padding: 110px 0 70px;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
  }
  .hd_navs::before {
    content: "";
    position: absolute;
    background: url(../images/business_city.png);
    width: 29vw;
    height: 11.5vw;
    left: 2%;
    top: -28px;
    min-width: 230px;
    min-height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hd_navs::after {
    content: "";
    position: absolute;
    background: url(../images/drone_left.svg);
    width: 14.5vw;
    height: 8vw;
    min-width: 120px;
    min-height: 65px;
    bottom: -32px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    animation: recruit-top_drone-flight 3.8s cubic-bezier(0.42, 0, 0.25, 1) 0.15s infinite;
  }
}

.hd_nav_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 22px 3.1vw;
  border-radius: 999px;
  background-color: #EAF4F9;
}
@media (max-width: 1024px) {
  .hd_nav_wrap {
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
}

.hd_nav_list {
  display: flex;
  align-items: center;
  gap: 2.9vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .hd_nav_list {
    flex-direction: column;
    gap: 25px;
  }
}

.hd_nav_item {
  position: relative;
}

.hd_nav_link {
  display: block;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  font-weight: 600;
  color: #00A1D6;
  letter-spacing: 0.04em;
  line-height: 1.4;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .hd_nav_link {
    font-size: 16px;
    font-size: 1rem;
    color: #3b3b3b;
  }
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #FF5F3F;
  }
}

.hd_contact_wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hd_contact_wrap {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .hd_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    padding: 60px 0;
    z-index: 1;
    background: #00A1D6;
    background-repeat: repeat;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

.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: 100;
    top: 5px;
  }
  .hd_menu_btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #404040;
    transition: 0.3s;
  }
  .hd_menu_btn span:nth-of-type(1) {
    top: 37%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .hd_menu_btn span:nth-of-type(2) {
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 66%;
    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: #404040;
}
.hd_menu_btn.is_close span:nth-of-type(1) {
  left: 10px;
  top: 24px;
  transform: rotate(45deg);
}
.hd_menu_btn.is_close span:nth-of-type(2) {
  display: none;
}
.hd_menu_btn.is_close span:nth-of-type(3) {
  left: 10px;
  top: 24px;
  transform: rotate(135deg);
}

/*-------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
.mv_fv_sect {
  position: relative;
  width: 100%;
  background-color: #00A1D6;
  padding: 8.8vw 5.4vw 0;
}
@media (max-width: 1024px) {
  .mv_fv_sect {
    height: 100svh;
    min-height: 100svh;
    padding: 60px 0;
  }
}

.mv_copy_wrap {
  position: absolute;
  top: 23%;
  z-index: 1;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .mv_copy_wrap {
    top: 25%;
  }
}

.mv_illust_fig {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mv_illust_fig {
    width: 1050px;
    height: 90svh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv_illust_fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_copy_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60vw;
  margin: 0 auto;
  gap: 2.6vw;
  min-width: 340px;
}

.mv_copy_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.9375rem, 1.667vw, 2rem);
  font-weight: 900;
  color: #00A1D6;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0;
  padding-top: 2.6vw;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  animation: mvCopyLeadFadeUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2.5s forwards;
}

@keyframes mvCopyLeadFadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*-------------------------------------------------------------------------------
  mainimage
--------------------------------------------------------------------------------*/
.mainimage {
  width: 100%;
  height: calc(100svh - 80px);
  background-color: #00A1D6;
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 80px);
}
@media (max-width: 1024px) {
  .mainimage {
    min-height: 500px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .mainimage {
    min-height: 400px;
    height: 400px;
  }
}
.mainimage::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url(../images/mainimage_bg.png);
  background-position: bottom center;
  width: 100%;
  height: 237px;
  background-size: 100% auto;
  z-index: 1;
}
.mainimage::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: url(../images/index-performance.png);
  width: 77.7vw;
  height: 17.8vw;
  aspect-ratio: 149/34;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1024px) {
  .mainimage::after {
    width: 82.7vw;
    height: 18.8vw;
  }
}

.mainimage_titles {
  position: absolute;
  left: 50%;
  top: 29%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  animation: bounceInDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (max-width: 1024px) {
  .mainimage_titles {
    top: 88px;
  }
}
@media (max-width: 768px) {
  .mainimage_titles {
    top: 117px;
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translate(-50%, -100px) scaleY(1.2);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 10px) scaleY(0.9);
  }
  80% {
    transform: translate(-50%, -5px) scaleY(1.05);
  }
  100% {
    transform: translate(-50%, 0) scaleY(1);
  }
}
.mainimage_title_en {
  font-size: clamp(4.375rem, 1.958rem + 5.03vw, 8rem);
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .mainimage_title_en {
    font-size: 48px;
    font-size: 3rem;
  }
}

.mainimage_title_ja {
  background: url(../images/cmn_mainimage_bg.png);
  width: 244px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainimage_title_ja {
    width: 158px;
    height: 46px;
  }
}
.mainimage_title_ja.is_recruit {
  background: url(../images/recruit_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mainimage_title_ja.is_recruit span {
  color: #ffffff;
}
.mainimage_title_ja.is_contact {
  background: url(../images/contact_bg.png);
  width: 296px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mainimage_title_ja.is_contact span {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .mainimage_title_ja.is_contact {
    width: 158px;
    height: 38px;
  }
}
.mainimage_title_ja span {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  line-height: 1.5;
  font-weight: 900;
  color: #00A1D6;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .mainimage_title_ja span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@keyframes droneSlideIn {
  0% {
    right: -25%;
    opacity: 0;
  }
  100% {
    right: 3%;
    opacity: 1;
  }
}
@keyframes droneWaveAndScale {
  0% {
    transform: translateY(-30px) scale(0.1) rotate(-10deg);
  }
  40% {
    transform: translateY(40px) scale(0.6) rotate(5deg);
  }
  75% {
    transform: translateY(-15px) scale(0.9) rotate(-2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
@keyframes droneFlightLoop {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate3d(3px, -5px, 0) scale(1) rotate(0.5deg);
  }
  40% {
    transform: translate3d(-2px, -9px, 0) scale(1) rotate(-0.8deg);
  }
  60% {
    transform: translate3d(4px, -3px, 0) scale(1) rotate(0.4deg);
  }
  80% {
    transform: translate3d(-3px, -6px, 0) scale(1) rotate(-0.2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
.mainimage_drone {
  width: 17.6vw;
  height: 9.6vw;
  position: absolute;
  top: 33%;
  right: 3%;
  z-index: 3;
  min-width: 100px;
  min-height: 50px;
  animation: droneSlideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (max-width: 1400px) {
  .mainimage_drone {
    top: 47%;
  }
}
@media (max-width: 480px) {
  .mainimage_drone {
    top: 58%;
  }
}
.mainimage_drone img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  animation: droneWaveAndScale 2s cubic-bezier(0.25, 1, 0.5, 1) forwards, droneFlightLoop 5s ease-in-out 2s infinite;
}

/*-------------------------------------------------------------------------------
  index-top
--------------------------------------------------------------------------------*/
.index_blue_bg {
  background: #00A1D6;
  padding-bottom: 10.4vw;
}
@media (max-width: 768px) {
  .index_blue_bg {
    padding-bottom: 110px;
  }
}

.index-top_unit {
  text-align: center;
  color: #ffffff;
  padding: 6.3vw 5% 0;
}
@media (max-width: 1024px) {
  .index-top_unit {
    padding-top: 40px;
  }
}

.index-top_title {
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .index-top_title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.index-top_text {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
  padding-top: 3.1vw;
}
@media (max-width: 768px) {
  .index-top_text {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 25px;
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------
  index-news
--------------------------------------------------------------------------------*/
.index-news_sect {
  width: 1420px;
  max-width: 90%;
  margin: 6.7vw auto 0;
  background: #ffffff;
  border-radius: 40px;
  padding: 50px 3.1vw 60px 4.1vw;
}
@media (max-width: 768px) {
  .index-news_sect {
    margin-top: 70px;
    padding: 25px 5%;
    border-radius: 20px;
  }
}

.index-news_inner {
  display: flex;
  align-items: center;
  gap: 6vw;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .index-news_inner {
    flex-direction: column;
    gap: 25px;
  }
}

.index-news_head {
  flex-shrink: 0;
}

.index-news_ja {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.index-news_en {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 1.5;
  font-weight: 900;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #00A1D6;
}
@media (max-width: 768px) {
  .index-news_en {
    text-align: center;
  }
}

.index-news_list {
  flex: 1;
  max-height: 300px;
  overflow-y: auto;
  /*スクロールバー全体*/
}
.index-news_list::-webkit-scrollbar {
  width: 8px;
}
.index-news_list {
  /*スクロールバーの軌道*/
}
.index-news_list::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.index-news_list {
  /*スクロールバーの動く部分*/
}
.index-news_list::-webkit-scrollbar-thumb {
  background-color: #6A4C92;
}

.index-news_items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 1.5vw;
}
@media (max-width: 768px) {
  .index-news_items {
    gap: 15px;
  }
}

.index-news_item {
  background: #f5f5f5;
  padding: 12px 25px;
  border-radius: 10px;
}
.index-news_item:last-child {
  border-bottom: none;
}

.index-news_date {
  display: block;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  line-height: 2;
}

.index-news_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.index-news_link {
  color: inherit;
  text-decoration: none;
}
.index-news_link:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------
  index-business
--------------------------------------------------------------------------------*/
.index-business_sect {
  background-color: #00A1D6;
  overflow: visible;
  position: relative;
}

.index-business_city {
  width: 29vw;
  height: 11.5vw;
  position: absolute;
  right: 2vw;
  top: -5vw;
  min-width: 200px;
  min-height: 105px;
}
@media (max-width: 768px) {
  .index-business_city {
    left: 50%;
    transform: translateX(-50%);
    top: -51px;
  }
}
.index-business_city img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-business_inner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  background-color: #FDFCF0;
  padding-bottom: calc(6.7vw - 50px);
}

.index-business_item {
  transform: translateY(-50px);
}
@media (max-width: 768px) {
  .index-business_item {
    transform: translateY(0);
    padding-bottom: 20px;
  }
}

.index-business_head {
  text-align: center;
  padding-bottom: 131px;
}
@media (max-width: 1199px) {
  .index-business_head {
    padding-bottom: 190px;
  }
}
@media (max-width: 768px) {
  .index-business_head {
    padding-bottom: 125px;
  }
}

.index-business_en {
  font-family: "Lato", sans-serif;
  font-size: clamp(3rem, 6.67vw, 8rem);
  font-weight: 900;
  color: #00A1D6;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.index-business_ja {
  font-size: clamp(1.25rem, 2.08vw, 2.5rem);
  font-weight: 900;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0;
}

.index-business_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 120px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 1199px) {
  .index-business_list {
    row-gap: 140px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .index-business_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .index-business_list {
    row-gap: 120px;
  }
}
.index-business_list .index-business_card.is-index-business-pop-ready {
  --index-business-rail-x: -86px;
  --index-business-rail-scale: 0.92;
  opacity: 0;
  transform-origin: center center;
  transform: translate3d(var(--index-business-rail-x), 0, 0) scale(var(--index-business-rail-scale));
  filter: grayscale(0.24) saturate(0.82) brightness(1.03);
  will-change: transform, opacity, filter;
}
@media (max-width: 1024px) {
  .index-business_list .index-business_card.is-index-business-pop-ready {
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;
  }
}
.index-business_list .index-business_card.is-index-business-pop-ready:nth-child(even) {
  --index-business-rail-x: 86px;
}
.index-business_list .index-business_card.is-index-business-pop-ready.is-index-business-pop-in {
  animation: indexBusinessRailGlideIn 0.82s cubic-bezier(0.28, 0.74, 0.24, 1) both;
}
@media (max-width: 1024px) {
  .index-business_list .index-business_card.is-index-business-pop-ready.is-index-business-pop-in {
    animation: none;
  }
}

.index-business_card {
  position: relative;
  border-radius: 63px;
  border: 6px solid transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .index-business_card {
    border: 5px solid transparent;
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .index-business_card .speechBubble {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 18px, 0);
  }
  .index-business_card.is-index-business-bubble-in .speechBubble {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
.index-business_card:nth-child(1) {
  background-color: rgba(0, 161, 214, 0.4);
  border-color: #00A1D6;
  height: 410px;
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .index-business_card:nth-child(1) {
    height: 300px;
    padding-bottom: 20px;
  }
}
.index-business_card:nth-child(1):hover {
  background-color: rgba(0, 161, 214, 0.6);
}
@media (min-width: 1025px) {
  .index-business_card:nth-child(1):hover .speechBubble.is_01 {
    opacity: 1;
    transform: translate(24%, -86%);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .index-business_card:nth-child(1):hover .speechBubble.is_01 {
    transform: translate(0%, 0%);
  }
}
@media (max-width: 1024px) {
  .index-business_card:nth-child(1).is-index-business-bubble-in {
    background-color: rgba(0, 161, 214, 0.6);
  }
}
.index-business_card:nth-child(1) .index-business_fig {
  width: 231px;
  height: 273px;
  left: 50%;
  top: -18%;
}
@media (max-width: 1199px) {
  .index-business_card:nth-child(1) .index-business_fig {
    left: 55%;
    top: 20px;
    width: 180px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .index-business_card:nth-child(1) .index-business_fig {
    width: 130px;
    height: 170px;
  }
}
.index-business_card:nth-child(1) .index-business_char {
  background-color: #00A1D6;
}
.index-business_card:nth-child(1) .index-business_sub {
  color: #00A1D6;
}
.index-business_card:nth-child(2) {
  background-color: rgba(249, 137, 5, 0.5);
  border-color: #F98904;
  height: 410px;
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .index-business_card:nth-child(2) {
    height: 300px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .index-business_card:nth-child(2):hover {
    background-color: rgba(249, 137, 5, 0.65);
  }
  .index-business_card:nth-child(2):hover .speechBubble.is_02 {
    opacity: 1;
    transform: translate(24%, -86%);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .index-business_card:nth-child(2):hover .speechBubble.is_02 {
    transform: translate(0%, 0%);
  }
}
@media (max-width: 1024px) {
  .index-business_card:nth-child(2).is-index-business-bubble-in {
    background-color: rgba(249, 137, 5, 0.65);
  }
}
.index-business_card:nth-child(2) .index-business_fig {
  width: 266px;
  height: 242px;
  left: 53%;
  top: -10%;
}
@media (max-width: 1199px) {
  .index-business_card:nth-child(2) .index-business_fig {
    left: 51%;
    top: 49px;
    width: 200px;
    height: 185px;
  }
}
@media (max-width: 768px) {
  .index-business_card:nth-child(2) .index-business_fig {
    width: 150px;
    height: 120px;
  }
}
.index-business_card:nth-child(2) .index-business_char {
  background-color: #F98904;
}
.index-business_card:nth-child(2) .index-business_sub {
  color: #F98904;
}
.index-business_card:nth-child(3) {
  background-color: rgba(139, 195, 74, 0.6);
  border-color: #8BC34A;
  height: 480px;
  padding-bottom: 81px;
}
@media (max-width: 768px) {
  .index-business_card:nth-child(3) {
    height: 300px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .index-business_card:nth-child(3):hover {
    background-color: rgba(139, 195, 74, 0.8);
  }
  .index-business_card:nth-child(3):hover .speechBubble.is_03 {
    opacity: 1;
    transform: translate(24%, -86%);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .index-business_card:nth-child(3):hover .speechBubble.is_03 {
    transform: translate(0%, 0%);
  }
}
@media (max-width: 1024px) {
  .index-business_card:nth-child(3).is-index-business-bubble-in {
    background-color: rgba(139, 195, 74, 0.8);
  }
}
.index-business_card:nth-child(3) .index-business_fig {
  width: 130px;
  height: 270px;
  left: 47%;
  top: -12%;
}
@media (max-width: 1199px) {
  .index-business_card:nth-child(3) .index-business_fig {
    left: 53%;
    top: 48px;
    width: 101px;
    height: 213px;
  }
}
@media (max-width: 1024px) {
  .index-business_card:nth-child(3) .index-business_fig {
    top: 13%;
  }
}
@media (max-width: 768px) {
  .index-business_card:nth-child(3) .index-business_fig {
    width: 76px;
    height: 155px;
    top: 7%;
  }
}
.index-business_card:nth-child(3) .index-business_char {
  background-color: #65AF0E;
}
.index-business_card:nth-child(3) .index-business_sub {
  color: #65AF0E;
}
.index-business_card:nth-child(4) {
  background-color: rgba(255, 95, 62, 0.4);
  border-color: #FF5F3F;
  height: 480px;
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .index-business_card:nth-child(4) {
    height: 350px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .index-business_card:nth-child(4):hover {
    background-color: rgba(255, 95, 62, 0.6);
  }
  .index-business_card:nth-child(4):hover .speechBubble.is_04 {
    opacity: 1;
    transform: translate(24%, -86%);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .index-business_card:nth-child(4):hover .speechBubble.is_04 {
    transform: translate(0%, 0%);
  }
}
@media (max-width: 1024px) {
  .index-business_card:nth-child(4).is-index-business-bubble-in {
    background-color: rgba(255, 95, 62, 0.6);
  }
}
.index-business_card:nth-child(4) .index-business_fig {
  width: 169px;
  height: 317px;
  left: 47%;
  top: -18%;
}
@media (max-width: 1199px) {
  .index-business_card:nth-child(4) .index-business_fig {
    left: 50%;
    top: 40px;
    width: 123px;
    height: 235px;
  }
}
@media (max-width: 768px) {
  .index-business_card:nth-child(4) .index-business_fig {
    width: 84px;
    height: 157px;
    top: 16px;
  }
}
.index-business_card:nth-child(4) .index-business_char {
  background-color: #FF5F3F;
}
.index-business_card:nth-child(4) .index-business_sub {
  color: #FF5F3F;
}

.speechBubble {
  position: absolute;
  display: inline-block;
  padding: clamp(16px, 2vw, 38px) clamp(14px, 1.8vw, 34px);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 36px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #000000;
  width: clamp(220px, 18.9vw, 320px);
  top: 0;
  right: 0;
  transform: translate(24%, -76%);
  z-index: 10;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .speechBubble {
    width: -moz-fit-content;
    width: fit-content;
    transform: translate(0%, 20%);
    padding: 25px 5%;
  }
}
@media (max-width: 1024px) {
  .speechBubble {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .speechBubble {
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .speechBubble {
    width: 350px;
  }
}
.speechBubble.is_01 {
  top: 40%;
  right: 2vw;
}
@media (max-width: 1199px) {
  .speechBubble.is_01 {
    right: auto;
    top: -37%;
  }
}
@media (max-width: 1024px) {
  .speechBubble.is_01 {
    top: -34%;
  }
}
@media (max-width: 768px) {
  .speechBubble.is_01 {
    top: -42%;
  }
}
@media (max-width: 480px) {
  .speechBubble.is_01 {
    top: -35%;
  }
}
.speechBubble.is_02 {
  top: -6%;
  right: 0px;
}
@media (max-width: 1199px) {
  .speechBubble.is_02 {
    right: auto;
    top: -37%;
  }
}
@media (max-width: 1024px) {
  .speechBubble.is_02 {
    top: -30%;
  }
}
.speechBubble.is_03 {
  top: 34%;
  right: 2vw;
}
@media (max-width: 1199px) {
  .speechBubble.is_03 {
    right: auto;
    top: -32%;
  }
}
@media (max-width: 1024px) {
  .speechBubble.is_03 {
    top: -24%;
  }
}
@media (max-width: 768px) {
  .speechBubble.is_03 {
    top: -37%;
  }
}
.speechBubble.is_04 {
  top: 17%;
}
@media (max-width: 1199px) {
  .speechBubble.is_04 {
    right: auto;
    top: -32%;
  }
}
@media (max-width: 1024px) {
  .speechBubble.is_04 {
    top: -24%;
  }
}
@media (max-width: 768px) {
  .speechBubble.is_04 {
    top: -30%;
  }
}
.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 21%;
  border-style: solid;
  border-width: 21.8px 26.8px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.6px) 100%;
  transform: skew(-4deg);
  transform-origin: top;
}
@media (max-width: 1199px) {
  .speechBubble::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 13px solid transparent;
    border-top: 19px solid #ffffff;
    border-bottom: 0;
    left: 50%;
  }
}

.index-business_fig {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(clamp(120px, 17.19vw, 330px), 90%);
  margin: 0;
  pointer-events: none;
}

.index-business_thumb {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-business_ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.index-business_chars {
  display: flex;
  justify-content: center;
  gap: clamp(3px, 0.47vw, 9px);
  margin-bottom: 6px;
}

.index-business_char {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  border-radius: 15px;
  line-height: 1.5;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index-business_char {
    padding: 2px 10px;
    border-radius: 10px;
  }
}

.index-business_sub {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
}

/*-------------------------------------------------------------------------------
  index-performance
--------------------------------------------------------------------------------*/
.index-performance_sect {
  position: relative;
  padding-top: 5.2vw;
}
@media (max-width: 768px) {
  .index-performance_sect {
    padding-top: 40px;
  }
}
.index-performance_sect::before {
  content: "";
  position: absolute;
  left: 0;
  top: -235px;
  background-image: url(../images/mainimage_bg.png);
  background-position: bottom center;
  z-index: 1;
  background-size: 100% auto;
  width: 100%;
  height: 237px;
}
.index-performance_sect::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17.8vw;
  background-image: url(../images/index-performance.png);
  width: 77.7vw;
  height: 17.8vw;
  aspect-ratio: 149/34;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

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

.swiper-item {
  position: relative;
  padding: 5.2vw 0;
}
@media (max-width: 1024px) {
  .swiper-item {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .swiper-item {
    padding: 40px 0;
  }
}
.swiper-item .index-performance_swiper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .swiper-item .index-performance_swiper {
    overflow-x: hidden !important;
  }
}
@media (min-width: 1025px) {
  .swiper-item .index-performance_swiper {
    transform: translateX(-15.3vw);
  }
}
.swiper-item .index-performance_swiper .swiper-wrapper {
  height: auto;
  margin-top: 0;
  transition-timing-function: linear !important;
}
.swiper-item .index-performance_swiper .swiper-wrapper .performance_card {
  padding-top: 0;
  box-sizing: border-box;
  transition: transform 0.3s;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1025px) {
  .swiper-item .index-performance_swiper .swiper-wrapper .performance_card {
    width: 26vw !important;
  }
}
.swiper-item .index-performance_swiper .swiper-wrapper .performance_card.is_lower {
  padding-top: 100px !important;
}
@media (max-width: 1024px) {
  .swiper-item .index-performance_swiper .swiper-wrapper .performance_card.is_lower {
    padding-top: 40px !important;
  }
}
.swiper-item .index-performance_swiper .swiper-wrapper .performance_card figure {
  margin: 0;
  height: 21.3vw;
  min-height: 240px;
  border-radius: 36px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-item .index-performance_swiper .swiper-wrapper .performance_card figure {
    border-radius: 20px;
  }
}
.swiper-item .index-performance_swiper .swiper-wrapper .performance_card .performance_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-recruit_item {
  background-color: #00A1D6;
  padding-top: 10.4vw;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit_item {
    padding-top: 100px;
  }
}

.index-recruit_inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 1710px;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index-recruit_inner {
    flex-direction: column;
  }
}

.index-recruit_detail {
  position: relative;
  width: 58%;
  background-color: #FFA841;
  border-radius: 60px 0 0 60px;
  padding: 5.7vw 0 5.7vw 5vw;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1199px) {
  .index-recruit_detail {
    width: 100%;
    border-radius: 60px 60px 0 0;
    z-index: 0;
    padding: 5.7vw 5%;
  }
}
@media (max-width: 768px) {
  .index-recruit_detail {
    padding: 25px 5%;
    border-radius: 20px 20px 0 0;
  }
}
.index-recruit_detail::after {
  content: "";
  background-image: url(../images/orange_wave.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 93px;
  background-repeat: repeat-y;
  background-size: 77px 1478px;
  background-position: center -1px;
  z-index: -1;
  transform: translateX(60px);
  will-change: background-position;
  animation: index-recruit-wave-scroll-y 20s linear infinite;
}
@media (max-width: 1199px) {
  .index-recruit_detail::after {
    background-image: url(../images/orange_wave_sp.svg);
    width: 93px;
    height: 100vw;
    top: auto;
    right: auto;
    left: 0;
    bottom: 30px;
    transform-origin: left bottom;
    transform: rotate(-270deg);
    background-repeat: repeat-y;
    background-size: 37px 282px;
    background-position: center -1px;
    animation: index-recruit-wave-scroll-y 20s linear infinite;
  }
}
@keyframes index-recruit-wave-scroll-y {
  0% {
    background-position: center -1px;
  }
  100% {
    background-position: center 732px;
  }
}

.index-recruit_text {
  padding: 2.8vw 0;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 2;
}
@media (max-width: 768px) {
  .index-recruit_text {
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 0;
  }
}

.index-recruit_img {
  width: 40%;
  margin: 0;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index-recruit_img {
    width: 100%;
    border-radius: 0 0 60px 60px;
  }
}
@media (max-width: 1024px) {
  .index-recruit_img {
    height: 45vh;
  }
}
.index-recruit_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .index-recruit_img {
    width: 100%;
    border-radius: 0 0 22px 22px;
  }
  .index-recruit_img img {
    aspect-ratio: 16/9;
  }
}

/*-------------------------------------------------------------------------------
  index-company
--------------------------------------------------------------------------------*/
.index-company_sect {
  position: relative;
  background-color: #00A1D6;
  padding: 10.4vw 0 24.2vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-company_sect {
    padding: 100px 0 30%;
  }
}
.index-company_sect .cmn_index_en {
  color: #ffffff;
}
.index-company_sect .cmn_index_ja {
  color: #FFCC8F;
}

.index-company_head {
  position: relative;
  z-index: 2;
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: clamp(48px, 7.29vw, 140px);
}
@media (max-width: 768px) {
  .index-company_head {
    padding-bottom: 45px;
  }
}

.index-company_inner {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .index-company_inner {
    flex-direction: column-reverse;
    gap: 35px;
    padding: 0 5%;
  }
}

.index-company_image {
  margin: 0;
  width: 46.5%;
  border-radius: 0 63px 63px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-company_image {
    width: 100%;
    border-radius: 63px;
    height: 35vh;
  }
}
@media (max-width: 768px) {
  .index-company_image {
    border-radius: 20px;
  }
}
.index-company_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index-company_detail {
  margin-right: auto;
  padding: 0 5% 0 6.2vw;
  display: flex;
  flex-direction: column;
  gap: 2.9vw;
  position: relative;
  justify-content: center;
}
@media (max-width: 1024px) {
  .index-company_detail {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .index-company_detail {
    gap: 25px;
  }
}

.index-company_lead {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .index-company_lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.index-company_text {
  color: #ffffff;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .index-company_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------------------
  company - message
--------------------------------------------------------------------------------*/
.company-message_sect {
  padding-top: 10.1vw;
}
@media (max-width: 768px) {
  .company-message_sect {
    padding-top: 70px;
  }
}

.company-message_inner {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
}

.company-message_head {
  margin-bottom: 3.6vw;
}
@media (max-width: 768px) {
  .company-message_head {
    margin-bottom: 25px;
  }
}

.company-message_detail {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3.65vw, 70px);
}
@media (max-width: 1024px) {
  .company-message_detail {
    flex-direction: column-reverse;
  }
}

.company-message_body {
  flex: 1 1 0;
  min-width: 0;
}

.company-message_president {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(12px, 2.08vw, 40px);
  margin-top: 3.6vw;
}
@media (max-width: 768px) {
  .company-message_president {
    margin-top: 25px;
  }
}

.company-message_figure {
  flex: 0 0 clamp(160px, 22.4vw, 430px);
  aspect-ratio: 43/38;
  border-radius: 60px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1024px) {
  .company-message_figure {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .company-message_figure {
    border-radius: 20px;
  }
}
.company-message_figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-message_text {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .company-message_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.company-message_text.is_name {
  font-weight: 900;
}

.company-message_name {
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 768px) {
  .company-message_name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*-------------------------------------------------------------------------------
  company - overview
--------------------------------------------------------------------------------*/
.company-overview_sect {
  padding-top: 10.4vw;
}
@media (max-width: 768px) {
  .company-overview_sect {
    padding-top: 70px;
  }
}

.company-overview_inner {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3.65vw, 70px);
  padding-bottom: 10.4vw;
}
@media (max-width: 768px) {
  .company-overview_inner {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 70px;
  }
}

.company-overview_head {
  flex: 0 0 20.8vw;
}
@media (max-width: 768px) {
  .company-overview_head {
    flex: 0;
  }
}

/*-------------------------------------------------------------------------------
  company - access map
--------------------------------------------------------------------------------*/
.company-map_sect {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 8.8vw;
}
@media (max-width: 768px) {
  .company-map_sect {
    padding-bottom: 70px;
  }
}

.company-map_inner {
  max-width: 1580px;
  margin: 0 auto;
}

.company-map_head {
  margin-bottom: 3.6vw;
}
@media (max-width: 768px) {
  .company-map_head {
    margin-bottom: 25px;
  }
}

.company-map_figure {
  margin: 0;
  width: 100%;
  height: clamp(300px, 31.25vw, 600px);
}
.company-map_figure iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.company-map_data {
  background-color: #EAF4F9;
}

.company-map_data_inner {
  max-width: 1580px;
  margin: 0 auto;
  padding: clamp(20px, 3.65vw, 40px) clamp(16px, 2.08vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.56vw, 30px);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .company-map_data_inner {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }
}

.company-map_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: clamp(6px, 0.73vw, 14px) clamp(16px, 2.08vw, 40px);
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}

.company-map_name {
  font-size: clamp(1.125rem, 1.46vw, 1.75rem);
  font-weight: 900;
  color: #00A1D6;
  letter-spacing: 0.04em;
  line-height: 2;
  white-space: nowrap;
  padding-right: clamp(12px, 1.56vw, 30px);
}
@media (max-width: 768px) {
  .company-map_name {
    padding-right: 0;
  }
}

.company-map_address {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  color: #3b3b3b;
  line-height: 2;
}

.btn-cloud {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  text-decoration: none;
}

.btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-cloud span {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

/*-------------------------------------------------------------------------------
  business - item
--------------------------------------------------------------------------------*/
.business-item_sect:last-of-type {
  padding-bottom: 7.6vw;
}

.business-item_intro {
  display: flex;
  align-items: flex-start;
  padding: 10.4vw 0 0 8.8vw;
  gap: 6.2vw;
  position: relative;
}
@media (max-width: 1199px) {
  .business-item_intro {
    padding: 10.4vw 0 0 5%;
  }
}
@media (max-width: 1024px) {
  .business-item_intro {
    flex-direction: column;
    padding: 10.4vw 5% 0;
  }
}
@media (max-width: 768px) {
  .business-item_intro {
    gap: 35px;
    padding-top: 120px;
  }
}
.business-item_intro.is-reverse {
  padding-left: 0;
  padding-right: 8.8vw;
}
@media (max-width: 1199px) {
  .business-item_intro.is-reverse {
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .business-item_intro.is-reverse {
    flex-direction: column-reverse;
    padding: 10.4vw 5% 0;
  }
}
@media (max-width: 768px) {
  .business-item_intro.is-reverse {
    padding-top: 120px;
  }
}
.business-item_intro.is-reverse .business-item_img {
  border-radius: 0 60px 60px 0;
}
@media (max-width: 1024px) {
  .business-item_intro.is-reverse .business-item_img {
    border-radius: 60px;
  }
}
@media (max-width: 768px) {
  .business-item_intro.is-reverse .business-item_img {
    border-radius: 20px;
  }
}
.business-item_intro.is_01::after {
  content: "";
  position: absolute;
  background: url(../images/index-business_01.png);
  aspect-ratio: 23/27;
  background-repeat: no-repeat;
  background-size: contain;
  left: 40%;
  top: 8%;
  width: 12vw;
  height: 14.2vw;
  min-width: 92px;
  min-height: 109px;
}
@media (max-width: 1024px) {
  .business-item_intro.is_01::after {
    left: auto;
    right: 5%;
    top: 3%;
  }
}
@media (max-width: 768px) {
  .business-item_intro.is_01::after {
    top: 7%;
  }
}
@media (max-width: 480px) {
  .business-item_intro.is_01::after {
    top: 3%;
  }
}
.business-item_intro.is_02::after {
  content: "";
  position: absolute;
  background: url(../images/index-business_02.png);
  aspect-ratio: 26/24;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10vw;
  bottom: 0;
  width: 13.8vw;
  height: 12.6vw;
  min-width: 105px;
  min-height: 96px;
}
@media (max-width: 1024px) {
  .business-item_intro.is_02::after {
    bottom: auto;
    top: 8%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .business-item_intro.is_02::after {
    top: 12%;
  }
}
@media (max-width: 480px) {
  .business-item_intro.is_02::after {
    top: 9%;
  }
}
.business-item_intro.is_03::after {
  content: "";
  position: absolute;
  background: url(../images/index-business_03.png);
  aspect-ratio: 13/27;
  background-repeat: no-repeat;
  background-size: contain;
  right: 50vw;
  bottom: -80px;
  width: 6.7vw;
  height: 14vw;
  min-width: 51px;
  min-height: 107px;
}
@media (max-width: 1024px) {
  .business-item_intro.is_03::after {
    bottom: auto;
    top: 4%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .business-item_intro.is_03::after {
    top: 11%;
  }
}
@media (max-width: 480px) {
  .business-item_intro.is_03::after {
    top: 7%;
  }
}
.business-item_intro.is_04::after {
  content: "";
  position: absolute;
  background: url(../images/index-business_04.png);
  aspect-ratio: 16/31;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10vw;
  bottom: -90px;
  width: 8.8vw;
  height: 16.5vw;
  min-width: 67px;
  min-height: 126px;
}
@media (max-width: 1024px) {
  .business-item_intro.is_04::after {
    bottom: auto;
    right: 5%;
    top: 2%;
  }
}
@media (max-width: 768px) {
  .business-item_intro.is_04::after {
    top: 11%;
  }
}
@media (max-width: 480px) {
  .business-item_intro.is_04::after {
    top: 1%;
  }
}

.business-item_detail {
  flex: 0 0 clamp(300px, 45.83vw, 880px);
  min-width: 0;
}
@media (max-width: 1024px) {
  .business-item_detail {
    flex: 1;
  }
}

.business-item_head {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 24px);
}

.business-card_num {
  flex-shrink: 0;
  width: 6.8vw;
  height: 6.8vw;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.business-card_num::after {
  content: "";
  background-image: url(../images/business-title_01.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  animation: loop-rotate 8s linear infinite;
}
@keyframes loop-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.business-card_num.is-orange::after {
  background-image: url(../images/business-title_02.svg);
}
.business-card_num.is-green::after {
  background-image: url(../images/business-title_03.svg);
}
.business-card_num.is-coral::after {
  background-image: url(../images/business-title_04.svg);
}

.business-card_numtext {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.75rem, 3.33vw, 4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.business-card_name {
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 4px;
}
.business-card_name.is_blue {
  color: #00A1D6;
}
.business-card_name.is-orange {
  color: #FFA841;
}
.business-card_name.is-green {
  color: #8BC34A;
}
.business-card_name.is-coral {
  color: #FF5F3F;
}

.business-card_en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
}
.business-card_en.is_blue {
  color: #00A1D6;
}
.business-card_en.is-orange {
  color: #FFA841;
}
.business-card_en.is-green {
  color: #8BC34A;
}
.business-card_en.is-coral {
  color: #FF5F3F;
}

.business-item_body {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
  padding-top: 2.9vw;
}
@media (max-width: 768px) {
  .business-item_body {
    padding-top: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.business-item_tags {
  background-color: #EAF4F9;
  padding: 36px 40px 40px 40px;
  border-radius: 10px;
  margin-top: 2.9vw;
}
@media (max-width: 768px) {
  .business-item_tags {
    margin-top: 25px;
    padding: 25px 5%;
  }
}

.business-tags_label {
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 900;
  color: #00A1D6;
  line-height: 2;
}

.business-tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-top: 1.6vw;
}
@media (max-width: 768px) {
  .business-tags_list {
    gap: 7px;
    padding-top: 15px;
  }
}

.business-tags_item {
  background-color: #ACACAD;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 3px 1.3vw;
  border-radius: 999px;
}

.business-item_img {
  flex: 1 0 clamp(200px, 39.06vw, 750px);
  align-self: stretch;
  margin: 0;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .business-item_img {
    border-radius: 60px;
  }
}
@media (max-width: 768px) {
  .business-item_img {
    border-radius: 20px;
  }
}
.business-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-item_gallery {
  display: flex;
  gap: clamp(16px, 4.17vw, 80px);
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 6.2vw;
}

.business-gallery_card {
  flex: 1 1 0;
  margin: 0;
  aspect-ratio: 750/473;
  overflow: hidden;
  border-radius: 63px;
}
@media (max-width: 768px) {
  .business-gallery_card {
    border-radius: 20px;
  }
}
.business-gallery_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-gallery_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  business - work cards
--------------------------------------------------------------------------------*/
.business-work_sect {
  padding-top: 6.2vw;
}

.business-work_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.65vw, 70px) clamp(24px, 3.65vw, 70px);
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 768px) {
  .business-work_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.business-work_figure {
  margin: 0 0 clamp(12px, 1.25vw, 24px);
  overflow: hidden;
  border-radius: 40px;
  aspect-ratio: 48/36;
  display: block;
}
@media (max-width: 768px) {
  .business-work_figure {
    border-radius: 20px;
    margin-bottom: 5px;
  }
}
.business-work_figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.business-work_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.business-work_name {
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 900;
  color: #FFA841;
  line-height: 2;
  margin: 0 0 clamp(6px, 0.52vw, 10px);
}
@media (max-width: 768px) {
  .business-work_name {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.business-work_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  color: #3b3b3b;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 768px) {
  .business-work_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.business-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 6.2vw;
}
@media (max-width: 768px) {
  .business-btn_wrap {
    margin-top: 40px;
  }
}

/*-------------------------------------------------------------------------------
  performance
--------------------------------------------------------------------------------*/
.performance_items {
  padding-top: 6.2vw;
}
@media (max-width: 768px) {
  .performance_items {
    padding-top: 70px;
  }
}

.performance_cate_item {
  background: #8BC34A;
}

.performance_tabs_container {
  display: flex;
  flex-wrap: wrap;
  width: 1464px;
  max-width: 90%;
  margin: 0 auto;
  row-gap: 24px;
  justify-content: center;
}
@media (max-width: 768px) {
  .performance_tabs_container {
    row-gap: 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.performance_cate_tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.performance_cate_tab {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .performance_cate_tab {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .performance_cate_tab:hover span {
    background-color: #00A1D6;
  }
}
.performance_cate_tab span {
  padding: 8px 40px;
  border-radius: 999px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .performance_cate_tab span {
    padding: 0;
  }
}
.performance_cate_tab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #ffffff 0 2px, transparent 3px 6px);
}
@media (max-width: 768px) {
  .performance_cate_tab::after {
    content: "↓";
    background: none;
    right: 5%;
  }
}
.performance_cate_tab:first-of-type {
  padding-left: 0;
}
.performance_cate_tab:last-of-type {
  padding-right: 0;
}
.performance_cate_tab:last-of-type::after {
  display: none;
}
@media (max-width: 768px) {
  .performance_cate_tab:last-of-type::after {
    display: block;
  }
}

.performance_item_head {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 24px);
}
@media (max-width: 768px) {
  .performance_item_head {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
}
.performance_item_head p {
  margin: 0;
  min-width: clamp(132px, 9.95vw, 191px);
  min-height: clamp(40px, 2.92vw, 56px);
  padding: clamp(8px, 0.52vw, 10px) clamp(14px, 1.67vw, 32px);
  border-radius: 999px;
  background-color: #00A1D6;
  color: #ffffff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.performance_item_head h2 {
  margin: 0;
  color: #00A1D6;
  font-size: clamp(1.5rem, 2.08vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .performance_item_head h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .performance_item_head {
    flex-wrap: wrap;
  }
}

.performance_table_items {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 160px 0 8.8vw;
}
@media (max-width: 768px) {
  .performance_table_items {
    padding: 100px 0 70px;
  }
}

.performance_table {
  margin-top: 3.6vw;
  overflow-x: auto;
}
.performance_table table {
  width: 100%;
}
.performance_table th {
  background-color: #00A1D6;
  color: #ffffff;
  font-size: clamp(0.813rem, 0.83vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  padding: clamp(12px, 0.83vw, 16px);
  border-right: 1px solid #ffffff;
}
.performance_table th:last-child {
  border-right: none;
}
.performance_table td {
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  color: #3b3b3b;
  font-size: clamp(0.813rem, 0.83vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: clamp(14px, 0.83vw, 16px);
  vertical-align: middle;
}
.performance_table td:last-child {
  border-right: none;
}
.performance_table tr th:nth-child(1),
.performance_table tr td:nth-child(1) {
  width: 21.5%;
}
.performance_table tr th:nth-child(2),
.performance_table tr td:nth-child(2) {
  width: 49.4%;
}
.performance_table tr th:nth-child(3),
.performance_table tr td:nth-child(3) {
  width: 29.1%;
}

.archive-no_post {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  padding: 0 5% 6.2vw;
}
@media (max-width: 768px) {
  .archive-no_post {
    padding-bottom: 70px;
  }
}

/*-------------------------------------------------------------------------------
  recruit - top
--------------------------------------------------------------------------------*/
.recruit-top_sect {
  background-color: #FDFCF0;
}

.recruit-top_inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 0 15.4vw;
}
@media (max-width: 1300px) {
  .recruit-top_inner {
    padding: 150px 0 17.4vw;
  }
}
@media (max-width: 768px) {
  .recruit-top_inner {
    padding: 70px 0 210px;
  }
}

.recruit-top_message {
  width: min(1580px, 90%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit-top_title {
  margin: 0;
  width: min(787px, 82vw);
  opacity: 0;
}
.recruit-top_title.is-animated {
  animation: recruit-top_pop-in 1.05s cubic-bezier(0.2, 0.8, 0.2, 1) 0.05s forwards;
}
.recruit-top_title img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-top_text {
  margin: 4.6vw 0;
  text-align: center;
  font-size: clamp(0.95rem, 1.25vw, 1.5rem);
  font-weight: 700;
  color: #3B3B3B;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media (max-width: 768px) {
  .recruit-top_text {
    font-size: 16px;
    font-size: 1rem;
    margin: 25px 0;
    text-align: left;
  }
}

.cmn_recruit_btn {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 999px;
  background-color: #FFA841;
  color: #ffffff;
  font-weight: 900;
  padding: 30px 3.1vw;
  border: 2px solid #FFA841;
  transition: all 0.3s;
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn_recruit_btn.is_recruitment {
  margin: 0;
}
@media (max-width: 1024px) {
  .cmn_recruit_btn.is_recruitment {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cmn_recruit_btn {
    padding: 15px 0;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cmn_recruit_btn:hover {
    color: #FFA841;
    background-color: #ffffff;
  }
}

.recruit-top_deco {
  position: absolute;
  margin: 0;
  pointer-events: none;
}
.recruit-top_deco img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-top_deco-left {
  width: clamp(90px, 17.55vw, 338px);
  height: -moz-fit-content;
  height: fit-content;
  left: 2%;
  top: 38%;
  animation: recruit-top_drone-flight 3.8s cubic-bezier(0.42, 0, 0.25, 1) 0.15s infinite;
}
@media (max-width: 1300px) {
  .recruit-top_deco-left {
    top: auto;
    bottom: 24%;
  }
}
@media (max-width: 768px) {
  .recruit-top_deco-left {
    bottom: 15%;
    left: 23%;
  }
}

.recruit-top_deco-bottom-left {
  width: clamp(140px, 24.74vw, 475px);
  left: clamp(20px, 5.42vw, 104px);
  bottom: clamp(22px, 8.66vw, 83px);
  animation: recruit-top_float-b 5.2s ease-in-out 0.4s infinite;
}
@media (max-width: 1300px) {
  .recruit-top_deco-bottom-left {
    bottom: 0;
  }
}

.recruit-top_deco-bottom-right {
  width: clamp(140px, 14.64vw, 281px);
  right: 11.6vw;
  bottom: clamp(14px, 8.56vw, 82px);
  animation: recruit-top_float-c 4.2s ease-in-out 0.15s infinite;
}
@media (max-width: 1300px) {
  .recruit-top_deco-bottom-right {
    bottom: 0;
  }
}

.recruit-top_deco-tree {
  right: clamp(24px, 7.24vw, 139px);
  bottom: clamp(152px, 15.36vw, 295px);
  width: clamp(60px, 3.7vw, 72px);
  height: 109px;
  animation: recruit-top_tree-sway 3.6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .recruit-top_deco-tree {
    right: 20%;
    bottom: 9%;
  }
}

@keyframes recruit-top_pop-in {
  0% {
    opacity: 0;
    transform: translateY(56px) scale(0);
  }
  65% {
    opacity: 1;
    transform: translateY(-12px) scale(1.15);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes recruit-top_float-b {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(-1deg);
  }
}
@keyframes recruit-top_float-c {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@keyframes recruit-top_drone-flight {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(10px, -10px, 0) rotate(1.2deg);
  }
  50% {
    transform: translate3d(-8px, -18px, 0) rotate(-1.8deg);
  }
  75% {
    transform: translate3d(9px, -8px, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes recruit-top_tilt {
  0%, 100% {
    transform: rotate(-2deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.04);
  }
}
@keyframes recruit-top_tree-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
.recruit-bg {
  background-image: url("../images/recruit-bg.png");
  background-size: cover;
  background-position: right;
}
@media (min-width: 769px) {
  .recruit-bg {
    background-attachment: fixed;
  }
}

.recruit-bg_image {
  content: "";
  width: 100%;
  height: 624px;
}
@media (max-width: 768px) {
  .recruit-bg_image {
    height: 45vh;
  }
}

/*-------------------------------------------------------------------------------
  recruit - data
--------------------------------------------------------------------------------*/
.recruit-data_sect {
  padding-top: 8.8vw;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-data_sect {
    padding-top: 0;
  }
}

.recruit-data_inner {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
}

.recruit-data_head {
  text-align: center;
  margin-bottom: clamp(32px, 4.17vw, 80px);
}

.recruit-data_ja {
  margin: 6px 0 0;
  color: #3b3b3b;
  font-size: clamp(1.438rem, 1.67vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.recruit-data_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.6vw;
       column-gap: 3.6vw;
  row-gap: 3.1vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .recruit-data_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .recruit-data_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.recruit-data_card {
  padding: 3.1vw 1vw 2vw;
  border: 12px solid #FFA841;
  border-radius: 40px;
  background-color: #fffdf6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
}
@media (max-width: 768px) {
  .recruit-data_card {
    border: 5px solid #FFA841;
    padding: 25px 5%;
    gap: 15px;
  }
}

.recruit-data_label {
  margin: 0;
  color: #3b3b3b;
  font-size: clamp(1rem, 1.46vw, 1.75rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .recruit-data_label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.recruit-data_num_wrap {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  min-height: 108px;
}
@media (max-width: 768px) {
  .recruit-data_num_wrap {
    min-height: 60px;
  }
}

.recruit-data_num {
  margin: 0;
  color: #FF5F3F;
  font-family: "Lato", sans-serif;
  font-size: clamp(4rem, 6.67vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  opacity: 0;
}
.recruit-data_num.is-active {
  opacity: 1;
}

.recruit-data_unit {
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  font-weight: 900;
  line-height: 1.3;
  flex-shrink: 0;
}

.recruit-data_note {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}

/*-------------------------------------------------------------------------------
  recruit - interview
--------------------------------------------------------------------------------*/
.recruit-interview_sect {
  background-color: #FDFCF0;
}

.recruit-interview_inner {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3.65vw, 70px);
  position: relative;
  padding-top: 10.4vw;
}
@media (max-width: 768px) {
  .recruit-interview_inner {
    flex-direction: column;
    gap: 25px;
    padding-top: 70px;
  }
}

.recruit-interview_head {
  flex: 0 0 20.8vw;
}
@media (max-width: 768px) {
  .recruit-interview_head {
    flex: 1;
  }
}

.recruit-interview_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 2.92vw, 56px);
}
@media (max-width: 768px) {
  .recruit-interview_list {
    gap: 25px;
  }
}

.recruit-interview_item {
  border: 12px solid #8BC34A;
  border-radius: 40px;
  background-color: #fffdf6;
  padding: 3.1vw 3.1vw 3.6vw 3.1vw;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-interview_item {
    border: 5px solid #8BC34A;
    border-radius: 20px;
    padding: 25px 5%;
  }
}
.recruit-interview_item:last-of-type::before {
  content: "";
  width: 14.5vw;
  height: 8vw;
  animation: recruit-top_drone-flight 3.8s cubic-bezier(0.42, 0, 0.25, 1) 0.15s infinite;
  position: absolute;
  background: url(../images/drone_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 130px;
  min-height: 75px;
  top: 50%;
  left: -23%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .recruit-interview_item:last-of-type::before {
    top: auto;
    left: auto;
    right: 0;
    bottom: -72px;
  }
}

.recruit-interview_profile {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.3vw, 24px);
  margin-bottom: clamp(24px, 2.6vw, 50px);
}
@media screen and (max-width: 767px) {
  .recruit-interview_profile {
    flex-direction: column;
    align-items: flex-start;
  }
}

.recruit-interview_year {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 1.04vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.recruit-interview_name {
  margin: 0;
  color: #00A1D6;
  font-size: clamp(1.5rem, 2.08vw, 2.5rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .recruit-interview_name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.recruit-interview_qa_list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.08vw, 40px);
}

.recruit-interview_qa_item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media (max-width: 768px) {
  .recruit-interview_qa_item {
    gap: 10px;
  }
}

.recruit-interview_q {
  display: flex;
  gap: 16px;
  color: #3b3b3b;
  font-weight: 900;
  align-items: center;
}

.recruit-interview_q_mark {
  margin: 0;
  color: #FFA841;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  line-height: 1.5;
  font-weight: 600;
  flex-shrink: 0;
}

.recruit-interview_q_text {
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .recruit-interview_q_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.recruit-interview_a {
  padding-left: 46px;
}
@media (max-width: 768px) {
  .recruit-interview_a {
    padding-left: 35px;
  }
}

.recruit-interview_a_text {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .recruit-interview_a_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*-------------------------------------------------------------------------------
recruit-recruitment
--------------------------------------------------------------------------------*/
.recruit-recruitment_tables {
  display: flex;
  flex-direction: column;
  gap: 5.2vw;
  width: 980px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .recruit-recruitment_tables {
    gap: 70px;
  }
}

/*-------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
/*------------------------------------------------
contact-tel
--------------------------------------------------*/
.contact-tel_sec {
  padding-top: 10.4vw;
}
@media (max-width: 768px) {
  .contact-tel_sec {
    padding-top: 70px;
  }
}

.contact-tel_box {
  width: 1042px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.contact-tel_item {
  background-color: #EAF4F9;
  padding: 60px 1%;
  display: flex;
  justify-content: center;
  gap: 4.1vw;
  margin-top: 3.6vw;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contact-tel_item {
    padding: 25px 5%;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
}

.contact-tel_link {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #00A1D6;
}
@media (min-width: 769px) {
  .contact-tel_link {
    pointer-events: none;
  }
}

.contact-tel_number {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.83vw, 16px);
  font-family: "Lato", sans-serif;
  font-size: clamp(2.813rem, 2.188rem + 1.3vw, 3.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact-tel_number {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
.contact-tel_number::before {
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  background: url(../images/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 31px;
  min-height: 31px;
}

.contact-tel_meta {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.83vw, 16px);
  color: #00A1D6;
}
@media (max-width: 768px) {
  .contact-tel_meta {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.contact-tel_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #00A1D6;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 130px;
  height: 34px;
}
@media (max-width: 768px) {
  .contact-tel_badge {
    font-size: 14px;
    font-size: 0.875rem;
    width: 93px;
    height: 26px;
  }
}

.contact-tel_hours {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact-tel_hours {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
contact-form
--------------------------------------------------*/
.contact-form_unit {
  margin-top: 10.4vw;
  position: relative;
  padding-bottom: 8.8vw;
}
@media (max-width: 768px) {
  .contact-form_unit {
    margin-top: 130px;
    padding-bottom: 70px;
  }
}

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

.contact-form_text {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
  text-align: center;
  padding: 6.2vw 5%;
}
@media (max-width: 768px) {
  .contact-form_text {
    text-align: left;
    padding: 25px 5%;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------------------
  cta - contact
--------------------------------------------------------------------------------*/
.cta_contact_sect {
  background-color: #00A1D6;
  padding-top: 250px;
}
@media (max-width: 768px) {
  .cta_contact_sect {
    padding-top: 120px;
  }
}

.cta_contact_top {
  width: 100%;
  height: clamp(72px, 11.46vw, 220px);
  position: relative;
}

.cta_contact_box {
  width: 100%;
  margin: 0 auto;
  background-color: #FDFCF0;
  text-align: center;
  position: relative;
  padding-bottom: calc(8.3vw - 50px);
}
@media (max-width: 768px) {
  .cta_contact_box {
    padding-bottom: 70px;
  }
}

.cta_contact_item {
  transform: translateY(-50px);
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cta_contact_item {
    transform: translateY(0);
  }
}

.cta_contact_city {
  position: absolute;
  left: 5vw;
  top: -8vw;
  width: 28.4vw;
  height: 13.6vw;
  margin: 0;
  z-index: 2;
  min-width: 200px;
  min-height: 105px;
}
@media (max-width: 768px) {
  .cta_contact_city {
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cta_contact_city img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta_contact_head {
  margin: 0 auto;
}

.cta_contact_copy {
  padding-top: 3.8vw;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .cta_contact_copy {
    padding-top: 25px;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}

.cta_contact_action {
  margin-top: clamp(28px, 3.91vw, 75px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4.69vw, 90px);
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cta_contact_action {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cta_contact_action {
    margin-top: 25px;
    gap: 40px;
  }
}

.cta_contact_tel {
  display: inline-flex;
  align-items: flex-start;
  gap: clamp(10px, 1.04vw, 20px);
  text-decoration: none;
  color: #00A1D6;
}
@media (min-width: 769px) {
  .cta_contact_tel {
    pointer-events: none;
  }
}

.cta_contact_icon {
  width: 2.5vw;
  height: 2.5vw;
  padding-top: 2%;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 31px;
  min-height: 31px;
}

.cta_contact_time {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 0.63vw, 12px);
}
@media (max-width: 1024px) {
  .cta_contact_time {
    text-align: center;
  }
}

.cta_contact_number {
  font-family: "Lato", sans-serif;
  font-size: clamp(2.813rem, 2.188rem + 1.3vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cta_contact_number {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}

.cta_contact_hours {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.78vw, 15px);
  color: #00A1D6;
  font-weight: 900;
  line-height: 1.4;
}
.cta_contact_hours span {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
}
@media (max-width: 768px) {
  .cta_contact_hours span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.cta_contact_hours span.cta_contact_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 34px;
  border-radius: 999px;
  background-color: #00A1D6;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cta_contact_hours span.cta_contact_badge {
    font-size: 14px;
    font-size: 0.875rem;
    width: 93px;
    height: 26px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_footer_wrap {
  background-color: #00A1D6;
  padding: 3.3vw 0 3.7vw;
}
@media (max-width: 1024px) {
  .ft_footer_wrap {
    padding: 40px 0 10px;
  }
}

.ft_footer_inner {
  width: 1740px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 3.65vw, 70px);
}
@media (max-width: 1024px) {
  .ft_footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.ft_footer_logo {
  color: #ffffff;
  font-size: clamp(1rem, 1.67vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.ft_footer_address {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-top: 2.6vw;
}
@media (max-width: 1024px) {
  .ft_footer_address {
    text-align: center;
    padding-top: 25px;
  }
}

.ft_footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 71px;
}
@media (max-width: 1024px) {
  .ft_footer_right {
    gap: 0;
  }
}

.ft_nav_list {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.08vw, 40px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .ft_nav_list {
    display: none;
  }
}

.ft_nav_link {
  color: #ffffff;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    opacity: 0.6;
  }
}

.ft_copy_text {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .ft_copy_text span {
    display: none;
  }
}

/*------------------------------------------------
ウェーブ装飾
--------------------------------------------------*/
.wave_bottom, .wave_top {
  position: relative;
  width: 100%;
  height: clamp(44px, 3.7vw, 71px);
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.wave_bottom img, .wave_top img {
  display: none;
}
.wave_bottom {
  background-image: url(../images/wave_bottom.png);
  animation: wave-bottom-scroll 60s linear infinite;
  transform: translateY(-30px);
}
.wave_top {
  background-image: url(../images/wave_top.png);
  animation: wave-top-scroll 60s linear infinite;
  transform: translateY(30px);
}

@keyframes wave-bottom-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@keyframes wave-top-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1920px 0;
  }
}
.green_wave_bottom, .green_wave_top {
  position: relative;
  width: 100%;
  height: clamp(44px, 3.7vw, 71px);
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.green_wave_bottom img, .green_wave_top img {
  display: none;
}
.green_wave_bottom {
  background-image: url(../images/green_wave_bottom.png);
  animation: wave-bottom-scroll 60s linear infinite;
  transform: translateY(43px);
}
.green_wave_top {
  background-image: url(../images/green_wave_top.png);
  animation: wave-top-scroll 60s linear infinite;
  transform: translateY(1px);
  z-index: -1;
}

@keyframes wave-bottom-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@keyframes wave-top-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1920px 0;
  }
}
/*-------------------------------------------------------------------------------
  お問い合わせ（共通） 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: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
}

.contact-form {
  position: relative;
}

.contact-form_wrap {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #EAF4F9;
  padding: 5.2vw 6.2vw 6.2vw;
}
.contact-form_wrap label {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 23px;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form_wrap dl {
  gap: 10px;
  padding-top: 35px;
}
@media (max-width: 1024px) {
  .contact-form_wrap dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .contact-form_wrap dl {
    padding-top: 25px;
  }
}
.contact-form_wrap dl:first-of-type {
  padding-top: 0;
  align-items: flex-start;
}
.contact-form_wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-form_wrap dl:last-of-type {
  align-items: flex-start;
}
.contact-form_wrap dl:last-of-type dt {
  padding-top: 2.9vw;
}
.contact-form_wrap dl dt {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  width: 300px;
  letter-spacing: 0;
  pointer-events: none;
  display: flex;
}
@media (max-width: 1024px) {
  .contact-form_wrap dl dt {
    width: 100%;
  }
}
.contact-form_wrap dl dt label {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 23px;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  color: #00A1D6;
}
.contact-form_wrap dl dd {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  width: 100%;
}
.contact-form_wrap dl input,
.contact-form_wrap dl textarea,
.contact-form_wrap dl select {
  padding: 14px 2.6vw;
  background: #ffffff;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  min-height: 75px;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form_wrap dl input,
  .contact-form_wrap dl textarea,
  .contact-form_wrap dl select {
    padding: 15px;
    min-height: auto;
  }
}
.contact-form_wrap dl input::-moz-placeholder, .contact-form_wrap dl textarea::-moz-placeholder, .contact-form_wrap dl select::-moz-placeholder {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: rgba(59, 59, 59, 0.3019607843);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.contact-form_wrap dl input::placeholder,
.contact-form_wrap dl textarea::placeholder,
.contact-form_wrap dl select::placeholder {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: rgba(59, 59, 59, 0.3019607843);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.contact-form_wrap dl input:focus,
.contact-form_wrap dl textarea:focus,
.contact-form_wrap dl select:focus {
  outline: none;
}
.contact-form_wrap dl textarea {
  padding: 25px 30px;
}

.required {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FF5F3F;
  padding-left: 7px;
}

.any {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  background-color: #797979;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 15px;
}

.is-address .zip_short {
  width: 540px;
}
@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: 3px 13px 6px 42px;
  position: relative;
  line-height: 1.8;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span {
    font-size: 16px;
    font-size: 1rem;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #D3D3D3;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    width: 20px;
    height: 20px;
  }
}
input[type=radio]:checked + span::after {
  background-color: #00A1D6;
}

.privacy-check {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 30px;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 19px 14px 12px 59px;
  position: relative;
  color: #3B3B3B;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
    padding: 19px 0 12px 50px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 20px;
  left: 14px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 16px;
    left: 11px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 2px solid #6A4C92;
  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: 410px;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 1024px) {
  .privacy-contents {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 10px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 8px;
  background-color: #D7D7D7;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents::-webkit-scrollbar-track {
  width: 8px;
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #6A4C92;
  width: 8px;
}

.contact-privacy_title {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.confirm-button {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  display: flex;
  padding: 26px 105px;
  color: #ffffff;
  background-color: #6A4C92;
  border: 4px solid #6A4C92;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .confirm-button {
    padding: 15px 0;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    background-color: #ffffff;
    color: #6A4C92;
  }
}

.confirm-none {
  width: 100%;
}

.back-button {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  display: flex;
  padding: 26px 105px;
  color: #ffffff;
  background-color: #b0b0b0;
  border: 4px solid #b0b0b0;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .back-button {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .back-button:hover {
    background-color: #ffffff;
    color: #b0b0b0;
  }
}

.has-spinner {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  display: flex;
  padding: 26px 105px;
  color: #ffffff;
  background-color: #6A4C92;
  border: 4px solid #6A4C92;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .has-spinner {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .has-spinner:hover {
    background-color: #ffffff;
    color: #6A4C92;
  }
}

.check_submit {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 100px;
}
@media (max-width: 768px) {
  .check_submit {
    gap: 30px;
    justify-content: center;
  }
}

#form-confirm dl {
  padding: 30px 0;
  border-bottom: 1px #676052 solid;
  margin-top: 0;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm dl dd {
  padding-top: 12px;
}
@media (max-width: 768px) {
  #form-confirm dl dd {
    padding-top: 0;
  }
}
#form-confirm dl:first-of-type dd::after {
  display: none;
}
#form-confirm dl:last-of-type dt {
  padding-top: 0;
}
#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;
}

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

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

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

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

.radio-area {
  display: flex;
  gap: 0 2.6vw;
  padding-top: 2vw;
}
@media (max-width: 1024px) {
  .radio-area {
    flex-direction: column;
  }
}
@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: 450px;
}
@media (max-width: 768px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 16px;
  top: 61%;
  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: 350px;
}

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

.unit-privacy {
  padding: 50px;
  height: 500px;
  background-color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 15px;
    height: 302px;
  }
}

.contact-privacy {
  margin-top: 35px;
}
.contact-privacy label {
  color: #00A1D6;
}

.privacy-text {
  padding-top: 30px;
  font-weight: 600;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.privacy-text:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text .privacy-title {
  font-weight: 500;
  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-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: #FDFCF0;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .box_cmn_form_no-input {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pallet_red_text {
  color: #CA1F10;
  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;
}

/*-------------------------------------------------------------------------------
  送信完了、404
--------------------------------------------------------------------------------*/
.other-unit {
  padding: 200px 5% 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .other-unit {
    padding: 130px 5% 70px;
  }
}

.other-texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

.other-statement {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.other-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .other-label {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

.other-title {
  text-align: left;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  padding: 0;
  line-height: 3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .other-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.other-text {
  padding: 0;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 500;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .other-text {
    line-height: 1.8;
  }
}

@media (max-width: 1199px) {
  .xl_br {
    display: none;
  }
}

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

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

@media (max-width: 768px) {
  .md_no_br {
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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;
  }
}

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

body.business .hd_nav_list .hd_nav_item:nth-of-type(2) .hd_nav_link {
  color: #FF5F3F;
}

body.company .hd_nav_list .hd_nav_item:nth-of-type(3) .hd_nav_link {
  color: #FF5F3F;
}

body.post .hd_nav_list .hd_nav_item:nth-of-type(4) .hd_nav_link {
  color: #FF5F3F;
}

body.recruit .hd_nav_list .hd_nav_item:nth-of-type(5) .hd_nav_link {
  color: #FF5F3F;
}

body.contact .hd_nav_list .hd_nav_item:nth-of-type(6) .hd_nav_link {
  color: #FF5F3F;
}

/*------------------------------------------------
要素アニメーション
--------------------------------------------------*/
.anime-target {
  opacity: 0;
  will-change: transform, opacity;
}
.anime-target.anime {
  animation: popOutMessage 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popOutMessage {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes indexBusinessRailGlideIn {
  0% {
    opacity: 0;
    transform: translate3d(var(--index-business-rail-x), 0, 0) scale(var(--index-business-rail-scale));
    filter: grayscale(0.24) saturate(0.82) brightness(1.03);
  }
  62% {
    opacity: 1;
    transform: translate3d(calc(var(--index-business-rail-x) * -0.08), 0, 0) scale(1.01);
    filter: grayscale(0.04) saturate(1.03) brightness(1.01);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: saturate(1) brightness(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-business_list .index-business_card.is-index-business-pop-ready {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }
}
.boxer {
  overflow: hidden;
  cursor: pointer;
}
.boxer img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.05);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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