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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #00a0e9;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #00a0e9;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td, .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 #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td, .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 #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td, .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: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 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 #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.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: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #00a0e9;
  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(236, 119, 171, 0.2), 2px 0 15px rgba(0, 160, 233, 0.5);
}

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  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;
  }
}

/*-------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------*/
.cmn_contact_items {
  display: flex;
  gap: 2vw;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cmn_contact_items {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cmn_contact_items {
    flex-direction: column;
    align-items: center;
    width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cmn_contact_items {
    gap: 15px;
    width: 300px;
  }
}

.mv_tels {
  display: flex;
  align-items: center;
  position: relative;
  gap: 4px;
}
.mv_tels::after {
  content: "";
  background: url(../images/mv_btn_link.png);
  width: 64px;
  height: 58px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cmn_tel {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.cmn_tel.is_contact {
  padding: 3.1vw;
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 2.6vw;
}
@media (max-width: 1024px) {
  .cmn_tel.is_contact {
    margin-top: 25px;
  }
}
.cmn_tel.mv_btn {
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .cmn_tel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.cmn_tel_link {
  color: #007EB4;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
}
.cmn_tel_link.is_cta {
  font-size: clamp(2.5rem, 2.208rem + 0.61vw, 2.938rem);
}
.cmn_tel_link.is_cta::before {
  width: 31px;
  height: 31px;
}
@media (max-width: 768px) {
  .cmn_tel_link.is_cta::before {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .cmn_tel_link.is_cta {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .cmn_tel_link {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .cmn_tel_link {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cmn_tel_link {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cmn_tel_link.is_contact {
  color: #ffffff;
  font-size: clamp(3.125rem, 1.875rem + 2.6vw, 5rem);
  align-items: center;
}
@media (max-width: 768px) {
  .cmn_tel_link.is_contact {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cmn_tel_link.is_contact::before {
  content: "";
  background-image: url(../images/contact-tel.svg);
  width: 4.6vw;
  height: 4.6vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .cmn_tel_link.is_contact::before {
    width: 32px;
    height: 32px;
  }
}
.cmn_tel_link.mv_btn {
  color: #333333;
  font-size: clamp(1.125rem, 0.411rem + 1.12vw, 1.75rem);
}
@media (max-width: 768px) {
  .cmn_tel_link.mv_btn {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.cmn_tel_link.mv_btn::before {
  content: "";
  background-image: url(../images/mv_tel.svg);
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .cmn_tel_link.mv_btn::before {
    width: 21px;
    height: 21px;
  }
}
.cmn_tel_link::before {
  content: "";
  background: url(../images/blue_tel.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .cmn_tel_link::before {
    width: 21px;
    height: 21px;
  }
}

.cmn_tel_time {
  color: #007EB4;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.cmn_tel_time.is_contact {
  color: #ffffff;
  font-size: clamp(1.125rem, 0.833rem + 0.61vw, 1.563rem);
}
@media (max-width: 768px) {
  .cmn_tel_time.is_contact {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_tel_time.is_cta {
  font-size: clamp(1rem, 0.625rem + 0.78vw, 1.563rem);
}
.cmn_tel_time.mv_btn {
  color: #333333;
  font-size: clamp(0.813rem, 0.741rem + 0.11vw, 0.875rem);
}
@media (max-width: 768px) {
  .cmn_tel_time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cmn_index_titles.is_center {
  text-align: center;
}
.cmn_index_titles.is_flex {
  display: flex;
  align-items: end;
  gap: 20px;
}
.cmn_index_titles.is_flex .cmn_index_en {
  padding-left: 4.8vw;
}
.cmn_index_titles.is_flex .cmn_index_ja {
  transform: translateY(-16px);
}

.cmn_index_en {
  font-size: clamp(5rem, 2.5rem + 5.21vw, 8.75rem);
  font-weight: 600;
  line-height: 1;
  font-family: "Cabin", sans-serif;
  color: rgba(0, 126, 180, 0.2);
}
@media (max-width: 768px) {
  .cmn_index_en {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.cmn_index_en.is_white {
  color: rgba(255, 255, 255, 0.56);
}

.cmn_index_ja {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #007EB4;
}
.cmn_index_ja.is_white {
  color: #ffffff;
}

.cmn_btn {
  display: flex;
  position: relative;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  color: #ffffff;
  align-items: center;
  padding: 0.9vw 1.9vw;
  background: #007EB4;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.6vw;
  z-index: 1;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 3% 7%;
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    background: #5db1d5;
  }
}
.cmn_btn.is_right {
  margin: 0 0 0 auto;
}
.cmn_btn.is_color {
  background: #FFCC00;
  background: linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(245, 133, 21) 100%);
}
.cmn_btn.is_color::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
  background: #F58515;
  background: linear-gradient(90deg, rgb(245, 133, 21) 0%, rgb(255, 204, 0) 100%);
}
.cmn_btn.is_color:hover::before {
  opacity: 0;
}
.cmn_btn::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1.3vw;
  display: block;
}

.cmn_title.is_center {
  text-align: center;
}

.cmn_title_ja {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
}

.cmn_title_en {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 0.417rem + 1.48vw, 2.188rem);
  font-family: "Cabin", sans-serif;
  color: #007EB4;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  padding-left: 2.5vw;
  transition: all 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.hd_logo {
  display: flex;
  z-index: 100;
  width: 20vw;
  min-width: 240px;
}
@media (max-width: 1024px) {
  .hd_logo {
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .hd_logo {
    width: 160px;
    padding: 17px 10px;
  }
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.hd_nav_link {
  font-size: clamp(1rem, 0.792rem + 0.28vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #007EB4;
  }
}
.hd_nav_link.is_contact {
  color: #9A9A9A;
}
@media (min-width: 1025px) {
  .hd_nav_link.is_contact:hover {
    color: #007EB4;
  }
}

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

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

.hd_inst a {
  display: block;
  background: url(../images/inst.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hd_inst a {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .hd_inst:hover a {
    transform: scale(1.1);
  }
}

.hd_contact {
  width: 177px;
  height: 110px;
  background: #0094D3;
  background: linear-gradient(90deg, rgb(0, 148, 211) 0%, rgb(96, 208, 203) 100%);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hd_contact {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .hd_contact {
    display: none;
  }
}
.hd_contact::before {
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
.hd_contact:hover::before {
  opacity: 0;
}

.contact_link {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.contact_icon {
  background-image: url(../images/mail.svg);
  width: 45px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_text {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

/*-------------------------------------------------------------------------------
mv
--------------------------------------------------------------------------------*/
.mv_img {
  width: 100%;
  min-height: 650px;
  height: 100svh;
  background: url(../images/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  justify-content: center;
  padding-left: 6vw;
}
@media (max-width: 1024px) {
  .mv_img {
    padding: 60px 0 0;
    align-items: center;
    min-height: 1000px;
  }
}
@media (max-width: 768px) {
  .mv_img {
    min-height: 670px;
  }
}
.mv_img::after {
  content: "";
  position: absolute;
  background: url(../images/mv_sub_image.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: -6px;
  width: 46vw;
  height: 46vw;
}
@media (max-width: 768px) {
  .mv_img::after {
    width: 70vw;
    height: 70vw;
    max-width: 360px;
    max-height: 360px;
  }
}

.mv_texts {
  z-index: 1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.mv_texts::after {
  position: absolute;
  content: "";
  background: url(../images/mv_tmt.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -31px;
  left: 51vw;
  width: 14vw;
  max-width: 269px;
  height: 287px;
  max-height: 269px;
}
@media (max-width: 1024px) {
  .mv_texts::after {
    width: 177px;
    height: 190px;
    bottom: -250px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .mv_texts::after {
    width: 116px;
    height: 126px;
    bottom: -126px;
  }
}

.mv_sub_title {
  color: #007EB4;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.893rem + 0.56vw, 1.563rem);
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  background: #D3F5FF;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mv_sub_title {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}
.mv_sub_title span {
  color: #F58515;
}

.giza {
  position: absolute;
  background-image: url(../images/giza.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 50%;
  transform: translateY(-50%);
  right: -230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .giza {
    width: 160px;
    height: 160px;
    right: -180px;
  }
}
@media (max-width: 768px) {
  .giza {
    width: 100px;
    height: 100px;
    right: auto;
    left: 0px;
    transform: translateX(0);
    top: -110px;
    gap: 3px;
  }
}

.giza_text {
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  position: relative;
}
.giza_text:first-of-type {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1199px) {
  .giza_text:first-of-type {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .giza_text:first-of-type {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.giza_text:nth-of-type(2) {
  font-size: 75px;
  font-size: 4.6875rem;
  transform: translateX(10px);
}
@media (max-width: 1199px) {
  .giza_text:nth-of-type(2) {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (max-width: 768px) {
  .giza_text:nth-of-type(2) {
    font-size: 25px;
    font-size: 1.5625rem;
    transform: translateX(5px);
  }
}
.giza_text:nth-of-type(2)::after {
  content: "%";
  font-size: 37px;
  font-size: 2.3125rem;
}
@media (max-width: 1199px) {
  .giza_text:nth-of-type(2)::after {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.giza_text:last-of-type {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .giza_text:last-of-type {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.mv_title {
  color: #007EB4;
  font-size: clamp(2.5rem, -0.357rem + 4.46vw, 5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .mv_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.mv_title span {
  color: #31BDB5;
  font-size: clamp(3.75rem, 0.179rem + 5.58vw, 6.875rem);
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media (max-width: 480px) {
  .mv_title span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.mv_points {
  display: flex;
  padding-top: 18px;
}
@media (max-width: 500px) {
  .mv_points {
    flex-direction: column;
  }
}

.mv_point {
  font-size: clamp(1.125rem, 0.768rem + 0.56vw, 1.438rem);
  font-weight: 600;
  padding: 0 1.3vw;
  border-right: 1px solid #AAAAAA;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mv_point {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .mv_point {
    border: 0;
  }
}
.mv_point:last-of-type {
  border: none;
}
.mv_point span {
  color: #007EB4;
  font-size: clamp(1.438rem, 0.938rem + 0.78vw, 1.875rem);
  font-weight: 900;
}
@media (max-width: 768px) {
  .mv_point span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mv_btns {
  border: #007EB4 3px solid;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 32px;
  right: 24px;
  background: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 1024px) {
  .mv_btns {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .mv_btns {
    width: 65%;
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .mv_btns {
    width: 85%;
  }
}
.mv_btns.is-show {
  opacity: 1;
  visibility: visible;
}

.mv_btn_none {
  position: absolute;
  background-color: #7C7C7C;
  top: -15px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #ffffff;
  text-align: center;
  right: -18px;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mv_btn_none {
    top: -21px;
    right: -21px;
  }
}
@media (min-width: 1025px) {
  .mv_btn_none:hover {
    transform: scale(1.2);
  }
}

.mv_btn_title {
  background: #007EB4;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  font-weight: 900;
  padding: 0.5vw 1vw;
}
@media (max-width: 768px) {
  .mv_btn_title {
    width: 100%;
    text-align: center;
  }
}
.mv_btn_title span {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 6px;
}

.mv_btn_link {
  position: relative;
  align-items: center;
  padding: 0.6vw 1.3vw;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #0094D3;
  background: linear-gradient(90deg, rgb(0, 148, 211) 0%, rgb(96, 208, 203) 100%);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 7px 0 16px;
  font-size: clamp(0.813rem, 0.598rem + 0.33vw, 1rem);
}
@media (max-width: 1024px) {
  .mv_btn_link {
    padding: 5px 17px;
  }
}
.mv_btn_link::before {
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
.mv_btn_link:hover::before {
  opacity: 0;
}

/*------------------------------------------------
mainimage
--------------------------------------------------*/
.main_image {
  height: 550px;
  background: #E6FFFE;
  background: linear-gradient(90deg, rgb(230, 255, 254) 0%, rgb(190, 236, 255) 100%);
  position: relative;
}
@media (max-width: 768px) {
  .main_image {
    height: 350px;
  }
}

.cmn-ttl {
  position: absolute;
  left: 50%;
  top: calc(50% + 55px);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* ←縦積み */
  align-items: center; /* 中央揃え */
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.cmn-ttl_en {
  color: #A5D6EA;
  font-size: clamp(3.75rem, 0.417rem + 6.94vw, 8.75rem);
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
}

.cmn-ttl_ja {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #007EB4;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: inline-block;
  overflow: hidden;
}

.cmn-ttl_en .char,
.cmn-ttl_ja .char {
  display: inline-block;
  transform: translateY(1.2em);
  opacity: 0;
  animation: lift 1s cubic-bezier(0.2, 0.9, 0.22, 1) forwards;
  animation-delay: calc(var(--i) * 0.1s);
}

/* 上がる動き */
@keyframes lift {
  from {
    transform: translateY(1.2em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------*/
/*------------------------------------------------
index-trouble
--------------------------------------------------*/
.index-trouble_unit {
  padding: 5.8vw 5% 3.9vw;
  background: #E6FBFF;
  position: relative;
}
@media (max-width: 1024px) {
  .index-trouble_unit {
    padding: 50px 5%;
  }
}
.index-trouble_unit::after {
  content: "";
  position: absolute;
  background-image: url(../images/index-trouble_bg.webp);
  bottom: -240px;
  left: 0;
  width: 100%;
  height: 240px;
  display: block;
  background-size: contain;
}

.index-trouble_title {
  text-align: center;
  font-size: clamp(1.438rem, 0.521rem + 1.91vw, 2.813rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.index-trouble_texts {
  width: 58vw;
  padding: 4.3vw 5.8vw;
  background: #ffffff;
  margin: 3.8vw auto 0;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-trouble_texts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-trouble_texts {
    padding: 40px 5%;
    margin-top: 25px;
  }
}
.index-trouble_texts::before {
  content: "";
  position: absolute;
  width: 7.8vw;
  height: 155px;
  top: 11px;
  left: -13.9vw;
  background-image: url(../images/index-trouble_deco1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .index-trouble_texts::before {
    top: -95px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .index-trouble_texts::before {
    top: -72px;
  }
}
@media (max-width: 480px) {
  .index-trouble_texts::before {
    top: -85px;
  }
}
.index-trouble_texts::after {
  content: "";
  position: absolute;
  width: 8.3vw;
  height: 155px;
  top: 50%;
  transform: translateY(-50%);
  right: -13.9vw;
  background-image: url(../images/index-trouble_deco2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .index-trouble_texts::after {
    top: 16px;
    right: 0;
    width: 10.3vw;
  }
}
@media (max-width: 768px) {
  .index-trouble_texts::after {
    top: 5px;
  }
}
@media (max-width: 480px) {
  .index-trouble_texts::after {
    top: -11px;
  }
}

.index-trouble_text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7vw;
  padding-top: 30px;
  font-size: clamp(1.125rem, 0.833rem + 0.61vw, 1.563rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-trouble_text {
    gap: 10px;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 20px;
    line-height: 1.5;
  }
}
.index-trouble_text:first-of-type {
  padding-top: 0;
}
.index-trouble_text::before {
  background-image: url(../images/index-checkx.svg);
  width: 36px;
  height: 36px;
  content: "";
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-trouble_text::before {
    width: 20px;
    height: 20px;
  }
}

/*------------------------------------------------
index-service
--------------------------------------------------*/
.index-service_unit {
  padding: 13.7vw 14.1vw 6.2vw;
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
}
@media (max-width: 768px) {
  .index-service_unit {
    padding: 70px 5% 50px;
  }
}

.index-service_main_title {
  font-size: clamp(1.563rem, 0.521rem + 2.17vw, 3.125rem);
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-service_main_title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.index-service_main_title span {
  background: #ffffff;
  color: #007EB4;
  font-size: clamp(2.5rem, 1.667rem + 1.74vw, 3.75rem);
  margin-right: 25px;
}
@media (max-width: 768px) {
  .index-service_main_title span {
    margin-right: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.index-service_title {
  position: relative;
  display: flex;
  align-items: end;
  gap: 1vw;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  justify-content: center;
  padding-top: 4.4vw;
}
@media (max-width: 768px) {
  .index-service_title {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .index-service_title {
    justify-content: space-between;
  }
}
.index-service_title::before {
  content: "";
  width: 26%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
}
@media (max-width: 480px) {
  .index-service_title::before {
    width: 16%;
  }
}
.index-service_title::after {
  content: "";
  width: 26%;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .index-service_title::after {
    width: 16%;
  }
}

.index-service_subtitle {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-family: "Cabin", sans-serif;
  text-align: center;
  padding-top: 10px;
}

.index-service_cards {
  display: flex;
  justify-content: center;
  gap: 3.2vw;
  padding: 1.8vw 0 2.8vw;
}
@media (max-width: 768px) {
  .index-service_cards {
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
  }
}

.index-service_card {
  width: 21vw;
  padding: 2.2vw 2vw;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .index-service_card {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .index-service_card {
    width: 100%;
    padding: 5%;
  }
}
.index-service_card:first-of-type .index-service_image::after {
  content: "";
  position: absolute;
  background-image: url(../images/sservice1.svg);
  width: 10vw;
  height: 11vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 768px) {
  .index-service_card:first-of-type .index-service_image::after {
    width: 118px;
    height: 134px;
  }
}
.index-service_card:nth-of-type(2) .index-service_image::after {
  content: "";
  position: absolute;
  background-image: url(../images/sservice2.svg);
  width: 13vw;
  height: 8vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 768px) {
  .index-service_card:nth-of-type(2) .index-service_image::after {
    width: 139px;
    height: 89px;
  }
}
.index-service_card:last-of-type .index-service_image::after {
  content: "";
  position: absolute;
  background-image: url(../images/sservice3.svg);
  width: 8.5vw;
  height: 12vw;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  background-size: contain;
}
@media (max-width: 768px) {
  .index-service_card:last-of-type .index-service_image::after {
    width: 105px;
    height: 149px;
  }
}

.index-service_image {
  width: 17vw;
  height: 17vw;
  position: relative;
}
@media (max-width: 768px) {
  .index-service_image {
    margin: 0 auto;
    width: 180px;
    height: 180px;
  }
}
.index-service_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C2E7F6;
  border-radius: 999px;
}
.index-service_image::after {
  content: "";
  position: absolute;
  background-image: url(../images/sservice1.webp);
  width: 10vw;
  height: 11vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}

.index-service_text {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  text-align: center;
  color: #007EB4;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 1.4vw;
}
@media (max-width: 768px) {
  .index-service_text {
    padding-top: 15px;
  }
}

/*------------------------------------------------
index-price
--------------------------------------------------*/
.index-price_unit {
  padding: 6.2vw 0;
}
@media (max-width: 1024px) {
  .index-price_unit {
    padding: 50px 5%;
  }
}

.index-price_tables {
  width: 73vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.6vw;
  padding-top: 4.1vw;
}
@media (max-width: 1024px) {
  .index-price_tables {
    width: 100%;
    padding-top: 4.1vw;
  }
}

.price_table_item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  padding: 2.6vw 3.6vw 3.6vw;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .price_table_item {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
.price_table_item:nth-of-type(2) .price_table_title {
  background: #20BCB3;
}
.price_table_item:nth-of-type(2) .price_table th {
  background: #20BCB3;
  padding: 7px 5%;
}
.price_table_item:nth-of-type(2) .price_table td {
  background: #C5EFED;
  padding: 12px 5%;
}
.price_table_item:nth-of-type(3) .price_table_title {
  background: #F9995D;
}
.price_table_item:nth-of-type(3) .price_table th {
  background: #F9995D;
  padding: 7px 5%;
}
.price_table_item:nth-of-type(3) .price_table td {
  background: #FFEBDE;
  padding: 12px 5%;
}

.price_table_title {
  padding: 10px 30px;
  background: #39A7D7;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.125rem, 0.833rem + 0.61vw, 1.563rem);
}

.price_table {
  width: 100%;
  margin-top: 1.5vw;
}
.price_table th {
  padding: 15px 10px;
  background-color: #39A7D7;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.125rem, 0.917rem + 0.43vw, 1.438rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.price_table td {
  background-color: #C9EFFF;
  text-align: center;
  padding: 15px 10px;
  font-size: clamp(1.125rem, 0.917rem + 0.43vw, 1.438rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #333333;
}
.price_table th, .price_table td {
  border: #fff 2px solid;
}

.index-price_caution {
  display: flex;
  align-items: center;
  position: relative;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1.4vw 2.2vw;
  background: #FFF5CD;
  margin: 3.2vw auto 2.8vw;
  width: 73vw;
  gap: 1.8vw;
}
@media (max-width: 1024px) {
  .index-price_caution {
    width: 100%;
    flex-direction: column;
    padding: 20px 5%;
    margin: 25px 0;
  }
}
.index-price_caution::before {
  content: "";
  background-image: url(../images/caution.svg);
  width: 4.6vw;
  height: 4.1vw;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .index-price_caution::before {
    width: 50px;
    height: 45px;
  }
}

/*------------------------------------------------
index-works
--------------------------------------------------*/
.index-works_unit {
  padding: 2.3vw 0 6.2vw;
  position: relative;
}
@media (max-width: 1024px) {
  .index-works_unit {
    padding: 50px 0;
  }
}
.index-works_unit::after {
  content: "";
  position: absolute;
  background: #E6FBFF;
  width: 100%;
  height: 32vw;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .index-works_unit::after {
    height: 100vw;
  }
}

/*------------------------------------------------
index-faq
--------------------------------------------------*/
.index-faq_unit {
  padding: 6.2vw 0 6.7vw;
  background: url(../images/line_bg.webp);
}
@media (max-width: 1024px) {
  .index-faq_unit {
    padding: 50px 5%;
  }
}

.index-faq_items {
  width: 67vw;
  margin: 4vw auto 2.8vw;
}
@media (max-width: 1024px) {
  .index-faq_items {
    width: 100%;
    margin: 25px 0;
  }
}

.qa-item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  background-color: #ffffff;
  margin-top: 2.6vw;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .qa-item {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1025px) {
  .qa-item:hover {
    background: #E9F6F2;
  }
}
@media (max-width: 768px) {
  .qa-item {
    margin-top: 15px;
    border-radius: 10px;
  }
}
.qa-item:first-of-type {
  margin-top: 0;
}

.qa-item[open] {
  background: #E9F6F2;
}

.q_item {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 1.5vw 2vw;
  gap: 1.5vw;
}
@media (max-width: 1024px) {
  .q_item {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .q_item:hover .q_icon {
    transform: rotate(45deg);
  }
  .q_item:hover .q_icon.is-active {
    transform: rotate(0);
  }
}
@media (max-width: 768px) {
  .q_item {
    padding: 15px 5%;
    gap: 5px;
  }
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.q_texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}
@media (max-width: 768px) {
  .q_texts {
    gap: 5px;
    flex-direction: column;
  }
}

.q_en {
  padding: 0.4vw 0.6vw;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #ffffff;
  background: #007EB4;
  border-radius: 10px;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .q_en {
    font-size: 20px;
    font-size: 1.25rem;
    border-right: none;
    padding-right: 0;
    padding: 5px 7px;
  }
}

.q_text {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  transition: all 0.3s;
  color: #4BA3C7;
}
@media (max-width: 768px) {
  .q_text {
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

.q_icon {
  width: 36px;
  height: 6px;
  background-color: #007EB4;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .q_icon {
    width: 15px;
    height: 2px;
  }
}
.q_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007EB4;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.q_icon.is-active::after {
  transform: rotate(0deg);
  opacity: 0;
}

.a_item {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 0 1.5vw 2vw;
  gap: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .a_item {
    padding: 0 5% 15px;
  }
}

.a_text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  padding: 0 5.6vw 0 4.6vw;
}
@media (max-width: 768px) {
  .a_text {
    padding: 0;
  }
}

/*------------------------------------------------
index-about
--------------------------------------------------*/
.index-about_unit {
  padding: 6.2vw 0 7.2vw;
}
@media (max-width: 1024px) {
  .index-about_unit {
    padding: 0 0 50px;
  }
}

.index-about_item {
  background-image: url(../images/index-about_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.8vw 9.3vw 3.8vw 4.8vw;
  width: 90vw;
  margin: 0 0 0 auto;
  border-radius: 999px 0 0 999px;
  display: flex;
  gap: 7vw;
  align-items: center;
  background-position: right;
}
@media (max-width: 1024px) {
  .index-about_item {
    border-radius: 0;
    width: 100vw;
    padding: 40px 5%;
  }
}
@media (max-width: 768px) {
  .index-about_item {
    flex-direction: column;
    gap: 15px;
  }
}

.index-about_logo {
  position: relative;
  width: 24vw;
  height: 24vw;
  border-radius: 999px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-about_logo {
    width: 39vw;
    min-width: 150px;
    height: 39vw;
    min-height: 150px;
  }
}
.index-about_logo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 999px;
}
.index-about_logo::after {
  content: "";
  width: 15vw;
  height: 9.5vw;
  position: absolute;
  background-image: url(../images/index-about_logo.webp);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 768px) {
  .index-about_logo::after {
    width: 26vw;
    height: 16.5vw;
  }
}

.index-about_text {
  padding: 2.1vw 0 2.7vw;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .index-about_text {
    padding: 25px 0;
  }
}

/*------------------------------------------------
index-news
--------------------------------------------------*/
.index-news_unit {
  display: flex;
  align-items: baseline;
  gap: 5.9vw;
  justify-content: center;
  padding-bottom: calc(7.2vw + 100px);
}
@media (max-width: 1199px) {
  .index-news_unit {
    flex-direction: column;
    padding: 0 5% 0;
    padding-bottom: calc(7.2vw + 100px);
  }
}
@media (max-width: 768px) {
  .index-news_unit {
    gap: 25px;
    padding-bottom: 200px;
  }
}

.index-news_lists {
  width: 62.5vw;
}
@media (max-width: 1199px) {
  .index-news_lists {
    width: 100%;
  }
}

.index-news_list {
  border-bottom: 1px solid #64B6CE;
  padding: 1.6vw 0;
}
.index-news_list.is_link {
  padding: 0;
}
.index-news_list.is_link .index-news_link {
  padding: 1.6vw 0;
}
@media (max-width: 768px) {
  .index-news_list.is_link .index-news_link {
    padding: 15px 0;
  }
}
.index-news_list:first-of-type {
  padding: 0 0 1.6vw;
}
@media (max-width: 768px) {
  .index-news_list:first-of-type {
    padding: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .index-news_list {
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .index-news_list:hover .index-news_link .index-news_texts {
    color: #008FCC;
  }
}

.index-news_item, .index-news_link {
  display: flex;
  gap: 4.6vw;
  color: #333333;
}
@media (max-width: 768px) {
  .index-news_item, .index-news_link {
    flex-direction: column;
    gap: 0;
  }
}

.index-news_time {
  color: #31BDB5;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  flex-shrink: 0;
}

.index-news_texts {
  display: flex;
  align-items: center;
  gap: 1vw;
  justify-content: space-between;
}
.index-news_texts.no-link {
  flex: 1;
}

.index-news_arrow {
  position: relative;
  display: block;
  width: 2vw;
  min-width: 30px;
  height: 2vw;
  min-height: 30px;
  background-color: #008FCC;
  position: relative;
  flex-shrink: 0;
  border-radius: 10px;
}
.index-news_arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/arrow.svg);
  width: 0.7vw;
  min-width: 15px;
  height: 0.7vw;
  min-height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-shrink: 0;
}

.index-news_title {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.index-news_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 6px;
  transition: all 0.3s;
}

/*-------------------------------------------------------------------------------
service
--------------------------------------------------------------------------------*/
/*------------------------------------------------
service-top
--------------------------------------------------*/
.service-top_unit {
  display: flex;
  padding: 6.2vw 0 0 9.3vw;
  gap: 6.5vw;
}
@media (max-width: 1024px) {
  .service-top_unit {
    flex-direction: column;
    padding: 50px 5%;
    gap: 25px;
  }
}

.service-top_texts {
  width: 40vw;
}
@media (max-width: 1024px) {
  .service-top_texts {
    width: 100%;
  }
}

.service-top_title {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #007EB4;
}

.service-top_text {
  padding-top: 2.6vw;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .service-top_text {
    padding-top: 25px;
  }
}

.service-top_image {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 85/54;
  height: -moz-fit-content;
  height: fit-content;
  width: 44vw;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .service-top_image {
    width: 300px;
    margin: 0 auto;
  }
}
.service-top_image::after {
  content: "";
  background: url(../images/service-top_tmt.webp);
  width: 12.7vw;
  height: 10.9vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -62px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .service-top_image::after {
    width: 140px;
    height: 140px;
    bottom: -25px;
  }
}
@media (max-width: 480px) {
  .service-top_image::after {
    width: 80px;
    height: 80px;
    bottom: -32px;
    left: -37px;
  }
}
.service-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*------------------------------------------------
service-area
--------------------------------------------------*/
.service-area_unit {
  padding: 5.2vw 9.3vw;
  display: flex;
  align-items: center;
  gap: 9.4vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service-area_unit {
    flex-direction: column-reverse;
    padding: 50px 5%;
    gap: 25px;
  }
}

.service-area_image {
  aspect-ratio: 59/63;
  width: 30vw;
}
@media (max-width: 1024px) {
  .service-area_image {
    width: 300px;
  }
}
.service-area_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-area_texts {
  width: 40vw;
}
@media (max-width: 1024px) {
  .service-area_texts {
    width: 100%;
  }
}

.service-area_text {
  padding-top: 2.6vw;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .service-area_text {
    padding-top: 25px;
  }
}

/*------------------------------------------------
service-list
--------------------------------------------------*/
.service-list_unit {
  padding: 7.3vw 0 7.8vw;
  background-color: #E6FBFF;
}
@media (max-width: 1024px) {
  .service-list_unit {
    padding: 50px 5%;
  }
}

.service-list_items {
  padding-top: 4.7vw;
}
@media (max-width: 1024px) {
  .service-list_items {
    padding-top: 25px;
  }
}

.service-list_item {
  width: 81vw;
  position: relative;
}
@media (max-width: 1024px) {
  .service-list_item {
    width: 90vw;
  }
}
.service-list_item:first-of-type {
  background-image: url(../images/service-list1.webp);
  padding: 4.4vw 9.3vw 4vw 30vw;
  border-radius: 999px 0 0 999px;
  margin: 0 0 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .service-list_item:first-of-type {
    border-radius: 0;
    padding: 40px 5% 170px;
  }
}
.service-list_item:first-of-type::before {
  position: absolute;
  content: "";
  background-image: url(../images/sservice1.svg);
  width: 17vw;
  max-width: 340px;
  height: 19vw;
  max-height: 373px;
  left: 5.4vw;
  top: 50%;
  transform: translateY(-33%);
  background-size: contain;
}
@media (max-width: 1024px) {
  .service-list_item:first-of-type::before {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
  }
}
.service-list_item:nth-of-type(2) {
  background-image: url(../images/service-list2.webp);
  padding: 4.4vw 30vw 4vw 9.3vw;
  border-radius: 0 999px 999px 0;
  margin: 7.1vw 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .service-list_item:nth-of-type(2) {
    border-radius: 0;
    padding: 40px 5% 130px;
    margin-top: 40px;
  }
}
.service-list_item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background-image: url(../images/sservice2.svg);
  width: 23vw;
  max-width: 449px;
  height: 14vw;
  max-height: 287px;
  right: -0.6vw;
  top: 50%;
  transform: translateY(-45%);
  background-size: contain;
}
@media (max-width: 1024px) {
  .service-list_item:nth-of-type(2)::before {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 89px;
  }
}
.service-list_item:last-of-type {
  background-image: url(../images/service-list3.webp);
  padding: 4.4vw 9.3vw 4vw 30vw;
  border-radius: 999px 0 0 999px;
  margin: 7.1vw 0 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .service-list_item:last-of-type {
    border-radius: 0;
    padding: 40px 5% 200px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .service-list_item:last-of-type {
    padding: 40px 5% 170px;
  }
}
.service-list_item:last-of-type::before {
  position: absolute;
  content: "";
  background-image: url(../images/sservice3.svg);
  width: 15vw;
  max-width: 298px;
  height: 23vw;
  max-height: 442px;
  left: 5.4vw;
  top: 50%;
  transform: translateY(-45%);
  background-size: contain;
}
@media (max-width: 1024px) {
  .service-list_item:last-of-type::before {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    height: 140px;
  }
}

.service-list_titles {
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 1024px) {
  .service-list_titles {
    gap: 5px;
  }
}

.service-list_num {
  font-family: "Cabin", sans-serif;
  font-size: clamp(1.438rem, 0.604rem + 1.74vw, 2.688rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

.service-list_title {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #007EB4;
  padding: 0.5vw;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .service-list_title {
    padding: 5px;
  }
}

.service-list_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  padding-top: 2.3vw;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .service-list_text {
    padding-top: 15px;
  }
}

/*------------------------------------------------
service-other
--------------------------------------------------*/
.service-other_main_title {
  position: relative;
  display: flex;
  align-items: end;
  gap: 1vw;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  justify-content: center;
  padding-top: 4.4vw;
  color: #007EB4;
}
@media (max-width: 1024px) {
  .service-other_main_title {
    padding-top: 40px;
  }
}
.service-other_main_title::before {
  content: "";
  width: 26%;
  height: 2px;
  background-color: #007EB4;
  left: 0;
}
.service-other_main_title::after {
  content: "";
  width: 26%;
  height: 2px;
  background-color: #007EB4;
}

.service-other_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 10%;
       column-gap: 10%;
  row-gap: 5.2vw;
  padding: 5.4vw 12.9vw 0;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .service-other_items {
    padding: 50px 0 0;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media (max-width: 768px) {
  .service-other_items {
    flex-direction: column;
    row-gap: 40px;
  }
}

.service-other_item {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .service-other_item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .service-other_item {
    width: 100%;
  }
}

.service-other_image {
  aspect-ratio: 64/41;
  width: 100%;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-other_image {
    height: 25vh;
  }
}
.service-other_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-other_titles {
  padding: 1.7vw 2vw 4vw;
  background-color: #ffffff;
  flex: 1;
}
@media (max-width: 768px) {
  .service-other_titles {
    padding: 25px 5%;
  }
}

.service-other_title {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  color: #007EB4;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.service-other_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .service-other_text {
    padding-top: 15px;
  }
}

/*------------------------------------------------
service-flow
--------------------------------------------------*/
.service-flow_unit {
  padding: 7.3vw 0 6.3vw;
  background: url(../images/line_bg.webp);
}
@media (max-width: 1024px) {
  .service-flow_unit {
    padding: 50px 5%;
  }
}

.service-flow_items {
  padding: 4vw 12.9vw 0;
}
@media (max-width: 1024px) {
  .service-flow_items {
    padding: 25px 0 0;
  }
}

.service-flow_item {
  background: #ffffff;
  border-radius: 10px;
  padding: 2.6vw 4.9vw 3.1vw;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
.service-flow_item:first-of-type {
  position: relative;
}
.service-flow_item:first-of-type::before {
  content: "";
  position: absolute;
  background-image: url(../images/flow_tmt.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13vw;
  height: 12vw;
  right: 0;
  top: -11vw;
}
@media (max-width: 1024px) {
  .service-flow_item:first-of-type::before {
    width: 120px;
    height: 120px;
    top: -102px;
  }
}
@media (max-width: 480px) {
  .service-flow_item:first-of-type::before {
    width: 80px;
    height: 80px;
    top: -68px;
  }
}
@media (max-width: 768px) {
  .service-flow_item {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1024px) {
  .service-flow_item {
    padding: 25px 5%;
  }
}

.service-flow_titles {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-flow_num {
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  width: 4vw;
  max-width: 78px;
  min-width: 44px;
  height: 3.8vw;
  max-height: 73px;
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #ffffff;
}
@media (max-width: 768px) {
  .service-flow_num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-flow_title {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  color: #007EB4;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.service-flow_title_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 1.8vw;
}
@media (max-width: 1024px) {
  .service-flow_title_text {
    padding-top: 15px;
  }
}

.flow_arrow {
  width: 82px;
  height: 47px;
  margin: 1.6vw auto;
}
@media (max-width: 1024px) {
  .flow_arrow {
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .flow_arrow {
    width: 62px;
    height: 28px;
  }
}
.flow_arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-flow_free {
  color: #ffffff;
  background-color: #008FCC;
  border-radius: 10px;
  text-align: center;
  padding: 0.7vw 0;
  margin-top: 2vw;
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .service-flow_free {
    margin-top: 10px;
    padding: 10px;
  }
}
.service-flow_free span {
  font-size: clamp(1.438rem, 0.604rem + 1.74vw, 2.688rem);
  padding: 0 15px;
}

.service-flow_pay_text {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  color: #007EB4;
  text-align: center;
}

.service-flow_pays {
  display: flex;
  align-items: center;
  gap: 2.6vw;
  padding-top: 1.3vw;
}
@media (max-width: 1024px) {
  .service-flow_pays {
    flex-direction: column;
    padding-top: 15px;
    gap: 10px;
  }
}

/*------------------------------------------------
service-price
--------------------------------------------------*/
.service-price_unit {
  padding: 6.2vw 0 0;
  padding-bottom: calc(10.4vw + 100px);
}
@media (max-width: 1024px) {
  .service-price_unit {
    padding: 50px 0 200px;
  }
}

.service-price_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 3.1vw 5%;
  text-align: center;
}
@media (max-width: 1024px) {
  .service-price_text {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .service-price_text {
    text-align: left;
  }
}

.service-price_tables {
  width: 73vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.6vw;
  padding-top: 3.1vw;
}
@media (max-width: 1024px) {
  .service-price_tables {
    width: 90%;
    padding-top: 25px;
  }
}

/*-------------------------------------------------------------------------------
works
--------------------------------------------------------------------------------*/
.works-price_unit {
  padding: 6.2vw 14vw 0;
  padding-bottom: calc(10.4vw + 100px);
  background: url(../images/line_bg.webp);
}
@media (max-width: 1199px) {
  .works-price_unit {
    padding: 50px 5% 200px;
  }
}

.works-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .works-items {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 40px;
  }
}

.works-item {
  width: 31%;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .works-item:hover {
    transform: scale(1.02);
  }
}
@media (max-width: 1024px) {
  .works-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .works-item {
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}

.works-pager {
  display: flex;
  align-items: center;
  gap: 1.3vw;
  margin: 7.2vw auto 0;
  justify-content: center;
}

.works-pager_prev {
  display: block;
  width: 4.1vw;
  min-width: 40px;
  height: 4.1vw;
  min-height: 40px;
  background-color: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-right: 3.9vw;
}
.works-pager_prev::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/arrow_blue.svg);
  width: 1.3vw;
  min-width: 15px;
  height: 1.3vw;
  min-height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .works-pager_prev:hover {
    transform: scale(1.05);
  }
}
.works-pager_prev::after {
  display: none;
}

.works-pager_next {
  display: block;
  width: 4.1vw;
  min-width: 40px;
  height: 4.1vw;
  min-height: 40px;
  background-color: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-left: 3.9vw;
}
.works-pager_next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/arrow_blue.svg);
  width: 1.3vw;
  min-width: 15px;
  height: 1.3vw;
  min-height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 1025px) {
  .works-pager_next:hover {
    transform: scale(1.05);
  }
}
.works-pager_next::after {
  display: none;
}

.works-pager_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1vw;
  min-width: 40px;
  height: 4.1vw;
  min-height: 40px;
  background-color: #ffffff;
  color: #007EB4;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .works-pager_num:hover {
    transform: scale(1.05);
  }
}
.works-pager_num.active {
  color: #ffffff;
  background-color: #007EB4;
}
@media (min-width: 1025px) {
  .works-pager_num.active:hover {
    transform: scale(1);
  }
}

.works-pager_tens {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}

div.works-pager_ten {
  width: 5px;
  height: 5px;
  background-color: #007EB4;
  border-radius: 999px;
}
@media (max-width: 768px) {
  div.works-pager_ten {
    width: 4px;
    height: 4px;
  }
}

.works-detail_unit {
  padding: 6.2vw 14vw 0;
  padding-bottom: calc(10.4vw + 100px);
  background: url(../images/line_bg.webp);
}
@media (max-width: 1024px) {
  .works-detail_unit {
    padding: 50px 5% 200px;
  }
}

.works-detail_title {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  color: #007EB4;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.works-detail_contents {
  padding: 5.2vw 8.1vw 6.2vw;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 1024px) {
  .works-detail_contents {
    padding: 40px 5%;
  }
}
@media (max-width: 768px) {
  .works-detail_contents {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
.works-detail_contents::before {
  content: "";
  position: absolute;
  background: url(../images/works-detail_contents.webp);
  left: -7.5%;
  top: 115px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6vw;
  height: 9.5vw;
}
@media (max-width: 1024px) {
  .works-detail_contents::before {
    display: none;
  }
}

.works-detail_content {
  display: flex;
  align-items: center;
  padding-top: 2.6vw;
  align-items: baseline;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .works-detail_content {
    padding-top: 15px;
    align-items: end;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .works-detail_content {
    flex-direction: column;
    align-items: baseline;
  }
}

.works-detail_main_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  padding-top: 5.2vw;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .works-detail_main_text {
    padding-top: 25px;
  }
}

.works-detail_block {
  padding-top: 2.6vw;
}
@media (max-width: 1024px) {
  .works-detail_block {
    padding-top: 25px;
  }
}

.works-detail_images {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 1.3vw;
}
@media (max-width: 768px) {
  .works-detail_images {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.works-detail_image {
  aspect-ratio: 47/33;
  width: 47.5%;
  border-radius: 10px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  .works-detail_image {
    width: 100%;
  }
}
.works-detail_image.is_before::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.works-detail_image.is_before::after {
  content: "Before";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  padding: 5px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-detail_image.is_after::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(245, 133, 21) 0%, rgb(255, 204, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.works-detail_image.is_after::after {
  content: "After";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #F58515;
  background: linear-gradient(90deg, rgb(245, 133, 21) 0%, rgb(255, 204, 0) 100%);
  padding: 5px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-detail_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-detail_block {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  padding-top: 2.6vw;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .works-detail_block {
    padding-top: 15px;
  }
}

.works-detail_btns {
  display: flex;
  justify-content: center;
  padding-top: 7.2vw;
  position: relative;
  align-items: center;
}
@media (max-width: 1024px) {
  .works-detail_btns {
    padding-top: 50px;
  }
}

.works-detail_back {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  color: #007EB4;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 1.1vw 5.4vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .works-detail_back:hover {
    transform: scale(1.05);
  }
}

.works-detail_tmts {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40%;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .works-detail_tmts {
    top: -25px;
  }
}

.works-detail_tmt1, .works-detail_tmt2 {
  width: 9.7vw;
  height: 9.4vw;
  max-width: 188px;
  min-width: 60px;
  max-height: 182px;
  min-height: 60px;
}
.works-detail_tmt1 img, .works-detail_tmt2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
faq
--------------------------------------------------------------------------------*/
.faq_unit {
  padding: 7.2vw 16.3vw 0;
  padding-bottom: calc(10.4vw + 100px);
}
@media (max-width: 1024px) {
  .faq_unit {
    padding: 50px 5% 200px;
  }
}

/*-------------------------------------------------------------------------------
company
--------------------------------------------------------------------------------*/
/*------------------------------------------------
company-greeting
--------------------------------------------------*/
.company-greeting_unit {
  padding: 6.2vw 9.3vw;
  display: flex;
  justify-content: space-between;
  gap: 2.4vw;
  align-items: center;
}
@media (max-width: 1024px) {
  .company-greeting_unit {
    flex-direction: column;
    padding: 50px 5%;
    gap: 25px;
  }
}

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

.company-greeting_text {
  padding-top: 2.6vw;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company-greeting_text {
    padding-top: 25px;
  }
}

.company-greeting_name {
  font-size: clamp(1.125rem, 0.833rem + 0.61vw, 1.563rem);
  text-align: right;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}

.company-greeting_image {
  aspect-ratio: 65/70;
  width: 41%;
  display: flex;
  border-radius: 20px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 1024px) {
  .company-greeting_image {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .company-greeting_image {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
.company-greeting_image::after {
  content: "";
  position: absolute;
  background: url(../images/company-greeting_tmt.webp);
  right: -14.5%;
  bottom: 16px;
  width: 5.4vw;
  height: 8.5vw;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .company-greeting_image::after {
    width: 80px;
    height: 80px;
    right: -72px;
  }
}
@media (max-width: 480px) {
  .company-greeting_image::after {
    width: 50px;
    height: 50px;
    right: -47px;
  }
}
.company-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

/*------------------------------------------------
company-overview
--------------------------------------------------*/
.company-overview_unit {
  padding: 6.2vw 18.7vw 0;
  padding-bottom: calc(10.4vw + 100px);
  background: #E6FBFF;
}
@media (max-width: 1024px) {
  .company-overview_unit {
    padding: 50px 5% 200px;
  }
}

.company-overview_table {
  width: 62vw;
  margin: 2.6vw auto 5.2vw;
}
@media (max-width: 1024px) {
  .company-overview_table {
    width: 100%;
    margin: 25px auto;
  }
}
.company-overview_table tr {
  border-bottom: 1px #64B6CE solid;
}
.company-overview_table tr:first-of-type th, .company-overview_table tr:first-of-type td {
  padding-top: 0;
}
.company-overview_table th {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 30px 10px;
  width: 20%;
  color: #007EB4;
}
.company-overview_table td {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 30px 10px;
  width: 74%;
}
.company-overview_table th, .company-overview_table td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .company-overview_table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
  }
  .company-overview_table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
  }
}

.company-map {
  width: 62vw;
  height: 34.8vw;
  margin: 0 auto;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .company-map {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company-map {
    height: 300px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  }
}
.company-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
.contact-tel_unit {
  padding-top: 6.2vw;
  width: 823px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-tel_unit {
    padding-top: 40px;
  }
}

.contact-tel_texts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3vw;
}
@media (max-width: 1024px) {
  .contact-tel_texts {
    flex-direction: column;
  }
}

.contact-tel_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-tel_text {
    line-height: 1.8;
  }
}

.contact-tel_tmt {
  width: 8.8vw;
  min-width: 103px;
  height: 10.3vw;
  min-height: 130px;
}
.contact-tel_tmt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cta {
  background: #60D0CB;
  background: linear-gradient(90deg, rgb(96, 208, 203) 0%, rgb(0, 148, 211) 100%);
  padding: 2vw 0 4vw;
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
}
.cta.is_tmt {
  position: relative;
}
.cta.is_tmt::before {
  content: "";
  position: absolute;
  background-image: url(../images/flow_tmt.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13vw;
  height: 12vw;
  right: 60px;
  top: -11vw;
}
@media (max-width: 1024px) {
  .cta.is_tmt::before {
    width: 120px;
    height: 120px;
    top: -102px;
  }
}
@media (max-width: 480px) {
  .cta.is_tmt::before {
    width: 80px;
    height: 80px;
    top: -68px;
    right: 26px;
  }
}
@media (max-width: 768px) {
  .cta {
    padding: 40px 0;
    border-radius: 50px 50px 0 0;
  }
}

.cta_texts {
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .cta_texts {
    padding: 0 5% 150px;
  }
}
.cta_texts::after {
  position: absolute;
  content: "";
  background-image: url(../images/cta_tmt.webp);
  width: 13.2vw;
  min-width: 160px;
  height: 12vw;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(280px, -50%);
}
@media (max-width: 1024px) {
  .cta_texts::after {
    right: 37%;
  }
}
@media (max-width: 768px) {
  .cta_texts::after {
    right: 0;
    top: auto;
    transform: translate(-50%, -8px);
    left: 50%;
  }
}

.cta_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  color: #ffffff;
  padding-top: 2.3vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .cta_text {
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .cta_text {
    text-align: left;
  }
}

.cta_items {
  display: flex;
  justify-content: center;
  gap: 3.2vw;
  padding-top: 3.1vw;
}
.cta_items.is_hd {
  display: none;
}
@media (max-width: 1024px) {
  .cta_items.is_hd {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .cta_items {
    gap: 1vw;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .cta_items {
    flex-direction: column;
    align-items: center;
    width: 350px;
    margin: 0 auto;
  }
}

.cta_tel {
  background-color: #ffffff;
  padding: 1.2vw 3.9vw;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cta_tel {
    border-radius: 10px;
    padding: 5%;
    width: 100%;
  }
}

.cta_contact {
  z-index: 1;
  position: relative;
  background: #FFCC00;
  background: linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(245, 133, 21) 100%);
  display: inline-block;
  padding: 2vw 2.6vw;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  display: flex;
  gap: 16px;
  position: relative;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cta_contact {
    border-radius: 10px;
    padding: 5%;
    width: 100%;
    justify-content: center;
  }
}
.cta_contact.is_flow {
  margin-top: 1.8vw;
  padding: 0.9vw 1.5vw;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .cta_contact.is_flow {
    margin-top: 25px;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .cta_contact.is_flow {
    padding: 3% 7%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta_contact.is_flow::before {
  width: 25px;
  height: 20px;
}
@media (max-width: 768px) {
  .cta_contact.is_flow::before {
    width: 22px;
    height: 15px;
  }
}
.cta_contact.is_flow .is_arrow {
  position: relative;
}
.cta_contact.is_flow .is_arrow::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1.3vw;
  display: block;
}
.cta_contact .is_arrow {
  position: relative;
}
.cta_contact .is_arrow::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1.3vw;
  display: block;
  background-size: contain;
}
@media (max-width: 768px) {
  .cta_contact .is_arrow::after {
    width: 15px;
    height: 15px;
  }
}
.cta_contact::before {
  content: "";
  background-image: url(../images/mail.svg);
  width: 45px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .cta_contact::before {
    width: 22px;
    height: 15px;
  }
}
.cta_contact::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
  background: #F58515;
  background: linear-gradient(90deg, rgb(245, 133, 21) 0%, rgb(255, 204, 0) 100%);
}
.cta_contact:hover::after {
  opacity: 0;
}

.footer {
  padding: 4.3vw 9.3vw 3.9vw;
  background-color: #EEFFFE;
}
@media (max-width: 1199px) {
  .footer {
    padding: 4.3vw 5% 3.9vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 5% 20px;
  }
}

.ft_logo {
  width: 22vw;
  min-width: 220px;
}
@media (max-width: 1024px) {
  .ft_logo {
    width: 270px;
  }
}

.ft_nav {
  display: flex;
  justify-content: space-between;
}

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

.ft_nav_link {
  font-size: clamp(1rem, 0.792rem + 0.28vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    color: #898989;
  }
}

.ft_address_item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .ft_address_item {
    flex-direction: column;
    align-items: baseline;
  }
}

.ft_address {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.copyright {
  color: #5DAACC;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .copyright {
    padding-top: 20px;
  }
}

/*-------------------------------------------------------------------------------
swiper
--------------------------------------------------------------------------------*/
.slider {
  display: flex;
  transition: transform 0.5s ease;
}

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

.swiper-item {
  position: relative;
  margin: 4vw 12vw 0;
}
@media (max-width: 1024px) {
  .swiper-item {
    margin: 25px 10% 0;
  }
}
@media (max-width: 768px) {
  .swiper-item {
    margin: 25px 5% 0;
  }
}
.swiper-item .swiper {
  height: auto;
  position: relative;
  padding: 0 1.5vw;
}
.swiper-item .swiper .swiper-wrapper {
  height: auto;
  padding-bottom: 2.8vw;
}
.swiper-item .swiper .swiper-slide {
  flex-shrink: 0;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .swiper-item .swiper .swiper-slide:hover {
    transform: scale(1.02);
  }
}
@media (max-width: 1199px) {
  .swiper-item .swiper .swiper-slide {
    gap: 5%;
  }
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-slide {
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.swiper-item .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper-image, .works-image {
  width: 100%;
  height: 300px;
}
@media (max-width: 480px) {
  .swiper-image, .works-image {
    height: 25vh;
  }
}
.swiper-image img, .works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-title, .works-title {
  color: #007EB4;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.swiper-detail_items, .works-detail_items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 1vw;
}
@media (max-width: 1024px) {
  .swiper-detail_items, .works-detail_items {
    padding-top: 15px;
    gap: 10px;
  }
}

.swiper-detail_item, .works-detail_item {
  display: flex;
}

.swiper-texts, .works-texts {
  padding: 1.3vw 1.3vw 2.1vw 1.3vw;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .swiper-texts, .works-texts {
    padding: 25px 5%;
  }
}

.swiper-item_title, .works-item_title {
  background: #C2E7F6;
  padding: 0 1.5vw;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.swiper-item_text, .works-item_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 1vw 0 0.5vw;
  flex: 1;
  color: #333333;
}
@media (max-width: 1024px) {
  .swiper-item_text, .works-item_text {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .swiper-item_text, .works-item_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.swiper-price, .works-price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: right;
  color: #333333;
}
.swiper-price span, .works-price span {
  color: #F58515;
  line-height: 1.8;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.792rem + 0.95vw, 1.938rem);
  padding: 0 10px;
}
@media (max-width: 768px) {
  .swiper-price span, .works-price span {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 0 5px;
  }
}

.swiper-price {
  padding-top: 1vw;
}
@media (max-width: 1024px) {
  .swiper-price {
    padding-top: 15px;
  }
}

/*以下、ボタン用の記述*/
.swiper-buttons {
  display: flex;
  justify-content: center;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .swiper-buttons {
    bottom: -55px;
    position: static;
    justify-content: center;
    top: auto;
    transform: translateY(0);
    margin: 25px 0;
    gap: 25px;
  }
}
.swiper-buttons .swiper-button-next {
  display: block;
  width: 5.2vw;
  height: 5.2vw;
  background-color: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .swiper-buttons .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 0;
    top: auto;
    transform: translateY(0);
  }
}
.swiper-buttons .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/arrow_blue.svg);
  width: 2vw;
  min-width: 15px;
  height: 2vw;
  min-height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 1025px) {
  .swiper-buttons .swiper-button-next:hover {
    transform: scale(1.05) translateY(-50%);
  }
}
.swiper-buttons .swiper-button-next::after {
  display: none;
}
.swiper-buttons .swiper-button-prev {
  display: block;
  width: 5.2vw;
  max-width: 100px;
  height: 5.2vw;
  max-height: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  border-radius: 10px;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .swiper-buttons .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  .swiper-buttons .swiper-button-prev:hover {
    transform: scale(1.05) translateY(-50%);
  }
}
.swiper-buttons .swiper-button-prev::after {
  content: "";
  position: absolute;
  background: url(../images/arrow_blue.svg);
  width: 2vw;
  min-width: 15px;
  height: 2vw;
  min-height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

@media (max-width: 500px) {
  .sm_br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .active_scroll {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .active_scroll table {
    width: 800px;
  }
}
.active_scroll {
  /*スクロールバー全体*/
}
.active_scroll::-webkit-scrollbar {
  height: 3px;
  border-radius: 15px;
}
.active_scroll {
  /*スクロールバーの軌道*/
}
.active_scroll::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 15px;
}
.active_scroll {
  /*スクロールバーの動く部分*/
}
.active_scroll::-webkit-scrollbar-thumb {
  background-color: #8F8F8F;
  border-radius: 15px;
}

.scroll_ico {
  text-align: center;
}
@media (min-width: 1025px) {
  .scroll_ico {
    display: none;
  }
}
@media (max-width: 1024px) {
  .scroll_ico {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5%;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    width: 150px;
  }
  .scroll_ico::after {
    font-weight: 400;
    text-align: center;
    content: "\eb59";
    font-family: "Material Icons Outlined";
    font-size: 40px;
    font-size: 2.5rem;
    transform: translateX(10px);
    line-height: 1.2;
    animation: scroll_finger 1s ease infinite;
  }
}

/*------------------------------------------------
カレント設定
--------------------------------------------------*/
body.index .hd_nav_list:nth-of-type(1) .hd_nav_link {
  color: #007EB4;
}

body.service .hd_nav_list:nth-of-type(2) .hd_nav_link {
  color: #007EB4;
}

body.works .hd_nav_list:nth-of-type(3) .hd_nav_link,
body.single-works .hd_nav_list:nth-of-type(3) .hd_nav_link {
  color: #007EB4;
}

body.faq .hd_nav_list:nth-of-type(4) .hd_nav_link {
  color: #007EB4;
}

body.company .hd_nav_list:nth-of-type(5) .hd_nav_link {
  color: #007EB4;
}

.scrollSlide-top {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s ease-out;
  will-change: transform, opacity;
}

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

.price-number {
  color: #F58515;
  line-height: 1.8;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 900;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.error404_wrap {
  margin: 0 5%;
}

.error404_texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.1vw 0;
}
@media (max-width: 768px) {
  .error404_texts {
    margin: 0 5%;
    padding: 50px 0;
  }
}

.contact-lead_txt {
  padding-bottom: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-lead_txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.contact-wrap dl {
  gap: 10px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .contact-wrap dl {
    margin-top: 25px;
  }
}
.contact-wrap dl:first-of-type {
  align-items: center;
  margin-top: 0;
}
.contact-wrap dl:first-of-type .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .contact-wrap dl:first-of-type .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1250px) {
  .contact-wrap dl:first-of-type {
    display: block;
  }
}
.contact-wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-wrap dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 30%;
  letter-spacing: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact-wrap dl dt {
    width: 100%;
  }
}
.contact-wrap dl dt label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap dl dt label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-wrap dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 5px;
}
.contact-wrap dl input,
.contact-wrap dl textarea,
.contact-wrap dl select {
  padding: 14px 26px;
  background-color: #E6FBFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .contact-wrap dl input,
  .contact-wrap dl textarea,
  .contact-wrap dl select {
    padding: 15px;
  }
}
.contact-wrap dl input::-moz-placeholder, .contact-wrap dl textarea::-moz-placeholder, .contact-wrap dl select::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-wrap dl input::placeholder,
.contact-wrap dl textarea::placeholder,
.contact-wrap dl select::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap dl input::-moz-placeholder, .contact-wrap dl textarea::-moz-placeholder, .contact-wrap dl select::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-wrap dl input::placeholder,
  .contact-wrap dl textarea::placeholder,
  .contact-wrap dl select::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-wrap dl input:focus,
.contact-wrap dl textarea:focus,
.contact-wrap dl select:focus {
  outline: none;
}

.required {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 15px;
  border-radius: 3px;
  background-color: #007EB4;
  padding: 3px 6px 4px;
}

.any {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #797979;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 15px;
}

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

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 13px 12px 43px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 16px;
  left: 11px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid rgba(57, 200, 49, 0.7019607843);
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
input[type=radio]:checked + span::after {
  background-color: #39C831;
}

.privacy-check {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 15px;
  }
}

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

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

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

.confirm-button {
  background-color: #007EB4;
  color: #ffffff;
  margin: 0 auto;
  transition: all 0.3s;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.708rem + 0.61vw, 1.438rem);
}
@media (max-width: 768px) {
  .confirm-button {
    padding: 3% 7%;
    gap: 25px;
    padding: 15px;
  }
}
.confirm-button::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: contain;
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    background: #5db1d5;
  }
}

.back-button {
  background-color: #a3a3a3;
  color: #ffffff;
  margin: 0 auto;
  transition: all 0.3s;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.708rem + 0.61vw, 1.438rem);
}
@media (max-width: 768px) {
  .back-button {
    gap: 25px;
    padding: 15px;
  }
}
.back-button::before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: contain;
  transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .back-button:hover {
    background-color: #cacaca;
  }
}

.has-spinner {
  padding: 18px 110px 18px 30px;
}
@media (max-width: 768px) {
  .has-spinner {
    padding: 15px 110px 15px 15px;
  }
}

.submit_btn {
  background-color: #007EB4;
  color: #ffffff;
  margin: 0 auto;
  transition: all 0.3s;
  display: inline-block;
  border-radius: 10px;
  gap: 55px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(1rem, 0.708rem + 0.61vw, 1.438rem);
  position: relative;
}
.submit_btn::after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
}
@media (max-width: 768px) {
  .submit_btn::after {
    right: 4vw;
  }
}
@media (min-width: 1025px) {
  .submit_btn:hover {
    background: #5db1d5;
  }
}

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

#form-confirm dl {
  padding: 30px 0;
  border-top: 1px #333333 solid;
  margin-top: 0;
}
#form-confirm dl:nth-of-type(10) {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm .pallet_red_text {
  margin: 50px 0 20px;
}
#form-confirm .select_arrow {
  position: relative;
}
#form-confirm .select_arrow::after {
  display: none;
}
#form-confirm .pallet_short {
  width: auto;
}

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

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

.contact-form {
  width: min(900px, 90%);
  margin: 0 auto;
  position: relative;
  padding: 4.1vw;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 40px 0;
  }
}

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

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

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

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

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

.select_wrap {
  display: inline-block;
  position: relative;
  width: 280px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}

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

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

.step-input .form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 280px;
}
@media (max-width: 1024px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 40%;
  transform: translateY(-50%);
  right: 30px;
  color: #007EB4;
}

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

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

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

textarea {
  height: 232px;
}

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

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

.contact-privacy {
  margin-top: 35px;
}

.privacy-text {
  padding-top: 30px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .privacy-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.privacy-text:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text .privacy-title {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .privacy-text .privacy-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

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

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

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

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

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

.contact-wrap {
  width: 1000px;
  max-width: 90%;
  margin: 5.2vw auto 0;
  margin-bottom: calc(10.4vw + 100px);
}
@media (max-width: 1024px) {
  .contact-wrap {
    margin: 50px auto 200px;
  }
}

.pallet_red_text {
  color: #CA1F10;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .pallet_red_text {
    margin-top: 40px;
  }
}
.pallet_red_text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CA1F10;
  flex: 1;
  margin-left: 1vw;
}

.pallet_short {
  width: 308px;
}

.pallet_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gray_text {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5019607843);
  font-weight: 600;
}
@media (max-width: 480px) {
  .gray_text {
    display: block;
  }
}

.select_arrow {
  position: relative;
}
.select_arrow::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 40%;
  transform: translateY(-50%);
  right: 30px;
  color: #000000;
}
@media (max-width: 768px) {
  .select_arrow::after {
    right: 10px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

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

.works-none {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .works-none {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .works-none {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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