/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  フォント指定
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
  px to vw
-------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------
  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: #00AEFF;
  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: #00AEFF;
  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: #F4F7F5;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #1A3E60;
}
.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: #1A3E60;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #1A3E60;
}
.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: #1A3E60;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #F4F7F5;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #1A3E60;
}
.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: #1A3E60;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 27px;
  font-size: 1.6875rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #00AEFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

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

.wp-post_content {
  inline-size: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .wp-post_content {
    inline-size: 90%;
  }
}
.wp-post_content > *:not(.has-custom-width) {
  inline-size: 100%;
}
@media (max-width: 768px) {
  .wp-post_content > *:not(.has-custom-width) {
    inline-size: 100%;
  }
}
.wp-post_content > * {
  margin-inline: auto;
  margin-block-end: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}
.wp-post_content {
  /*----------------------------------------
    heading
  ------------------------------------------*/
}
.wp-post_content h1,
.wp-post_content h2,
.wp-post_content h3,
.wp-post_content h4,
.wp-post_content h5,
.wp-post_content h6 {
  font-weight: 700;
}
.wp-post_content h1.has-background,
.wp-post_content h2.has-background,
.wp-post_content h3.has-background,
.wp-post_content h4.has-background,
.wp-post_content h5.has-background,
.wp-post_content h6.has-background {
  padding: fuild;
}
.wp-post_content h1:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--extra);
  line-height: 2;
}
.wp-post_content h2:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--large);
  line-height: 2;
}
.wp-post_content h3:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 2;
}
.wp-post_content h4:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--middle);
  line-height: 2;
}
.wp-post_content h5:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--regular);
  line-height: 2;
}
.wp-post_content h6:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--small);
  line-height: 2;
}
.wp-post_content h1,
.wp-post_content h2,
.wp-post_content h3 {
  margin-block-end: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}
.wp-post_content h4,
.wp-post_content h5,
.wp-post_content h6 {
  margin-block-end: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}
.wp-post_content p {
  font-size: clamp(1.125rem, 0.2732240437vw + 0.993852459rem, 1.25rem);
}
.wp-post_content s {
  text-decoration-line: line-through;
}
.wp-post_content {
  /*----------------------------------------
    list
  ------------------------------------------*/
}
.wp-post_content ol:not([class*=is-style]),
.wp-post_content ul:not([class*=is-style]) {
  --start_gap: 20px;
}
.wp-post_content ol:not([class*=is-style]) > li,
.wp-post_content ul:not([class*=is-style]) > li {
  position: relative;
  margin-inline: 0;
  max-width: 100%;
}
.wp-post_content ol:not([class*=is-style]) > li::before,
.wp-post_content ul:not([class*=is-style]) > li::before {
  position: absolute;
  left: 0;
}
.wp-post_content ol:not([class*=is-style]) > li ul,
.wp-post_content ol:not([class*=is-style]) > li ol,
.wp-post_content ul:not([class*=is-style]) > li ul,
.wp-post_content ul:not([class*=is-style]) > li ol {
  max-width: 100%;
  inline-size: 100%;
  margin-block-end: 0;
  margin-inline: 0;
}
.wp-post_content ol:not([class*=is-style]) {
  list-style: none;
  counter-reset: list_number 0;
}
.wp-post_content ol:not([class*=is-style]) > li {
  padding-left: calc(var(--wp--preset--spacing--20) + 1rem + 10px);
  counter-increment: list_number 1;
}
.wp-post_content ol:not([class*=is-style]) > li::before {
  content: counter(list_number, decimal-leading-zero) ".";
  margin-inline-end: var(--wp--preset--spacing--20);
}
.wp-post_content ol:not([class*=is-style]) ol {
  counter-reset: list_number;
}
.wp-post_content ul:not([class*=is-style]) {
  --cercle: 10px;
  list-style: none;
}
.wp-post_content ul:not([class*=is-style]) > li {
  padding-left: calc(var(--wp--preset--spacing--20) + var(--cercle));
}
.wp-post_content ul:not([class*=is-style]) > li::before {
  content: "";
  inline-size: var(--cercle);
  min-inline-size: var(--cercle);
  aspect-ratio: 1;
  border-radius: calc(infinity * 1px);
  background: #00AEFF;
  top: 0.5rem;
}
.wp-post_content {
  /*----------------------------------------
    table
  ------------------------------------------*/
}
.wp-post_content table:not([class*=is-style]) thead,
.wp-post_content table:not([class*=is-style]) tbody,
.wp-post_content table:not([class*=is-style]) tfoot {
  border: none;
}
.wp-post_content table:not([class*=is-style]) thead th,
.wp-post_content table:not([class*=is-style]) thead td,
.wp-post_content table:not([class*=is-style]) tbody th,
.wp-post_content table:not([class*=is-style]) tbody td,
.wp-post_content table:not([class*=is-style]) tfoot th,
.wp-post_content table:not([class*=is-style]) tfoot td {
  border: none;
  padding: var(--wp--preset--spacing--20);
}
.wp-post_content {
  /*----------------------------------------
    image
  ------------------------------------------*/
}
.wp-post_content figure img {
  border-radius: 10px;
  max-block-size: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-post_content {
  /*----------------------------------------
    align
  ------------------------------------------*/
}
.wp-post_content *:has([class*=align])::after {
  content: "";
  clear: both;
  display: block;
}
.wp-post_content *:has([class*=align]) > a,
.wp-post_content *:has([class*=align]) > figure {
  margin-block-end: 0;
}
.wp-post_content *:has([class*=align]) > a figcaption,
.wp-post_content *:has([class*=align]) > figure figcaption {
  margin-block-end: 0;
}

/*-------------------------------------------------------------------------------
  title
--------------------------------------------------------------------------------*/
.is-style-ttl__border {
  display: grid;
  grid-template-columns: 3px 1fr;
  align-items: stretch;
  gap: 0 var(--wp--preset--spacing--20);
  font-weight: bold;
}
.is-style-ttl__border::before {
  content: "";
  inline-size: 3px;
  display: block;
  background: #00AEFF;
}

.is-style-ttl__beta {
  padding: var(--wp--preset--spacing--20);
  background: #00AEFF;
  color: #FFF;
  font-weight: bold;
}

/*-------------------------------------------------------------------------------
  gallery
--------------------------------------------------------------------------------*/
.is-style-gallery__uniform.has-nested-images figure {
  flex-grow: unset;
}
.is-style-gallery__uniform figure {
  inline-size: calc(33.3333333333% - var(--wp--style--block-gap) * 2 / 3);
  block-size: auto;
}
.is-style-gallery__uniform img {
  inline-size: 100% !important;
}
.is-style-gallery__uniform figure,
.is-style-gallery__uniform img {
  flex-grow: unset !important;
  aspect-ratio: 4/3;
}
.is-style-gallery__uniform .components-drop-zone {
  flex-grow: unset !important;
}

/* image block は render_block フィルタで .pest_insects_img 構造へ変換して制御 */
/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1A3E60;
  font-family: "Noto Sans JP", "Figtree", "Lato", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  background: #ffffff;
}

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

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

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

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
@media (max-width: 1024px) {
  .header {
    height: 65px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 10px;
  }
}

.hd_logo {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 25%;
}
@media (max-width: 1024px) {
  .hd_logo {
    gap: 8px;
  }
}
@media (max-width: 1090px) {
  .hd_logo {
    max-width: unset;
    width: 180px;
  }
}
.hd_logo .company_logo {
  width: 320px;
  height: auto;
}
.hd_logo .company_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hd_logo .company_logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .hd_logo .company_logo:hover {
    opacity: 1;
  }
}
.hd_logo .security_logo {
  width: 75px;
  height: auto;
}
@media (max-width: 1024px) {
  .hd_logo .security_logo {
    width: 49px;
  }
}
.hd_logo .security_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.hd_item_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .hd_item_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}

.hd_item_wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .global_nav {
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 65px);
    padding: 24px 20px 40px;
    background: url("../images/index_company.jpg") no-repeat center/cover;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
    overflow-y: auto;
  }
  .global_nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.global_nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1330px) {
  .global_nav ul {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0;
    align-items: center;
    padding-right: 130px;
  }
}
.global_nav ul li a {
  display: block;
  color: #1A3E60;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.global_nav ul li a:hover {
  color: #00AEFF;
}
@media (max-width: 1024px) {
  .global_nav ul li {
    width: 100%;
  }
  .global_nav ul li:not(:last-of-type) {
    width: 100%;
  }
}
@media (max-width: 1330px) {
  .global_nav ul li:not(:last-of-type) {
    width: 100%;
  }
  .global_nav ul li:last-of-type {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
  }
}
.global_nav ul li:last-of-type {
  background: #00AEFF;
  border-radius: 20px;
}
.global_nav ul li:last-of-type a {
  font-size: clamp(0.9375rem, 0.9080882353rem + 0.0980392157vw, 1rem);
  color: #ffffff;
  padding: 16px 40px;
  transition: 0.3s;
  border-radius: 20px;
  border: 3px solid #00AEFF;
}
.global_nav ul li:last-of-type a:hover {
  background: #ffffff;
  color: #00AEFF;
}
@media (max-width: 768px) {
  .global_nav ul li:last-of-type a:hover {
    background: #00AEFF;
    color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .global_nav ul li:last-of-type {
    position: static;
    transform: none;
    margin-top: 8px;
  }
  .global_nav ul li:last-of-type a {
    padding: 16px 24px;
    text-align: center;
  }
}
.global_nav ul li .nav_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00AEFF;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
}
.global_nav ul li .nav_tel img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 5px;
}
.global_nav ul li .nav_time {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .global_nav ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: unset;
    width: 100%;
  }
}

/* PC表示では非表示 */
.sp-only-tel {
  display: none;
}

/* SP表示（必要に応じてブレイクポイントは調整してください） */
@media screen and (max-width: 767px) {
  .global_nav ul .sp-only-tel {
    display: block; /* または横並びなら list-item など */
  }
}
.btn-trigger {
  display: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn-trigger {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 10;
  }
  .btn-trigger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #00AEFF;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    border-radius: 100px;
    transition: all 0.3s;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 25px;
  }
  .btn-trigger span:nth-of-type(3) {
    top: 35px;
  }
}
.btn-trigger.is-active > span {
  left: 50%;
}
.btn-trigger.is-active > span:nth-of-type(1) {
  transform: translate(-50%, 10px) rotate(45deg);
}
.btn-trigger.is-active > span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.is-active > span:nth-of-type(3) {
  transform: translate(-50%, -10px) rotate(-45deg);
}

body.is-nav-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .sp_nav_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    row-gap: 20px;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }
}

.sp_sns_logo {
  display: none;
}
@media (max-width: 1024px) {
  .sp_sns_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg_wrap {
  position: relative;
  overflow: hidden;
}

.mainimg {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .mainimg {
    position: relative;
  }
  .mainimg::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(64, 64, 64, 0.4);
    z-index: 1;
  }
}
.mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .mainimg img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}

.mv_txt_wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 32px);
  padding: clamp(24px, 3.5vw, 56px);
  padding-top: clamp(72px, 10vh, 140px);
  color: #ffffff;
}
@media (max-width: 768px) {
  .mv_txt_wrap {
    justify-content: flex-end;
    padding: 24px 0 65px;
    gap: 14px;
  }
}

.mv_points {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  max-width: min(940px, 100%);
  gap: 20px;
  row-gap: 0;
}
@media (max-width: 768px) {
  .mv_points {
    width: 100%;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    grid-auto-rows: 1fr;
    row-gap: 5px;
  }
}

.mv_point {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* これにより1行でも2行でも必ず枠の縦中央に配置されます */
  padding: clamp(12px, 1.6vw, 18px) clamp(8px, 1vw, 12px);
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
.mv_point::before, .mv_point::after {
  position: absolute;
  /* 【対策】topを50%にし、完全に要素の縦中央に固定する */
  top: 55%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 100%;
}
.mv_point::before {
  background: url("../images/wing01.png") no-repeat center/contain; /* coverからcontainに変更（羽の端が切れるのを防ぐ） */
  left: 0; /* 左右の位置はお好みで微調整してください */
}
.mv_point::after {
  background: url("../images/wing02.png") no-repeat center/contain; /* 同上 */
  right: 0; /* 同上 */
}

.mv_txt {
  font-size: clamp(2.1875rem, 0.5698529412rem + 5.3921568627vw, 5.625rem);
  font-weight: bold;
  line-height: 1.5;
}
.mv_txt .mv_txt_particle {
  margin-left: -0.45em;
}
@media (max-width: 768px) {
  .mv_txt {
    white-space: nowrap;
  }
}

.mv_sub_txt {
  font-size: clamp(1.125rem, 0.8897058824rem + 0.7843137255vw, 1.625rem);
  font-weight: bold;
  line-height: 1.8;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .mv_sub_txt {
    padding-left: 0;
    width: 95%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .mv_sub_txt br {
    display: none;
  }
}

.low_ttl_box {
  padding-left: 3%;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  .low_ttl_box {
    padding-left: 0;
    position: unset;
    width: unset;
  }
}

.lower_ttl {
  color: #00AEFF;
  font-size: clamp(1.75rem, 0.9852941176rem + 2.5490196078vw, 3.375rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}

.low_mainimg_block {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  width: 95%;
  gap: 5%;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .low_mainimg_block {
    padding: 100px 0 60px;
    flex-direction: column;
    row-gap: 20px;
  }
}

.low_img {
  width: 68%;
  height: 550px;
  border-radius: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .low_img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .low_img {
    height: 220px;
  }
}
.low_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .low_img img {
    border-radius: 20px 0 0 20px;
  }
}

/*-------------------------------------------------------------------------------
  pages
--------------------------------------------------------------------------------*/
body.index .low_img {
  background: url(../images/mainimg01.jpg) no-repeat 50%/cover;
}
body.index .global_nav li:nth-of-type(1) a {
  color: #00AEFF;
}
body.index .global_nav li:last-of-type a {
  color: #ffffff;
}
body.index .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

body.service .low_img {
  background: url(../images/mainimg02.jpg) no-repeat 50%/cover;
}
body.service .global_nav li:nth-of-type(2) a {
  color: #00AEFF;
}
body.service .global_nav li:last-of-type a {
  color: #ffffff;
}
body.service .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

body.price .low_img {
  background: url(../images/mainimg03.jpg) no-repeat 50%/cover;
}
body.price .global_nav li:nth-of-type(3) a {
  color: #00AEFF;
}
body.price .global_nav li:last-of-type a {
  color: #ffffff;
}
body.price .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

body.post-type-archive-post .low_img {
  background: url(../images/mainimg04.jpg) no-repeat 50%/cover;
}
body.post-type-archive-post .global_nav li:nth-of-type(4) a {
  color: #00AEFF;
}
body.post-type-archive-post .global_nav li:last-of-type a {
  color: #ffffff;
}
body.post-type-archive-post .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

body.single-post .low_img {
  background: url(../images/mainimg04.jpg) no-repeat 50%/cover;
}
body.single-post .global_nav li:nth-of-type(4) a {
  color: #00AEFF;
}
body.single-post .global_nav li:last-of-type a {
  color: #ffffff;
}
body.single-post .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

body.company .low_img {
  background: url(../images/mainimg05.jpg) no-repeat 50%/cover;
}
body.company .global_nav li:nth-of-type(5) a {
  color: #00AEFF;
}
body.company .global_nav li:last-of-type a {
  color: #ffffff;
}
body.company .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

body.contact .low_img {
  background: url(../images/mainimg06.jpg) no-repeat 50%/cover;
}
body.contact .global_nav li:nth-of-type(6) a {
  color: #00AEFF;
}
body.contact .global_nav li:last-of-type a {
  color: #ffffff;
}
body.contact .global_nav li:last-of-type a:hover {
  color: #00AEFF;
}

/*-------------------------------------------------------------------------------
  pagination  ページネーション
--------------------------------------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination .arrow_box {
  margin-right: 15px;
  transition: 0.3s;
}
.pagination .arrow_box:hover {
  background: #e6f7ff;
}
@media (max-width: 768px) {
  .pagination .arrow_box:hover {
    background: #ffffff;
  }
}

.pager {
  font-family: "Figtree";
  font-weight: 900;
  font-size: clamp(1.5625rem, 1.2683823529rem + 0.9803921569vw, 2.1875rem);
  color: #0089C9;
  transition: 0.3s;
}
.pager:hover {
  color: #00AEFF;
}
@media (max-width: 768px) {
  .pager:hover {
    color: #0089C9;
  }
}
.pager.current {
  color: #00AEFF;
}

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

.cmn_ja_ttl {
  font-size: clamp(1.5rem, 1.0294117647rem + 1.568627451vw, 2.5rem);
  font-weight: bold;
}

.cmn_en_ttl {
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
  font-weight: bold;
  color: #00AEFF;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-family: "Figtree";
}
@media (max-width: 768px) {
  .cmn_en_ttl {
    line-height: 1;
  }
}

.cmn_btn {
  background: #ffffff;
  color: #00AEFF;
  border: 3px solid #00AEFF;
  display: inline-block;
  padding: 25px 10px;
  max-width: 380px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
.cmn_btn:hover {
  background: #00AEFF;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cmn_btn:hover {
    background: #ffffff;
    color: #00AEFF;
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 20px 10px;
  }
}
.cmn_btn.is_center {
  display: block;
}
.cmn_btn.link_btn {
  max-width: 560px;
  background: #F4F7F5;
  width: 100%;
  margin: unset;
}
.cmn_btn.link_btn:hover {
  background: #00AEFF;
}
@media (max-width: 768px) {
  .cmn_btn.link_btn:hover {
    background: #F4F7F5;
  }
}
@media (max-width: 768px) {
  .cmn_btn.link_btn {
    padding: 20px 10px;
  }
}
.cmn_btn.is_company {
  background: #F4F7F5;
}
.cmn_btn.is_company:hover {
  background: #00AEFF;
}
@media (max-width: 768px) {
  .cmn_btn.is_company:hover {
    background: #F4F7F5;
  }
}
@media (max-width: 768px) {
  .cmn_btn.is_company {
    display: block;
  }
}

.news_date {
  font-family: "Figtree";
  font-weight: 900;
  color: #A9A9A9;
  letter-spacing: 0.05em;
  font-size: clamp(1.0625rem, 0.9742647059rem + 0.2941176471vw, 1.25rem);
}
@media (max-width: 768px) {
  .news_date {
    line-height: 1.2;
  }
}
.news_date.is_archive {
  text-align: right;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .news_date.is_archive {
    padding-top: 5px;
  }
}
.news_date.is_index {
  max-width: 125px;
  width: 100%;
}

/*-------------------------------------------------------------------------------
  single-pager　詳細ページ ページネーション
--------------------------------------------------------------------------------*/
.single-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 810px;
  width: 90%;
  margin: 0 auto;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .single-pager {
    padding-top: 80px;
    max-width: unset;
    flex-direction: column;
    row-gap: 20px;
  }
}

.single-pager_prev:hover .arrow_box, .single-pager_next:hover .arrow_box {
  background: #e6f7ff;
}
@media (max-width: 768px) {
  .single-pager_prev:hover .arrow_box, .single-pager_next:hover .arrow_box {
    background: #ffffff;
  }
}

.cmn_arrow_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cmn_arrow_wrap p {
  color: #0089C9;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
}

.single-pager_back {
  max-width: 260px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 25px 10px;
  text-align: center;
  font-weight: bold;
  color: #0089C9;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
  border: 3px solid #00AEFF;
  transition: 0.3s;
}
.single-pager_back:hover {
  background: #00AEFF;
  color: #ffffff;
}
@media (max-width: 768px) {
  .single-pager_back:hover {
    background: #ffffff;
    color: #00AEFF;
  }
}
@media (max-width: 768px) {
  .single-pager_back {
    max-width: unset;
    width: auto;
    padding: 20px 30px;
  }
}

.arrow_box {
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid #00AEFF;
  width: 60px;
  height: 60px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .arrow_box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
.arrow_box::before {
  position: absolute;
  content: "\e5c4";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 37px;
  font-size: 2.3125rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  color: #00AEFF;
}
@media (max-width: 1024px) {
  .arrow_box::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.arrow_box.is_next::before {
  content: "\e5c8";
}

/*-------------------------------------------------------------------------------
  HOME　トップページ
--------------------------------------------------------------------------------*/
.front_page_unit {
  padding: 100px 0 80px;
  display: flex;
  align-items: flex-start;
  gap: 8%;
  width: 90%;
  margin: 0 auto;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .front_page_unit {
    padding: 50px 0 40px;
    flex-direction: column-reverse;
  }
}

.front_page_img_wrap {
  width: 40%;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .front_page_img_wrap {
    width: 100%;
    padding-bottom: 20px;
  }
}

.img_list {
  position: relative;
  min-height: clamp(500px, 56vw, 680px);
}
@media (max-width: 1024px) {
  .img_list {
    min-height: clamp(300px, 87vw, 520px);
  }
}
.img_list li {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(190px, 68%, 350px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0.9);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 1024px) {
  .img_list li {
    width: clamp(150px, 48vw, 350px);
  }
}
.img_list li:nth-child(1) {
  top: 0;
  left: 18%;
  z-index: 1;
}
.img_list li:nth-child(2) {
  top: 43%;
  left: -6%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .img_list li:nth-child(2) {
    left: -2%;
  }
}
.img_list li:nth-child(3) {
  top: 31%;
  left: 48%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .img_list li:nth-child(3) {
    left: 51%;
  }
}
.img_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_list li.is_visible {
  opacity: 1;
  transform: scale(1);
}

.front_page_img {
  max-width: 360px;
  height: auto;
  width: 100%;
  margin: -250px auto 0;
  position: sticky;
  top: 110px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .front_page_img {
    max-width: 220px;
    margin: -130px auto 0;
    position: relative;
    top: auto;
    z-index: 1;
  }
}
.front_page_img img {
  width: 100%;
  height: auto;
}

.front_page_txt {
  width: 57%;
}
@media (max-width: 1024px) {
  .front_page_txt {
    width: 100%;
  }
}
.front_page_txt p {
  color: #00AEFF;
  line-height: 1.8;
  font-weight: bold;
  padding-bottom: 80px;
  font-size: clamp(1.375rem, 0.7279411765rem + 2.1568627451vw, 2.75rem);
}
@media (max-width: 1024px) {
  .front_page_txt p {
    line-height: 1.5;
    padding-bottom: 40px;
  }
}
.front_page_txt span {
  display: block;
  line-height: 2.4;
  font-weight: 500;
  padding-bottom: 30px;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 1024px) {
  .front_page_txt span {
    line-height: 1.8;
    padding-bottom: 15px;
  }
}
.front_page_txt span:last-of-type {
  padding-bottom: 0;
}

.index_strength_list_wrap {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index_strength_list_wrap {
    width: 100%;
  }
}

.index_strength_wrap {
  border: 1px solid #00AEFF;
  border-radius: 20px;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto 170px;
  padding: 100px 20px 80px;
}
@media (max-width: 1024px) {
  .index_strength_wrap {
    padding: 50px 20px 40px;
    margin-bottom: 60px;
  }
}

.index_strength_ttl {
  color: #00AEFF;
  padding-bottom: 80px;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  font-size: clamp(1.375rem, 1.1397058824rem + 0.7843137255vw, 1.875rem);
}
@media (max-width: 1024px) {
  .index_strength_ttl {
    padding-bottom: 40px;
    line-height: 1.8;
  }
}

.index_service_unit {
  background: #F4F7F5;
  padding: 140px 0 160px;
}
@media (max-width: 1024px) {
  .index_service_unit {
    padding: 55px 0 80px;
  }
}

.index_service_wrap {
  padding: 110px 0 80px;
  display: flex;
  max-width: 1570px;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
  gap: 6%;
}
@media (max-width: 1024px) {
  .index_service_wrap {
    flex-direction: column;
    max-width: unset;
    padding: 30px 0 40px;
    row-gap: 40px;
  }
}

.index_service_item {
  width: 47%;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  border-top: 8px solid #00AEFF;
  border-bottom: 8px solid #00AEFF;
  padding: 60px 3vw 40px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .index_service_item {
    width: 100%;
    padding: 40px 3vw 30px;
  }
}

.index_service_ttl {
  color: #00AEFF;
  padding-bottom: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(1.375rem, 1.1397058824rem + 0.7843137255vw, 1.875rem);
}
@media (max-width: 1024px) {
  .index_service_ttl {
    padding-bottom: 20px;
  }
}

.index_service_txt {
  padding-top: 20px;
  line-height: 1.8;
  font-weight: 500;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}

.index_service_img {
  position: relative;
  width: 100%;
  height: 360px;
}
@media (max-width: 1024px) {
  .index_service_img {
    height: 250px;
  }
}
.index_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_service_img::before {
  position: absolute;
  content: "";
  max-width: 150px;
  width: 100%;
  height: 150px;
  background: url("../images/mouse.png") no-repeat center/contain;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .index_service_img::before {
    width: 110px;
    height: 110px;
  }
}
.index_service_img.is_goki::before {
  max-width: 107px;
  height: 120px;
  background: url(../images/goki.png) no-repeat center/contain;
  position: absolute;
  content: "";
  bottom: 17px;
  right: 20px;
}
@media (max-width: 1024px) {
  .index_service_img.is_goki::before {
    max-width: unset;
    width: 75px;
    height: 80px;
    bottom: 15px;
    right: 13px;
  }
}

.index_price_unit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 150px 0 180px;
}
@media (max-width: 768px) {
  .index_price_unit {
    padding: 60px 0;
    text-align: left;
  }
}

.index_price_bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background: url("../images/index_price_bg.jpg") no-repeat center/cover;
  will-change: transform;
}

.index_price_inner {
  background: rgba(255, 255, 255, 0.6);
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
  backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .index_price_inner {
    padding: 30px 0 50px;
    max-width: unset;
  }
}

.index_price_txt {
  width: 90%;
  margin: 0 auto;
}
.index_price_txt p {
  padding: 80px 0;
  color: #00AEFF;
  font-weight: bold;
  line-height: 1.8;
  font-size: clamp(1.375rem, 1.1397058824rem + 0.7843137255vw, 1.875rem);
}
@media (max-width: 1024px) {
  .index_price_txt p {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768px) {
  .index_price_txt p {
    line-height: 1.5;
  }
}
.index_price_txt span {
  display: block;
  line-height: 2.4;
  font-weight: 500;
  padding-bottom: 80px;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 1024px) {
  .index_price_txt span {
    line-height: 1.8;
    padding-bottom: 20px;
  }
}

.link_wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  row-gap: 10px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .link_wrap {
    flex-direction: column;
  }
}

.index_news_unit {
  background: #F4F7F5;
  padding: 150px 0 160px;
}
@media (max-width: 1024px) {
  .index_news_unit {
    padding: 50px 0 60px;
  }
}

.index_news_inner {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .index_news_inner {
    max-width: unset;
  }
}

.index_news_wrap {
  margin-top: 80px;
  background: #ffffff;
  border-radius: 20px;
  border-top: 8px solid #00AEFF;
  border-bottom: 8px solid #00AEFF;
  padding: 50px 4vw 60px;
}
@media (max-width: 768px) {
  .index_news_wrap {
    padding: 40px 4vw 30px;
    margin-top: 30px;
  }
}

.index_news_item {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px dashed #B0C4DE;
  flex-wrap: wrap;
  row-gap: 0px;
  position: relative;
}
.index_news_item::before {
  position: absolute;
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.5s;
  color: #00AEFF;
}
@media (max-width: 768px) {
  .index_news_item::before {
    display: none;
  }
}
.index_news_item:hover .index_news_title {
  border-bottom: 1px solid #1A3E60;
}
@media (max-width: 768px) {
  .index_news_item:hover .index_news_title {
    border-bottom: unset;
  }
}
.index_news_item:first-of-type {
  border-top: 1px dashed #B0C4DE;
}
@media (max-width: 768px) {
  .index_news_item {
    flex-direction: column;
    row-gap: 5px;
    padding: 10px 0;
    align-items: flex-start;
  }
}

.index_news_detail {
  max-width: 1150px;
  width: 95%;
}
.index_news_detail .category_name {
  line-height: 1.8;
  padding: 0;
}

.index_news_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1A3E60;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .index_news_title {
    padding-top: 10px;
  }
}

.news_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 20px;
  transition: 0.3s;
}
.news_link:hover {
  opacity: 0.6;
}
.news_link p {
  color: #0089C9;
  font-weight: 500;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}

.index_company_unit {
  width: 90%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .index_company_unit {
    width: 100%;
    justify-content: unset;
    align-items: flex-start;
    row-gap: 40px;
    flex-direction: column;
    padding: 60px 0 40px;
  }
}

.index_company_txt_wrap {
  width: 49%;
}
@media (max-width: 768px) {
  .index_company_txt_wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.index_company_txt {
  padding: 80px 0;
  line-height: 2.4;
  font-weight: 500;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 768px) {
  .index_company_txt {
    padding: 20px 0 30px;
    line-height: 1.8;
  }
}

.index_company_img {
  width: 43%;
  height: 680px;
}
@media (max-width: 768px) {
  .index_company_img {
    width: 95%;
    margin-left: auto;
    height: 200px;
  }
}
.index_company_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  サービス内容
--------------------------------------------------------------------------------*/
.service_unit {
  position: relative;
  background: #F4F7F5;
  padding: 120px 0 0;
}
@media (max-width: 1024px) {
  .service_unit {
    padding: 60px 0;
  }
}
.service_unit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8.5vw;
  background: url("../images/under.png") no-repeat center/contain;
  bottom: -7.7vw;
  left: 0;
}

.service_ttl {
  padding-bottom: 80px;
  text-align: center;
  line-height: 2.4;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service_ttl {
    text-align: left;
    line-height: 1.8;
    padding-bottom: 20px;
  }
}

.worry_list_01 {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  gap: 20px;
  row-gap: 10px;
}
@media (max-width: 1024px) {
  .worry_list_01 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.worry_list_01 li {
  text-align: center;
  width: 420px;
  padding: 30px 10px;
  background: #EDEDED;
  border-radius: 50px;
  border: 4px solid #DADADA;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 1024px) {
  .worry_list_01 li {
    padding: 15px 5px;
    line-height: 1.5;
    width: 100%;
  }
}
.worry_list_01 li:nth-child(n+3) {
  display: none;
}
@media (max-width: 1024px) {
  .worry_list_01 li:nth-child(n+3) {
    display: block;
  }
}
.worry_list_01 li span {
  color: #00AEFF;
}

.worry_list_02 {
  display: flex;
  justify-content: space-between;
  max-width: 1520px;
  margin: 0 auto;
  width: 90%;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .worry_list_02 {
    padding-top: 40px;
  }
}

.worry_img_item {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .worry_img_item {
    max-width: unset;
    width: 190px;
  }
}
.worry_img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.worry_img_txt {
  margin-top: 60px;
  text-align: center;
  width: 420px;
  padding: 30px 10px;
  background: #EDEDED;
  border-radius: 50px;
  border: 4px solid #DADADA;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}
.worry_img_txt span {
  color: #00AEFF;
}
@media (max-width: 1024px) {
  .worry_img_txt {
    display: none;
  }
}

.strength_unit {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .strength_unit {
    padding-top: 80px;
  }
}

.strength_ttl {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  color: #00AEFF;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.0147058824rem + 0.7843137255vw, 1.75rem);
  width: 90%;
  margin: 0;
}
.strength_ttl br {
  display: block;
}
@media (max-width: 768px) {
  .strength_ttl br {
    display: none;
  }
}
@media (max-width: 768px) {
  .strength_ttl {
    line-height: 1.8;
    text-align: left;
  }
}
.strength_ttl::before {
  position: absolute;
  content: "";
  width: 150px;
  height: auto;
  background: url("../images/grass.png") no-repeat center/contain;
  aspect-ratio: 1/1;
  right: 20%;
  top: -35px;
}
@media (max-width: 768px) {
  .strength_ttl::before {
    width: 80px;
    right: 10px;
  }
}

.strength_contents_wrap {
  padding: 80px 0 180px;
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .strength_contents_wrap {
    padding: 40px 0 80px;
  }
}

.strength_contents_ttl {
  color: #F9F9F9;
  background: #00AEFF;
  padding: 15px 20px;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .strength_contents_ttl {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.strength_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 30px;
}
.strength_list li {
  width: 100%;
  max-width: 215px;
}
@media (max-width: 768px) {
  .strength_list li {
    width: 47%;
    max-width: unset;
  }
}

.strength_list_img {
  background: #C4ECFF;
  border-radius: 10px;
}
.strength_list_img img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength_list_txt {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-size: clamp(1rem, 0.7647058824rem + 0.7843137255vw, 1.5rem);
}
@media (max-width: 768px) {
  .strength_list_txt {
    padding-top: 10px;
  }
}
.strength_list_txt.is_addition {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .strength_list_txt.is_addition {
    padding-top: 10px;
  }
}
.strength_list_txt.is_index {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .strength_list_txt.is_index {
    padding-top: 12px;
  }
}
.strength_list_txt.is_index_addition {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .strength_list_txt.is_index_addition {
    padding-top: 20px;
  }
}

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

.cmn_service_ttl {
  border-radius: 4px;
  padding: 5px 30px;
  color: #ffffff;
  background: #0089C9;
  line-height: 2.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.1985294118rem + 0.5882352941vw, 1.75rem);
}

.service_contents {
  padding: 50px 0 90px;
}
@media (max-width: 1024px) {
  .service_contents {
    padding: 20px 0 0;
  }
}

.cmn_service_item {
  padding: 50px 0;
  border-bottom: 1px solid #B0C4DE;
}
.cmn_service_item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .cmn_service_item {
    padding: 30px 0 20px;
  }
}

.cmn_service_detail {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .cmn_service_detail {
    flex-direction: column;
    row-gap: 20px;
  }
}

.cmn_service_txt_wrap {
  width: 74%;
}
@media (max-width: 1024px) {
  .cmn_service_txt_wrap {
    width: 100%;
  }
}
.cmn_service_txt_wrap p {
  color: #00AEFF;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
}
.cmn_service_txt_wrap span {
  display: block;
  padding: 30px 0 0;
  font-weight: 500;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 1024px) {
  .cmn_service_txt_wrap span {
    padding: 15px 0 0;
  }
}

.cmn_service_img {
  width: 22%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 1024px) {
  .cmn_service_img {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cmn_service_img {
    height: 200px;
  }
}
.cmn_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.beforeafter_contents_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #F4F7F5;
  padding: 50px 5vw;
  flex-wrap: wrap;
  row-gap: 50px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .beforeafter_contents_wrap {
    flex-direction: column;
    row-gap: 30px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.beforeafter_contents_wrap .beforeafter_list:nth-child(even) {
  position: relative;
}
.beforeafter_contents_wrap .beforeafter_list:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3vw;
  border-left: 2px dashed #B0C4DE;
}
@media (max-width: 768px) {
  .beforeafter_contents_wrap .beforeafter_list:nth-child(even)::before {
    display: none;
  }
}

.beforeafter_list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 47%;
}
@media (max-width: 768px) {
  .beforeafter_list {
    gap: 12px;
    width: 100%;
    border-bottom: 2px dashed #B0C4DE;
    padding-bottom: 25px;
  }
  .beforeafter_list:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.beforeafter_list li {
  width: 48%;
}

.befaf_img {
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.befaf_img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .befaf_img {
    height: 150px;
  }
}
.befaf_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.service_gallery_list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #F4F7F5;
  padding: 50px 5vw;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .service_gallery_list {
    padding-top: 30px;
    gap: 20px;
    flex-direction: column;
  }
}
.service_gallery_list li {
  width: 23%;
}
@media (max-width: 1024px) {
  .service_gallery_list li {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .service_gallery_list li {
    width: 100%;
  }
}

.service_img_txt {
  padding-top: 15px;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8161764706rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .service_img_txt {
    padding-top: 7px;
  }
}

.service_gallery_img {
  width: 100%;
  height: 205px;
  overflow: hidden;
  position: relative;
}

.pest_insects_img {
  width: 100%;
  height: 100%;
}
.pest_insects_img.is_not_slide {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.pest_insects_img.is_not_slide div img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pest_insects_img img {
  height: 205px;
  -o-object-position: top left;
     object-position: top left;
}
.pest_insects_img .click_item {
  width: 150px;
  height: 150px;
  padding-top: 35px;
}
.pest_insects_img .click_item p {
  padding-bottom: 8px;
  font-size: clamp(0.75rem, 0.6911764706rem + 0.1960784314vw, 0.875rem);
}
.pest_insects_img .click_item .click_img {
  width: 50px;
  height: 50px;
}
.pest_insects_img .no-blur {
  pointer-events: none;
}

.corporation_service_unit {
  padding: 50px 0;
}

.flow_unit {
  background: #F4F7F5;
}
@media (max-width: 1024px) {
  .flow_unit {
    padding-bottom: 40px;
  }
}

.flow_contents {
  width: 65%;
  padding-top: 80px;
  height: auto;
}
@media (max-width: 1024px) {
  .flow_contents {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.flow_list {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .flow_list {
    margin-top: 30px;
  }
}
.flow_list li {
  display: flex;
  background: #ffffff;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .flow_list li {
    flex-direction: column;
  }
}
.flow_list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 35px;
  background: url("../images/point.png") no-repeat center/contain;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -53px;
}
.flow_list li:last-of-type {
  margin-bottom: 0;
}
.flow_list li:last-of-type::before {
  display: none;
}

.flow_detail_wrap {
  display: flex;
  align-items: center;
  padding: 50px;
  width: 100%;
  gap: 10%;
}
@media (max-width: 1024px) {
  .flow_detail_wrap {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .flow_detail_wrap {
    flex-direction: column;
    row-gap: 10px;
  }
}

.flow_txt_wrap .flow_ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
}
@media (max-width: 768px) {
  .flow_txt_wrap .flow_ttl {
    text-align: center;
  }
}
.flow_txt_wrap .flow_txt {
  padding: 30px 0 0 0;
}
.flow_list li:first-of-type .flow_txt_wrap .flow_txt {
  padding: 30px 0;
}
.flow_txt_wrap .flow_txt {
  font-weight: 500;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .flow_txt_wrap .flow_txt {
    padding: 10px 0 0 0;
  }
  .flow_list li:first-of-type .flow_txt_wrap .flow_txt {
    padding: 15px 0;
  }
}

.flow_contact_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
}

.flow_tel {
  font-size: clamp(2.125rem, 1.7132352941rem + 1.3725490196vw, 3rem);
  font-weight: bold;
  color: #0089C9;
  font-family: "Figtree";
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Lato";
  border-bottom: 2px solid #0089C9;
  pointer-events: none;
}
@media (max-width: 768px) {
  .flow_tel {
    gap: 5px;
    pointer-events: all;
  }
}
.flow_tel img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .flow_tel img {
    width: 30px;
    height: 30px;
  }
}

.flow_time {
  text-align: center;
  color: #0089C9;
  font-weight: bold;
  line-height: 2.4;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}

.flow_btn {
  background: #ffffff;
  border: 3px solid #00AEFF;
  border-radius: 20px;
  padding: 30px;
  color: #0089C9;
  font-weight: bold;
  line-height: 1.1;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
  letter-spacing: 0.04em;
}
.flow_btn:hover {
  background: #00AEFF;
  color: #ffffff;
}
@media (max-width: 768px) {
  .flow_btn {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

.step_num {
  background: #0089C9;
  align-self: stretch;
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .step_num {
    flex-direction: unset;
    width: 100%;
    gap: 5px;
    padding: 10px 0;
  }
}
.step_num span {
  display: block;
  line-height: 1.2;
  font-weight: 900;
  font-family: "Figtree";
  font-size: clamp(1.1875rem, 1.0110294118rem + 0.5882352941vw, 1.5625rem);
}
.step_num p {
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 900;
  font-family: "Figtree";
  font-size: clamp(1.3125rem, 0.6948529412rem + 2.0588235294vw, 2.625rem);
}

.flow_img {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .flow_img {
    width: 60px;
    height: auto;
  }
}
.flow_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.area_unit {
  padding: 140px 0 130px;
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .area_unit {
    padding: 60px 0;
  }
}

.area_contents {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .area_contents {
    flex-direction: column;
    row-gap: 30px;
  }
}

.area_txt_wrap {
  width: 50%;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .area_txt_wrap {
    width: 100%;
    padding-top: 30px;
  }
}

.area_txt {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}

.area_table {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .area_table {
    padding-top: 40px;
  }
}
.area_table dl {
  padding: 25px 10px;
  display: flex;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  border-bottom: 1px solid #B0C4DE;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}
.area_table dl:first-of-type {
  padding-top: 0;
}
.area_table dl dt {
  max-width: 160px;
  width: 100%;
}
@media (max-width: 768px) {
  .area_table dl dt {
    max-width: unset;
    width: 30%;
    line-height: 1.5;
  }
}
.area_table dl dd {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 768px) {
  .area_table dl dd {
    max-width: unset;
    width: 70%;
    font-weight: 500;
    line-height: 1.5;
  }
}

.area_img {
  width: 50%;
  height: 700px;
}
@media (max-width: 1024px) {
  .area_img {
    width: 100%;
    height: auto;
  }
}
.area_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
  料金案内
--------------------------------------------------------------------------------*/
.price_unit {
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .price_unit {
    padding-bottom: 60px;
  }
}

.price_inner {
  display: flex;
  align-items: flex-start; /* そのままでOK */
  gap: 5%;
  position: relative;
  width: 95%;
}
.price_inner.flow_inner {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .price_inner.flow_inner {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .price_inner {
    flex-direction: column-reverse;
    row-gap: 30px;
    width: 100%;
  }
}

.price_img {
  width: 30%;
  height: 100vh;
  position: sticky;
  top: 100px;
  border-radius: 0 20px 0 0;
}
@media (max-width: 1024px) {
  .price_img {
    width: 95%;
    position: static;
    height: 250px;
  }
}
.price_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 0 0;
}

.price_table_wrap {
  width: 65%;
  padding-top: 80px;
  height: auto;
}
@media (max-width: 1024px) {
  .price_table_wrap {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
  }
}

.price_note {
  margin: 80px 0 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: right;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 1024px) {
  .price_note {
    margin: 30px 0 7px;
  }
}

.service-name {
  background: #0089C9;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.0147058824rem + 0.7843137255vw, 1.75rem);
  padding: 10px 20px;
  letter-spacing: 0.04em;
  border-radius: 4px;
}

.price-table {
  padding: 20px 0 25px;
}
.price-table dl {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #B0C4DE;
  line-height: 1.3;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 768px) {
  .price-table dl {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
    align-items: flex-start;
    row-gap: 0;
  }
}
.price-table dl dt {
  width: 70%;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-table dl dt {
    width: 100%;
    padding: 20px;
    background: #F4F7F5;
  }
}
.price-table dl dd {
  width: 25%;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-table dl dd {
    width: 100%;
    padding: 20px;
  }
}
.price-table dl:first-of-type {
  border-top: 1px solid #B0C4DE;
}
@media (max-width: 768px) {
  .price-table dl:first-of-type {
    border-top: none;
  }
}

.supplement_txt {
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8161764706rem + 0.1960784314vw, 1rem);
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .supplement_txt {
    padding-bottom: 30px;
  }
}

.special_notes {
  background: #F4F7F5;
  padding: 30px 40px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .special_notes {
    padding: 20px;
    margin-top: 10px;
  }
}

.special_notes_ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}

.special_notes_txt {
  padding: 20px 0;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 1024px) {
  .special_notes_txt {
    padding: 10px 0 20px;
  }
}

.special_notes_list {
  background: #ffffff;
  padding: 30px 40px;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 1024px) {
  .special_notes_list {
    padding: 20px;
  }
}
.special_notes_list p {
  border-bottom: 1px solid #909090;
  padding-bottom: 15px;
}
.special_notes_list span {
  display: block;
  padding-top: 20px;
}

.faq_unit {
  background: #F4F7F5;
  padding: 140px 0 170px;
}
@media (max-width: 1024px) {
  .faq_unit {
    padding: 60px 0;
  }
}

.faq_inner {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
}

.faq_wrap {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .faq_wrap {
    padding-top: 20px;
  }
}

.question_box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 50px;
  margin-bottom: 30px;
  border-bottom: 8px solid #A2C3E7;
  cursor: pointer;
  transition: 0.3s ease;
}
.question_box:hover {
  border-bottom: 8px solid #00AEFF;
}
@media (max-width: 768px) {
  .question_box:hover {
    border-bottom: 8px solid #A2C3E7;
  }
}
@media (max-width: 768px) {
  .question_box {
    padding: 20px 40px 20px 20px;
    margin-bottom: 15px;
  }
}
.question_box:last-of-type {
  margin-bottom: 0;
}
.question_box .accordion_inner {
  align-items: flex-start;
  gap: 10px;
}
.question_box .faq_eg {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Figtree";
  color: #00AEFF;
  font-size: clamp(1.5rem, 1.1470588235rem + 1.1764705882vw, 2.25rem);
}
.question_box.is_open {
  border-bottom: 8px solid #00AEFF;
}

.question {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
  position: relative;
}
.question::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: 50%;
  right: -25px;
  background: #00AEFF;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 768px) {
  .question::before {
    height: 3px;
    width: 20px;
  }
}
.question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 30px;
  height: 5px;
  background: #00AEFF;
  transition: 0.4s;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  .question::after {
    height: 3px;
    width: 20px;
  }
}
.question.is_open::before {
  transform: translateY(-50%) rotate(0deg);
}
.question.is_open::after {
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 768px) {
  .question {
    font-size: 16px;
  }
}

.answer {
  padding-top: 20px;
  display: none;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .answer {
    padding-top: 10px;
  }
}

.question_text {
  color: #1A3E60;
  text-align: left;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}

.answer_text {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}

/*-------------------------------------------------------------------------------
  お知らせ・ブログ　一覧ページ
--------------------------------------------------------------------------------*/
.news_category_wrap {
  width: 18%;
  height: auto;
  position: sticky;
  top: 110px;
}
@media (max-width: 1200px) {
  .news_category_wrap {
    width: 100%;
    position: static;
    top: unset;
  }
}

.news_category_ttl {
  font-family: "Figtree";
  font-weight: bold;
  color: #00AEFF;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: clamp(1.375rem, 1.1985294118rem + 0.5882352941vw, 1.75rem);
}

.news_category {
  background: #ffffff;
  border-radius: 20px;
  border-top: 8px solid #00AEFF;
  border-bottom: 8px solid #00AEFF;
  padding: 2vw;
}
@media (max-width: 1200px) {
  .news_category {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 15px 20px 25px;
  }
}
.news_category li {
  border-bottom: 1px dotted #B0C4DE;
}
.news_category li.current-cat .cat-item_name::before {
  display: none;
}
.news_category .cat-item_name {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  color: #1A3E60;
  letter-spacing: 0.04em;
  font-size: clamp(1.125rem, 1.0073529412rem + 0.3921568627vw, 1.375rem);
}
@media (max-width: 1024px) {
  .news_category .cat-item_name {
    padding: 10px;
  }
}
.news_category .cat-item_name::before {
  position: absolute;
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.5s;
  color: #00AEFF;
}
@media (max-width: 1200px) {
  .news_category .cat-item_name::before {
    display: none;
  }
}
.news_category .cat-item_name.current-cat {
  color: #00AEFF;
}
.news_category .cat-item_name.current-cat::before {
  display: none;
}

.news_unit {
  background: #F4F7F5;
  padding: 80px 0 170px;
}
@media (max-width: 1024px) {
  .news_unit {
    padding: 40px 0 80px;
  }
}

.news_inner {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news_inner {
    flex-direction: column;
    row-gap: 50px;
  }
}

.news_contents_wrap {
  width: 72%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news_contents_wrap {
    width: 100%;
  }
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 60px;
}
@media (max-width: 1200px) {
  .news_list {
    row-gap: 40px;
  }
}
.news_list li {
  width: 48%;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.3s ease;
}
.news_list li:hover {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .news_list li:hover {
    box-shadow: unset;
  }
}
@media (max-width: 768px) {
  .news_list li {
    width: 100%;
  }
}
.news_list li a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 30px 3vw 20px;
}
@media (max-width: 768px) {
  .news_list li a {
    padding: 30px 6vw 20px;
  }
}

.news_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 300px;
}
@media (max-width: 1024px) {
  .news_img_wrap {
    height: 200px;
  }
}
.news_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_img_wrap img.is_no_blur {
  filter: none;
}

.news_ttl {
  font-weight: bold;
  color: #1A3E60;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 30px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
}
@media (max-width: 1024px) {
  .news_ttl {
    padding: 15px 0 0;
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------------------------------------
  お知らせ・ブログ　詳細ページ
--------------------------------------------------------------------------------*/
.news_single_unit {
  padding: 80px 0 170px;
  background: #F4F7F5;
}
@media (max-width: 1024px) {
  .news_single_unit {
    padding: 40px 0 80px;
  }
}

.single_inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.single_ttl {
  font-weight: bold;
  color: #0089C9;
  letter-spacing: 0.04em;
  font-size: clamp(1.5rem, 1.0882352941rem + 1.3725490196vw, 2.375rem);
  border-bottom: 2px solid #0089C9;
  padding-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .single_ttl {
    line-height: 1.5;
  }
}

.single_item_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.category_name {
  width: 100%;
  max-width: 240px;
  background: #C4ECFF;
  padding: 1px 10px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #1A3E60;
  font-size: clamp(0.9375rem, 0.8492647059rem + 0.2941176471vw, 1.125rem);
}
@media (max-width: 768px) {
  .category_name {
    max-width: 165px;
  }
}

.news_single_txt {
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(1.0625rem, 0.9742647059rem + 0.2941176471vw, 1.25rem);
}
@media (max-width: 1024px) {
  .news_single_txt {
    padding-top: 30px;
  }
}

.news_single_contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .news_single_contents {
    padding-top: 30px;
  }
}
.news_single_contents * {
  margin: 1% 0;
}
.news_single_contents .no-blur, .news_single_contents .blur, .news_single_contents img {
  margin: 0;
}

.detail_img_block {
  position: relative;
  background: #ffffff;
  padding: 60px 4vw;
  margin: 2% 0;
}
@media (max-width: 1024px) {
  .detail_img_block {
    padding: 30px 4vw;
  }
}
.detail_img_block .swiper-button-prev {
  top: 40%;
  z-index: 9;
}
.detail_img_block .swiper-button-prev::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../images/arrow_left.png") no-repeat center/contain;
  width: 65px;
  height: 45px;
  top: 50%;
  left: 30px;
  transition: 0.5s;
  color: #0089C9;
}
@media (max-width: 768px) {
  .detail_img_block .swiper-button-prev::after {
    width: 50px;
    height: 30px;
    top: 15%;
  }
}
.detail_img_block .swiper-button-next {
  top: 40%;
  z-index: 9;
}
.detail_img_block .swiper-button-next::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../images/arrow_right.png") no-repeat center/contain;
  width: 65px;
  height: 45px;
  top: 50%;
  right: 30px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .detail_img_block .swiper-button-next::after {
    width: 50px;
    height: 30px;
    top: 15%;
  }
}

.archive-slider {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.big_slide {
  width: 100%;
  overflow: hidden;
}

.pest_insects_img {
  position: relative;
}
.pest_insects_img::before {
  position: absolute;
  content: "";
}
.pest_insects_img.is_open .blur {
  filter: blur(0);
}
.pest_insects_img.is_open::after {
  display: none;
}
.pest_insects_img.is_open .click_item {
  display: none;
}
.pest_insects_img:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .pest_insects_img:hover {
    transform: unset;
  }
}
.pest_insects_img:hover .click_item {
  animation: hover_anime 1s ease-in-out forwards;
}
@media (max-width: 768px) {
  .pest_insects_img:hover .click_item {
    animation: none;
  }
}
.pest_insects_img.is-active .blur {
  filter: blur(0);
}
.pest_insects_img .blur {
  display: block;
  width: 100%;
  height: 100%;
  -ms-filter: blur(30px);
  filter: blur(30px);
  transition: 0.6s;
  cursor: pointer;
}
.pest_insects_img img {
  height: 500px;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .pest_insects_img img {
    height: 250px;
  }
}

.click_item {
  position: absolute;
  background: #ffffff;
  width: 285px;
  height: 285px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0);
  border-radius: 100%;
  padding-top: 60px;
  transition: 0.3s;
}
@media (max-width: 1160px) {
  .click_item {
    width: clamp(180px, 24vw, 250px);
    height: clamp(180px, 24vw, 250px);
    padding-top: clamp(32px, 4vw, 48px);
  }
}
@media (max-width: 768px) {
  .click_item {
    width: clamp(140px, 42vw, 190px);
    height: clamp(140px, 42vw, 190px);
    padding-top: clamp(33px, 6vw, 40px);
  }
}
.click_item p {
  padding-bottom: 20px;
  color: #00AEFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: clamp(1.125rem, 1.0073529412rem + 0.3921568627vw, 1.375rem);
}
@media (max-width: 768px) {
  .click_item p {
    padding-bottom: 10px;
    font-size: clamp(0.875rem, 0.4583333333rem + 1.3888888889vw, 1.125rem);
  }
}
.click_item .click_img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .click_item .click_img {
    width: clamp(72px, 9vw, 90px);
    height: clamp(72px, 9vw, 90px);
  }
}
@media (max-width: 768px) {
  .click_item .click_img {
    width: clamp(52px, 14vw, 72px);
    height: clamp(52px, 14vw, 72px);
  }
}
.click_item .click_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.click_item .click_img img[decoding=async] {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@keyframes hover_anime {
  0% {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotateY(1turn);
    opacity: 1;
  }
}
.slider-thumbnail {
  margin-top: 15px;
}
.slider-thumbnail .small_slide {
  height: 100px;
  width: 19%;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider-thumbnail .small_slide {
    height: 75px;
  }
}
.slider-thumbnail .small_slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(30px);
}
.slider-thumbnail .small_slide > img.is_no_blur {
  filter: none;
}

.single-thumbnail_wrap {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2%;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .single-thumbnail_wrap {
    row-gap: 10px;
  }
}

.detail_img_list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.detail_img_list li {
  width: 32%;
  height: 180px;
}
.detail_img_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

/*-------------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------------*/
.philosophy_wrap {
  margin-top: 80px;
  max-width: 1520px;
  width: 90%;
  margin: 80px auto 140px;
  border-radius: 20px;
  border-top: 8px solid #00AEFF;
  border-bottom: 8px solid #00AEFF;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .philosophy_wrap {
    padding: 40px 0;
    margin: 40px auto 80px;
  }
}

.philosophy_ttl {
  font-size: clamp(1.375rem, 0.7279411765rem + 2.1568627451vw, 2.75rem);
  font-weight: bold;
  line-height: 1.8;
  color: #00AEFF;
  text-align: center;
}

.philosophy_txt {
  padding: 70px 0;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .philosophy_txt {
    padding: 30px 0;
  }
}

.philosophy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  row-gap: 10px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.philosophy_list li {
  width: calc(29% - 3.3333333333px);
  min-width: 240px;
  padding: 60px 0;
  background: #C4ECFF;
}
@media (max-width: 768px) {
  .philosophy_list li {
    padding: 40px 0;
  }
}
.philosophy_list li p {
  font-size: clamp(1.125rem, 0.8308823529rem + 0.9803921569vw, 1.75rem);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.philosophy_list li p span {
  color: #00AEFF;
}

.company_contents {
  background: #F4F7F5;
  padding: 140px 0 0;
}
@media (max-width: 1024px) {
  .company_contents {
    padding: 60px 0 0;
  }
}

.message_unit {
  width: 90%;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .message_unit {
    flex-direction: column;
    row-gap: 30px;
    justify-content: unset;
    margin: 0 auto;
  }
}

.message_inner {
  width: 52%;
}
@media (max-width: 768px) {
  .message_inner {
    width: 100%;
    margin: 0 auto;
  }
}
.message_inner .message_txt {
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
  font-weight: 500;
  padding-top: 80px;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .message_inner .message_txt {
    line-height: 2;
    padding-top: 30px;
  }
}
.message_inner .ceo {
  padding-top: 40px;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  .message_inner .ceo {
    padding-top: 0;
  }
}
.message_inner .ceo span {
  display: inline-block;
  margin-right: 10px;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}

.message_img {
  width: 38%;
  height: 500px;
}
@media (max-width: 768px) {
  .message_img {
    width: 100%;
    height: 250px;
  }
}
.message_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overview_unit {
  width: 80%;
  margin: 0 auto;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .overview_unit {
    width: 90%;
    padding-top: 60px;
  }
}

.cmn_table {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .cmn_table {
    padding-top: 30px;
  }
}
.cmn_table dl {
  display: flex;
  align-items: center;
  padding: 24px 0;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #B0C4DE;
  font-size: clamp(1.0625rem, 0.9742647059rem + 0.2941176471vw, 1.25rem);
}
@media (max-width: 768px) {
  .cmn_table dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border-bottom: none;
  }
}
.cmn_table dl:first-of-type {
  border-top: 1px solid #B0C4DE;
}
@media (max-width: 768px) {
  .cmn_table dl:first-of-type {
    border-top: none;
  }
}
.cmn_table dl dt {
  width: 100%;
  max-width: 290px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .cmn_table dl dt {
    max-width: unset;
    padding: 15px 10px;
    background: #B0C4DE;
  }
}
.cmn_table dl dd {
  width: 100%;
  max-width: 1160px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cmn_table dl dd {
    max-width: unset;
    padding: 15px 10px;
  }
}

.license_unit {
  padding: 140px 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .license_unit {
    width: 90%;
    padding: 60px 0;
  }
}

.license_list {
  margin-top: 80px;
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 50px 30px 65px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .license_list {
    padding: 30px 30px 15px 45px;
    margin-top: 30px;
  }
}
.license_list li {
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 20px;
  position: relative;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 768px) {
  .license_list li {
    padding-bottom: 10px;
  }
}
.license_list li::before {
  width: 10px;
  height: 10px;
  background: #00AEFF;
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .license_list li {
    padding-bottom: 20px;
  }
}
.license_list li:last-of-type {
  border-bottom: none;
}

.access_unit {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .access_unit {
    width: 90%;
  }
}

.access_txt {
  padding: 80px 0;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .access_txt {
    padding: 20px 0;
  }
}

.map_wrap {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .map_wrap {
    height: 300px;
  }
}
.map_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*-------------------------------------------------------------------------------
  404ページ
--------------------------------------------------------------------------------*/
.notfound_block {
  padding: 150px 0;
  text-align: center;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .notfound_block {
    padding: 80px 0;
  }
}
.notfound_block br {
  display: none;
}
@media (max-width: 768px) {
  .notfound_block br {
    display: block;
  }
}
.notfound_block span {
  display: block;
}

/*-------------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------------*/
.contact_tel_contents {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 160px 0 120px;
}
@media (max-width: 768px) {
  .contact_tel_contents {
    padding: 80px 0 60px;
  }
}

.contact_tel_bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background: url("../images/contact_bg.jpg") no-repeat center/cover;
  will-change: transform;
}

.contact_tel_inner {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
  backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .contact_tel_inner {
    padding: 30px 0;
    max-width: unset;
  }
}

.contact_faq_ttl {
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 50px 0 20px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_faq_ttl {
    padding: 25px 0 15px;
    text-align: left;
  }
}

.contact_txt {
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
  font-weight: bold;
  line-height: 1.8;
  padding: 70px 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_txt {
    padding: 30px 0 20px;
    text-align: left;
  }
}

.contact_tel_box {
  background: #00AEFF;
  padding: 50px 10px;
  max-width: 665px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_tel_box {
    padding: 30px 10px;
    max-width: unset;
  }
}

.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: bold;
  font-family: "Lato";
  font-size: clamp(1.75rem, 0.9558823529rem + 2.6470588235vw, 3.4375rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_tel {
    gap: 7px;
  }
  .contact_tel.is_tel {
    pointer-events: all;
  }
}
.contact_tel img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .contact_tel img {
    width: 30px;
    height: 30px;
  }
}

.contact_time {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(1.1875rem, 1.0698529412rem + 0.3921568627vw, 1.4375rem);
  letter-spacing: 0.04em;
  padding-top: 10px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  line-height: 1.5;
}
.contact_time br {
  display: none;
}
@media (max-width: 768px) {
  .contact_time br {
    display: block;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせフォーム
--------------------------------------------------------------------------------*/
.contact_form_wrap {
  background-color: #F4F7F5;
  padding: 140px 0 130px;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    padding: 30px 0 20px;
  }
}

.contact_form_inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
  margin-bottom: 30px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
    margin-bottom: 15px;
  }
}
.wpcf7-form #form-input dt, .wpcf7-form #form-confirm dt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  display: flex;
  align-items: center;
  gap: min(20px, 3vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0 25px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dt, .wpcf7-form #form-confirm dt {
    padding: 10px 0 15px;
  }
}
.wpcf7-form #form-input dt .required, .wpcf7-form #form-confirm dt .required {
  color: #fff;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  background: #00AEFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dt .required, .wpcf7-form #form-confirm dt .required {
    padding: 7px;
  }
}
.wpcf7-form #form-input dd, .wpcf7-form #form-confirm dd {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd, .wpcf7-form #form-confirm dd {
    margin-top: 0;
  }
}
.wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
  background: #ffffff;
  padding: 30px min(30px, 5vw);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
    border-radius: 5px;
  }
}
.wpcf7-form #form-input dd textarea#zip, .wpcf7-form #form-input dd input#zip, .wpcf7-form #form-input dd select#zip, .wpcf7-form #form-confirm dd textarea#zip, .wpcf7-form #form-confirm dd input#zip, .wpcf7-form #form-confirm dd select#zip {
  max-width: 500px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
    padding: 15px 3vw;
  }
}
.wpcf7-form #form-input dd textarea::-moz-placeholder, .wpcf7-form #form-input dd input::-moz-placeholder, .wpcf7-form #form-input dd select::-moz-placeholder, .wpcf7-form #form-confirm dd textarea::-moz-placeholder, .wpcf7-form #form-confirm dd input::-moz-placeholder, .wpcf7-form #form-confirm dd select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.wpcf7-form #form-input dd textarea::placeholder, .wpcf7-form #form-input dd input::placeholder, .wpcf7-form #form-input dd select::placeholder, .wpcf7-form #form-confirm dd textarea::placeholder, .wpcf7-form #form-confirm dd input::placeholder, .wpcf7-form #form-confirm dd select::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.wpcf7-form #form-input dd textarea:last-of-type, .wpcf7-form #form-confirm dd textarea:last-of-type {
  height: 360px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea:last-of-type, .wpcf7-form #form-confirm dd textarea:last-of-type {
    height: 200px;
  }
}
.wpcf7-form #form-input dd .wpcf7-radio, .wpcf7-form #form-confirm dd .wpcf7-radio {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-radio, .wpcf7-form #form-confirm dd .wpcf7-radio {
    flex-direction: column;
    row-gap: 15px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-form #form-input dd .wpcf7-list-item input, .wpcf7-form #form-confirm dd .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input dd .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm dd .wpcf7-list-item input:checked + span::after {
  background: #00AEFF;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label, .wpcf7-form #form-confirm dd .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 2px solid #00AEFF;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
  content: "";
  background: #ffffff;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 6px;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
.wpcf7-form #form-input dd li .form-select, .wpcf7-form #form-confirm dd li .form-select {
  position: relative;
  max-width: 500px;
}
.wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 5vw);
  background: #C4ECFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 24px;
  z-index: 1;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
    right: 3vw;
    width: 14px;
    height: 12px;
  }
}
.wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
    margin-top: 8px;
  }
}
.wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
  background: #ffffff;
  border-radius: 10px;
  max-height: 400px;
  padding: 50px min(50px, 3vw);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
    height: 280px;
    max-height: unset;
    padding: 30px min(30px, 5vw);
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
  max-height: 300px;
  overflow-y: auto;
  padding-right: min(3vw, 42px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
    height: 220px;
    max-height: unset;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
  width: 8px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
    width: 6px;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb {
  background: #1A3E60;
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-track, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-track {
  background: #D7D7D7;
}
.wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
    margin-bottom: 30px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
  display: flex;
  align-items: end;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
    gap: 5px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #ffffff;
  width: 25px;
  height: 25px;
  display: block;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
  background: url("../images/check.png") no-repeat center/cover;
  width: 23px;
  height: 15px;
  position: absolute;
  left: 1px;
  content: "";
  top: 53%;
  translate: 0 -50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
    width: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
  }
}
.wpcf7-form #form-confirm {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-confirm {
    margin-top: -80px;
    padding-top: 80px;
    scroll-margin-top: 80px;
  }
}
.wpcf7-form #form-confirm .select.select-date,
.wpcf7-form #form-confirm dd.select-date {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 500;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form #form-confirm .select.select-date > div,
.wpcf7-form #form-confirm dd.select-date > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wpcf7-form #form-confirm .select.select-date .birthday_txt,
.wpcf7-form #form-confirm dd.select-date .birthday_txt {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .wpcf7-form #form-confirm .select.select-date,
  .wpcf7-form #form-confirm dd.select-date {
    gap: 8px;
  }
}
.wpcf7-form #form-confirm dd li .form-select::before {
  display: none;
}
.wpcf7-form #form-confirm .unit-privacy, .wpcf7-form #form-confirm .privacy-check {
  display: none;
}
.wpcf7-form #form-input dd {
  width: 100%;
}
.wpcf7-form #form-input dd > .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form #form-input dd input[name=your-old] {
  width: 80px;
  min-width: 80px;
  padding-inline: 0;
  text-align: center;
}
.wpcf7-form #form-input dd .wpcf7-radio {
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 14px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-radio {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
.wpcf7-form #form-input input,
.wpcf7-form #form-input textarea,
.wpcf7-form #form-input select {
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form #form-input .select.select-date {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.wpcf7-form #form-input .select.select-date .birthday_txt {
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .select.select-date .birthday_txt {
    font-weight: 500;
  }
}
.wpcf7-form #form-input .select.select-date > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .select.select-date > div {
    font-weight: 500;
  }
}
.wpcf7-form #form-input .select.select-date select {
  width: 72px;
  min-width: 72px;
  padding: 12px 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .select.select-date {
    gap: 3px;
  }
  .wpcf7-form #form-input .select.select-date > div {
    gap: 6px;
  }
  .wpcf7-form #form-input .select.select-date select {
    width: 64px;
    min-width: 64px;
    padding: 8px 5px;
  }
}
.wpcf7-form #form-input .address_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpcf7-form #form-input .address_list li {
  margin-top: 0;
}
.wpcf7-form #form-input .address_list li + li {
  margin-top: 14px;
}
.wpcf7-form #form-input .address_list > li:first-child {
  width: 60%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .address_list > li:first-child {
    width: 75%;
  }
}
.wpcf7-form #form-input .address_list > li:first-child > div {
  position: relative;
}
.wpcf7-form #form-input .address_list > li:first-child > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 5vw);
  width: 12px;
  height: 12px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
.wpcf7-form #form-input .address_list > li:first-child > div select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: min(60px, 12vw);
  color: rgba(0, 0, 0, 0.3);
}
.wpcf7-form #form-input .address_list > li:first-child > div select:required:valid {
  color: #1A3E60;
}
.wpcf7-form #form-input .address_list > li:first-child > div select:has(option:checked[value=""]) {
  color: rgba(0, 0, 0, 0.3);
}
.wpcf7-form #form-input .address_list > li:first-child > div select:has(option:checked:not([value=""])) {
  color: #1A3E60;
}
.wpcf7-form #form-input .address_list > li:first-child > div select option {
  color: #1A3E60;
}
.wpcf7-form #form-input .address_list > li:first-child > div select option[value=""] {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .address_list li + li {
    margin-top: 10px;
  }
  .wpcf7-form #form-input .address_list > li:first-child > div::before {
    right: 18px;
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .wpcf7-form #form-input .address_list > li:first-child > div select {
    padding-right: 44px;
  }
}
.wpcf7-form .unit-privacy_item {
  display: flex;
  align-items: center;
  gap: min(10px, 1vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  padding: 20px 0 25px;
}
@media (max-width: 768px) {
  .wpcf7-form .unit-privacy_item {
    padding: 10px 0 15px;
  }
}
.wpcf7-form .unit-privacy_item .required {
  color: #fff;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  background: #00AEFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 5px;
}
.wpcf7-form .check_no-through {
  height: 75px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form .check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 0 auto;
}
.wpcf7-form .check_submit .confirm-none {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wpcf7-form .check_submit .confirm-none input[type=button],
.wpcf7-form .check_submit .confirm-none button,
.wpcf7-form .check_submit .confirm-none .confirm-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #ffffff;
  border: 3px solid #00AEFF;
  border-radius: 20px;
  padding: 20px 10px;
  width: 360px;
  height: auto;
  color: #0089C9;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: inherit;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
  transition: all 0.3s;
}
.wpcf7-form .check_submit .confirm-none input[type=button]:hover,
.wpcf7-form .check_submit .confirm-none button:hover,
.wpcf7-form .check_submit .confirm-none .confirm-button:hover {
  background: #00AEFF;
  color: #ffffff;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-none input[type=button]:hover,
  .wpcf7-form .check_submit .confirm-none button:hover,
  .wpcf7-form .check_submit .confirm-none .confirm-button:hover {
    background: #ffffff;
    color: #00AEFF;
  }
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-none input[type=button],
  .wpcf7-form .check_submit .confirm-none button,
  .wpcf7-form .check_submit .confirm-none .confirm-button {
    padding: 20px 8vw;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
}
.wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
  max-width: 250px;
  border-radius: 5px;
  padding: 0 min(25px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
    height: 55px;
  }
}
.wpcf7-form .check_submit .input-none.back button {
  background: #ffffff;
  border: 1px solid #1A3E60;
  color: #1A3E60;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.back button:hover {
    background: #bbbbbb;
  }
}
.wpcf7-form .check_submit .input-none.submit input {
  background: #ffffff;
  border: 1px solid #00AEFF;
  color: #00AEFF;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.submit input:hover {
    background: #00AEFF;
    color: #ffffff;
  }
}

/*-------------------------------------------------------------------------------
  contact_thanks
--------------------------------------------------------------------------------*/
.contact-thanks {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .contact-thanks {
    margin: 30px auto 60px;
  }
}
.contact-thanks .cmn-title .en {
  font-family: "Figtree";
  font-size: clamp(2.8125rem, 1.4889705882rem + 4.4117647059vw, 5.625rem);
  font-weight: 500;
  line-height: 1;
  color: #00AEFF;
}
.contact-thanks .cmn-title .ja {
  padding-top: 20px;
  color: #1A3E60;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
.contact-thanks .content-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 50px auto;
}
@media (max-width: 768px) {
  .contact-thanks .content-text {
    margin: 30px auto;
  }
}

.cmn-btn {
  background: #00AEFF;
  border: 2px solid #00AEFF;
  width: 250px;
  height: 80px;
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.cmn-btn p {
  padding-top: 20px;
}
.cmn-btn:hover {
  background: #fff;
  color: #00AEFF;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cta_contents {
  background: url("../images/cta_bg.jpg") no-repeat center/cover;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 80px 0 110px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .cta_contents {
    padding: 50px 0 80px;
  }
}

.cta_inner {
  width: 90%;
  margin: 0 auto;
}

.cta_ttl {
  font-size: clamp(1.625rem, 1.0955882353rem + 1.7647058824vw, 2.75rem);
  font-weight: bold;
  line-height: 1.8;
}

.cta_txt {
  font-size: clamp(1rem, 0.8823529412rem + 0.3921568627vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cta_txt {
    padding-top: 20px;
    text-align: left;
  }
}

.cta_detail_wrap {
  padding-top: 50px;
  display: flex;
  align-items: center;
  gap: 80px;
  row-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cta_detail_wrap {
    padding-top: 30px;
  }
}

.cta_tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-family: "Lato";
  font-size: clamp(2.375rem, 1.6102941176rem + 2.5490196078vw, 4rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta_tel {
    gap: 5px;
    pointer-events: all;
  }
}
.cta_tel img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cta_tel img {
    width: 30px;
    height: 30px;
  }
}

.cta_time {
  border-top: 2px solid #ffffff;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}

.cta_btn {
  background: #ffffff;
  color: #0089C9;
  display: inline-block;
  padding: 30px 5%;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-size: clamp(1.1875rem, 0.9227941176rem + 0.8823529412vw, 1.75rem);
  transition: all 0.3s;
}
.cta_btn:hover {
  background: #dff5ff;
}
@media (max-width: 768px) {
  .cta_btn:hover {
    background: #ffffff;
  }
}
@media (max-width: 768px) {
  .cta_btn {
    padding: 25px 20px;
  }
}

footer {
  background: #F4F7F5;
}

.ft_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 0 120px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ft_inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .ft_inner {
    padding: 50px 0 15px;
  }
}

.ft_nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ft_nav ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .ft_nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .ft_nav ul {
    display: none;
  }
}
.ft_nav a {
  color: #1A3E60;
  font-size: clamp(0.875rem, 0.8161764706rem + 0.1960784314vw, 1rem);
  transition: 0.3s;
  font-weight: bold;
}
.ft_nav a:hover {
  opacity: 0.6;
}

.ft_detail {
  line-height: 1.5;
  font-weight: 500;
  padding-top: 50px;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .ft_detail {
    padding-top: 20px;
  }
}

.ft_logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .ft_logo {
    max-width: 250px;
    flex-direction: column;
    row-gap: 20px;
    margin: 0 auto;
  }
}
.ft_logo .ft_company_logo {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
}
.ft_logo .ft_company_logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .ft_logo .ft_company_logo:hover {
    opacity: 1;
  }
}
.ft_logo .ft_company_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.ft_logo .ft_security_logo {
  width: 100px;
  height: auto;
}
@media (max-width: 1024px) {
  .ft_logo .ft_security_logo {
    width: 85px;
  }
}
.ft_logo .ft_security_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.sns_logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1024px) {
  .sns_logo {
    display: none;
  }
}
.sns_logo.ft_sns_logo {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .sns_logo.ft_sns_logo {
    display: flex;
    justify-content: center;
  }
}

.sns_logo_item {
  display: block;
  width: 40px;
  height: 40px;
}
.sns_logo_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

small {
  display: block;
  margin-top: 130px;
  color: #909090;
  text-align: end;
  letter-spacing: 0.05em;
  font-size: clamp(0.8125rem, 0.7536764706rem + 0.1960784314vw, 0.9375rem);
}
@media (max-width: 768px) {
  small {
    margin-top: 60px;
    text-align: center;
  }
}

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

#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px 24px;
}

.form-progress-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.form-progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.form-progress-text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.form-progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}

.form-progress-bar {
  height: 100%;
  background: #4caf50;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
}
.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}
input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: var(--topValidationErrBg, #FFE4E4) !important;
}
input:not([type=radio]):not([type=checkbox]).val-err:-webkit-autofill,
select.val-err:-webkit-autofill,
textarea.val-err:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationErrBg, #FFE4E4) inset;
}
input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: var(--topValidationThroughBg, #E2FBE2) !important;
}
input:not([type=radio]):not([type=checkbox]).val-through:-webkit-autofill,
select.val-through:-webkit-autofill,
textarea.val-through:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationThroughBg, #E2FBE2) inset;
}

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

.check_no-through {
  color: var(--topValidationErr, #e40000);
}

.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: var(--topValidationErrBg, #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: var(--topValidationThroughBg, #E2FBE2) !important;
}

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