/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  -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: #00a0e9;
  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: #00a0e9;
  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 #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td .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);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .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: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: noScriptLoading;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
  visibility: visible;
}
body .loading_mask .loading_logo {
  width: 200px;
  height: 200px;
}
body .loading_mask .loading_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
/*-------------------------------------------------------------------------------
  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(236, 119, 171, 0.2), 2px 0 15px rgba(0, 160, 233, 0.5);
}

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
.pc_only {
  display: block;
}
@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

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

body {
  background-color: #E6E6E6;
}
body p {
  color: #333333;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.cmn_ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.cmn_ttl .cmn_ttl_en {
  color: #195D35;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0em;
  font-size: clamp(1.25rem, 1.212rem + 0.19vw, 1.438rem);
  margin-bottom: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
}
.cmn_ttl .cmn_ttl_ja {
  color: #32BA6A;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.cmn_low_ttl_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 80%;
  height: clamp(17.875rem, 2.589rem + 23.88vw, 31.25rem);
  z-index: -1;
}
@media (max-width: 1024px) {
  .cmn_low_ttl_wrap {
    height: unset;
    z-index: 0;
  }
}

.cmn_low_ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12% 0 0 5%;
}
@media (max-width: 1024px) {
  .cmn_low_ttl {
    padding: 5%;
  }
}
.cmn_low_ttl .cmn_low_ttl_en {
  color: #00B171;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0em;
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  margin-bottom: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
}
.cmn_low_ttl .cmn_low_ttl_ja {
  color: #00B171;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-size: clamp(1.563rem, 1.125rem + 2.19vw, 3.75rem);
}

.error404 .cmn_low_ttl_ja {
  font-size: clamp(1.375rem, 1.075rem + 1.5vw, 2.875rem);
}

@media (max-width: 1630px) {
  .error404 .low_mv_img {
    width: 62% !important;
  }
}
.cmn_btn {
  position: relative;
  display: flex;
  padding-right: 40px;
  text-decoration: none;
  align-items: center;
  gap: clamp(0.938rem, 0.063rem + 4.38vw, 5.313rem);
  color: #50550F;
  background: #D2DE2F;
  padding: 20px 40px;
  border-radius: 90px;
  overflow: hidden;
  font-size: clamp(0.813rem, 0.725rem + 0.44vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  .cmn_btn {
    padding: 17px 23px;
  }
}
.cmn_btn:hover {
  transform: scale(0.95);
}
.cmn_btn:hover .arrow::before {
  transform: translateX(120%);
}
.cmn_btn:hover .arrow::after {
  left: 0;
}

.arrow {
  position: relative;
  width: 35px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
}
.arrow.right::before, .arrow.right::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 16px;
  background: #50550f;
  clip-path: polygon(0.5% 45.2%, 59.5% 45.2%, 59.5% 0, 99.5% 50%, 59.5% 100%, 59.5% 54.8%, 0.5% 54.8%);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.15);
}
.arrow.right::before {
  left: 0;
  top: 1px;
  z-index: 1;
  transform: translateX(0);
}
.arrow.right::after {
  left: -120%;
  top: 1px;
  z-index: 0;
}
.arrow.left::before, .arrow.left::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 16px;
  background: #50550f;
  clip-path: polygon(99% 43.8%, 40% 43.8%, 40% 0, 1% 50%, 40% 100%, 40% 56.3%, 100% 56.3%);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.15);
}
.arrow.left::before {
  left: 0;
  top: 1px;
  z-index: 1;
  transform: translateX(0);
}
.arrow.left::after {
  right: -120%;
  top: 1px;
  z-index: 0;
}

.loop_txt_contents {
  padding-top: 0px;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  display: flex;
}
.loop_txt_contents .loop_txt_left {
  display: flex;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  animation: loopleft 35s linear infinite;
}
.loop_txt_contents .loop_txt_right {
  display: flex;
  direction: rtl;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  animation: loopright 35s linear infinite;
}
.loop_txt_contents .loop {
  letter-spacing: 0em;
  padding-left: 19px;
  width: -moz-max-content;
  width: max-content;
}

@keyframes loopleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loopright {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.low_mv {
  position: relative;
  width: 100%;
  height: clamp(23.438rem, -0.491rem + 37.39vw, 44.375rem);
}
@media (max-width: 1024px) {
  .low_mv {
    height: 80svh;
  }
}
.low_mv .low_mv_img {
  width: 70%;
  aspect-ratio: 1350/600;
  max-width: 1350px;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media (max-width: 1420px) {
  .low_mv .low_mv_img {
    width: 62%;
  }
}
@media (max-width: 1024px) {
  .low_mv .low_mv_img {
    height: 80svh;
    width: 80%;
  }
}
.low_mv .low_mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home .hd_nav .hd_nav_li {
  position: relative;
}
body.home .hd_nav .hd_nav_li:nth-of-type(1)::after {
  height: 2px;
  width: 100%;
  background-color: #32BA6A;
  bottom: -15px;
  left: 0;
  position: absolute;
  content: "";
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.home .hd_nav .hd_nav_li:nth-of-type(1)::after {
    bottom: -8px;
  }
}

body.service .hd_nav .hd_nav_li {
  position: relative;
}
body.service .hd_nav .hd_nav_li:nth-of-type(2)::after {
  height: 2px;
  width: 100%;
  background-color: #32BA6A;
  bottom: -15px;
  left: 0;
  position: absolute;
  content: "";
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.service .hd_nav .hd_nav_li:nth-of-type(2)::after {
    bottom: -8px;
  }
}

body.archive .hd_nav .hd_nav_li {
  position: relative;
}
body.archive .hd_nav .hd_nav_li:nth-of-type(3)::after {
  height: 2px;
  width: 100%;
  background-color: #32BA6A;
  bottom: -15px;
  left: 0;
  position: absolute;
  content: "";
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.archive .hd_nav .hd_nav_li:nth-of-type(3)::after {
    bottom: -8px;
  }
}

body.faq .hd_nav .hd_nav_li {
  position: relative;
}
body.faq .hd_nav .hd_nav_li:nth-of-type(4)::after {
  height: 2px;
  width: 100%;
  background-color: #32BA6A;
  bottom: -15px;
  left: 0;
  position: absolute;
  content: "";
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.faq .hd_nav .hd_nav_li:nth-of-type(4)::after {
    bottom: -8px;
  }
}

body.company .hd_nav .hd_nav_li {
  position: relative;
}
body.company .hd_nav .hd_nav_li:nth-of-type(5)::after {
  height: 2px;
  width: 100%;
  background-color: #32BA6A;
  bottom: -15px;
  left: 0;
  position: absolute;
  content: "";
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.company .hd_nav .hd_nav_li:nth-of-type(5)::after {
    bottom: -8px;
  }
}

.mainimg {
  position: relative;
  width: 100%;
  padding-top: 110px;
}

.cmn_copyright {
  position: fixed;
  right: 2%;
  top: 55%;
  z-index: 9;
  font-size: 18px;
  color: #195D35;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  mix-blend-mode: color-burn;
}
@media (max-width: 768px) {
  .cmn_copyright {
    font-size: 12px;
    right: 1%;
  }
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header.is_fixed {
  position: fixed;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header.is_fixed {
    position: relative;
  }
}
.header .hd_logo {
  width: clamp(12.5rem, 1.571rem + 17.08vw, 22.063rem);
}
.header .hd_logo img {
  width: 100%;
}
.header .hd_logo.open {
  display: none;
  position: absolute;
  top: 25px;
  left: 7px;
  content: "";
}
@media (max-width: 1024px) {
  .header .hd_logo.open {
    display: block;
  }
}
.header::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fff;
  width: 52%;
  height: 100%;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
.header .hd_nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .hd_nav {
    position: fixed;
    flex-flow: column;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 105px 0 0 0;
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    z-index: 12;
  }
  .header .hd_nav.is_open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header .hd_nav.is_open .hd_nav_tel a {
    pointer-events: all;
  }
}
.header .hd_nav_bg {
  display: none;
}
@media (max-width: 1024px) {
  .header .hd_nav_bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 34, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 12;
  }
  .header .hd_nav_bg.is_open {
    opacity: 1;
    pointer-events: auto;
  }
}
.header ul {
  display: flex;
  gap: clamp(0.938rem, -1.205rem + 3.35vw, 2.813rem);
}
@media (max-width: 1024px) {
  .header ul {
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    gap: 30px;
  }
}

.hd_logo {
  margin-left: clamp(0.625rem, -2.232rem + 4.46vw, 3.125rem);
}
.hd_logo img {
  width: clamp(13.625rem, 3.982rem + 15.07vw, 22.063rem);
}

@media (min-width: 769px) {
  .hd_nav ul .hd_nav_li:hover a {
    color: #32BA6A;
  }
}
.hd_nav ul .hd_nav_li a {
  font-size: clamp(0.938rem, 0.723rem + 0.33vw, 1.125rem);
  color: #333333;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.hd_nav_tel {
  margin: 0 30px 0 40px;
}
@media (max-width: 1199px) {
  .hd_nav_tel {
    margin: 0 15px 0 15px;
  }
}
@media (max-width: 1024px) {
  .hd_nav_tel {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto;
  }
}
.hd_nav_tel a {
  font-family: "Lexend Deca", sans-serif;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #195D35;
  font-weight: 500;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .hd_nav_tel a {
    font-size: 36px;
  }
}
.hd_nav_tel a p {
  font-family: "Noto Sans JP";
  font-size: 14px;
  letter-spacing: 0em;
  color: #195D35;
}
@media (max-width: 1024px) {
  .hd_nav_tel a p {
    font-size: 17px;
    margin-top: 5px;
    text-align: center;
  }
}

.hd_nav_contact {
  position: relative;
  display: block;
  height: 110px;
  line-height: 110px;
  background-color: #D3DE2F;
  color: #50550F;
  font-weight: bold;
  display: flex;
  text-decoration: none;
  padding: 20px 40px;
  padding-right: 40px;
  align-items: center;
  overflow: hidden;
  font-size: 17px;
  gap: 26px;
}
@media (max-width: 1024px) {
  .hd_nav_contact {
    justify-content: space-between;
    padding: 0 50px !important;
    width: 100%;
    font-size: 21px;
  }
}
.hd_nav_contact .arrow {
  position: relative;
  width: 35px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
}
.hd_nav_contact .arrow::before, .hd_nav_contact .arrow::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 16px;
  background: #50550f;
  clip-path: polygon(0 43.8%, 60% 43.8%, 60% 0, 100% 50%, 60% 100%, 60% 56.3%, 0 56.3%);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.15);
}
.hd_nav_contact .arrow.right::before {
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(0);
}
.hd_nav_contact .arrow.right::after {
  left: -120%;
  top: 0;
  z-index: 0;
}
.hd_nav_contact .arrow.left::before {
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(0);
}
.hd_nav_contact .arrow.left::after {
  right: 120%;
  top: 0;
  z-index: 0;
}
.hd_nav_contact:hover {
  color: #fff;
  background-color: #32BA6A;
}
.hd_nav_contact:hover .arrow::before {
  transform: translateX(120%);
  background: #fff;
}
.hd_nav_contact:hover .arrow::after {
  left: 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .hd_nav_contact {
    padding: 0 13px;
  }
}

@media (max-width: 1024px) {
  .hd_menu-toggle {
    display: block;
    z-index: 500;
    position: fixed;
    width: 70px;
    height: 70px;
    background-color: #D3DE2F;
    top: 0;
    right: 0;
  }
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(43deg) translate(6px, 6px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    opacity: 0;
  }
  .hd_menu-toggle.is_open span:nth-child(3) {
    transform: rotate(-43deg) translate(7px, -7px);
  }
}

.hd_menu-toggle-wrap {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  top: 25px;
  left: 20px;
}
.hd_menu-toggle-wrap span {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease;
}
.hd_menu-toggle-wrap span:nth-of-type(2) {
  top: 9px;
}
.hd_menu-toggle-wrap span:nth-of-type(3) {
  bottom: 0;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.main {
  width: 100%;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index_cmn_detail {
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .index_cmn_detail {
    margin-top: 35px;
  }
}

.index_mainimg_wrap {
  width: 97%;
  margin: 0 0 0 auto;
  display: flex;
}
@media (max-width: 1024px) {
  .index_mainimg_wrap {
    width: 100%;
    display: block;
    gap: 3%;
  }
}

.index_mv {
  aspect-ratio: 1450/970;
  width: 100%;
  max-width: clamp(37.813rem, -22.545rem + 94.31vw, 90.625rem);
  margin: 0 0 0 auto;
  position: relative;
  /* タイトル装飾（任意） */
}
@media (max-width: 1024px) {
  .index_mv {
    max-width: unset;
    margin: 0;
    height: 50svh;
  }
}
.index_mv .swiper-fade {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index_mv .slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
  object-position: bottom;
}
.index_mv .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index_mv .slide-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_mv .slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index_mv .slide {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_mv .slide-title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #fff;
  font-size: 2rem;
  z-index: 10;
}

.index_catchcopy_sub {
  font-size: clamp(1.063rem, 1.012rem + 0.25vw, 1.313rem);
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .index_catchcopy_sub {
    text-align: center;
    margin-top: 15px;
  }
}

.index_catchcopy_sub {
  visibility: hidden; /* 完全に非表示 */
}

.index_catchcopy_sub .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.index_catchcopy_sub.inview {
  visibility: visible;
}

.index_catchcopy_sub.inview .char {
  opacity: 1;
  transform: translateY(0);
}

.index_catchcopy_top {
  aspect-ratio: 494/394;
  max-width: clamp(12.5rem, 8.825rem + 18.38vw, 30.875rem);
  position: absolute;
  content: "";
  top: 273px;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
  mix-blend-mode: color-burn;
  margin: 0 0 0 3%;
}
.index_catchcopy_top img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .index_catchcopy_top {
    position: unset;
    margin: 30px auto 0 5%;
  }
}

.index_catchcopy_botom {
  margin-top: clamp(31.875rem, 25.446rem + 10.04vw, 37.5rem);
}
@media (max-width: 1024px) {
  .index_catchcopy_botom {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 5%;
  }
}
.index_catchcopy_botom .swiper-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: unset;
}
@media (max-width: 1024px) {
  .index_catchcopy_botom .swiper-pagination {
    position: absolute;
    bottom: -23px !important;
    left: 50% !important;
    transform: translateX(-50%);
    content: "";
    display: flex;
    z-index: 1;
  }
}
.index_catchcopy_botom .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background: #C5C5C5;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s;
  border-radius: 0;
}
.index_catchcopy_botom .swiper-pagination-bullet-active {
  background: #195D35;
}

.index_feature_sec {
  position: relative;
}
.index_feature_sec::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 38%;
  height: 100%;
  bottom: clamp(3.75rem, -7.75rem + 17.97vw, 13.813rem);
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .index_feature_sec::before {
    bottom: unset;
    top: 0;
  }
}
.index_feature_sec::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 80%;
  height: 100%;
  top: 1087px;
  left: 0;
  z-index: -1;
}
.index_feature_sec .index_feature_txt {
  width: 90%;
  margin: 0 auto;
  padding-top: 90px;
}
.index_feature_sec .loop_txt_contents {
  opacity: 0.5;
  color: #32BA6A;
  font-size: clamp(4.375rem, 1.518rem + 4.46vw, 6.875rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  mix-blend-mode: darken;
}
.index_feature_sec .loop_txt_left .loop {
  transform: translateY(20px);
}
.index_feature_sec .loop_txt_right .loop {
  transform: translateY(-44px);
}

.index_feature_wrap {
  width: 100%;
  position: relative;
  margin-top: clamp(2.188rem, 0.625rem + 7.81vw, 5.625rem);
}
.index_feature_wrap .cmn_btn {
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .index_feature_wrap .cmn_btn {
    margin: 35px auto 0;
  }
}

.index_feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 均等3カラム */
  width: 100%; /* 画面いっぱい */
}
@media (max-width: 1024px) {
  .index_feature_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .index_feature_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index_feature_content {
  position: relative;
}

.index_feature_content_img {
  max-width: 640px;
  aspect-ratio: 640/630;
  position: relative;
}
@media (max-width: 768px) {
  .index_feature_content_img {
    max-width: unset;
  }
}
.index_feature_content_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #002412;
  background: linear-gradient(0deg, rgb(0, 36, 18) 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 65%;
  top: 0;
  left: 0;
}
.index_feature_content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index_feature_content_number {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 30px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 73px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #00B94B;
  font-weight: 600;
  mix-blend-mode: screen;
}

.index_feature_content_ttl {
  position: absolute;
  display: block;
  content: "";
  bottom: 50px;
  left: clamp(1.063rem, -2.009rem + 4.8vw, 3.75rem);
  font-size: clamp(1.188rem, 0.402rem + 1.23vw, 1.875rem);
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
}

.index_works_sec .index_slider {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .index_works_sec .index_slider .swiper-slide:hover .index_works_img img {
    transform: scale(1.1);
  }
  .index_works_sec .index_slider .swiper-slide:hover .index_works_ttl {
    color: #00B171;
  }
}
.index_works_sec .cmn_btn {
  margin: 80px auto 0;
}
@media (max-width: 1024px) {
  .index_works_sec .cmn_btn {
    margin: 25px auto 0;
  }
}

.index_works_flex {
  display: flex;
  align-items: end;
  width: 90%;
  margin: 0 auto 60px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index_works_flex {
    flex-flow: column;
    align-items: unset;
    gap: 35px;
    margin: 0 auto 35px;
  }
}

.index_works_btn {
  display: flex;
  gap: 15px;
  padding-right: 120px;
}

.index_works_btn-prev_wrapper,
.index_works_btn-next_wrapper {
  width: clamp(3.75rem, 3.182rem + 2.84vw, 5rem);
  height: clamp(3.75rem, 3.182rem + 2.84vw, 5rem);
  background-color: #32BA6A;
  position: relative;
  mix-blend-mode: multiply;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .index_works_btn-next_wrapper:hover {
    background-color: #195D35;
  }
  .index_works_btn-next_wrapper:hover .arrow {
    transform: translateX(10px);
  }
  .index_works_btn-next_wrapper:hover .arrow::before {
    transform: translateX(120%);
  }
  .index_works_btn-next_wrapper:hover .arrow::after {
    left: 0;
  }
  .index_works_btn-prev_wrapper:hover {
    background-color: #195D35;
  }
  .index_works_btn-prev_wrapper:hover .arrow {
    transform: translateX(-10px);
  }
  .index_works_btn-prev_wrapper:hover .arrow::before {
    transform: translateX(-120%);
  }
  .index_works_btn-prev_wrapper:hover .arrow::after {
    right: 0;
  }
}
.index_works_btn-prev,
.index_works_btn-next {
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  content: "";
  width: 100%;
}
.index_works_btn-prev .arrow::before, .index_works_btn-prev .arrow::after,
.index_works_btn-next .arrow::before,
.index_works_btn-next .arrow::after {
  background-color: #fff;
}

.index_works_img {
  aspect-ratio: 580/330;
  max-width: 580px;
  position: relative;
  overflow: hidden;
}
.index_works_img .works_label {
  position: absolute;
  top: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
  left: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
  color: #fff;
  background-color: #32BA6A;
  border-radius: 5px;
  font-size: clamp(0.875rem, 0.661rem + 0.33vw, 1.063rem);
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.05em;
  z-index: 2;
  padding: 3px 11px;
}
.index_works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s;
}

.index_works_ttl {
  color: #195D35;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  margin: 15px 0;
  transition: all 0.3s;
}

.index_news_sec {
  position: relative;
}
.index_news_sec::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 90%;
  height: 150%;
  top: 0;
  right: 0;
  z-index: -1;
}

.company_overview_flex {
  display: flex;
  margin: 0 0 0 20%;
  width: 80%;
  padding: 100px 0px;
  gap: 6%;
}
@media (max-width: 1024px) {
  .company_overview_flex {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0px;
    flex-flow: column;
    gap: 35px;
  }
}

.index_news_wrap {
  width: 70%;
  margin: 0 auto 0;
  padding-top: 70px;
}
.index_news_wrap .cmn_ttl {
  margin: 0 0px 60px auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .index_news_wrap {
    width: 90%;
  }
}

.index_news_table {
  width: 100%;
  border-top: 1px solid #A3A3A3;
}
.index_news_table tr {
  display: flex;
}
@media (max-width: 1024px) {
  .index_news_table tr {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
}
.index_news_table th {
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #A3A3A3;
  font-size: clamp(1rem, 0.786rem + 0.33vw, 1.188rem);
  color: #32BA6A;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 170%;
  padding: 30px 10px;
  width: 18%;
}
@media (max-width: 1024px) {
  .index_news_table th {
    width: 100%;
    padding: 15px 0px 0;
    border-bottom: none;
  }
}
.index_news_table td {
  border: unset;
  border-bottom: 1px solid #A3A3A3;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 170%;
  padding: 30px 10px;
  width: 82%;
}
@media (max-width: 1024px) {
  .index_news_table td {
    padding: 0px 0px 15px;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  業務内容
--------------------------------------------------------------------------------*/
.service_flow_txt {
  font-weight: 500;
  font-size: clamp(1rem, 0.571rem + 0.67vw, 1.375rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .service_flow_txt {
    margin-top: 35px;
  }
}

.service_flow_sec {
  width: 90%;
  margin: 70px auto;
}

.service_flow_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  margin-top: clamp(4.375rem, 2.784rem + 7.95vw, 7.875rem);
}
@media (max-width: 1024px) {
  .service_flow_wrap {
    gap: 60px;
  }
}

.service_flow_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.625rem, -5.804rem + 10.04vw, 6.25rem);
  position: relative;
}
.service_flow_item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: clamp(6.313rem, 1.67rem + 7.25vw, 10.375rem);
  transform: translateX(-50%);
  width: 4px;
  height: calc(var(--line-height, 80px) + 80px);
  background-color: #195D35;
}
@media (max-width: 1024px) {
  .service_flow_item::before {
    display: none;
  }
}
.service_flow_item:last-child::before {
  display: none;
}

.service_flow_icon {
  width: clamp(6.25rem, 3.157rem + 14.56vw, 20.625rem);
  height: clamp(6.25rem, 3.157rem + 14.56vw, 20.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: sticky;
  top: 200px; /* ← ヘッダー分など調整 */
}
@media (max-width: 1024px) {
  .service_flow_icon {
    display: none;
  }
}
.service_flow_icon .service_flow_icon_circle {
  aspect-ratio: 330/330;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(50, 186, 106, 0.3);
  position: relative;
}
@media (max-width: 1024px) {
  .service_flow_icon .service_flow_icon_circle {
    aspect-ratio: unset;
    border-radius: unset;
    height: 70px;
    width: 100%;
  }
}
.service_flow_icon .service_flow_icon_circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.service_flow_icon .service_flow_icon_circle .service_flow_icon_number {
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(3.875rem, 1.875rem + 3.13vw, 5.625rem);
  line-height: 100%;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}

.service_flow_number {
  position: absolute;
  border-radius: 50px;
  background-color: rgba(50, 186, 106, 0.5098039216);
  content: "";
  width: clamp(4.375rem, 3.807rem + 2.84vw, 5.625rem);
  height: clamp(4.375rem, 3.807rem + 2.84vw, 5.625rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: clamp(4.438rem, 3.898rem + 2.7vw, 5.625rem);
  top: -36px;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.375rem);
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
}

.service_flow_content {
  flex: 1;
  font-size: 50px;
  background-color: #fff;
  padding: 40px;
  max-width: 1100px;
  min-height: 330px;
}
@media (max-width: 1024px) {
  .service_flow_content {
    padding: 5%;
    max-width: unset;
    position: relative;
    min-height: unset;
  }
}
@media (max-width: 480px) {
  .service_flow_content {
    padding: 12% 5% 10%;
  }
}
.service_flow_content .service_flow_list {
  display: flex;
  flex-flow: column;
  gap: 70px;
}
@media (max-width: 1024px) {
  .service_flow_content .service_flow_list {
    gap: clamp(2.188rem, 1.193rem + 4.97vw, 4.375rem);
  }
}

.service_flow_ttl {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.107rem + 1.79vw, 2.25rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #32BA6A;
  font-weight: bold;
}
.service_flow_ttl span {
  font-family: "Lexend Deca", sans-serif;
  color: #333333;
  font-size: clamp(2rem, 1.602rem + 1.99vw, 2.875rem);
  display: block;
}

.service_flow_detail {
  font-weight: 500;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: clamp(0.625rem, 0.341rem + 1.42vw, 1.25rem);
}

.service_flow_detail_flex {
  display: flex;
  gap: 5%;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service_flow_detail_flex {
    gap: 10px;
    margin-top: 30px;
    flex-flow: column;
  }
}
.service_flow_detail_flex .cmn_btn {
  width: -moz-fit-content;
  width: fit-content;
}
.service_flow_detail_flex .service_flow_phone_btn {
  background-color: #195D35;
  border-radius: 80px;
  padding: 15px 50px;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .service_flow_detail_flex .service_flow_phone_btn {
    pointer-events: all;
  }
}
@media (max-width: 480px) {
  .service_flow_detail_flex .service_flow_phone_btn {
    padding: 15px 30px;
  }
}
.service_flow_detail_flex .service_flow_phone_btn .service_flow_phone_btn_number {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: clamp(2.125rem, 1.339rem + 1.23vw, 2.813rem);
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 1024px) {
  .service_flow_detail_flex .service_flow_phone_btn .service_flow_phone_btn_number {
    font-size: clamp(1.813rem, 1.67rem + 0.71vw, 2.125rem);
  }
}
.service_flow_detail_flex .service_flow_phone_btn .service_flow_phone_btn_time {
  font-weight: 500;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .service_flow_detail_flex .service_flow_phone_btn .service_flow_phone_btn_time {
    font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  }
}

.service_asbestos_sec {
  width: 100%;
  position: relative;
  margin-top: 230px;
}
@media (max-width: 1024px) {
  .service_asbestos_sec {
    width: 90%;
    margin: 0 auto;
  }
}
.service_asbestos_sec .cmn_ttl {
  margin-left: 5%;
}
@media (max-width: 1024px) {
  .service_asbestos_sec .cmn_ttl {
    margin-left: 0;
  }
}
.service_asbestos_sec .service_asbestos_img {
  position: absolute;
  aspect-ratio: 700/450;
  content: "";
  display: block;
  left: 0;
  top: 160px;
  max-width: clamp(25.75rem, 5.179rem + 32.14vw, 43.75rem);
}
@media (max-width: 1024px) {
  .service_asbestos_sec .service_asbestos_img {
    position: unset;
    max-width: unset;
    width: 100%;
    height: clamp(12.188rem, 8.495rem + 24.62vw, 24.25rem);
    margin-top: 30px;
  }
}
.service_asbestos_sec .service_asbestos_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_asbestos_sec .service_asbestos_txt {
  background-color: #fff;
  margin: 150px 0 0 auto;
  width: 85%;
}
@media (max-width: 1024px) {
  .service_asbestos_sec .service_asbestos_txt {
    margin: 20px 0 0 auto;
    width: 100%;
  }
}
.service_asbestos_sec .service_asbestos_txt p {
  font-weight: 500;
  font-size: clamp(1rem, 0.571rem + 0.67vw, 1.375rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  padding: 6% 5% 5% 34%;
}
@media (max-width: 1024px) {
  .service_asbestos_sec .service_asbestos_txt p {
    padding: 5%;
  }
}

/*-------------------------------------------------------------------------------
  施工事例
--------------------------------------------------------------------------------*/
.works_section {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .works_section {
    flex-flow: column;
  }
}
.works_section::before {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: calc(100% + 60px);
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 60px;
}

.category_menu {
  position: sticky;
  top: 200px;
  left: 0;
  width: 20%;
  max-width: clamp(10.5rem, 2.5rem + 12.5vw, 17.5rem);
  background-color: #32BA6A;
  padding: 25px;
  flex-flow: column;
}
@media (max-width: 1024px) {
  .category_menu {
    position: unset;
    width: 90%;
    margin: 50px auto;
    max-width: unset;
    gap: 10px;
    background-color: unset;
    padding: 0;
  }
}
.category_menu .category_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .category_menu .category_list {
    flex-flow: wrap;
  }
}
.category_menu li {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .category_menu li {
    width: unset;
  }
}
.category_menu li .category_btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .category_menu li .category_btn:not(.is-current):hover {
    transform: translateX(5px);
  }
}
.category_menu li .category_btn p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: 0.05em;
}
.category_menu li .category_btn::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #D2DE2F;
  border: 4px solid #32BA6A;
}
.category_menu li .category_btn.is-current::before {
  background-color: #32BA6A;
  border: 4px solid #D2DE2F;
}
@media (max-width: 1024px) {
  .category_menu li .category_btn {
    background-color: #32BA6A;
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .category_menu li .category_btn:hover {
    color: #BDCA07;
  }
}

.works_wrap {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .works_wrap {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .works_wrap {
    width: 90%;
  }
}
.works_wrap .works_list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: clamp(2.188rem, 1.116rem + 1.67vw, 3.125rem);
}
@media (max-width: 1024px) {
  .works_wrap .works_list {
    flex-flow: column;
  }
}
.works_wrap li {
  max-width: 600px;
  width: 45%;
}
@media (max-width: 1024px) {
  .works_wrap li {
    width: 100%;
    max-width: unset;
  }
}

.swiper-main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.swiper-main .works_image_wrap {
  overflow: hidden;
}
.swiper-main .works_image_wrap img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .swiper-main:hover .works_image_wrap img {
    transform: scale(1.1);
  }
}
.swiper-main .works_image_wrap img.works_no-image {
  pointer-events: none;
  transform: none !important;
}
.swiper-main .works_label {
  position: absolute;
  top: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
  left: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
  color: #fff;
  background-color: #32BA6A;
  border-radius: 5px;
  font-size: clamp(0.875rem, 0.661rem + 0.33vw, 1.063rem);
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.05em;
  z-index: 2;
  padding: 3px 11px;
}

.swiper-thumb-wrap {
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.swiper-thumb {
  box-sizing: border-box;
  width: 88%;
  max-width: 530px;
}
@media (max-width: 1024px) {
  .swiper-thumb {
    max-width: unset;
    width: 86%;
  }
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_image_wrap {
  aspect-ratio: 600/400;
  overflow: hidden;
  display: block;
  width: 100%;
}
.works_image_wrap .works_no-image {
  height: 100%;
  width: 100%;
}

/* サムネイルスライドの間隔を確保する */
.swiper-thumb .swiper-slide {
  cursor: pointer;
}

.swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 8px solid #D3DE2F;
}
@media (max-width: 1199px) {
  .swiper-thumb .swiper-slide-thumb-active {
    border: 5px solid #D3DE2F;
  }
}

.swiper-controller {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1;
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  width: clamp(1.063rem, 0.563rem + 0.78vw, 1.5rem);
  height: clamp(1.063rem, 0.563rem + 0.78vw, 1.5rem);
  background-color: #195D35;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .swiper-controller .swiper-button-prev:hover,
  .swiper-controller .swiper-button-next:hover {
    background-color: #00B94B;
  }
}
@media (max-width: 1024px) {
  .swiper-controller .swiper-button-prev,
  .swiper-controller .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

.swiper-button-prev {
  margin-left: -10px;
}

.swiper-button-next {
  margin-right: -10px;
}

.works_detail_wrap .works_ttl {
  color: #195D35;
  font-size: clamp(1.125rem, 0.696rem + 0.67vw, 1.5rem);
  font-weight: bold;
  margin: 25px 0 20px;
}
@media (max-width: 480px) {
  .works_detail_wrap .works_ttl {
    margin: 15px 0;
  }
}

.works_tb tr {
  padding-bottom: 5px;
  display: flex;
}
@media (max-width: 1024px) {
  .works_tb tr {
    flex-flow: column;
  }
}
.works_tb th {
  background-color: #A3A3A3;
  color: #fff;
  width: 83px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.05em;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
}
.works_tb td {
  padding-left: 10px;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.05em;
  width: 84%;
  color: #333333;
}
@media (max-width: 1024px) {
  .works_tb td {
    width: 100%;
    padding-left: 0;
  }
}

.pager_list {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto 0;
  gap: clamp(0.625rem, 0.341rem + 1.42vw, 1.25rem);
}
.pager_list li {
  width: -moz-fit-content;
  width: fit-content;
}
.pager_list .num_btn {
  display: block;
  width: clamp(2.5rem, 2.216rem + 1.42vw, 3.125rem);
  height: clamp(2.5rem, 2.216rem + 1.42vw, 3.125rem);
  border-radius: 5px;
  border: 3px solid #195D35;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .pager_list .num_btn:not(.is-current):hover {
    transform: scale(0.9);
  }
}
.pager_list .num_btn p {
  font-size: 22px;
  color: #195D35;
  line-height: clamp(2.188rem, 1.932rem + 1.28vw, 2.75rem);
  font-family: "Lexend Deca", sans-serif;
}
.pager_list .num_btn.is-current {
  background-color: #195D35;
}
.pager_list .num_btn.is-current p {
  color: #D2DE2F;
}
.pager_list .prev_btn,
.pager_list .next_btn {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 24px;
  background-color: #195D35;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
.pager_list .prev_btn span,
.pager_list .next_btn span {
  display: block;
  line-height: 34px;
  transition: all 0.3s;
}
.pager_list .prev_btn {
  margin-right: clamp(0.938rem, 0.369rem + 2.84vw, 2.188rem);
}
@media (min-width: 769px) {
  .pager_list .prev_btn:hover span {
    transform: translateX(-5px);
  }
}
.pager_list .next_btn {
  margin-left: clamp(0.938rem, 0.369rem + 2.84vw, 2.188rem);
}
@media (min-width: 769px) {
  .pager_list .next_btn:hover span {
    transform: translateX(5px);
  }
}

/*-------------------------------------------------------------------------------
  よくあるご質問
--------------------------------------------------------------------------------*/
.faq_wrap {
  width: 70%;
  max-width: 1200px;
  margin: 70px auto 0;
}
@media (max-width: 1024px) {
  .faq_wrap {
    width: 90%;
  }
}

.faq_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.faq_list_content {
  width: 100%;
  background-color: #fff;
  padding: 40px 50px;
}
@media (max-width: 768px) {
  .faq_list_content {
    padding: 5%;
  }
}

.faq_list_content_question {
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
}
.faq_list_content_question p {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.982rem + 0.22vw, 1.25rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  display: flex;
  gap: 15px;
}
@media (max-width: 1024px) {
  .faq_list_content_question p {
    line-height: 150%;
    align-items: center;
  }
}
.faq_list_content_question p span {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.875rem, 1.518rem + 0.56vw, 2.188rem);
  line-height: 110%;
  letter-spacing: 0em;
  color: #32BA6A;
  font-weight: 600;
}

.faq_list_content_answer {
  padding-top: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
}
.faq_list_content_answer p {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  display: flex;
  gap: 15px;
}
.faq_list_content_answer p span {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.875rem, 1.518rem + 0.56vw, 2.188rem);
  line-height: 110%;
  letter-spacing: 0em;
  color: #BDCA07;
  font-weight: 600;
}

/*-------------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------------*/
.company_area {
  position: relative;
}
.company_area .cmn_ttl {
  width: 23%;
}
@media (max-width: 1024px) {
  .company_area .cmn_ttl {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.company_area .company_side-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  max-width: clamp(10.5rem, 2.5rem + 12.5vw, 17.5rem);
  background-color: #32BA6A;
  padding: 25px;
  row-gap: 8px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1024px) {
  .company_area .company_side-bar {
    position: relative;
    width: 90%;
    margin: 50px auto;
    flex-flow: wrap;
    max-width: unset;
    gap: 10px;
    background-color: unset;
    padding: 0;
  }
}
.company_area .company_side-bar.is_fixed {
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .company_area .company_side-bar.is_fixed {
    position: unset;
  }
}
.company_area .company_side-bar.is_bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}
.company_area .company_side-bar .company_side-bar_list {
  width: 100%;
}
@media (max-width: 1024px) {
  .company_area .company_side-bar .company_side-bar_list {
    width: unset;
  }
}
.company_area .company_side-bar .company_side-bar_list a {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company_area .company_side-bar .company_side-bar_list a {
    background-color: #00B171;
    padding: 10px;
  }
}
.company_area .company_side-bar .company_side-bar_list a .material-symbols-outlined {
  display: block;
  color: #D3DE2F;
  font-size: 32px;
}
@media (min-width: 769px) {
  .company_area .company_side-bar .company_side-bar_list a:hover {
    color: #BDCA07;
  }
}

.company_greeting_sec {
  margin: 70px 0 0 20%;
  width: 80%;
  position: relative;
}
@media (max-width: 1024px) {
  .company_greeting_sec {
    margin: 35px auto;
    width: 90%;
  }
}

.company_greeting_txt {
  background-color: #fff;
  position: relative;
  width: 85%;
  margin: 85px 0 0 auto;
}
@media (max-width: 1024px) {
  .company_greeting_txt {
    width: 100%;
    margin: 0 auto;
  }
}
.company_greeting_txt p {
  padding: 6% 5% 5% 34%;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .company_greeting_txt p {
    padding: 13% 5%;
  }
}

.company_greeting_img {
  aspect-ratio: 560/600;
  max-width: clamp(20rem, 2.857rem + 26.79vw, 35rem);
}
.company_greeting_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_greeting_representative {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  content: "";
  top: 128px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .company_greeting_representative {
    position: unset;
    margin: 35px auto;
  }
}
.company_greeting_representative .company_greeting_name {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.563rem, 1.348rem + 0.33vw, 1.75rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  padding-top: 20px;
}
.company_greeting_representative .company_greeting_name span {
  font-size: clamp(1.125rem, 0.982rem + 0.22vw, 1.25rem);
  padding-right: 20px;
}

.company_overview_sec {
  width: 90%;
  margin: 0 auto 0 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .company_overview_sec {
    margin: 0 auto;
    width: 100%;
  }
}

.parallax_container {
  height: 440px;
  width: 100%;
  clip-path: inset(0);
  box-sizing: border-box;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .parallax_container {
    height: 230px;
  }
}
.parallax_container::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/parallax.jpg);
  background-position: center;
}

.parallax_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_overview_flex {
  display: flex;
  margin: 0 0 0 20%;
  width: 80%;
  padding: 100px 0px;
  gap: 6%;
}
@media (max-width: 1024px) {
  .company_overview_flex {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0px;
    flex-flow: column;
    gap: 35px;
  }
}

.company_overview_table {
  width: 65%;
  border-top: 1px solid #A3A3A3;
}
@media (max-width: 1024px) {
  .company_overview_table {
    width: 90%;
    margin: 0 auto;
  }
}
.company_overview_table tr {
  display: flex;
}
@media (max-width: 1024px) {
  .company_overview_table tr {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
}
.company_overview_table th {
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #A3A3A3;
  font-size: clamp(1rem, 0.786rem + 0.33vw, 1.188rem);
  color: #32BA6A;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 170%;
  padding: 30px 10px;
  width: 18%;
}
@media (max-width: 1024px) {
  .company_overview_table th {
    width: 100%;
    padding: 15px 0px 0;
    border-bottom: none;
  }
}
.company_overview_table td {
  border: unset;
  border-bottom: 1px solid #A3A3A3;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 170%;
  padding: 30px 10px;
  width: 82%;
}
@media (max-width: 1024px) {
  .company_overview_table td {
    padding: 0px 0px 15px;
    width: 100%;
  }
}

.company_history_sec {
  margin: 0 12% 0 18%;
  padding: 70px 0 0 0;
  width: 70%;
  position: relative;
}
@media (max-width: 1024px) {
  .company_history_sec {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}

.company_history_flex {
  display: flex;
  gap: 6%;
}
@media (max-width: 1024px) {
  .company_history_flex {
    flex-flow: column;
    gap: 35px;
  }
}

.company_history_wrap {
  align-items: center;
  width: 74%;
  gap: 3%;
}
@media (max-width: 1024px) {
  .company_history_wrap {
    width: 100%;
  }
}

.company_history_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company_history_list .company_history_box {
  align-items: center;
  position: relative;
  display: flex;
  gap: 3%;
}
.company_history_list .dot {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #195D35;
  flex-shrink: 0;
}
.company_history_list .dot::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 0;
  background: #D2DE2F;
  z-index: -1;
  transition: height 1.2s ease-out 0.3s;
}
.company_history_list .dot.is_visible::after {
  height: calc(var(--line-height, 50px) + 100px);
}
.company_history_list .company_history_box:last-child .dot::after {
  display: none;
}
.company_history_list .company_history_content {
  width: 100%;
  background-color: #fff;
  padding: 30px 35px;
  display: flex;
  gap: 3%;
}
@media (max-width: 1024px) {
  .company_history_list .company_history_content {
    flex-flow: column;
    padding: 5%;
  }
}
.company_history_list .company_history_content span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.652rem + 0.45vw, 1.188rem);
  line-height: 170%;
  color: #32BA6A;
  width: 90px;
}
.company_history_list .company_history_content p {
  width: 85%;
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .company_history_list .company_history_content p {
    width: 100%;
  }
}

.company_links_sec {
  margin: 0 12% 0 18%;
  padding: 70px 0 0 0;
  width: 70%;
  position: relative;
}
@media (max-width: 1024px) {
  .company_links_sec {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}

.company_links_flex {
  display: flex;
  gap: 11%;
}
@media (max-width: 1024px) {
  .company_links_flex {
    flex-flow: column;
    gap: 35px;
  }
}

.company_links_wrap {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .company_links_wrap {
    flex-wrap: unset;
    flex-flow: column;
    width: 100%;
    row-gap: 15px;
  }
}

.company_links_btn {
  background-color: #fff;
  display: block;
  width: 47%;
  position: relative;
  min-height: 200px;
  padding: 4% 10% 4% 4%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company_links_btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .company_links_btn:hover {
    transform: scale(0.98);
    background-color: #dbf2e4;
  }
}
.company_links_btn .company_links_btn_triangle {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #195d35 transparent;
  border-width: 0px 0px 116px 116px;
}
@media (max-width: 768px) {
  .company_links_btn .company_links_btn_triangle {
    border-width: 0px 0px 80px 80px;
  }
}
@media (max-width: 480px) {
  .company_links_btn .company_links_btn_triangle {
    border-width: 0px 0px 60px 60px;
  }
}
.company_links_btn .company_links_btn_triangle::after {
  content: "\e89e";
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-size: 35px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 48px;
  right: 17px;
  color: #fff;
}
@media (max-width: 768px) {
  .company_links_btn .company_links_btn_triangle::after {
    top: 28px;
    right: 9px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .company_links_btn .company_links_btn_triangle::after {
    top: 22px;
    right: 7px;
    font-size: 24px;
  }
}

.company_links_ttl {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.107rem + 0.22vw, 1.375rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
  color: #333333;
}
@media (max-width: 768px) {
  .company_links_ttl {
    line-height: 150%;
  }
}

.company_links_txt {
  font-weight: 600;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  line-height: 170%;
  letter-spacing: 0.05em;
}

.company_access_sec {
  width: 80%;
  margin: 0 0 0 auto;
  padding: 100px 0 0 0;
}
@media (max-width: 1024px) {
  .company_access_sec {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 50px 0 0 0;
  }
}
.company_access_sec .cmn_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .company_access_sec .cmn_ttl {
    margin-bottom: 35px;
  }
}
.company_access_sec .company_access_map {
  aspect-ratio: 1600/550;
}
@media (max-width: 768px) {
  .company_access_sec .company_access_map {
    aspect-ratio: 1600/1000;
  }
}
.company_access_sec .company_access_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*-------------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------------*/
.contact_phone_sec {
  width: 90%;
  margin: 70px auto 0;
}
@media (max-width: 1024px) {
  .contact_phone_sec {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}

.contact_phone_btn {
  width: 70%;
  margin: 60px auto 0;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 4%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact_phone_btn {
    pointer-events: all;
    width: 100%;
    margin: 30px auto 0;
  }
}
.contact_phone_btn .contact_phone_btn_number {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: clamp(2.313rem, 1.962rem + 1.75vw, 4.063rem);
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #195D35;
  padding-bottom: clamp(0.313rem, -0.759rem + 1.67vw, 1.25rem);
}
.contact_phone_btn .contact_phone_btn_time {
  font-weight: 500;
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.75rem);
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #195D35;
}

.contact_mail_sec {
  width: 90%;
  margin: 100px auto 0;
}
@media (max-width: 1024px) {
  .contact_mail_sec {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}

.contact_form_txt {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .contact_form_txt {
    margin-top: 30px;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact_form_sec form {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .contact_form_sec form {
    padding: 30px 0 100px;
  }
}

.contact_form_wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    width: 100%;
  }
}

.contact-form_unit dl {
  margin-top: 30px;
}
.contact-form_unit dl:nth-of-type(6) dd {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form_unit dl:first-of-type dd {
    display: grid;
  }
}
.contact-form_unit dl dt {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
}
.contact-form_unit dl dt label {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(1.125rem, 1.054rem + 0.11vw, 1.188rem);
}
.contact-form_unit dl dd {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .contact-form_unit dl dd {
    margin-top: 10px;
  }
}

.val-err {
  margin-top: 5px;
}

.attached-text {
  padding: 3px 6px;
  background-color: #195D35;
  color: #fff;
  margin-left: 10px;
  font-size: clamp(1.125rem, 1.054rem + 0.11vw, 1.188rem);
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .attached-text {
    margin-left: 13px;
  }
}

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

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 12px 35px 12px 40px;
  position: relative;
  line-height: 1;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 39px;
    padding-top: 16px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 8px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    top: 19px;
    left: 12px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border: 5px solid #32BA6A;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    top: 12px;
    left: 5px;
  }
}
input[type=radio]:checked + span::before {
  background-color: #fff;
}
input[type=radio]:checked + span::after {
  background-color: #195D35;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 14px 13px 12px 45px;
  position: relative;
  line-height: 1;
  color: #222;
  font-weight: 500;
  font-weight: 700;
}
input[type=checkbox] + span::after {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-size: 25px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 10px;
  left: 8px;
  opacity: 0;
  color: #fff;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 10px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #195D35;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 5px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 13px 26px 15px;
  background-color: #F3F3F3;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  font-weight: 700;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem) !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  font-weight: 700;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.select_wrap {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.select_wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #195D35;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 50%;
  }
}

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

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

textarea {
  height: 232px;
}

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

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

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: 343px;
  overflow-y: scroll;
  padding-right: 35px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents::-webkit-scrollbar {
  width: 5px;
  background-color: #D2DE2F;
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #195D35;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.privacy-text {
  font-weight: 500;
}
.privacy-text h4 {
  padding-top: 30px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.privacy-text h4:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text p {
  padding-top: 5px;
}

.privacy-agree {
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
  font-size: clamp(0.938rem, 0.723rem + 0.33vw, 1.125rem);
}
.contact_submit_part {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 39px auto;
}
.contact_submit_part .cmn_btn {
  padding: 30px 40px;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 22px 20px 20px 20px;
}
.contact_submit_part .contact-btn.is_back-btn {
  background-color: #fff;
  color: #00a0e9;
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

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

.contact_confirm .contact_submit_part {
  gap: 15px 5%;
}
.contact_confirm .contact-privacy_title,
.contact_confirm .privacy-agree {
  display: none;
}
.contact_confirm .select_wrap::after {
  display: none;
}
.contact_confirm .contact_item .form_txt {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.contact_block {
  padding: 150px 0 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_block {
    width: 90%;
    padding: 60px 0 30px;
  }
}
.contact_block h2 {
  font-size: clamp(1.5rem, 1.059rem + 1.47vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #32BA6A;
}

.mw_wp_form_preview {
  background-color: #F3F3F3;
  padding: 60px 0 100px;
  margin-top: 50px;
}
.mw_wp_form_preview .contact_form_txt {
  display: none;
}
.mw_wp_form_preview .form_contact_01::after {
  opacity: 0;
}
.mw_wp_form_preview .unit-privacy {
  display: none;
}
.mw_wp_form_preview .contact_form_wrap {
  width: 80%;
}
.mw_wp_form_preview .privacy-agree {
  text-align: left;
}
.mw_wp_form_preview .contact-form_unit dl {
  padding-bottom: 20px;
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin-top: 10px;
}
.mw_wp_form_preview .contact-form_unit dl dt {
  width: 30%;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dt {
    width: 100%;
  }
}
.mw_wp_form_preview .contact-form_unit dl dd {
  width: 70%;
  margin-top: 0;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dd {
    width: 100%;
  }
}
.mw_wp_form_preview .contact-form_unit button {
  min-width: 350px;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit button {
    min-width: unset;
    width: 90%;
  }
}
.mw_wp_form_preview .contact-form_unit .contact-return_btn {
  background-color: #535353;
  justify-content: center;
}
.mw_wp_form_preview .contact-form_unit .contact-return_btn p {
  color: #fff;
}
@media (min-width: 769px) {
  .mw_wp_form_preview .contact-form_unit .contact-return_btn:hover {
    background-color: #535353;
    color: #fff;
  }
}
.mw_wp_form_preview .contact-send_btn {
  justify-content: center;
}
.mw_wp_form_preview .contact-send_btn p {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .mw_wp_form_preview .contact-send_btn:hover {
    background-color: #00B171;
  }
  .mw_wp_form_preview .contact-send_btn:hover p {
    color: #fff;
  }
}
.mw_wp_form_preview .privacy-agree {
  padding-bottom: 25px;
}

.contact_thanks .notfound_block .contact_ttl {
  text-align: center;
}
@media (max-width: 1024px) {
  .contact_thanks .notfound_block {
    padding-top: 0;
  }
}
.contact_thanks .notfound_block p {
  padding: 50px 0 40px;
  text-align: center;
}
.contact_thanks .form_txt {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  padding-top: 30px;
}
.contact_thanks .cmn_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px 0 0;
}

.mw_wp_form_complete {
  padding-top: 80px;
  width: min(1000px, 100%);
  margin: 0 auto;
}

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

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 200px 0 120px;
  text-align: center;
}
.notfound_block .cmn_btn {
  margin: 30px auto 0;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
footer {
  z-index: 0;
  position: relative;
}

.ft_contact {
  background-color: #43A16A;
  width: 90%;
  transform: translateY(30%);
  margin: 0 auto;
  padding: 50px 5% 100px;
}
.ft_contact .index_cmn_detail {
  color: #fff;
}
.ft_contact .loop_txt_contents {
  position: absolute;
  top: clamp(11.125rem, 14.054rem - 4.58vw, 8.563rem);
  left: 0;
  opacity: 0.1;
  color: #fff;
  font-size: clamp(4.375rem, 2.946rem + 2.23vw, 5.625rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
}
.ft_contact .cmn_ttl .cmn_ttl_en {
  color: #73E2A1;
}
.ft_contact .cmn_ttl .cmn_ttl_ja {
  color: #fff;
}

.ft_contact_flex-wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  gap: 80px;
}
@media (max-width: 1024px) {
  .ft_contact_flex-wrap {
    flex-flow: column;
    gap: 33px;
    margin: 40px auto 0;
  }
}

.ft_contact_tel {
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: clamp(2.313rem, 1.962rem + 1.75vw, 4.063rem);
  line-height: 100%;
  letter-spacing: 0.02em;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 1024px) {
  .ft_contact_tel {
    pointer-events: all;
  }
}
.ft_contact_tel p {
  margin-top: 5px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer_content {
  background-color: #212522;
  padding: 250px 70px 5%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .footer_content {
    padding: 250px 5% 80px;
    margin: 0 auto;
  }
}

.ft_logo,
.ft_address {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}

.ft_address {
  margin: 30px auto 0;
}
.ft_address p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}

.ft_nav {
  margin: 70px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.ft_nav ul {
  display: flex;
  gap: 45px;
}
.ft_nav a {
  color: #fff;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .ft_nav a:hover {
    color: #D2DE2F;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 200px 0 120px;
  text-align: center;
}
.notfound_block p {
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.notfound_block .cmn_btn {
  margin: 30px auto 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

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