/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #2AB953;
  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: #2AB953;
  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: #D4F4DD;
  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 #000000;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #000000;
}
.contact_form_unit tr td, .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 #000000;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #000000;
}
.contact_form_unit tr td, .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: #D4F4DD;
  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 #000000;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #000000;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.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: #FF8080;
}
.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: #FF8080;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(255, 128, 128, 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: #2AB953;
  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(42, 185, 83, 0.5);
}

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: clip;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #2AB953;
  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 tr {
  border-bottom: #2AB953 1px solid;
}
table tr:nth-child(1) {
  border-top: #2AB953 1px solid;
}
table tr th {
  padding: 30px min(25px, 5vw) 30px min(30px, 5vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  vertical-align: top;
  min-width: 220px;
}
@media (max-width: 768px) {
  table tr th {
    display: block;
    padding: 15px 15px 0;
  }
}
table tr td {
  padding: 30px min(30px, 5vw) 30px 0;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  vertical-align: top;
}
@media (max-width: 768px) {
  table tr td {
    display: block;
    padding: 0 15px 15px;
  }
}

/*-------------------------------------------------------------------------------
  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: #A2C5AC;
}
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: #A2C5AC;
}

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
--------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

a[href=cmn_num] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  display: inline_block;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index ul.hd-nav > li:nth-child(1) a {
  pointer-events: none;
}
.index ul.hd-nav > li:nth-child(1) a .current {
  opacity: 1;
}

.business ul.hd-nav > li:nth-child(2) a {
  pointer-events: none;
}
.business ul.hd-nav > li:nth-child(2) a .current {
  opacity: 1;
}

.archive ul.hd-nav > li:nth-child(3) a {
  pointer-events: none;
}
.archive ul.hd-nav > li:nth-child(3) a .current {
  opacity: 1;
}

.company ul.hd-nav > li:nth-child(4) a {
  pointer-events: none;
}
.company ul.hd-nav > li:nth-child(4) a .current {
  opacity: 1;
}

.recruit ul.hd-nav > li:nth-child(5) a {
  pointer-events: none;
}
.recruit ul.hd-nav > li:nth-child(5) a .current {
  opacity: 1;
}

.contact ul.hd-nav > li:nth-child(6) a {
  pointer-events: none;
}
.contact ul.hd-nav > li:nth-child(6) a .current {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  cmn-title
--------------------------------------------------------------------------------*/
.cmn-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px min(35px, 5vw);
}
@media (max-width: 768px) {
  .cmn-title {
    gap: 8px 5vw;
  }
}
.cmn-title.center {
  flex-direction: column;
}
.cmn-title.column {
  flex-direction: column;
  align-items: flex-start;
}
.cmn-title .en {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2.375rem, 5.0925925926vw + -0.0694444444rem, 3.75rem);
  position: relative;
  word-break: keep-all;
}
.cmn-title .en div span:nth-child(1) {
  text-transform: capitalize;
}
.cmn-title .en::before {
  content: "";
  background: #2AB953;
  opacity: 0.68;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, 10%);
}
@media (max-width: 768px) {
  .cmn-title .en::before {
    width: 18px;
    height: 18px;
  }
}
.cmn-title .ja {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
}

.sub-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  display: flex;
  align-items: center;
  gap: 25px;
}
.sub-title::before {
  content: "";
  background: #2AB953;
  width: 25px;
  height: 25px;
  display: block;
}
@media (max-width: 768px) {
  .sub-title::before {
    width: 18px;
    height: 18px;
  }
}

/*-------------------------------------------------------------------------------
  cmn-btn
--------------------------------------------------------------------------------*/
.cmn-btn {
  background: #2AB953;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 10px min(40px, 5vw);
  width: -moz-fit-content;
  width: fit-content;
  border: #2AB953 3px solid;
  position: relative;
  overflow: hidden;
}
.cmn-btn::after {
  content: "";
  background: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.cmn-btn p {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(0.9375rem, 1.1574074074vw + 0.3819444444rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(5vw, 20px);
  width: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.cmn-btn p::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 100;
  color: #2AB953;
  background: #fff;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn-btn p::after {
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .cmn-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .cmn-btn:hover p {
    color: #2AB953;
  }
  .cmn-btn:hover p::after {
    color: #fff;
    background: #2AB953;
  }
}

/*-------------------------------------------------------------------------------
  text outline-gradient
--------------------------------------------------------------------------------*/
.txt_gradient {
  display: none;
}

/*-------------------------------------------------------------------------------
  tile-bg
--------------------------------------------------------------------------------*/
.tile-bg {
  background: #f5f5f5;
  position: relative;
}
.tile-bg > * {
  position: relative;
  z-index: 1;
}
.tile-bg.fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.tile-bg::before {
  content: "";
  background-size: 100% 100%;
  background-image: repeating-linear-gradient(30deg, #151515 0, #151515 1px, transparent 1px, transparent 50px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.08;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tile-bg::before {
    background-image: repeating-linear-gradient(30deg, #151515 0, #151515 1px, transparent 1px, transparent 30px);
  }
}
.tile-bg::after {
  content: "";
  background-size: 100% 100%;
  background-image: repeating-linear-gradient(-30deg, #151515 0, #151515 1px, transparent 1px, transparent 50px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.08;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tile-bg::after {
    background-image: repeating-linear-gradient(-30deg, #151515 0, #151515 1px, transparent 1px, transparent 30px);
  }
}

.white-bg {
  background: #fff;
}

.green-bg {
  background: #D4F4DD;
}

/*-------------------------------------------------------------------------------
  scroll-bar
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #2AB953;
}

::-webkit-scrollbar-track {
  background: #D9D9D9;
}

.fixed-area {
  position: relative;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .fixed-area {
    padding-top: 80px;
  }
}

.side-bar {
  position: absolute;
  top: 200px;
  width: max(25%, 260px);
  padding: 0 5% 20px;
}
.side-bar .recommended, .side-bar .archive {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #000000;
}
.side-bar .recommended {
  margin-bottom: 30px;
}
.side-bar .category {
  padding-left: 20px;
  margin-top: 10px;
}
.side-bar .category li a {
  color: #000000;
}
@media (min-width: 769px) {
  .side-bar .category li a:hover {
    color: #2AB953;
  }
}
.side-bar .category li a p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.side-bar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .side-bar a:hover {
    color: #2AB953;
  }
}
.side-bar a::after {
  content: "";
  background: #2AB953;
  width: 15px;
  min-width: 15px;
  min-height: 15px;
  height: 15px;
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .side-bar a::after {
    min-width: 10px;
    width: 10px;
    min-height: 10px;
    height: 10px;
  }
}
.side-bar a.current::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .side-bar {
    background: rgba(255, 255, 255, 0.95);
    width: 80%;
    max-width: 300px;
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 5;
    transform: translateX(-150%);
    transition: all 0.3s;
  }
  .side-bar.is-open {
    transform: translateX(0);
  }
  .side-bar .side-ber-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}

.sp-category-btn {
  background: #fff;
  border: #2AB953 2px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 8;
}
@media (min-width: 769px) {
  .sp-category-btn {
    display: none;
  }
}
.sp-category-btn span {
  background: #2AB953;
  width: 50%;
  height: 3px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.sp-category-btn span:nth-child(1) {
  top: calc(50% - 5px);
}
.sp-category-btn span:nth-child(2) {
  top: calc(50% + 5px);
}
.sp-category-btn.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(225deg);
  top: 50%;
}
.sp-category-btn.is-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-225deg);
  top: 50%;
}

/*-------------------------------------------------------------------------------
  boxer
--------------------------------------------------------------------------------*/
.boxer {
  position: relative;
}
.boxer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2AB953;
  opacity: 0;
  transition: all 0.3s;
}
.boxer::after {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 0.5;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
  text-animation
--------------------------------------------------------------------------------*/
.animated-text {
  display: inline-block;
}
.animated-text div {
  display: flex;
}
.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px); /* 下から移動 */
  transition: opacity 0.5s, transform 0.3s;
}

/* .visibleクラスが付与された要素にアニメーションを発火させる */
.visible span {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------------------------------------------------
  fadein
--------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  bottom: -20px;
  transition: all 0.3s;
}
.fadein.active {
  opacity: 1;
  bottom: 0;
}

/*-------------------------------------------------------------------------------
  animation
--------------------------------------------------------------------------------*/
@keyframes puka {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
.js-slide {
  transform: translateX(30px);
  transition: opacity 600ms cubic-bezier(0.2, 0.9, 0.2, 1), transform 600ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: opacity, transform;
}
.js-slide .is-visible {
  transform: translateX(0);
}

/*-------------------------------------------------------------------------------
  animation
--------------------------------------------------------------------------------*/
.attention {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  margin: 10px 0 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
}
@media (max-width: 768px) {
  .attention {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    margin: 10px auto 0;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100svw;
  padding: 35px min(40px, 4vw) 35px min(120px, 8vw);
  z-index: 100;
  gap: 5vw;
}
@media (max-width: 1300px) {
  .header {
    gap: 3vw;
  }
}
.header::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 8;
  z-index: -1;
}
.header .hd_logo {
  width: min(30%, 250px);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 250/30;
  display: block;
}
@media (max-width: 768px) {
  .header .hd_logo {
    width: 50%;
    position: absolute;
    top: 35px;
    align-self: start;
  }
}
.header .hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max(60%, 90% - 250px);
  max-width: 990px;
  gap: 3vw;
}
@media (max-width: 1300px) {
  .header .nav {
    gap: 1vw;
    width: calc(100% - 1vw - 250px);
    width: 100%;
  }
}
.header .nav .hd-nav {
  display: flex;
  gap: min(40px, 3vw);
}
@media (max-width: 1300px) {
  .header .nav .hd-nav {
    gap: 2.5vw;
  }
}
.header .nav .hd-nav li a {
  color: #fff;
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.2732240437vw + 0.681352459rem, 0.9375rem);
  letter-spacing: 0.1rem;
  line-height: 1;
  transition: all 0.3s;
  position: relative;
}
.header .nav .hd-nav li a::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header .nav .hd-nav li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 769px) {
  .header .nav .hd-nav li a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}
.header .nav .hd-nav li a .current {
  display: flex;
  gap: 5px;
  opacity: 0;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .header .nav .hd-nav li a .current {
    margin-top: 3px;
  }
}
.header .nav .hd-nav li a .current span {
  background: #3F7AFF;
  width: 5px;
  height: 5px;
  display: block;
}
.header .nav .hd-nav li a .current span:nth-child(2) {
  background: #FFDB31;
}
.header .nav .hd-nav li a .current span:nth-child(3) {
  background: #FF2626;
}
.header .nav .link {
  display: flex;
  gap: 20px;
}
@media (max-width: 1300px) {
  .header .nav .link {
    gap: 3vw;
    margin-top: 20px;
  }
}
.header .nav .link .sns a {
  display: block;
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  transition: transform 0.3s;
  transform: scale(1);
}
.header .nav .link .sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (min-width: 769px) {
  .header .nav .link .sns a:hover {
    transform: scale(0.9);
  }
}
@media (max-width: 1024px) {
  .header .nav .link .sns:nth-child(2) a {
    outline: #fff 4px solid;
    outline-offset: -4px;
    border-radius: 10px;
  }
}
.header .nav .link .nav-contact a {
  background: #fff;
  border: #2AB953 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(0.9375rem, 0.4464285714vw + 0.7232142857rem, 1.125rem);
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 12px min(32px, 2vw);
  border-radius: 0;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header .nav .link .nav-contact a {
    border-color: #fff;
  }
}
@media (max-width: 768px) {
  .header .nav .link .nav-contact a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.header .nav .link .nav-contact a p {
  position: relative;
  color: #2AB953;
  z-index: 1;
  transition: all 0.3s;
}
.header .nav .link .nav-contact a::after {
  content: "";
  background: #2AB953;
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  transform-origin: center;
  transform: scale(0);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header .nav .link .nav-contact a:hover {
    border-radius: 30px;
  }
  .header .nav .link .nav-contact a:hover p {
    color: #fff;
  }
  .header .nav .link .nav-contact a:hover::after {
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(150%);
    background: rgba(42, 185, 83, 0.9);
    height: 100vh;
    transition: all 0.3s;
  }
  .header.is-open {
    transform: translateX(0);
  }
  .header::before {
    display: none;
    width: 200vw;
    height: 200vw;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .nav {
    flex-direction: column;
  }
  .header .nav .hd-nav {
    flex-direction: column;
    align-items: center;
  }
  .header .nav .link {
    flex-wrap: wrap;
    max-width: 200px;
    align-items: center;
    justify-content: center;
  }
  .header .nav .link .nav-contact a {
    padding: 15px min(32px, 4vw);
  }
}

/*-------------------------------------------------------------------------------
  menu-box
--------------------------------------------------------------------------------*/
.mv-logo {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 250/30;
  position: absolute;
  top: 35px;
  left: 25px;
  z-index: 5;
}

.menu-box {
  background: #2AB953;
  border: #fff 2px solid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .menu-box {
    display: none;
  }
}
.menu-box span {
  display: block;
  background: #fff;
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 999px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.menu-box span:nth-child(1) {
  top: calc(50% - 5px);
}
.menu-box span:nth-child(2) {
  top: calc(50% + 5px);
}
.menu-box.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(225deg);
  top: 50%;
}
.menu-box.is-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-225deg);
  top: 50%;
}
@media (min-width: 769px) {
  .menu-box:hover {
    background: #fff;
  }
  .menu-box:hover span {
    background: #2AB953;
  }
}

/*-------------------------------------------------------------------------------
  main-image
--------------------------------------------------------------------------------*/
.main-image {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.main-image .copy {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(2rem, 6.4814814815vw + -1.1111111111rem, 3.75rem);
  z-index: 1;
  position: absolute;
  left: min(120px, 10vw);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .main-image .copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main-image .copy .yummy {
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(3.375rem, 8.3333333333vw + -0.625rem, 5.625rem);
}
@media (max-width: 768px) {
  .main-image .copy .yummy {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main-image .copy .yummy::before {
  content: "“";
  color: #2AB953;
  font-size: clamp(5rem, 14.8148148148vw + -2.1111111111rem, 9rem);
  line-height: 1.1;
  letter-spacing: -0.11rem;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 768px) {
  .main-image .copy .yummy::before {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.main-image .copy .yummy::after {
  content: "”";
  color: #2AB953;
  font-size: clamp(5rem, 14.8148148148vw + -2.1111111111rem, 9rem);
  line-height: 1.1;
  letter-spacing: -0.11rem;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 768px) {
  .main-image .copy .yummy::after {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.main-image .milk {
  position: absolute;
  display: block;
}
.main-image .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main-image .milk:nth-of-type(1) {
  max-width: 345px;
  width: 30vw;
  max-height: 429px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 345/429;
  display: block;
  top: 20vh;
  right: 18vw;
}
.main-image .milk:nth-of-type(2) {
  width: 10vw;
  max-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 180px;
  aspect-ratio: 159/179;
  top: 50%;
  right: 5vw;
}

.page-image {
  height: 70vh;
  min-height: 500px;
  background: url(../images/mv.jpg) center/cover no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .page-image {
    height: 50vh;
    min-height: 350px;
  }
}
.page-image::after {
  content: "";
  background: linear-gradient(22deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-image .page-title {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: min(220px, 15vw);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-image .page-title {
    left: 5vw;
  }
}
.page-image .page-title .en {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05rem;
  font-size: clamp(3.875rem, 18.0555555556vw + -4.7916666667rem, 8.75rem);
  color: #2AB953;
}
.page-image .page-title .en span:nth-child(1) {
  text-transform: capitalize;
}
.page-image .page-title .ja {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
}
.page-image .milk {
  position: absolute;
  display: block;
  z-index: 3;
  pointer-events: none;
}
.page-image .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-image .milk:nth-of-type(1) {
  width: 25vw;
  max-width: 264px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 265/329;
  bottom: 0;
  right: 10vw;
}
.page-image .milk:nth-of-type(2) {
  width: 15vw;
  max-width: 124px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 125/140;
  bottom: 0;
  right: 30vw;
  transform: translateY(50%);
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index .main {
  position: relative;
}
.index .main::before {
  content: "";
  background: url(../images/mv.jpg) center/cover no-repeat;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.index .main::after {
  content: "";
  background: linear-gradient(22deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.index-introduction .introduction-images {
  height: 200vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-introduction .introduction-images {
    height: 120vh;
  }
}
.index-introduction .introduction-images .image {
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
}
.index-introduction .introduction-images .image::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #2AB953;
  opacity: 0.68;
  position: absolute;
}
.index-introduction .introduction-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-introduction .introduction-images .image:nth-of-type(1) {
  max-width: 500px;
  width: 30vw;
  min-width: 170px;
  right: min(175px, 5vw);
  top: 110px;
}
.index-introduction .introduction-images .image:nth-of-type(1)::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.index-introduction .introduction-images .image:nth-of-type(2) {
  max-width: 400px;
  width: 22vw;
  min-width: 150px;
  left: min(75px, 5vw);
  top: 50vh;
}
.index-introduction .introduction-images .image:nth-of-type(2)::before {
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.index-introduction .introduction-images .image:nth-of-type(3) {
  width: 30vw;
  max-width: 515px;
  min-width: 100px;
  top: 45%;
  left: 33%;
}
.index-introduction .introduction-images .image:nth-of-type(3)::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.index-introduction .introduction-images .image:nth-of-type(4) {
  width: 28vw;
  max-width: 500px;
  min-width: 150px;
  top: 55%;
  right: 0;
}
@media (max-width: 768px) {
  .index-introduction .introduction-images .image:nth-of-type(4) {
    top: 65%;
  }
}
.index-introduction .introduction-images .image:nth-of-type(4)::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.index-introduction .introduction-images .image:nth-of-type(5) {
  width: 15vw;
  max-width: 400px;
  min-width: 130px;
  top: 80%;
  left: min(250px, 5vw);
}
.index-introduction .introduction-images .image:nth-of-type(5)::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.index-introduction .introduction-images .milk-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.index-introduction .introduction-images .milk-block .milk {
  position: absolute;
}
.index-introduction .introduction-images .milk-block .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-introduction .introduction-images .milk-block .milk:nth-of-type(1) {
  width: 25vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 180/157;
  display: block;
  top: 0;
  left: 5vw;
}
.index-introduction .introduction-images .milk-block .milk:nth-of-type(2) {
  width: 15vw;
  max-width: 100px;
  height: 8vw;
  aspect-ratio: 1;
  top: 45%;
  right: 8vw;
}
.index-introduction .introduction-images .milk-block .milk:nth-of-type(3) {
  width: 30vw;
  max-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/19;
  top: 70%;
  left: 5vw;
}
.index-introduction .introduction-images .milk-block .milk:nth-of-type(4) {
  width: 12vw;
  max-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 100/106;
  bottom: 0;
  right: 5vw;
  transform: translateY(50%);
}
.index-introduction .introduction-content {
  position: relative;
  padding-top: min(225px, 50vh);
}
@media (max-width: 768px) {
  .index-introduction .introduction-content {
    padding-top: 150px;
  }
}
.index-introduction .introduction-content.round::after {
  border-radius: 0;
}
.index-introduction .introduction-content::after {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50vw 50vw 0 0;
  transition: all 0.8s;
}
.index-introduction .introduction-content .en {
  color: #2AB953;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 0.5;
  letter-spacing: 0;
  font-size: clamp(3.875rem, 14.3518518519vw + -3.0138888889rem, 7.75rem);
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .index-introduction .introduction-content .en {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.index-introduction .introduction-content .en div {
  align-items: center;
  justify-content: center;
}
.index-introduction .introduction-content .en::before {
  content: "";
  background: url(../images/track.svg) center/contain no-repeat;
  width: 30%;
  max-width: 170px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100px;
  aspect-ratio: 170/135;
  display: block;
  margin: 0 auto 65px;
}
.index-introduction .introduction-content .text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  text-align: center;
  max-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto;
}
.index-introduction .introduction-content .delicious-smile {
  background: url(../images/smile-bg.jpg) center/cover no-repeat;
  display: block;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 30vh;
  aspect-ratio: 1920/905;
  position: relative;
}
.index-introduction .introduction-content .delicious-smile .text-image {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/190;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-business {
  padding: min(25vh, 200px) 5% min(260px, 40vh);
  position: relative;
}
@media (max-width: 768px) {
  .index-business {
    padding: 100px 5% 150px;
  }
}
.index-business .milk-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
}
.index-business .milk-block .milk {
  position: absolute;
}
.index-business .milk-block .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-business .milk-block .milk:nth-of-type(1) {
  width: 25vw;
  max-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 150/169;
  display: block;
  top: 0;
  left: 5vw;
  transform: translateY(-30%);
}
.index-business .milk-block .milk:nth-of-type(2) {
  width: 15vw;
  max-width: 100px;
  height: 8vw;
  aspect-ratio: 100/106;
  top: 15vh;
  left: 10vw;
}
.index-business .milk-block .milk:nth-of-type(3) {
  width: 20vw;
  max-width: 155px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 155/147;
  top: 15vh;
  right: 8vw;
}
.index-business .text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 75px auto 85px;
  text-align: center;
}
@media (max-width: 768px) {
  .index-business .text {
    text-align: start;
  }
}
.index-business .cmn-btn {
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .index-business .cmn-btn {
    margin-bottom: 50px;
  }
}
.index-business-list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  gap: 5%;
}
@media (max-width: 768px) {
  .index-business-list {
    flex-direction: column;
    align-items: center;
  }
}
.index-business-list li {
  max-width: 350px;
  width: 30%;
  max-height: 330px;
}
.index-business-list li:nth-child(2) {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .index-business-list li {
    width: 100%;
  }
  .index-business-list li + li {
    margin-top: 30px;
  }
}
.index-business-list li a {
  display: block;
}
.index-business-list li a .illust {
  width: 100%;
  max-width: 200px;
  max-height: 230px;
  height: calc(100% - 100px);
  transform: translateY(0);
  transition: all 0.3s;
  margin: 0 auto;
}
.index-business-list li a .illust img {
  width: 100%;
  height: 100%;
  max-height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-business-list li a .link-text {
  color: #2AB953;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}
.index-business-list li a .link-text::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #2AB953;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  aspect-ratio: 1;
  border: #2AB953 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-business-list li a:hover .illust {
    transform: translateY(-10px);
  }
  .index-business-list li a:hover .link-text::after {
    color: #fff;
    background: #2AB953;
  }
}
.index-lineup {
  padding-bottom: 220px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-lineup {
    padding-bottom: 120px;
  }
}
.index-lineup .milk {
  position: absolute;
  top: 0;
  right: 5vw;
  width: 20vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 180/224;
  display: block;
  transform: translateY(-50%);
}
.index-lineup .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-lineup .title {
  width: 90%;
  max-width: 820px;
  margin: -1.5em auto 65px;
}
.index-lineup .title .en {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .index-lineup .title .en {
    font-size: 52px;
    font-size: 3.25rem;
    margin-bottom: 30px;
  }
}
.index-lineup .title .en span {
  display: block;
  text-align: end;
}
.index-lineup .title .ja {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.index-lineup .post-slider {
  width: 100%;
}
.index-lineup .post-slider .swiper-wrapper {
  display: flex;
}
.index-lineup .post-slider .swiper-wrapper .swiper-slide {
  flex: 0 0 23%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  transition: all 1s;
  overflow: hidden;
  display: block;
  border: #000000 1px solid;
  padding: 15px;
  position: relative;
  top: 0;
}
.index-lineup .post-slider .swiper-wrapper .swiper-slide-prev, .index-lineup .post-slider .swiper-wrapper .swiper-slide-next {
  top: 60px;
}
@media (max-width: 768px) {
  .index-lineup .post-slider .swiper-wrapper .swiper-slide-prev, .index-lineup .post-slider .swiper-wrapper .swiper-slide-next {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .index-lineup .post-slider .swiper-wrapper .swiper-slide {
    flex: 0 0 53%;
  }
}
.index-lineup .post-slider .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.index-lineup .post-slider .swiper-wrapper .swiper-slide a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2AB953;
  opacity: 0;
  transition: all 0.3s;
}
.index-lineup .post-slider .swiper-wrapper .swiper-slide a::after {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-lineup .post-slider .swiper-wrapper .swiper-slide a:hover::before {
    opacity: 0.5;
  }
  .index-lineup .post-slider .swiper-wrapper .swiper-slide a:hover::after {
    opacity: 1;
  }
}
.index-lineup .post-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-lineup .cmn-btn {
  margin: 160px auto 0;
}
@media (max-width: 768px) {
  .index-lineup .cmn-btn {
    margin: 70px auto 0;
  }
}
.index-company, .index-recruit {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .index-company, .index-recruit {
    flex-direction: column;
    gap: 20px;
  }
}
.index-company .image, .index-recruit .image {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 935/650;
  border-left: #2AB953 10px solid;
}
@media (max-width: 768px) {
  .index-company .image, .index-recruit .image {
    width: 70%;
  }
}
.index-company .image img, .index-recruit .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-company .textarea, .index-recruit .textarea {
  width: 45%;
  padding: 35px 5% 0 0;
}
@media (max-width: 768px) {
  .index-company .textarea, .index-recruit .textarea {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .index-company .textarea .cmn-btn, .index-recruit .textarea .cmn-btn {
    margin: 0 auto;
  }
}
.index-company .textarea h3, .index-recruit .textarea h3 {
  margin: 40px 0 45px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .index-company .textarea h3, .index-recruit .textarea h3 {
    margin: 20px 0 25px;
  }
}
.index-company .textarea .text, .index-recruit .textarea .text {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
}
.index-recruit {
  margin-top: 175px;
  padding-bottom: 215px;
}
@media (max-width: 768px) {
  .index-recruit {
    margin-top: 70px;
    padding-bottom: 120px;
    flex-direction: column-reverse;
  }
}
.index-recruit .textarea {
  padding: 35px 0 0 5%;
}
@media (max-width: 768px) {
  .index-recruit .textarea {
    padding: 0;
  }
}
.index-news {
  background: #F5F5F5;
  display: flex;
  align-items: flex-start;
  padding: 135px 5% 185px;
  gap: 5%;
}
@media (max-width: 768px) {
  .index-news {
    flex-direction: column;
    gap: 20px;
    padding: 80px 5% 100px;
  }
}
.index-news .cmn-title {
  width: 295px;
}
.index-news-inner {
  width: calc(95% - 295px);
  padding-right: 25px;
  max-height: 780px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .index-news-inner {
    width: 100%;
    max-height: 320px;
  }
}
.index-news-list {
  width: 100%;
}
.index-news-list li {
  width: 100%;
  display: flex;
  gap: 5%;
  border-bottom: #151515 0.8px solid;
  padding: 45px min(25px, 3vw) 45px min(45px, 5vw);
}
@media (max-width: 768px) {
  .index-news-list li {
    flex-direction: column;
    padding: 25px 3vw;
    gap: 20px;
  }
}
.index-news-list li:nth-child(1) {
  border-top: #151515 0.8px solid;
}
.index-news-list li .textarea {
  width: 75%;
  max-width: calc(95% - 150px);
}
@media (max-width: 768px) {
  .index-news-list li .textarea {
    width: 100%;
    max-width: 100%;
  }
}
.index-news-list li .textarea:only-child {
  width: 100%;
  max-width: none;
}
.index-news-list li .textarea .date-title {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .index-news-list li .textarea .date-title {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
}
.index-news-list li .textarea .date-title span {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.index-news-list li .textarea .date-title h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.index-news-list li .textarea .text {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  margin-bottom: 25px;
}
.index-news-list li .textarea .news-link {
  display: block;
  color: #000000;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-news-list li .textarea .news-link:hover {
    color: #2AB953;
  }
  .index-news-list li .textarea .news-link:hover .link-text::after {
    color: #2AB953;
    border-color: #2AB953;
  }
}
.index-news-list li .textarea .news-link .link-text {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  gap: 20px;
}
.index-news-list li .textarea .news-link .link-text + .link-text {
  margin-top: 20px;
}
.index-news-list li .textarea .news-link .link-text::after {
  content: "\f8ce";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  border-radius: 50%;
  border: #151515 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  letter-spacing: 0;
  transition: all 0.3s;
}
.index-news-list li .image {
  width: 20%;
  min-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
}
@media (max-width: 768px) {
  .index-news-list li .image {
    width: 100%;
    aspect-ratio: 8/5;
  }
}
.index-news-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  business
--------------------------------------------------------------------------------*/
.business-introduction {
  background: #fff;
  padding: 230px 0;
}
@media (max-width: 768px) {
  .business-introduction {
    padding: 120px 0;
  }
}
.business-introduction-inner {
  display: flex;
  gap: 5%;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .business-introduction-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.business-introduction-image {
  width: 45%;
  max-width: 710px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 709/695;
  display: block;
  animation: puka 5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .business-introduction-image {
    width: 80%;
  }
}
.business-introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-introduction .textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .business-introduction .textarea {
    width: 100%;
  }
}
.business-introduction .textarea .title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .business-introduction .textarea .title {
    margin-bottom: 20px;
  }
}
.business-introduction .textarea .title .en {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, 6.4814814815vw + -1.1111111111rem, 3.75rem);
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .business-introduction .textarea .title .en {
    margin-bottom: 10px;
  }
}
.business-introduction .textarea .title .ja {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.business-introduction .textarea .text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.business-introduction .textarea .business-table {
  margin: 35px 0;
}
.business-introduction .textarea .business-table tr {
  display: block;
  border-bottom: #E3E3E3 1px solid;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .business-introduction .textarea .business-table tr {
    padding: 18px 0;
  }
}
.business-introduction .textarea .business-table tr:nth-child(1) {
  border-top: none;
}
.business-introduction .textarea .business-table tr th {
  color: #2AB953;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  width: 10em;
  min-width: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .business-introduction .textarea .business-table tr th {
    display: block;
    width: 100%;
  }
}
.business-introduction .textarea .business-table tr td {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding: 0 0 0 1em;
}
@media (max-width: 768px) {
  .business-introduction .textarea .business-table tr td {
    display: block;
    padding: 0;
  }
}
.business-list {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .business-list {
    padding-top: 80px;
  }
}
.business-list .image-block {
  width: 100vw;
  padding-bottom: 0.4em;
  position: relative;
  font-size: clamp(8.125rem, 29.6296296296vw + -6.0972222222rem, 16.125rem);
}
@media (max-width: 768px) {
  .business-list .image-block {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.business-list .image-block .milk {
  position: absolute;
  top: 0;
  right: 8vw;
  transform: translateY(-130%);
  width: 20vw;
  max-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/19;
  display: block;
}
.business-list .image-block .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .image-block .image {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 176/55;
  border-left: #2AB953 10px solid;
}
@media (max-width: 768px) {
  .business-list .image-block .image {
    aspect-ratio: 2/1;
  }
}
.business-list .image-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-list .image-block .textarea {
  position: absolute;
  bottom: 0;
  left: min(90px, 5vw);
  align-self: 1px;
}
.business-list .image-block .textarea .text {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
}
@media (max-width: 768px) {
  .business-list .image-block .textarea .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.business-list .image-block .textarea .en-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(8.125rem, 29.6296296296vw + -6.0972222222rem, 16.125rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .business-list .image-block .textarea .en-text {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.business-list .image-block .textarea .en-text .white-text {
  height: 0.6em;
  position: absolute;
  overflow: hidden;
}
.business-list .image-block .textarea .en-text .white-text::before {
  content: "Logistics Business";
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.business-list .image-block .textarea .en-text .green-text {
  color: #2AB953;
}
.business-list .content-block {
  width: 90%;
  margin: 80px 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .business-list .content-block {
    margin: 50px auto 0;
  }
}
.business-list .content-block .textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .business-list .content-block .textarea {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.business-list .content-block .textarea h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  background: #2AB953;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .business-list .content-block .textarea h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 12px;
  }
}
.business-list .content-block .textarea .text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
.business-list .content-block .image {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1293/694;
}
@media (max-width: 768px) {
  .business-list .content-block .image {
    display: none;
  }
}
.business-list .content-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .strong-block {
  width: 90%;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .business-list .strong-block {
    margin: 80px auto 60px;
  }
}
.business-list .strong-block .strong-list {
  margin-top: 75px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 3%;
}
@media (max-width: 768px) {
  .business-list .strong-block .strong-list {
    margin-top: 40px;
  }
}
.business-list .strong-block .strong-list li {
  width: 31%;
  min-width: 250px;
  background: rgba(212, 244, 221, 0.4);
  padding: 30px;
}
@media (max-width: 768px) {
  .business-list .strong-block .strong-list li {
    flex: 1;
  }
}
.business-list .strong-block .strong-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 440/295;
  display: block;
}
.business-list .strong-block .strong-list li .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-list .strong-block .strong-list li .title {
  margin: 23px 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.business-list .strong-block .strong-list li .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
.business-list .strong-block .strong-list li .cmn-btn {
  width: 100%;
  margin-top: 23px;
}
.business-list .haccp-block {
  position: relative;
  margin-top: 180px;
}
@media (max-width: 768px) {
  .business-list .haccp-block {
    margin-top: 100px;
  }
}
.business-list .haccp-block .haccp-introduction {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-introduction {
    flex-direction: column;
  }
}
.business-list .haccp-block .haccp-introduction .image {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 945/650;
  border-left: #2AB953 10px solid;
  display: block;
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-introduction .image {
    width: 80%;
    aspect-ratio: 8/5;
  }
}
.business-list .haccp-block .haccp-introduction .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-list .haccp-block .haccp-introduction .textarea {
  width: 50%;
  padding: 40px 5% 0 0;
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-introduction .textarea {
    width: 90%;
    margin: 30px auto 0;
    padding: 0;
  }
}
.business-list .haccp-block .haccp-introduction .textarea .cmn-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-introduction .textarea .cmn-title {
    margin-bottom: 20px;
  }
}
.business-list .haccp-block .haccp-introduction .textarea .cmn-title .en {
  text-transform: uppercase;
}
.business-list .haccp-block .haccp-introduction .textarea .text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.business-list .haccp-block .haccp-plan {
  margin: 150px auto 0;
  width: 90%;
  max-width: 1620px;
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-plan {
    margin: 80px auto 0;
  }
}
.business-list .haccp-block .haccp-plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px min(100px, 10%);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-plan-list {
    gap: 20px;
  }
}
.business-list .haccp-block .haccp-plan-list li {
  background: rgba(212, 244, 221, 0.4);
  padding: 30px;
  width: max(50% - 50px, 45%);
}
@media (max-width: 768px) {
  .business-list .haccp-block .haccp-plan-list li {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.business-list .haccp-block .haccp-plan-list li .title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  padding-bottom: 10px;
  margin-bottom: 23px;
  border-bottom: #2AB953 1px solid;
}
.business-list .haccp-block .haccp-plan-list li .highlight {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 15px;
}
.business-list .haccp-block .haccp-plan-list li .list-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  gap: 10px;
}
.business-list .haccp-block .haccp-plan-list li .list-text::before {
  content: "・";
}
.business-list .area-block {
  background: #D4F4DD;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .business-list .area-block {
    padding: 80px 0;
  }
}
.business-list .area-block-inner {
  width: 90%;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .business-list .area-block-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.business-list .area-block-inner .textarea {
  width: 55%;
  position: relative;
}
@media (max-width: 768px) {
  .business-list .area-block-inner .textarea {
    width: 100%;
  }
}
.business-list .area-block-inner .textarea .area-text {
  background: #fff;
  margin-top: 80px;
  padding: 20px 5vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .business-list .area-block-inner .textarea .area-text {
    padding: 20px 5vw;
  }
}
.business-list .area-block-inner .textarea .area-text p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
}
@media (max-width: 768px) {
  .business-list .area-block-inner .textarea .area-text {
    margin-top: 30px;
  }
}
.business-list .area-block-inner .textarea .milk {
  position: absolute;
  top: 37vh;
  left: -1vw;
  width: 10vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 180/224;
}
@media (max-width: 1024px) {
  .business-list .area-block-inner .textarea .milk {
    top: 80%;
  }
}
@media (max-width: 768px) {
  .business-list .area-block-inner .textarea .milk {
    top: 95%;
    width: 15vw;
  }
}
.business-list .area-block-inner .textarea .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .area-block-inner .image-map {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 600/640;
  display: block;
}
@media (max-width: 768px) {
  .business-list .area-block-inner .image-map {
    width: 60%;
    margin: 0 auto;
  }
}
.business-list .area-block-inner .image-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .flow-block {
  margin-top: 120px;
  padding-bottom: 245px;
  position: relative;
}
.business-list .flow-block::before {
  content: "";
  background: url(../images/green-load.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 80%;
  max-width: 1570px;
  min-height: 300px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1571/878;
  opacity: 0.5;
}
.business-list .flow-block .cmn-title {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto 75px;
}
.business-list .flow-block-inner {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: min(170px, 10vw);
  position: relative;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .business-list .flow-block-inner {
    gap: 50px;
  }
}
.business-list .flow-block-inner::before {
  content: "";
  background: #E3E3E3;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .business-list .flow-block-inner::before {
    display: none;
  }
}
.business-list .flow-block-inner .flow-item {
  width: max(50% - 85px, 50% - 5vw);
  min-width: 300px;
  flex: 1;
}
.business-list .flow-block-inner .flow-item-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  border-bottom: #2AB953 1px solid;
  padding-bottom: 10px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .business-list .flow-block-inner .flow-item-title {
    margin-bottom: 20px;
  }
}
.business-list .flow-block-inner .flow-item .flow-list {
  counter-reset: num 0;
}
.business-list .flow-block-inner .flow-item .flow-list li {
  border: #151515 1px solid;
  padding: 16px min(40px, 3vw) 30px;
  background: #fff;
}
.business-list .flow-block-inner .flow-item .flow-list li .list-title {
  display: flex;
  align-items: center;
  gap: min(33px, 5vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .business-list .flow-block-inner .flow-item .flow-list li .list-title {
    margin-bottom: 20px;
  }
}
.business-list .flow-block-inner .flow-item .flow-list li .list-title::before {
  counter-increment: num 1;
  content: "0" counter(num) ".";
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, 6.4814814815vw + -1.1111111111rem, 3.75rem);
  background: linear-gradient(0deg, rgba(42, 185, 83, 0.5) 0%, rgba(42, 185, 83, 0.5) 30%, rgba(42, 185, 83, 0) 30%, rgba(42, 185, 83, 0) 100%);
}
.business-list .flow-block-inner .flow-item .flow-list li .list-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.business-list .flow-block-inner .flow-item .flow-list li .link {
  margin-top: 35px;
  padding-top: 20px;
  border-top: #D4F4DD 1px solid;
}
.business-list .flow-block-inner .flow-item .flow-list li .link .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .business-list .flow-block-inner .flow-item .flow-list li .link .tel {
    align-items: center;
  }
}
.business-list .flow-block-inner .flow-item .flow-list li .link .tel-num {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  letter-spacing: -0.03rem;
  font-size: clamp(1.375rem, 2.1126760563vw + 0.360915493rem, 2.5rem);
  gap: 13px;
  text-transform: uppercase;
}
.business-list .flow-block-inner .flow-item .flow-list li .link .tel-num span {
  font-size: clamp(1.75rem, 3.2863849765vw + 0.1725352113rem, 3.5rem);
}
.business-list .flow-block-inner .flow-item .flow-list li .link .tel .time-date {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  font-size: clamp(1rem, 0.4694835681vw + 0.7746478873rem, 1.25rem);
}
@media (max-width: 768px) {
  .business-list .flow-block-inner .flow-item .flow-list li .link .tel .time-date {
    margin-top: 10px;
  }
}
.business-list .flow-block-inner .flow-item .flow-list li .link .cmn-btn {
  width: 100%;
}
.business-list .flow-block-inner .flow-item .flow-list .arrow {
  margin: 30px auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .business-list .flow-block-inner .flow-item .flow-list .arrow {
    margin: 15px auto;
  }
}
.business-list .flow-block-inner .flow-item .flow-list .arrow span {
  background: #2AB953;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 36px;
  height: 15px;
}
.business-list .delivery-products {
  width: 90%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.business-list .delivery-products .milk {
  position: absolute;
  top: 0;
  right: 8vw;
  width: 18vw;
  max-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 100/106;
  display: block;
  z-index: -1;
}
.business-list .delivery-products .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .delivery-products .text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  margin: 40px 0;
}
.business-list .delivery-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.business-list .delivery-products-list li a {
  background: #2AB953;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border: #2AB953 2px solid;
}
.business-list .delivery-products-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  background: #fff;
}
.business-list .delivery-products-list li a p {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  gap: 10px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.business-list .delivery-products-list li a p::after {
  content: "\f8ce";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .business-list .delivery-products-list li a:hover {
    border-radius: 50px;
  }
  .business-list .delivery-products-list li a:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .business-list .delivery-products-list li a:hover p {
    color: #2AB953;
  }
  .business-list .delivery-products-list li a:hover p::after {
    color: #2AB953;
  }
}
.business-list .wholesale-flow {
  width: 90%;
  margin: 185px auto 120px;
  max-width: 1620px;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow {
    margin: 80px auto 60px;
  }
}
.business-list .wholesale-flow-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 65px 13px;
  counter-reset: num 0;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
  }
}
.business-list .wholesale-flow-list li {
  padding: 15px min(38px, 3vw) 30px;
}
.business-list .wholesale-flow-list li::before {
  counter-increment: num 1;
  content: "0" counter(num) ".";
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, 3.2863849765vw + 0.4225352113rem, 3.75rem);
  background: linear-gradient(0deg, rgba(42, 185, 83, 0.5) 0%, rgba(42, 185, 83, 0.5) 30%, rgba(42, 185, 83, 0) 30%, rgba(42, 185, 83, 0) 100%);
}
.business-list .wholesale-flow-list li .icon {
  margin: 0 auto;
}
.business-list .wholesale-flow-list li .text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.2403846154vw + 1.0096153846rem, 1.25rem);
}
.business-list .wholesale-flow-list li .caption {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.business-list .wholesale-flow-list li .cmn-btn {
  width: 100%;
  margin-top: 20px;
}
.business-list .wholesale-flow-list li:nth-child(4n+1) {
  border: #151515 1px solid;
  background: #fff;
  width: 28%;
  max-width: 460px;
  min-width: 285px;
}
.business-list .wholesale-flow-list li:nth-child(4n+1) .icon {
  max-height: 220px;
  height: 80%;
  width: 60%;
  min-width: 80px;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  aspect-ratio: 1;
}
.business-list .wholesale-flow-list li:nth-child(4n+1) .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .wholesale-flow-list li:nth-child(4n+1) .icon::after {
  content: "";
  background: #D4F4DD;
  width: 120%;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow-list li:nth-child(4n+1) .icon::after {
    min-height: 180px;
  }
}
.business-list .wholesale-flow-list li:nth-child(4n+3) {
  background: #D4F4DD;
  max-width: 210px;
  width: 12%;
  min-width: 165px;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow-list li:nth-child(4n+3) {
    width: 80%;
    max-width: 250px;
  }
}
.business-list .wholesale-flow-list li:nth-child(4n+3) .icon {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8%;
  border-radius: 50%;
  margin: 30px 0 20px;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow-list li:nth-child(4n+3) .icon {
    max-height: 150px;
    max-width: 150px;
    margin: 30px auto 20px;
  }
}
.business-list .wholesale-flow-list li:nth-child(4n+3) .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.business-list .wholesale-flow-list .arrow {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow-list .arrow {
    margin-top: 0;
    flex-direction: column;
    gap: 5px;
  }
}
.business-list .wholesale-flow-list .arrow span {
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  height: 36px;
  width: 15px;
  background: #2AB953;
}
@media (max-width: 768px) {
  .business-list .wholesale-flow-list .arrow span {
    clip-path: polygon(100% 0%, 0 0, 50% 100%);
    height: 15px;
    width: 30px;
  }
}
.business-list .comment-block {
  width: 90%;
  max-width: 1620px;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px min(100px, 4vw);
}
@media (max-width: 768px) {
  .business-list .comment-block {
    margin: 60px auto 0;
    gap: 20px;
  }
}
.business-list .comment-item {
  background: rgba(212, 244, 221, 0.4);
  padding: 30px;
  width: max(50% - 50px, 50% - 2vw);
  min-width: 250px;
}
@media (max-width: 768px) {
  .business-list .comment-item {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.business-list .comment-item .title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  padding-bottom: 10px;
  margin-bottom: 23px;
  border-bottom: #2AB953 1px solid;
}
.business-list .comment-item .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.business-list#delivery {
  background: #fff;
  padding-bottom: 220px;
}
@media (max-width: 768px) {
  .business-list#delivery {
    padding-bottom: 100px;
  }
}
.business-list#delivery .image-block .textarea .en-text .white-text::before {
  content: "Home Delivery Business";
}
.business-list#coordinate {
  padding-bottom: 220px;
}
@media (max-width: 768px) {
  .business-list#coordinate {
    padding-bottom: 100px;
  }
}
.business-list#coordinate .image-block .textarea .en-text .white-text::before {
  content: "Coordination Business";
}
.business-list .haccp-link {
  margin: 120px auto 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px min(20px, 5vw);
  width: 90%;
}
@media (max-width: 768px) {
  .business-list .haccp-link {
    margin: 60px auto;
  }
}
.business-list .haccp-link .text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
}
.business-list .haccp-link .cmn-btn {
  min-width: 210px;
  max-width: 310px;
  flex: 1;
}
.business-vehicle {
  width: 100vw;
  padding: 0 0 150px;
}
@media (max-width: 768px) {
  .business-vehicle {
    padding: 0 0 80px;
  }
}
.business-vehicle-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .business-vehicle-inner {
    margin: 0 auto 60px;
  }
  .business-vehicle-inner .cmn-title {
    align-items: flex-start;
  }
}
.business-vehicle-inner .text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 80px 0;
}
@media (max-width: 768px) {
  .business-vehicle-inner .text {
    margin: 40px 0;
    text-align: start;
  }
}
.business-vehicle-inner .vehicle-table {
  max-width: 660px;
  margin: 0 auto;
}
.business-vehicle .vehicle-gallery {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
}
@media (max-width: 768px) {
  .business-vehicle .vehicle-gallery {
    gap: 20px;
  }
}
.business-vehicle .vehicle-gallery .boxer {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 50/35;
  display: block;
}
@media (max-width: 768px) {
  .business-vehicle .vehicle-gallery .boxer {
    width: calc(50% - 10px);
  }
}
.business-vehicle .vehicle-gallery .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  products
--------------------------------------------------------------------------------*/
.products-introduction {
  background: #fff;
  padding: 230px 5% 200px;
}
@media (max-width: 768px) {
  .products-introduction {
    padding: 100px 5%;
  }
}
.products-introduction p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
  text-align: center;
}
@media (max-width: 768px) {
  .products-introduction p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.products-recommend {
  width: min(70%, 95% - 260px);
  max-width: 1280px;
  margin: 0 5vw 200px auto;
}
@media (max-width: 768px) {
  .products-recommend {
    width: 90%;
    margin: 0 auto 100px;
  }
}
.products-recommend-block {
  margin-top: 80px;
  width: 100%;
}
.products-recommend-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px min(50px, 6%);
}
@media (max-width: 768px) {
  .products-recommend-item {
    gap: 20px;
  }
}
.products-recommend-item + .products-recommend-item {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .products-recommend-item + .products-recommend-item {
    margin-top: 50px;
  }
}
.products-recommend-item .item-inner {
  width: max(50% - 25px, 47%);
  display: inline-block;
  min-width: 300px;
}
@media (max-width: 768px) {
  .products-recommend-item .item-inner {
    width: 100%;
  }
}
.products-recommend-item .boxer {
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 600/391;
  display: block;
  border: #151515 1px solid;
}
@media (max-width: 768px) {
  .products-recommend-item .boxer {
    max-width: 300px;
    margin: 0 auto;
  }
}
.products-recommend-item .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.products-recommend-item .name-proposal {
  display: flex;
  flex-direction: column;
}
.products-recommend-item .name-proposal .name {
  margin-bottom: 35px;
}
.products-recommend-item .name-proposal .textarea {
  height: 100%;
}
.products-recommend-item .textarea {
  background: rgba(212, 244, 221, 0.4);
  padding: 30px;
}
@media (max-width: 768px) {
  .products-recommend-item .textarea {
    padding: 18px;
  }
}
.products-recommend-item .textarea .title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  border-bottom: #2AB953 1px solid;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 23px;
}
.products-recommend-item .textarea .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .products-recommend-item .textarea .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.products-recommend-item .textarea .text li {
  display: flex;
  gap: 10px;
}
.products-recommend-item .textarea .text li::before {
  content: "・";
}
.products-list {
  background: #fff;
  padding: 200px 0 250px;
}
@media (max-width: 768px) {
  .products-list {
    padding: 80px 0 120px;
  }
}
.products-list-inner {
  width: min(70%, 95% - 260px);
  max-width: 1280px;
  margin: 0 5vw 0 auto;
}
@media (max-width: 768px) {
  .products-list-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.products-list-inner .cmn-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .products-list-inner .cmn-title {
    margin-bottom: 50px;
  }
}
.products-list-inner .products-category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px min(50px, 5vw);
}
@media (max-width: 768px) {
  .products-list-inner .products-category {
    gap: 12px;
  }
}
.products-list-inner .products-category li a {
  background: #2AB953;
  border-radius: 9999px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 310px;
  color: #fff;
  padding: 10px 10px 10px min(40px, 5vw);
  position: relative;
  overflow: hidden;
  border: #2AB953 2px solid;
}
.products-list-inner .products-category li a::before {
  content: "";
  background: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
  border-radius: 50%;
}
.products-list-inner .products-category li a p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .products-list-inner .products-category li a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.products-list-inner .products-category li a p::after {
  content: "\e5db";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  color: #2AB953;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .products-list-inner .products-category li a p::after {
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .products-list-inner .products-category li a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .products-list-inner .products-category li a:hover p {
    color: #2AB953;
  }
  .products-list-inner .products-category li a:hover p::after {
    color: #fff;
    background: #2AB953;
  }
}
.products-list-posts {
  margin-top: 120px;
  display: block;
}
@media (max-width: 768px) {
  .products-list-posts {
    margin-top: 60px;
  }
  .products-list-posts + .products-list-posts {
    margin-top: 40px;
  }
}
.products-list-posts .post-list {
  display: flex;
  gap: 42px 5%;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .products-list-posts .post-list {
    gap: 25px;
  }
}
.products-list-posts .post-list li {
  width: 30%;
  padding-top: 200px;
  margin-top: -200px;
}
@media (max-width: 768px) {
  .products-list-posts .post-list li {
    width: 80%;
    padding-top: 80px;
    margin: -80px auto 0;
  }
}
.products-list-posts .post-list li .boxer {
  border: #000 1px solid;
  padding: 12px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
}
.products-list-posts .post-list li .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.products-list-posts .post-list li .title {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-introduction {
  margin: 230px 0 200px;
}
@media (max-width: 768px) {
  .company-introduction {
    margin: 100px 0;
  }
}
.company-introduction-inner {
  display: flex;
  gap: min(120px, 5%);
  width: 95%;
}
@media (max-width: 768px) {
  .company-introduction-inner {
    width: 100%;
    flex-direction: column;
  }
}
.company-introduction-inner .image {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 945/650;
  border-left: #2AB953 10px solid;
  display: block;
}
@media (max-width: 768px) {
  .company-introduction-inner .image {
    width: 80%;
    aspect-ratio: 8/5;
  }
}
.company-introduction-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-introduction-inner .textarea {
  width: 45%;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .company-introduction-inner .textarea {
    width: 90%;
  }
}
.company-introduction-inner .textarea .text {
  margin-top: 40px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.company-introduction-block {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 150px auto 0;
  gap: min(100px, 6%);
}
@media (max-width: 768px) {
  .company-introduction-block {
    margin: 50px auto 0;
    gap: 25px;
    flex-direction: column;
  }
}
.company-introduction-item {
  width: max(50% - 25px, 47%);
  background: rgba(212, 244, 221, 0.4);
  padding: 30px;
}
@media (max-width: 768px) {
  .company-introduction-item {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.company-introduction-item .title {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 23px;
  border-bottom: #2AB953 1px solid;
}
.company-introduction-item .list li + li {
  margin-top: 15px;
}
.company-introduction-item .list li .highlight {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  gap: 10px;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.company-introduction-item .list li .highlight::before {
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2AB953;
  background: #fff;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
}
.company-introduction-item .list li .text {
  padding-left: 34px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .company-introduction-item .list li .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.company-message, .company-access, .company-sdgs {
  padding: 200px 0;
  position: relative;
}
@media (max-width: 768px) {
  .company-message, .company-access, .company-sdgs {
    padding: 80px 0;
  }
}
.company-message .milk, .company-access .milk, .company-sdgs .milk {
  position: absolute;
  top: 0;
  right: 8vw;
  transform: translateY(-50%);
  width: 20vw;
  max-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/19;
  display: block;
}
.company-message .milk img, .company-access .milk img, .company-sdgs .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.company-message-inner, .company-access-inner, .company-sdgs-inner {
  display: flex;
  width: 95%;
  margin: 0 0 0 auto;
  gap: min(135px, 8%);
}
@media (max-width: 768px) {
  .company-message-inner, .company-access-inner, .company-sdgs-inner {
    flex-direction: column;
    width: 100%;
  }
}
.company-message-inner .textarea, .company-access-inner .textarea, .company-sdgs-inner .textarea {
  width: 42%;
  margin: 40px auto 0;
}
.company-message-inner .textarea:only-child, .company-access-inner .textarea:only-child, .company-sdgs-inner .textarea:only-child {
  width: 95%;
  margin: 40px auto 0 0;
}
@media (max-width: 768px) {
  .company-message-inner .textarea:only-child, .company-access-inner .textarea:only-child, .company-sdgs-inner .textarea:only-child {
    width: 90%;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .company-message-inner .textarea, .company-access-inner .textarea, .company-sdgs-inner .textarea {
    width: 90%;
    margin: 30px auto;
  }
}
.company-message-inner .textarea .text, .company-access-inner .textarea .text, .company-sdgs-inner .textarea .text {
  margin: 40px 0 45px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin: 25px 0;
}
.company-message-inner .textarea .sign, .company-access-inner .textarea .sign, .company-sdgs-inner .textarea .sign {
  text-align: end;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.company-message-inner .image, .company-message-inner .map, .company-access-inner .image, .company-access-inner .map, .company-sdgs-inner .image, .company-sdgs-inner .map {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 945/650;
  display: block;
  border-left: #2AB953 10px solid;
}
@media (max-width: 768px) {
  .company-message-inner .image, .company-message-inner .map, .company-access-inner .image, .company-access-inner .map, .company-sdgs-inner .image, .company-sdgs-inner .map {
    width: 90%;
    aspect-ratio: 8/5;
  }
}
.company-message-inner .image img, .company-message-inner .image iframe, .company-message-inner .map img, .company-message-inner .map iframe, .company-access-inner .image img, .company-access-inner .image iframe, .company-access-inner .map img, .company-access-inner .map iframe, .company-sdgs-inner .image img, .company-sdgs-inner .image iframe, .company-sdgs-inner .map img, .company-sdgs-inner .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-sdgs {
  padding-bottom: 0;
}
.company-sdgs-inner {
  margin: 0 auto 0 0;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .company-sdgs-inner {
    padding-bottom: 80px;
  }
}
.company-sdgs-inner .textarea {
  margin: 40px 0 0 0;
}
@media (max-width: 768px) {
  .company-sdgs-inner .textarea {
    margin: 30px auto 0;
  }
}
.company-sdgs-block {
  padding: 120px 0 200px;
}
@media (max-width: 768px) {
  .company-sdgs-block {
    padding: 80px 0 120px;
  }
}
.company-sdgs-block .list {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
@media (max-width: 768px) {
  .company-sdgs-block .list {
    gap: 20px;
  }
}
.company-sdgs-block .list li {
  width: 30%;
  padding: 30px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .company-sdgs-block .list li {
    width: 100%;
  }
}
.company-sdgs-block .list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
}
.company-sdgs-block .list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-sdgs-block .list li .title {
  margin: 23px 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.company-sdgs-block .list li .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
.company-overview {
  margin: 200px 0;
}
@media (max-width: 768px) {
  .company-overview {
    margin: 80px 0;
  }
}
.company-overview .cmn-title {
  max-width: 90%;
  margin: 0 auto;
}
.company-overview-table {
  width: 90%;
  max-width: 1320px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .company-overview-table {
    margin: 50px auto 0;
  }
}
.company-history {
  background: #D4F4DD;
  padding: 200px 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .company-history {
    padding: 80px 5%;
  }
}
.company-history-list {
  max-width: 1320px;
  margin: 80px auto 0;
}
.company-history-list li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  gap: min(28px, 5%);
}
@media (max-width: 768px) {
  .company-history-list li {
    gap: 15px;
  }
}
.company-history-list li:nth-child(1) .inner {
  border-top: #2AB953 1px solid;
}
.company-history-list li:last-child::before {
  display: none;
}
.company-history-list li::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: #2AB953 2px dashed;
  position: absolute;
  left: 11px;
  top: 50%;
}
.company-history-list li span {
  height: 24px;
  width: 24px;
  display: block;
  background: #2AB953;
  border-radius: 50%;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .company-history-list li span {
    height: 15px;
    width: 15px;
  }
}
.company-history-list li .inner {
  display: flex;
  border-bottom: #2AB953 1px solid;
  padding: 30px;
  width: max(100% - 52px, 95% - 24px);
  gap: 25px;
}
@media (max-width: 768px) {
  .company-history-list li .inner {
    flex-direction: column;
    padding: 15px;
    gap: 5px;
    width: calc(100% - 30px);
  }
}
.company-history-list li .inner .year {
  width: 30%;
  max-width: 220px;
  min-width: 130px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .company-history-list li .inner .year {
    width: 100%;
  }
}
.company-history-list li .inner .content {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.company-history .milk-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.company-history .milk-block .milk {
  position: absolute;
  display: block;
}
.company-history .milk-block .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.company-history .milk-block .milk:nth-of-type(1) {
  width: 25vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 180/224;
  top: 0;
  left: 8vw;
  transform: translateY(-50%);
}
.company-history .milk-block .milk:nth-of-type(2) {
  width: 18vw;
  max-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/19;
  bottom: 0;
  right: 8vw;
  transform: translateY(50%);
}
.company-maker {
  margin: 200px auto;
  max-width: 1620px;
  width: 90%;
}
@media (max-width: 768px) {
  .company-maker {
    margin: 80px auto;
  }
}
.company-maker .text {
  text-align: center;
  margin: 80px 0;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .company-maker .text {
    margin: 40px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.company-maker-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .company-maker-block {
    justify-content: center;
  }
}
.company-maker-item {
  background: #2AB953;
  padding: 10px min(20px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: #2AB953 2px solid;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company-maker-item {
    padding: 8px 3vw;
  }
}
.company-maker-item::after {
  content: "";
  background: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.company-maker-item p {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(0.875rem, 0.9259259259vw + 0.4305555556rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.company-maker-item p.link {
  transition: all 0.3s;
}
.company-maker-item p.link::after {
  content: "\f8ce";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1rem, 2.7777777778vw + -0.3333333333rem, 1.75rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .company-maker-item.link-btn:hover {
    border-radius: 50px;
  }
  .company-maker-item.link-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .company-maker-item.link-btn:hover p.link {
    color: #2AB953;
  }
  .company-maker-item.link-btn:hover p.link::after {
    color: #2AB953;
  }
}
.company .dec-image {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 192/35;
  min-height: 150px;
  overflow: hidden;
}
.company .dec-image img {
  width: 200%;
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-introduction {
  padding: 230px 0 250px;
}
@media (max-width: 768px) {
  .recruit-introduction {
    padding: 80px 0 120px;
    position: relative;
  }
}
.recruit-introduction .image {
  width: max(32%, 40% - 125px);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.recruit-introduction .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-introduction-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-introduction-inner {
    position: relative;
    z-index: 1;
  }
}
.recruit-introduction-block {
  display: flex;
  gap: min(8%, 125px);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .recruit-introduction-block {
    position: relative;
    margin-bottom: 50px;
  }
  .recruit-introduction-block .image {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
  }
}
.recruit-introduction-block .textarea {
  width: 60%;
}
@media (max-width: 768px) {
  .recruit-introduction-block .textarea {
    width: 100%;
  }
}
.recruit-introduction-block .textarea .cmn-title {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .recruit-introduction-block .textarea .cmn-title {
    width: 60%;
  }
}
.recruit-introduction-block .textarea .cmn-title .en::before {
  display: none;
}
.recruit-introduction-block .textarea .text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .recruit-introduction-block .textarea .text {
    letter-spacing: 0.05rem;
    line-height: 1.8;
  }
}
.recruit-introduction-point {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .recruit-introduction-point {
    gap: 3vw;
  }
}
.recruit-introduction-point li {
  background: #2AB953;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .recruit-introduction-point li {
    padding: 8px 12px;
  }
}
.recruit-introduction-point li p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .recruit-introduction-point li p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.recruit-introduction-point li p::before {
  content: "\e8dc";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
}
@media (max-width: 768px) {
  .recruit-introduction-point li p::before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.recruit-introduction-hope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px min(150px, 10%);
  max-width: 1100px;
  margin: 90px auto 140px;
}
@media (max-width: 768px) {
  .recruit-introduction-hope {
    margin: 50px auto 80px;
    gap: 20px 12px;
  }
}
.recruit-introduction-hope li {
  width: max(45%, 50% - 75px);
  text-align: center;
  min-width: 200px;
}
@media (max-width: 768px) {
  .recruit-introduction-hope li {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.recruit-introduction-hope li p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
@media (max-width: 768px) {
  .recruit-introduction-hope li p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.recruit-introduction-join {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-introduction-join {
    flex-direction: column;
  }
  .recruit-introduction-join .image {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.recruit-introduction-join h3 {
  background: #2AB953;
  color: #fff;
  padding: 10px 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 1.3888888889vw + 0.7083333333rem, 1.75rem);
  display: block;
  margin-top: 95px;
}
@media (max-width: 768px) {
  .recruit-introduction-join h3 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 0 auto 40px;
  }
}
.recruit-introduction-join .en {
  position: absolute;
  top: min(225px, 25vh);
  left: 0;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  letter-spacing: -0.05rem;
  font-size: clamp(3.875rem, 9.496124031vw + -0.6831395349rem, 10rem);
  text-transform: capitalize;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .recruit-introduction-join .en {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.recruit-introduction-join .en span {
  padding-left: 0.6em;
}
.recruit-introduction-join .en::after {
  content: "";
  background: #007923;
  width: 0.15em;
  height: 0.15em;
  display: inline-block;
  aspect-ratio: 1;
}
.recruit-voice {
  width: 90%;
  max-width: 1620px;
  margin: 200px auto 275px;
}
@media (max-width: 768px) {
  .recruit-voice {
    margin: 80px auto 120px;
  }
}
.recruit-voice-list {
  display: flex;
  flex-wrap: wrap;
  margin: 75px 0 0;
  gap: 50px 5%;
}
@media (max-width: 768px) {
  .recruit-voice-list {
    margin: 35px 0 0;
    gap: 30px;
  }
}
.recruit-voice-list li {
  background: rgba(212, 244, 221, 0.4);
  padding: 30px;
  width: 30%;
  min-width: 250px;
}
@media (max-width: 768px) {
  .recruit-voice-list li {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.recruit-voice-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 400/295;
  display: block;
}
@media (max-width: 768px) {
  .recruit-voice-list li .image {
    width: 80%;
    margin: 0 auto;
  }
}
.recruit-voice-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-voice-list li .name-career {
  margin: 23px 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .recruit-voice-list li .name-career {
    margin: 18px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.recruit-voice-list li .name-career .name {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .recruit-voice-list li .name-career .name {
    margin-bottom: 5px;
  }
}
.recruit-voice-list li .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .recruit-voice-list li .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.recruit-process {
  padding: 200px 0 250px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-process {
    padding: 80px 0 120px;
  }
}
.recruit-process .milk {
  position: absolute;
  width: 22vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 180/224;
  bottom: 0;
  right: 5vw;
  transform: translateY(50%);
  z-index: 1;
  pointer-events: none;
}
.recruit-process .milk img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.recruit-process-inner {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}
.recruit-process-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-process-list {
    flex-direction: column;
    margin-top: 50px;
  }
}
.recruit-process-list .arrow {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 1.2em;
  font-size: clamp(2rem, 6.4814814815vw + -1.1111111111rem, 3.75rem);
}
@media (max-width: 768px) {
  .recruit-process-list .arrow {
    flex-direction: column;
    margin: 0 auto;
  }
}
.recruit-process-list .arrow span {
  background: #2AB953;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 15px;
  height: 36px;
}
@media (max-width: 768px) {
  .recruit-process-list .arrow span {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 30px;
    height: 12px;
  }
}
.recruit-process-list li {
  position: relative;
}
.recruit-process-list li .title {
  margin: 0 0 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .recruit-process-list li .title {
    margin-bottom: 15px;
  }
}
.recruit-process-list li .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.recruit-process-list.recruitment {
  gap: 40px 5%;
}
.recruit-process-list.recruitment li {
  width: 30%;
  min-width: 295px;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-process-list.recruitment li {
    width: 100%;
  }
}
.recruit-process-list.recruitment li .num {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, 6.4814814815vw + -1.1111111111rem, 3.75rem);
  color: #2AB953;
  margin-bottom: 15px;
  display: block;
}
.recruit-process-list.recruitment li .arrow {
  position: absolute;
  top: 0;
  right: 30px;
}
@media (max-width: 768px) {
  .recruit-process-list.recruitment li .arrow {
    display: none;
  }
}
.recruit-process-list.recruitment li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 440/295;
  display: block;
  margin-bottom: 23px;
}
.recruit-process-list.recruitment li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-process-list.recruitment li .link {
  margin-top: 30px;
}
.recruit-process-list.recruitment li .link .tel {
  margin-bottom: 20px;
}
.recruit-process-list.recruitment li .link .tel-num {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-size: clamp(1.125rem, 1.6431924883vw + 0.3362676056rem, 2rem);
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 768px) {
  .recruit-process-list.recruitment li .link .tel-num {
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit-process-list.recruitment li .link .tel-num span {
  margin-left: 12px;
  font-size: clamp(1.25rem, 2.8169014085vw + -0.1021126761rem, 2.75rem);
  letter-spacing: -0.1rem;
}
@media (max-width: 768px) {
  .recruit-process-list.recruitment li .link .tel-num span {
    letter-spacing: 0;
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 8px;
  }
}
.recruit-process-list.recruitment li .link .tel .time-day {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  font-size: clamp(0.9375rem, 0.3521126761vw + 0.7684859155rem, 1.125rem);
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .recruit-process-list.recruitment li .link .tel .time-day {
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 768px) {
  .recruit-process-list.recruitment li .link .tel .time-day {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.recruit-process-list.recruitment li .link .tel .attention {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .recruit-process-list.recruitment li .link .tel .attention {
    text-align: start;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.recruit-process-list.delivery {
  gap: 65px 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  .recruit-process-list.delivery {
    gap: 18px;
  }
}
.recruit-process-list.delivery li {
  border: #151515 1px solid;
  padding: 15px min(5vw, 35px) 45px min(5vw, 35px);
  width: 28%;
  max-width: 460px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .recruit-process-list.delivery li {
    width: 100%;
  }
}
.recruit-process-list.delivery li .num {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, 3.2863849765vw + 0.4225352113rem, 3.75rem);
  background: linear-gradient(0deg, rgba(42, 185, 83, 0.5) 0%, rgba(42, 185, 83, 0.5) 30%, rgba(42, 185, 83, 0) 30%, rgba(42, 185, 83, 0) 100%);
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 768px) {
  .recruit-process-list.delivery li .num {
    margin-bottom: 20px;
  }
}
.recruit-process .works-slider {
  width: 100%;
  margin-top: 150px;
}
.recruit-process .works-slider .swiper-wrapper {
  display: flex;
}
.recruit-process .works-slider .swiper-wrapper .swiper-slide {
  flex: 0 0 23%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  transition: all 1s;
  overflow: hidden;
  position: relative;
  top: 0;
}
.recruit-process .works-slider .swiper-wrapper .swiper-slide-prev, .recruit-process .works-slider .swiper-wrapper .swiper-slide-next {
  top: 60px;
}
@media (max-width: 768px) {
  .recruit-process .works-slider .swiper-wrapper .swiper-slide-prev, .recruit-process .works-slider .swiper-wrapper .swiper-slide-next {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .recruit-process .works-slider .swiper-wrapper .swiper-slide {
    flex: 0 0 53%;
  }
}
.recruit-process .works-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-details {
  margin: 200px auto 250px;
  width: 90%;
  max-width: 1400px;
}
@media (max-width: 768px) {
  .recruit-details {
    margin: 80px auto 120px;
  }
}
.recruit-details .anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 25px min(50px, 5vw);
  margin: 80px 0 150px;
}
@media (max-width: 768px) {
  .recruit-details .anchor {
    margin: 35px 0 80px;
  }
}
.recruit-details .anchor li a {
  background: #fff;
  color: #2AB953;
  border-radius: 9999px;
  padding: 10px 10px 10px min(40px, 5vw);
  display: block;
  border: #fff 2px solid;
  position: relative;
  overflow: hidden;
}
.recruit-details .anchor li a::before {
  content: "";
  background: #2AB953;
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
}
.recruit-details .anchor li a p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-details .anchor li a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.recruit-details .anchor li a p::after {
  content: "\e5db";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #2AB953;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-details .anchor li a p::after {
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .recruit-details .anchor li a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .recruit-details .anchor li a:hover p {
    color: #fff;
  }
  .recruit-details .anchor li a:hover p::after {
    color: #2AB953;
    background: #fff;
  }
}
.recruit-details-block + .recruit-details-block {
  margin-top: 185px;
}
@media (max-width: 768px) {
  .recruit-details-block + .recruit-details-block {
    margin-top: 100px;
  }
}
.recruit-details-table {
  margin-top: 40px;
}
.recruit-details .cmn-btn {
  background: #fff;
  margin: 80px auto 0;
}
.recruit-details .cmn-btn::after {
  background: #2AB953;
}
.recruit-details .cmn-btn p {
  color: #2AB953;
  position: relative;
  z-index: 1;
}
.recruit-details .cmn-btn p::after {
  background: #2AB953;
  color: #fff;
}
@media (min-width: 769px) {
  .recruit-details .cmn-btn:hover p {
    color: #fff;
  }
  .recruit-details .cmn-btn:hover p::after {
    background: #fff;
    color: #2AB953;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-introduction {
  padding: 230px 0 260px;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .contact-introduction {
    padding: 80px 0;
    margin-bottom: 120px;
  }
}
.contact-introduction::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.contact-introduction::after {
  content: "";
  display: block;
  width: 100vw;
  height: 50vw;
  border-radius: 50%/0 0 100% 100%;
  position: absolute;
  top: calc(100% - 50vw - 1px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact-introduction::after {
    width: 150vw;
  }
}
.contact-introduction .text {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  text-align: center;
  width: 90%;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .contact-introduction .text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 40px;
    text-align: start;
  }
}
.contact-introduction .number {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-introduction .number .num {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact-introduction .number .num {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
}
.contact-introduction .number .num span {
  font-size: clamp(2rem, 5.5555555556vw + -0.6666666667rem, 3.5rem);
  margin-left: 12px;
}
.contact-introduction .number .tel {
  margin-bottom: 35px;
}
.contact-introduction .number .tel-num {
  color: #000000;
  margin-bottom: 10px;
}
.contact-introduction .number .tel .text-box {
  margin: 10px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-introduction .number .tel .day-time {
  display: block;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact-introduction .number .tel .day-time {
    margin: 10px auto 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-introduction .number .tel .attention {
    text-align: center;
  }
}
.contact-form-inner {
  margin: 80px auto 250px;
  max-width: 1320px;
  width: 90%;
}
@media (max-width: 768px) {
  .contact-form-inner {
    margin: 50px auto 120px;
  }
}

/*-------------------------------------------------------------------------------
  contact-form#form-input
--------------------------------------------------------------------------------*/
#form-input dl {
  border-bottom: #2AB953 1px solid;
  padding: 30px 0;
  display: flex;
  gap: 25px;
}
#form-input dl:nth-child(1) {
  border-top: #2AB953 1px solid;
}
@media (max-width: 768px) {
  #form-input dl {
    padding: 18px 0;
    gap: 8px;
    flex-wrap: wrap;
  }
}
#form-input dl dt {
  width: 30%;
  max-width: 330px;
  min-width: 265px;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #form-input dl dt {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    gap: 10px;
  }
}
#form-input dl dt label {
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: calc(100% - 54px);
  pointer-events: none;
}
@media (max-width: 768px) {
  #form-input dl dt label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#form-input dl dt .required {
  display: block;
  width: 54px;
  height: 32px;
  background: #FF8080;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
#form-input dl dd {
  width: max(100% - 355px, 70% - 25px);
  padding-right: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  #form-input dl dd {
    width: 100%;
    padding: 0;
  }
}
#form-input dl dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px min(80px, 5vw);
  padding: 20px 30px 20px 0;
}
@media (max-width: 768px) {
  #form-input dl dd .wpcf7-radio {
    padding: 0;
  }
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item label input:checked + span::after {
  background: #2AB953;
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}
@media (max-width: 768px) {
  #form-input dl dd .wpcf7-radio .wpcf7-list-item-label {
    gap: 10px;
  }
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #D4F4DD;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #form-input dl dd .wpcf7-radio .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
  }
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  background: #fff;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #form-input dl dd .wpcf7-radio .wpcf7-list-item-label::after {
    width: 15px;
    height: 15px;
  }
}
#form-input dl dd input, #form-input dl dd textarea, #form-input dl dd select {
  background: #fff;
  padding: 20px min(20px, 5vw);
}
#form-input dl dd .form-address li + li {
  margin-top: 10px;
}
#form-input dl dd .form-address li .form-select {
  max-width: 300px;
  position: relative;
}
#form-input dl dd .form-address li .form-select::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #2AB953;
  width: 22px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
#form-input .unit-privacy {
  margin: 120px 0 10px;
}
@media (max-width: 768px) {
  #form-input .unit-privacy {
    margin: 30px 0 10px;
  }
}
#form-input .unit-privacy-block {
  background: #F5F5F5;
  padding: 50px min(50px, 5vw);
  margin-top: 40px;
  max-height: 500px;
}
@media (max-width: 768px) {
  #form-input .unit-privacy-block {
    margin-top: 20px;
  }
}
#form-input .unit-privacy-block .privacy-inner {
  padding-right: min(40px, 5vw);
  height: 400px;
  overflow-y: auto;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
#form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar {
  width: 10px;
}
#form-input .privacy-check {
  margin: 30px auto 145px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #form-input .privacy-check {
    margin: 20px auto 80px;
  }
}
#form-input .privacy-check .wpcf7-list-item {
  margin: 0;
}
#form-input .privacy-check .wpcf7-list-item input {
  display: none;
}
#form-input .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
#form-input .privacy-check .wpcf7-list-item-label {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 768px) {
  #form-input .privacy-check .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#form-input .privacy-check .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #D4F4DD;
}
@media (max-width: 768px) {
  #form-input .privacy-check .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
#form-input .privacy-check .wpcf7-list-item-label::after {
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2AB953;
  font-size: clamp(1.375rem, 1.3888888889vw + 0.7083333333rem, 1.75rem);
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 768px) {
  #form-input .privacy-check .wpcf7-list-item-label::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*-------------------------------------------------------------------------------
  contact-form#form-confirm
--------------------------------------------------------------------------------*/
#form-confirm {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #form-confirm {
    margin-bottom: 50px;
  }
}
#form-confirm dl {
  border-bottom: #2AB953 1px solid;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
#form-confirm dl:nth-child(1) {
  border-top: #2AB953 1px solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 18px 0;
    gap: 8px;
  }
}
#form-confirm dl dt {
  width: 30%;
  max-width: 330px;
  min-width: 265px;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #form-confirm dl dt {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    gap: 10px;
  }
}
#form-confirm dl dt label {
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: calc(100% - 54px);
}
@media (max-width: 768px) {
  #form-confirm dl dt label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#form-confirm dl dt .required {
  display: block;
  width: 54px;
  height: 32px;
  background: #FF8080;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
}
#form-confirm dl dd {
  width: max(100% - 355px, 70% - 25px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  padding: 20px min(20px, 5vw);
}
@media (max-width: 768px) {
  #form-confirm dl dd {
    width: 100%;
    padding: 0;
  }
}
#form-confirm dl dd .form-address li + li {
  margin-top: 5px;
}
#form-confirm .unit-privacy {
  display: none;
}
#form-confirm .privacy-check {
  display: none;
}

.check_no-through {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

/*-------------------------------------------------------------------------------
  form btn
--------------------------------------------------------------------------------*/
.check_submit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
@media (max-width: 768px) {
  .check_submit {
    gap: 10px;
  }
}
.check_submit .confirm-none button {
  background: #2AB953;
  border-radius: 999px;
  color: #fff;
  padding: 10px 10px 10px min(40px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  border: #2AB953 3px solid;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .check_submit .confirm-none button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.check_submit .confirm-none button::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2AB953;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  background: #fff;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .check_submit .confirm-none button::after {
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .check_submit .confirm-none button:hover {
    background: #fff;
    color: #2AB953;
  }
  .check_submit .confirm-none button:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .check_submit .confirm-none button:hover::after {
    color: #fff;
    background: #2AB953;
  }
}
.check_submit .input-none {
  min-width: 200px;
}
.check_submit .input-none.back button {
  background: #505050;
  border: #505050 3px solid;
  border-radius: 999px;
  color: #fff;
  padding: 10px min(40px, 5vw) 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .check_submit .input-none.back button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.check_submit .input-none.back button::before {
  content: "\e5c4";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #505050;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  background: #fff;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .check_submit .input-none.back button::before {
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .check_submit .input-none.back button:hover {
    background: #fff;
    color: #505050;
  }
  .check_submit .input-none.back button:hover::before {
    color: #fff;
    background: #505050;
  }
}
.check_submit .input-none.submit {
  border-radius: 999px;
  background: #2AB953;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  border: #2AB953 3px solid;
  transition: all 0.3s;
}
.check_submit .input-none.submit input {
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  padding: 10px 89px 10px min(40px, 5vw);
}
@media (max-width: 768px) {
  .check_submit .input-none.submit input {
    line-height: 35px;
    padding: 10px 65px 10px min(40px, 5vw);
  }
}
@media (max-width: 768px) {
  .check_submit .input-none.submit input {
    font-size: 16px;
    font-size: 1rem;
  }
}
.check_submit .input-none.submit::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2AB953;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  background: #fff;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  right: 10px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .check_submit .input-none.submit::after {
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .check_submit .input-none.submit:hover {
    background: #fff;
    color: #2AB953;
  }
  .check_submit .input-none.submit:hover::after {
    background: #2AB953;
    color: #fff;
  }
}

/*-------------------------------------------------------------------------------
  contact_thanks
--------------------------------------------------------------------------------*/
.cf-complete {
  background: #fff;
  padding: 120px 5%;
}
.cf-complete h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .cf-complete h2 {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: start;
  }
}
.cf-complete .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cf-complete .text {
    text-align: start;
    margin-bottom: 30px;
  }
}
.cf-complete .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  background: url(../images/ft-img.jpg) center/cover no-repeat;
  width: 100vw;
  position: relative;
  padding: 185px 0 230px;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0 120px;
  }
}
.cta::before {
  content: "";
  background: #505050;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.55;
}
.cta-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 5vw;
  position: relative;
  z-index: 1;
}
.cta-inner .textarea {
  color: #fff;
}
.cta-inner .textarea .title .en {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(5.125rem, 8.7962962963vw + 0.9027777778rem, 7.5rem);
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cta-inner .textarea .title .en {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.cta-inner .textarea .title .ja {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
.cta-inner .textarea .text {
  margin-top: 55px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.cta-inner .num-links {
  margin-right: 5vw;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cta-inner .num-links {
    margin: 0 auto;
    white-space: wrap;
  }
}
.cta-inner .num-links .tel-block {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cta-inner .num-links .tel-block {
    margin-bottom: 20px;
  }
}
.cta-inner .num-links .tel-block .tel {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
}
@media (max-width: 768px) {
  .cta-inner .num-links .tel-block .tel {
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.cta-inner .num-links .tel-block .tel span {
  font-size: clamp(2rem, 5.5555555556vw + -0.6666666667rem, 3.5rem);
  margin-left: 1vw;
}
@media (max-width: 768px) {
  .cta-inner .num-links .tel-block .tel span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.cta-inner .num-links .tel-block .text-box {
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-inner .num-links .tel-block .time-day {
  margin-top: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
@media (max-width: 768px) {
  .cta-inner .num-links .tel-block .time-day {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    margin: 10px auto 0;
  }
}
.cta-inner .num-links .tel-block .attention {
  color: #fff;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .cta-inner .num-links .tel-block .attention {
    text-align: center;
  }
}
.cta-inner .num-links .fax-block {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  margin: 35px 0 50px;
}
@media (max-width: 768px) {
  .cta-inner .num-links .fax-block {
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 30px auto;
  }
}
.cta-inner .num-links .fax-block span {
  font-size: clamp(2rem, 5.5555555556vw + -0.6666666667rem, 3.5rem);
  margin-left: 1vw;
}
@media (max-width: 768px) {
  .cta-inner .num-links .fax-block span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.cta-inner .num-links .contact-btn {
  background: #2AB953;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 15px 15px min(50px, 5vw);
  position: relative;
  overflow: hidden;
  border: #2AB953 3px solid;
}
.cta-inner .num-links .contact-btn::after {
  content: "";
  background: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta-inner .num-links .contact-btn {
    padding: 10px 10px 10px 5vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .cta-inner .num-links .contact-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .cta-inner .num-links .contact-btn:hover p {
    color: #2AB953;
  }
  .cta-inner .num-links .contact-btn:hover p::after {
    color: #fff;
    background: #2AB953;
  }
}
.cta-inner .num-links .contact-btn p {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(5vw, 50px);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.cta-inner .num-links .contact-btn p::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 100;
  color: #2AB953;
  background: #fff;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta-inner .num-links .contact-btn p::after {
    width: 42px;
    height: 42px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background: #2AB953;
  width: 100%;
  padding: 150px 0 210px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer {
    padding: 80px 0 120px;
  }
}
.footer .ft-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .ft-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer .ft-inner .textarea .ft-logo {
  max-width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 280/34;
  display: block;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .footer .ft-inner .textarea .ft-logo {
    width: 60%;
  }
}
.footer .ft-inner .textarea .ft-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-inner .textarea .address {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .footer .ft-inner .textarea .address {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.footer .ft-inner .links .ft-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px min(30px, 3vw);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer .ft-inner .links .ft-nav {
    display: none;
  }
}
.footer .ft-inner .links .ft-nav li a {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
.footer .ft-inner .links .ft-nav li a::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  background: #fff;
  border-radius: 99px;
}
@media (min-width: 769px) {
  .footer .ft-inner .links .ft-nav li a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}
.footer .ft-inner .links .sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-bottom: 35px;
}
.footer .ft-inner .links .sns a {
  width: 54px;
  height: 54px;
  display: block;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer .ft-inner .links .sns a {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .footer .ft-inner .links .sns a:hover {
    transform: scale(0.85);
  }
}
.footer .ft-inner .links .sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-inner .links small {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: end;
  display: block;
}
@media (max-width: 768px) {
  .footer .ft-inner .links small {
    font-size: 12px;
    font-size: 0.75rem;
    color: #D4F4DD;
    letter-spacing: 0;
  }
}
.footer .slide-text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: url(#dilate);
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(6.25rem, 14.8148148148vw + -0.8611111111rem, 10.25rem);
  position: absolute;
  bottom: -0.15em;
  left: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer .slide-text {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  margin: 200px auto;
  width: 90%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .notfound-block {
    margin: 100px auto;
  }
}
.notfound-block-text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 50px;
  text-align: center;
}
.notfound-block .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  20260130 flow-introduction
--------------------------------------------------------------------------------*/
.use-flow-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px auto;
  gap: 30px 4%;
  background: #fff;
  padding: 50px min(3vw, 25px);
}
@media (max-width: 1024px) {
  .use-flow-block {
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .use-flow-block {
    margin: 50px auto;
    padding: 35px 20px;
  }
}
.use-flow-item {
  display: flex;
  width: 48%;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  min-width: 200px;
}
@media (max-width: 1024px) {
  .use-flow-item {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .use-flow-item {
    width: 100%;
  }
}
.use-flow-item .image {
  max-width: 320px;
  min-width: 200px;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  background: #D4F4DD;
  border-radius: 50%;
  overflow: hidden;
  padding: max(4vw, 40px) max(3vw, 35px) 0;
}
.use-flow-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto auto -10px;
}
.use-flow-item .textarea .title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 10px;
}
.use-flow-item .textarea .text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .use-flow-item .textarea .text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto 15px;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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