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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #ECFAEB;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #ECFAEB;
  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 #333333;
}
.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: #333333;
}
.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 #333333;
}
.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: #333333;
}
.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 #333333;
}
.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: #333333;
}
.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: #ECFAEB;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(236, 250, 235, 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: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #ECFAEB;
  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;
}
table th,
table td {
  text-align: left;
}

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------*/
.cmn_title {
  color: #39C831;
  line-height: 1;
  font-weight: 400;
  font-size: clamp(2.188rem, 1.153rem + 2.16vw, 3.75rem);
  font-family: "Alata", sans-serif;
  display: inline-block;
  overflow: hidden;
  display: flex;
}

.cmn_title_ja {
  font-size: clamp(1.25rem, 0.958rem + 0.61vw, 1.688rem);
  font-weight: 600;
  padding-top: 1.3vw;
  display: inline-block;
  overflow: hidden;
  display: flex;
}

.index-title_num {
  font-size: 17px;
  font-size: 1.0625rem;
  border: #39C831 1px solid;
  border-radius: 120px;
  line-height: 1;
  font-weight: 400;
  color: #39C831;
  display: flex;
  align-items: center;
  width: 40px;
  height: 27px;
  justify-content: center;
  font-family: "Alata", sans-serif;
}

.cmn_wrap {
  margin: 5vw 4vw;
  width: 92%;
}
@media (max-width: 1024px) {
  .cmn_wrap {
    margin: 5vw 5%;
  }
}
@media (max-width: 768px) {
  .cmn_wrap {
    margin: 40px 5%;
  }
  .cmn_wrap:last-of-type {
    margin-bottom: 0;
  }
}

.cmn_items {
  margin: 0 3vw;
}

.cmn_bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.6vw 4vw 9.5vw;
  width: 85vw;
  margin-left: 3vw;
}
@media (max-width: 1024px) {
  .cmn_bg {
    padding: 2vw 2vw 9.5vw;
  }
}
@media (max-width: 768px) {
  .cmn_bg {
    padding: 20px 5%;
    margin-left: 0;
    width: 90vw;
  }
}
.cmn_bg.is_business {
  padding-bottom: 4vw;
  background: url(../images/index-business.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cmn_bg.is_company {
  background: url(../images/index-company.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cmn_bg.is_recruit {
  background: url(../images/index-recruit.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.cmn_index_title {
  font-size: clamp(1.75rem, 1.046rem + 1.47vw, 2.813rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

.cmn_text {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 600;
  line-height: 2.4;
  color: #ffffff;
  padding-top: 1.5vw;
}
@media (max-width: 768px) {
  .cmn_text {
    padding-top: 15px;
    line-height: 1.8;
  }
}

.cmn_btn {
  padding: 1.6vw 1.5vw 1.6vw 2vw;
  background-color: #ffffff;
  color: #333333;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  gap: 2.6vw;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  transition: all 0.3s;
}
.cmn_btn.is_pc {
  display: flex;
}
@media (max-width: 768px) {
  .cmn_btn.is_pc {
    display: none;
  }
}
.cmn_btn.is_sp {
  display: none;
}
@media (max-width: 768px) {
  .cmn_btn.is_sp {
    display: flex;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_sp.is_index-top {
    border: none;
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 15px;
  }
}
.cmn_btn.is_404 {
  background-color: #39C831;
  color: #ffffff;
  margin: 0 auto 0 0;
  border: 2px solid #39C831;
}
@media (max-width: 768px) {
  .cmn_btn.is_404 {
    margin-top: 25px;
  }
}
.cmn_btn.is_404::after {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .cmn_btn.is_404:hover {
    background-color: #ffffff;
    border: 2px solid #39C831;
    color: #39C831;
  }
  .cmn_btn.is_404:hover::after {
    color: #39C831;
  }
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    background-color: #39C831;
    color: #ffffff;
  }
  .cmn_btn:hover::after {
    color: #ffffff;
  }
}
.cmn_btn::after {
  content: "▶";
  color: #39C831;
  transition: all 0.3s;
}
.cmn_btn.is_index-top {
  border: #39C831 2px solid;
  height: 50px;
  margin-right: 4vw;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cmn_btn.is_index-top {
    margin-top: 10px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_index-top {
    margin-top: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.cmn_btn.is_recruit-job {
  background-color: #39C831;
  color: #ffffff;
  margin: 2.6vw auto 0;
  border: 2px solid #39C831;
}
@media (max-width: 768px) {
  .cmn_btn.is_recruit-job {
    margin-top: 25px;
  }
}
.cmn_btn.is_recruit-job::after {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .cmn_btn.is_recruit-job:hover {
    background-color: #ffffff;
    border: 2px solid #39C831;
    color: #39C831;
  }
  .cmn_btn.is_recruit-job:hover::after {
    color: #39C831;
  }
}

.cmn_contact_items {
  display: flex;
  gap: 2vw;
  justify-content: center;
}
.cmn_contact_items.is_hd {
  display: none;
}
@media (max-width: 1024px) {
  .cmn_contact_items.is_hd {
    display: flex;
    width: 90%;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .cmn_contact_items {
    flex-direction: column;
    align-items: center;
    width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cmn_contact_items {
    gap: 15px;
    width: 300px;
  }
}
.cmn_contact_items.is_step {
  padding-top: 20px;
  gap: 15px;
}
@media (max-width: 1199px) {
  .cmn_contact_items.is_step {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cmn_contact_items.is_step {
    width: 300px;
    margin: 0 auto;
  }
}

.cmn_tel {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 2.2vw 4vw;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .cmn_tel {
    width: 100%;
    padding: 2.2vw 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cmn_tel {
    padding: 5%;
  }
}
.cmn_tel.is_step {
  border: 3px solid #39C831;
  padding: 0.9vw 1.9vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1199px) {
  .cmn_tel.is_step {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
  }
}

.cmn_mail {
  padding: 3.1vw 6.1vw;
  background-color: #ffffff;
  display: inline-block;
  display: flex;
  gap: 0.7vw;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.cmn_mail svg {
  width: 32px;
  height: 26px;
  fill: #39C831;
}
@media (max-width: 768px) {
  .cmn_mail svg {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1024px) {
  .cmn_mail {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cmn_mail {
    padding: 5%;
  }
}
.cmn_mail.is_step {
  border: 3px solid #39C831;
  padding: 1.5vw 2.3vw;
}
@media (max-width: 1199px) {
  .cmn_mail.is_step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
  }
}
@media (min-width: 1025px) {
  .cmn_mail:hover {
    background-color: #39C831;
  }
  .cmn_mail:hover .cmn_mail_text {
    color: #ffffff;
  }
  .cmn_mail:hover svg path {
    fill: #ffffff;
  }
}

.cmn_mail_text {
  color: #333333;
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  background-size: cover;
  gap: 15px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_mail_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_mail_text.is_step {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
}

.cmn_tel_link {
  font-size: clamp(3rem, 2.667rem + 0.69vw, 3.5rem);
  color: #333333;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  background-size: cover;
  gap: 10px;
  font-family: "Alata", sans-serif;
}
@media (min-width: 769px) {
  .cmn_tel_link {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .cmn_tel_link {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cmn_tel_link {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cmn_tel_link.is_contact {
  font-size: clamp(2.438rem, 1.979rem + 0.95vw, 3.125rem);
}
@media (max-width: 480px) {
  .cmn_tel_link.is_contact {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cmn_tel_link.is_step {
  font-size: clamp(1.75rem, 1.458rem + 0.61vw, 2.188rem);
}
.cmn_tel_link::before {
  content: "";
  background: url(../images/green_tel.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .cmn_tel_link::before {
    width: 21px;
    height: 21px;
  }
}

.cmn_tel_time {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8D8D8D;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_tel_time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.cmn_tel_time.is_step {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cmn_link {
  color: #39C831;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: all 0.3s;
  display: inline-block;
}
@media (min-width: 1025px) {
  .cmn_link:hover {
    color: rgba(57, 200, 49, 0.5607843137);
  }
}
.cmn_link.is_pallet {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cmn_link.is_pallet {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .cmn_link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.arrow {
  width: 109px;
  height: 60px;
  margin: 10px 0 10px 3.6vw;
}
@media (max-width: 768px) {
  .arrow {
    margin: 10px auto 10px auto;
  }
}
.arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arrow.is_center {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .arrow.is_center {
    width: 89px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cmn_table {
  width: 970px;
  max-width: 100%;
  margin: 42px auto 0;
}
.cmn_table.is_guidelines {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cmn_table {
    margin-top: 25px;
    width: 100%;
  }
}
.cmn_table tr:nth-of-type(odd) {
  background-color: #F3F3F3;
}
.cmn_table th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 35px 20px;
  width: 20%;
}
.cmn_table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 35px 20px;
  width: 74%;
}
@media (max-width: 768px) {
  .cmn_table th {
    display: block;
    width: 100%;
    padding: 15px 15px 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 0 15px 15px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 97px;
  display: flex;
  align-items: center;
  z-index: 100;
  padding: 0 40px 0 30px;
  transition: all 0.3s;
  position: absolute;
}
@media (max-width: 1024px) {
  .header {
    background-color: #ffffff;
  }
}
.header.is_fixed {
  background-color: #ffffff;
  position: fixed;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  top: 0;
}
.header.is_fixed .nav .hd_logo {
  background: url(../images/black_logo.svg);
}
.header.is_fixed .nav .hd_nav_box .hd_nav_lists .hd_nav_list .hd_nav_link {
  color: #333333;
}
.header.is_fixed .nav .hd_nav_box .hd_nav_lists .hd_nav_list .hd_nav_link::before {
  content: "▶";
  color: #333333;
  width: 10px;
  height: 10px;
  font-size: 10px;
  opacity: 0;
}
@media (min-width: 1025px) {
  .header.is_fixed .nav .hd_nav_box .hd_nav_lists .hd_nav_list .hd_nav_link:hover {
    color: #39C831;
  }
}
@keyframes slideIn {
  0% {
    margin-top: 0;
    opacity: 0;
  }
  40%, 100% {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
    top: 0;
    position: fixed;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 5%;
  }
}
.header.is-visible {
  top: 0;
}

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

.hd_logo {
  display: flex;
  z-index: 100;
  width: 290px;
  height: 32px;
  background-image: url(../images/logo.svg);
  background-size: contain;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hd_logo {
    min-width: 230px;
  }
}
@media (max-width: 1024px) {
  .hd_logo {
    min-width: 200px;
    background-image: url(../images/black_logo.svg);
  }
}
@media (max-width: 768px) {
  .hd_logo {
    width: 180px;
    height: 20px;
  }
}

.hd_nav_lists {
  display: flex;
  align-items: center;
  gap: 2.6vw;
  color: #27323B;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hd_nav_lists {
    gap: 2vw;
  }
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    background-color: #ffffff;
    padding: 25px 0;
    gap: 20px;
    margin: 0 5%;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: visible;
  }
}

.hd_nav_link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1024px) {
  .hd_nav_link {
    color: #333333;
  }
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #39C831;
  }
}
.hd_nav_link::before {
  content: "▶";
  color: #ffffff;
  width: 10px;
  height: 10px;
  font-size: 10px;
  opacity: 0;
}
@media (max-width: 1024px) {
  .hd_nav_link::before {
    color: #333333;
  }
}

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

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

.hd_contact {
  padding: 1vw 2vw;
  background: #39C831;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7vw;
  transition: all 0.3s;
  border: 2px solid #39C831;
}
@media (max-width: 1024px) {
  .hd_contact {
    display: none;
  }
}
.hd_contact svg {
  width: 21px;
  height: 21px;
}
@media (min-width: 1025px) {
  .hd_contact:hover {
    background-color: #ffffff;
    color: #39C831;
    border: 2px solid #39C831;
  }
  .hd_contact:hover svg path {
    fill: #39C831;
  }
}

svg path {
  transition: all 0.3s;
}

/*------------------------------------------------
mv
--------------------------------------------------*/
.mv_image {
  width: 100%;
  min-height: 650px;
  height: 100svh;
  position: relative;
  background: url(../images/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 2vw 2.1vw 4.6vw;
}
@media (max-width: 1024px) {
  .mv_image {
    padding: 0 2% 2% 2%;
    min-height: 100svh;
  }
}
@media (max-width: 768px) {
  .mv_image {
    padding: 0;
  }
}
.mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_items {
  display: flex;
  justify-content: space-between;
  margin: auto 0 0 0;
  height: 100%;
  align-items: end;
}
@media (max-width: 768px) {
  .mv_items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .mv_texts {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 480px) {
  .mv_texts {
    text-align: center;
  }
}

.mv_title {
  width: 38vw;
  min-width: 350px;
}
@media (max-width: 480px) {
  .mv_title {
    min-width: 300px;
    padding-top: 10px;
  }
}
.mv_title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_sub_title {
  font-family: "Alata", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 2.125rem);
}
@media (max-width: 480px) {
  .mv_sub_title {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.mv_btn {
  display: flex;
  padding: 15px 31px 15px 15px;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5vw;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .mv_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 300px;
    padding: 15px;
    gap: 0;
    justify-content: space-around;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .mv_btn:hover {
    background-color: #39C831;
  }
  .mv_btn:hover .mv_btn_text {
    color: #ffffff;
  }
  .mv_btn:hover .mv_btn_text::after {
    color: #ffffff;
  }
}

.mv_btn_image {
  width: 120px;
  height: 120px;
}
@media (max-width: 1024px) {
  .mv_btn_image {
    width: 80px;
    height: 80px;
  }
}
.mv_btn_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_btn_text {
  color: #333333;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1.5vw;
  transition: all 0.3s;
}
.mv_btn_text::after {
  content: "▶";
  width: 14px;
  height: 19px;
  color: #39C831;
  transition: all 0.3s;
}

.mainimage {
  position: relative;
  height: 700px;
}
@media (max-width: 768px) {
  .mainimage {
    height: 50vh;
    min-height: 350px;
  }
}
.mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn-ttl {
  position: absolute;
  left: 80px;
  bottom: 50px;
}
@media (max-width: 768px) {
  .cmn-ttl {
    left: 5%;
    bottom: 5%;
  }
}

.cmn-ttl_ja {
  font-size: clamp(2.375rem, 1.875rem + 1.04vw, 3.125rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .cmn-ttl_ja {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.5;
  }
}

.cmn-ttl_en {
  font-size: clamp(1.5rem, 1.25rem + 0.52vw, 1.875rem);
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cmn-ttl_en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*-------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------*/
.index-card {
  width: 100%;
}

.index-about_item {
  display: flex;
  margin: 6.2vw 4vw 0 0;
  justify-content: space-between;
  gap: 3vw;
}
@media (max-width: 1024px) {
  .index-about_item {
    flex-direction: column-reverse;
    margin: 6.2vw 5%;
  }
}
@media (max-width: 768px) {
  .index-about_item {
    margin: 40px 5%;
    gap: 15px;
  }
}

.index-titles {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .index-titles {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .index-titles {
    margin: 0;
    gap: 5px;
  }
}
.index-titles.is_card_title {
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .index-titles.is_card_title {
    margin: 10px 0 25px;
  }
}

.card-section {
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .card-section {
    margin-bottom: 0;
  }
}

.card {
  position: absolute;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .card {
    position: static;
  }
}

.fast-card {
  padding-top: 80px;
}

.index-about_image {
  width: 61vw;
}
@media (max-width: 1024px) {
  .index-about_image {
    width: 100%;
    height: 300px;
  }
}
.index-about_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-about_texts {
  width: 36vw;
  margin-top: 7.2vw;
}
@media (max-width: 1024px) {
  .index-about_texts {
    width: 100%;
    margin-top: 0;
  }
}

.index-about_title {
  padding-top: 8.1vw;
  font-size: clamp(2.063rem, 1.152rem + 1.9vw, 3.438rem);
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .index-about_title {
    padding-top: 1.5vw;
  }
}
@media (max-width: 768px) {
  .index-about_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.index-about_text {
  padding-top: 1.5vw;
  font-weight: 500;
  line-height: 2.7;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
}
@media (max-width: 768px) {
  .index-about_text {
    line-height: 1.8;
  }
}

.index-about_text_wrap {
  padding-left: 2vw;
}

/*------------------------------------------------
index-business
--------------------------------------------------*/
.index-business_item {
  padding: 20px 25px;
  border-radius: 10px;
  border: #ffffff 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  .index-business_item {
    margin-top: 15px;
    padding: 20px 3%;
  }
}

.index-business_title {
  padding: 0.7vw 1.5vw;
  background-color: #39C831;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .index-business_title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 7px;
  }
}

.index-business_text {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.8;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .index-business_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
index-news
--------------------------------------------------*/
.index-news_unit {
  display: flex;
  padding: 6.7vw 4.1vw 7.8vw 6.2vw;
  gap: 3vw;
  align-items: baseline;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .index-news_unit {
    flex-direction: column;
    padding: 6.7vw 5% 7.8vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .index-news_unit {
    padding: 50px 5%;
  }
}

.index-news_lists {
  width: 79%;
  max-height: 700px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 3.1vw;
}
@media (max-width: 1024px) {
  .index-news_lists {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-news_lists {
    max-height: 500px;
  }
}
.index-news_lists {
  /*スクロールバー全体*/
}
.index-news_lists::-webkit-scrollbar {
  width: 8px;
  background-color: #D9D9D9;
  border-radius: 20px;
}
.index-news_lists {
  /*スクロールバーの軌道*/
}
.index-news_lists::-webkit-scrollbar-track {
  width: 8px;
}
.index-news_lists {
  /*スクロールバーの動く部分*/
}
.index-news_lists::-webkit-scrollbar-thumb {
  background-color: #39C831;
  width: 8px;
  border-radius: 20px;
}

.index-news_list {
  border-bottom: 1px #333333 solid;
  display: flex;
  padding: 1.8vw 0 2.1vw;
  gap: 3.1vw;
}
@media (max-width: 768px) {
  .index-news_list {
    padding: 15px 0;
    flex-direction: column;
    gap: 15px;
  }
}
.index-news_list:first-of-type {
  border-top: 1px #333333 solid;
}

.no-link_texts {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.index-news_time {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-news_time {
    display: flex;
    align-items: baseline;
    gap: 5px;
  }
}

.year {
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}

.date {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: clamp(1.563rem, 1.354rem + 0.43vw, 1.875rem);
  letter-spacing: 0.04em;
  display: block;
  line-height: 1;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .date {
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 0;
  }
}

.index-news_item {
  display: flex;
  flex: 1;
  gap: 1.5vw;
}
@media (max-width: 768px) {
  .index-news_item {
    flex-direction: column;
    gap: 15px;
  }
}

.inex-news_texts {
  flex: 1;
}

.index-news_text {
  font-size: clamp(0.875rem, 0.75rem + 0.26vw, 1.063rem);
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
.index-news_text.no-image {
  padding-bottom: 0;
}

.index-news_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0.7vw;
}
@media (max-width: 768px) {
  .index-news_links {
    margin-top: 15px;
  }
}

.index-news_link {
  display: flex;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  gap: 9px;
  align-items: center;
  font-weight: 500;
  line-height: 1.8;
  padding: 8px 20px;
  background-color: #EAEAEA;
  border-radius: 60px;
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 0.938rem);
}
@media (max-width: 768px) {
  .index-news_link {
    padding: 5px 15px;
  }
}
@media (min-width: 1025px) {
  .index-news_link:hover {
    color: #39C831;
  }
}
.index-news_link::after {
  content: "\e89e";
  font-family: "Material Icons Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #39C831;
}

.index-news_image {
  width: 210px;
  height: 160px;
}
@media (max-width: 768px) {
  .index-news_image {
    width: 100%;
    height: 25vh;
  }
}
.index-news_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
business
--------------------------------------------------------------------------------*/
/*------------------------------------------------
business-top
--------------------------------------------------*/
.business-top {
  margin: 4.1vw 4.1vw 0;
  background: #ECFAEB;
  border-radius: 10px;
  padding: 4.1vw 7.2vw;
}
@media (max-width: 1199px) {
  .business-top {
    margin: 4.1vw 5% 0;
    padding: 4.1vw 5%;
  }
}
@media (max-width: 768px) {
  .business-top {
    padding: 40px 5%;
    margin-top: 40px;
  }
}

.business-top_main_title {
  color: #39C831;
  font-size: clamp(1.875rem, 1.25rem + 1.3vw, 2.813rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .business-top_main_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.business-top_items {
  display: flex;
  gap: 3%;
  padding-top: 2.5vw;
}
@media (max-width: 1199px) {
  .business-top_items {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .business-top_items {
    padding-top: 15px;
    gap: 15px;
  }
}

.business-top_main_text {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 600;
  line-height: 2.7;
  width: 47%;
}
@media (max-width: 1199px) {
  .business-top_main_text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .business-top_main_text {
    line-height: 1.8;
  }
}

.business-items {
  border: 1px solid #39C831;
  border-radius: 10px;
  padding: 1.3vw 1.5vw;
  width: 50%;
}
@media (max-width: 1199px) {
  .business-items {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .business-items {
    padding: 20px 1.5vw;
  }
}

.business-item_title {
  padding: 0.7vw;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  background-color: #39C831;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .business-item_title {
    padding: 7px;
  }
}

.business-item_wrap {
  display: flex;
  padding-top: 1vw;
  justify-content: space-between;
  gap: 1.3vw;
}
@media (max-width: 768px) {
  .business-item_wrap {
    flex-direction: column;
    padding-top: 15px;
    gap: 15px;
  }
}

.business-sticker_image {
  width: 129px;
  height: 132px;
}

.business-stickers {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.7vw;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .business-stickers {
    padding: 10px;
  }
}

.business-sticker_text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .business-sticker_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

.business-item_text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 1.5vw;
}
@media (max-width: 768px) {
  .business-item_text {
    padding-bottom: 5px;
  }
}

/*------------------------------------------------
business-about
--------------------------------------------------*/
.business-about_unit {
  margin-top: 7.8vw;
  background: #F3F3F3;
  padding: 5vw 11.4vw;
}
@media (max-width: 1024px) {
  .business-about_unit {
    padding: 5vw 5%;
  }
}
@media (max-width: 768px) {
  .business-about_unit {
    padding: 50px 5%;
    margin-top: 50px;
  }
}

.business-about_item {
  padding-top: 4.1vw;
  display: flex;
  gap: 3vw;
  justify-content: space-between;
  align-items: flex-start;
}
.business-about_item:last-of-type {
  padding-top: 3.6vw;
}
@media (max-width: 768px) {
  .business-about_item:last-of-type {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .business-about_item {
    flex-direction: column;
    padding-top: 25px;
    gap: 15px;
  }
}

.business-about_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.business-about_title {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  padding-bottom: 1.3vw;
  border-bottom: #39C831 1px solid;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .business-about_title {
    padding-bottom: 5px;
  }
}

.business-about_text {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  padding-top: 1.5vw;
  line-height: 2.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  .business-about_text {
    padding-top: 15px;
    line-height: 1.8;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.business-about_image {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .business-about_image {
    width: 100%;
  }
}

/*------------------------------------------------
business-flow
--------------------------------------------------*/
.business-flow_items {
  margin: 4.1vw 9.3vw 0;
  position: relative;
  padding-left: 115px;
}
@media (max-width: 1040px) {
  .business-flow_items {
    margin: 4.1vw 5% 0;
  }
}
@media (max-width: 768px) {
  .business-flow_items {
    padding-left: 60px;
    margin: 25px 0 0;
  }
}
.business-flow_items::before {
  content: "";
  background-color: #9AE894;
  top: 50%;
  left: 2px;
  width: 60px;
  height: 85%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .business-flow_items::before {
    width: 23px;
    left: -5px;
    top: 8%;
    transform: translateY(0);
    height: 81.7%;
  }
}
@media (max-width: 480px) {
  .business-flow_items::before {
    top: 7%;
    height: 81.7%;
  }
}

.business-flow_item {
  padding: 30px;
  background: #ECFAEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1.5vw;
  position: relative;
}
@media (max-width: 768px) {
  .business-flow_item {
    padding: 20px 5%;
    flex-direction: column;
    gap: 15px;
  }
}
.business-flow_item.is_fast::before {
  content: "";
  position: absolute;
  left: -113px;
  top: 50%;
  transform: translateY(-50%);
  width: 113px;
  height: 109px;
  background: url(../images/right_arrow.svg);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .business-flow_item.is_fast::before {
    background: url(../images/right_mini_arrow.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 43px;
    left: -65px;
    background-size: contain;
    transform: translateY(-37%);
  }
}
.business-flow_item.is_last::before {
  content: "";
  position: absolute;
  left: -113px;
  top: 50%;
  transform: translateY(-50%);
  width: 113px;
  height: 58px;
  background-color: #9AE894;
}
@media (max-width: 768px) {
  .business-flow_item.is_last::before {
    width: 66px;
    height: 23px;
    left: -65px;
    transform: translateY(-23%);
  }
}

.business-flow_icon {
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.6vw 2vw;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .business-flow_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20vh;
  }
}

.business-flow_titles {
  display: flex;
  align-items: center;
  gap: 10px;
}

.business-flow_num {
  font-size: 17px;
  font-size: 1.0625rem;
  border: #39C831 1px solid;
  border-radius: 120px;
  line-height: 1;
  font-weight: 400;
  color: #39C831;
  display: flex;
  align-items: center;
  width: 40px;
  height: 27px;
  justify-content: center;
  font-family: "Alata", sans-serif;
}

.business-flow_title {
  font-size: clamp(1.125rem, 1.038rem + 0.18vw, 1.25rem);
  font-weight: 600;
}

.business-flow_text {
  font-size: clamp(0.875rem, 0.788rem + 0.18vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .business-flow_text {
    padding-top: 15px;
  }
}

.business-flow_sub_text {
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 0.938rem);
  font-weight: 600;
  line-height: 1.8;
  padding: 0.5vw 1vw;
  background-color: #D9D9D9;
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .business-flow_sub_text {
    margin-top: 15px;
    padding: 10px 5%;
  }
}

/*------------------------------------------------
business-area
--------------------------------------------------*/
.business-area_unit {
  background: #F3F3F3;
  padding: 5.2vw 11.4vw 7.8vw;
}
@media (max-width: 1024px) {
  .business-area_unit {
    padding: 5.2vw 5% 7.8vw;
  }
}
@media (max-width: 768px) {
  .business-area_unit {
    padding: 50px 5%;
  }
}

.business-area_image {
  margin-top: 4.1vw;
  position: relative;
}
.business-area_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .business-area_image {
    margin-top: 25px;
    height: 400px;
  }
}

.business-area_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.2vw;
}
@media (max-width: 768px) {
  .business-area_text {
    top: 5%;
    transform: translateY(0);
    left: 5%;
  }
}

.business-area_text {
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #39C831;
  padding: 2.4vw 1.9vw;
  font-size: clamp(0.875rem, 0.75rem + 0.26vw, 1.063rem);
  font-weight: 600;
}

/*------------------------------------------------
business-merit
--------------------------------------------------*/
.business-merit_unit {
  padding: 5vw 11.4vw 7.8vw;
}
@media (max-width: 1024px) {
  .business-merit_unit {
    padding: 5vw 5% 7.8vw;
  }
}
@media (max-width: 768px) {
  .business-merit_unit {
    padding: 50px 5%;
  }
}

.business-merit_items {
  margin: 4.1vw 7.2vw;
}
@media (max-width: 1024px) {
  .business-merit_items {
    margin: 4.1vw 0 0;
  }
}
@media (max-width: 768px) {
  .business-merit_items {
    margin-top: 30px;
  }
}

.business-merit_item {
  padding: 2.3vw 2.6vw;
  background: #ECFAEB;
  border-radius: 10px;
  display: flex;
  gap: 2vw;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .business-merit_item {
    padding: 20px 5%;
  }
}
.business-merit_item:last-of-type {
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  .business-merit_item:last-of-type {
    margin-top: 40px;
  }
}

.business-merit_check {
  width: 54px;
  height: 54px;
}
@media (max-width: 768px) {
  .business-merit_check {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    left: -10px;
  }
}
.business-merit_check img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.business-merit_title {
  font-size: clamp(1.125rem, 0.952rem + 0.35vw, 1.375rem);
  font-weight: 600;
  line-height: 1;
}

.business-merit_text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  padding-top: 15px;
}

/*-------------------------------------------------------------------------------
company
--------------------------------------------------------------------------------*/
/*------------------------------------------------
company-greeting
--------------------------------------------------*/
.company-greeting_unit {
  padding: 5.2vw 11.4vw 7.8vw;
  background: #ECFAEB;
  margin-top: 4.1vw;
}
@media (max-width: 1024px) {
  .company-greeting_unit {
    padding: 5.2vw 5% 7.8vw;
  }
}
@media (max-width: 768px) {
  .company-greeting_unit {
    padding: 50px 5%;
  }
}

.company-greeting_item {
  padding-top: 4.1vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.1vw;
}
@media (max-width: 1024px) {
  .company-greeting_item {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .company-greeting_item {
    gap: 15px;
    padding-top: 25px;
  }
}
.company-greeting_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-greeting_texts {
  width: 54%;
}
.company-greeting_texts.no-image {
  width: 100%;
}
@media (max-width: 1024px) {
  .company-greeting_texts {
    width: 100%;
  }
}

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

.company-greeting_name {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  text-align: right;
  padding-top: 1.5vw;
}
.company-greeting_name span {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}

.company-greeting_image {
  width: 40%;
  aspect-ratio: 60/45;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .company-greeting_image {
    margin: 0 auto;
    width: 300px;
  }
}
@media (max-width: 480px) {
  .company-greeting_image {
    width: 100%;
  }
}
.company-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
company-overview
--------------------------------------------------*/
.company-access_items {
  padding-top: 4.3vw;
}
@media (max-width: 768px) {
  .company-access_items {
    padding-top: 25px;
  }
}

.company-overview_unit {
  padding: 5vw 11.4vw 0;
}
@media (max-width: 1024px) {
  .company-overview_unit {
    padding: 5vw 5% 0;
  }
}
@media (max-width: 768px) {
  .company-overview_unit {
    padding: 50px 5% 0;
  }
}

.company-access_map {
  width: 100%;
  height: 450px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .company-access_map {
    height: 390px;
    margin-top: 15px;
  }
}
.company-access_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
company-access
--------------------------------------------------*/
.company-access_unit {
  padding: 5.2vw 11.4vw 7.8vw;
  background: #F3F3F3;
  margin-top: 7.8vw;
}
@media (max-width: 1024px) {
  .company-access_unit {
    padding: 5.2vw 5% 7.8vw;
  }
}
@media (max-width: 768px) {
  .company-access_unit {
    padding: 50px 5%;
    margin-top: 50px;
  }
}

.company-access_item {
  margin-top: 3.6vw;
}
@media (max-width: 768px) {
  .company-access_item {
    margin-top: 40px;
  }
}
.company-access_item:first-of-type {
  margin-top: 0;
}

.company-access_texts {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .company-access_texts {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
}

.company-access_title {
  font-size: clamp(1.125rem, 1rem + 0.26vw, 1.313rem);
  font-weight: 600;
}

.company-access_access {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1;
  font-weight: 500;
}
.company-access_access::before {
  content: "";
  background: url(../images/map.svg);
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/*------------------------------------------------
company-sdgs
--------------------------------------------------*/
.company-sdgs_unit {
  padding: 5vw 11.4vw 7.8vw;
}
@media (max-width: 1024px) {
  .company-sdgs_unit {
    padding: 5vw 5% 7.8vw;
  }
}
@media (max-width: 768px) {
  .company-sdgs_unit {
    padding: 50px 5%;
  }
}

.company-sdgs_items {
  margin: 4.1vw 7.2vw;
}
@media (max-width: 1024px) {
  .company-sdgs_items {
    margin: 4.1vw 0;
  }
}
@media (max-width: 768px) {
  .company-sdgs_items {
    margin: 25px 0 0 0;
  }
}

.company-sdgs_item {
  padding: 2.3vw 2.6vw;
  background: #ECFAEB;
  border-radius: 10px;
  display: flex;
  gap: 2vw;
  align-items: center;
  position: relative;
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  .company-sdgs_item {
    padding: 20px 5%;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
  }
}
.company-sdgs_item:first-of-type {
  margin-top: 0;
}

.company-sdgs_image {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company-sdgs_image {
    width: 120px;
    height: 120px;
  }
}
.company-sdgs_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-sdgs_title {
  font-size: clamp(1.125rem, 0.952rem + 0.35vw, 1.375rem);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .company-sdgs_title {
    text-align: center;
  }
}

.company-sdgs_text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  padding-top: 15px;
}

/*-------------------------------------------------------------------------------
recruit
--------------------------------------------------------------------------------*/
/*------------------------------------------------
recruit-message
--------------------------------------------------*/
.recruit-message_unit {
  padding: 5.2vw 11.4vw 6.7vw;
  background: #ECFAEB;
  margin-top: 4.1vw;
}
@media (max-width: 1024px) {
  .recruit-message_unit {
    padding: 5.2vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .recruit-message_unit {
    padding: 50px 5%;
    margin-top: 20px;
  }
}

.recruit-message_item {
  padding: 4.1vw 12.5vw 0;
}
@media (max-width: 1024px) {
  .recruit-message_item {
    padding: 4.1vw 0 0;
  }
}
@media (max-width: 768px) {
  .recruit-message_item {
    padding-top: 25px;
  }
}

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

.recruit-message_checks {
  padding-top: 2vw;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-message_checks {
    padding-top: 25px;
    gap: 15px;
  }
}

.recruit-message_check {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 33px 18px 18px;
  background-color: #ffffff;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  color: #39C831;
}
@media (max-width: 768px) {
  .recruit-message_check {
    padding: 5px 18px 5px 9px;
    gap: 5px;
  }
}
.recruit-message_check::before {
  content: "";
  background: url(../images/message_check.svg);
  width: 29px;
  height: 29px;
  background-size: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .recruit-message_check::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

.recruit-message_bg_item {
  background-image: url("../images/recruit-message_bg.webp");
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .recruit-message_bg_item {
    background-attachment: fixed;
  }
}

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

/*------------------------------------------------
recruit-voice
--------------------------------------------------*/
.recruit-voice_unit {
  padding: 5.2vw 11.4vw 6.7vw;
}
@media (max-width: 1024px) {
  .recruit-voice_unit {
    padding: 5.2vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .recruit-voice_unit {
    padding: 50px 5%;
  }
}

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

.recruit-voice_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  margin-top: 2vw;
}
@media (max-width: 768px) {
  .recruit-voice_item {
    flex-direction: column;
    margin-top: 40px;
    gap: 15px;
  }
}
.recruit-voice_item:first-of-type {
  margin-top: 0;
}

.recruit-voice_image {
  width: 33%;
  aspect-ratio: 50/37;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-voice_image {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .recruit-voice_image {
    width: 100%;
  }
}
.recruit-voice_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-voice_texts {
  width: 63%;
}
@media (max-width: 1024px) {
  .recruit-voice_texts {
    width: 100%;
  }
}

.recruit-voice_name {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 1.3vw;
}
@media (max-width: 768px) {
  .recruit-voice_name {
    padding-bottom: 5px;
  }
}

.recruit-voice_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 2.3;
  border-top: 1px #39C831 solid;
  padding-top: 1.5vw;
}
@media (max-width: 768px) {
  .recruit-voice_text {
    padding-top: 15px;
    line-height: 1.8;
  }
}

/*------------------------------------------------
recruit-step
--------------------------------------------------*/
.recruit-step_unit {
  padding: 5.2vw 11.4vw 6.7vw;
  background: #F3F3F3;
}
@media (max-width: 1024px) {
  .recruit-step_unit {
    padding: 5.2vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .recruit-step_unit {
    padding: 50px 5%;
  }
}

.recruit-step_items {
  margin-top: 4.1vw;
  padding: 0 12.5vw;
}
@media (max-width: 1840px) {
  .recruit-step_items {
    padding: 0 5%;
  }
}
@media (max-width: 1024px) {
  .recruit-step_items {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .recruit-step_items {
    margin-top: 25px;
  }
}

.recruit-step_item {
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1.5vw;
  counter-increment: mycounter;
  display: flex;
  align-items: center;
}
.recruit-step_item .recruit-step_texts .recruit-step_titles .recruit-step_num {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  border: #39C831 1px solid;
  border-radius: 120px;
  line-height: 1;
  font-weight: 400;
  color: #39C831;
  display: flex;
  align-items: center;
  width: 40px;
  height: 27px;
  justify-content: center;
  font-family: "Alata", sans-serif;
}
.recruit-step_item .recruit-step_texts .recruit-step_titles .recruit-step_num::after {
  content: counter(mycounter, decimal-leading-zero);
}
@media (max-width: 768px) {
  .recruit-step_item {
    flex-direction: column;
    gap: 15px;
    padding: 20px 5%;
  }
}

.recruit-step_icon {
  background: #ECFAEB;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.6vw 2vw;
  border-radius: 10px;
}
.recruit-step_icon img {
  width: 100px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .recruit-step_icon {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.recruit-step_titles {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .recruit-step_titles {
    justify-content: center;
  }
}

.recruit-step_title {
  font-size: clamp(1.125rem, 1.038rem + 0.18vw, 1.25rem);
  font-weight: 600;
  flex: 1;
}

.recruit-step_text {
  font-size: clamp(0.875rem, 0.788rem + 0.18vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  padding-top: 10px;
}

/*------------------------------------------------
recruit-job
--------------------------------------------------*/
.recruit-job_unit {
  padding: 5.2vw 11.4vw 6.7vw;
}
@media (max-width: 1024px) {
  .recruit-job_unit {
    padding: 5.2vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .recruit-job_unit {
    padding: 50px 5%;
  }
}

.recruit-job_items {
  margin-top: 4.1vw;
  padding: 0 12.5vw;
}
@media (max-width: 1024px) {
  .recruit-job_items {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .recruit-job_items {
    margin-top: 25px;
  }
}

.recruit-job_item {
  padding: 2.6vw;
  background: #ECFAEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
@media (max-width: 768px) {
  .recruit-job_item {
    padding: 20px 5%;
  }
}

.recruit-job_titles {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recruit-job_num {
  font-size: 17px;
  font-size: 1.0625rem;
  border: #39C831 1px solid;
  border-radius: 120px;
  line-height: 1;
  font-weight: 400;
  color: #39C831;
  display: flex;
  align-items: center;
  width: 40px;
  height: 27px;
  justify-content: center;
  font-family: "Alata", sans-serif;
}

.recruit-job_title {
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  font-weight: 600;
}

.recruit-job_text {
  font-size: clamp(0.875rem, 0.788rem + 0.18vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  padding-top: 10px;
}

/*------------------------------------------------
recruit-after
--------------------------------------------------*/
.recruit-after_unit {
  padding: 5.2vw 11.4vw 6.7vw;
  background: #F3F3F3;
}
@media (max-width: 1024px) {
  .recruit-after_unit {
    padding: 5.2vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .recruit-after_unit {
    padding: 50px 5%;
  }
}

.recruit-after_items {
  margin-top: 4.1vw;
  padding: 0 12.5vw;
}
@media (max-width: 1024px) {
  .recruit-after_items {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .recruit-after_items {
    margin-top: 25px;
  }
}

.recruit-after_item {
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
@media (max-width: 768px) {
  .recruit-after_item {
    flex-direction: column-reverse;
    gap: 15px;
    padding: 20px 5%;
  }
}

.recruit-after_image {
  width: 40%;
  aspect-ratio: 36/28;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-after_image {
    width: 300px;
    height: 25vh;
  }
}
@media (max-width: 480px) {
  .recruit-after_image {
    width: 100%;
  }
}
.recruit-after_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-after_titles {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recruit-after_num {
  font-size: 17px;
  font-size: 1.0625rem;
  border: #39C831 1px solid;
  border-radius: 120px;
  line-height: 1;
  font-weight: 400;
  color: #39C831;
  display: flex;
  align-items: center;
  width: 40px;
  height: 27px;
  justify-content: center;
  font-family: "Alata", sans-serif;
}

.recruit-after_title {
  font-size: clamp(1.125rem, 1.038rem + 0.18vw, 1.25rem);
  font-weight: 600;
}

.recruit-after_text {
  font-size: clamp(0.875rem, 0.788rem + 0.18vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  padding-top: 10px;
}

/*------------------------------------------------
recruit-guidelines
--------------------------------------------------*/
.recruit-guidelines_unit {
  padding: 5.2vw 11.4vw 6.7vw;
}
@media (max-width: 1024px) {
  .recruit-guidelines_unit {
    padding: 5.2vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .recruit-guidelines_unit {
    padding: 50px 5%;
  }
}

.recruit-guidelines_items {
  margin-top: 4.1vw;
  padding: 0 13.2vw;
}
@media (max-width: 1199px) {
  .recruit-guidelines_items {
    padding: 0 5%;
  }
}
@media (max-width: 1024px) {
  .recruit-guidelines_items {
    padding: 0;
    margin-top: 25px;
  }
}

.recruit-guidelines_item {
  margin-top: 6.2vw;
}
@media (max-width: 768px) {
  .recruit-guidelines_item {
    margin-top: 40px;
  }
}
.recruit-guidelines_item:first-of-type {
  margin-top: 0;
}

.recruit-guidelines_title {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  color: #39C831;
  padding-bottom: 1.3vw;
  border-bottom: #39C831 1px solid;
}

/*-------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
/*------------------------------------------------
contact-tel
--------------------------------------------------*/
.contact-tel_unit {
  padding: 4.1vw 18.7vw 0;
}
@media (max-width: 1300px) {
  .contact-tel_unit {
    padding: 4.1vw 5% 0;
  }
}
@media (max-width: 768px) {
  .contact-tel_unit {
    padding: 40px 5%;
  }
}

.contact-tel_texts {
  text-align: center;
}
@media (max-width: 768px) {
  .contact-tel_texts {
    text-align: left;
  }
}

.contact-tel_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .contact-tel_text {
    line-height: 1.8;
  }
}
.contact-tel_text span {
  color: #CA1F10;
}

.contact-tel_items {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 3.8vw 5%;
  text-align: center;
  margin-top: 3.1vw;
}
@media (max-width: 768px) {
  .contact-tel_items {
    margin-top: 15px;
    padding: 40px 5%;
  }
}

.contact-tel_title {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.contact-fax_num {
  display: flex;
  align-items: center;
  font-size: clamp(2.438rem, 1.979rem + 0.95vw, 3.125rem);
  font-weight: 400;
  font-family: "Alata", sans-serif;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 480px) {
  .contact-fax_num {
    font-size: 32px;
    font-size: 2rem;
  }
}
.contact-fax_num::before {
  content: "";
  background: url(../images/fax.svg);
  width: 43px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact-fax_num::before {
    width: 27px;
    height: 27px;
  }
}

.contact-tel_nums {
  display: flex;
  justify-content: center;
  padding-top: 2.1vw;
  gap: 2vw;
}
@media (max-width: 1024px) {
  .contact-tel_nums {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .contact-tel_nums {
    gap: 15px;
    padding-top: 40px;
  }
}

.contact-tel_time {
  padding-top: 1.8vw;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
}

.contact-mail_title {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.6vw;
}
@media (max-width: 768px) {
  .contact-mail_title {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_contact_unit {
  background: url(../images/ft_contact.webp);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 5vw 0 6.9vw;
  display: block;
}
@media (max-width: 768px) {
  .ft_contact_unit {
    padding: 40px 5%;
  }
}

.ft_contact_title {
  font-size: clamp(3.125rem, 2.292rem + 1.74vw, 4.375rem);
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-family: "Alata", sans-serif;
}
@media (max-width: 768px) {
  .ft_contact_title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.ft_contact_text {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 2.4;
  padding: 1.5vw 0 3.6vw;
  text-align: center;
}
@media (max-width: 768px) {
  .ft_contact_text {
    line-height: 1.8;
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .ft_contact_text {
    text-align: left;
  }
}

.ft_unit {
  background: #414141;
  padding: 4.6vw 6.2vw 2.6vw 6.2vw;
}
@media (max-width: 1024px) {
  .ft_unit {
    padding: 60px 5% 20px;
  }
}

.ft_logo {
  display: flex;
  z-index: 100;
  width: 15%;
  min-width: 270px;
}
@media (max-width: 1199px) {
  .ft_logo {
    min-width: 230px;
  }
}
@media (max-width: 1024px) {
  .ft_logo {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .ft_logo {
    min-width: 160px;
  }
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_address_items {
  display: flex;
  gap: 1.3vw;
  padding-top: 1.5vw;
}
@media (max-width: 1024px) {
  .ft_address_items {
    flex-direction: column;
    padding-top: 40px;
  }
}

.ft_address_item {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 1vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .ft_address_item {
    border-bottom: none;
  }
  .ft_address_item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  }
}
@media (max-width: 768px) {
  .ft_address_item {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 1vw;
  }
}

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

.ft_nav_link:hover {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    color: #39C831;
  }
}

.copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: right;
  padding-top: 4.6vw;
  display: block;
}
@media (max-width: 1024px) {
  .copyright {
    padding-top: 40px;
  }
}

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

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

@media (min-width: 1025px) {
  body.index .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link:hover {
    color: #ffffff;
  }
}
body.index .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link::before {
  opacity: 1;
}
@media (min-width: 1025px) {
  body.index .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link:hover {
    color: #333333;
  }
}
body.index .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link::before {
  opacity: 1;
}

@media (min-width: 1025px) {
  body.business .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link:hover {
    color: #ffffff;
  }
}
body.business .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link::before {
  opacity: 1;
}
@media (min-width: 1025px) {
  body.business .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link:hover {
    color: #333333;
  }
}
body.business .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link::before {
  opacity: 1;
}

@media (min-width: 1025px) {
  body.company .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link:hover {
    color: #ffffff;
  }
}
body.company .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link::before {
  opacity: 1;
}
@media (min-width: 1025px) {
  body.company .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link:hover {
    color: #333333;
  }
}
body.company .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link::before {
  opacity: 1;
}

@media (min-width: 1025px) {
  body.recruit .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link:hover {
    color: #ffffff;
  }
}
body.recruit .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link::before {
  opacity: 1;
}
@media (min-width: 1025px) {
  body.recruit .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link:hover {
    color: #333333;
  }
}
body.recruit .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link::before {
  opacity: 1;
}

@media (min-width: 1025px) {
  body.contact .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link:hover {
    color: #ffffff;
  }
}
body.contact .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link::before {
  opacity: 1;
}
@media (min-width: 1025px) {
  body.contact .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link:hover {
    color: #333333;
  }
}
body.contact .header.is_fixed .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link::before {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 13px 12px 43px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 16px;
  left: 11px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid rgba(57, 200, 49, 0.7019607843);
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
input[type=radio]:checked + span::after {
  background-color: #39C831;
}

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

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

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

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

.confirm-button {
  background-color: #39C831;
  color: #ffffff;
  margin: 0 auto 0 0;
  transition: all 0.3s;
  padding: 1.6vw 1.5vw 1.6vw 2vw;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  gap: 170px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  border: 2px solid #39C831;
}
@media (max-width: 768px) {
  .confirm-button {
    margin: 25px auto 0;
    gap: 2.6vw;
    padding: 15px;
  }
}
.confirm-button::after {
  content: "▶";
  color: #ffffff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    background-color: #ffffff;
    border: 2px solid #39C831;
    color: #39C831;
  }
  .confirm-button:hover::after {
    color: #39C831;
  }
}

.back-button {
  background-color: #a3a3a3;
  border: 2px solid #a3a3a3;
  color: #ffffff;
  margin: 0 auto 0 0;
  transition: all 0.3s;
  padding: 1.6vw 1.5vw 1.6vw 2vw;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  gap: 2.6vw;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
}
@media (max-width: 768px) {
  .back-button {
    margin: 25px auto 0;
    padding: 15px;
  }
}
.back-button::before {
  content: "◀";
  color: #ffffff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .back-button:hover {
    background-color: #ffffff;
    border: 2px solid #a3a3a3;
    color: #a3a3a3;
  }
  .back-button:hover::before {
    color: #a3a3a3;
  }
}

.has-spinner {
  padding: 1.6vw 6.5vw 1.6vw 2vw;
}
@media (max-width: 768px) {
  .has-spinner {
    padding: 15px 90px 15px 15px;
  }
}

.submit_btn {
  background-color: #39C831;
  color: #ffffff;
  margin: 0 auto 0 0;
  transition: all 0.3s;
  display: inline-block;
  border-radius: 10px;
  gap: 2.6vw;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  position: relative;
  border: 2px solid #39C831;
}
@media (max-width: 768px) {
  .submit_btn {
    margin: auto 0;
  }
}
.submit_btn::after {
  content: "▶";
  color: #ffffff;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
}
@media (min-width: 1025px) {
  .submit_btn:hover {
    background-color: #ffffff;
    border: 2px solid #39C831;
    color: #39C831;
  }
  .submit_btn:hover::after {
    color: #39C831;
  }
}

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

#form-confirm dl {
  padding: 30px 0;
  border-top: 1px #333333 solid;
  margin-top: 0;
}
#form-confirm dl:nth-of-type(10) {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm .pallet_red_text {
  margin: 50px 0 20px;
}
#form-confirm .select_arrow {
  position: relative;
}
#form-confirm .select_arrow::after {
  display: none;
}
#form-confirm .pallet_short {
  width: auto;
}

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

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

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

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

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

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

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

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

.select_wrap {
  display: inline-block;
  position: relative;
  width: 551px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}
.select_wrap::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-left: 2px solid #ECFAEB;
  border-bottom: 2px solid #ECFAEB;
  transform: rotate(-45deg) translate(0, -50%);
  position: absolute;
  top: 35%;
  right: 30px;
}
@media (max-width: 1024px) {
  .select_wrap::before {
    width: 15px;
    height: 15px;
  }
}

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

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

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

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

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

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

textarea {
  height: 232px;
}

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

.unit-privacy {
  margin-top: 80px;
  background-color: #ffffff;
  padding: 40px 30px 40px 40px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 40px;
  }
}

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

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

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

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

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

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

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

.contact-wrap {
  background-color: #F3F3F3;
  margin-top: 3.6vw;
  padding: 3vw 7.8vw 4.6vw;
  border-radius: 10px;
  margin-bottom: 6.8vw;
}
@media (max-width: 1199px) {
  .contact-wrap {
    padding: 3vw 5% 4.6vw;
  }
}
@media (max-width: 768px) {
  .contact-wrap {
    margin: 50px 0;
    padding: 40px 5%;
  }
}

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

.pallet_short {
  width: 308px;
}

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

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

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

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

.title_btns {
  display: flex;
  justify-content: space-between;
}

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

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

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

.check_no-through {
  color: #e40000;
}

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

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

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