/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  iconFont
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
  all in one font
-------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
  clamp
-------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
  px to vw
-------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #0048A7;
  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: #0048A7;
  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: #F4F7FA;
  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 #64748B;
}
.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: #64748B;
}
.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 #64748B;
}
.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: #64748B;
}
.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: #F4F7FA;
  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 #64748B;
}
.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: #64748B;
}
.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: #0048A7;
  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(242, 201, 76, 0.2), 2px 0 15px rgba(0, 72, 167, 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: #1E293B;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

/*-------------------------------------------------------------------------------
  WordPress login page custom
--------------------------------------------------------------------------------*/
body.login {
  background-color: #F4F7FA;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
body.login #login h1 a {
  background: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: auto;
  height: 4vw;
}
body.login #login #nav a,
body.login #login #backtoblog a {
  color: #1E293B;
  font-weight: bold;
}

/*-------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

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

.boxer {
  display: block;
  overflow: hidden;
}
.boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s 0s ease-out;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.08);
  }
}

.cmn_btn {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.78125vw;
  color: #0048A7;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .cmn_btn {
    gap: 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.cmn_btn .cmn_btn_txt {
  display: inline-block;
}
.cmn_btn .cmn_btn_arrow {
  width: 45px;
  height: 45px;
  background: #0048A7;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cmn_btn .cmn_btn_arrow_icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cmn_btn .cmn_btn_arrow_icon::before {
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 25px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #F2C94C;
  line-height: 1;
}
.cmn_btn .cmn_btn_arrow_icon.is_second {
  transform: translateX(-130%);
  opacity: 0;
}
@media (min-width: 769px) {
  .cmn_btn:hover .cmn_btn_arrow_icon:not(.is_second) {
    transform: translateX(130%);
    opacity: 0;
  }
  .cmn_btn:hover .cmn_btn_arrow_icon.is_second {
    transform: translateX(0);
    opacity: 1;
  }
}

.cmn_sec {
  padding: 0 7.2916666667vw 10.4166666667vw;
}
@media (max-width: 768px) {
  .cmn_sec {
    padding: 0 5% 70px;
  }
}

.cmn_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding-bottom: 3.6458333333vw;
}
@media (max-width: 768px) {
  .cmn_ttl {
    padding-bottom: 20px;
  }
}
.cmn_ttl.is_center {
  text-align: center;
}
.cmn_ttl .cmn_ttl_ja {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0081C4;
}
@media (max-width: 768px) {
  .cmn_ttl .cmn_ttl_ja {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.cmn_ttl .cmn_ttl_en {
  font-size: clamp(75 * 0.7px, 75 / 1500 * 100vmax, 75 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-transform: uppercase;
  color: #0048A7;
}
@media (max-width: 768px) {
  .cmn_ttl .cmn_ttl_en {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.cmn_list_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cmn_list_block {
    flex-direction: column;
    gap: 50px 0;
  }
}

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

.cmn_list_hd {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 1.1458333333vw 1.5625vw;
  align-items: center;
  background: #64748B;
  color: #fff;
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .cmn_list_hd {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 10px 13px;
  }
}

.cmn_list {
  list-style: none;
  border-bottom: 1px solid #64748B;
}

.cmn_li {
  display: flex;
  justify-content: space-between;
  min-height: 2.8125vw;
  padding: 1.25vw 1.5625vw;
  align-items: center;
  border-top: 1px solid #64748B;
}
.cmn_li:first-child {
  border-top: 0;
}
@media (max-width: 768px) {
  .cmn_li {
    row-gap: 15px;
    padding: 15px 3%;
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cmn_li.is_spec_li {
    flex-direction: row;
  }
}

.cmn_list_ttl,
.cmn_list_txt {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .cmn_list_ttl,
  .cmn_list_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cmn_list_txt.is_spec_txt {
  width: 6.7708333333vw;
  text-align: right;
}
@media (max-width: 768px) {
  .cmn_list_txt.is_spec_txt {
    width: 80px;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  min-height: 5.7291666667vw;
  box-shadow: 0 0px 6px rgba(0, 72, 167, 0.231372549);
}
@media (max-width: 768px) {
  .header {
    min-height: 60px;
  }
}
.header .hd_inner {
  width: min(100%, 1920px);
  min-height: 5.7291666667vw;
  margin: 0 auto;
  padding-left: 1.8229166667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 768px) {
  .header .hd_inner {
    min-height: 60px;
    padding-left: 20px;
    padding-right: 0;
    gap: 0;
  }
}
.header .hd_trigger {
  display: none;
}
@media (max-width: 768px) {
  .header .hd_trigger {
    position: relative;
    z-index: 30;
    width: 70px;
    height: 60px;
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0048A7;
    color: #F2C94C;
    cursor: pointer;
    flex: 0 0 auto;
  }
}
.header .hd_trigger .hd_trigger_line {
  width: 40px;
  height: 2px;
  background: #F2C94C;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.header .hd_logo {
  flex: 0 0 auto;
}
.header .hd_logo a {
  display: block;
  line-height: 1;
}
.header .hd_logo a img {
  display: block;
  width: clamp(220px, 19.85vw, 381px);
  height: auto;
}
@media (max-width: 768px) {
  .header .hd_logo a img {
    width: 200px;
    max-width: calc(100vw - 110px);
  }
}
.header .hd_menu_panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
@media (max-width: 768px) {
  .header .hd_menu_panel {
    position: fixed;
    top: 60px;
    right: 0;
    width: 80%;
    height: calc(100% - 60px);
    padding: 0 9vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 0;
    background: #F4F7FA;
    box-shadow: -8px 0 24px rgba(30, 41, 59, 0.12);
    z-index: 20;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, visibility 0.3s ease;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .header .hd_menu_panel {
    padding: 270px 9vw;
    overflow-y: scroll;
  }
}
@media (max-width: 320px) {
  .header .hd_menu_panel {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .header .hd_menu_panel {
    -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
         column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
@media (max-width: 768px) {
  .header.is-open .hd_menu_panel {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .header.is-open .hd_trigger .hd_trigger_line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .header.is-open .hd_trigger .hd_trigger_line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .header.is-open .hd_trigger .hd_trigger_line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.header .hd_nav {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
@media (max-width: 768px) {
  .header .hd_nav {
    width: 233px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .header .hd_nav {
    height: auto;
  }
}
.header .hd_nav .hd_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  height: 100%;
}
@media (max-width: 768px) {
  .header .hd_nav .hd_nav_list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
  }
}
@media (max-width: 320px) {
  .header .hd_nav .hd_nav_list {
    gap: 18px;
  }
}
@media (max-width: 1199px) {
  .header .hd_nav .hd_nav_list {
    flex-wrap: wrap;
    justify-content: flex-end;
    -moz-column-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
         column-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
  }
}
.header .hd_nav .hd_nav_btn {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #1E293B;
  text-decoration: none;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .header .hd_nav .hd_nav_btn {
    height: auto;
    min-height: 27px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.header .hd_nav .hd_nav_btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #0081C4;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.25s ease;
}
@media (max-width: 768px) {
  .header .hd_nav .hd_nav_btn::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .header .hd_nav .hd_nav_btn:hover {
    color: #0081C4;
  }
  .header .hd_nav .hd_nav_btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.header .hd_phone {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .header .hd_phone {
    width: 100%;
    margin-top: 25px;
  }
}
.header .hd_phone .hd_phone_main {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  line-height: 1;
  color: #0048A7;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header .hd_phone .hd_phone_main {
    pointer-events: all;
  }
}
.header .hd_phone .hd_phone_label {
  font-size: clamp(0.875rem, 0.4464285714vw + 0.5892857143rem, 1.125rem);
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .header .hd_phone .hd_phone_label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.header .hd_phone .hd_phone_num {
  color: #0048A7;
  text-decoration: none;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .header .hd_phone .hd_phone_num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 320px) {
  .header .hd_phone .hd_phone_num {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.header .hd_phone .hd_phone_time {
  margin: 8px 0 0 0;
  padding: 0 5px;
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dde0e6;
  color: #0048A7;
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  white-space: nowrap;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .header .hd_phone .hd_phone_time {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 2px 5px;
    height: auto;
  }
}
.header .hd_contact {
  width: 8.0729166667vw;
  min-width: 100px;
  min-height: 110px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0048A7;
  color: #F2C94C;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .hd_contact {
    margin-top: 25px;
    width: 100%;
    min-height: 65px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 16px 0 48px;
    border-radius: 5px;
  }
}
.header .hd_contact .hd_contact_icon {
  width: clamp(30px, 2.4vw, 46px);
  height: clamp(30px, 2.4vw, 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .hd_contact .hd_contact_icon::before {
  content: "\e158";
  font-family: Material Symbols Outlined;
  font-size: 46px;
  font-weight: normal;
  font-variation-settings: "wght" 200;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #F2C94C;
}
@media (max-width: 768px) {
  .header .hd_contact .hd_contact_icon {
    width: 30px;
    height: 30px;
  }
  .header .hd_contact .hd_contact_icon::before {
    content: "\e158";
    font-family: Material Symbols Outlined;
    font-size: 30px;
    font-weight: normal;
    font-variation-settings: "wght" 200;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.header .hd_contact .hd_contact_txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .header .hd_contact .hd_contact_txt {
    font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (min-width: 769px) {
  .header .hd_contact:hover {
    background: #0081C4;
  }
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.home .header .hd_nav .hd_nav_list li:nth-child(1) .hd_nav_btn {
  color: #0081C4;
}

.company .header .hd_nav .hd_nav_list li:nth-child(2) .hd_nav_btn {
  color: #0081C4;
}

.service .header .hd_nav .hd_nav_list li:nth-child(3) .hd_nav_btn {
  color: #0081C4;
}

.works .header .hd_nav .hd_nav_list li:nth-child(4) .hd_nav_btn {
  color: #0081C4;
}

.news .header .hd_nav .hd_nav_list li:nth-child(5) .hd_nav_btn {
  color: #0081C4;
}

.recruit .header .hd_nav .hd_nav_list li:nth-child(6) .hd_nav_btn {
  color: #0081C4;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.sub_mainimg {
  position: relative;
  margin-bottom: 7.8125vw;
}
@media (max-width: 768px) {
  .sub_mainimg {
    margin-bottom: 50px;
  }
}
.sub_mainimg .sub_mainimg_filter_defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.sub_mainimg .sub_mainimg_inner {
  padding: 9.8958333333vw 0 6.5104166667vw 13.0208333333vw;
  position: relative;
}
@media (max-width: 1199px) {
  .sub_mainimg .sub_mainimg_inner {
    padding-top: 15.625vw;
  }
}
@media (max-width: 768px) {
  .sub_mainimg .sub_mainimg_inner {
    padding: 15vh 5% 8vh;
  }
}
.sub_mainimg .page_ttl_en {
  margin: 0;
  color: #5fa8d3;
  -webkit-text-fill-color: currentColor;
  filter: url("#sub-outline-dilate");
  font-size: clamp(128 * 0.7px, 128 / 1500 * 100vmax, 128 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sub_mainimg .page_ttl_en {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1;
  }
}
.sub_mainimg .page_ttl_ja {
  margin: -0.3125vw 0 0;
  color: #0048A7;
  font-size: clamp(34 * 0.7px, 34 / 1500 * 100vmax, 34 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .sub_mainimg .page_ttl_ja {
    margin-top: 6px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sub_mainimg .sub_mainimg_visual {
  width: 100%;
  height: 21.3541666667vw;
  background-image: linear-gradient(180deg, #888888 20%, rgba(255, 255, 255, 0) 100%), url("../images/sub_mainimg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .sub_mainimg .sub_mainimg_visual {
    height: 150px;
  }
}

/*-------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------*/
/*------------ index ------------*/
.mv_section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv_section {
    height: 50vh;
  }
}

.mv_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.mv_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #929293 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

.main_copy {
  position: absolute;
  left: 5.2083333333vw;
  bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .main_copy {
    left: 5%;
    bottom: 5%;
  }
}

.main_copy_ttl {
  margin: 0;
  color: #fff;
  font-size: clamp(65 * 0.7px, 65 / 1500 * 100vmax, 65 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}
@media (max-width: 768px) {
  .main_copy_ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 320px) {
  .main_copy_ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

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

.main_copy_sub {
  margin: 1.0416666667vw 0 0 0.46875vw;
  color: #fff;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}
@media (max-width: 768px) {
  .main_copy_sub {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}

.index_about_section {
  margin-top: 7.8125vw;
}
@media (max-width: 768px) {
  .index_about_section {
    margin-top: 50px;
  }
}

.index_about_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  .index_about_inner {
    min-height: auto;
    flex-direction: column;
  }
}

.index_about_content {
  padding: 3.125vw 5.2083333333vw 3.125vw 8.3333333333vw;
  max-width: 62.5vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .index_about_content {
    width: 100%;
    max-width: 100%;
    padding: 0 5% 5vh;
  }
}

.index_about_ttl {
  margin: 0;
  color: #0048A7;
  font-size: clamp(45 * 0.7px, 45 / 1500 * 100vmax, 45 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index_about_ttl {
    font-size: clamp(43 * 0.7px, 43 / 1500 * 100vmax, 43 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(4 * 0.01em);
    margin-right: calc(4 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_about_sub_ttl {
  margin: 2.6041666667vw 0 0;
  color: #0048A7;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index_about_sub_ttl {
    margin-top: 20px;
    font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(4 * 0.01em);
    margin-right: calc(4 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_about_txt {
  margin: 1.3020833333vw 0 2.6041666667vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index_about_txt {
    margin: 25px auto;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_about_btn {
  width: 234.767px;
  height: 60px;
  margin-top: 0.9375vw;
  border-radius: 30px;
  background: #F2C94C;
  color: #0048A7;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 60px 0 0;
}
@media (max-width: 768px) {
  .index_about_btn {
    width: 214px;
    height: 56px;
    margin-top: 20px;
    padding-right: 52px;
  }
}
.index_about_btn::before {
  content: "";
  width: 47.767px;
  height: 48px;
  background: #0048A7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .index_about_btn::before {
    width: 44px;
    height: 44px;
  }
}
.index_about_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #F2C94C;
  border-right: 3px solid #F2C94C;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media (min-width: 769px) {
  .index_about_btn:hover {
    opacity: 0.85;
  }
}

.index_about_btn_txt {
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 0;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .index_about_btn_txt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.index_about_img {
  width: 41.6666666667vw;
  background-image: url("../images/img_index_about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .index_about_img {
    width: 100%;
    height: 30vh;
  }
}

.index_service_section {
  margin-top: 10.4166666667vw;
  padding-right: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.6041666667vw;
}
@media (max-width: 768px) {
  .index_service_section {
    flex-direction: column-reverse;
    padding-right: 0;
    margin-top: 10vh;
  }
}
.index_service_section .index_service_img_list {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
}
@media (max-width: 1199px) {
  .index_service_section .index_service_img_list {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .index_service_section .index_service_img_list {
    flex-direction: column;
    width: 45%;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .index_service_section .index_service_img_list {
    width: 100%;
  }
}
.index_service_section .index_service_img_list > li {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 48%;
  height: 25vw;
}
@media (max-width: 1024px) {
  .index_service_section .index_service_img_list > li {
    width: 100%;
    height: 20vh;
  }
}
@media (max-width: 768px) {
  .index_service_section .index_service_img_list > li {
    height: 150px;
  }
}
.index_service_section .index_service_img_list > li .index_service_img_link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.index_service_section .index_service_img_list > li .index_service_img_link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.index_service_section .index_service_img_list > li .index_service_img_link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item {
  position: absolute;
  z-index: 1;
  left: 2.0833333333vw;
  bottom: 2.8645833333vw;
}
@media (max-width: 768px) {
  .index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item {
    left: 5%;
    bottom: 10%;
  }
}
.index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item .index_service_img_ttl_ja {
  font-size: clamp(28 * 0.7px, 28 / 1500 * 100vmax, 28 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
}
@media (max-width: 1540px) {
  .index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item .index_service_img_ttl_ja {
    font-size: clamp(23 * 0.8888888889px, 23 / 1500 * 100vmax, 23 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(4 * 0.01em);
    margin-right: calc(4 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (max-width: 1199px) {
  .index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item .index_service_img_ttl_ja {
    font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(4 * 0.01em);
    margin-right: calc(4 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item .index_service_img_ttl_en {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(28 * 0.01em);
  margin-right: calc(28 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  mix-blend-mode: difference;
}
@media (max-width: 1540px) {
  .index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item .index_service_img_ttl_en {
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(28 * 0.01em);
    margin-right: calc(28 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (max-width: 1199px) {
  .index_service_section .index_service_img_list > li .index_service_img_link .index_service_img_item .index_service_img_ttl_en {
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (min-width: 769px) {
  .index_service_section .index_service_img_list > li .index_service_img_link:hover::after {
    opacity: 0.4;
  }
  .index_service_section .index_service_img_list > li .index_service_img_link:hover img {
    transform: scale(1.07);
    mix-blend-mode: darken;
  }
}
.index_service_section .index_service_caption_block {
  width: 24%;
}
@media (max-width: 1024px) {
  .index_service_section .index_service_caption_block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .index_service_section .index_service_caption_block {
    width: 100%;
    padding: 0 5% 5vh;
  }
}
.index_service_section .index_service_caption_block .index_service_txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.index_service_section .index_service_links {
  margin-top: 3.6458333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.34375vw 0;
}
@media (max-width: 768px) {
  .index_service_section .index_service_links {
    display: none;
  }
}
.index_service_section .index_service_links.is_sp_only {
  display: none;
}
@media (max-width: 768px) {
  .index_service_section .index_service_links.is_sp_only {
    display: flex;
    gap: 15px 0;
    margin-top: 4vh;
  }
}

.index_recruit_section {
  margin-top: 10.4166666667vw;
  padding: 0 7.8125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3.125vw;
}
@media (max-width: 768px) {
  .index_recruit_section {
    margin-top: 10vh;
    padding: 0;
    flex-direction: column;
    gap: 5vh 0;
  }
}

.index_recruit_inner {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.6041666667vw 0;
}
@media (max-width: 1024px) {
  .index_recruit_inner {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .index_recruit_inner {
    width: 100%;
    padding: 0 5%;
  }
}

.index_recruit_txt {
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index_recruit_txt {
    font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_recruit_appeal_list {
  margin: 1.875vw 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
@media (max-width: 768px) {
  .index_recruit_appeal_list {
    margin: 20px 0;
    gap: 10px;
  }
}

.index_recruit_appeal_item {
  min-height: 2.0833333333vw;
  padding: 0.3125vw 0.9375vw;
  background-color: #d5d5d5;
  color: #0048A7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index_recruit_appeal_item {
    min-height: 36px;
    padding: 4px 14px;
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_recruit_img {
  width: 60%;
  min-width: 26.0416666667vw;
  height: 31.25vw;
  min-height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .index_recruit_img {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .index_recruit_img {
    width: 100%;
    height: 180px;
  }
}

.index_news_section {
  margin: 7.8125vw 7.8125vw;
}
@media (max-width: 768px) {
  .index_news_section {
    margin: 50px 0;
  }
}

.index_news_block {
  background: #f4f7fa;
  padding: 4.9479166667vw 0 6.25vw;
}
@media (max-width: 768px) {
  .index_news_block {
    padding: 12% 5%;
  }
}

.index_news_inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index_news_inner {
    min-width: 100%;
  }
}

.index_news_list {
  list-style: none;
  max-height: 27.0833333333vw;
  overflow-y: auto;
  padding-right: 1.0416666667vw;
}
@media (max-width: 768px) {
  .index_news_list {
    max-height: 300px;
  }
}
.index_news_list::-webkit-scrollbar {
  width: 8px;
}
.index_news_list::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 5px;
}
.index_news_list::-webkit-scrollbar-thumb {
  background: #0081C4;
  border-radius: 5px;
}

.index_news_item {
  border-bottom: 1px solid #64748B;
}
.index_news_item:first-child {
  border-top: 1px solid #64748B;
}

.index_news_link {
  padding: 1.5625vw 0.78125vw;
  display: grid;
  grid-template-columns: 9.1145833333vw 1fr 1.5625vw;
  align-items: center;
  gap: 0 1.3541666667vw;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .index_news_link {
    grid-template-columns: 120px 1fr 26px;
    gap: 0 12px;
  }
}
@media (max-width: 768px) {
  .index_news_link {
    padding: 12px 12px 8px;
    grid-template-columns: 95px 1fr 24px;
    gap: 5px 0;
  }
}
@media (min-width: 769px) {
  .index_news_link:hover {
    background: rgba(0, 129, 196, 0.13);
  }
  .index_news_link:hover > span {
    transform: translateX(5px);
  }
}

.index_news_date {
  color: #64748B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index_news_date {
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.2;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_news_ttl {
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
  .index_news_ttl {
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.index_news_icon {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.index_news_icon::before {
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 26px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #0048A7;
  line-height: 1;
}
@media (max-width: 768px) {
  .index_news_icon::before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.index_news_btn_wrap {
  padding-top: 2.6041666667vw;
  text-align: center;
}
@media (max-width: 768px) {
  .index_news_btn_wrap {
    padding-top: 40px;
  }
}

/*------------ company ------------*/
.philosophy_list {
  counter-reset: philosophy-item;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  background: #F4F7FA;
  padding: 6.25vw 5.2083333333vw;
  margin-top: -6.25vw;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .philosophy_list {
    gap: 24px;
    padding: 50px 5% 30px;
    margin-top: -6vh;
  }
}

.philosophy_item {
  counter-increment: philosophy-item;
  display: grid;
  grid-template-columns: 2.0833333333vw 1fr;
}
@media (max-width: 768px) {
  .philosophy_item {
    grid-template-columns: 10px 1fr;
    gap: 0 12px;
  }
}
.philosophy_item::before {
  content: counter(philosophy-item) ".";
  color: #1E293B;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(1 * 0.01em);
  margin-right: calc(1 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .philosophy_item::before {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(1 * 0.01em);
    margin-right: calc(1 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.philosophy_txt {
  color: #1E293B;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .philosophy_txt {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.policy_inner {
  display: flex;
  align-items: flex-start;
  gap: 0 4.1666666667vw;
}
@media (max-width: 768px) {
  .policy_inner {
    flex-direction: column;
    gap: 40px 0;
  }
}

.policy_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4.1666666667vw 0;
}
@media (max-width: 768px) {
  .policy_content {
    gap: 40px 0;
  }
}

.policy_hd {
  color: #0048A7;
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .policy_hd {
    font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-bottom: 16px;
  }
}

.policy_basic_txt {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .policy_basic_txt {
    font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.policy_activity_list {
  counter-reset: policy-activity;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.0833333333vw 3.6458333333vw;
}
@media (max-width: 768px) {
  .policy_activity_list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.policy_activity_item {
  counter-increment: policy-activity;
  display: grid;
  grid-template-columns: 1.5625vw 1fr;
  gap: 0 0.5208333333vw;
}
@media (max-width: 768px) {
  .policy_activity_item {
    grid-template-columns: 15px 1fr;
    gap: 0 8px;
  }
}
.policy_activity_item::before {
  content: counter(policy-activity) ".";
  color: #1E293B;
  font-size: clamp(21 * 0.8888888889px, 21 / 1500 * 100vmax, 21 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .policy_activity_item::before {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.policy_activity_txt {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .policy_activity_txt {
    font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.policy_fig {
  width: 17.1875vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .policy_fig {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}

.policy_img {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .policy_img {
    width: 70%;
    margin: auto;
  }
}
.policy_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.policy_fig_caption {
  margin-top: 1.0416666667vw;
  display: flex;
  justify-content: center;
  gap: 0 0.78125vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 1199px) {
  .policy_fig_caption {
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (max-width: 768px) {
  .policy_fig_caption {
    flex-direction: row;
    gap: 0 15px;
  }
}

.overview_inner {
  display: flex;
  align-items: flex-start;
  gap: 0 4.6875vw;
}
@media (max-width: 768px) {
  .overview_inner {
    flex-direction: column;
    gap: 40px 0;
  }
}

.overview_left {
  flex: 1;
  min-width: 0;
}

.overview_list {
  list-style: none;
}

.overview_li {
  display: grid;
  grid-template-columns: 13.0208333333vw 1fr;
  gap: 0 1.5625vw;
  padding: 1.25vw 0;
  border-bottom: 1px solid #64748B;
}
@media (max-width: 768px) {
  .overview_li {
    grid-template-columns: 1fr;
    gap: 5px 0;
    padding: 14px 0;
  }
}

.overview_label {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .overview_label {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.overview_content_txt {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .overview_content_txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.overview_clients {
  margin-top: 2.6041666667vw;
  background: #F4F7FA;
  padding: 1.5625vw;
  display: flex;
  align-items: flex-start;
  gap: 0 3.125vw;
}
@media (max-width: 768px) {
  .overview_clients {
    margin-top: 20px;
    padding: 20px;
    flex-direction: column;
    gap: 12px 0;
  }
}

.overview_clients_hd {
  color: #0081C4;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .overview_clients_hd {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.overview_clients_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5208333333vw 2.6041666667vw;
}
@media (max-width: 1400px) {
  .overview_clients_list {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}

.overview_client_link {
  position: relative;
  display: inline-block;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .overview_client_link:hover {
    color: #0081C4;
  }
  .overview_client_link:hover::after {
    color: #0081C4;
  }
}
.overview_client_link::after {
  content: "";
  display: inline-block;
  content: "\f8ce";
  font-family: Material Symbols Outlined;
  font-size: 27px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #64748B;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .overview_client_link::after {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.overview_client_txt {
  display: block;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .overview_client_txt {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.overview_img {
  width: 39.0625vw;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .overview_img {
    width: 100%;
  }
}
.overview_img img {
  width: 100%;
  height: auto;
  display: block;
}

.history_license_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6.25vw;
}
@media (max-width: 768px) {
  .history_license_inner {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}

.history_license_list {
  list-style: none;
}

.history_license_li {
  display: grid;
  grid-template-columns: 13.0208333333vw 1fr;
  gap: 0 3.125vw;
  padding: 1.1979166667vw 0;
  border-bottom: 1px solid #64748B;
}
@media (max-width: 1300px) {
  .history_license_li {
    grid-template-columns: 1fr;
    gap: 5px 0;
    padding: 12px 0;
  }
}

.history_license_date {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .history_license_date {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.history_license_txt {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .history_license_txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.staff_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.0833333333vw;
}
@media (max-width: 768px) {
  .staff_inner {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.staff_hd {
  padding: 1.1458333333vw 1.5625vw;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #64748B;
  color: #fff;
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .staff_hd {
    padding: 10px 13px;
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.staff_list {
  list-style: none;
  border-bottom: 1px solid #64748B;
}

.staff_li {
  min-height: 2.8125vw;
  padding: 1.25vw 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #64748B;
}
@media (max-width: 768px) {
  .staff_li {
    min-height: 54px;
    padding: 15px 3%;
  }
}

.staff_label,
.staff_value {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .staff_label,
  .staff_value {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.staff_value {
  width: 6.7708333333vw;
  text-align: right;
}
@media (max-width: 768px) {
  .staff_value {
    width: 120px;
  }
}

.access_list {
  display: flex;
  flex-direction: column;
  gap: 3.6458333333vw 0;
}
@media (max-width: 768px) {
  .access_list {
    gap: 40px 0;
  }
}

.access_name {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.access_address {
  margin-top: 0.4166666667vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .access_address {
    margin-top: 6px;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.access_map {
  margin-top: 0.8333333333vw;
  width: 100%;
  aspect-ratio: 164/60;
  overflow: hidden;
}
@media (max-width: 768px) {
  .access_map {
    margin-top: 10px;
    aspect-ratio: 16/9;
  }
}
.access_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.esg_list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.125vw;
}
@media (max-width: 768px) {
  .esg_list {
    flex-direction: column;
    gap: 40px 0;
  }
}

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

.esg_img {
  width: 100%;
  aspect-ratio: 600/454;
  overflow: hidden;
}
.esg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.esg_ttl {
  margin-top: 1.5625vw;
  color: #0048A7;
  font-size: clamp(27 * 0.7px, 27 / 1500 * 100vmax, 27 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .esg_ttl {
    margin-top: 16px;
    font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.esg_txt {
  margin-top: 0.8333333333vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .esg_txt {
    margin-top: 10px;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

/*------------ service ------------*/
.service_section {
  counter-reset: service-item;
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 768px) {
  .service_section {
    padding: 0 5% 70px;
  }
}

.service_block {
  scroll-margin-top: 5.7291666667vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 4.6875vw;
  padding-left: 7.2916666667vw;
}
@media (max-width: 768px) {
  .service_block {
    scroll-margin-top: 60px;
    padding-left: 0;
  }
}
.service_block + .service_block {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .service_block + .service_block {
    margin-top: 60px;
  }
}
.service_block + .service_block .service_item {
  margin-right: 7.2916666667vw;
}
@media (max-width: 768px) {
  .service_block + .service_block .service_item {
    margin-right: 0;
  }
}
.service_block:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 7.2916666667vw;
}
@media (max-width: 768px) {
  .service_block:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .service_block {
    flex-direction: column;
    gap: 25px 0;
  }
  .service_block:nth-child(even) {
    flex-direction: column;
  }
}

.service_img {
  width: 41.6666666667vw;
  height: 22.3958333333vw;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 1199px) {
  .service_img {
    width: 62.5vw;
    height: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .service_img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.service_item {
  flex: 1;
}

.service_numbering {
  counter-increment: service-item;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
}
@media (max-width: 768px) {
  .service_numbering {
    gap: 10px;
  }
}
.service_numbering::before {
  content: "SERVICE";
  color: #0081C4;
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(0deg);
  margin-top: 0.5208333333vw;
}
@media (max-width: 1199px) {
  .service_numbering::before {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.service_numbering::after {
  content: counter(service-item, decimal-leading-zero);
  color: #f2c94c;
  font-size: clamp(64 * 0.7px, 64 / 1500 * 100vmax, 64 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .service_numbering::after {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

.service_ttl {
  margin: 0.4166666667vw 0 0;
  color: #0048A7;
  font-size: clamp(35 * 0.7px, 35 / 1500 * 100vmax, 35 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .service_ttl {
    margin-top: 8px;
    font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(2 * 0.01em);
    margin-right: calc(2 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.service_txt {
  margin-top: 2.0833333333vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.facility_gallery_list {
  margin-top: 6.25vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.0833333333vw;
}
@media (max-width: 768px) {
  .facility_gallery_list {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.facility_gallery_img {
  width: 100%;
  aspect-ratio: 52/38;
  overflow: hidden;
}

.facility_gallery_caption {
  margin-top: 1.25vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .facility_gallery_caption {
    margin-top: 12px;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

/*------------ works ------------*/
.is_works_sec {
  padding-left: 13.5416666667vw;
  padding-right: 13.5416666667vw;
}
@media (max-width: 768px) {
  .is_works_sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.works_hd,
.is_works_li {
  display: grid;
  grid-template-columns: 9.8958333333vw 17.7083333333vw 1fr;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
}
@media (max-width: 768px) {
  .works_hd,
  .is_works_li {
    grid-template-columns: 1fr;
  }
}

.works_hd {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 1.1458333333vw 1.5625vw;
  align-items: center;
  background: #64748B;
  color: #fff;
}
@media (max-width: 768px) {
  .works_hd {
    display: none;
  }
}
.works_hd .works_hd_item {
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.works_period_txt,
.works_client_txt,
.works_case_txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .works_period_txt,
  .works_client_txt,
  .works_case_txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .works_period_txt::before,
  .works_client_txt::before,
  .works_case_txt::before {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 7px;
    font-size: 13px;
    font-size: 0.8125rem;
    background: #dcdcdc;
    color: #0048A7;
    border-radius: 2px;
    padding: 3px 6px;
  }
}

.works_case_txt {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .works_case_txt::before {
    content: "工事件名：";
  }
}

@media (max-width: 768px) {
  .works_period_txt::before {
    content: "工事期間：";
  }
}

@media (max-width: 768px) {
  .works_client_txt::before {
    content: "顧客名：";
  }
}

/*------------ news ------------*/
.news_li + .news_li {
  margin-top: 10.4166666667vw;
}
@media (max-width: 768px) {
  .news_li + .news_li {
    margin-top: 70px;
  }
}

.news_ttl_wrap {
  margin-bottom: 2.0833333333vw;
}
.news_ttl_wrap .news_ttl {
  font-size: clamp(27 * 0.7px, 27 / 1500 * 100vmax, 27 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border-bottom: 1px solid #0048A7;
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 768px) {
  .news_ttl_wrap .news_ttl {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 8px;
  }
}
.news_ttl_wrap .news_date {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #64748B;
  text-align: right;
  margin: 1.0416666667vw 0 0 auto;
}
@media (max-width: 768px) {
  .news_ttl_wrap .news_date {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 8px 0 0 auto;
  }
}

.news_item {
  display: flex;
  gap: 0 4.1666666667vw;
}
@media (max-width: 768px) {
  .news_item {
    flex-direction: column;
    gap: 25px 0;
  }
}

.news_elements {
  flex: 1;
}
.news_elements .news_txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.news_elements .news_link_btn {
  position: relative;
  display: inline-block;
  margin-top: 1.5625vw;
  color: #64748B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news_elements .news_link_btn {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .news_elements .news_link_btn:hover {
    color: #0081C4;
  }
  .news_elements .news_link_btn:hover::before {
    background: #0081C4;
  }
  .news_elements .news_link_btn:hover::after {
    color: #0081C4;
  }
}
.news_elements .news_link_btn::before {
  content: "";
  display: inline-block;
  width: 85%;
  height: 1px;
  background: #64748B;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.news_elements .news_link_btn::after {
  content: "";
  display: inline-block;
  content: "\f8ce";
  font-family: Material Symbols Outlined;
  font-size: 28px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #64748B;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news_elements .news_link_btn::after {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.news_img {
  position: relative;
  width: 33.3333333333vw;
  height: 25vw;
}
@media (max-width: 768px) {
  .news_img {
    width: 100%;
    height: 30vh;
  }
}
.news_img + .news_img {
  display: none;
}

.news_img_wrap.is_multi .news_img:first-child {
  transition: all 0.3s ease;
  position: relative;
}
.news_img_wrap.is_multi .news_img:first-child .news_img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0048A7;
  opacity: 0.6;
  transition: all 0.3s ease;
  z-index: 2;
}
.news_img_wrap.is_multi .news_img:first-child::after {
  content: "+";
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(150 * 0.7px, 150 / 1500 * 100vmax, 150 * 1.05px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 3;
}
@media (max-width: 768px) {
  .news_img_wrap.is_multi .news_img:first-child::after {
    width: 52px;
    height: 52px;
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media (min-width: 769px) {
  .news_img_wrap.is_multi .news_img:first-child:hover .news_img_bg {
    height: 0;
  }
  .news_img_wrap.is_multi .news_img:first-child:hover::after {
    opacity: 0;
  }
}

.pager_list {
  margin: 6.25vw 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
}
.pager_list li {
  line-height: 1;
}
@media (max-width: 768px) {
  .pager_list {
    margin-top: 60px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.num_btn {
  color: #1E293B;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media (min-width: 769px) {
  .num_btn:hover {
    color: #0081C4;
  }
}
.num_btn p {
  margin: 0;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .num_btn p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.num_btn.is_current {
  color: #0081C4;
  pointer-events: none;
}

.prev_btn,
.next_btn {
  display: block;
  color: #1E293B;
  padding-top: 0.2604166667vw;
  transition: color 0.25s ease;
}
@media (min-width: 769px) {
  .prev_btn:hover,
  .next_btn:hover {
    color: #0081C4;
  }
}
.prev_btn::before,
.next_btn::before {
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 40px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
}
@media (max-width: 768px) {
  .prev_btn::before,
  .next_btn::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .prev_btn,
  .next_btn {
    width: 24px;
    height: 24px;
  }
}

.prev_btn::before {
  transform: rotate(180deg);
}

/*------------ recruit ------------*/
.recruit_read_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.1666666667vw;
}
@media (max-width: 768px) {
  .recruit_read_inner {
    flex-direction: column;
  }
}

.recruit_read_content {
  width: 40.625vw;
}
@media (max-width: 768px) {
  .recruit_read_content {
    width: 100%;
    padding: 0 5%;
  }
}

.recruit_read_ttl {
  color: #0048A7;
  font-size: clamp(37 * 0.7px, 37 / 1500 * 100vmax, 37 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .recruit_read_ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.recruit_read_txt {
  margin: 1.1458333333vw auto 3.125vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: normal;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .recruit_read_txt {
    margin: 15px auto 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.recruit_read_img_wrap {
  width: 41.6666666667vw;
  max-width: 100%;
  height: 31.5625vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit_read_img_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 800/606;
  }
}

.recruit_read_img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .recruit_read_img {
    margin-top: 20px;
  }
}
.recruit_read_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.0833333333vw;
}
@media (max-width: 768px) {
  .reason_list {
    flex-direction: column;
    gap: 30px;
  }
}

.reason_item {
  width: calc((100% - 4.1666666667vw) / 3);
}
@media (max-width: 768px) {
  .reason_item {
    width: 100%;
  }
}

.reason_item_ttl {
  color: #0048A7;
  text-align: center;
  font-size: clamp(28 * 0.7px, 28 / 1500 * 100vmax, 28 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .reason_item_ttl {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }
}

.reason_item_img {
  margin-top: 0.625vw;
  width: 100%;
  height: 19.7916666667vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reason_item_img {
    margin-top: 3px;
    height: 52vw;
  }
}
.reason_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason_item_txt {
  margin-top: 1.3541666667vw;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: normal;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .reason_item_txt {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.our_work_section {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 768px) {
  .our_work_section {
    padding-bottom: 70px;
  }
}

.our_work_gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5208333333vw;
}
@media (max-width: 768px) {
  .our_work_gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}

.our_work_img {
  width: 100%;
  aspect-ratio: 472/354;
  overflow: hidden;
}
.our_work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.voice_list {
  margin-top: 1.0416666667vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.40625vw;
}
@media (max-width: 768px) {
  .voice_list {
    margin-top: 10px;
    gap: 35px 0;
    flex-direction: column;
    align-items: center;
  }
}

.voice_li {
  width: 17.1875vw;
  height: 22.9166666667vw;
  position: relative;
  overflow: hidden;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .voice_li {
    width: 80%;
    height: 40vh;
  }
}
@media (min-width: 769px) {
  .voice_li:hover .voice_li_overlay {
    opacity: 0.8;
  }
  .voice_li:hover .voice_li_plus {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

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

.voice_li_name {
  min-width: 12.5vw;
  max-width: calc(100% - 1.875vw);
  padding: 0.2604166667vw 0.9375vw;
  background: #fff;
  color: #1E293B;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: normal;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  z-index: 4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 768px) {
  .voice_li_name {
    min-width: 82%;
    max-width: 92%;
    padding: 4px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.voice_li_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 72, 167, 0.85);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.voice_li_plus {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -42%);
  z-index: 3;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .voice_li_plus {
    width: 40px;
    height: 40px;
    left: auto;
    right: 5%;
    top: 10px;
    transform: none;
    opacity: 1;
    background: #0048A7;
    border-radius: 4px;
  }
  .voice_li_plus::before, .voice_li_plus::after {
    width: auto;
    height: auto;
    background: transparent;
  }
  .voice_li_plus::before {
    content: "\e8b6";
    font-family: Material Symbols Outlined;
    font-size: 24px;
    font-weight: normal;
    font-variation-settings: "wght" 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    color: #F2C94C;
  }
  .voice_li_plus::after {
    content: none;
  }
}
.voice_li_plus::before, .voice_li_plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f4f7fa;
}
.voice_li_plus::before {
  width: 100%;
  height: 8px;
}
@media (max-width: 768px) {
  .voice_li_plus::before {
    height: 4px;
    width: 55%;
  }
}
.voice_li_plus::after {
  width: 8px;
  height: 100%;
}
@media (max-width: 768px) {
  .voice_li_plus::after {
    width: 4px;
    height: 55%;
  }
}

.voice_modal {
  position: fixed;
  inset: 0;
  padding: 30px 5%;
  background: rgba(30, 41, 59, 0.72);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
}
.voice_modal.is_open {
  display: flex;
  animation: voice-modal-fade-in 0.28s ease-out both;
}
.voice_modal.is_open .voice_modal_inner {
  animation: voice-modal-rise-in 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.voice_modal.is_closing {
  display: flex;
  animation: voice-modal-fade-out 0.24s ease-out both;
}
.voice_modal.is_closing .voice_modal_inner {
  animation: voice-modal-rise-out 0.3s ease-out both;
}
.voice_modal .voice_modal_inner {
  width: min(100%, 1490px);
  max-height: calc(100vh - 60px);
  background: #f4f7fa;
  padding: 7.2916666667vw 5.2083333333vw;
  position: relative;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_inner {
    max-height: calc(100vh - 30px);
    padding: 50px 20px 20px;
  }
}
.voice_modal .voice_modal_close {
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  background: #0048A7;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
}
.voice_modal .voice_modal_close::before, .voice_modal .voice_modal_close::after {
  content: "";
  width: 70%;
  height: 6px;
  background: #F2C94C;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_close::before, .voice_modal .voice_modal_close::after {
    height: 3px;
  }
}
.voice_modal .voice_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.voice_modal .voice_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .voice_modal .voice_modal_close:hover {
    background: #0081C4;
  }
}
.voice_modal .voice_modal_content {
  display: flex;
  gap: 0 3.6458333333vw;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_content {
    flex-direction: column;
    gap: 20px 0;
  }
}
.voice_modal .voice_modal_profile {
  width: 20.8333333333vw;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_profile {
    width: 80%;
    margin: auto;
  }
}
.voice_modal .voice_modal_img {
  width: 100%;
  aspect-ratio: 330/440;
  overflow: hidden;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_img {
    aspect-ratio: 330/330;
  }
}
.voice_modal .voice_modal_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.voice_modal .voice_modal_name {
  min-height: 42px;
  margin: 0 auto;
  padding: 5px 16px;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: normal;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_name {
    min-height: 36px;
    margin-top: -36px;
    width: 84%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.voice_modal .voice_modal_interview {
  flex: 1;
  min-width: 0;
  max-height: 28.125vw;
  overflow-y: auto;
  padding-right: 2.6041666667vw;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_interview {
    max-height: 44vh;
    padding-right: 8px;
  }
}
.voice_modal .voice_modal_interview::-webkit-scrollbar {
  width: 8px;
}
.voice_modal .voice_modal_interview::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}
.voice_modal .voice_modal_interview::-webkit-scrollbar-thumb {
  background: #F2C94C;
  border-radius: 4px;
}
.voice_modal .voice_modal_faq_item {
  padding: 30px 0;
  border-bottom: 1px solid #64748b;
}
.voice_modal .voice_modal_faq_item:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_faq_item {
    padding: 16px 0;
  }
}
.voice_modal .voice_modal_question {
  display: flex;
  align-items: flex-start;
  gap: 0 25px;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_question {
    gap: 0 15px;
  }
}
.voice_modal .voice_modal_qno {
  white-space: nowrap;
  color: #64748B;
  font-size: clamp(27 * 0.7px, 27 / 1500 * 100vmax, 27 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(6 * 0.01em);
  margin-right: calc(6 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_qno {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.voice_modal .voice_modal_qtxt {
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_qtxt {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: -3px;
  }
}
.voice_modal .voice_modal_answer {
  margin-top: 20px;
  padding-left: 66px;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: normal;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .voice_modal .voice_modal_answer {
    margin-top: 3px;
    padding-left: 43px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@keyframes voice-modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes voice-modal-rise-in {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes voice-modal-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes voice-modal-rise-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(24px);
  }
}
.faq_list {
  list-style: none;
  padding: 0 7.8125vw;
}
@media (max-width: 768px) {
  .faq_list {
    padding: 0;
  }
}

.faq_li {
  border-bottom: 1px solid #64748B;
}
.faq_li.is_open .faq_toggle::before {
  transform: translate(-50%, -50%) rotate(225deg);
}
.faq_li.is_open .faq_a {
  grid-template-rows: 1fr;
}

.faq_q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 2.6041666667vw;
  padding: 1.5625vw 1.4583333333vw;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq_q {
    align-items: flex-start;
  }
}
.faq_q > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .faq_q::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(109, 201, 255, 0.2);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
  }
  .faq_q:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .faq_li.is_open .faq_q::before {
    transform: scaleX(0);
    transform-origin: right;
  }
  .faq_li.is_open .faq_q:hover::before {
    transform: scaleX(0);
  }
}
@media (max-width: 768px) {
  .faq_q {
    gap: 0 12px;
    padding: 16px 0;
  }
}

.faq_q_label {
  flex-shrink: 0;
  color: #64748B;
  font-size: clamp(35 * 0.7px, 35 / 1500 * 100vmax, 35 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .faq_q_label {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-top: -1px;
  }
}

.faq_q_txt {
  flex: 1;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .faq_q_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.faq_toggle {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  position: relative;
}
.faq_toggle::before {
  content: "\e145";
  font-family: Material Symbols Outlined;
  font-size: 30px;
  font-weight: normal;
  font-variation-settings: "wght" 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #64748B;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq_toggle::before {
    margin: 5px 0 0 0;
  }
}

.faq_a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq_a_inner {
  overflow: hidden;
}

.faq_a_content {
  display: flex;
  align-items: center;
  gap: 0 2.6041666667vw;
  padding: 1.5625vw 5.46875vw 1.4583333333vw 1.4583333333vw;
}
@media (max-width: 768px) {
  .faq_a_content {
    gap: 0 12px;
    padding: 0 0 20px;
    align-items: flex-start;
  }
}

.faq_a_label {
  flex-shrink: 0;
  color: #0081C4;
  font-size: clamp(35 * 0.7px, 35 / 1500 * 100vmax, 35 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 1px;
}
@media (max-width: 768px) {
  .faq_a_label {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.faq_a_txt {
  flex: 1;
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .faq_a_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.requirements_list {
  margin-top: 1.5625vw;
  padding: 0 7.8125vw;
}
@media (max-width: 768px) {
  .requirements_list {
    padding: 0;
  }
}
.requirements_list + .requirements_list {
  margin-top: 5.2083333333vw;
}
@media (max-width: 768px) {
  .requirements_list + .requirements_list {
    margin-top: 40px;
  }
}

.requirements_category {
  display: grid;
  grid-template-columns: 13.28125vw 1fr;
  align-items: center;
  padding: 1.25vw 1.5625vw;
  background: #64748B;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 768px) {
  .requirements_category {
    display: flex;
    gap: 0 25px;
    padding: 12px 14px;
  }
}

.requirements_category_label,
.requirements_category_value {
  color: #fff;
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .requirements_category_label,
  .requirements_category_value {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0;
  }
}

.requirements_list_items {
  list-style: none;
  border-bottom: 1px solid #64748B;
}

.requirements_li {
  display: grid;
  grid-template-columns: 11.9791666667vw 1fr;
  align-items: start;
  padding: 1.3020833333vw 0.78125vw;
  border-top: 1px solid #64748B;
}
@media (max-width: 768px) {
  .requirements_li {
    grid-template-columns: 1fr;
    gap: 5px 0;
    padding: 15px 3%;
  }
}

.requirements_label {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .requirements_label {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.requirements_content {
  color: #1E293B;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .requirements_content {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 400;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    padding-left: 0;
  }
}

/*------------ contact ------------*/
.call_us_txt {
  color: #1E293B;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .call_us_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.call_us_phone_item {
  margin-top: 3.6458333333vw;
  width: 100%;
  min-height: 11.09375vw;
  padding: 1.8229166667vw 3.6458333333vw;
  background: #dde0e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .call_us_phone_item {
    margin-top: 30px;
    min-height: auto;
    padding: 18px 5%;
    justify-content: flex-start;
  }
}

.call_us_num {
  display: flex;
  align-items: center;
  gap: 0 0.4166666667vw;
}
@media (max-width: 768px) {
  .call_us_num {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    gap: 6px 0;
  }
}

.call_us_tel_label {
  color: #0048A7;
  text-transform: lowercase;
  font-size: clamp(35 * 0.7px, 35 / 1500 * 100vmax, 35 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: auto 0 0.3125vw;
}
@media (max-width: 768px) {
  .call_us_tel_label {
    display: none;
  }
}

.call_us_tel_number {
  color: #0048A7;
  text-decoration: none;
  font-size: clamp(60 * 0.7px, 60 / 1500 * 100vmax, 60 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(7 * 0.01em);
  margin-right: calc(7 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  pointer-events: none;
}
@media (max-width: 768px) {
  .call_us_tel_number {
    font-size: clamp(38 * 0.7px, 38 / 1500 * 100vmax, 38 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    pointer-events: all;
  }
}

.call_us_time {
  color: #0048A7;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-left: 3.125vw;
}
@media (max-width: 768px) {
  .call_us_time {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-left: 0;
  }
}

/*------------ form ------------*/
#form-input,
#form-confirm {
  margin-top: -2.6041666667vw;
  padding-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  #form-input,
  #form-confirm {
    margin-top: -40px;
    padding-top: 40px;
  }
}

.contact_form_area {
  margin-top: -6.7708333333vw;
  padding: 3.125vw 29.1666666667vw 10.4166666667vw;
  background: #F4F7FA;
}
@media (max-width: 1400px) {
  .contact_form_area {
    padding: 3.125vw 15.625vw 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .contact_form_area {
    padding: 50px 5%;
  }
}
.contact_form_area dl {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .contact_form_area dl {
    margin-bottom: 40px;
  }
}
.contact_form_area dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 768px) {
  .contact_form_area dl dt {
    margin-bottom: 10px;
  }
}
.contact_form_area dl dt label {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-right: 0.5208333333vw;
}
@media (max-width: 768px) {
  .contact_form_area dl dt label {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 5px;
  }
}
.contact_form_area dl dt .required-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0048A7;
  background: #F2C94C;
  padding: 0.3645833333vw;
}
@media (max-width: 768px) {
  .contact_form_area dl dt .required-txt {
    padding: 4px;
  }
}
.contact_form_area dl dd .wpcf7-form-control-wrap {
  margin-left: 0;
}
.contact_form_area dl dd .wpcf7-radio {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.78125vw 2.6041666667vw;
}
@media (max-width: 768px) {
  .contact_form_area dl dd .wpcf7-radio {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.contact_form_area dl dd .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact_form_area dl dd .wpcf7-radio .wpcf7-list-item label {
  width: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact_form_area dl dd .wpcf7-radio .wpcf7-list-item label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact_form_area dl dd .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 1px solid #1E293B;
  background: #fff;
}
.contact_form_area dl dd .wpcf7-radio .wpcf7-list-item input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #0081C4;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.contact_form_area dl dd .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  width: 12px;
  height: 12px;
}
.contact_form_area dl dd input[type=text],
.contact_form_area dl dd input[type=tel],
.contact_form_area dl dd input[type=email],
.contact_form_area dl dd select,
.contact_form_area dl dd textarea {
  width: 100%;
  background: #fff;
  padding: 1.0416666667vw 1.8229166667vw;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .contact_form_area dl dd input[type=text],
  .contact_form_area dl dd input[type=tel],
  .contact_form_area dl dd input[type=email],
  .contact_form_area dl dd select,
  .contact_form_area dl dd textarea {
    padding: 15px;
  }
}
.contact_form_area dl dd input[type=text]::-moz-placeholder, .contact_form_area dl dd input[type=tel]::-moz-placeholder, .contact_form_area dl dd input[type=email]::-moz-placeholder, .contact_form_area dl dd select::-moz-placeholder, .contact_form_area dl dd textarea::-moz-placeholder {
  color: #a9a9a9;
}
.contact_form_area dl dd input[type=text]::placeholder,
.contact_form_area dl dd input[type=tel]::placeholder,
.contact_form_area dl dd input[type=email]::placeholder,
.contact_form_area dl dd select::placeholder,
.contact_form_area dl dd textarea::placeholder {
  color: #a9a9a9;
}
.contact_form_area dl dd textarea {
  height: 250px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact_form_area dl dd textarea {
    height: 220px;
  }
}
.contact_form_area dl dd.is_zip {
  width: 46%;
}
@media (max-width: 768px) {
  .contact_form_area dl dd.is_zip {
    width: 70%;
  }
}
.contact_form_area dl dd select {
  cursor: pointer;
  width: 46%;
  background-image: url("../images/icon_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact_form_area dl dd select {
    width: 70%;
    background-size: 10px;
  }
}
.contact_form_area dl dd .address_list > li + li {
  margin-top: 0.6770833333vw;
}
@media (max-width: 768px) {
  .contact_form_area dl dd .address_list > li + li {
    margin-top: 10px;
  }
}
.contact_form_area .privacy_unit .privacy_block {
  background: #fff;
  width: 100%;
  padding: 1.3020833333vw 2.0833333333vw 1.8229166667vw 2.0833333333vw;
}
@media (max-width: 768px) {
  .contact_form_area .privacy_unit .privacy_block {
    padding: 7%;
  }
}
.contact_form_area .privacy_unit .privacy_block .privacy_item {
  width: auto;
  height: 340px;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .contact_form_area .privacy_unit .privacy_block .privacy_item {
    height: 200px;
  }
}
.contact_form_area .privacy_unit .privacy_block .privacy_item::-webkit-scrollbar {
  width: 6px;
  height: auto;
}
.contact_form_area .privacy_unit .privacy_block .privacy_item::-webkit-scrollbar-track {
  background: #F4F7FA;
}
.contact_form_area .privacy_unit .privacy_block .privacy_item::-webkit-scrollbar-thumb {
  background: #0081C4;
  cursor: pointer;
}
.contact_form_area .privacy_unit .privacy_block .privacy_item .privacy_txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 1.0416666667vw;
}
@media (max-width: 768px) {
  .contact_form_area .privacy_unit .privacy_block .privacy_item .privacy_txt {
    padding-right: 15px;
  }
}
.contact_form_area .privacy_unit .privacy_block .privacy_item .privacy_txt > span {
  font-weight: bold;
}
.contact_form_area .privacy_unit .checkbox_item {
  margin-top: 1.5625vw;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_form_area .privacy_unit .checkbox_item {
    margin-top: 15px;
  }
}
.contact_form_area .privacy_unit .checkbox_item .check .wpcf7-list-item {
  margin: 0;
}
.contact_form_area .privacy_unit .checkbox_item .check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  cursor: pointer;
}
.contact_form_area .privacy_unit .checkbox_item .check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #64748B;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.contact_form_area .privacy_unit .checkbox_item .check input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px;
  height: 18px;
  border-right: 2px solid #0081C4;
  border-bottom: 2px solid #0081C4;
  transform: translate(-50%, -58%) rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.contact_form_area .privacy_unit .checkbox_item .check input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact_form_area .privacy_unit .checkbox_item .check .wpcf7-list-item-label {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
}
@media (max-width: 768px) {
  .contact_form_area .privacy_unit .checkbox_item .check .wpcf7-list-item-label {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.contact_form_area p.val-err {
  font-size: 14px !important;
  color: #ff4141;
  font-weight: bold;
  margin-top: 4px;
  transition: all 0.3s ease;
}
.contact_form_area .check_no-through {
  font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #ff4141;
  text-align: center;
  border-top: 1px solid #ff4141;
  border-bottom: 1px solid #ff4141;
  padding: 0.78125vw 0;
  margin-top: 3.6458333333vw;
}
@media (max-width: 768px) {
  .contact_form_area .check_no-through {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 7px 0;
  }
}
.contact_form_area .tccf7-submit-err {
  text-align: center;
}
.contact_form_area .tccf7-inquiry-err::after {
  display: none;
}
.contact_form_area .privacy-check {
  margin-top: 2.0833333333vw;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_form_area .privacy-check {
    margin-top: 30px;
  }
}
.contact_form_area .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact_form_area .privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact_form_area .privacy-check .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  margin-right: 0.78125vw;
  cursor: pointer;
  position: relative;
  background: #d9d9d9;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact_form_area .privacy-check .wpcf7-list-item input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}
.contact_form_area .privacy-check .wpcf7-list-item input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 45%;
  height: 95%;
  border-right: 3px solid #0048A7;
  border-bottom: 3px solid #0048A7;
  opacity: 0;
  transition: all 0.3s ease;
}
.contact_form_area .privacy-check .wpcf7-list-item input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact_form_area .privacy-check .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .contact_form_area .privacy-check .wpcf7-list-item .wpcf7-list-item-label {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.contact_form_area .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  color: #0048A7;
  transition: all 0.3s ease;
}
.contact_form_area .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-privacy-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact_form_area .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a::after {
    margin-left: 3px;
  }
}
@media (min-width: 769px) {
  .contact_form_area .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a:hover {
    opacity: 0.6;
  }
}
.contact_form_area .check_submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .contact_form_area .check_submit {
    gap: 20px 0;
  }
}
.contact_form_area .form_btn {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  white-space: nowrap;
  color: #0048A7;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.contact_form_area .form_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 25px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #F2C94C;
  transform: translate(0%, -50%);
  transition: right 0.2s ease;
}
.contact_form_area .form_btn::after {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 10px;
  background: #0048A7;
  transition: 0.2s ease;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contact_form_area .form_btn button,
.contact_form_area .form_btn input {
  text-align: left;
  padding: 0.78125vw 5.2083333333vw 0.78125vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  background: transparent;
  color: inherit;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .contact_form_area .form_btn button,
  .contact_form_area .form_btn input {
    padding: 10px 60px 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .contact_form_area .form_btn:hover {
    opacity: 0.85;
  }
  .contact_form_area .form_btn:hover::before {
    right: 5px;
  }
}
.contact_form_area .form_btn * {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.contact_form_area .back-button {
  display: inline-block;
  font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #797979;
  border-bottom: 1px solid #797979;
  transition: all 0.3s ease;
  margin-top: 1.5625vw;
}
@media (min-width: 769px) {
  .contact_form_area .back-button:hover {
    opacity: 0.6;
  }
}
.contact_form_area .step-complete .contact_lead_txt,
.contact_form_area .step-complete .contact_tel,
.contact_form_area .step-confirm .contact_lead_txt,
.contact_form_area .step-confirm .contact_tel {
  display: none;
}
.contact_form_area #form-confirm dl {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 0.78125vw;
}
.contact_form_area #form-confirm dt {
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  margin-bottom: 0.78125vw;
}
.contact_form_area #form-confirm dt label {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #949494;
}
.contact_form_area #form-confirm dd span {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .contact_form_area #form-confirm dd span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .contact_form_area #form-confirm dd .address_list > li {
    margin-top: 0;
  }
}
.contact_form_area #form-confirm .privacy-check {
  display: none;
}

.thanks_section {
  padding: 14.0625vw 0 9.375vw;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media (max-width: 768px) {
  .thanks_section {
    padding: 120px 5% 80px;
    width: auto;
  }
}
.thanks_section .thanks_txt {
  margin-bottom: 3.6458333333vw;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer .ft_parallax {
  width: 100%;
  height: 19.7916666667vw;
  background-image: url("../images/bg_parallax.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .footer .ft_parallax {
    position: relative;
    overflow: hidden;
    background-image: none;
    background-attachment: scroll;
    height: 200px;
    background-position: 70% center;
  }
  .footer .ft_parallax::before {
    content: "";
    position: absolute;
    top: -16%;
    left: 0;
    width: 100%;
    height: 132%;
    background-image: url("../images/bg_parallax.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% center;
    transform: translate3d(0, var(--ft-parallax-y, 0), 0);
    will-change: transform;
  }
}
.footer .ft_filter_defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.footer .ft_cta {
  position: relative;
  background: #0048A7;
}
.footer .ft_cta_inner {
  position: relative;
  padding: 5.2083333333vw 13.0208333333vw 6.25vw;
}
@media (max-width: 1024px) {
  .footer .ft_cta_inner {
    padding: 5.2083333333vw 5% 6.25vw;
  }
}
@media (max-width: 768px) {
  .footer .ft_cta_inner {
    padding: 110px 5% 50px;
  }
}
.footer .ft_cta_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .ft_cta_content {
    flex-direction: column;
    align-items: center;
  }
}
.footer .ft_dec_item {
  position: absolute;
  left: 6.25vw;
  top: -3.6458333333vw;
  width: 155px;
  height: 155px;
  background: #0081C4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .footer .ft_dec_item {
    left: 2.6041666667vw;
    top: -6.7708333333vw;
  }
}
@media (max-width: 1024px) {
  .footer .ft_dec_item {
    top: -11.9791666667vw;
  }
}
@media (max-width: 768px) {
  .footer .ft_dec_item {
    width: 130px;
    height: 130px;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer .ft_dec_item p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .ft_dec_item p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.footer .ft_cta_contact_en {
  margin: 0;
  color: #F2C94C;
  -webkit-text-fill-color: currentColor;
  filter: url("#ft-outline-dilate");
  font-size: clamp(110 * 0.7px, 110 / 1500 * 100vmax, 110 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer .ft_cta_contact_en {
    font-size: 60px;
    font-size: 3.75rem;
    text-align: center;
  }
}
.footer .ft_cta_heading {
  margin: 1.5625vw 0 0;
  color: #ffffff;
  font-size: clamp(35 * 0.7px, 35 / 1500 * 100vmax, 35 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 1024px) {
  .footer .ft_cta_heading {
    font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (max-width: 768px) {
  .footer .ft_cta_heading {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 15px;
  }
}
.footer .ft_cta_form {
  width: 100%;
  height: 4.8958333333vw;
  background: #F2C94C;
  color: #0048A7;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .footer .ft_cta_form {
    height: auto;
    padding: 8px;
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 769px) {
  .footer .ft_cta_form:hover {
    background: #0081C4;
    color: #fff;
  }
}
.footer .ft_cta_tel {
  margin: 2.6041666667vw 0 0 0;
}
.footer .ft_cta_tel_main {
  margin: 0;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.4166666667vw;
  white-space: nowrap;
}
.footer .ft_cta_tel_label {
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-transform: lowercase;
  margin-bottom: 0.1041666667vw;
}
.footer .ft_cta_tel_number {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(60 * 0.7px, 60 / 1500 * 100vmax, 60 * 1.05px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .footer .ft_cta_tel_number {
    font-size: clamp(48 * 0.7px, 48 / 1500 * 100vmax, 48 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    pointer-events: all;
  }
}
.footer .ft_cta_tel_note {
  margin: 0.4166666667vw 0 0;
  color: #ffffff;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .ft_cta_tel_note {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
.footer .ft_main {
  background: #F4F7FA;
  padding: 5.2083333333vw 6.25vw 7.2916666667vw;
}
@media (max-width: 768px) {
  .footer .ft_main {
    padding: 30px 5%;
  }
}
.footer .ft_row_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25vw;
}
.footer .ft_brand_social {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.footer .ft_logo {
  width: 22.1354166667vw;
}
@media (max-width: 768px) {
  .footer .ft_logo {
    width: 75%;
    height: auto;
  }
}
.footer .ft_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .ft_social {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer .ft_social {
    width: 27px;
    height: 27px;
    margin-left: 8px;
  }
}
.footer .ft_social img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .footer .ft_social:hover {
    opacity: 0.4;
  }
}
.footer .ft_nav .ft_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer .ft_nav .ft_nav_list {
    display: none;
  }
}
.footer .ft_nav a {
  color: #1E293B;
  text-decoration: none;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .ft_nav a:hover {
    color: #0081C4;
  }
}
.footer .ft_row_bottom {
  margin-top: 4.1666666667vw;
  border-top: 0.0520833333vw solid #64748B;
  padding-top: 1.25vw;
  display: flex;
  justify-content: flex-start;
  gap: 1.25vw;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer .ft_row_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .ft_address {
  margin: 0;
  color: #1E293B;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .footer .ft_address {
    line-height: 1.6;
    margin: 15px 0 0 0;
  }
}
.footer .ft_address + .ft_address {
  margin-left: 4.1666666667vw;
}
@media (max-width: 768px) {
  .footer .ft_address + .ft_address {
    margin: 15px 0 0 0;
  }
}
.footer .ft_address > span {
  font-weight: bold;
}
.footer .ft_copy {
  color: #64748B;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer .ft_copy {
    margin-top: 30px;
  }
}

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