/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #D8EEF6;
  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: #D8EEF6;
  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: #D8EEF6;
  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(216, 238, 246, 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: "Zen Kaku Gothic New", 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: #D8EEF6;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

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

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
.cmn_btn {
  padding: 15px 0;
  border-radius: 999px;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.3;
  display: flex;
  color: #ffffff;
  background-color: #2591D2;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
}
.cmn_btn.is_other {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    transform: scale(0.97);
  }
}
@media (max-width: 480px) {
  .cmn_btn {
    font-weight: 500;
    width: 170px;
  }
}
.cmn_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn::after {
    width: 12px;
    height: 12px;
  }
}

.tab-btn {
  padding: 1.3vw 2.3vw 1.3vw 2vw;
  border-radius: 999px;
  background-color: #D8EEF6;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
  border: 2px solid #D8EEF6;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .tab-btn:hover {
    transform: scale(0.97);
  }
}
@media (max-width: 768px) {
  .tab-btn {
    gap: 5px;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.tab-btn.active {
  background-color: #ffffff;
  border: 2px solid #2591D2;
  z-index: 1;
}
.tab-btn::before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(../images/cate_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .tab-btn::before {
    width: 14px;
    height: 10px;
  }
}

.cate-btn, .service-btn {
  padding: 1.3vw 2.3vw 1.3vw 2vw;
  border-radius: 999px;
  background-color: #D8EEF6;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
  border: 2px solid #D8EEF6;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .cate-btn:hover, .service-btn:hover {
    transform: scale(0.97);
  }
}
@media (max-width: 768px) {
  .cate-btn, .service-btn {
    gap: 5px;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.cate-btn.active, .service-btn.active {
  background-color: #ffffff;
  border: 2px solid #2591D2;
  z-index: 1;
}
.cate-btn::before, .service-btn::before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(../images/cate_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .cate-btn::before, .service-btn::before {
    width: 14px;
    height: 10px;
  }
}

.cmn_titles {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

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

.cmn_title_ja {
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    gap: 5px;
  }
}
.cmn_title_ja::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2591D2;
}
@media (max-width: 768px) {
  .cmn_title_ja::before {
    width: 10px;
    height: 10px;
  }
}

.cmn_title_ja02 {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  font-weight: 600;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .cmn_title_ja02 {
    font-size: 21px;
    font-size: 1.3125rem;
    gap: 10px;
  }
}
.cmn_title_ja02.is_1700 {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
}
.cmn_title_ja02.is_partner-point {
  padding: 2.6vw 0;
}
@media (max-width: 768px) {
  .cmn_title_ja02.is_partner-point {
    padding: 10px 0;
  }
}
.cmn_title_ja02::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2591D2;
}
@media (max-width: 768px) {
  .cmn_title_ja02::before {
    width: 10px;
    height: 10px;
  }
}

.cmn_title_en {
  font-size: clamp(2.438rem, 0.795rem + 2.57vw, 3.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .cmn_title_en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.cmn_table {
  width: 1200px;
  max-width: 90%;
  margin: 5.2vw auto;
}
@media (max-width: 768px) {
  .cmn_table {
    width: 100%;
    margin: 25px 5%;
  }
}
.cmn_table tr {
  border-bottom: 1px #2591D2 solid;
}
@media (max-width: 768px) {
  .cmn_table tr {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1024px) {
  .cmn_table tr:first-of-type th {
    padding-top: 0;
  }
}
.cmn_table th {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
  padding: 1.5vw 1.5vw 1.5vw 0;
  width: 20%;
}
.cmn_table td {
  padding: 1.5vw;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  width: 74%;
}
.cmn_table th, .cmn_table td {
  vertical-align: top;
}
.cmn_table.is_profile {
  width: 72%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .cmn_table.is_profile {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cmn_table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cmn_table_wrap {
  width: 1420px;
  max-width: 90%;
  margin: 2.8vw auto 0;
  border: 1px solid #2591D2;
}
@media (max-width: 768px) {
  .cmn_table_wrap {
    margin-top: 25px;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 147px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 103;
  padding: 0 2.8vw;
  transition: all 0.1s;
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #2591D2;
}
@media (max-width: 1350px) {
  .header {
    padding: 0 2%;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 0 15px 0 0;
    height: 60px;
  }
}

.hd_logo {
  width: 11.1vw;
  min-width: 144px;
  z-index: 100;
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .hd_logo {
    width: 146px;
    height: 45px;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .nav {
    position: fixed;
    height: auto;
  }
}

.hd_nav_lists {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 1199px) {
  .hd_nav_lists {
    gap: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    background: #ffffff;
    padding: 50px 0;
    gap: 0;
    border: #2591D2 1px solid;
    overflow-y: scroll;
    width: 90%;
    margin: auto;
    height: auto;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_lists {
    gap: 25px;
  }
}

.hd_nav_list:last-of-type {
  display: flex;
  gap: 1.5vw;
}
@media (max-width: 1024px) {
  .hd_nav_list:last-of-type {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .hd_nav_list {
    width: 100%;
    text-align: center;
  }
}

.hd_nav_link {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  color: #222222;
  transition: all 0.3s;
  position: relative;
}
.hd_nav_link::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2591D2;
  transition: all 0.3s;
  position: absolute;
  left: -15px;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .hd_nav_link {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    color: #2D2D30;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #2591D2;
  }
  .hd_nav_link:hover::before {
    opacity: 1;
  }
}

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

@media (max-width: 1024px) {
  .hd_tel {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .hd_tel {
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .hd_tel.is_hd {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hd_tel.is_hd {
    display: block;
  }
}

.num {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #222222;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
  .num {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.num.is_contact {
  font-size: clamp(3.438rem, 1.223rem + 3.46vw, 5.375rem);
}
@media (max-width: 768px) {
  .num.is_contact {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.num.is_contact::before {
  max-width: 68px;
  max-height: 68px;
  width: 2.6vw;
  height: 2.6vw;
  min-width: 28px;
  min-height: 28px;
}
.num.is_cta {
  font-family: "Roboto Mono", monospace;
  font-size: 34px;
  font-size: 2.125rem;
}
.num.is_cta::before {
  display: none;
}
.num::before {
  content: "";
  background: url(../images/tel.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .num::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 769px) {
  .num {
    pointer-events: none;
  }
}

.tel-time {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.tel-time.is_contact {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  text-align: end;
}
@media (max-width: 768px) {
  .tel-time.is_contact {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tel-time.is_cta {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.hd_contact {
  height: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .hd_contact {
    height: auto;
  }
}

.hd_contact_link {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.3;
  color: #ffffff;
  border-radius: 999px;
  transition: all 0.3s;
  font-weight: 600;
  background-color: #2591D2;
  gap: 10px;
}
@media (max-width: 1024px) {
  .hd_contact_link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 20px;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .hd_contact_link:hover {
    transform: scale(0.97);
  }
}
.hd_contact_link::before {
  content: "";
  background: url(../images/mail.svg);
  width: 31px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .hd_contact_link::before {
    width: 23px;
    height: 20px;
  }
}

.hd_menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 0;
    z-index: 10;
  }
  .hd_menu_btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #2D2D30;
    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: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 62%;
    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;
  text-align: center;
  position: fixed;
  right: 0;
  z-index: 10;
}
.hd_menu_btn.is_close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2D2D30;
}
.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);
}

/*-------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
.mv {
  padding: 147px 1.8vw 1.8vw;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 1024px) {
  .mv {
    padding: 60px 2% 10px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.mv_texts {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  padding-top: 1.7vw;
}
@media (max-width: 768px) {
  .mv_texts {
    gap: 15px;
  }
}

.mv_title {
  font-size: clamp(3.25rem, 2.333rem + 1.91vw, 4.625rem);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0;
}
@media (max-width: 768px) {
  .mv_title {
    font-size: clamp(2rem, 0.75rem + 4.17vw, 2.75rem);
  }
}
@media (max-width: 480px) {
  .mv_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mv_text {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
}
@media (max-width: 768px) {
  .mv_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mv_text span {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mv_text span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.mv_movie {
  width: 100%;
  height: 90vh;
  padding-top: 4.1vw;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .mv_movie {
    padding-top: 2%;
  }
}
@media (max-width: 768px) {
  .mv_movie {
    height: 68svh;
    min-height: 400px;
  }
}
.mv_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimages {
  width: 100%;
  min-height: 700px;
}
@media (max-width: 1024px) {
  .mainimages {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .mainimages {
    height: 520px;
  }
}

.mainimage {
  width: 100%;
  height: 450px;
}
@media (max-width: 768px) {
  .mainimage {
    height: 300px;
  }
}
.mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainimage_title {
  padding: 2.6vw 0;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: end;
  padding-right: 3.3vw;
}
@media (max-width: 768px) {
  .mainimage_title {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 25px 0;
  }
}

.mainimage_item {
  padding: 182px 1.8vw 0;
}
@media (max-width: 1024px) {
  .mainimage_item {
    padding: 70px 5% 0;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 15px 1.8vw;
  border-top: 1px solid #2591D2;
  border-bottom: 1px solid #2591D2;
}
@media (max-width: 768px) {
  .breadcrumb {
    gap: 5px;
  }
}

.breadcrumb_back {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #2591D2;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .breadcrumb_back:hover {
    opacity: 0.6;
  }
}

.breadcrumb_arrow, .breadcrumb_now {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .breadcrumb_arrow, .breadcrumb_now {
    max-width: 150px;
  }
}

/*-------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------*/
.index-top_unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 15.6vw;
}
@media (max-width: 1024px) {
  .index-top_unit {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 40px;
  }
}
.index-top_unit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.index-top_blue {
  color: #DEF6FF;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 0.208rem + 4.77vw, 5.938rem);
  line-height: 1;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .index-top_blue {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.index-top_text_wrap {
  padding: 1.4vw 0 0 6.7vw;
}
@media (max-width: 768px) {
  .index-top_text_wrap {
    padding: 15px 5% 0 5%;
  }
}

.index-top_title {
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .index-top_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-top_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding-top: 3.6vw;
}
@media (max-width: 768px) {
  .index-top_text {
    line-height: 1.8;
    padding-top: 10px;
  }
}

.index-top_images {
  display: flex;
  gap: 1.8vw;
  padding: 0 6.4vw;
  flex-direction: column;
  z-index: -1;
  margin-bottom: 1.8vw;
}
@media (max-width: 1024px) {
  .index-top_images {
    position: static;
    flex-direction: row;
    width: auto;
    transform: translateY(0);
    padding: 0;
    margin-bottom: 0;
    gap: 10px;
    margin-right: 10px;
  }
}
.index-top_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-top_image {
  width: 23.4vw;
  aspect-ratio: 45/29;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 180px;
}
.index-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
index-service
--------------------------------------------------------------------------------*/
.index-service_unit {
  position: relative;
}
.index-service_unit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.index-service_main {
  display: flex;
  padding: 5.2vw 5% 6.2vw 6.7vw;
  gap: 5.2vw;
  position: relative;
}
@media (max-width: 768px) {
  .index-service_main {
    flex-direction: column;
    gap: 25px;
    padding: 25px 5%;
  }
}
.index-service_main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.index-service_texts {
  width: 47.5vw;
}
@media (max-width: 768px) {
  .index-service_texts {
    width: 100%;
  }
}

.index-service_title {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-service_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-service_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding-top: 2vw;
}
@media (max-width: 768px) {
  .index-service_text {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.index-service_links {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .index-service_links {
    flex-direction: column;
  }
}
.index-service_links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}
@media (max-width: 768px) {
  .index-service_links::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}

.index-service_link {
  width: 50vw;
  margin: 1.3vw;
  position: relative;
  padding: 0.5vw 1vw;
}
@media (min-width: 1025px) {
  .index-service_link:hover {
    transform: scale(0.97);
  }
}
@media (max-width: 768px) {
  .index-service_link {
    margin: 10px;
    padding: 4%;
  }
}
.index-service_link.is_service {
  background: url(../images/index-service_link01.png);
  width: 100%;
  height: 21.1vw;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 768px) {
  .index-service_link.is_service {
    width: auto;
    height: 150px;
  }
}
.index-service_link.is_commitment {
  background: url(../images/index-service_link02.png);
  width: 100%;
  height: 21.1vw;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 768px) {
  .index-service_link.is_commitment {
    width: auto;
    height: 150px;
  }
}

.index-service_link_text {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  display: flex;
  align-items: center;
  gap: 3.1vw;
}
@media (max-width: 768px) {
  .index-service_link_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.index-service_link_text span {
  width: 3.1vw;
  height: 3.1vw;
  min-width: 45px;
  min-height: 45px;
  border-radius: 999px;
  border: 1px solid #ffffff;
  position: relative;
}
.index-service_link_text span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1vw;
  height: 1.1vw;
  min-width: 18px;
  min-height: 18px;
  background: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*------------------------------------------------
index-work
--------------------------------------------------*/
.index-work_unit {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-work_unit {
    flex-direction: column;
  }
}

.index-work_texts {
  width: 27.1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11.6vw;
  padding: 8.7vw 0;
  position: relative;
  margin-right: 3.1vw;
}
@media (max-width: 1024px) {
  .index-work_texts {
    width: 100%;
    align-items: baseline;
    padding: 40px 5% 0 5%;
    gap: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
  }
}
.index-work_texts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}
@media (max-width: 1024px) {
  .index-work_texts::before {
    display: none;
  }
}

.index-work_swiper_wrap {
  overflow: hidden;
}

.swiper-item {
  width: 72.8vw;
  position: relative;
  margin: auto;
}
@media (max-width: 1024px) {
  .swiper-item {
    width: 100vw;
  }
}
.swiper-item .swiper {
  overflow: visible !important;
  padding: 80px 0 1px;
}
@media (max-width: 1024px) {
  .swiper-item .swiper {
    padding: 25px 0 100px;
  }
}
.swiper-item .swiper .swiper-wrapper {
  display: flex;
  align-items: end;
}
.swiper-item .swiper .swiper-wrapper .swiper-slide {
  padding: 1.3vw 1.3vw 2vw 1.3vw;
  transition: all 0.3s;
  border: #2591D2 1px solid;
  height: auto;
  min-height: 331px;
}
@media (max-width: 1024px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide {
    padding: 25px 5%;
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  min-height: 340px;
}
@media (min-width: 1025px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 23.4vw !important;
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-image {
  width: 20.8vw;
  aspect-ratio: 41/27;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-image {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.05);
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-item .swiper-buttons {
  display: flex;
  position: absolute;
  top: 25px;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  gap: 40px;
  right: 20%;
}
@media (max-width: 1024px) {
  .swiper-item .swiper-buttons {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 35px;
    justify-content: center;
  }
}
.swiper-item .swiper-button-next {
  display: block;
  width: 4.1vw;
  height: 4.1vw;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  border: 1px solid #222222;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .swiper-item .swiper-button-next {
    margin-left: 0;
  }
}
.swiper-item .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  background: url(../images/swiper_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper-item .swiper-button-next::after {
  display: none;
}
.swiper-item .swiper-button-prev {
  display: block;
  width: 4.1vw;
  height: 4.1vw;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  border: 1px solid #222222;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
}
.swiper-item .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  background: url(../images/swiper_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-item .swiper-button-prev::after {
  display: none;
}

.swiper-image {
  width: 100%;
  aspect-ratio: 25/15;
  overflow: hidden;
}
.swiper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-cate {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  color: #2591D2;
  padding: 6px 1vw;
  border-radius: 999px;
  background: #D8EEF6;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0.7vw;
}
@media (max-width: 768px) {
  .swiper-cate {
    margin-top: 10px;
    padding: 3px 10px;
  }
}

.swiper-title {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.7vw;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .swiper-title {
    margin-top: 10px;
  }
}

/*------------------------------------------------
index-con
--------------------------------------------------*/
.index-con_image {
  width: 100%;
  height: 350px;
  position: relative;
}
@media (max-width: 768px) {
  .index-con_image {
    height: 250px;
  }
}
.index-con_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.index-con_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-con_text_wrap {
  display: flex;
  gap: 5.2vw;
  padding: 5.2vw 5% 5.2vw 6.7vw;
  position: relative;
}
@media (max-width: 768px) {
  .index-con_text_wrap {
    gap: 25px;
    padding: 40px 5%;
  }
}
@media (max-width: 1024px) {
  .index-con_text_wrap {
    flex-direction: column;
  }
}
.index-con_text_wrap.is_partner {
  padding-bottom: 7.1vw;
  margin-bottom: 5.2vw;
}
@media (max-width: 768px) {
  .index-con_text_wrap.is_partner {
    padding: 40px 5%;
  }
}
.index-con_text_wrap.is_partner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.index-con_text_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.index-con_texts {
  width: 60vw;
}
@media (max-width: 1024px) {
  .index-con_texts {
    width: 100%;
  }
}

.index-con_title {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-con_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-con_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding: 3.6vw 0;
}
@media (max-width: 768px) {
  .index-con_text {
    padding: 15px 0 25px 0;
  }
}

/*-------------------------------------------------------------------------------
commitment
--------------------------------------------------------------------------------*/
.commitment-unit {
  padding-bottom: 5.2vw;
}

.commitment-item {
  padding: 5.2vw 4.1vw 5.2vw 5.7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .commitment-item {
    flex-direction: column;
    padding: 40px 5%;
    gap: 15px;
  }
}
.commitment-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.commitment-texts {
  width: 57.5vw;
}
@media (max-width: 768px) {
  .commitment-texts {
    width: 100%;
  }
}

.commitment-title {
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  font-weight: 600;
  letter-spacing: 1.6;
  letter-spacing: 0.05em;
}

.commitment-sub_title {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 500;
  line-height: 1.6;
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 768px) {
  .commitment-sub_title {
    padding-top: 5px;
    font-size: 16px;
    font-size: 1rem;
    gap: 10px;
  }
}
.commitment-sub_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2591D2;
}
@media (max-width: 768px) {
  .commitment-sub_title::before {
    width: 10px;
    height: 10px;
  }
}

.commitment-text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding-top: 2.6vw;
}
@media (max-width: 768px) {
  .commitment-text {
    padding-top: 15px;
  }
}

.commitment-btns {
  padding-top: 2.6vw;
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 768px) {
  .commitment-btns {
    padding-top: 15px;
  }
}

.commitment-image {
  width: 27.6vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 53/36;
}
@media (max-width: 768px) {
  .commitment-image {
    width: 100%;
    height: 300px;
  }
}
.commitment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service-cates {
  display: flex;
  align-items: baseline;
  gap: 1.8vw;
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 3.1vw 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .service-cates {
    padding: 25px 0;
  }
}

.service-cate_title {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  display: flex;
  align-items: center;
  gap: 1vw;
  font-weight: 600;
  line-height: 1.6;
}
.service-cate_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2591D2;
}
@media (max-width: 768px) {
  .service-cate_title::before {
    width: 10px;
    height: 10px;
  }
}

.service-cate_sub_title {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 600;
  line-height: 1.6;
  padding-top: 2.6vw;
}

.service-cate_text {
  padding-top: 2.6vw;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .service-cate_text {
    padding-top: 10px;
  }
}

.service-cate_items {
  position: relative;
}
.service-cate_items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.service-cate_item {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 6.2vw 0;
}
@media (max-width: 768px) {
  .service-cate_item {
    padding: 40px 0;
  }
}

.service-points {
  position: relative;
  padding: 1.8vw 0;
}
@media (max-width: 768px) {
  .service-points {
    padding: 25px 0;
  }
}
.service-points::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.service-point {
  width: 1850px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  border: 1px solid #2591D2;
  padding: 6.2vw 5.2vw;
  margin-top: 35px;
  justify-content: space-between;
  position: relative;
  counter-increment: mycounter;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-point {
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    padding: 25px 5%;
  }
}
.service-point:first-of-type {
  margin-top: 0;
}
.service-point::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #DEF6FF;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(5.625rem, 1.696rem + 6.14vw, 9.063rem);
  line-height: 0.7;
  font-weight: 500;
  z-index: -1;
}

.service-point_text {
  width: 46.8vw;
}
@media (max-width: 768px) {
  .service-point_text {
    width: 100%;
  }
}

.service-point_image {
  width: 31.2vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 60/43;
}
@media (max-width: 768px) {
  .service-point_image {
    width: 100%;
  }
}
.service-point_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-point_title {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .service-point_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-point_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 2vw;
}
@media (max-width: 768px) {
  .service-point_text {
    padding-top: 10px;
  }
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/*------------------------------------------------
works
--------------------------------------------------*/
.works-wrap {
  position: relative;
}
.works-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.works-items {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 6.2vw 0 7.8vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8vw;
  row-gap: 3.1vw;
}
@media (max-width: 1024px) {
  .works-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .works-items {
    grid-template-columns: 1fr;
    padding: 40px 0;
    gap: 25px;
  }
}

.works-item {
  border: #2591D2 1px solid;
  padding: 1.8vw 1.8vw 3.1vw 1.8vw;
  color: #222222;
}
@media (min-width: 1025px) {
  .works-item:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .works-item {
    padding: 25px 5%;
  }
}

.works-image {
  width: 23.9vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 46/29;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .works-image {
    width: 100%;
  }
}
.works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.works-texts {
  padding-top: 1vw;
}
@media (max-width: 768px) {
  .works-texts {
    padding-top: 15px;
  }
}

.works-cate {
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  font-weight: 1.6;
  font-weight: 500;
  color: #2591D2;
  padding: 6px 1vw;
  border-radius: 999px;
  background: #D8EEF6;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .works-cate {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.works-title {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 600;
  line-height: 1.6;
  padding-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .works-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.works-detail {
  display: flex;
}

.works-content {
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  font-weight: 1.6;
  font-weight: 600;
  padding-top: 1.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-top: 1px solid #2591D2;
  margin-top: 1vw;
}
@media (max-width: 768px) {
  .works-content {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.works-details {
  padding-top: 1vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.works-detail_title {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 7.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 120px;
}
@media (max-width: 768px) {
  .works-detail_title {
    min-width: 70px;
  }
}
.works-detail_title::after {
  content: "";
  font-size: clamp(2.125rem, 1.243rem + 3.14vw, 3.25rem);
  display: block;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}

.works-detail_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1vw;
}
@media (max-width: 768px) {
  .works-detail_text {
    padding-left: 10px;
  }
}

.single-title_wrap {
  position: relative;
}
.single-title_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.single-titles {
  display: flex;
  align-items: center;
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  gap: 3.1vw;
  padding: 4.1vw 0;
}
@media (max-width: 768px) {
  .single-titles {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    padding: 25px 0 15px;
  }
}

.single-cate {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 500;
  line-height: 1.6;
  color: #2591D2;
  padding: 6px 1vw;
  border-radius: 999px;
  background: #D8EEF6;
  max-width: 200px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-cate {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.single-title {
  font-size: clamp(1.25rem, 0.5rem + 1.56vw, 2.375rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .single-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.single-image {
  width: 1200px;
  max-width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 120/65;
  margin: 1.8vw auto;
  position: relative;
}
@media (max-width: 768px) {
  .single-image {
    margin: 15px auto;
  }
}
.single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-texts {
  position: relative;
  padding: 4.1vw 0;
}
@media (max-width: 768px) {
  .single-texts {
    padding: 25px 0;
  }
}
.single-texts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.single-texts::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.single-text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-text_wrap {
    gap: 25px;
  }
}

.single-sub-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6vw;
}
@media (max-width: 768px) {
  .single-sub-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-sub-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 42/28;
}
.single-sub-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
}

.single-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin: 5.2vw 0 7.8vw;
}
@media (max-width: 768px) {
  .single-btns {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .single-btns {
    grid-template-columns: 1fr;
  }
}
.single-btns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.single-btns::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.single-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
  color: #222222;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 3.1vw 0;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .single-btn:hover {
    background: #D8EEF6;
  }
}
@media (max-width: 768px) {
  .single-btn {
    font-size: 14px;
    font-size: 0.875rem;
    height: 75px;
  }
}
.single-btn:nth-of-type(3)::after {
  display: none;
}
.single-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}
@media (max-width: 480px) {
  .single-btn::after {
    width: 100%;
    height: 1px;
  }
}

.single_btn_icon {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  min-width: 45px;
  min-height: 45px;
  border-radius: 999px;
  background-color: #2591D2;
  display: block;
}
@media (max-width: 768px) {
  .single_btn_icon {
    min-width: 35px;
    min-height: 35px;
  }
}
.single_btn_icon.is_prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background: url(../images/works_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single_btn_icon.is_next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 16px;
  background: url(../images/works_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pager_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3vw;
  padding-bottom: 7.8vw;
}
@media (max-width: 768px) {
  .pager_items {
    padding-bottom: 40px;
  }
}

.pager_current {
  width: 3.6vw;
  height: 3.6vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2591D2;
  font-size: clamp(1.25rem, 0.792rem + 0.95vw, 1.938rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .pager_current:hover {
    transform: scale(0.97);
  }
}
.pager_current.is_active {
  color: #ffffff;
  background-color: #2591D2;
  border: 1px solid #2591D2;
  pointer-events: none;
}

.pager_prev {
  width: 3.6vw;
  height: 3.6vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 3.5vw;
}
@media (max-width: 768px) {
  .pager_prev {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .pager_prev:hover {
    transform: scale(0.97);
  }
}
.pager_prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background: url(../images/swiper_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pager_next {
  width: 3.6vw;
  height: 3.6vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 3.5vw;
}
@media (max-width: 768px) {
  .pager_next {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .pager_next:hover {
    transform: scale(0.97);
  }
}
.pager_next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 16px;
  background: url(../images/swiper_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pager_item {
  background-color: #086385;
}

/*------------------------------------------------
company-greeting
--------------------------------------------------*/
.company-greeting_unit {
  padding: 4.1vw 0;
}
@media (max-width: 768px) {
  .company-greeting_unit {
    padding: 40px 0;
  }
}

.company-greeting_wrap {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company-greeting_wrap {
    flex-direction: column;
    gap: 15px;
  }
}

.company-greeting_texts {
  width: 44.2vw;
}
@media (max-width: 768px) {
  .company-greeting_texts {
    width: 100%;
  }
}
.company-greeting_texts.no-image {
  width: 100%;
}

.company-greeting_text {
  padding-top: 2.6vw;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .company-greeting_text {
    padding-top: 25px;
  }
}

.company-greeting_name {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
  padding-top: 2vw;
  text-align: end;
}
@media (max-width: 768px) {
  .company-greeting_name {
    padding-top: 10px;
  }
}

.company-greeting_image {
  width: 37.7vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 72/50;
}
@media (max-width: 768px) {
  .company-greeting_image {
    width: 100%;
  }
}
.company-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
company-sponsor
--------------------------------------------------*/
.company-sponsor_unit {
  position: relative;
  padding: 2.6vw 0 5.2vw;
}
@media (max-width: 768px) {
  .company-sponsor_unit {
    padding: 40px 0;
  }
}
.company-sponsor_unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.company-sponsor_wrap {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
}

.company-sponsor_items {
  padding-top: 6.2vw;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
@media (max-width: 768px) {
  .company-sponsor_items {
    padding-top: 25px;
    gap: 40px;
  }
}

.company-sponsor_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company-sponsor_item {
    flex-direction: column;
    gap: 15px;
  }
}

.company-sponsor_image {
  width: 31.2vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 61/17;
}
@media (max-width: 768px) {
  .company-sponsor_image {
    width: 100%;
  }
}
.company-sponsor_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-sponsor_texts {
  width: 52vw;
}
@media (max-width: 768px) {
  .company-sponsor_texts {
    width: 100%;
  }
}
.company-sponsor_texts.no-image {
  width: 100%;
}

.company-sponsor_title {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #2591D2;
  width: -moz-fit-content;
  width: fit-content;
}

.company-sponsor_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  padding-top: 1.5vw;
}

/*------------------------------------------------
company-overview
--------------------------------------------------*/
.company-overview {
  padding: 4.6vw 0 7.8vw;
  position: relative;
}
@media (max-width: 768px) {
  .company-overview {
    padding: 40px 0;
  }
}
.company-overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

/*------------------------------------------------
company-access
--------------------------------------------------*/
.company-access_unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.8vw;
}
@media (max-width: 1024px) {
  .company-access_unit {
    flex-direction: column;
    padding: 40px 5%;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .company-access_unit {
    margin-bottom: 40px;
  }
}
.company-access_unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.company-access_unit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.company-access_titles {
  width: 29.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2%;
}
@media (max-width: 1024px) {
  .company-access_titles {
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    align-items: baseline;
  }
}
.company-access_titles::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}
@media (max-width: 1024px) {
  .company-access_titles::before {
    display: none;
  }
}

.company-access_wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
}
@media (max-width: 768px) {
  .company-access_wrap {
    gap: 25px;
  }
}

.company-access_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
}

.company-access_map {
  width: 70.3vw;
  padding: 5.7vw 0;
}
@media (max-width: 1024px) {
  .company-access_map {
    width: 100%;
    padding: 0;
  }
}

.company-access_map_wrap {
  width: 1131px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 113/50;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .company-access_map_wrap {
    max-width: 100%;
    height: 300px;
  }
}
.company-access_map_wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
partner
--------------------------------------------------------------------------------*/
/*------------------------------------------------
partner-mess
--------------------------------------------------*/
.partner-mess_unit {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 5.2vw 0 5.7vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .partner-mess_unit {
    flex-direction: column;
    padding: 40px 0;
    gap: 25px;
  }
}

.partner-mess_texts {
  width: 59.7vw;
}
@media (max-width: 768px) {
  .partner-mess_texts {
    width: 100%;
  }
}

.partner-mess_title {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 600;
  line-height: 1.8;
}

.partner-mess_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding-top: 2.8vw;
}
@media (max-width: 768px) {
  .partner-mess_text {
    padding-top: 15px;
    line-height: 1.8;
  }
}

/*------------------------------------------------
partner-point
--------------------------------------------------*/
.partner-point_unit {
  position: relative;
}
.partner-point_unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.partner-point_items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .partner-point_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partner-point_items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.partner-point_items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.partner-point_item {
  position: relative;
  padding: 2.6vw 3.1vw;
}
@media (max-width: 768px) {
  .partner-point_item {
    padding: 25px 5%;
  }
}
.partner-point_item .partner-point_image {
  display: block;
  padding-top: 3.1vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .partner-point_item .partner-point_image {
    padding-top: 25px;
  }
}
.partner-point_item .partner-point_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-point_item .partner-point_image:first-of-type {
  width: 11vw;
  height: 13vw;
}
@media (max-width: 768px) {
  .partner-point_item .partner-point_image:first-of-type {
    width: 150px;
    height: 150px;
  }
  .partner-point_item .partner-point_image:first-of-type::before {
    display: none;
  }
}
.partner-point_item .partner-point_image:nth-of-type(2) {
  width: 12.7vw;
  height: 13vw;
}
@media (max-width: 768px) {
  .partner-point_item .partner-point_image:nth-of-type(2) {
    width: 140px;
    height: 150px;
  }
}
.partner-point_item .partner-point_image:last-of-type {
  width: 14.3vw;
  height: 13vw;
}
@media (max-width: 768px) {
  .partner-point_item .partner-point_image:last-of-type {
    width: 160px;
    height: 150px;
  }
}
.partner-point_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}
@media (max-width: 768px) {
  .partner-point_item::before {
    width: 100%;
    height: 1px;
  }
}
.partner-point_item:last-of-type::before {
  display: none;
}
@media (max-width: 768px) {
  .partner-point_item:last-of-type::before {
    display: block;
  }
}

.partner-point_title {
  border-bottom: 1px solid #2591D2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 768px) {
  .partner-point_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.partner-point_text {
  padding-top: 3.1vw;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .partner-point_text {
    line-height: 1.8;
    padding-top: 15px;
  }
}

/*------------------------------------------------
partner-recruit
--------------------------------------------------*/
.partner-recruit_unit {
  padding: 4.6vw 0 7.8vw;
}
@media (max-width: 768px) {
  .partner-recruit_unit {
    padding: 40px 0;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-tels {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact-tels {
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
    padding: 40px 5%;
  }
}

.contact-tel_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36.7vw;
  padding: 5.3vw 0;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-tel_texts {
    padding: 0;
    width: 100%;
    align-items: baseline;
  }
  .contact-tel_texts::after {
    display: none;
  }
}
.contact-tel_texts::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}

.contact-tel_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 2.6vw;
}
@media (max-width: 768px) {
  .contact-tel_text {
    padding-top: 25px;
  }
}

.contact-tel_item {
  padding-left: 7.2vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .contact-tel_item {
    padding-left: 0;
  }
}

.contact-form_texts {
  position: relative;
  padding: 4.1vw 0 4.1vw 5.7vw;
}
@media (max-width: 768px) {
  .contact-form_texts {
    padding: 40px 5%;
  }
}
.contact-form_texts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.contact-form_text {
  padding-top: 1.3vw;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-form_text {
    padding-top: 25px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_unit {
  width: 1310px;
  max-width: 90%;
  margin: 0 auto;
  padding: 3.6vw 0;
}
@media (max-width: 768px) {
  .ft_unit {
    padding: 40px 0 10px;
  }
}

.ft_logo {
  width: 11.1vw;
  min-width: 144px;
  display: block;
}

.ft_item {
  padding-top: 2.6vw;
}
@media (max-width: 768px) {
  .ft_item {
    padding-top: 20px;
  }
}

.cta {
  background: #D8EEF6;
}

.cta_wrap {
  position: relative;
  padding: 5.2vw 6.7vw 3.6vw;
}
@media (max-width: 768px) {
  .cta_wrap {
    padding: 40px 5%;
  }
}
.cta_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.cta_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.cta_texts {
  width: 48vw;
}
@media (max-width: 1024px) {
  .cta_texts {
    width: 100%;
  }
}

.cta_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding-top: 2.6vw;
}
@media (max-width: 768px) {
  .cta_text {
    padding-top: 25px;
  }
}

.cta_links {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .cta_links {
    flex-direction: column;
  }
}
.cta_links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}

.cta_tels {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  width: 50vw;
  position: relative;
  justify-content: center;
  padding: 2.5vw 0;
}
@media (max-width: 768px) {
  .cta_tels {
    width: 100%;
    padding: 15px 0;
    gap: 15px;
  }
}
.cta_tels::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2591D2;
}
@media (max-width: 768px) {
  .cta_tels::before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}

.cta_icon {
  position: relative;
  width: 4vw;
  height: 4vw;
  min-width: 50px;
  min-height: 50px;
  border-radius: 999px;
  background-color: #2591D2;
  display: block;
  transition: all 0.3s;
}
.cta_icon.is_tel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5vw;
  height: 1.5vw;
  min-width: 23px;
  min-height: 23px;
  background: url(../images/tel_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .cta_icon.is_contact:hover {
    transform: scale(0.97);
  }
}
.cta_icon.is_contact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5vw;
  height: 1.3vw;
  min-width: 23px;
  min-height: 20px;
  background: url(../images/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.cta_contact {
  width: 50vw;
  display: flex;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 1.3;
  font-weight: 600;
  color: #222222;
}
@media (min-width: 1025px) {
  .cta_contact:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .cta_contact {
    width: 100%;
    padding: 15px 0;
    gap: 10px;
  }
}

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

.ft_add {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

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

.ft_nav_link {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    opacity: 0.6;
  }
}

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #909090;
  margin-top: 38px;
  display: block;
  text-align: end;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 40px;
  }
}

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

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） 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-form {
  position: relative;
}

.contact-form_wrap {
  position: relative;
  padding: 3.1vw 0 8.1vw;
}
@media (max-width: 768px) {
  .contact-form_wrap {
    padding: 40px 0;
  }
}
.contact-form_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2591D2;
}
.contact-form_wrap label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 768px) {
  .contact-form_wrap label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-form_wrap dl {
  gap: 10px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .contact-form_wrap dl {
    padding-top: 25px;
  }
}
.contact-form_wrap dl:first-of-type {
  padding-top: 0;
}
.contact-form_wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-form_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-form_wrap dl dt {
    width: 100%;
  }
}
.contact-form_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-form_wrap dl dt label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-form_wrap dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
}
.contact-form_wrap dl input,
.contact-form_wrap dl textarea,
.contact-form_wrap dl select {
  padding: 14px 26px;
  border: 1px solid #2591D2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 768px) {
  .contact-form_wrap dl input,
  .contact-form_wrap dl textarea,
  .contact-form_wrap dl select {
    padding: 15px;
  }
}
.contact-form_wrap dl input::-moz-placeholder, .contact-form_wrap dl textarea::-moz-placeholder, .contact-form_wrap dl select::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-form_wrap dl input::placeholder,
.contact-form_wrap dl textarea::placeholder,
.contact-form_wrap dl select::placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-form_wrap dl input::-moz-placeholder, .contact-form_wrap dl textarea::-moz-placeholder, .contact-form_wrap dl select::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-form_wrap dl input::placeholder,
  .contact-form_wrap dl textarea::placeholder,
  .contact-form_wrap dl select::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-form_wrap dl input:focus,
.contact-form_wrap dl textarea:focus,
.contact-form_wrap dl select:focus {
  outline: none;
}

.required {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 6px;
  background-color: #2591D2;
  padding: 2px 5px;
}

.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: 400px;
}
@media (max-width: 768px) {
  .is-address .zip_short {
    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 9px 38px;
  position: relative;
  line-height: 1;
  color: #2D2D30;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span {
    padding-left: 37px;
    font-size: 16px;
    font-size: 1rem;
    padding: 11px 13px 9px 38px;
  }
}
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;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #2591D2;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    width: 20px;
    height: 20px;
  }
}
input[type=radio]:checked + span::after {
  background-color: #2591D2;
}

.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: 13px 14px 12px 45px;
  position: relative;
  color: #222222;
}
@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: #ffffff;
  border: 1px solid #2591D2;
  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: 245px;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    height: 260px;
    padding-right: 10px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 6px;
  background-color: #D8EEF6;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents::-webkit-scrollbar-track {
  width: 6px;
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #2591D2;
  width: 6px;
}

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

.confirm-button {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  border-top: 1px solid #2591D2;
  border-bottom: 1px solid #2591D2;
  width: 100%;
  padding: 30px 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    background: #D8EEF6;
  }
}
@media (max-width: 768px) {
  .confirm-button {
    height: 75px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.confirm-button::after {
  content: "";
  background: url(../images/contact01.svg);
  width: 68px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 1024px) {
  .confirm-button::after {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .confirm-button::after {
    width: 35px;
    height: 35px;
  }
}

.confirm-none {
  width: 100%;
}

.back-button {
  width: 50vw;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  border-top: 1px solid #2591D2;
  border-bottom: 1px solid #2591D2;
  padding: 30px 0;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .back-button:hover {
    background: #D8EEF6;
  }
}
@media (max-width: 768px) {
  .back-button {
    padding: 0;
    height: 75px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .back-button {
    width: 100vw;
    border-bottom: none;
  }
  .back-button::before {
    width: 45px;
    height: 45px;
  }
  .back-button::after {
    display: none;
  }
}
.back-button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #2591D2;
}
.back-button::before {
  content: "";
  background: url(../images/contact01.svg);
  width: 68px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .back-button::before {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .back-button::before {
    width: 35px;
    height: 35px;
  }
}

.submit_btn {
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .submit_btn:hover {
    background: #D8EEF6;
  }
}
@media (max-width: 1024px) {
  .submit_btn::after {
    width: 45px;
    height: 45px;
  }
}
.submit_btn::after {
  content: "";
  background: url(../images/contact01.svg);
  width: 68px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .submit_btn::after {
    width: 45px;
    height: 45px;
    left: 56%;
  }
}
@media (max-width: 768px) {
  .submit_btn::after {
    left: 57%;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 600px) {
  .submit_btn::after {
    left: 59%;
  }
}
@media (max-width: 480px) {
  .submit_btn::after {
    left: 62%;
  }
}

.has-spinner {
  width: 50vw;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  border-top: 1px solid #2591D2;
  border-bottom: 1px solid #2591D2;
  height: 130px;
}
@media (max-width: 1024px) {
  .has-spinner {
    width: 100vw;
    height: 106px;
  }
}
@media (max-width: 768px) {
  .has-spinner {
    height: 75px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.check_submit {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .check_submit {
    flex-direction: column;
  }
}

#form-confirm dl {
  padding: 30px 0;
  border-bottom: 1px #2591D2 solid;
  margin-top: 0;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm dl:first-of-type dd::after {
  display: none;
}
#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;
}

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

.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;
  gap: 0 3px;
  color: #2D2D30;
}
@media (max-width: 1024px) {
  .radio-area {
    flex-direction: column;
  }
}
@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: 400px;
}
@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: 400px;
}
@media (max-width: 768px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 52%;
  transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
  background: url(../images/form_contact_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.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: #ffffff;
  padding: 30px;
  border: 1px solid #2591D2;
  height: 300px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 20px;
  }
}

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

.privacy-text {
  padding-top: 30px;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
}
.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: #D8EEF6;
}
.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: #D8EEF6;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .box_cmn_form_no-input {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pallet_red_text {
  color: #CA1F10;
  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;
  pointer-events: none;
}
@media (max-width: 768px) {
  .select_arrow::after {
    right: 10px;
  }
}

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

#form-confirm, #form-input {
  margin-top: 4.1vw;
}

#form-input, #form-confirm {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 6.4vw;
}

/*-------------------------------------------------------------------------------
  送信完了、404
--------------------------------------------------------------------------------*/
.other-unit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100svh;
  width: 100%;
  color: #222222;
}

.other-texts {
  width: 100%;
  text-align: center;
}

.other-title {
  text-align: center;
  font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
  position: relative;
  font-weight: 500;
  border-top: #2591D2 solid 1px;
  border-bottom: #2591D2 solid 1px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .other-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.other-text {
  padding: 5.2vw 5%;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .other-text {
    padding: 40px 5%;
  }
}

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

body.commitment .hd_nav_list:nth-of-type(2) .hd_nav_link::before {
  opacity: 1;
}

body.service .hd_nav_list:nth-of-type(3) .hd_nav_link::before {
  opacity: 1;
}

body.works .hd_nav_list:nth-of-type(4) .hd_nav_link::before {
  opacity: 1;
}

body.company .hd_nav_list:nth-of-type(5) .hd_nav_link::before {
  opacity: 1;
}

body.partner .hd_nav_list:nth-of-type(6) .hd_nav_link::before {
  opacity: 1;
}

body.archive .hd_nav_list:nth-of-type(4) .hd_nav_link::before {
  opacity: 1;
}

body.single .hd_nav_list:nth-of-type(4) .hd_nav_link::before {
  opacity: 1;
}

.scrollAnim {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s;
}

.scrollAnim.active {
  transform: translateY(0);
  opacity: 1;
}

.loopSlider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .loopSlider {
    position: static;
    transform: translateY(0);
  }
}

.service-items {
  display: none;
  scroll-margin-top: 100px;
}

.service-items.is-active {
  display: block;
  opacity: 1;
}

/* 2. URLの末尾（#ID）と一致した要素だけを表示する */
.service-items:target {
  display: block;
}

.service-items:first-of-type {
  display: block;
}

.service-cates:has(+ .service-items:target) .service-items:first-of-type {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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