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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* ← が表示されてないときに真ん中に表示したい用 */
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper 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(1, 174, 82, 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", 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: #01AE52;
  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;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 23px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .header {
    padding: 0 5% 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 23px 0 rgba(0, 0, 0, 0.05);
    height: 70px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .header {
    height: 60px;
  }
}
.header .btn_hd_menu {
  display: none;
  overflow: hidden;
}
.header .btn_hd_menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(45deg, #F7F7C1, #39cc7e);
  transition: 0.8s;
}
.header .btn_hd_menu:hover::before {
  opacity: 0;
}
@media (max-width: 768px) {
  .header .btn_hd_menu:hover::before {
    opacity: 1;
  }
}
.header .btn_hd_menu:hover span:first-child {
  left: 45%;
}
@media (max-width: 768px) {
  .header .btn_hd_menu:hover span:first-child {
    left: 50%;
  }
}
.header .btn_hd_menu:hover span:last-child {
  left: 50%;
}
@media (max-width: 1024px) {
  .header .btn_hd_menu {
    display: flex;
    position: fixed;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: linear-gradient(45deg, #39cc7e, #F7F7C1);
    align-items: center;
    justify-content: center 0;
    flex-flow: column;
    gap: 5px;
  }
  .header .btn_hd_menu.is-open:hover span:first-child {
    left: 50%;
  }
  .header .btn_hd_menu.is-open:hover span:last-child {
    left: 50%;
  }
  .header .btn_hd_menu.is-open span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
  }
  .header .btn_hd_menu.is-open span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
  }
  .header .btn_hd_menu span {
    background: #ffffff;
    width: 50%;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .header .btn_hd_menu span:first-child {
    top: 45%;
  }
  .header .btn_hd_menu span:last-child {
    top: 55%;
  }
}
@media (max-width: 480px) {
  .header .btn_hd_menu {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
.header .logo_hd_sp {
  display: none;
}
@media (max-width: 1024px) {
  .header .logo_hd_sp {
    display: block;
    width: 16.7%;
    min-width: 160px;
    display: block;
  }
}
.header .hd_inner_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.7vw;
}
@media (max-width: 1024px) {
  .header .hd_inner_block {
    flex-flow: column;
    justify-content: start;
    align-items: start;
    row-gap: 40px;
    padding: 2.5% 5%;
    position: fixed;
    background: linear-gradient(45deg, rgba(143, 221, 228, 0.8), rgba(187, 233, 222, 0.8), #F7F7C1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    top: 0;
    right: 0;
    height: 100vh;
    transform: translateX(150%);
    transition: 0.5s;
    opacity: 0;
    overflow: hidden;
    min-width: 50vw;
  }
  .header .hd_inner_block.is-active {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .header .hd_inner_block {
    width: 100%;
  }
}
.header .hd_inner_block .logo_hd {
  width: 16.7%;
  min-width: 160px;
  display: block;
}
@media (max-width: 1024px) {
  .header .hd_inner_block .logo_hd {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav {
    width: 100%;
    overflow: auto;
  }
}
.header .hd_inner_block .nav .nav_inner {
  display: flex;
  align-items: center;
  gap: 5vw;
  justify-content: end;
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner {
    width: 100%;
    flex-flow: column;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner .nav_wrap {
    width: 100%;
    display: block;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd {
  display: flex;
  gap: 2.5vw;
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd {
    flex-flow: column;
    width: 100%;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd li.current a {
  color: #01AE52;
}
.header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd li a {
  display: block;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
  color: #222222;
}
.header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd li a:hover {
  opacity: 1;
  color: #01AE52;
}
@media (max-width: 768px) {
  .header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd li a:hover {
    color: #222222;
  }
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner .nav_wrap ul.nav_hd li a {
    padding: 2.5% 5%;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_contact {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner .nav_contact {
    flex-flow: column;
    row-gap: 20px;
    width: 100%;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_contact .nav_tell {
  display: block;
}
.header .hd_inner_block .nav .nav_inner .nav_contact .nav_tell a.hd_tel {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header .hd_inner_block .nav .nav_inner .nav_contact .nav_tell a.hd_tel {
    pointer-events: all;
    cursor: pointer;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_contact .nav_tell a.hd_tel p {
  color: #222222;
  font-family: "Amaranth", sans-serif;
  font-size: clamp(2rem, 0.6954102921vw + 1.7913769124rem, 2.3125rem);
  line-height: 1;
  letter-spacing: 0.03em;
}
.header .hd_inner_block .nav .nav_inner .nav_contact .nav_tell .txt_hd_time {
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con {
  display: flex;
  flex-flow: column;
  background: #01AE52;
  align-items: center;
  justify-items: center;
  padding: 1.4vw 2vw;
  row-gap: 10px;
  position: relative;
  z-index: 0;
}
.header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con:hover::after {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con:hover::after {
    display: none;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #F7F7C1, #BBE9DF, #8FDDE4);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con {
    gap: 1em;
    flex-flow: row;
    width: 100%;
    justify-content: center;
    padding: 20px 2vw;
  }
}
.header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con p {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con span {
  display: block;
  width: 2.36vw;
  height: 1.87vw;
  min-width: 20px;
  display: flex;
  align-items: center;
  max-width: 40px;
}
.header .hd_inner_block .nav .nav_inner .nav_contact a.btn_hd_con span svg {
  display: block;
  width: 100%;
}

.sp_inst_btn {
  display: none;
}
@media (max-width: 480px) {
  .sp_inst_btn {
    display: flex;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
    align-items: center;
    justify-content: center;
    z-index: 0;
    overflow: hidden;
  }
  .sp_inst_btn::before { /*グラデーションを重ねるため*/
    content: "";
    position: absolute; /*絶対配置*/
    top: 23px; /*ずらす*/
    left: -18px; /*ずらす*/
    width: 60px; /*グラデーションカバーの幅*/
    height: 60px; /*グラデーションカバーの高さ*/
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
  }
  .sp_inst_btn img {
    display: block;
    width: 80%;
    height: 80%;
    aspect-ratio: 1/1;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
div.mainimg {
  display: block;
}
div.mainimg div.mainimg_top {
  display: block;
}
div.mainimg div.mainimg_top div.mv_inner {
  display: flex;
  height: 55.2vh;
  min-height: 200px;
  background: url("../images/mv-bg_01.jpg") bottom/cover no-repeat;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  div.mainimg div.mainimg_top div.mv_inner {
    height: 35.2vh;
  }
}
div.mainimg div.mainimg_top div.mv_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/line_01.svg") bottom/cover no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
div.mainimg div.mainimg_top div.mv_inner h1.main_ttl_top {
  display: block;
  font-size: clamp(1.25rem, 2.2253129346vw + 0.5824061196rem, 2.25rem);
  font-weight: 600;
  color: #01AE52;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 10% 5% 0 6.9vw;
}
div.mainimg div.mainimg_top div.top_movie_wrap {
  position: relative;
  height: 85vh;
}
div.mainimg div.mainimg_top div.top_movie_wrap div.top_movi_inner {
  position: fixed;
  min-width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: -1;
  overflow: hidden;
}
div.mainimg div.mainimg_top div.top_movie_wrap div.top_movi_inner .youtube_inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  overflow: hidden;
  aspect-ratio: 16/9 !important;
}
div.mainimg div.mainimg_top div.top_movie_wrap div.top_movi_inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}

div.flowing_txt_wrap {
  position: relative;
  display: flex;
  margin-inline: calc(50% - 50vw);
}
div.flowing_txt_wrap .ttl_en_top {
  font-size: clamp(5rem, 15.2990264256vw + 0.4102920723rem, 11.875rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  mix-blend-mode: overlay;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  line-height: 0.72;
}
div.flowing_txt_wrap.char_sp_nav {
  display: none;
}
@media (max-width: 1024px) {
  div.flowing_txt_wrap.char_sp_nav {
    display: flex;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  div.flowing_txt_wrap.char_sp_nav h2.ttl_en_top {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
  }
}

.flowing_txt {
  display: flex;
}
.flowing_txt span {
  display: inline-block;
  white-space: nowrap;
}
.flowing_txt.left {
  animation: loop_text_left 40s linear infinite;
}
.flowing_txt.right {
  animation: loop_text_right 40s linear infinite;
  padding-top: 1.2rem;
}

.flowing_txt_wrap {
  position: absolute;
  top: 0%;
}
@media (max-width: 1024px) {
  .flowing_txt_wrap {
    bottom: 0;
    top: auto;
  }
}

@keyframes loop_text_left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop_text_right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*下層MV*/
div.other_main {
  position: relative;
  z-index: 0;
  height: 69vh;
  min-height: 300px;
}
@media (max-width: 768px) {
  div.other_main {
    height: 40vh;
  }
}
div.other_main h1.other_ttl_top {
  padding-top: 26vh;
  display: block;
  padding-left: 4.8vw;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  div.other_main h1.other_ttl_top {
    padding-top: 20vh;
    row-gap: 15px;
  }
}
div.other_main h1.other_ttl_top .other_ttl_en {
  text-transform: uppercase;
  display: block;
  font-size: clamp(3.125rem, 11.40472879vw + -0.296418637rem, 8.25rem);
  font-family: "Roboto", sans-serif;
  line-height: 0.8;
  font-weight: 600;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 5%;
  z-index: 0;
}
div.other_main h1.other_ttl_top .other_ttl_en::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
div.other_main h1.other_ttl_top .other_ttl_ja {
  display: block;
  font-size: clamp(1.375rem, 2.7816411683vw + 0.5405076495rem, 2.625rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transition: 0.4s;
  padding-left: 5%;
}
div.other_main .bg_mv_ttl {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, #8FDDE4, #BBE9DF, #F7F7C1);
  top: 0;
  left: 0;
  transform: translateX(0);
}
div.other_main div.other_top_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
div.other_main div.other_top_inner .mv_cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}
div.other_main div.other_top_inner img {
  display: block;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background: #ffffff;
}
.footer .ft_contact_wrap {
  display: block;
  background: url("../images/ft_bg.jpg") bottom right/cover no-repeat;
  padding: 120px 12.5vw 150px 7vw;
}
@media (max-width: 1024px) {
  .footer .ft_contact_wrap {
    padding: 90px 5% 100px;
  }
}
@media (max-width: 768px) {
  .footer .ft_contact_wrap {
    padding: 45px 5% 70px;
  }
}
.footer .ft_contact_wrap h2.ttl_ft_en {
  display: block;
  font-size: clamp(3.75rem, 11.1265646732vw + 0.4120305981rem, 8.75rem);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(153, 223, 186, 0.5);
  mix-blend-mode: hard-light;
}
@media (max-width: 1024px) {
  .footer .ft_contact_wrap h2.ttl_ft_en {
    text-align: center;
  }
}
.footer .ft_contact_wrap .ft_contact_inner {
  display: flex;
  padding-top: 60px;
  gap: 10vw;
}
@media (max-width: 1024px) {
  .footer .ft_contact_wrap .ft_contact_inner {
    flex-flow: column;
    row-gap: 40px;
  }
}
.footer .ft_contact_wrap .ft_contact_inner div.ft_contact_texts {
  display: flex;
  flex-flow: column;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  .footer .ft_contact_wrap .ft_contact_inner div.ft_contact_texts {
    row-gap: 20px;
    align-items: center;
  }
}
.footer .ft_contact_wrap .ft_contact_inner div.ft_contact_texts h3.ttl_ft_ja {
  display: block;
  font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer .ft_contact_wrap .ft_contact_inner div.ft_contact_texts h3.ttl_ft_ja {
    text-align: center;
  }
}
.footer .ft_contact_wrap .ft_contact_inner .ft_contact_links {
  display: flex;
  row-gap: 35px;
  flex-flow: column;
}
@media (max-width: 1024px) {
  .footer .ft_contact_wrap .ft_contact_inner .ft_contact_links {
    flex-flow: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer .ft_contact_wrap .ft_contact_inner .ft_contact_links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .ft_contact_wrap .ft_contact_inner .ft_contact_links div.ft_tell {
  display: block;
}
@media (max-width: 768px) {
  .footer .ft_contact_wrap .ft_contact_inner .ft_contact_links div.ft_tell {
    text-align: center;
  }
}
.footer .ft_contact_wrap .ft_contact_inner .ft_contact_links div.ft_tell a.ft_tel {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer .ft_contact_wrap .ft_contact_inner .ft_contact_links div.ft_tell a.ft_tel {
    pointer-events: all;
    cursor: pointer;
  }
}
.footer .ft_contact_wrap .ft_contact_inner .ft_contact_links div.ft_tell a.ft_tel p {
  color: #ffffff;
  font-family: "Amaranth", sans-serif;
  font-size: clamp(2rem, 3.0598052851vw + 1.0820584145rem, 3.375rem);
  line-height: 1;
  letter-spacing: 0.03em;
}
.footer .ft_contact_wrap .ft_contact_inner .ft_contact_links div.ft_tell p.txt_ft_time {
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 5px;
}
.footer div.ft_content {
  display: block;
  background: #ffffff;
  padding: 84px 7.6vw 66px 6.25vw;
}
@media screen and (max-width: 1360px) {
  .footer div.ft_content {
    padding: 84px 5% 66px;
  }
}
@media screen and (max-width: 1250px) {
  .footer div.ft_content {
    padding: 84px 5% 66px;
  }
}
@media (max-width: 768px) {
  .footer div.ft_content {
    padding: 30px 5% 50px;
  }
}
.footer div.ft_content div.ft_company_wrap {
  display: flex;
  gap: 4.7vw;
  align-items: center;
}
@media (max-width: 480px) {
  .footer div.ft_content div.ft_company_wrap {
    flex-flow: column;
    row-gap: 25px;
    align-items: start;
  }
}
.footer div.ft_content div.ft_company_wrap a.ft_logo {
  display: block;
  width: 18.4vw;
  max-width: 265px;
  min-width: 200px;
}
.footer div.ft_content div.ft_company_wrap a.ft_logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer div.ft_content div.ft_company_wrap ul.sns_link_list {
  display: flex;
  gap: 2.5vw;
  align-items: center;
}
.footer div.ft_content div.ft_company_wrap ul.sns_link_list li.li_sns {
  width: 40px;
}
.footer div.ft_content div.ft_company_wrap ul.sns_link_list li.li_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer div.ft_content div.ft_company_wrap ul.sns_link_list li.li_sns a:hover img {
  transform: scale(1.05);
}
.footer div.ft_content div.ft_company_wrap ul.sns_link_list li.li_sns a img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.footer div.ft_content div.ft_detail_content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer div.ft_content div.ft_detail_content {
    flex-flow: column;
    row-gap: 50px;
  }
}
.footer div.ft_content div.ft_detail_content div.ft_address_wrap {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .footer div.ft_content div.ft_detail_content div.ft_address_wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: end;
  }
}
@media (max-width: 768px) {
  .footer div.ft_content div.ft_detail_content div.ft_address_wrap {
    flex-flow: column;
    row-gap: 20px;
    align-items: start;
  }
}
.footer div.ft_content div.ft_detail_content div.ft_address_wrap p.txt_ft_address {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.footer div.ft_content div.ft_detail_content div.ft_address_wrap p.txt_ft_address span {
  display: block;
  font-weight: bold;
}
.footer div.ft_content div.ft_detail_content div.ft_address_wrap div.copyright {
  display: block;
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #939393;
  letter-spacing: 0.05em;
}
.footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap {
  display: flex;
  gap: 4vw;
}
@media (max-width: 1199px) {
  .footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap {
    width: 100%;
    justify-content: space-between;
    border-top: solid 1px #222222;
    padding-top: 20px;
    gap: 2vw;
  }
}
@media (max-width: 768px) {
  .footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap {
    display: none;
  }
}
.footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap li.li_ft_nav {
  font-weight: 500;
  display: flex;
  flex-flow: column;
  row-gap: 25px;
}
.footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap li.li_ft_nav a.ft_nav_top {
  color: #222222;
  font-size: clamp(0.875rem, 0.4172461752vw + 0.7498261474rem, 1.0625rem);
  font-family: "Noto Sans JP", sans-serif;
}
.footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap li.li_ft_nav ul.list_ft_inner {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
.footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap li.li_ft_nav ul.list_ft_inner li.li_nav_in a {
  color: #222222;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  padding: 2.5px 0;
  gap: 2px;
}
.footer div.ft_content div.ft_detail_content ul.ft_nav_list_wrap li.li_ft_nav ul.list_ft_inner li.li_nav_in a::before {
  content: "-";
  display: block;
}

/*-------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------*/
.main {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

/*-------------------------------------------------------------------------------
  COMMON
--------------------------------------------------------------------------------*/
br.sp_hidden {
  display: block;
}
@media (max-width: 768px) {
  br.sp_hidden {
    display: none;
  }
}

.icon_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 113.9%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -1;
  opacity: 0.6;
  overflow: hidden;
}
.icon_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 1.5s;
}
.icon_wrap.is-show::before {
  transform: translateX(250%);
  opacity: 0;
}
@media (max-width: 768px) {
  .icon_wrap {
    width: 180%;
  }
}
.icon_wrap img {
  display: block;
  width: 100% !important;
}
.icon_wrap.top_company {
  width: 117.29%;
  top: auto;
  bottom: 0;
}
.icon_wrap.top_news {
  z-index: -1;
  width: 61.8vw;
  top: auto;
  bottom: 0;
  left: 0;
  transform: translate(0);
}
.icon_wrap.other_top {
  width: 100%;
  opacity: 0.5;
}

.img_parallax {
  z-index: 0;
}

.img_parallax img {
  filter: blur(10px);
  transition: filter 0.8s ease;
  opacity: 0;
}

.img_parallax.is-visible img {
  filter: blur(0);
  opacity: 1;
}

.down span {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -30px);
  display: block;
}

.boxer {
  display: block;
  width: 100%;
  height: 100%;
}
.boxer:hover img {
  transform: scale(1.05);
}
.boxer img {
  transition: 0.3s;
}

.btn_cmn_more {
  display: flex;
  width: 23vw;
  max-width: 380px;
  min-width: 270px;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1rem;
  gap: 1rem;
  position: relative;
  border: solid #ffffff 2px;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
  overflow: hidden;
  transition: 0.4s;
  z-index: 1;
}
.btn_cmn_more.char_ft {
  width: 100%;
}
.btn_cmn_more p {
  white-space: nowrap;
}
.btn_cmn_more:hover {
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 768px) {
  .btn_cmn_more:hover {
    color: #ffffff;
  }
}
.btn_cmn_more:hover::before {
  width: 150%;
}
@media (max-width: 768px) {
  .btn_cmn_more:hover::before {
    display: none;
  }
}
.btn_cmn_more:hover span svg path {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .btn_cmn_more:hover span svg path {
    fill: #ffffff;
  }
}
.btn_cmn_more::before {
  content: "";
  display: block;
  position: absolute;
  background: #01AE52;
  z-index: -1;
  top: 0;
  left: -25%;
  width: 0;
  height: 110%;
  transition: 0.4s;
  transform: skewX(-50deg);
}
.btn_cmn_more.char_404 {
  margin-top: 40px;
}
.btn_cmn_more.char_green {
  border: solid #01AE52 2px;
  color: #01AE52;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.5);
  margin-right: auto;
}
.btn_cmn_more.char_green:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 768px) {
  .btn_cmn_more.char_green:hover {
    color: #01AE52;
  }
}
.btn_cmn_more.char_green:hover::before {
  width: 150%;
}
@media (max-width: 768px) {
  .btn_cmn_more.char_green:hover::before {
    display: none;
  }
}
.btn_cmn_more.char_green:hover span svg path {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .btn_cmn_more.char_green:hover span svg path {
    fill: #01AE52;
  }
}
.btn_cmn_more.char_green span svg path {
  fill: #01AE52;
  transition: 0.4s;
}
.btn_cmn_more.char_green.center {
  margin: auto;
}
.btn_cmn_more span {
  display: block;
  width: 1vw;
  height: 1vw;
  min-width: 15px;
  min-height: 15px;
}
.btn_cmn_more span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn_cmn_more span svg path {
  fill: #ffffff;
}

p.cmn_txt {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
p.cmn_txt.char_mt {
  margin-top: 50px;
}
p.cmn_txt.char_white {
  color: #ffffff;
}
p.cmn_txt.char_form {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  p.cmn_txt.char_form {
    margin-bottom: 10px;
  }
}
p.cmn_txt.char_con {
  margin-top: 40px;
}

h2.ttl_cmn_en {
  display: block;
  font-size: clamp(3.75rem, 13.9082058414vw + -0.4224617524rem, 10rem);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: rgba(1, 170, 82, 0.5);
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  h2.ttl_cmn_en br {
    display: none;
  }
}
@media (max-width: 480px) {
  h2.ttl_cmn_en br {
    display: block;
  }
}
h2.ttl_cmn_en.char_our {
  margin-left: 23vw;
}
@media (max-width: 1024px) {
  h2.ttl_cmn_en.char_our {
    margin-left: 5%;
  }
}
h2.ttl_cmn_en.char_right {
  margin-right: 14.8vw;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  h2.ttl_cmn_en.char_right {
    margin-right: 5%;
  }
}
h2.ttl_cmn_en.char_news {
  font-size: clamp(2.8125rem, 5.702364395vw + 1.1017906815rem, 5.375rem);
  white-space: nowrap;
}
h2.ttl_cmn_en.char_rec {
  width: -moz-fit-content;
  width: fit-content;
}
h2.ttl_cmn_en .small_ttl_en {
  display: block;
  font-size: clamp(1.125rem, 2.5034770515vw + 0.3739568846rem, 2.25rem);
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
@media (max-width: 1199px) {
  h2.ttl_cmn_en .small_ttl_en {
    text-align: left;
  }
}

div.ttl_wrap_ja_en {
  display: flex;
  flex-flow: column;
  row-gap: 2vw;
}
div.ttl_wrap_ja_en.char_about {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

h3.ttl_cmn_ja {
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.0625rem, 1.8080667594vw + 0.5200799722rem, 1.875rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 500;
}
h3.ttl_cmn_ja.char_news {
  white-space: nowrap;
}
@media (max-width: 1199px) {
  h3.ttl_cmn_ja {
    gap: 10px;
  }
}
h3.ttl_cmn_ja::after {
  content: "";
  display: block;
  width: 7vw;
  height: 1px;
  background: #01AE52;
}

div.vertical_block {
  display: block;
  margin-top: -10%;
}
@media (max-width: 1024px) {
  div.vertical_block {
    position: absolute;
    right: 2%;
    top: -100px;
    margin-top: 0;
  }
}
div.vertical_block.char_rec {
  margin-left: -5%;
}
@media (max-width: 1024px) {
  div.vertical_block.char_rec {
    margin-left: auto;
    top: -120px;
  }
}
div.vertical_block.char_rec p.txt_vertical {
  white-space: nowrap;
}
div.vertical_block.char_rec p.txt_vertical span:nth-child(2) {
  padding-top: 1em;
}
div.vertical_block p.txt_vertical {
  display: flex;
  flex-direction: row-reverse;
  white-space: nowrap;
}
div.vertical_block p.txt_vertical span {
  display: block;
  writing-mode: vertical-lr;
  font-size: clamp(1.125rem, 2.2253129346vw + 0.4574061196rem, 2.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
div.vertical_block p.txt_vertical span:nth-child(2) {
  padding-top: 2.5em;
}

.content_sub_ttl {
  display: flex;
  flex-flow: column;
}
.content_sub_ttl span {
  display: block;
  font-size: clamp(1.125rem, 2.2253129346vw + 0.4574061196rem, 2.125rem);
  list-style: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}

table.cmn_tbl.works_no-img {
  margin-top: 120px;
}
@media (max-width: 768px) {
  table.cmn_tbl.works_no-img {
    margin-top: 60px;
  }
}
table.cmn_tbl.works_no-img tbody tr th {
  padding: 1.5em 2em;
}
table.cmn_tbl.char_g tbody tr {
  background: rgba(1, 170, 82, 0.1);
}
table.cmn_tbl.char_g tbody tr:nth-child(2n) {
  background: #ffffff;
}
table.cmn_tbl tbody tr {
  background: #F4F4F4;
}
table.cmn_tbl tbody tr:nth-child(2n) {
  background: #ffffff;
}
table.cmn_tbl tbody tr th {
  padding: 1.5em 2em 1.5em 1em;
  width: 18.5%;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  min-width: 200px;
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: top;
}
@media (max-width: 768px) {
  table.cmn_tbl tbody tr th {
    min-width: 100%;
    display: block;
    border-bottom: dashed 1px #b7b7b7;
    font-weight: bold;
  }
}
table.cmn_tbl tbody tr td {
  padding: 1.5em 2em;
  width: 81.5%;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: top;
}
@media (max-width: 768px) {
  table.cmn_tbl tbody tr td {
    min-width: 100%;
    display: block;
  }
}

h4.ttl_round_gradation {
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 1.3908205841vw + 0.7077538248rem, 1.75rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-left: -5%;
}
h4.ttl_round_gradation.char_job {
  margin-left: 0;
}
h4.ttl_round_gradation.char_position {
  position: absolute;
  top: -5.8vw;
  left: 0;
}
h4.ttl_round_gradation.char_position_r {
  position: absolute;
  top: -5.8vw;
  right: 0;
}
h4.ttl_round_gradation::before {
  content: "";
  display: block;
  width: 11.6vw;
  height: 11.6vw;
  border-radius: 50%;
  background: linear-gradient(45deg, #8FDDE4, #BBE9DF, #F7F7C1);
  max-width: 170px;
  max-height: 170px;
  min-width: 35px;
  min-height: 35px;
  margin-right: -1.5em;
}

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

.entry_btn_wrap {
  display: block;
  margin-top: 45px;
}

.nothing_wrap {
  display: block;
  margin-top: 40px;
  min-height: 300px;
}
@media (max-width: 768px) {
  .nothing_wrap {
    min-height: 150px;
  }
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
div.swiper_block {
  margin-top: 60px;
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  div.swiper_block {
    padding-bottom: 60px;
  }
}
div.swiper_block div.swiper {
  width: 100%;
  display: block;
}
div.swiper_block div.swiper ul.swiper-wrapper {
  display: flex;
  width: 100%;
  gap: 2.42%;
}
@media (max-width: 768px) {
  div.swiper_block div.swiper ul.swiper-wrapper {
    gap: 0;
    justify-content: initial;
    width: auto;
  }
}
div.swiper_block div.swiper ul.swiper-wrapper li.swiper-slide {
  display: block;
  width: 18.06%;
}
@media (max-width: 768px) {
  div.swiper_block div.swiper ul.swiper-wrapper li.swiper-slide {
    width: auto;
    flex-shrink: 0;
  }
}
div.swiper_block div.swiper ul.swiper-wrapper li.swiper-slide a.works_link_block {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  row-gap: 30px;
}
div.swiper_block div.swiper ul.swiper-wrapper li.swiper-slide a.works_link_block .works_img {
  overflow: hidden;
}
div.swiper_block div.swiper ul.swiper-wrapper li.swiper-slide a.works_link_block .works_img img {
  transition: 0.3s;
}
div.swiper_block div.swiper ul.swiper-wrapper li.swiper-slide a.works_link_block:hover .works_img img {
  transform: scale(1.05);
}
div.swiper_block .arrow_wraper {
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  width: 50vw;
  left: 8.33vw;
}
@media (max-width: 768px) {
  div.swiper_block .arrow_wraper {
    width: 100%;
    left: 0;
  }
}
div.swiper_block .slider__scrollbar {
  position: relative;
  height: 5px;
  background: #ffffff;
  width: 100%;
}
div.swiper_block .slider__btn {
  min-width: 30px; /* 最小サイズを設定 */
  background-color: #01AE52;
  border-radius: 0;
  height: 100%;
}

section.top_service_sec {
  display: block;
  padding-top: 115px;
}
section.top_service_sec .top_service_inner {
  display: flex;
  gap: 7vw;
}
@media (max-width: 1024px) {
  section.top_service_sec .top_service_inner {
    flex-flow: column;
    padding: 0 5%;
    position: relative;
  }
}
section.top_service_sec div.top_service_wrap {
  display: flex;
  margin-top: 50px;
  width: 70vw;
  gap: 8vw;
  margin-left: 7.5vw;
}
@media (max-width: 1024px) {
  section.top_service_sec div.top_service_wrap {
    width: 100%;
    margin: auto;
    flex-flow: column;
    row-gap: 50px;
  }
}
section.top_service_sec div.top_service_wrap div.img_wrap_top {
  width: 29.5vw;
  min-width: 400px;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  section.top_service_sec div.top_service_wrap div.img_wrap_top {
    min-width: 75%;
  }
}
section.top_service_sec div.top_service_wrap div.img_wrap_top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.top_service_sec div.top_service_wrap div.top_txt_wrap {
  display: flex;
  flex-flow: column;
  row-gap: 60px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  section.top_service_sec div.top_service_wrap div.top_txt_wrap {
    width: 100%;
    padding-top: 0;
    row-gap: 30px;
  }
}

section.top_works_sec {
  background: #F4F4F4;
  padding: 95px 0 85px;
  position: relative;
  z-index: 0;
  margin-top: 155px;
}
@media (max-width: 768px) {
  section.top_works_sec {
    margin-top: 80px;
    padding: 60px 0 85px;
  }
}
section.top_works_sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  height: 100%;
  width: 13vw;
  z-index: -1;
}
section.top_works_sec div.works_content_block {
  padding: 0 3.8vw 0 7.5vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.top_works_sec div.works_content_block {
    width: 100%;
    padding: 0 5%;
    flex-flow: column;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
section.top_works_sec div.works_content_block div.top_works_texts {
  width: 35%;
  display: flex;
  flex-flow: column;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  section.top_works_sec div.works_content_block div.top_works_texts {
    width: 100%;
  }
}
section.top_company_sec {
  padding: 175px 12vw 155px 7.5vw;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.top_company_sec {
    padding: 80px 5% 80px;
  }
}
section.top_company_sec div.wrap_top_company {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.top_company_sec div.wrap_top_company {
    flex-flow: column;
    flex-direction: column-reverse;
    row-gap: 50px;
    margin-top: 50px;
  }
}
section.top_company_sec div.wrap_top_company div.top_company_texts {
  width: 35%;
  display: flex;
  flex-flow: column;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  section.top_company_sec div.wrap_top_company div.top_company_texts {
    width: 100%;
  }
}
section.top_company_sec div.wrap_top_company div.top_company_img {
  display: block;
  width: 39.3vw;
  min-width: 400px;
  overflow: hidden;
  aspect-ratio: 1/0.733;
}
@media (max-width: 1024px) {
  section.top_company_sec div.wrap_top_company div.top_company_img {
    min-width: 100%;
  }
}
section.top_company_sec div.wrap_top_company div.top_company_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.top_recruit_sec {
  position: relative;
  z-index: 0;
  z-index: 0;
  background: #F4F4F4;
}
section.top_recruit_sec::before {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  background: #ffffff;
  z-index: -1;
}
section.top_recruit_sec::after {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  left: 0;
  top: 0;
  width: 13vw;
  height: 100%;
}
section.top_recruit_sec div.wrap_top_recruit {
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  section.top_recruit_sec div.wrap_top_recruit {
    width: 100%;
    padding: 0 5%;
    flex-flow: column;
    row-gap: 50px;
  }
}
section.top_recruit_sec div.wrap_top_recruit::before {
  content: "";
  display: block;
  height: 45px;
  width: 87%;
  position: absolute;
  background: #ffffff;
  bottom: 0;
  right: 0;
  z-index: -1;
}
section.top_recruit_sec div.wrap_top_recruit div.top_recruit_img_wrap {
  display: flex;
  margin-top: 95px;
}
@media (max-width: 1024px) {
  section.top_recruit_sec div.wrap_top_recruit div.top_recruit_img_wrap {
    position: relative;
    width: 100%;
  }
}
section.top_recruit_sec div.wrap_top_recruit div.top_recruit_img_wrap div.top_recruit_img {
  display: block;
  width: 46.5vw;
  aspect-ratio: 1/0.736;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.top_recruit_sec div.wrap_top_recruit div.top_recruit_img_wrap div.top_recruit_img {
    width: 100%;
  }
}
section.top_recruit_sec div.wrap_top_recruit div.top_recruit_img_wrap div.top_recruit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.top_recruit_sec div.wrap_top_recruit div.top_recruit_texts {
  display: flex;
  flex-flow: column;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  section.top_recruit_sec div.wrap_top_recruit div.top_recruit_texts {
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  section.top_recruit_sec div.wrap_top_recruit div.top_recruit_texts {
    row-gap: 30px;
  }
}

section.top_news_sec {
  display: block;
  padding: 134px 9vw 285px 7.6vw;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.top_news_sec {
    padding: 80px 5% 105px;
  }
}
section.top_news_sec .news_all {
  display: flex;
  gap: 5.5vw;
}
@media (max-width: 1024px) {
  section.top_news_sec .news_all {
    flex-flow: column;
  }
}
section.top_news_sec .news_all div.news_ttls_block {
  display: flex;
  flex-flow: column;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  section.top_news_sec .news_all div.news_ttls_block {
    row-gap: 15px;
  }
}
section.top_news_sec .news_all div.news_wrap {
  display: block;
  padding-right: 2.5vw;
  max-height: 400px;
  overflow: auto;
  width: 73.2%;
}
@media (max-width: 1024px) {
  section.top_news_sec .news_all div.news_wrap {
    width: 100%;
  }
}
section.top_news_sec .news_all div.news_wrap::-webkit-scrollbar {
  width: 5px;
}
section.top_news_sec .news_all div.news_wrap::-webkit-scrollbar-track {
  background: #F3F3F3;
}
section.top_news_sec .news_all div.news_wrap::-webkit-scrollbar-thumb {
  background: #01AE52;
}
section.top_news_sec .news_all div.news_wrap ul.news_list {
  display: flex;
  flex-flow: column;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news {
  display: flex;
  gap: 2.7vw;
  border-bottom: solid 1px #BCBCBC;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news:first-child .news_more_link {
  padding-top: 0;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news a.news_more_link {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news a.news_more_link:hover::before {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 768px) {
  section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news a.news_more_link:hover::before {
    display: none;
  }
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news a.news_more_link::before {
  content: "";
  display: block;
  background: #F4F4F4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: ease-in-out 0.5s;
  transform: translateX(-150%);
  opacity: 0;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link {
  display: flex;
  gap: 2.7vw;
  padding: 2rem 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link {
    flex-flow: column;
  }
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_ttl_blok {
  display: flex;
  row-gap: 13px;
  flex-flow: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #73D29F;
  white-space: nowrap;
}
@media (max-width: 768px) {
  section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_ttl_blok {
    flex-flow: row;
    align-items: end;
    gap: 5px;
  }
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_ttl_blok span.y_m {
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_ttl_blok span.day {
  font-size: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
  letter-spacing: 0;
  line-height: 1;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_txt_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5vw;
  width: 100%;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_txt_content div.news_txt_inner {
  color: #222222;
  width: 90%;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_txt_content div.news_txt_inner h4 {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_txt_content div.news_txt_inner p {
  display: block;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_txt_content span.news_arrow_wrap {
  display: block;
  width: 1.73vw;
  height: 1.73vw;
  min-width: 20px;
  min-height: 20px;
}
section.top_news_sec .news_all div.news_wrap ul.news_list li.li_news .news_more_link div.news_txt_content span.news_arrow_wrap svg path {
  fill: #73D29F;
}

/*-------------------------------------------------------------------------------
  SERVICE
--------------------------------------------------------------------------------*/
section.service_intr_sec {
  display: block;
  padding: 140px 14.65vw 75px 0;
}
@media (max-width: 1024px) {
  section.service_intr_sec {
    padding: 140px 5% 50px;
  }
}
@media (max-width: 768px) {
  section.service_intr_sec {
    padding-top: 70px;
  }
}
section.service_intr_sec div.service_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.service_intr_sec div.service_inner {
    flex-flow: column;
    row-gap: 40px;
  }
}
section.service_intr_sec div.service_inner div.img_wrap_top {
  display: block;
  width: 33.4vw;
  aspect-ratio: 1/1.224;
  margin-top: 10%;
}
@media (max-width: 1024px) {
  section.service_intr_sec div.service_inner div.img_wrap_top {
    margin-top: 0;
    width: 80%;
    margin: auto;
  }
}
section.service_intr_sec div.service_inner div.img_wrap_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.service_intr_sec div.service_inner div.txt_wrap {
  width: 44vw;
  display: flex;
  flex-flow: column;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  section.service_intr_sec div.service_inner div.txt_wrap {
    width: 100%;
    row-gap: 35px;
  }
}

section.construction_sec {
  padding: 0 11.8vw 0;
}
@media (max-width: 1024px) {
  section.construction_sec {
    padding: 0 5%;
    display: block;
  }
}
section.construction_sec ul.list_construction {
  display: block;
  width: 100%;
}
section.construction_sec ul.list_construction li.li_construction {
  background: #F4F4F4;
  display: flex;
  padding: 5.5vw;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  section.construction_sec ul.list_construction li.li_construction {
    flex-flow: column;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  section.construction_sec ul.list_construction li.li_construction {
    row-gap: 25px;
  }
}
section.construction_sec ul.list_construction li.li_construction:not(:last-child) {
  margin-bottom: 65px;
}
section.construction_sec ul.list_construction li.li_construction:nth-child(2n) {
  flex-direction: row;
}
@media (max-width: 1024px) {
  section.construction_sec ul.list_construction li.li_construction:nth-child(2n) {
    flex-flow: column;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  section.construction_sec ul.list_construction li.li_construction:nth-child(2n) {
    row-gap: 25px;
  }
}
section.construction_sec ul.list_construction li.li_construction div.construction_img {
  display: block;
  width: 37.2%;
  aspect-ratio: 1/1.229;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.construction_sec ul.list_construction li.li_construction div.construction_img {
    width: 100%;
  }
}
section.construction_sec ul.list_construction li.li_construction div.construction_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.construction_content {
  display: block;
  width: 55.3%;
}
@media (max-width: 1024px) {
  div.construction_content {
    width: 100%;
  }
}
div.construction_content.char_other {
  width: 54.8%;
}
@media (max-width: 768px) {
  div.construction_content.char_other {
    width: 100%;
  }
}
div.construction_content.char_other h3.ttl_construction {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
}
div.construction_content h3.ttl_construction {
  display: block;
  font-size: clamp(1.25rem, 1.1126564673vw + 0.9162030598rem, 1.75rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: solid 1px #222222;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  div.construction_content h3.ttl_construction {
    margin-bottom: 20px;
  }
}

section.other_work_sec {
  display: block;
  padding: 155px 7.6vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.other_work_sec {
    padding: 155px 5% 60px;
  }
}
@media (max-width: 768px) {
  section.other_work_sec {
    padding: 65px 5% 60px;
  }
}
section.other_work_sec .icon_wrap.top_company {
  top: 0;
  bottom: auto;
}
section.other_work_sec ul.list_other_work {
  display: block;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.other_work_sec ul.list_other_work {
    margin-top: 50px;
  }
}
section.other_work_sec ul.list_other_work.char_movie li.li_other_work {
  flex-flow: column;
  flex-direction: column-reverse;
  gap: 0;
}
section.other_work_sec ul.list_other_work.char_movie li.li_other_work:nth-child(2n) {
  flex-flow: column;
  flex-direction: column-reverse;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  section.other_work_sec ul.list_other_work.char_movie li.li_other_work:nth-child(2n) {
    flex-flow: column;
    row-gap: 40px;
  }
}
section.other_work_sec ul.list_other_work.char_movie li.li_other_work .other_work_img {
  width: 100%;
}
section.other_work_sec ul.list_other_work.char_movie li.li_other_work .other_work_img iframe {
  display: block;
  width: 100%;
  height: 100%;
}
section.other_work_sec ul.list_other_work.char_movie li.li_other_work .construction_content {
  width: 100%;
}
section.other_work_sec ul.list_other_work li.li_other_work {
  background: #F4F4F4;
  display: flex;
  padding: 5.5vw;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 58.8vw;
}
@media (max-width: 1024px) {
  section.other_work_sec ul.list_other_work li.li_other_work {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.other_work_sec ul.list_other_work li.li_other_work {
    flex-flow: column;
    row-gap: 40px;
  }
}
section.other_work_sec ul.list_other_work li.li_other_work:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  section.other_work_sec ul.list_other_work li.li_other_work:not(:last-child) {
    margin-bottom: 30px;
  }
}
section.other_work_sec ul.list_other_work li.li_other_work:nth-child(2n) {
  flex-direction: row;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  section.other_work_sec ul.list_other_work li.li_other_work:nth-child(2n) {
    flex-flow: column;
    row-gap: 40px;
  }
}
section.other_work_sec ul.list_other_work li.li_other_work div.other_work_img {
  display: block;
  width: 38.7%;
  aspect-ratio: 1/0.724;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.other_work_sec ul.list_other_work li.li_other_work div.other_work_img {
    width: 100%;
    aspect-ratio: 1/0.724 !important;
  }
}
section.other_work_sec ul.list_other_work li.li_other_work div.other_work_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.areas_sec {
  display: block;
  padding: 0 7.6vw 0 6.25vw;
}
@media (max-width: 1024px) {
  section.areas_sec {
    padding: 0 5%;
  }
}
section.areas_sec div.area_inner {
  display: flex;
  position: relative;
  align-items: end;
}
@media (max-width: 768px) {
  section.areas_sec div.area_inner {
    flex-flow: column;
    row-gap: 20px;
  }
}
section.areas_sec div.area_inner div.area_img {
  display: block;
  width: 69.75%;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  section.areas_sec div.area_inner div.area_img {
    width: 100%;
  }
}
section.areas_sec div.area_inner div.area_img::before {
  content: "";
  display: block;
  width: 1.11vw;
  height: 1.11vw;
  background: #01AE52;
  border-radius: 50%;
  position: absolute;
  left: 30.52%;
  bottom: 32.05%;
  transform-origin: center;
  animation: cmn-b 2s infinite;
  transition: 0.5s;
  opacity: 1;
}
section.areas_sec div.area_inner div.area_img::after {
  content: "";
  display: block;
  position: relative;
  width: 22.91vw;
  height: 22.91vw;
  background: rgba(1, 174, 82, 0.08);
  border-radius: 50%;
  position: absolute;
  bottom: 11.34%;
  left: 12.36%;
  transform-origin: center;
  animation: cmn-b 2s infinite;
  animation-delay: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media (max-width: 768px) {
  section.areas_sec div.area_inner div.area_img::after {
    bottom: 13.5vw;
    left: 15.5vw;
  }
}
section.areas_sec div.area_inner div.area_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.areas_sec div.area_inner div.area_txt_content {
  display: flex;
  flex-flow: column;
  width: 40.64%;
  margin-left: -10.4%;
  row-gap: 80px;
}
@media (max-width: 768px) {
  section.areas_sec div.area_inner div.area_txt_content {
    width: 100%;
    row-gap: 40px;
  }
}

@keyframes cmn-b {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
section.works_sec {
  display: block;
  padding: 0 8.33vw 240px;
  margin-top: 130px;
  position: relative;
  z-index: 0;
  /*&::before {
    content: '';
    display: block;
    width: 100%;
    background: url("../images/main_bg_02.png") top / contain no-repeat;
    height: 100vh;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 14vh;
  }//before*/
}
@media (max-width: 1024px) {
  section.works_sec {
    padding: 0 5% 110px;
    margin-top: 60px;
  }
}
section.works_sec div.works_inner {
  display: block;
  width: 100%;
}
section.works_sec div.works_inner ul.works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9.2vh 5%;
  margin-top: 80px;
}
@media (max-width: 768px) {
  section.works_sec div.works_inner ul.works_list {
    gap: 9.2vh 4%;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  section.works_sec div.works_inner ul.works_list {
    flex-flow: column;
    gap: 40px;
  }
}
section.works_sec div.works_inner ul.works_list li.li_works {
  display: flex;
  flex-flow: column;
  width: 30%;
  margin-top: -100px;
  padding-top: 100px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  section.works_sec div.works_inner ul.works_list li.li_works {
    width: 48%;
  }
}
@media (max-width: 480px) {
  section.works_sec div.works_inner ul.works_list li.li_works {
    width: 100%;
  }
}

div.works_img {
  width: 100%;
  display: block;
  aspect-ratio: 1/0.723;
  overflow: hidden;
}
div.works_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.works_txt_content {
  display: block;
}
div.works_txt_content p.work_ttl {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}
div.works_txt_content div.work_date_block {
  background: #4FC386;
  padding: 0.35em 0.8em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
div.works_txt_content div.work_date_block .work_date_inner {
  display: flex;
  gap: 2.5px;
}
div.works_txt_content div.work_date_block .work_date_inner span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}

/*-------------------------------------------------------------------------------
  COMPANY
--------------------------------------------------------------------------------*/
section.company_intr_sec {
  padding: 140px 7.6vw 255px 8.4vw;
  position: relative;
  z-index: 0;
  /*&::before {
    content: '';
    display: block;
    width: 100%;
    background: url("../images/main_bg_02.png") top / contain no-repeat;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 14vh;
  }//before*/
}
@media (max-width: 1024px) {
  section.company_intr_sec {
    padding: 140px 5% 50px;
  }
}
@media (max-width: 768px) {
  section.company_intr_sec {
    padding-top: 70px;
  }
}
section.company_intr_sec div.company_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.company_intr_sec div.company_inner {
    flex-flow: column;
    row-gap: 40px;
  }
}
section.company_intr_sec div.company_inner div.img_cmn_message {
  aspect-ratio: 1/1.222;
  display: block;
  overflow: hidden;
  width: 30%;
  margin-top: 10%;
}
@media (max-width: 1024px) {
  section.company_intr_sec div.company_inner div.img_cmn_message {
    width: 80%;
    margin: auto;
  }
}
section.company_intr_sec div.company_inner div.img_cmn_message img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.company_intr_sec div.company_inner div.txt_wrap {
  width: 60%;
  display: flex;
  flex-flow: column;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  section.company_intr_sec div.company_inner div.txt_wrap {
    width: 100%;
    row-gap: 40px;
  }
}
section.company_intr_sec div.company_inner div.txt_wrap div.message_wrap {
  display: flex;
  flex-flow: column;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  section.company_intr_sec div.company_inner div.txt_wrap div.message_wrap {
    row-gap: 30px;
  }
}
section.company_intr_sec div.company_inner div.txt_wrap div.message_wrap p.name_txt {
  display: flex;
  justify-content: right;
  gap: 20px;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  align-items: center;
  line-height: 1;
}
section.company_intr_sec div.company_inner div.txt_wrap div.message_wrap p.name_txt span {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}

section.mission_sec {
  position: relative;
  z-index: 0;
  padding: 0 7.6vw 345px;
  /* &::before {
     content: '';
     display: block;
     background: url("../images/main_bg_03.png") bottom / cover no-repeat;
     position: absolute;
     width: 100%;
     height: 114vh;
     left: 0;
     top: 0;
     z-index: -1;
   }//before/*/
}
@media (max-width: 1024px) {
  section.mission_sec {
    padding: 70px 5% 100px;
  }
}
section.mission_sec .icon_wrap.top_company {
  transform: scaleX(-1) translate(50%, 0);
  left: 50%;
}
section.mission_sec ul.list_mission {
  display: flex;
  flex-flow: column;
  margin-top: 80px;
  row-gap: 60px;
}
@media (max-width: 768px) {
  section.mission_sec ul.list_mission {
    margin-top: 50px;
  }
}
section.mission_sec ul.list_mission li.li_mission {
  background: #F4F4F4;
  padding: 75px 3.5% 85px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.mission_sec ul.list_mission li.li_mission {
    padding: 40px 3.5% 40px;
  }
}
section.mission_sec ul.list_mission li.li_mission::before {
  content: "“";
  display: block;
  top: -5%;
  left: 3.2%;
}
section.mission_sec ul.list_mission li.li_mission::after {
  content: "”";
  display: block;
  bottom: -15%;
  right: 3.2%;
}
section.mission_sec ul.list_mission li.li_mission::before, section.mission_sec ul.list_mission li.li_mission::after {
  color: rgba(1, 170, 82, 0.5);
  font-weight: bold;
  font-size: clamp(3.75rem, 9.4575799722vw + 0.9127260083rem, 8rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0.5;
  position: absolute;
}
section.mission_sec ul.list_mission li.li_mission div.mission_content p.txt_mission {
  font-size: clamp(1rem, 1.1126564673vw + 0.6662030598rem, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 1199px) {
  section.mission_sec ul.list_mission li.li_mission div.mission_content p.txt_mission br {
    display: none;
  }
}
section.mission_sec ul.list_mission li.li_mission div.mission_content p.txt_mission span {
  color: #01AE52;
}

section.about_sec {
  display: block;
  padding: 0 11.8vw;
  position: relative;
}
@media (max-width: 1024px) {
  section.about_sec {
    padding: 40px 5%;
  }
}
section.about_sec.char_job {
  padding: 50px 11.8vw 257px;
}
@media (max-width: 1024px) {
  section.about_sec.char_job {
    padding: 40px 5%;
  }
}

div.round_gradation_gray {
  background: #F4F4F4;
  margin-top: 165px;
  padding: 115px 7.2% 60px 13.6%;
  position: relative;
}
@media (max-width: 1024px) {
  div.round_gradation_gray {
    padding: 85px 5% 60px;
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  div.round_gradation_gray {
    padding-top: 60px;
    margin-top: 40px;
  }
}
div.round_gradation_gray.char_con {
  padding: 85px 7.2% 75px 13.6%;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  div.round_gradation_gray.char_con {
    padding: 65px 5% 60px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  div.round_gradation_gray.char_con {
    margin-top: 50px;
  }
}
div.round_gradation_gray.char_histry {
  padding: 115px 13% 60px 7%;
}
@media (max-width: 1024px) {
  div.round_gradation_gray.char_histry {
    padding: 85px 5% 60px;
  }
}
@media (max-width: 768px) {
  div.round_gradation_gray.char_histry {
    padding-top: 60px;
  }
}

section.sec_about_details {
  display: block;
  padding: 0 11.8vw 130px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  section.sec_about_details {
    padding: 0 5%;
    margin-top: 65px;
  }
}
section.sec_about_details .icon_wrap.top_company {
  transform: scaleX(-1) translate(50%, 0);
  left: 50%;
}
section.sec_about_details div.about_detail_inner {
  display: flex;
  gap: 9.7vw;
}
@media (max-width: 1024px) {
  section.sec_about_details div.about_detail_inner {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  section.sec_about_details div.about_detail_inner {
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
section.sec_about_details div.about_detail_inner div.permit_img {
  display: block;
  width: 31.1vw;
  aspect-ratio: 1/1.421;
  min-width: 280px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.11);
}
@media (max-width: 768px) {
  section.sec_about_details div.about_detail_inner div.permit_img {
    width: 80%;
    margin: auto;
  }
}
section.sec_about_details div.about_detail_inner div.permit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.permit_txts {
  display: flex;
  flex-flow: column;
  row-gap: 55px;
}
@media (max-width: 768px) {
  div.permit_txts {
    row-gap: 30px;
  }
}

section.sec_access_map {
  padding-left: 11.8vw;
}
@media (max-width: 1024px) {
  section.sec_access_map {
    padding: 70px 0 50px 5%;
  }
}
@media (max-width: 768px) {
  section.sec_access_map {
    padding: 60px 5%;
  }
}
section.sec_access_map div.access_inner {
  display: flex;
  margin-right: 0;
  margin-left: auto;
  justify-content: space-between;
  gap: 4.2%;
}
@media (max-width: 768px) {
  section.sec_access_map div.access_inner {
    flex-flow: column;
    row-gap: 40px;
  }
}
section.sec_access_map div.access_inner div.map_wrap {
  display: block;
  width: 58.7%;
  aspect-ratio: 1/0.649;
}
@media (max-width: 768px) {
  section.sec_access_map div.access_inner div.map_wrap {
    width: 100%;
  }
}
section.sec_access_map div.access_inner div.map_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

section.sec_histry {
  display: block;
  position: relative;
  padding: 0 11.8vw;
}
@media (max-width: 1024px) {
  section.sec_histry {
    padding: 0 5%;
  }
}

div.round_gradation_gray {
  display: block;
}
div.round_gradation_gray ul.histry_list {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  position: relative;
}
div.round_gradation_gray ul.histry_list::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: calc(17.8% + 9px);
  background: #01AE52;
}
@media (max-width: 768px) {
  div.round_gradation_gray ul.histry_list::before {
    left: calc(30% - 9px);
  }
}
@media (max-width: 480px) {
  div.round_gradation_gray ul.histry_list::before {
    left: 5px;
  }
}
div.round_gradation_gray ul.histry_list li.li_histry {
  display: flex;
  gap: 4.5%;
  align-items: flex-start;
}
@media (max-width: 768px) {
  div.round_gradation_gray ul.histry_list li.li_histry {
    gap: 5%;
  }
}
div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap {
  display: flex;
  align-items: center;
  width: calc(17.8% + 18px);
  justify-content: space-between;
  padding-top: 1.25rem;
}
@media (max-width: 768px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap {
    width: 30%;
  }
}
@media (max-width: 480px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
    width: 20%;
  }
}
div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap .histry_date_wrap {
  display: flex;
  gap: 15px;
  font-size: clamp(0.9375rem, 0.6954102921vw + 0.7288769124rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap .histry_date_wrap {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap .histry_date_wrap {
    flex-flow: column;
    justify-content: left;
    align-items: start;
  }
}
div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap span.his_round {
  display: block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background-color: #01AE52;
  border-radius: 50%;
}
@media (max-width: 480px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_ttl_wrap span.his_round {
    width: 10px;
    height: 10px;
  }
}
div.round_gradation_gray ul.histry_list li.li_histry div.histry_content {
  display: block;
  background: rgba(1, 170, 82, 0.1);
  width: calc(77.3% - 18px);
  padding: 1em;
}
@media (max-width: 768px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_content {
    width: 65%;
  }
}
@media (max-width: 480px) {
  div.round_gradation_gray ul.histry_list li.li_histry div.histry_content {
    width: 75%;
  }
}
div.round_gradation_gray ul.histry_list li.li_histry div.histry_content p.txt_his {
  display: block;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
}

section.sec_initiatives {
  display: block;
  padding: 0 9.2vw 140px 8.3vw;
  margin-top: 165px;
}
@media (max-width: 1024px) {
  section.sec_initiatives {
    padding: 65px 5% 100px;
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  section.sec_initiatives {
    margin-top: 40px;
  }
}
section.sec_initiatives div.sdgs_txt_wrap {
  width: 50vw;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  section.sec_initiatives div.sdgs_txt_wrap {
    width: 100%;
    margin-top: 50px;
  }
}
section.sec_initiatives div.sdgs_img {
  display: block;
  width: 81.6%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  section.sec_initiatives div.sdgs_img {
    width: 80%;
    margin: 50px auto;
  }
}
section.sec_initiatives div.sdgs_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec_initiatives ul.sdgs_list {
  display: flex;
  flex-flow: column;
  row-gap: 35px;
  display: flex;
}
section.sec_initiatives ul.sdgs_list li.li_sdg {
  background: #F4F4F4;
  display: flex;
  padding: 5% 4% 5% 5%;
  gap: 4%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.sec_initiatives ul.sdgs_list li.li_sdg {
    flex-flow: column;
    padding: 50px 5%;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  section.sec_initiatives ul.sdgs_list li.li_sdg {
    row-gap: 20px;
  }
}
section.sec_initiatives ul.sdgs_list li.li_sdg div.sdgs_txts h4.ttl_sdg {
  display: block;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: solid 1px #222222;
  margin-bottom: 20px;
}
section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list {
  max-width: 17.7vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1vw;
}
@media (max-width: 1024px) {
  section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list {
    width: 100%;
    max-width: 100%;
    gap: 2%;
  }
}
section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list li.li_sdg_icon {
  aspect-ratio: 1/1 !important;
  display: block;
  width: 46.8%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list li.li_sdg_icon {
    width: 23.5%;
  }
}
section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list li.li_sdg_icon:only-child {
  width: 8.3vw;
  height: 8.3vw;
  aspect-ratio: 1/1 !important;
}
@media (max-width: 1024px) {
  section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list li.li_sdg_icon:only-child {
    width: 23.5%;
    height: auto;
  }
}
section.sec_initiatives ul.sdgs_list li.li_sdg ul.sdg_icon_list li.li_sdg_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  RECRUIT
--------------------------------------------------------------------------------*/
.message_btn_wrap {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .message_btn_wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .message_btn_wrap {
    margin: auto;
    margin-top: 25px;
  }
}

div.needs_inner {
  display: flex;
  background: #F4F4F4;
  padding: 0 5%;
  margin-top: 155px;
  gap: 10%;
}
@media (max-width: 1024px) {
  div.needs_inner {
    margin-top: 90px;
    flex-flow: column;
    padding-bottom: 65px;
  }
}
div.needs_inner div.needs_ttls_wrap {
  display: flex;
  flex-flow: column;
  row-gap: 25px;
  min-width: 20%;
  align-items: center;
  margin-top: -1.5%;
}
@media (max-width: 1024px) {
  div.needs_inner div.needs_ttls_wrap {
    flex-flow: row;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    margin-left: -15px;
  }
}
div.needs_inner div.needs_ttls_wrap span.needs_icon {
  display: block;
  width: 6.1vw;
}
div.needs_inner div.needs_ttls_wrap span.needs_icon svg {
  display: block;
  width: 100%;
}
div.needs_inner div.needs_ttls_wrap span.needs_icon svg path {
  fill: #01AE52;
}
div.needs_inner div.needs_ttls_wrap h4.needs_ttl {
  display: flex;
  flex-flow: column;
  row-gap: 15px;
  text-align: center;
  font-size: clamp(1.0625rem, 1.8080667594vw + 0.5200799722rem, 1.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  div.needs_inner div.needs_ttls_wrap h4.needs_ttl {
    row-gap: 5px;
  }
}
div.needs_inner div.needs_ttls_wrap h4.needs_ttl span {
  display: block;
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #898989;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
div.needs_inner ul.list_needs {
  display: flex;
  flex-wrap: wrap;
  padding: 6.5% 0 7.5%;
  gap: 35px 2%;
}
@media (max-width: 1024px) {
  div.needs_inner ul.list_needs {
    padding: 45px 5% 0;
    flex-flow: column;
    row-gap: 20px;
  }
}
div.needs_inner ul.list_needs li {
  width: 49%;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  div.needs_inner ul.list_needs li {
    width: 100%;
  }
}

section.features_sec {
  padding: 84px 7.6vw 66px 7.6vw;
  position: relative;
}
@media (max-width: 1024px) {
  section.features_sec {
    padding: 70px 5%;
  }
}
section.features_sec .features_wrap {
  display: block;
  margin-top: 60px;
}
section.features_sec ul.list_features {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 5%;
}
@media (max-width: 768px) {
  section.features_sec ul.list_features {
    gap: 30px 2%;
  }
}
@media (max-width: 480px) {
  section.features_sec ul.list_features {
    flex-flow: column;
  }
}
section.features_sec ul.list_features li.li_features {
  background: #F4F4F4;
  display: flex;
  flex-flow: column;
  width: 30%;
  align-items: center;
  justify-content: start;
  padding: 40px 2.5% 50px;
  row-gap: 45px;
}
@media (max-width: 768px) {
  section.features_sec ul.list_features li.li_features {
    width: 48%;
    row-gap: 25px;
  }
}
@media (max-width: 480px) {
  section.features_sec ul.list_features li.li_features {
    width: 100%;
  }
}
section.features_sec ul.list_features li.li_features h4.ttl_res {
  display: block;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
section.features_sec ul.list_features li.li_features div.num_content {
  display: flex;
  color: #01AE52;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  align-items: end;
  font-weight: 600;
}
section.features_sec ul.list_features li.li_features div.num_content p.js-countUp-target {
  font-size: clamp(2.1875rem, 6.9541029207vw + 0.1012691238rem, 5.3125rem);
  line-height: 0.7;
  letter-spacing: 0;
}
section.features_sec ul.list_features li.li_features div.num_content span {
  line-height: 1;
  font-size: clamp(1.125rem, 2.7816411683vw + 0.2905076495rem, 2.375rem);
  letter-spacing: 0;
}
section.features_sec ul.list_features li.li_features p.note_txt {
  display: block;
  line-height: 1.2;
  font-weight: 600;
}

ul.staff_list {
  display: flex;
  flex-flow: column;
  row-gap: 75px;
  margin-top: 80px;
}
ul.staff_list li.li_staff {
  display: flex;
  gap: 3.4%;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  ul.staff_list li.li_staff {
    flex-flow: column;
    row-gap: 30px;
  }
}
ul.staff_list li.li_staff:nth-child(2n) {
  flex-direction: row;
}
@media (max-width: 1024px) {
  ul.staff_list li.li_staff:nth-child(2n) {
    flex-flow: column;
  }
}
ul.staff_list li.li_staff div.img_staff_wrap {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  width: 29.7%;
}
@media (max-width: 1024px) {
  ul.staff_list li.li_staff div.img_staff_wrap {
    width: 80%;
    margin: auto;
  }
}
ul.staff_list li.li_staff div.img_staff_wrap div.img_staff {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.723;
}
ul.staff_list li.li_staff div.img_staff_wrap div.img_staff img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.staff_list li.li_staff div.img_staff_wrap div.staff_name_block {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
ul.staff_list li.li_staff div.img_staff_wrap div.staff_name_block p.staff_name {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-width: 40%;
}
ul.staff_list li.li_staff div.img_staff_wrap div.staff_name_block p.joining_date {
  background: #4FC386;
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 5px;
  padding: 0.5em 1em;
  font-weight: 500;
  min-width: 20%;
}
ul.staff_list li.li_staff ul.list_staf_faq {
  width: 66.9%;
  background: #F4F4F4;
  padding: 50px 5.4% 60px;
  display: flex;
  flex-flow: column;
  row-gap: 35px;
}
@media (max-width: 1024px) {
  ul.staff_list li.li_staff ul.list_staf_faq {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  ul.staff_list li.li_staff ul.list_staf_faq {
    width: 100%;
  }
}
ul.staff_list li.li_staff ul.list_staf_faq li.li_faq {
  display: flex;
  flex-flow: column;
  row-gap: 15px;
}
ul.staff_list li.li_staff ul.list_staf_faq li.li_faq h5.question {
  display: flex;
  gap: 10px;
}
ul.staff_list li.li_staff ul.list_staf_faq li.li_faq h5.question span.icon_q {
  display: block;
  width: 4%;
  min-width: 26.92px;
}
ul.staff_list li.li_staff ul.list_staf_faq li.li_faq h5.question span.icon_q svg {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.staff_list li.li_staff ul.list_staf_faq li.li_faq h5.question span.icon_q svg path {
  fill: #01AE52;
}
ul.staff_list li.li_staff ul.list_staf_faq li.li_faq h5.question p {
  width: 93.8%;
  display: block;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

ul.list_job_gallery {
  display: flex;
  gap: 50px 5%;
  flex-wrap: wrap;
  margin-top: 85px;
}
@media (max-width: 1199px) {
  ul.list_job_gallery {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  ul.list_job_gallery {
    gap: 30px 4%;
  }
}
ul.list_job_gallery li.li_job_gallery {
  width: 30%;
  overflow: hidden;
  aspect-ratio: 1/1.25;
}
@media (max-width: 768px) {
  ul.list_job_gallery li.li_job_gallery {
    width: 48%;
  }
}

section.job_detail_sec {
  padding: 84px 7.6vw 240px;
  position: relative;
}
@media (max-width: 768px) {
  section.job_detail_sec {
    padding-bottom: 100px;
  }
}
section.job_detail_sec .icon_wrap.main_04 {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}
section.job_detail_sec div.job_details_wrap {
  display: block;
  margin-top: 110px;
}
@media (max-width: 1024px) {
  section.job_detail_sec div.job_details_wrap {
    margin-top: 50px;
  }
}
section.job_detail_sec div.job_details_wrap div.job_details_content {
  display: block;
}
section.job_detail_sec div.job_details_wrap div.job_details_content:not(:first-child) {
  margin-top: 110px;
}
section.job_detail_sec div.job_details_wrap div.job_details_content h4.job_name {
  display: flex;
  margin-bottom: 20px;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}
section.job_detail_sec div.job_details_wrap div.job_details_content h4.job_name span.job_name_icon {
  display: block;
  width: 2vw;
  height: 2vw;
  aspect-ratio: 1/1;
  min-width: 22px;
  min-height: 22px;
}
section.job_detail_sec div.job_details_wrap div.job_details_content h4.job_name span.job_name_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  CONTACT
--------------------------------------------------------------------------------*/
.contact .icon_wrap.top_news {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}

#contact_form {
  margin-top: -250px;
  padding-top: 250px;
}
@media (max-width: 1024px) {
  #contact_form {
    margin-top: -250px;
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  #contact_form {
    margin-top: -180px;
    padding-top: 180px;
  }
}

/*.contact_thanks {
  .contact_all_wrap {
    margin-top: -140px;
    padding-top: 280px;
  }
}*/
.contact_all_wrap {
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact_all_wrap {
    padding-top: 70px;
  }
}
.contact_all_wrap div.contact_ttls_block {
  margin-left: 25.5vw;
}
.contact_all_wrap div.contact_ttls_block.char_404 {
  margin: auto;
  padding: 0 7.6vw 255px 8.4vw;
}
@media (max-width: 1024px) {
  .contact_all_wrap div.contact_ttls_block.char_404 {
    padding: 0 5% 50px;
  }
}
@media (max-width: 1199px) {
  .contact_all_wrap div.contact_ttls_block {
    margin-left: 5%;
  }
}
.contact_all_wrap div.wrap_contact {
  display: block;
  padding: 75px 11.8vw 140px;
}
@media (max-width: 1024px) {
  .contact_all_wrap div.wrap_contact {
    padding: 0 5% 70px;
  }
}
.contact_all_wrap div.wrap_contact div.tel_wrap {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .contact_all_wrap div.wrap_contact div.tel_wrap {
    flex-flow: column;
  }
}
.contact_all_wrap div.wrap_contact div.tel_wrap a.contact_tel {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_all_wrap div.wrap_contact div.tel_wrap a.contact_tel {
    pointer-events: all;
    cursor: pointer;
  }
}
.contact_all_wrap div.wrap_contact div.tel_wrap a.contact_tel p {
  color: #222222;
  font-family: "Amaranth", sans-serif;
  font-size: clamp(2rem, 3.6161335188vw + 0.9151599444rem, 3.625rem);
  line-height: 1;
  letter-spacing: 0.03em;
}
.contact_all_wrap div.wrap_contact div.tel_wrap p.txt_contact_time {
  display: block;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.form_contact_radio {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  width: 100%;
  gap: 3vw;
  row-gap: 10px;
}
@media (max-width: 768px) {
  .form_contact_radio {
    flex-flow: column;
    padding: 0;
  }
}
.form_contact_radio input {
  display: none;
}
.form_contact_radio input + span.mwform-radio-field-text {
  position: relative;
  line-height: 1;
  color: #222222;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .form_contact_radio input + span.mwform-radio-field-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.form_contact_radio input + span.mwform-radio-field-text::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #D9D9D9;
  transform: scale(1);
  transition: all ease-out 250ms;
  border-radius: 50%;
}
.form_contact_radio input + span.mwform-radio-field-text::after {
  content: "";
  display: block;
  width: 12.5px;
  height: 12.5px;
  border-radius: 50%;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 50%;
  left: 4.25px;
  opacity: 0;
  transform: translate(0, -50%);
  background: #01AE52;
}
.form_contact_radio input:checked + span::after {
  opacity: 1;
}

.tbl_contact_01 tr th {
  width: 100%;
  display: flex;
  gap: 13px;
  padding: 35px 0 15px;
  align-items: center;
}
.tbl_contact_01 tr th span.char_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #222222;
}
.tbl_contact_01 tr th span.char_ico {
  background: #01AE52;
  color: #F4F4F4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 6px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 4px;
}
.tbl_contact_01 tr td {
  width: 100%;
  display: block;
}
.tbl_contact_01 tr td input {
  background: #ffffff;
  height: 70px;
  border: none;
  padding: 10px 20px;
}
.tbl_contact_01 tr td input::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #909090;
  letter-spacing: 0.1em;
}
.tbl_contact_01 tr td input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #909090;
  letter-spacing: 0.1em;
}
.tbl_contact_01 tr td textarea {
  background: #ffffff;
  border: none;
  padding: 20px;
}
@media (max-width: 768px) {
  .tbl_contact_01 tr td textarea {
    height: 200px;
  }
}
.tbl_contact_01 tr td textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #909090;
  letter-spacing: 0.1em;
}
.tbl_contact_01 tr td textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #909090;
  letter-spacing: 0.1em;
}
.tbl_contact_01 tr td ul.form_address {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
.tbl_contact_01 tr td ul.form_address li .form_contact_01 {
  width: 28%;
  position: relative;
}
@media (max-width: 768px) {
  .tbl_contact_01 tr td ul.form_address li .form_contact_01 {
    width: 100%;
  }
}
.tbl_contact_01 tr td ul.form_address li .form_contact_01::after {
  content: "";
  display: block;
  background: url("../images/zip_arrow.png") center/cover no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  cursor: pointer;
}
.tbl_contact_01 tr select {
  width: 100%;
  padding: 10px 20px;
  height: 65px;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #222222;
  border-radius: 5px;
}
.tbl_contact_01 tr .form_contact_01.select_wrap {
  width: 37.5%;
  position: relative;
}
@media (max-width: 768px) {
  .tbl_contact_01 tr .form_contact_01.select_wrap {
    width: 100%;
  }
}
.tbl_contact_01 tr .form_contact_01.select_wrap::after {
  content: "";
  display: block;
  background: url("../images/zip_arrow.png") center/cover no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  cursor: pointer;
}

.privacys_all {
  display: block;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .privacys_all {
    padding-top: 20px;
  }
}
.privacys_all .val-err {
  text-align: center;
}

.ttl_pri {
  display: block;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #222222;
}

div.contact_privacy {
  display: block;
  width: 100%;
  padding: 30px 25px;
  background: #ffffff;
}
@media (max-width: 768px) {
  div.contact_privacy {
    padding: 20px;
  }
}
div.contact_privacy .privacy_inner {
  overflow-y: scroll;
  height: 360px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  div.contact_privacy .privacy_inner {
    height: 250px;
  }
}
div.contact_privacy .privacy_inner::-webkit-scrollbar {
  width: 7.25px;
}
div.contact_privacy .privacy_inner::-webkit-scrollbar-track {
  background: #D9D9D9;
}
div.contact_privacy .privacy_inner::-webkit-scrollbar-thumb {
  background: #01AE52;
}
div.contact_privacy .privacy_inner ul.privacy_list {
  display: flex;
  flex-flow: column;
  row-gap: 50px;
}
div.contact_privacy .privacy_inner ul.privacy_list li.li_privacy {
  display: block;
  letter-spacing: 0.04em;
}
div.contact_privacy .privacy_inner ul.privacy_list li.li_privacy h4 {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
div.contact_privacy .privacy_inner ul.privacy_list li.li_privacy p.txt_privacy {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 500;
  line-height: 1.7;
}

.check_contact_01 {
  display: flex;
  margin-top: 35px;
  justify-content: center;
}
@media (max-width: 768px) {
  .check_contact_01 {
    margin-top: 15px;
  }
}
.check_contact_01 .form_contact_02 {
  display: none;
}
.check_contact_01 .form_contact_02:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.check_contact_01 .form_contact_02 + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}
@media (max-width: 768px) {
  .check_contact_01 .form_contact_02 + .mwform-checkbox-field-text {
    padding-left: 32px;
    padding-top: 4px;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.check_contact_01 .form_contact_02 + .mwform-checkbox-field-text::before {
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  transition: all 0.2s;
  background: #DBDBDB;
}
.check_contact_01 .form_contact_02 + .mwform-checkbox-field-text::after {
  opacity: 0;
  top: 2px;
  left: 3px;
  width: 24px;
  height: 20px;
  border-left: 3px solid #01AE52;
  border-bottom: 3px solid #01AE52;
  transform: rotate(-45deg);
  position: absolute;
  content: "";
  transition: all 0.2s;
}
.check_contact_01 .mwform-checkbox-field-text {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
}

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

.check_no-through {
  display: block;
  text-align: center;
  margin-top: 40px;
}

/*-------------------------------------------------------------------------------
  送信確認ボタン
--------------------------------------------------------------------------------*/
.check_submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 5vw;
}
@media screen and (max-width: 1000px) {
  .check_submit {
    flex-flow: column;
    row-gap: 25px;
    align-items: center;
  }
}
.check_submit .char_back, .check_submit .char_go {
  height: 5vw;
  min-height: 65px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.check_submit .char_back span, .check_submit .char_go span {
  transition: 0.3s;
}
.check_submit .char_back:hover, .check_submit .char_go:hover {
  color: #ffffff;
  opacity: 1;
}
.check_submit .char_back:hover span, .check_submit .char_go:hover span {
  color: #ffffff;
}
@media (max-width: 768px) {
  .check_submit .char_back:hover span, .check_submit .char_go:hover span {
    color: #01AE52;
  }
}
.check_submit .char_back:hover input, .check_submit .char_go:hover input {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .check_submit .char_back:hover input, .check_submit .char_go:hover input {
    color: #01AE52 !important;
  }
}
@media (max-width: 768px) {
  .check_submit .char_back:hover, .check_submit .char_go:hover {
    color: #ffffff;
  }
}
.check_submit .char_back:hover::before, .check_submit .char_go:hover::before {
  width: 150%;
}
@media (max-width: 768px) {
  .check_submit .char_back:hover::before, .check_submit .char_go:hover::before {
    display: none;
  }
}
.check_submit .char_back::before, .check_submit .char_go::before {
  content: "";
  display: block;
  position: absolute;
  background: #01AE52;
  z-index: -1;
  top: 0;
  left: -25%;
  width: 0;
  height: 110%;
  transition: 0.4s;
  transform: skewX(-50deg);
}
.check_submit .char_back input.btn_contact, .check_submit .char_go input.btn_contact {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.check_submit .char_back {
  display: none;
  width: 23vw;
  max-width: 380px;
  min-width: 270px;
  color: #757977;
  margin: 0 auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1rem;
  gap: 1rem;
  position: relative;
  border: solid #757977 2px;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
  position: relative;
}
.check_submit .char_back::before {
  background: #757977;
}
@media (max-width: 768px) {
  .check_submit .char_back:hover span {
    color: #757977;
  }
}
@media (max-width: 768px) {
  .check_submit .char_back:hover input {
    color: #757977 !important;
  }
}
.check_submit .char_back input.btn_contact {
  font-weight: bold;
  align-items: center;
  border-radius: 500px;
  gap: 2.2vw;
  display: block;
  transition: 0.3s;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #757977;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20%;
}
.check_submit .char_back span {
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(0, -50%) scaleX(-1);
  transition: 0.3s;
}
.check_submit .char_go {
  display: flex;
  width: 23vw;
  max-width: 380px;
  min-width: 270px;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1rem;
  gap: 1rem;
  position: relative;
  border: solid #01AE52 2px;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
  position: relative;
}
.check_submit .char_go input.btn_contact {
  font-weight: bold;
  align-items: center;
  border-radius: 500px;
  gap: 2.2vw;
  display: block;
  transition: 0.3s;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #01AE52;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 20%;
}
.check_submit .char_go span {
  display: block;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translate(0, -50%);
  color: #01AE52;
  transition: 0.3s;
}

/*↓お問い合わせ確認画面*/
.mw_wp_form_preview .tbl_contact_01 tr td ul.form_address li .form_contact_01::after {
  content: "";
  display: none;
}
.mw_wp_form_preview .tbl_contact_01 tr td .form_contact_01.select_wrap::after {
  content: "";
  display: none;
}
.mw_wp_form_preview .privacys_all {
  display: none;
}
.mw_wp_form_preview .check_submit .char_back {
  display: flex;
}

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