/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #E9F9F2;
  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: #E9F9F2;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
  /* セレクトボックス */
  /* テキストエリア */
  /* ラジオボタン */
  /* チェックボックス */
  /* ファイルアップロード */
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #333333;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .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: #E9F9F2;
  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(233, 249, 242, 0.5);
}

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

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
.cmn_tels {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .cmn_tels.is_hd {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cmn_tels.is_hd {
    display: block;
  }
}
.cmn_tels.is_ft {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .cmn_tels.is_ft {
    padding-top: 10px;
  }
}
.cmn_tels.is_contact {
  padding: 2.5vw 0 4vw;
}
@media (max-width: 768px) {
  .cmn_tels.is_contact {
    padding: 25px 0 40px;
  }
}

.cmn_tel_link {
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
  color: #333333;
}
@media (min-width: 769px) {
  .cmn_tel_link {
    pointer-events: none;
  }
}
.cmn_tel_link.is_hd {
  color: #1FA76D;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .cmn_tel_link.is_hd {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.cmn_tel_link.is_ft {
  font-size: clamp(2.063rem, 1.192rem + 1.36vw, 2.875rem);
}
.cmn_tel_link.is_contact {
  font-size: clamp(2.5rem, 1.496rem + 1.57vw, 3.438rem);
}
@media (max-width: 768px) {
  .cmn_tel_link.is_contact {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

.cmn_tel_time {
  line-height: 1;
  font-weight: 500;
}
.cmn_tel_time.is_hd {
  color: #1FA76D;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .cmn_tel_time.is_hd {
    text-align: center;
  }
}
.cmn_tel_time.is_ft {
  font-size: clamp(1rem, 0.799rem + 0.31vw, 1.188rem);
  padding-top: 10px;
}
.cmn_tel_time.is_contact {
  font-size: clamp(1rem, 0.598rem + 0.63vw, 1.375rem);
  padding-top: 10px;
}

.cmn_arrow {
  flex-shrink: 0;
}
.cmn_arrow.is_hd {
  width: 22px;
  height: 22px;
}
.cmn_arrow.is_ft {
  width: 25px;
  height: 25px;
}
.cmn_arrow.is_ft_contact {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background-color: #1FA76D;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
.cmn_arrow.is_ft_contact::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn_arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_title_ja {
  font-size: clamp(2.25rem, 1.313rem + 1.46vw, 3.125rem);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cmn_title_en {
  display: inline-block;
  background: linear-gradient(90deg, rgb(31, 167, 109) 0%, rgb(36, 97, 228) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1rem, 1.3vw - 0.17rem, 1.44rem);
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cmn_title_en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cmn_ft_text {
  font-size: clamp(1rem, 0.732rem + 0.42vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  color: #1FA76D;
}

.cmn_flex {
  display: flex;
  margin: 0 5%;
}
@media (max-width: 1024px) {
  .cmn_flex {
    flex-direction: column;
  }
}

.cmn_flex_2 {
  display: flex;
}
@media (max-width: 1024px) {
  .cmn_flex_2 {
    flex-direction: column;
  }
}

.cmn_title_label {
  display: flex;
  width: 13vw;
}
.cmn_title_label.is_sticky {
  position: sticky;
  top: 200px;
  height: 300px;
}
@media (max-width: 1024px) {
  .cmn_title_label.is_sticky {
    position: static;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .cmn_title_label {
    flex-direction: column;
    width: 100%;
  }
}
.cmn_title_label .cmn_title_en {
  writing-mode: vertical-rl;
  background: linear-gradient(to top, rgb(36, 97, 228), rgb(31, 167, 109));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .cmn_title_label .cmn_title_en {
    writing-mode: rl-tb;
  }
}
.cmn_title_label .cmn_title_ja {
  writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
  .cmn_title_label .cmn_title_ja {
    writing-mode: rl-tb;
  }
}

.sideways {
  text-orientation: sideways;
}

.cmn_content {
  width: 78vw;
}
@media (max-width: 1024px) {
  .cmn_content {
    width: 100%;
    padding-top: 25px;
  }
}

.cmn_content_2 {
  width: 60vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cmn_content_2 {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}

.cmn_vertical_bg {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 70px;
}
@media (max-width: 768px) {
  .cmn_vertical_bg {
    padding: 30px 5%;
  }
}

.cmn_table tr {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 1024px) {
  .cmn_table tr:first-of-type th {
    padding-top: 0;
  }
}
.cmn_table th {
  color: #7B7B7B;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 30px 10px 30px 20px;
  width: 20%;
}
.cmn_table td {
  padding: 30px 20px 30px 0;
  width: 74%;
}
.cmn_table th, .cmn_table td {
  vertical-align: top;
}
.cmn_table.is_profile {
  width: 72%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .cmn_table.is_profile {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cmn_table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cmn_btn {
  border-radius: 60px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1025px) {
  .cmn_btn:hover .is_arrow {
    transform: scale(1.1);
  }
}
.cmn_btn.is_green {
  background: #1FA76D;
  padding: 12px 12px 12px 50px;
}
.cmn_btn.is_green .is_arrow {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn.is_green .is_arrow {
    width: 33px;
    height: 33px;
  }
}
.cmn_btn.is_green .is_arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.cmn_btn.is_blue {
  background: #24438B;
  padding: 12px 12px 12px 50px;
}
.cmn_btn.is_blue .is_arrow {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn.is_blue .is_arrow {
    width: 33px;
    height: 33px;
  }
}
.cmn_btn.is_blue .is_arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.cmn_btn.is_form_input {
  color: #ffffff;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .cmn_btn.is_form_input {
    margin-top: 20px;
  }
}
.cmn_btn.index-company_btn {
  margin: 4vw 0 0 auto;
}
@media (max-width: 768px) {
  .cmn_btn.index-company_btn {
    margin-top: 20px;
  }
}
.cmn_btn.index-recruit_btn {
  margin: 4vw auto 0;
}
@media (max-width: 1024px) {
  .cmn_btn.index-recruit_btn {
    margin: 4vw 0 0 auto;
  }
}
@media (max-width: 768px) {
  .cmn_btn.index-recruit_btn {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .cmn_btn.index-recruit_btn {
    margin: 20px 0 0 auto;
  }
}
.cmn_btn.recruit-top_btn {
  margin: 4.5vw auto 0;
}
@media (max-width: 768px) {
  .cmn_btn.recruit-top_btn {
    gap: 10px;
    padding: 12px;
    margin-top: 20px;
  }
}
.cmn_btn.recruit-recruitment_btn {
  margin: 4.5vw auto 0;
}
@media (max-width: 768px) {
  .cmn_btn.recruit-recruitment_btn {
    gap: 10px;
    padding: 12px;
    margin: 40px auto 0;
    justify-content: space-between;
  }
}

.cmn_btn_text {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cmn_btn_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cmn_content_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2vw;
}
@media (max-width: 768px) {
  .cmn_content_flex {
    row-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .cmn_content_flex {
    flex-direction: column;
  }
}

.cmn_green_item {
  background: #E9F9F2;
  border-radius: 30px;
  width: 48%;
}
@media (max-width: 1024px) {
  .cmn_green_item {
    width: 100%;
  }
}

.cmn_green_title {
  font-size: clamp(1.563rem, 0.893rem + 1.05vw, 2.188rem);
  color: #1FA76D;
  font-weight: 500;
  line-height: 1;
  padding: 50px 15px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .cmn_green_title {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 25px 15px 15px;
  }
}

.cmn_green_image {
  width: 100%;
  aspect-ratio: 71/40;
}
.cmn_green_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_green_text {
  padding: 30px 3vw;
  font-size: clamp(1rem, 0.866rem + 0.21vw, 1.125rem);
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cmn_green_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 15px 25px;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  padding: 0 1vw 0 2vw;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.hd_logo {
  width: 16vw;
  min-width: 200px;
  display: block;
  z-index: 100;
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.hd_nav_lists {
  display: flex;
  align-items: center;
  gap: 1.7vw;
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    background-color: #ffffff;
    padding: 70px 0;
    gap: 20px;
    margin: 0 5%;
    border-radius: 30px;
  }
}

.hd_nav_link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333333;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .hd_nav_link:hover.is_hover {
    color: #1FA76D;
  }
}

.hd_contact_link {
  display: flex;
  align-items: center;
  gap: 1.7vw;
  background-color: #1FA76D;
  padding: 0.6vw;
  border-radius: 999px;
}
@media (min-width: 1025px) {
  .hd_contact_link:hover .mail_icon {
    transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  .hd_contact_link {
    padding: 12px 30px;
    gap: 20px;
  }
}

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

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

.mail_icon {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
.mail_icon::after {
  position: absolute;
  content: "";
  background-image: url(../images/mail.svg);
  background-size: contain;
  width: 20px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .mail_icon::after {
    width: 21px;
    height: 16px;
  }
}

.hd_contact_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  flex: 1;
}

/*-------------------------------------------------------------------------------
mv
--------------------------------------------------------------------------------*/
.mv_imege {
  width: 100%;
  height: 100svh;
  padding: 112px 1.5vw 30px;
  position: relative;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .mv_imege {
    padding: 60px 5% 30px;
  }
}
.mv_imege img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.mv_titles {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-42%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(19%, #fff));
  padding: 43px 0 61px 4vw;
  width: 48%;
}
@media (max-width: 1024px) {
  .mv_titles {
    transform: translateY(-50%);
    width: 70%;
  }
}
@media (max-width: 768px) {
  .mv_titles {
    width: 85%;
    padding-left: 5%;
    padding: 40px 0 40px 5%;
  }
}
.mv_titles::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(121, 64, 64, 0) 100%);
  top: 0;
  right: -13%;
  z-index: -1;
}
@media (max-width: 768px) {
  .mv_titles::after {
    right: -12%;
  }
}

.mv_title {
  font-size: clamp(4.375rem, 3.371rem + 1.57vw, 5.313rem);
  font-weight: 500;
  color: #193E56;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeDown 0.6s ease-out forwards;
}
@media (max-width: 1024px) {
  .mv_title {
    font-size: clamp(2.813rem, -0.188rem + 6.25vw, 3.813rem);
  }
}
@media (max-width: 768px) {
  .mv_title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.mv_sub_title {
  padding-top: 20px;
  font-size: clamp(1.125rem, 0.991rem + 0.21vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  color: #193E56;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeDown 0.6s ease-out forwards;
}
@media (max-width: 768px) {
  .mv_sub_title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mv_scroll_icon {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid rgb(255, 255, 255);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .mv_scroll_icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid rgb(255, 255, 255);
  }
}

.mv_scroll_item {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 40px 38px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  border-radius: 30px 0 0 0;
}
@media (max-width: 1024px) {
  .mv_scroll_item {
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .mv_scroll_item {
    padding: 20px 20px 38px 20px;
  }
}
.mv_scroll_item::before {
  position: absolute;
  content: "";
  background: url(../images/radius.svg);
  left: -30px;
  bottom: 30px;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.mv_scroll_item::after {
  position: absolute;
  content: "";
  background: url(../images/radius.svg);
  right: 1.5vw;
  top: -30px;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .mv_scroll_item::after {
    right: 5vw;
    top: -28px;
  }
}

.mv_scroll_text {
  writing-mode: vertical-rl;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1FA76D;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
}
@media (max-width: 1024px) {
  .mv_scroll_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*------------------------------------------------
mainimage
--------------------------------------------------*/
.mainimage {
  padding: 112px 1.5vw 30px;
}
@media (max-width: 1024px) {
  .mainimage {
    padding: 60px 5% 30px;
  }
}

.mainimage_item {
  width: 100%;
  height: 590px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1024px) {
  .mainimage_item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mainimage_item {
    height: 50svh;
  }
}
.mainimage_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimage_item.is_inspection img {
  -o-object-position: 12%;
     object-position: 12%;
}
.mainimage_item.is_recruit img {
  -o-object-position: 31%;
     object-position: 31%;
}

.mainimage_item_01, .mainimage_item_02 {
  width: 50%;
  height: 100%;
}
@media (max-width: 1024px) {
  .mainimage_item_01, .mainimage_item_02 {
    width: 100%;
    height: 50%;
  }
}
.mainimage_item_01 img, .mainimage_item_02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainimage_titles {
  display: flex;
  align-items: center;
  gap: 2vw;
  height: 358px;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .mainimage_titles {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .mainimage_titles {
    height: 150px;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 0;
  }
}

.cmn-ttl_ja {
  font-size: clamp(2.938rem, 1.732rem + 1.88vw, 4.063rem);
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  transform: translateY(100px);
  animation: fadeDown 0.6s ease-out forwards;
}
@media (max-width: 768px) {
  .cmn-ttl_ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmn-ttl_en {
  display: inline-block;
  background: linear-gradient(90deg, rgb(31, 167, 109) 0%, rgb(36, 97, 228) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.25rem, 0.714rem + 0.84vw, 1.75rem);
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(100px);
  animation: fadeDown 0.6s ease-out forwards;
}

/*-------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------*/
/*------------------------------------------------
index-reason
--------------------------------------------------*/
.index-reason_cover {
  display: flex;
  justify-content: space-between;
  margin: 4vw 5% 0;
}
@media (max-width: 1199px) {
  .index-reason_cover {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-reason_cover {
    margin-top: 60px;
  }
}

.index-reason_label {
  width: 18vw;
  margin-top: 100px;
  flex: 1;
}
@media (max-width: 1199px) {
  .index-reason_label {
    width: 100%;
    margin-top: 0;
  }
}

.swiper-item {
  width: 67vw;
}
@media (max-width: 1199px) {
  .swiper-item {
    width: 100%;
  }
}

.swiper-texts {
  width: 18vw;
}
@media (max-width: 1199px) {
  .swiper-texts {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .swiper-texts {
    width: 100%;
  }
}

.swiper-num {
  color: #B1B1B1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 768px) {
  .swiper-num {
    font-size: 16px;
    font-size: 1rem;
  }
}

.swiper-title {
  padding-top: 20px;
  color: #1FA76D;
  font-weight: 500;
  font-size: clamp(1.56rem, 1.85vw - 0.1rem, 2.19rem);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .swiper-title {
    padding-top: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.swiper-text {
  padding-top: 2.5vw;
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(1rem, 0.74vw + 0.33rem, 1.25rem);
}
@media (max-width: 768px) {
  .swiper-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
  index-service
--------------------------------------------------*/
.index-service_cover {
  background: url(../images/index-service_bg.png);
  aspect-ratio: 297/253;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vw 0;
  margin-top: 4.5vw;
}
@media (max-width: 768px) {
  .index-service_cover {
    padding-top: 140px;
    margin-top: 0;
  }
}

.index-service_title {
  padding-bottom: 1.5vw;
  position: relative;
  color: #1FA76D;
  font-size: clamp(1.56rem, 1.85vw - 0.1rem, 2.19rem);
}
@media (max-width: 768px) {
  .index-service_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.index-service_title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #1FA76D;
}
@media (max-width: 768px) {
  .index-service_title::before {
    height: 2px;
  }
}

.index-service_text {
  padding-top: 30px;
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(1rem, 0.74vw + 0.33rem, 1.25rem);
}
@media (max-width: 768px) {
  .index-service_text {
    padding-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.index-inspection_items {
  grid-template-columns: repeat(auto-fit, 32%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  row-gap: 1.2vw;
  justify-content: left;
  padding-top: 3vw;
}
@media (max-width: 768px) {
  .index-inspection_items {
    grid-template-columns: 1fr;
    flex-direction: column;
    grid-row-gap: 10px;
    padding-top: 20px;
  }
}

.index-work_content {
  padding-top: 6vw;
}
@media (max-width: 768px) {
  .index-work_content {
    padding-top: 60px;
  }
}

.index-inspection_item {
  position: relative;
  display: block;
  transform: rotateY(90deg) translateY(50px);
  transition: all 1s;
  opacity: 0;
  aspect-ratio: 47/49;
  width: 100%;
  max-width: 500px;
  height: 24vw;
  max-height: 450px;
  min-height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  counter-increment: mycounter;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-inspection_item {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .index-inspection_item:hover {
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(10, 142, 86, 0.36);
  }
}
@media (max-width: 768px) {
  .index-inspection_item {
    transform: rotateY(90deg) translateY(20px);
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .index-inspection_item {
    min-height: 220px;
  }
}
.index-inspection_item.is-visible {
  transform: rotateY(0deg) translateY(0);
  opacity: 1;
}
.index-inspection_item:last-of-type {
  background: #1FA76D;
}
@media (min-width: 1025px) {
  .index-inspection_item:last-of-type:hover .index-inspection_btn_bg .index-inspection_btns .index-inspection_btn {
    transform: scale(1.1);
  }
}

.index-inspection_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-inspection_bg.no-image {
  background-position: center -7vw;
}
@media (max-width: 768px) {
  .index-inspection_bg.no-image {
    background-position: center 63%;
  }
}

.arch {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .arch {
    width: 900px;
    height: 500px;
    top: 221px;
  }
}
@media (max-width: 480px) {
  .arch {
    top: 110px;
  }
}

.index-inspection_text_cover {
  width: 19vw;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .index-inspection_text_cover {
    width: 60vw;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .index-inspection_text_cover {
    width: 65vw;
  }
}

.index-inspection_num {
  text-align: center;
  font-size: clamp(1.5rem, 1.48vw + 0.17rem, 2rem);
  font-weight: 600;
  color: #1FA76D;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.index-inspection_title {
  font-size: clamp(1.06rem, 1.3vw - 0.11rem, 1.5rem);
  text-align: center;
  color: #1FA76D;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-inspection_text {
  font-size: clamp(0.88rem, 1.11vw - 0.12rem, 1.25rem);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #333333;
}

.index-inspection_btn {
  position: relative;
  width: 3.7vw;
  height: 3.7vw;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  min-width: 50px;
  min-height: 50px;
  transition: all 0.3s;
}
.index-inspection_btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-inspection_btns {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  left: 50%;
  top: -5%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-inspection_btns {
    top: -3%;
  }
}

.index-inspection_btn_title {
  color: #FFFFFF;
  font-size: clamp(1.06rem, 1.46vw - 0.25rem, 1.5rem);
}

.index-inspection_btn_bg {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 17px 2vw 30px;
}

/*------------------------------------------------
index-work
--------------------------------------------------*/
.index-work_title {
  padding-bottom: 1.5vw;
  position: relative;
  color: #1FA76D;
  font-size: clamp(1.56rem, 1.85vw - 0.1rem, 2.19rem);
}
@media (max-width: 768px) {
  .index-work_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.index-work_title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #1FA76D;
}
@media (max-width: 768px) {
  .index-work_title::before {
    height: 2px;
  }
}

.index-work_text {
  padding-top: 30px;
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(1rem, 0.74vw + 0.33rem, 1.25rem);
}
@media (max-width: 768px) {
  .index-work_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
  }
}

.index-work_items {
  display: flex;
  gap: 1vw;
  padding-top: 3vw;
}
@media (max-width: 1199px) {
  .index-work_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .index-work_items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.index-work_item {
  transform: rotateY(90deg) translateY(50px);
  transition: all 1s;
  opacity: 0;
  width: 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0 1vw 1vw 0;
  gap: 16px;
}
@media (max-width: 768px) {
  .index-work_item {
    transform: rotateY(90deg) translateY(20px);
  }
}
@media (min-width: 1025px) {
  .index-work_item:hover .index-work_btn {
    transform: scale(1.3);
  }
  .index-work_item:hover::after {
    transform: scale(1.1);
  }
}
.index-work_item.is-visible {
  transform: rotateY(0deg) translateY(0);
  opacity: 1;
}
.index-work_item:first-of-type {
  background-color: #2FAD4A;
}
.index-work_item:first-of-type::after {
  position: absolute;
  content: "";
  background: url(../images/index-work_bg_01.svg);
  bottom: -3px;
  right: 0;
  width: 11vw;
  height: 10vw;
  min-width: 150px;
  min-height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.index-work_item:first-of-type .index-work_texts .index-work_titles .index-work_deco::before {
  background: url(../images/index-work_icon_01.svg);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3vw;
  height: 3vw;
  min-width: 30px;
  min-height: 30px;
  background-size: contain;
}
.index-work_item:first-of-type .index-work_btn {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
.index-work_item:first-of-type .index-work_btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.index-work_item:nth-of-type(2) {
  background-color: #2CA268;
}
.index-work_item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  background: url(../images/index-work_bg_02.svg);
  bottom: -3px;
  right: 0;
  width: 11vw;
  height: 10vw;
  min-width: 150px;
  min-height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.index-work_item:nth-of-type(2) .index-work_texts .index-work_titles .index-work_deco::before {
  background: url(../images/index-work_icon_02.svg);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3vw;
  height: 3vw;
  min-width: 30px;
  min-height: 30px;
  background-size: contain;
}
.index-work_item:nth-of-type(2) .index-work_btn {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
.index-work_item:nth-of-type(2) .index-work_btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/index-work_arrow_01.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.index-work_item:nth-of-type(3) {
  background-color: #299787;
}
.index-work_item:nth-of-type(3)::after {
  position: absolute;
  content: "";
  background: url(../images/index-work_bg_03.svg);
  bottom: -3px;
  right: 0;
  width: 11vw;
  height: 10vw;
  min-width: 150px;
  min-height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.index-work_item:nth-of-type(3) .index-work_texts .index-work_titles .index-work_deco::before {
  background: url(../images/index-work_icon_03.svg);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5vw;
  height: 3.5vw;
  min-width: 30px;
  min-height: 30px;
  background-size: contain;
}
.index-work_item:nth-of-type(3) .index-work_btn {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
.index-work_item:nth-of-type(3) .index-work_btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/index-work_arrow_02.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.index-work_item:last-of-type {
  background-color: #268BA5;
}
.index-work_item:last-of-type::after {
  position: absolute;
  content: "";
  background: url(../images/index-work_bg_04.svg);
  bottom: -3px;
  right: 0;
  width: 11vw;
  height: 10vw;
  min-width: 150px;
  min-height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.index-work_item:last-of-type .index-work_texts .index-work_titles .index-work_deco::before {
  background: url(../images/index-work_icon_04.svg);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5vw;
  height: 3.5vw;
  min-width: 30px;
  min-height: 30px;
  background-size: contain;
}
.index-work_item:last-of-type .index-work_btn {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
.index-work_item:last-of-type .index-work_btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/index-work_arrow_03.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-work_item {
    padding: 0 10px 10px 0;
  }
}

.index-work_titles {
  display: flex;
  align-items: center;
  gap: 17px;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .index-work_titles {
    padding-bottom: 10px;
  }
}

.index-work_deco {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  width: 8vw;
  max-width: 120px;
  max-height: 120px;
  min-width: 65px;
  min-height: 65px;
  margin: 0 0 auto 0;
  display: flex;
}
.index-work_deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-work_deco::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3vw;
  height: 3vw;
  background-size: contain;
}
.index-work_deco::before:first-of-type {
  background: url(../images/index-work_icon_01.svg);
}
.index-work_deco::before:nth-of-type(2) {
  background: url(../images/index-work_icon_02.svg);
}
.index-work_deco::before:nth-of-type(3) {
  background: url(../images/index-work_icon_03.svg);
}
.index-work_deco::before:last-of-type {
  background: url(../images/index-work_icon_04.svg);
}

.index-work_item_title {
  font-size: clamp(1.063rem, -0.25rem + 2.73vw, 1.5rem);
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-work_item_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.index-work_item_text {
  position: relative;
  padding-left: 20px;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.625rem + 0.78vw, 1.125rem);
  line-height: 1.9;
  font-weight: 500;
  margin-left: 1.4vw;
}
@media (max-width: 1024px) {
  .index-work_item_text {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .index-work_item_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.index-work_item_text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------------
index-company
--------------------------------------------------*/
.index-company_image {
  margin: 0 30px;
  height: 43.43vw;
  min-height: 500px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-company_image {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .index-company_image {
    margin-top: 60px;
  }
}
.index-company_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-company_item {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 5vw 8.4vw 2vw 5vw;
  border-radius: 30px 0 30px 0;
}
@media (max-width: 1024px) {
  .index-company_item {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: -moz-fit-content;
    height: fit-content;
    width: 95%;
    border-radius: 30px;
    padding: 30px;
  }
}
.index-company_item::before {
  position: absolute;
  content: "";
  background: url(../images/radius.svg);
  left: -30px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .index-company_item::before {
    display: none;
  }
}
.index-company_item::after {
  position: absolute;
  content: "";
  background: url(../images/radius.svg);
  right: 0;
  top: -30px;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .index-company_item::after {
    display: none;
  }
}

.index-company_title {
  padding-top: 3vw;
  font-size: clamp(1.56rem, 2.08vw - 0.31rem, 2.19rem);
  color: #1FA76D;
  font-weight: 500;
}
@media (max-width: 768px) {
  .index-company_title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 20px;
  }
}

.index-company_text {
  padding-top: 1.5vw;
  font-size: clamp(1rem, 0.83vw + 0.25rem, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .index-company_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
index-recruit
--------------------------------------------------*/
.index-recruit_cover {
  background: #76C6FF;
  background: linear-gradient(90deg, rgb(118, 198, 255) 0%, rgb(229, 242, 252) 100%);
  margin: 2vw 30px 0;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 42vw;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .index-recruit_cover {
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 0;
    margin: 60px 5% 0;
  }
}

@media (min-width: 1025px) {
  .index-recruit_images.is_pc {
    display: flex;
    gap: 2.3vw;
    transform: rotate(-15deg);
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .index-recruit_images.is_pc {
    transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  .index-recruit_images.is_pc {
    display: none;
  }
}
.index-recruit_images.is_sp {
  display: none;
}
@media (max-width: 1024px) {
  .index-recruit_images.is_sp {
    display: block;
  }
}

.index-recruit_image_01 {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 25vw;
  left: 0;
  position: absolute;
  top: -100px;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .index-recruit_image_01 {
    width: 35vw;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.index-recruit_image_02 {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 25vw;
  position: absolute;
  left: 27vw;
  bottom: 100px;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .index-recruit_image_02 {
    width: 35vw;
    left: 45vw;
    bottom: 50%;
    transform: translateY(50%);
  }
}

@media (min-width: 1025px) {
  .index-recruit_image.is_pc {
    aspect-ratio: 46/46;
    width: 100%;
  }
  .index-recruit_image.is_pc img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .index-recruit_image.is_pc {
    display: none;
  }
}
.index-recruit_image.is_sp {
  display: none;
}
@media (max-width: 1024px) {
  .index-recruit_image.is_sp {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.1);
    left: 0;
  }
  .index-recruit_image.is_sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-recruit_texts {
  margin: auto 6% auto 59vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .index-recruit_texts {
    margin: auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
    z-index: 1;
    text-align: left;
    width: 95%;
  }
}
@media (max-width: 480px) {
  .index-recruit_texts {
    text-align: left;
  }
}

.index-recruit_text {
  padding-top: 2.5vw;
  font-size: clamp(1rem, 0.333rem + 0.74vw, 1.25rem);
}
@media (max-width: 768px) {
  .index-recruit_text {
    padding-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*------------------------------------------------
index-news
--------------------------------------------------*/
.index-news_unit {
  background: url(../images/index-news_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(20px);
}

.index-news_cover {
  width: 1410px;
  max-width: 90%;
  margin: 5vw auto 0;
  padding-bottom: 127px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .index-news_cover {
    flex-direction: column;
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .index-news_cover {
    padding-bottom: 87px;
  }
}

.index-news_items {
  width: 1020px;
  max-width: 100%;
}
@media (max-width: 1350px) {
  .index-news_items {
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
  }
}

.index-news_list {
  display: flex;
  border-bottom: 1px #B1B1B1 solid;
}

.index-news_item {
  padding: 2.2vw 0;
  width: 100%;
  display: flex;
  gap: 1.3vw;
}
@media (max-width: 1024px) {
  .index-news_item {
    flex-direction: column;
  }
}

.index-news_time {
  color: #B1B1B1;
  font-weight: 600;
  font-size: clamp(1rem, 0.45vw + 0.71rem, 1.25rem);
  font-family: "Plus Jakarta Sans", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .index-news_time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.index-news_texts {
  width: 77%;
  flex: 1;
}
@media (max-width: 1024px) {
  .index-news_texts {
    width: 100%;
  }
}

.index-news_title {
  font-weight: 500;
  font-size: clamp(1rem, 0.45vw + 0.71rem, 1.25rem);
  line-height: 1.8;
}

.index-news_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 768px) {
  .index-news_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 5px;
  }
}

.index-news_link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2.2vw 0;
  gap: 1.3vw;
  align-items: baseline;
}
@media (min-width: 1025px) {
  .index-news_link:hover .is_arrow {
    transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  .index-news_link {
    flex-direction: column;
    align-items: baseline;
    position: relative;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .index-news_link {
    padding: 15px 0;
  }
}
.index-news_link .index-news_texts .index-news_title {
  font-weight: 500;
  font-size: clamp(1rem, 0.45vw + 0.71rem, 1.25rem);
  line-height: 1.8;
  color: #333333;
}
.index-news_link .index-news_texts .index-news_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 768px) {
  .index-news_link .index-news_texts .index-news_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.index-news_link .is_arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background-color: #ffffff;
  border: #1FA76D 1px solid;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
  margin: auto;
}
@media (max-width: 1024px) {
  .index-news_link .is_arrow {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  .index-news_link .is_arrow {
    width: 35px;
    height: 35px;
    margin: 0 0 0 auto;
  }
}
.index-news_link .is_arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-news_link .is_arrow::after {
    width: 15px;
    height: 15px;
  }
}

/*-------------------------------------------------------------------------------
company
--------------------------------------------------------------------------------*/
/*------------------------------------------------
company-greeting
--------------------------------------------------*/
.company-greeting {
  background-image: url(../images/company_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  inline-size: 100%;
}

.company-greeting_unit {
  position: relative;
  margin-top: 6vw;
}

.company-greeting_cover {
  margin-top: 6vw;
}
@media (max-width: 768px) {
  .company-greeting_cover {
    margin-top: 6vw;
  }
}

.bg {
  background-color: #E9F9F2;
}

.company-greeting_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .company-greeting_item {
    flex-direction: column-reverse;
  }
}

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

.company-greeting_text {
  font-weight: 400;
  line-height: 2;
  font-size: clamp(1rem, 0.25rem + 1.56vw, 1.25rem);
  padding-top: 70px;
}
@media (max-width: 768px) {
  .company-greeting_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
  }
}

.company-greeting_name {
  font-size: clamp(1rem, -0.125rem + 2.34vw, 1.375rem);
  font-weight: 500;
  line-height: 1;
  text-align: right;
  padding-top: 2.5vw;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .company-greeting_name {
    padding-top: 20px;
  }
}

.company-greeting_image {
  width: 33%;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .company-greeting_image {
    width: 330px;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.company-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}

/*------------------------------------------------
company-overview
--------------------------------------------------*/
.company-overview_unit {
  padding: 5vw 5% 0;
}
@media (max-width: 768px) {
  .company-overview_unit {
    padding-top: 60px;
  }
}

/*------------------------------------------------
company-license
--------------------------------------------------*/
.company-license_unit {
  padding: 5vw 5% 0;
}
@media (max-width: 768px) {
  .company-license_unit {
    padding-top: 60px;
  }
}

.company-license_content {
  width: 1200px;
  max-width: 90%;
  margin: 2.5vw auto 0;
}
@media (max-width: 1024px) {
  .company-license_content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .company-license_content {
    margin-top: 25px;
  }
}

.company-license_items {
  padding-bottom: 6vw;
}
.company-license_items:last-of-type {
  padding-bottom: 0;
}

.company-license_item {
  padding: 35px 60px;
  border-radius: 20px;
  background: #E9F9F2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .company-license_item {
    padding: 20px 5%;
  }
}
.company-license_item:first-of-type {
  margin-top: 50px;
}

.company-license_title {
  font-size: clamp(1.125rem, 0.857rem + 0.42vw, 1.375rem);
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-license_title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.company-license_text {
  font-size: clamp(1rem, 0.866rem + 0.21vw, 1.125rem);
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-license_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

.company-license_pdf {
  aspect-ratio: 41/57;
  width: 45%;
  margin: 30px auto 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.company-license_pdf img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .company-license_pdf:hover {
    box-shadow: 0 0 10px rgba(10, 142, 86, 0.36);
  }
}
@media (max-width: 480px) {
  .company-license_pdf {
    width: 100%;
  }
}
.company-license_pdf img {
  width: 100%;
  height: 100%;
}

.company-license_main_title {
  padding-bottom: 1.5vw;
  position: relative;
  color: #1FA76D;
  font-size: clamp(25px, 1.7vw, 35px);
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .company-license_main_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .company-license_main_title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}
.company-license_main_title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #1FA76D;
}
@media (max-width: 768px) {
  .company-license_main_title::before {
    height: 2px;
  }
}

/*------------------------------------------------
company-member
--------------------------------------------------*/
.company-member_unit {
  padding: 5vw 5% 0;
}
@media (max-width: 768px) {
  .company-member_unit {
    padding-top: 60px;
  }
}

.company-member_list {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 1.7vw 1.5vw;
  border-bottom: #333333 1px solid;
}
@media (max-width: 768px) {
  .company-member_list {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
    padding: 15px 0;
  }
}
.company-member_list:first-of-type {
  padding-top: 0;
}

.company-member_text {
  font-size: 16px;
  font-size: 1rem;
}

.company-member_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 1.5vw;
  border-radius: 40px;
  border: #1FA76D 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .company-member_btn:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .company-member_btn {
    padding: 3px 25px;
  }
}
.company-member_btn .is_arrow {
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  transform: rotate(-45deg);
}

.company-member_btn_text {
  color: #1FA76D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

/*------------------------------------------------
company-map
--------------------------------------------------*/
.company-map_unit {
  padding: 5vw 5%;
  padding-bottom: 127px;
}
@media (max-width: 768px) {
  .company-map_unit {
    padding: 60px 5% 87px;
  }
}

.company-map_content {
  width: 1200px;
  max-width: 100%;
  margin: 2.5vw auto 0;
}
@media (max-width: 768px) {
  .company-map_content {
    margin-top: 25px;
  }
}

.company-map_item {
  display: flex;
  justify-content: space-between;
  gap: 2.5vw;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .company-map_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.company-map_item:last-of-type {
  margin-bottom: 0;
}

.company-map_base {
  font-size: clamp(1.125rem, 0.656rem + 0.73vw, 1.563rem);
  padding-bottom: 1.2vw;
  color: #1FA76D;
  border-bottom: #1FA76D 1px solid;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-map_base {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.company-map_texts {
  width: 33%;
}
@media (max-width: 1024px) {
  .company-map_texts {
    width: 100%;
  }
}

.company-map_address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .company-map_address {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 15px;
  }
}

.company-maps {
  width: 62%;
  aspect-ratio: 75/43;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .company-maps {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company-maps {
    border-radius: 20px;
    height: 25vh;
  }
}
.company-maps iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
inspection
--------------------------------------------------------------------------------*/
/*------------------------------------------------
inspection-btn
--------------------------------------------------*/
.inspection-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  padding-top: 6vw;
}
@media (max-width: 768px) {
  .inspection-btns {
    flex-direction: column;
    gap: 15px;
    padding-top: 60px;
  }
}

.inspection-btn_link {
  display: flex;
  align-items: center;
  border-radius: 60px;
  border: 1px #1FA76D solid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 12px 12px 50px;
  gap: 2.7vw;
}
@media (min-width: 1025px) {
  .inspection-btn_link:hover {
    box-shadow: 0 0 10px rgba(10, 142, 86, 0.36);
  }
  .inspection-btn_link:hover .is_arrow {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .inspection-btn_link {
    padding: 5px 10px 5px 30px;
    width: 300px;
    justify-content: space-between;
  }
}
.inspection-btn_link .is_arrow {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background: #E9F9F2;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
.inspection-btn_link .is_arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.inspection-btn_text {
  font-size: clamp(1rem, 0.25rem + 1.56vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1FA76D;
}

/*------------------------------------------------
inspection-statutory
--------------------------------------------------*/
.inspection-statutory_unit {
  padding-top: 6vw;
}
@media (max-width: 768px) {
  .inspection-statutory_unit {
    padding-top: 60px;
  }
}

/*------------------------------------------------
inspection-facility
--------------------------------------------------*/
.inspection-facility_unit {
  padding-top: 10vw;
}
@media (max-width: 768px) {
  .inspection-facility_unit {
    padding-top: 0;
    margin-top: 60px;
  }
}

/*------------------------------------------------
inspection-environmental
--------------------------------------------------*/
.inspection-environmental_unit {
  padding: 10vw 0 6vw;
  padding-bottom: 127px;
}
@media (max-width: 768px) {
  .inspection-environmental_unit {
    padding: 0;
    margin-top: 60px;
    padding-bottom: 87px;
  }
}

/*-------------------------------------------------------------------------------
cleaning
--------------------------------------------------------------------------------*/
/*------------------------------------------------
cleaning-top
--------------------------------------------------*/
.cleaning-top_unit {
  padding-top: 6vw;
}
@media (max-width: 768px) {
  .cleaning-top_unit {
    padding-top: 0;
    margin-top: 60px;
  }
}
.cleaning-top_unit .cmn_flex .cmn_content_flex {
  padding-top: 4vw;
}

.cleaning-top_item {
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
@media (max-width: 1024px) {
  .cleaning-top_item {
    flex-direction: column;
  }
}

.cleaning-top_image {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 71/60;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cleaning-top_image {
    width: 100%;
  }
}
.cleaning-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cleaning-top_texts {
  width: 46%;
}
@media (max-width: 1024px) {
  .cleaning-top_texts {
    width: 100%;
    padding-top: 20px;
  }
}

.cleaning-top_title {
  font-size: clamp(1.563rem, 0.893rem + 1.05vw, 2.188rem);
  color: #1FA76D;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-bottom: 1.5vw;
  display: inline;
}
@media (max-width: 768px) {
  .cleaning-top_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.cleaning-top_title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #1FA76D;
}
@media (max-width: 768px) {
  .cleaning-top_title::before {
    height: 2px;
  }
}

.cleaning-top_text {
  padding-top: 3.6vw;
  font-size: clamp(1rem, 0.732rem + 0.42vw, 1.25rem);
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cleaning-top_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 15px;
  }
}

/*------------------------------------------------
cleaning-security
--------------------------------------------------*/
.cleaning-security_unit {
  padding: 10vw 0 6vw;
  padding-bottom: 127px;
}
@media (max-width: 768px) {
  .cleaning-security_unit {
    padding: 0;
    margin-top: 60px;
    padding-bottom: 87px;
  }
}

/*-------------------------------------------------------------------------------
recruit
--------------------------------------------------------------------------------*/
/*------------------------------------------------
recruit-top
--------------------------------------------------*/
.recruit-top_unit {
  position: relative;
  padding-bottom: 6vw;
}
@media (max-width: 768px) {
  .recruit-top_unit {
    padding-bottom: 60px;
  }
}

.recruit-top_item {
  display: flex;
  justify-content: space-between;
  width: 1720px;
  max-width: 90%;
  margin: 6vw auto 0;
}
@media (max-width: 1024px) {
  .recruit-top_item {
    flex-direction: column;
  }
}

.recruit-top_cover {
  background: url(../images/recruit-top_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-top: 6vw;
}
@media (max-width: 768px) {
  .recruit-top_cover {
    margin-top: 60px;
  }
}

.recruit-top_title_ja {
  background: linear-gradient(90deg, rgb(31, 167, 109) 0%, rgb(36, 97, 228) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.938rem, 1.732rem + 1.88vw, 4.063rem);
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 768px) {
  .recruit-top_title_ja {
    font-size: 32px;
    font-size: 2rem;
  }
}

.recruit-top_title_en {
  background: linear-gradient(90deg, rgb(31, 167, 109) 0%, rgb(36, 97, 228) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1rem, 0.531rem + 0.73vw, 1.438rem);
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 768px) {
  .recruit-top_title_en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

/*------------------------------------------------
recruit-staff
--------------------------------------------------*/
.recruit-staff_unit {
  padding-top: 8.6vw;
  background-color: #E9F6FF;
}
@media (max-width: 768px) {
  .recruit-staff_unit {
    padding-top: 60px;
  }
}

.recruit-staff_item {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 3.5vw 3vw;
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .recruit-staff_item {
    flex-direction: column;
    padding: 50px 5% 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .recruit-staff_item {
    padding: 30px 5%;
  }
}

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

.recruit-staff_image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 45/58;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .recruit-staff_image {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .recruit-staff_image {
    height: 300px;
  }
}
.recruit-staff_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-staff_name {
  font-size: clamp(1.125rem, 0.656rem + 0.73vw, 1.563rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-top: 1vw;
}
@media (max-width: 1024px) {
  .recruit-staff_name {
    padding-top: 10px;
  }
}

.recruit-staff_years {
  font-size: clamp(1rem, 0.866rem + 0.21vw, 1.125rem);
  color: #888888;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-top: 0.7vw;
}

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

.recruit-top_text {
  font-size: clamp(1rem, 0.25rem + 1.56vw, 1.25rem);
  line-height: 1.8;
  font-weight: 400;
  width: 47%;
}
@media (max-width: 1024px) {
  .recruit-top_text {
    padding-top: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruit-top_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.recruit-staff_text {
  counter-increment: mycounter;
  padding-top: 3.5vw;
}
.recruit-staff_text:first-of-type {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .recruit-staff_text {
    padding-top: 25px;
  }
}

.recruit-staff_qitem {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #24438B;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.recruit-staff_qitem::after {
  content: counter(mycounter);
  padding-left: 4px;
}

.recruit-staff_q {
  font-size: clamp(1.25rem, 0.714rem + 0.84vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0.7vw;
}
@media (max-width: 1024px) {
  .recruit-staff_q {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .recruit-staff_q {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.recruit-staff_a {
  font-size: clamp(1rem, 0.866rem + 0.21vw, 1.125rem);
  line-height: 1.8;
  font-weight: 500;
  padding-top: 1.5vw;
}
@media (max-width: 768px) {
  .recruit-staff_a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 15px;
  }
}

/*------------------------------------------------
recruit-work
--------------------------------------------------*/
.recruit-work_unit {
  background-color: #E9F6FF;
  padding-top: 7.5vw;
}
@media (max-width: 1024px) {
  .recruit-work_unit {
    padding-top: 20px;
  }
}

.recruit-work_images {
  display: grid;
  flex-wrap: wrap;
  row-gap: 1.6vw;
  -moz-column-gap: 1.6vw;
       column-gap: 1.6vw;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .recruit-work_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.recruit-work_image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 46/36;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-work_image {
    border-radius: 20px;
  }
}
.recruit-work_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
recruit-recruitment
--------------------------------------------------*/
.recruit-recruitment_unit {
  padding: 7.5vw 5% 6vw;
  background-color: #E9F6FF;
  padding-bottom: 127px;
}
@media (max-width: 768px) {
  .recruit-recruitment_unit {
    padding: 60px 5% 87px;
  }
}

.recruit-recruitment_item {
  margin-bottom: 7.5vw;
}
@media (max-width: 768px) {
  .recruit-recruitment_item {
    margin-bottom: 80px;
  }
}
.recruit-recruitment_item:last-of-type {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
/*------------------------------------------------
contact-tel
--------------------------------------------------*/
.contact-tel {
  background-image: url(../images/company_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  inline-size: 100%;
  padding-bottom: 7.5vw;
}
@media (max-width: 768px) {
  .contact-tel {
    padding-bottom: 60px;
  }
}

.contact-tel_unit {
  position: relative;
}

.contact-tel_item {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 3vw 0;
  border-radius: 30px;
  margin-top: 8vw;
}
@media (max-width: 768px) {
  .contact-tel_item {
    margin-top: 60px;
  }
}

/*------------------------------------------------
contact-form
--------------------------------------------------*/
.contact-form_cover {
  position: relative;
}

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

.contact-form_text {
  font-size: 16px;
  font-size: 1rem;
}
.contact-form_text span {
  color: #FF1B1B;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_contacts {
  width: 100%;
  height: auto;
  background-image: url(../images/ft_contact.jpg);
  text-align: center;
  padding: 100px 0 65px;
  background-size: cover;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -27px;
}
@media (max-width: 768px) {
  .ft_contacts {
    padding: 40px 0;
  }
}

.ft_contact_text {
  padding-top: 1.9vw;
  font-size: clamp(1.125rem, 0.656rem + 0.73vw, 1.563rem);
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ft_contact_text {
    padding-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ft_contact_items {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 3vw;
  padding-top: 2.5vw;
}
@media (max-width: 1024px) {
  .ft_contact_items {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .ft_contact_items {
    padding-top: 20px;
    gap: 10px;
  }
}

.ft_contact_item {
  width: 41%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
  height: 270px;
}
@media (max-width: 1024px) {
  .ft_contact_item {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px 0;
  }
}

.ft_sales {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FF1B1B;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .ft_sales {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

.ft_contact_link {
  margin-top: 22px;
  display: block;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
@media (min-width: 1025px) {
  .ft_contact_link:hover .is_ft_contact {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .ft_contact_link {
    margin-top: 10px;
  }
}

.ft_contact_form {
  font-size: clamp(1.188rem, -0.313rem + 3.13vw, 1.688rem);
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}

.ft_navs {
  background-color: #3A3F4D;
  padding: 97px 5vw 50px;
}
@media (max-width: 768px) {
  .ft_navs {
    padding: 40px 5%;
  }
}

.ft_logo_address {
  display: flex;
  align-items: center;
  gap: 2.7vw;
}
@media (max-width: 1024px) {
  .ft_logo_address {
    flex-direction: column;
    align-items: baseline;
  }
}

.ft_logo {
  width: 17vw;
  height: 66px;
  min-width: 200px;
  display: block;
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_address {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 768px) {
  .ft_address {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ft_address_items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-top: 69px;
}
@media (max-width: 768px) {
  .ft_address_items {
    padding-top: 30px;
  }
}

.ft_address_item {
  padding: 0 1.5vw 0 2.3vw;
  border-left: #ffffff 1px solid;
}

.ft_nav_lists {
  display: flex;
  align-items: center;
  gap: 1.7vw;
  padding-top: 93px;
}
@media (max-width: 1024px) {
  .ft_nav_lists {
    display: none;
  }
}

.ft_nav_link {
  position: relative;
  padding-left: 15px;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover::before {
    left: 5px;
  }
}
.ft_nav_link::before {
  position: absolute;
  content: "";
  background-image: url(../images/ft_nav_icon.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background-size: contain;
  transition: all 0.3s;
}

.copyright {
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
  padding-top: 39px;
}
.copyright .is_text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

/*-------------------------------------------------------------------------------
swiper
--------------------------------------------------------------------------------*/
.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .swiper-item {
    padding-top: 25px;
  }
}
.swiper-item .swiper {
  height: auto;
  overflow: hidden;
}
.swiper-item .swiper .swiper-wrapper {
  height: auto;
}
.swiper-item .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .swiper-item .swiper .swiper-slide {
    gap: 5%;
  }
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-slide {
    flex-direction: column;
    gap: 20px;
  }
}
.swiper-item .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-image {
  aspect-ratio: 92/75;
  width: 47vw;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-image {
    width: 100%;
  }
}
.swiper-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 70%, rgba(26, 190, 120, 0.5) 100%);
}

/*以下、ボタン用の記述*/
.swiper-item {
  position: relative;
}

.swiper-buttons {
  display: flex;
  justify-content: center;
  transform: rotate(180deg);
  position: absolute;
  left: -22.5vw;
  top: 54%;
}
@media (max-width: 1199px) {
  .swiper-buttons {
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    top: auto;
    bottom: -90px;
  }
}
@media (max-width: 768px) {
  .swiper-buttons {
    bottom: -55px;
  }
}

.swiper-item .swiper-button-next {
  display: block;
  width: 4vw;
  height: 4vw;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  border: #1FA76D 1px solid;
}
@media (max-width: 768px) {
  .swiper-item .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.swiper-item .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/arrow_green.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 1025px) {
  .swiper-item .swiper-button-next:hover {
    transform: scale(1.05);
  }
}
.swiper-item .swiper-button-next::after {
  display: none;
}
.swiper-item .swiper-button-prev {
  display: block;
  width: 4vw;
  height: 4vw;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  border: #1FA76D 1px solid;
}
@media (max-width: 768px) {
  .swiper-item .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .swiper-item .swiper-button-prev:hover {
    transform: scale(1.05);
  }
}
.swiper-item .swiper-button-prev::after {
  content: "";
  position: absolute;
  background: url(../images/arrow_green.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.company .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link {
  color: #1FA76D;
}

body.inspection .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link {
  color: #1FA76D;
}

body.cleaning .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link {
  color: #1FA76D;
}

body.recruit .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link {
  color: #1FA76D;
}

body.contact .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link {
  color: #1FA76D;
}

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

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

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

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

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact-form {
  width: min(900px, 90%);
  margin: 0 auto;
  position: relative;
  padding-bottom: 127px;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 0 0 87px;
  }
}

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

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

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

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

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

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

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

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

.step-input .form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 500px;
}
@media (max-width: 1024px) {
  .step-input .form_contact_01 {
    max-width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 26%;
  right: 15px;
  color: #1FA76D;
}

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

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

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

textarea {
  height: 232px;
}

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

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

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

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

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

.mw_wp_form_preview .unit-privacy {
  display: none;
}
.mw_wp_form_preview .privacy-agree {
  text-align: left;
}
.mw_wp_form_preview .contact-form_unit dl {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
  display: flex;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl {
    flex-direction: column;
  }
}
.mw_wp_form_preview .contact-form_unit dl dt {
  width: 30%;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dt {
    width: 100%;
  }
}
.mw_wp_form_preview .contact-form_unit dl dd {
  width: 70%;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dd {
    width: 100%;
  }
}
.mw_wp_form_preview .privacy-agree {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
}

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

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

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

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

.error404-info {
  padding: 200px 0;
}
.contact-lead_txt {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 3vw;
}
@media (max-width: 768px) {
  .contact-lead_txt {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 25px;
  }
}

.error404_wrap {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 5%;
}

.error404_texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .error404_texts {
    margin: 0 auto 0 0;
  }
}

.none {
  display: none;
}

.contact-form_unit dl {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact-form_unit dl {
    margin-top: 20px;
  }
}
.contact-form_unit dl:first-of-type {
  margin-top: 0;
}
.contact-form_unit dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0;
}
.contact-form_unit dl dt label {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-form_unit dl dt label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-form_unit dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .contact-form_unit dl dd {
    margin-top: 10px;
  }
}
.contact-form_unit dl input,
.contact-form_unit dl textarea,
.contact-form_unit dl select {
  padding: 13px 26px 15px;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 10px;
}
.contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(86, 86, 86, 0.35);
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
}
.contact-form_unit dl input::placeholder,
.contact-form_unit dl textarea::placeholder,
.contact-form_unit dl select::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(86, 86, 86, 0.35);
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-form_unit dl input::placeholder,
  .contact-form_unit dl textarea::placeholder,
  .contact-form_unit dl select::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-form_unit dl input:focus,
.contact-form_unit dl textarea:focus,
.contact-form_unit dl select:focus {
  outline: none;
}

.required {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #1FA76D;
  color: #fff;
  padding: 3px 10px;
  margin-left: 15px;
  border-radius: 5px;
}

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

.wpcf7-list-item {
  margin: 0 0 0 1em;
}
.wpcf7-list-item:first-of-type {
  margin: 0;
}
@media (max-width: 1024px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 13px 12px 43px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-top: 19px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 17px;
  left: 12px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    top: 23px;
    left: 16px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  border: 2px solid rgba(31, 167, 109, 0.6);
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    top: 12px;
    left: 5px;
  }
}
input[type=radio]:checked + span::before {
  background-color: #fff;
}
input[type=radio]:checked + span::after {
  background-color: #1FA76D;
}

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

.privacy-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .privacy-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

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

.confirm-button {
  border-radius: 60px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #ffffff;
  gap: 50px;
  background: #1FA76D;
  padding: 12px 12px 12px 50px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .confirm-button:hover .is_arrow {
    transform: scale(1.1);
  }
}
.confirm-button .is_arrow {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .confirm-button .is_arrow {
    width: 33px;
    height: 33px;
  }
}
.confirm-button .is_arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_green.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.confirm-button.is_form_input {
  color: #ffffff;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .confirm-button.is_form_input {
    margin-top: 20px;
  }
}

.back-button {
  border-radius: 60px;
  display: flex;
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #ffffff;
  gap: 50px;
  background-color: #193E56;
  padding: 12px 50px 12px 12px;
}
@media (max-width: 768px) {
  .back-button {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .back-button:hover .is_arrow {
    transform: scale(1.1);
  }
}
.back-button .is_arrow {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .back-button .is_arrow {
    width: 33px;
    height: 33px;
  }
}
.back-button .is_arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

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

#form-confirm dl {
  padding: 30px 0;
  border-top: 1px #333333 solid;
  margin-top: 0;
}
#form-confirm dl:last-of-type {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}

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

.has-spinner {
  padding: 20px 120px 20px 50px;
}
@media (max-width: 768px) {
  .has-spinner {
    padding: 14px 120px 14px 50px;
  }
}

.submit_arrow {
  position: relative;
  z-index: -1;
}
.submit_arrow::after {
  position: absolute;
  content: "\e5c8";
  font-family: "Material Icons Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  width: 43px;
  height: 43px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #1FA76D;
  display: block;
  flex-shrink: 0;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .submit_arrow::after {
    width: 33px;
    height: 33px;
  }
}

.submit_btn {
  border-radius: 60px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #ffffff;
  background: #1FA76D;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .submit_btn {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .submit_btn:hover .submit_arrow::after {
    transform: translateY(-50%) scale(1.05);
  }
}

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

.contact_thanks .contact-form {
  padding-top: 13.5vw;
}
@media (max-width: 1024px) {
  .contact_thanks .contact-form {
    padding-top: 130px;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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