/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #00A551;
  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: #00A551;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
  /* セレクトボックス */
  /* テキストエリア */
  /* ラジオボタン */
  /* チェックボックス */
  /* ファイルアップロード */
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td: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 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 .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 #3E3A39;
}
.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: #3E3A39;
}
.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 #3E3A39;
}
.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: #3E3A39;
}
.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 .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
  border-radius: 9999px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
  border-radius: 9999px;
}
.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 .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 #3E3A39;
}
.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: #3E3A39;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.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.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: #00A551;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  /**
   * 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 button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(255, 100, 13, 0.2), 2px 0 15px rgba(0, 165, 81, 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: #3E3A39;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #3E3A39;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  全体
--------------------------------------------------------------------------------*/
canvas {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media print {
  canvas {
    display: none;
  }
}

:root {
  --content_width:1400px;
}

body {
  counter-reset: number 0;
  position: relative;
}

.main {
  position: relative;
  container-type: inline-size;
}

a {
  display: block;
  vertical-align: top;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  transition: all 0.3s;
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.boxer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
.boxer + .boxer {
  display: none;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

.cmn-wrapper, .cmn-inner {
  position: relative;
  width: 94vw;
  max-width: var(--content_width);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .cmn-wrapper, .cmn-inner {
    width: 90vw;
  }
}

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  共通パーツ
--------------------------------------------------------------------------------*/
.cmn-ttl.is_center .cmn-ttl_en {
  text-align: center;
}
.cmn-ttl.is_center .cmn-ttl_jp {
  text-align: center;
}

.cmn-ttl_en_wrapper {
  display: block;
  clip-path: inset(0);
}

.cmn-ttl_en {
  display: block;
  font-family: "Hind", sans-serif;
  font-size: clamp(2.8125rem, 4.8678720445vw + 1.3521383866rem, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  word-break: normal;
  transform: translateY(100%);
  color: #00A551;
}

.cmn-ttl_jp {
  display: block;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: calc(clamp(0.1875rem, 1.3908205841vw + -0.2297461752rem, 0.8125rem) * -1);
}

.cmn-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 62px 15px 36px;
  color: #ffffff;
  background-color: #00A551;
  border: 2px solid #00A551;
  border-radius: 100vmax;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cmn-btn:hover .cmn-btn_txt {
    color: #00A551;
    transition: all 0.1s ease-in-out;
    transition-delay: 0.15s;
  }
  .cmn-btn:hover .cmn-btn_icon::before, .cmn-btn:hover .cmn-btn_icon::after {
    width: 100%;
  }
  .cmn-btn:hover .cmn-btn_icon_hover::before {
    width: 20px;
  }
  .cmn-btn:hover .cmn-btn_icon_hover::after {
    width: 4px;
  }
}

.cmn-btn_txt {
  position: relative;
  z-index: 2;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  transition-delay: 0.3s;
}

.cmn-btn_icon, .cmn-btn_icon_hover {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(50%, -50%);
  width: 200%;
  aspect-ratio: 1;
}
.cmn-btn_icon::before, .cmn-btn_icon::after, .cmn-btn_icon_hover::before, .cmn-btn_icon_hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  aspect-ratio: 1;
  border-radius: 50%;
}
.cmn-btn_icon::before, .cmn-btn_icon_hover::before {
  width: 20px;
  background-color: #4CC085;
  transition: all 0.2s ease-in-out;
}
.cmn-btn_icon::after, .cmn-btn_icon_hover::after {
  width: 4px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
}

.cmn-btn_icon_hover::before {
  background-color: #00A551;
  width: 0px;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.cmn-btn_icon_hover::after {
  width: 0px;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.3s;
}

.cmn-tbl dl {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .cmn-tbl dl {
    flex-direction: column;
  }
}
.cmn-tbl dt {
  font-weight: 700;
  line-height: 1.44;
  width: 28%;
  padding: 19px 24px 18px;
  border-bottom: 1px solid #3E3A39;
}
@media (max-width: 768px) {
  .cmn-tbl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }
}
.cmn-tbl dd {
  line-height: 1.44;
  width: 71%;
  padding: 19px 24px 18px;
  border-bottom: 1px solid #3E3A39;
}
@media (max-width: 768px) {
  .cmn-tbl dd {
    width: 100%;
    padding: 0 0 18px;
  }
}

.cmn-accordion_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
}
.cmn-accordion-detail {
  background-color: #fff;
  border-radius: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem);
  border: 1px solid #888888;
  overflow: hidden;
}
.cmn-accordion-detail::-webkit-details-marker {
  display: none;
}

@media (min-width: 769px) {
  .cmn-accordion-detail[open] .cmn-accordion-summary:hover span {
    transform: translateY(-10px);
  }
}
.cmn-accordion-detail[open] .cmn-accordion-summary span::before {
  transform: rotate(-312deg);
}
.cmn-accordion-detail[open] .cmn-accordion-summary span::after {
  transform: rotate(312deg);
}

.cmn-accordion-summary {
  position: relative;
  gap: 10px;
  list-style: none;
  padding: clamp(0.9375rem, 1.2517385257vw + 0.5619784423rem, 1.5rem) min(5%, 29px) 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cmn-accordion-summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 769px) {
  .cmn-accordion-summary:hover span {
    transform: translateY(10px);
  }
}
.cmn-accordion-summary p {
  position: relative;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: clamp(2.1875rem, 3.1988873435vw + 1.2278337969rem, 3.625rem);
  padding-right: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  transition: color 0.3s;
}
.cmn-accordion-summary p::before {
  content: "Q.";
  position: absolute;
  top: calc(clamp(-0.125rem, 0.8344923505vw + -0.3753477051rem, 0.25rem) * -1);
  left: 0px;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.5625rem, 2.0862308762vw + 0.9366307371rem, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00A551;
  transition: color 0.3s;
}
.cmn-accordion-summary span {
  position: absolute;
  top: clamp(1.5rem, 1.1126564673vw + 1.1662030598rem, 2rem);
  right: clamp(1.1875rem, 2.9207232267vw + 0.311283032rem, 2.5rem);
  width: 12px;
  transition: all 0.3s;
}
.cmn-accordion-summary span::before, .cmn-accordion-summary span::after {
  content: "";
  position: absolute;
  background-color: #00A551;
  display: block;
  width: 3px;
  height: 14px;
  transition: all 0.3s;
}
.cmn-accordion-summary span::before {
  top: 0;
  left: 0%;
  transform: rotate(-48deg);
}
.cmn-accordion-summary span::after {
  top: 0;
  right: 0;
  transform: rotate(48deg);
}

.cmn-accordion-content {
  padding-inline: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
.cmn-accordion-content p {
  border-top: 1px dashed #888888;
  padding: 17px 45px 18px;
}
@media (max-width: 768px) {
  .cmn-accordion-content p {
    padding: 17px 0px 18px;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 110px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .header {
    position: static;
  }
}

.hd_logo {
  width: min(55%, 262px);
  margin-left: min(5vw, 26px);
  margin-top: 6px;
}
.hd_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .hd_nav {
    position: fixed;
    z-index: 15;
    top: 110px;
    left: 50%;
    transform: translate(-50%, calc(-100% - 120px));
    flex-direction: column;
    max-height: calc(100vh - 130px);
    width: 90vw;
    padding: 40px 5vw 50px;
    background-color: #FFF;
    border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
    overflow: auto;
    transition: all 0.2s;
  }
  .hd_nav::-webkit-scrollbar {
    display: none;
  }
  .hd_nav::-webkit-scrollbar-track {
    display: none;
  }
  .hd_nav::-webkit-scrollbar-thumb {
    display: none;
  }
  .hd_nav.is_active {
    transform: translate(-50%, 0);
  }
}

.hd_nav_block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .hd_nav_block {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

.hd_nav_list {
  display: flex;
  gap: 29px;
}
@media (max-width: 1024px) {
  .hd_nav_list {
    flex-direction: column;
    gap: 20px;
  }
}
.hd_nav_list a {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .hd_nav_list a:hover {
    color: #00A551;
  }
}

.hd_nav_tel {
  display: grid;
  place-items: end;
}
@media (max-width: 1024px) {
  .hd_nav_tel {
    margin-top: 25px;
  }
}

.hd_nav_tel_num {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  font-size: clamp(2rem, 0vw + 2rem, 2rem);
  font-family: "Hind", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.hd_nav_tel_num::before {
  content: "";
  display: block;
  aspect-ratio: 21/27;
  width: 21px;
  -webkit-mask: url(../images/icon-tel.svg) no-repeat center/contain;
  mask: url(../images/icon-tel.svg) no-repeat center/contain;
  background-color: #00A551;
  transition: all 0.3s;
}

.hd_nav_tel_time {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.hd_nav_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  width: 110px;
  height: 110px;
  background-color: #00A551;
  border: 2px solid #00A551;
}
@media (max-width: 1024px) {
  .hd_nav_contact {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-size: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 40px;
  }
}
@media (min-width: 769px) {
  .hd_nav_contact:hover {
    color: #00A551;
    background-color: #ffffff;
  }
  .hd_nav_contact:hover::before {
    -webkit-mask: url(../images/icon-form.svg) no-repeat center/contain;
    mask: url(../images/icon-form.svg) no-repeat center/contain;
    background-color: #00A551;
    transition: all 0.3s;
  }
}
.hd_nav_contact::before {
  content: "";
  display: block;
  width: 39px;
  aspect-ratio: 39/24;
  -webkit-mask: url(../images/icon-form.svg) no-repeat center/contain;
  mask: url(../images/icon-form.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}

.nav_back {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 165, 81, 0.25);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.nav_back.is_active {
  opacity: 1;
  pointer-events: auto;
}

/*-------------------------------------------------------------------------------
  ナビ　ボタン
--------------------------------------------------------------------------------*/
.nav_btn {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  padding: 35px;
  margin: 20px;
  display: none;
}
@media (max-width: 1024px) {
  .nav_btn {
    display: block;
  }
}
.nav_btn.is_active {
  transform: rotate(180deg);
}
.nav_btn.is_active::before {
  transform: rotate(225deg);
  top: calc(50% - 2px) !important;
}
.nav_btn.is_active::after {
  transform: rotate(-225deg);
  top: calc(50% - 2px) !important;
}
.nav_btn::before, .nav_btn::after {
  content: "";
  width: 45px;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.4, 0.1, 0.3, 1.2);
  background: #00A551;
  border-radius: 3px;
}
.nav_btn::before {
  top: calc(50% - 10px);
}
.nav_btn::after {
  top: calc(50% + 10px);
}

/*-------------------------------------------------------------------------------
  mv index
--------------------------------------------------------------------------------*/
.mv_index {
  position: relative;
  width: 100%;
  height: calc(100vh + 90px);
  background-color: #00A551;
  margin: 110px 0 clamp(4.375rem, 5.5632823366vw + 2.706015299rem, 6.875rem);
}
@media (max-width: 1024px) {
  .mv_index {
    height: calc(100vh - 110px);
    margin-top: 0;
  }
}

.mv_index_img {
  position: relative;
  z-index: 1;
  width: 52%;
  height: 100%;
  border-radius: 100vmax 0 0 100vmax;
  overflow: hidden;
  margin-left: auto;
  background: url("../images/mv_index.webp") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .mv_index_img {
    width: 85%;
  }
}

.mv_copy {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 3vw;
  display: grid;
  place-items: center;
  font-size: clamp(2.1875rem, 0.9735744089vw + 1.8954276773rem, 2.625rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  height: calc(100vh - 110px);
  color: #ffffff;
}

.mv_copy_en {
  position: absolute;
  bottom: calc(clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem) * -1);
  left: -1.5vw;
  font-family: "Hind", sans-serif;
  font-size: clamp(4.25rem, 18.3588317107vw + -1.2576495132rem, 12.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  word-break: normal;
  color: #ffffff;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .mv_copy_en {
    z-index: 2;
  }
}

/*-------------------------------------------------------------------------------
  mv 下層
--------------------------------------------------------------------------------*/
.mv_low {
  position: relative;
  width: 100%;
  height: clamp(15.625rem, 13.9082058414vw + 11.4525382476rem, 21.875rem);
  background-color: #00A551;
  margin: 110px 0 clamp(4.375rem, 5.5632823366vw + 2.706015299rem, 6.875rem);
}
@media (max-width: 1024px) {
  .mv_low {
    margin-top: 0;
  }
}

.mv_low_img {
  width: 52%;
  height: 100%;
  border-radius: 100vmax 0 0 100vmax;
  overflow: hidden;
  margin-left: auto;
  background: url("../images/mv_low.webp") no-repeat center/cover;
}
@media (max-width: 768px) {
  .mv_low_img {
    width: 70%;
  }
}

.mv_ttl_jp_wrapper {
  position: absolute;
  top: 49%;
  left: 5vw;
  transform: translateY(-50%);
  display: block;
  clip-path: inset(0);
}

.mv_ttl_jp {
  font-size: clamp(2.1875rem, 0.9735744089vw + 1.8954276773rem, 2.625rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  transform: translateY(100%);
  color: #ffffff;
}

.mv_ttl_en {
  position: absolute;
  bottom: calc(clamp(0rem, 1.1126564673vw + -0.3337969402rem, 0.5rem) * -1);
  left: 4vw;
  font-family: "Hind", sans-serif;
  font-size: clamp(4.5rem, 10.8484005563vw + 1.2454798331rem, 9.375rem);
  font-weight: 300;
  line-height: 0.5;
  letter-spacing: 0em;
  color: #ffffff;
  opacity: 0.3;
}

/*-------------------------------------------------------------------------------
  HOME index
--------------------------------------------------------------------------------*/
.index-news_list {
  margin-inline: 120px;
  margin-top: 20px;
  padding-right: 20px;
  overflow: auto;
  max-height: 335px;
}
.index-news_list::-webkit-scrollbar {
  width: 8px;
}
.index-news_list::-webkit-scrollbar-track {
  background: #EAEAEA;
  border-radius: 9999px;
}
.index-news_list::-webkit-scrollbar-thumb {
  background: #00A551;
  border-radius: 9999px;
}
@media (max-width: 1024px) {
  .index-news_list {
    margin-inline: 0;
  }
}

.index-news_item {
  padding: 20px 0;
  border-bottom: 1px solid #3E3A39;
}

.index-news_item_activity, .index-news_item_pdf {
  position: relative;
  padding-right: 95px;
}
@media (max-width: 1024px) {
  .index-news_item_activity, .index-news_item_pdf {
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .index-news_item_activity:hover::before, .index-news_item_pdf:hover::before {
    background-color: #ffffff;
  }
  .index-news_item_activity:hover::after, .index-news_item_pdf:hover::after {
    background-color: #FF640D;
  }
}
.index-news_item_activity::before, .index-news_item_activity::after, .index-news_item_pdf::before, .index-news_item_pdf::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .index-news_item_activity::before, .index-news_item_activity::after, .index-news_item_pdf::before, .index-news_item_pdf::after {
    width: 35px;
    right: 0;
    bottom: auto;
    top: 15px;
  }
}
.index-news_item_activity::before, .index-news_item_pdf::before {
  border: 2px solid #FF640D;
  background-color: #FF640D;
}
.index-news_item_activity::after, .index-news_item_pdf::after {
  -webkit-mask: url(../images/icon-news_link.svg) no-repeat center/20px;
  mask: url(../images/icon-news_link.svg) no-repeat center/20px;
  background-color: #ffffff;
}

.index-news_item_pdf::after {
  -webkit-mask: url(../images/icon-news_pdf.svg) no-repeat center/20px;
  mask: url(../images/icon-news_pdf.svg) no-repeat center/20px;
}

.index-news_date {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-family: "Hind", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}
.index-news_date span {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 10px 7px;
  color: #ffffff;
  background-color: #FF640D;
  border-radius: 100vmax;
}

.index-news_heading {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
}

.index-news_txt {
  line-height: 1.5;
}

.section-index-business {
  margin-top: clamp(5rem, 15.9944367177vw + 0.2016689847rem, 12.1875rem);
}

.index-business_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 4%;
}
@media (max-width: 768px) {
  .index-business_inner {
    flex-direction: column;
  }
}

.index-business_block {
  width: 47%;
}
@media (max-width: 768px) {
  .index-business_block {
    width: 100%;
  }
}

.index-business_txt {
  line-height: 2.2;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

.index-business_btn {
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

.index-business_img {
  width: calc(50cqi - 1%);
  margin-right: calc(50% - 50cqi);
}
@media (max-width: 768px) {
  .index-business_img {
    width: calc(50cqi + 50%);
    margin-right: 0;
  }
}

.index-business_list {
  transition-timing-function: linear !important;
  will-change: transform;
}
.index-business_list > li {
  aspect-ratio: 35/50;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-business_list > li {
    aspect-ratio: 4/5;
  }
}

.section-index-product {
  padding: 0 0 clamp(3.125rem, 2.7816411683vw + 2.2905076495rem, 4.375rem);
  margin-top: clamp(5rem, 11.1265646732vw + 1.6620305981rem, 10rem);
  background: url("../images/bg.webp") no-repeat center top clamp(1.0625rem, 1.8080667594vw + 0.5200799722rem, 1.875rem)/cover;
}

.index-product_inner {
  max-width: calc(var(--content_width) * 0.8);
}

.index-product_txt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
}

.index-product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 9.0403337969vw + -1.4621001391rem, 5.3125rem) clamp(1.25rem, 18.5614849188vw + -7.659512761rem, 6.25rem);
  margin-top: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
}
@media (max-width: 768px) {
  .index-product_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .index-product_list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) {
  .index-product_list a:hover .index-product_img {
    transform: scale(0.95);
    border: 2px solid #00A551;
  }
  .index-product_list a:hover img {
    transform: scale(1.15);
  }
}

.index-product_img {
  aspect-ratio: 26/35;
  border-radius: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem);
  background: url("../images/logo.svg") #D0E5B6 no-repeat center/60%;
  overflow: hidden;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .index-product_img {
    aspect-ratio: 5/4;
  }
}

.index-product_heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
}

.index-product_btn {
  margin: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem) auto 0;
}

.section-index-link {
  margin-top: clamp(5rem, 11.8219749652vw + 1.4534075104rem, 10.3125rem);
}

.index-link_list {
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 9.735744089vw + 0.8292767733rem, 8.125rem);
}
.index-link_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 8%;
}
@media (max-width: 768px) {
  .index-link_list > li:nth-child(odd) {
    flex-direction: column;
  }
}
.index-link_list > li:nth-child(odd) .index-link_img {
  margin-right: calc(50% - 50cqi);
  border-radius: 100vmax 0 0 100vmax;
}
.index-link_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .index-link_list > li:nth-child(even) {
    flex-direction: column;
  }
}
.index-link_list > li:nth-child(even) .index-link_img {
  margin-left: calc(50% - 50cqi);
  border-radius: 0 100vmax 100vmax 0;
}

.index-link_block {
  width: 33%;
}
@media (max-width: 1199px) {
  .index-link_block {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .index-link_block {
    width: 100%;
  }
}

.index-link_txt {
  line-height: 2.2;
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.index-link_btn {
  margin-top: clamp(1.25rem, 3.4770514604vw + 0.2068845619rem, 2.8125rem);
}

.index-link_img {
  width: calc(50cqi + 9%);
  max-height: 380px;
  aspect-ratio: 55/44;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index-link_img {
    width: calc(50cqi - 2%);
    aspect-ratio: 1640/760;
  }
}
@media (max-width: 768px) {
  .index-link_img {
    width: calc(50cqi + 50%);
  }
}

/*-------------------------------------------------------------------------------
  事業内容 service
--------------------------------------------------------------------------------*/
.service-intro_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 10px;
}
@media (max-width: 768px) {
  .service-intro_list {
    grid-template-columns: 1fr;
  }
}
.service-intro_list > li:nth-child(1) .service-intro_img {
  background: url("../images/service_1.webp") no-repeat center/cover;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem) 0 0 clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
@media (max-width: 768px) {
  .service-intro_list > li:nth-child(1) .service-intro_img {
    border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  }
}
.service-intro_list > li:nth-child(2) .service-intro_img {
  background: url("../images/service_2.webp") no-repeat center/cover;
  border-radius: 0 clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem) clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem) 0;
}
@media (max-width: 768px) {
  .service-intro_list > li:nth-child(2) .service-intro_img {
    border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  }
}

.service-intro_img {
  position: relative;
  display: grid;
  aspect-ratio: 68/45;
  overflow: hidden;
}
@media (max-width: 480px) {
  .service-intro_img {
    aspect-ratio: 5/4;
  }
}

.service-intro_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-right: 60px;
}
.service-intro_heading span {
  font-size: clamp(1.125rem, 1.3921113689vw + 0.4567865429rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.25em;
  background-color: #ffffff;
  padding: clamp(0.9375rem, 1.1600928074vw + 0.3806554524rem, 1.25rem) 9px;
}
.service-intro_heading span:nth-last-child(2) {
  margin-bottom: 10px;
}
.service-intro_heading span:nth-last-child(3) {
  margin-bottom: 20px;
}

.service-intro_txt {
  margin: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem) min(5%, 20px) 0;
}
@media (max-width: 768px) {
  .service-intro_txt {
    margin: 20px 0 0;
  }
}

.section-service-flow {
  margin-top: clamp(5rem, 5.5632823366vw + 3.331015299rem, 7.5rem);
  padding: clamp(3.125rem, 2.0862308762vw + 2.4991307371rem, 4.0625rem) 0 clamp(3.125rem, 8.3449235049vw + 0.6215229485rem, 6.875rem);
  background: url("../images/bg.webp") no-repeat center/cover;
}

.service-flow_list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
  margin-top: clamp(1.875rem, 4.1724617524vw + 0.6232614743rem, 3.75rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-flow_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .service-flow_list {
    grid-template-columns: 1fr;
    gap: 50px 50px;
  }
}
.service-flow_list > li {
  position: relative;
  container-type: inline-size;
  counter-increment: number 1;
}
.service-flow_list > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  display: flex;
  align-items: center;
  width: 17px;
  height: 73.6842105263cqi;
  background: url("../images/icon-triangle.svg") no-repeat center/contain;
}
@media (max-width: 480px) {
  .service-flow_list > li:before {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -35px;
    transform: translateX(-50%) rotate(90deg);
    height: auto;
    aspect-ratio: 17/19;
  }
}

.service-flow_img {
  aspect-ratio: 38/28;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  background-color: #ffffff;
  overflow: hidden;
}

.service-flow_heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7px;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  margin-top: 15px;
}
.service-flow_heading::before {
  content: "STEP" counter(number, decimal-leading-zero);
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #FF640D;
  padding: 7px 9px 0;
}

.service-flow_txt {
  margin-top: 5px;
}

.service-flow_btn {
  margin: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem) auto 0;
}

.section-service-activities {
  margin-top: clamp(5rem, 10.4311543811vw + 1.8706536857rem, 9.6875rem);
}

.service-activities_list {
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 5.5632823366vw + 2.081015299rem, 6.25rem);
  margin-top: clamp(1.25rem, 9.735744089vw + -1.6707232267rem, 5.625rem);
}
.service-activities_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 7%;
}
@media (max-width: 768px) {
  .service-activities_list > li:nth-child(odd) {
    flex-direction: column;
  }
}
.service-activities_list > li:nth-child(odd) .service-activities_img {
  margin-right: calc(50% - 50cqi);
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem) 0 0 clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
.service-activities_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .service-activities_list > li:nth-child(even) {
    flex-direction: column;
  }
}
.service-activities_list > li:nth-child(even) .service-activities_img {
  margin-left: calc(50% - 50cqi);
  border-radius: 0 clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem) clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem) 0;
}

.service-activities_block {
  width: 58%;
}
@media (max-width: 768px) {
  .service-activities_block {
    width: 100%;
  }
}

.service-activities_heading {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.service-activities_txt {
  margin-top: 20px;
}

.service-activities_img {
  width: calc(50cqi - 15%);
  max-height: 350px;
  aspect-ratio: 55/35;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-activities_img {
    width: calc(50cqi + 50%);
  }
}

/*-------------------------------------------------------------------------------
  会社案内 company
--------------------------------------------------------------------------------*/
.company-greeting_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 12.5%;
}
@media (max-width: 768px) {
  .company-greeting_inner {
    flex-direction: column;
  }
}

.company-greeting_block {
  width: 50%;
}
@media (max-width: 768px) {
  .company-greeting_block {
    width: 100%;
  }
}
.company-greeting_block:only-child {
  width: 100%;
}

.company-greeting_txt {
  line-height: 2.2;
  margin-top: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
}

.company-greeting_name {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
  margin-left: auto;
}

.company-greeting_img {
  width: 37.5%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-greeting_img {
    width: min(80%, 250px);
    margin-inline: auto;
  }
}

.section-company-overview {
  margin-top: clamp(5rem, 11.1265646732vw + 1.6620305981rem, 10rem);
  padding: 0 0 clamp(3.125rem, 12.5173852573vw + -0.6302155772rem, 8.75rem);
  background: url("../images/bg.webp") no-repeat center top clamp(1.0625rem, 1.8080667594vw + 0.5200799722rem, 1.875rem)/cover;
}

.company-overview_inner {
  max-width: calc(var(--content_width) * 0.68);
}

.company-overview_tbl {
  margin-top: clamp(1.875rem, 6.9541029207vw + -0.2112308762rem, 5rem);
}

.section-company-document {
  padding: clamp(3.125rem, 5.5632823366vw + 1.456015299rem, 5.625rem) 0px clamp(3.125rem, 9.0403337969vw + 0.4128998609rem, 7.1875rem);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #D3EED7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #D3EED7 calc(100% - 1px));
  background-size: 28.8px 28.8px;
  background-repeat: repeat;
  background-position: center center;
}

.company-document_inner {
  max-width: calc(var(--content_width) * 0.9);
}

.company-document_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 40px clamp(1.875rem, 6.2586926287vw + -0.0026077886rem, 4.6875rem);
}
.company-document_list img {
  height: auto;
  margin-top: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}

.company-document_caption {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  text-align: center;
}

.section-company-access {
  padding: clamp(3.125rem, 8.3449235049vw + 0.6215229485rem, 6.875rem) 0 clamp(3.125rem, 11.8219749652vw + -0.4215924896rem, 8.4375rem);
  background: url("../images/bg.webp") no-repeat center/cover;
}

.company-access_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: clamp(3.75rem, 6.2586926287vw + 1.8723922114rem, 6.5625rem);
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.company-access_map {
  aspect-ratio: 55/35;
}

.company-access_txt {
  margin-top: 15px;
}

.company-access_address, .company-access_route {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.company-access_address::before, .company-access_route::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/20;
  transform: translateY(5px);
}

.company-access_address::before {
  background: url("../images/icon-pin.svg") no-repeat center/contain;
}

.company-access_route::before {
  background: url("../images/icon-train.svg") no-repeat center/contain;
}

.section-company-exterior {
  margin-top: clamp(5rem, 10.4311543811vw + 1.8706536857rem, 9.6875rem);
}

.company-exterior_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(1.5625rem, 1.3908205841vw + 1.1452538248rem, 2.1875rem) 25px;
  margin-top: clamp(1.875rem, 4.1724617524vw + 0.6232614743rem, 3.75rem);
}
.company-exterior_list li {
  width: 100%;
  aspect-ratio: 40/35;
}
.company-exterior_list a {
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  overflow: hidden;
}
@media (min-width: 769px) {
  .company-exterior_list a:hover {
    transform: scale(0.95);
    border: 2px solid #00A551;
  }
  .company-exterior_list a:hover img {
    transform: scale(1.15);
  }
}

/*-------------------------------------------------------------------------------
  商品紹介一覧 product
--------------------------------------------------------------------------------*/
.section-product-archive {
  padding: 0 0 clamp(3.125rem, 12.5173852573vw + -0.6302155772rem, 8.75rem);
  background: url("../images/bg.webp") no-repeat center top clamp(1.0625rem, 1.8080667594vw + 0.5200799722rem, 1.875rem)/cover;
}

.product-archive_inner {
  max-width: calc(var(--content_width) * 0.8);
}

.product-archive_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 9.0403337969vw + -1.4621001391rem, 5.3125rem) clamp(1.25rem, 18.5614849188vw + -7.659512761rem, 6.25rem);
  margin-top: clamp(1.875rem, 6.9541029207vw + -0.2112308762rem, 5rem);
}
@media (max-width: 768px) {
  .product-archive_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product-archive_list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) {
  .product-archive_list a:hover .product-archive_img {
    transform: scale(0.95);
    border: 2px solid #00A551;
  }
  .product-archive_list a:hover img {
    transform: scale(1.15);
  }
}

.product-archive_img {
  aspect-ratio: 26/35;
  border-radius: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem);
  background: url("../images/logo.svg") #D0E5B6 no-repeat center/60%;
  overflow: hidden;
  transition: transform 0.3s;
}

.product-archive_heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
}

.nav-links {
  margin-top: clamp(1.875rem, 9.735744089vw + -1.0457232267rem, 6.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5625rem, 1.5299026426vw + 0.1035292072rem, 1.25rem);
}
.nav-links.post-links {
  margin-top: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem);
}
.nav-links .page-numbers:not(.dots), .nav-links .prev:not(.dots), .nav-links .next:not(.dots) {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.25rem, 0.8344923505vw + 0.9996522949rem, 1.625rem);
  font-weight: 600;
  width: clamp(2.1875rem, 4.1724617524vw + 0.9357614743rem, 4.0625rem);
  height: clamp(2.1875rem, 4.1724617524vw + 0.9357614743rem, 4.0625rem);
  color: #00A551;
  border: 2px solid #00A551;
  border-radius: 50%;
  transition: all 0.3s;
}
.nav-links .page-numbers:not(.dots).current, .nav-links .prev:not(.dots).current, .nav-links .next:not(.dots).current {
  color: #ffffff;
  background-color: #00A551;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.dots):hover, .nav-links .prev:not(.dots):hover, .nav-links .next:not(.dots):hover {
    color: #ffffff;
    background-color: #00A551;
  }
  .nav-links .page-numbers:not(.dots):hover::before, .nav-links .prev:not(.dots):hover::before, .nav-links .next:not(.dots):hover::before {
    -webkit-mask: url(../images/icon-triangle.svg) no-repeat center/contain;
    mask: url(../images/icon-triangle.svg) no-repeat center/contain;
    background-color: #ffffff;
    transition: all 0.3s;
  }
}
.nav-links .dots {
  font-size: clamp(1rem, 1.1126564673vw + 0.6662030598rem, 1.5rem);
  color: #00A551;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .nav-links .dots {
    margin-inline: -5px;
  }
}
.nav-links .prev::before, .nav-links .next::before {
  content: "";
  display: block;
  aspect-ratio: 10/9;
  width: 10px;
  -webkit-mask: url(../images/icon-triangle.svg) no-repeat center/contain;
  mask: url(../images/icon-triangle.svg) no-repeat center/contain;
  background-color: #00A551;
  transition: all 0.3s;
}
.nav-links .prev {
  margin-right: 10px;
}
.nav-links .prev:before {
  transform: scale(-1, 1);
}
@media (max-width: 768px) {
  .nav-links .prev {
    margin-right: 0;
  }
}
.nav-links .next {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .nav-links .next {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------------------
  商品紹介詳細 product
--------------------------------------------------------------------------------*/
.product-single_ttl {
  font-size: clamp(1.25rem, 0.2781641168vw + 1.166550765rem, 1.375rem);
  font-weight: 700;
  border-bottom: 1px solid #3E3A39;
}

.product-single_content {
  display: flex;
  justify-content: space-between;
  gap: 20px 6%;
  margin-top: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
}
@media (max-width: 768px) {
  .product-single_content {
    flex-direction: column;
  }
}

.product-single_img_block {
  width: 36%;
}
@media (max-width: 768px) {
  .product-single_img_block {
    width: 100%;
  }
}

.product-single_block {
  width: 58%;
}
@media (max-width: 768px) {
  .product-single_block {
    width: 100%;
  }
}

.product-single_txt {
  font-weight: 700;
  line-height: 2;
  padding: 30px min(5vw, 30px) clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  background-color: #F9F9F9;
}
.product-single_txt span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.product-single_recipe {
  position: relative;
  display: flex;
  margin-top: 30px;
}
.product-single_recipe::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -3px;
  width: clamp(1.875rem, 0.5563282337vw + 1.7081015299rem, 2.125rem);
  aspect-ratio: 62/74;
  background: url("../images/icon-recipe.svg") no-repeat center/contain;
}
@media (min-width: 769px) {
  .product-single_recipe:hover {
    transform: scale(0.95);
  }
}

.product-single_recipe_txt {
  display: grid;
  place-content: center;
  font-weight: 700;
  text-align: center;
  width: 70%;
  padding: 20px;
  color: #ffffff;
  background-color: #00A551;
  border-radius: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem) 0 0 clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
}

.product-single_recipe_img {
  width: 30%;
  aspect-ratio: 21/10;
  border-radius: 0 clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem) clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem) 0;
  overflow: hidden;
}

.product-single_img.product-single_img_1 {
  width: 100%;
  aspect-ratio: 38/51;
  border-radius: 10px;
  overflow: hidden;
}

.product-single_swiper_main {
  margin-inline: auto;
  width: 95%;
  aspect-ratio: 38/51;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .product-single_swiper_main {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-single_swiper_main {
    aspect-ratio: 5/4;
  }
}
@media (min-width: 769px) {
  .product-single_swiper_main:hover {
    transform: scale(0.95);
    border: 2px solid #00A551;
  }
  .product-single_swiper_main:hover img {
    transform: scale(1.15);
  }
}

.product-single_thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem) clamp(0.3125rem, 1.3908205841vw + -0.1047461752rem, 0.9375rem);
  margin-top: 20px;
}

.product-single_thumb_img {
  aspect-ratio: 13/17;
  border-radius: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .product-single_thumb_img {
    aspect-ratio: 1;
  }
}

.thumb_active {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  レシピ紹介 recipe
--------------------------------------------------------------------------------*/
.recipe_txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
@media (max-width: 768px) {
  .recipe_txt {
    text-align: left;
  }
}

.recipe_list {
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 17.3852573018vw + -1.4655771905rem, 11.5625rem);
  margin-top: clamp(2.5rem, 5.5632823366vw + 0.831015299rem, 5rem);
}
.recipe_list > li {
  position: relative;
  padding: clamp(1.875rem, 4.8678720445vw + 0.4146383866rem, 4.0625rem) min(5vw, 90px) clamp(2.5rem, 9.735744089vw + -0.4207232267rem, 6.875rem);
  border: 2px solid #00A551;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  box-shadow: 8px 6px 0px 0 #00A551;
  scroll-margin-top: 120px;
}
.recipe_list > li::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -11px;
  width: clamp(1.875rem, 4.4506258693vw + 0.5398122392rem, 3.875rem);
  aspect-ratio: 62/74;
  background: url("../images/icon-recipe.svg") no-repeat center/contain;
}

.recipe_block {
  margin-inline: 75px;
}
@media (max-width: 1024px) {
  .recipe_block {
    margin-inline: 0;
  }
}

.recipe_heading {
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.recipe_img_main {
  aspect-ratio: 86/43;
  border-radius: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem);
  margin-top: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  overflow: hidden;
}

.recipe_content {
  display: flex;
  align-items: start;
  gap: 20px 18px;
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
@media (max-width: 1024px) {
  .recipe_content {
    flex-direction: column;
  }
}

.recipe_ingredient_list {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  padding: 30px min(5%, 30px) clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  background-color: #F9F9F9;
}
@media (max-width: 1024px) {
  .recipe_ingredient_list {
    width: 100%;
  }
}

.recipe_ingredient_heading {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  color: #00A551;
  border-bottom: 1px solid #00A551;
}

.recipe_ingredient_tbl {
  margin-top: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
}
.recipe_ingredient_tbl dl {
  display: flex;
  padding: clamp(0.625rem, 0.6954102921vw + 0.4163769124rem, 0.9375rem) 0 9px;
  border-bottom: 1px dashed #C8C8C8;
}
.recipe_ingredient_tbl dt {
  width: 35%;
}
@media (max-width: 768px) {
  .recipe_ingredient_tbl dt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.recipe_ingredient_tbl dd {
  display: grid;
  place-items: end;
  width: 60%;
}
@media (max-width: 768px) {
  .recipe_ingredient_tbl dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.recipe_howto_block {
  width: 55%;
  padding: 30px min(5%, 30px) clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  background-color: #F9F9F9;
}
@media (max-width: 1024px) {
  .recipe_howto_block {
    width: 100%;
  }
}

.recipe_howto_list {
  counter-reset: number 0;
}
.recipe_howto_list > li:not(:first-child) {
  padding-top: clamp(0rem, 2.7816411683vw + -0.8344923505rem, 1.25rem);
  margin-top: 20px;
  border-top: 1px dashed #C8C8C8;
}

.recipe_howto_heading {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  color: #00A551;
  border-bottom: 1px solid #00A551;
}

.recipe_howto_txt {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.3125rem, 0.9735744089vw + 0.0204276773rem, 0.75rem);
  line-height: 1.625;
  margin-top: 20px;
}
.recipe_howto_txt::before {
  flex-shrink: 0;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00A551;
}

.recipe_howto_img {
  max-width: 350px;
  margin-top: 20px;
  margin-left: 40px;
  border-radius: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem);
  overflow: hidden;
}

/*-------------------------------------------------------------------------------
  採用情報 recruit
--------------------------------------------------------------------------------*/
.recruit-message_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 4%;
}
@media (max-width: 768px) {
  .recruit-message_inner {
    flex-direction: column;
  }
}

.recruit-message_block {
  width: 50%;
}
@media (max-width: 768px) {
  .recruit-message_block {
    width: 100%;
  }
}
.recruit-message_block:only-child {
  width: 100%;
}

.recruit-message_heading {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
}

.recruit-message_txt {
  line-height: 2.2;
  margin-top: 20px;
}

.recruit-message_img {
  width: 46%;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  aspect-ratio: 55/40;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-message_img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}

.section-recruit-staff {
  margin-top: clamp(5rem, 10.4311543811vw + 1.8706536857rem, 9.6875rem);
}

.recruit-staff_list {
  display: flex;
  flex-direction: column;
  gap: 55px;
  margin-top: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
}
.recruit-staff_list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px 11%;
  padding: clamp(1.875rem, 3.4770514604vw + 0.8318845619rem, 3.4375rem) min(5vw, 60px) clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem);
  border: 2px solid #00A551;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  box-shadow: 8px 6px 0px 0 #00A551;
}
@media (max-width: 768px) {
  .recruit-staff_list > li {
    flex-direction: column;
  }
}
.recruit-staff_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .recruit-staff_list > li:nth-child(even) {
    flex-direction: column;
  }
}
.recruit-staff_list > li:nth-child(even)::before {
  left: 61%;
}
.recruit-staff_list > li::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 39%;
  display: block;
  width: 1px;
  height: calc(100% - 125px);
  background-color: #00A551;
}
@media (max-width: 768px) {
  .recruit-staff_list > li::before {
    display: none;
  }
}

.recruit-staff_block {
  width: 32%;
}
@media (max-width: 768px) {
  .recruit-staff_block {
    width: 100%;
  }
}

.recruit-staff_img {
  aspect-ratio: 34/40;
  background: url("../images/logo.svg") #D0E5B6 no-repeat center/60%;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-staff_img {
    width: min(100%, 300px);
    margin-inline: auto;
  }
}

.recruit-staff_name {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 7px;
}

.recruit-staff_qa_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  width: 57%;
}
@media (max-width: 768px) {
  .recruit-staff_qa_list {
    width: 100%;
  }
}
.recruit-staff_q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.recruit-staff_q::before {
  content: "Q";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  width: 36px;
  aspect-ratio: 1;
  color: #ffffff;
  background-color: #FF640D;
  border-radius: 50%;
}

.recruit-staff_a {
  margin-top: 10px;
  margin-left: 46px;
}

.section-recruit-recruitment {
  margin-top: clamp(5rem, 12.5173852573vw + 1.2447844228rem, 10.625rem);
  padding-bottom: clamp(3.125rem, 11.1265646732vw + -0.2129694019rem, 8.125rem);
  background: url("../images/bg.webp") no-repeat center top clamp(1.0625rem, 1.8080667594vw + 0.5200799722rem, 1.875rem)/cover;
}

.recruit-recruitment_inner {
  max-width: calc(var(--content_width) * 0.8);
}

.recruit-recruitment_list {
  display: flex;
  flex-direction: column;
  gap: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem);
  margin-top: clamp(1.875rem, 8.3449235049vw + -0.6284770515rem, 5.625rem);
}
.recruit-recruitment_list > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 50px;
}
@media (max-width: 768px) {
  .recruit-recruitment_list > li {
    flex-direction: column;
  }
}

.recruit-recruitment_job {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  font-size: clamp(1.125rem, 0.5563282337vw + 0.9581015299rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #FF640D;
  padding: 3px 10px 5px;
  width: 90px;
}

.recruit-recruitment_tbl {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .recruit-recruitment_tbl {
    width: 100%;
  }
}

.section-recruit-flow {
  position: relative;
  padding: clamp(5rem, 9.0403337969vw + 2.2878998609rem, 9.0625rem) 0 clamp(5rem, 8.3449235049vw + 2.4965229485rem, 8.75rem);
}
@media (max-width: 768px) {
  .section-recruit-flow::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: calc(10vw + 40px);
    height: 100%;
    background-color: #D0E5B6;
  }
}

.recruit-flow_list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px clamp(3.75rem, 9.2807424594vw + -0.7047563805rem, 6.25rem);
  margin-top: clamp(1.25rem, 4.8678720445vw + -0.2103616134rem, 3.4375rem);
}
@media (max-width: 768px) {
  .recruit-flow_list {
    grid-template-columns: 1fr;
  }
}
.recruit-flow_list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 768px) {
  .recruit-flow_list > li {
    gap: 20px;
  }
}
.recruit-flow_list > li:nth-child(2) .recruit-flow_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 90px;
  background-color: #B3E4CB;
}
@media (max-width: 768px) {
  .recruit-flow_list > li:nth-child(2) .recruit-flow_img::before {
    display: none;
  }
}
.recruit-flow_list > li:nth-child(2) img {
  height: 95%;
}
.recruit-flow_list > li:nth-child(3) .recruit-flow_img::after {
  display: none;
}
.recruit-flow_list > li:nth-child(3) img {
  height: 88%;
}

.recruit-flow_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 7px;
  font-size: clamp(1.125rem, 0.5563282337vw + 0.9581015299rem, 1.375rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit-flow_heading {
    justify-content: flex-start;
    order: 1;
  }
}
.recruit-flow_heading::before {
  counter-increment: number 1;
  content: "STEP" counter(number, decimal-leading-zero);
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #FF640D;
  padding: 7px 7px 0px;
}

.recruit-flow_img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 230px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .recruit-flow_img {
    order: 3;
    margin-top: 0;
    padding-left: 50px;
  }
}
.recruit-flow_img::after {
  content: "";
  position: absolute;
  right: calc(clamp(3.75rem, 6.0324825986vw + 0.8544083527rem, 5.375rem) * -1);
  top: 78%;
  display: block;
  width: clamp(2.5rem, 4.6403712297vw + 0.2726218097rem, 3.75rem);
  height: 53px;
  background: url("../images/icon-recruit-flow.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .recruit-flow_img::after {
    right: auto;
    left: 0px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
  }
}
.recruit-flow_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.recruit-flow_txt {
  line-height: 2.2;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .recruit-flow_txt {
    order: 2;
    margin-top: 0;
  }
}

.section-recruit-faq {
  padding: clamp(3.125rem, 2.0862308762vw + 2.4991307371rem, 4.0625rem) 0 clamp(3.125rem, 8.3449235049vw + 0.6215229485rem, 6.875rem);
  background: url("../images/bg.webp") no-repeat center/cover;
}

.recruit-faq_inner {
  max-width: calc(var(--content_width) * 0.8);
}

.recruit-faq_list {
  margin-top: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
}

.section-recruit-link {
  margin-top: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem);
}

.recruit-link_txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.recruit-link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
  margin-top: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
}
.recruit-link_list > li {
  width: min(100%, 280px);
}
.recruit-link_list a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .recruit-link_list a:hover {
    transform: scale(0.9);
    border: 1px solid #00A551;
  }
}

.recruit-link_item {
  display: grid;
  place-content: center;
  height: 100%;
  border: 1px solid #3E3A39;
  padding: 20px;
}
.recruit-link_item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-link_item p {
  font-size: clamp(1.25rem, 0.2781641168vw + 1.166550765rem, 1.375rem);
  font-weight: 700;
  color: #00A551;
}

/*-------------------------------------------------------------------------------
  お問い合わせ contact
--------------------------------------------------------------------------------*/
.contact-tel_inner {
  display: flex;
  justify-content: space-around;
  gap: 10px 20px;
  border: 2px solid #00A551;
  border-radius: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  box-shadow: 8px 6px 0px 0 #00A551;
  padding: clamp(2.5rem, 2.7816411683vw + 1.6655076495rem, 3.75rem) min(5vw, 44px) clamp(2.8125rem, 4.8678720445vw + 1.3521383866rem, 5rem);
}
@media (max-width: 1024px) {
  .contact-tel_inner {
    flex-direction: column;
    align-items: center;
  }
}

.contact-tel_line {
  flex-shrink: 0;
  display: block;
  width: 1px;
  background-color: #00A551;
}

.contact-tel_txt {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.95;
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.contact-tel {
  flex-shrink: 0;
  display: grid;
  align-content: center;
  justify-items: center;
}

.contact-tel_num {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  font-size: clamp(2.3125rem, 2.364394993vw + 1.6031815021rem, 3.375rem);
  font-family: "Hind", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.contact-tel_num::before {
  content: "";
  display: block;
  aspect-ratio: 21/27;
  width: clamp(1.5625rem, 1.2517385257vw + 1.1869784423rem, 2.125rem);
  -webkit-mask: url(../images/icon-tel.svg) no-repeat center/contain;
  mask: url(../images/icon-tel.svg) no-repeat center/contain;
  background-color: #FF640D;
  transition: all 0.3s;
}

.contact-tel_time {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #3E3A39;
}

.section-contact-form {
  margin-top: clamp(5rem, 11.1265646732vw + 1.6620305981rem, 10rem);
}

.contact-form_inner {
  max-width: 1000px;
}

/*-------------------------------------------------------------------------------
  form お問い合わせフォーム
--------------------------------------------------------------------------------*/
.contact-form_txt {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.95;
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.form_tbl {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: clamp(3.125rem, 4.1724617524vw + 1.8732614743rem, 5rem);
}
@media (max-width: 768px) {
  .form_tbl {
    gap: 30px;
  }
}
.form_tbl dl {
  display: flex;
  flex-direction: column;
  gap: 11px 90px;
}
@media (max-width: 768px) {
  .form_tbl dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_tbl dl.form_radio {
  align-items: flex-start;
}
.form_tbl dl.form_align-top {
  align-items: flex-start;
}
.form_tbl dl.form_align-top dt {
  transform: translateY(15px);
}
@media (max-width: 768px) {
  .form_tbl dl.form_align-top dt {
    transform: translateY(0);
  }
}
.form_tbl dt, .form_tbl .form_privacy_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .form_tbl dt, .form_tbl .form_privacy_ttl {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form_tbl dt label, .form_tbl .form_privacy_ttl label {
  width: -moz-fit-content;
  width: fit-content;
}
.form_tbl dt .form_req-check, .form_tbl .form_privacy_ttl .form_req-check {
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 5px 2px;
  color: #ffffff;
  background-color: #FF640D;
}
.form_tbl dd {
  width: 100%;
}
.form_tbl dd input,
.form_tbl dd text,
.form_tbl dd select,
.form_tbl dd textarea {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: clamp(0.8125rem, 0.5563282337vw + 0.6456015299rem, 1.0625rem) clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem) clamp(0.6875rem, 1.1126564673vw + 0.3537030598rem, 1.1875rem);
  width: 100%;
  background-color: #F3F3F3;
  border-radius: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
}
.form_tbl dd input::-moz-placeholder, .form_tbl dd text::-moz-placeholder, .form_tbl dd select::-moz-placeholder, .form_tbl dd textarea::-moz-placeholder {
  color: #A1A1A1;
}
.form_tbl dd input::placeholder,
.form_tbl dd text::placeholder,
.form_tbl dd select::placeholder,
.form_tbl dd textarea::placeholder {
  color: #A1A1A1;
}
.form_tbl dd textarea {
  width: 100%;
  height: 250px;
}
@media (max-width: 768px) {
  .form_tbl dd textarea {
    height: 200px;
  }
}
.form_tbl dd select {
  width: min(100%, 390px);
  background: url("../images/icon-select.svg") #F3F3F3 no-repeat 96% 50%/14px;
  cursor: pointer;
}
.form_tbl .form_address li:not(:first-child) {
  margin-top: 11px;
}

.radio_area {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 13px 26px;
}
@media (max-width: 768px) {
  .radio_area {
    grid-template-columns: auto;
  }
}
.radio_area span input[type=radio] {
  display: none;
}
.radio_area span input[type=radio] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .radio_area span input[type=radio] + span {
    width: 100%;
    text-align: left;
  }
}
.radio_area span input[type=radio] + span::before, .radio_area span input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  transition: all ease-out 250ms;
  transform: translateY(-50%);
}
.radio_area span input[type=radio] + span::before {
  width: 18px;
  height: 18px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #3E3A39;
}
.radio_area span input[type=radio] + span::after {
  width: 10px;
  height: 10px;
  left: 4px;
  background-color: #00A551;
  opacity: 0;
}
.radio_area span input[type=radio]:checked + span::after {
  opacity: 1;
}

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

.check_no-through {
  text-align: center;
  margin: 0 0 50px;
}

input[name=pot] {
  display: none;
}

.form_privacy {
  display: flex;
  flex-direction: column;
  gap: 11px 90px;
}
.form_privacy .val-err {
  text-align: center;
}

.form_privacy_txt_wrapper {
  height: 350px;
  margin-inline: auto;
  background-color: #F3F3F3;
  padding: 45px min(3vw, 35px) 35px min(5vw, 40px);
  border-radius: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
}

.form_privacy_txt {
  overflow-y: scroll;
  padding-right: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
  height: 270px;
}
.form_privacy_txt::-webkit-scrollbar {
  width: 5px;
}
.form_privacy_txt::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 9999px;
}
.form_privacy_txt::-webkit-scrollbar-thumb {
  background: #00A551;
  border-radius: 9999px;
}
.form_privacy_txt span {
  font-size: 18px;
  font-size: 1.125rem;
}

.form_check {
  font-size: clamp(0.9375rem, 0.1390820584vw + 0.8957753825rem, 1rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto 0;
}
.form_check input[type=checkbox] {
  display: none;
}
.form_check input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: 34px;
}
@media (max-width: 768px) {
  .form_check input[type=checkbox] + span {
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
}
.form_check input[type=checkbox] + span::before, .form_check input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease-out 250ms;
}
.form_check input[type=checkbox] + span::before {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #3E3A39;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.form_check input[type=checkbox] + span::after {
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #00A551;
  border-right: 2px solid #00A551;
  transform: rotate(46deg) translateY(-50%);
  top: 32%;
  left: 3px;
  opacity: 0;
}
.form_check input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form_btn_list {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.125rem, 0vw + 3.125rem, 3.125rem);
}
@media (max-width: 768px) {
  .form_btn_list {
    flex-direction: column;
    align-items: center;
  }
}

.contact_confirm .form_tbl {
  gap: 0;
}
.contact_confirm .form_tbl dl {
  border-top: 1px solid #3E3A39;
  padding: 25px 0;
}
.contact_confirm .form_tbl dl:last-of-type {
  border-bottom: 1px solid #3E3A39;
}
.contact_confirm .form_tbl dl.form_align-top dt {
  transform: translateY(0);
}
.contact_confirm .form_tbl dt {
  transform: translateX(0);
}
.contact_confirm .form_tbl .form_textarea dt {
  transform: translateY(0);
}
.contact_confirm .form_privacy {
  display: none;
}
.contact_confirm .form_btn_list {
  gap: 20px 50px;
}
.contact_confirm .form_btn_list li:first-child {
  display: none;
}
.contact_confirm .is_back-btn {
  background-color: #949494;
  border: 2px solid #949494;
  padding: 17px 36px 15px 62px;
}
.contact_confirm .is_back-btn .cmn-btn_icon, .contact_confirm .is_back-btn .cmn-btn_icon_hover {
  right: auto;
  left: 32px;
  transform: translate(-50%, -50%);
}
.contact_confirm .is_back-btn .cmn-btn_icon::before {
  background-color: #b5b3b3;
}
.contact_confirm .is_back-btn .cmn-btn_icon::after {
  background-color: #fff;
}
.contact_confirm .is_back-btn .cmn-btn_icon_hover::before {
  background-color: #949494;
}
.contact_confirm .is_back-btn .cmn-btn_icon_hover::after {
  background-color: #fff;
}
@media (min-width: 769px) {
  .contact_confirm .is_back-btn:hover .cmn-btn_txt {
    color: #949494;
  }
}

.form_complete_txt {
  margin-top: 30px;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  background-color: #00A551;
  margin-top: clamp(5rem, 8.3449235049vw + 2.4965229485rem, 8.75rem);
  padding: clamp(2.1875rem, 3.4770514604vw + 1.1443845619rem, 3.75rem) 0 clamp(2.5rem, 5.5632823366vw + 0.831015299rem, 5rem);
}

.cta_ttl .cmn-ttl_en {
  font-size: clamp(2.8125rem, 3.4770514604vw + 1.7693845619rem, 4.375rem);
  color: #ffffff;
}
.cta_ttl .cmn-ttl_jp {
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  margin-top: calc(clamp(0.1875rem, 0.8344923505vw + -0.0628477051rem, 0.5625rem) * -1);
  color: #ffffff;
}

.cta_txt {
  text-align: center;
  color: #ffffff;
  margin-top: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
}

.cta_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px clamp(1.875rem, 9.3184979138vw + -0.9205493741rem, 6.0625rem);
  margin-top: clamp(2.5rem, 3.4770514604vw + 1.4568845619rem, 4.0625rem);
}
@media (max-width: 768px) {
  .cta_block {
    flex-direction: column;
  }
}

.cta_nav_tel {
  display: grid;
  place-items: center;
}

.cta_nav_tel_num {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  font-size: clamp(2.3125rem, 2.364394993vw + 1.6031815021rem, 3.375rem);
  font-family: "Hind", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
}
.cta_nav_tel_num::before {
  content: "";
  display: block;
  aspect-ratio: 21/27;
  width: clamp(1.5625rem, 1.2517385257vw + 1.1869784423rem, 2.125rem);
  -webkit-mask: url(../images/icon-tel.svg) no-repeat center/contain;
  mask: url(../images/icon-tel.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}

.cta_nav_tel_time {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #ffffff;
}

.cta_btn {
  position: relative;
  padding: 14px 68px;
  background-color: #FF640D;
  border-radius: 100vmax;
  border: 2px solid #FF640D;
  overflow: hidden;
}
.cta_btn::before, .cta_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 0;
  aspect-ratio: 1;
  border-radius: 50%;
}
.cta_btn::before {
  background-color: #FF9255;
  transition: all 0.15s ease-in-out;
}
.cta_btn::after {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}
@media (min-width: 769px) {
  .cta_btn:hover::before, .cta_btn:hover::after {
    width: 100%;
  }
  .cta_btn:hover .cta_btn_txt {
    color: #FF640D;
    transition: all 0.1s ease-in-out;
    transition-delay: 0.15s;
  }
  .cta_btn:hover .cta_btn_txt::before {
    -webkit-mask: url(../images/icon-mail.svg) no-repeat center/contain;
    mask: url(../images/icon-mail.svg) no-repeat center/contain;
    background-color: #FF640D;
    transition: all 0.3s;
    transition: all 0.1s ease-in-out;
    transition-delay: 0.15s;
  }
}

.cta_btn_txt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: clamp(1.25rem, 0.8344923505vw + 0.9996522949rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  transition-delay: 0.3s;
}
.cta_btn_txt::before {
  content: "";
  display: block;
  aspect-ratio: 27/21;
  width: 27px;
  -webkit-mask: url(../images/icon-mail.svg) no-repeat center/contain;
  mask: url(../images/icon-mail.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
  transition-delay: 0.1s;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-top: clamp(2.8125rem, 2.0862308762vw + 2.1866307371rem, 3.75rem);
}

.ft_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft_logo {
  width: 262px;
}
.ft_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_access {
  display: flex;
  gap: 20px 48px;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .ft_access {
    flex-direction: column;
  }
}

.ft_access_item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

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

.ft_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 29px;
  width: 400px;
}
.ft_nav_list a {
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .ft_nav_list a:hover {
    color: #00A551;
  }
}

.pagetop {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 20px;
  display: grid;
  place-items: center;
  width: clamp(4.375rem, 2.7816411683vw + 3.5405076495rem, 5.625rem);
  aspect-ratio: 1;
  background-color: #00A551;
  border: 2px solid #00A551;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .pagetop:hover {
    background-color: #ffffff;
  }
  .pagetop:hover::before {
    -webkit-mask: url(../images/icon-pagetop.svg) no-repeat center/contain;
    mask: url(../images/icon-pagetop.svg) no-repeat center/contain;
    background-color: #00A551;
    transition: all 0.3s;
    transform: translateY(-10px);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out 0.2s;
  }
}
.pagetop::before {
  content: "";
  display: block;
  aspect-ratio: 32/19;
  width: 37%;
  -webkit-mask: url(../images/icon-pagetop.svg) no-repeat center/contain;
  mask: url(../images/icon-pagetop.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  background-color: #00A551;
  padding: 5px 0 4px;
  margin-top: clamp(2.5rem, 4.4506258693vw + 1.1648122392rem, 4.5rem);
  transition-delay: 0.3s;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.error_content {
  display: grid;
  place-content: center;
}
.error_content .cmn-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .error_content .cmn-btn {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .hd_nav_list > li:nth-child(1) > a {
  color: #00A551;
}

.service .hd_nav_list > li:nth-child(2) > a {
  color: #00A551;
}

.company .hd_nav_list > li:nth-child(3) > a {
  color: #00A551;
}

.post-type-archive-post .hd_nav_list > li:nth-child(4) > a {
  color: #00A551;
}

.single-post .hd_nav_list > li:nth-child(4) > a {
  color: #00A551;
}

.post-type-archive-recipe .hd_nav_list > li:nth-child(5) > a {
  color: #00A551;
}

.recruit .hd_nav_list > li:nth-child(6) > a {
  color: #00A551;
}

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*/