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

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

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* ← が表示されてないときに真ん中に表示したい用 */
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(243, 152, 0, 0.2), 2px 0 15px rgba(0, 99, 178, 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: #373737;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

.dummy {
  height: 150vh;
}

/*-------------------------------------------------------------------------------
  common background
--------------------------------------------------------------------------------*/
.white-noise {
  background-image: url(../images/white-noise.png);
  background-repeat: repeat;
  background-size: 100px;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.3;
}

#gradient-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  --gradient-color-1: #ffedb0;
  --gradient-color-2: #fff;
  --gradient-color-3: #c2daf7;
  --gradient-color-4: #FFE5C2;
}

/*-------------------------------------------------------------------------------
  WordPress login page custom
--------------------------------------------------------------------------------*/
body.login {
  background: url("../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
body.login #login h1 a {
  background: url("../images/logo-multi.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 9.7222222222vw;
  height: 5.5555555556vw;
}
body.login #login #nav a,
body.login #login #backtoblog a {
  color: #373737;
  font-weight: bold;
}

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

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

.js-scroll-visual {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.5s ease, clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.js-scroll-visual img {
  transform: scale(1.7);
  transition: transform 1.7s 0.08s ease;
}
.js-scroll-visual.is-show {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.js-scroll-visual.is-show img {
  transform: scale(1);
}

.boxer {
  overflow: hidden;
}
.boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.08);
  }
}

.js-txt-anime {
  display: inline-block;
  overflow: hidden;
}
.js-txt-anime span {
  display: inline-block;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: translate(0.8em);
  transition: clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.js-txt-anime.in-view span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding-bottom: 2px;
  transform: translate(0);
}

.basic-ttl-01 {
  margin-bottom: 4.1666666667vw;
}
.basic-ttl-01 > p {
  font-size: clamp(36 * 0.7px, 36 / 1500 * 100vmax, 36 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
}
.basic-ttl-01.is-recruit-ttl {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.1666666667vw;
}

.basic-ttl-02 {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .basic-ttl-02 {
    margin-bottom: 25px;
  }
}
.basic-ttl-02 .ja-ttl {
  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;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 768px) {
  .basic-ttl-02 .ja-ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.basic-ttl-02 .en-ttl {
  display: inline-block;
  font-size: clamp(96 * 0.7px, 96 / 1500 * 100vmax, 96 * 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;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(to right, #0063B2, #74BCF5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.basic-ttl-02 .en-ttl.is-orange {
  background: linear-gradient(to right, #F39800, #FFCD79);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .basic-ttl-02 .en-ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .basic-ttl-02 .en-ttl.is-flow {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

.cmn-block {
  padding-top: 5.9027777778vw;
  padding-bottom: 8.3333333333vw;
  padding-left: 6.9444444444vw;
  padding-right: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  background: radial-gradient(circle, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 85%);
  box-shadow: 0 -5px 8px 0 rgba(40, 162, 232, 0.1098039216);
  margin-left: 8.3333333333vw;
  margin-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .cmn-block {
    padding: 35px 8%;
    background: rgba(255, 255, 255, 0.7725490196);
    border-radius: 30px;
    margin: 0 5%;
  }
}
.cmn-block + .cmn-block {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .cmn-block + .cmn-block {
    margin-top: 40px;
  }
}

.cmn-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
       column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
}
@media (max-width: 768px) {
  .cmn-item {
    flex-direction: column;
    row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
.cmn-item .cmn-item-img-wrap {
  width: 21.5277777778vw;
  height: 25vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 768px) {
  .cmn-item .cmn-item-img-wrap {
    width: 100%;
    height: 220px;
    border-radius: 20px;
  }
}
.cmn-item .cmn-item-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn-item .cmn-element {
  width: 43.75vw;
}
@media (max-width: 768px) {
  .cmn-item .cmn-element {
    width: 100%;
  }
}
.cmn-item .cmn-element .element-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .cmn-item .cmn-element .element-txt {
    margin-bottom: 25px;
  }
}

.index-btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: clamp(13.6px, 17 / 1500 * 100vmax, 20.4px);
       column-gap: clamp(13.6px, 17 / 1500 * 100vmax, 20.4px);
}
.index-btn .index-btn-txt {
  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: 2.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0063B2;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .index-btn .index-btn-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.index-btn .index-btn-txt::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #0063B2;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0063B2;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.index-btn .arrow-mark {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: linear-gradient(to right, #0B97E2, #74BCF5);
  position: relative;
}
@media (max-width: 768px) {
  .index-btn .arrow-mark {
    width: 37px;
    height: 37px;
  }
}
.index-btn .arrow-mark::before, .index-btn .arrow-mark::after {
  content: "→";
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-btn .arrow-mark::after {
  color: #ffffff;
  transform: translate(-150%, -50%);
  opacity: 0;
}
@media (min-width: 769px) {
  .index-btn:hover .index-btn-txt::before {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .index-btn:hover .arrow-mark::before {
    animation: moveArrow_out 0.4s forwards;
  }
  .index-btn:hover .arrow-mark::after {
    animation: moveArrow_in 0.4s forwards;
  }
}
@keyframes moveArrow_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes moveArrow_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(150%, -50%);
  }
}

.cmn-list {
  width: 100%;
}
@media (max-width: 768px) {
  .cmn-list {
    width: 100%;
  }
}
.cmn-list li {
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
  padding-left: 0.6944444444vw;
  padding-right: 0.6944444444vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #8B8B8B;
}
@media (max-width: 768px) {
  .cmn-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 4%;
  }
}
.cmn-list li:first-child {
  border-top: 1px solid #8B8B8B;
}
.cmn-list li .cmn-ttl {
  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.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
  width: 20%;
}
@media (max-width: 768px) {
  .cmn-list li .cmn-ttl {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    font-weight: 600;
  }
}
.cmn-list li .cmn-txt {
  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.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
  width: 75%;
}
@media (max-width: 768px) {
  .cmn-list li .cmn-txt {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}

.js-splitText {
  overflow: hidden;
}

.split_txt_wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.after span {
  transform: translateY(100%); /*予め下から出現するテキストを一文字分下に配置しておく*/
}

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

.before span,
.after span {
  line-height: 1.5;
  transition: color 0.2s ease-out;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 10;
}
.header .hd-unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .hd-unit .hd-nav-block {
  display: flex;
  height: 6.25vw;
  -moz-column-gap: clamp(52.8px, 66 / 1500 * 100vmax, 79.2px);
       column-gap: clamp(52.8px, 66 / 1500 * 100vmax, 79.2px);
  padding-top: 0.6944444444vw;
  padding-left: 2.4305555556vw;
  padding-right: 3.4722222222vw;
  border-bottom-right-radius: 2.0833333333vw;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2274509804);
  position: fixed;
  top: 0;
  left: 0;
}
.header .hd-unit .hd-nav-block::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2.0833333333vw;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 1240px) {
  .header .hd-unit .hd-nav-block {
    -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
         column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
@media (max-width: 1024px) {
  .header .hd-unit .hd-nav-block {
    height: 7.6388888889vw;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block {
    width: 100%;
    height: 76px;
    border-bottom-right-radius: 0;
    padding-top: 8px;
    -moz-column-gap: clamp(0px, 0 / 1500 * 100vmax, 0px);
         column-gap: clamp(0px, 0 / 1500 * 100vmax, 0px);
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item {
    width: 50%;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item:first-child {
  position: relative;
}
.header .hd-unit .hd-nav-block .hd-nav-item:first-child::after {
  content: "";
  width: 1px;
  height: 4.1666666667vw;
  background: #0063B2;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: -2.0833333333vw;
}
@media (max-width: 1240px) {
  .header .hd-unit .hd-nav-block .hd-nav-item:first-child::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item:first-child::after {
    display: block;
    height: 52px;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item:first-child {
    margin-right: 20px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn {
  width: 19.4444444444vw;
  height: 2.8472222222vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.9027777778vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn {
    width: 60%;
    height: auto;
    margin: 0 auto 2px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > img {
    margin-bottom: 5px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > img.is-rise {
  height: 2.8472222222vw;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > img.is-rise {
    height: 35px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > img.is-pds {
  height: 2.2222222222vw;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > img.is-pds {
    height: 35px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #373737;
  margin-top: 0.5555555556vw;
}
@media (max-width: 1240px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-logo-btn > p {
    display: none;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap {
  width: 19.4444444444vw;
  position: relative;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap:hover .pulldown-nav-wrap {
    transform: translateY(29.5138888889vw);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap:hover .pulldown-nav-wrap {
    transform: translateY(36.4583333333vw);
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .hd-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8055555556vw;
  background: #E0EEFA;
  border-top-right-radius: 0.6944444444vw;
  border-top-left-radius: 0.6944444444vw;
  position: relative;
  z-index: 5;
  cursor: pointer;
  transition: 0.6s;
}
@media (max-width: 1024px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .hd-menu-btn {
    height: 3.125vw;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .hd-menu-btn {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 26px;
    overflow: hidden;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .hd-menu-btn.is-active {
  background: #0063B2;
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .hd-menu-btn.is-active > p {
  color: #ffffff;
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .hd-menu-btn > p {
  color: #0063B2;
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  text-align: center;
  transition: 0.6s;
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap {
  width: 19.4444444444vw;
  position: absolute;
  z-index: 4;
  top: -27.7777777778vw;
  left: 0%;
  text-align: center;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.3888888889vw;
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  transition: 0.6s;
}
@media (max-width: 1024px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap {
    top: -34.7222222222vw;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap {
    width: 290px;
    padding-top: 25px;
    padding-bottom: 15px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -150%);
    transition: 0.4s;
    overflow-y: scroll;
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap.is-active {
    transform: translate(-50%, 0);
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  top: 0.9027777778vw;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2274509804);
  border-bottom-right-radius: 2.0833333333vw;
  border-bottom-left-radius: 2.0833333333vw;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap::before {
    top: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-logo {
  display: none;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-logo {
    display: block;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-logo > img {
    width: 120px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(14.4px, 18 / 1500 * 100vmax, 21.6px);
  margin-top: 1.3888888889vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list {
    margin-top: 10px;
    row-gap: clamp(13.6px, 17 / 1500 * 100vmax, 20.4px);
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn {
  display: flex;
  justify-content: center;
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn.is-current {
  background: #B5DDFE;
  border-radius: 0.6944444444vw;
  padding-top: 0.4861111111vw;
  padding-bottom: 0.4861111111vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  position: relative;
  z-index: 5;
  display: flex;
  justify-self: center;
}
@media (max-width: 1024px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn.is-current {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn.is-current {
    padding: 6px 45px;
    border-radius: 0;
    border-radius: 7px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn.is-current > p {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0063B2;
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn > p {
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .pulldown-nav-list li .pulldown-nav-btn > p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-tel-btn {
  display: none;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-tel-btn {
    position: relative;
    z-index: 5;
    display: block;
    font-size: clamp(43 * 0.7px, 43 / 1500 * 100vmax, 43 * 1.1px);
    font-weight: 500;
    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;
    font-family: "Outfit", sans-serif;
    color: #0063B2;
    padding-top: 20px;
    margin: 25px auto 0;
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-tel-btn::before {
    content: "";
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #0063B2;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-tel-btn > span {
    display: block;
    font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
    font-weight: 600;
    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;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-top: 4px;
  }
}
.header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-home-btn {
  display: none;
}
@media (max-width: 768px) {
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-home-btn {
    display: inline-block;
    position: relative;
    z-index: 5;
    padding-top: 15px;
    margin: 20px auto 0;
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-home-btn::before {
    content: "";
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #0063B2;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-home-btn > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    color: #0063B2;
    display: flex;
    align-items: center;
  }
  .header .hd-unit .hd-nav-block .hd-nav-item .hd-menu-wrap .pulldown-nav-wrap .sp-nav-home-btn > p::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #0063B2;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../images/icon-home.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.header .hd-unit .sub-only-home-btn {
  position: fixed;
  top: 0;
  left: 50.1388888889vw;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.0277777778vw;
  height: 6.25vw;
  padding-top: 0.9722222222vw;
  border-bottom-left-radius: 2.0833333333vw;
  border-bottom-right-radius: 2.0833333333vw;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2274509804);
}
@media (max-width: 1240px) {
  .header .hd-unit .sub-only-home-btn {
    left: 47.2222222222vw;
    padding-top: 1.5972222222vw;
    width: 6.9444444444vw;
  }
}
@media (max-width: 1024px) {
  .header .hd-unit .sub-only-home-btn {
    padding-top: 2.0833333333vw;
    height: 7.6388888889vw;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .sub-only-home-btn {
    display: none;
  }
}
.header .hd-unit .sub-only-home-btn::before {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-color: #0063B2;
  border-radius: 100%;
  display: inline-block;
  background-image: url(../images/icon-home.svg);
  background-size: 1.7361111111vw;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: -0.3472222222vw;
}
.header .hd-unit .sub-only-home-btn > p {
  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;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #373737;
  text-align: center;
  margin: auto;
}
@media (max-width: 1240px) {
  .header .hd-unit .sub-only-home-btn > p {
    display: none;
  }
}
.header .hd-unit .hd-tel-block {
  height: 6.25vw;
  border-bottom-left-radius: 2.0833333333vw;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2274509804);
  padding-top: 1.3194444444vw;
  padding-bottom: 1.3194444444vw;
  padding-left: 2.0833333333vw;
  padding-right: 1.3888888889vw;
  position: fixed;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .header .hd-unit .hd-tel-block {
    padding-top: 0.6944444444vw;
  }
}
@media (max-width: 1024px) {
  .header .hd-unit .hd-tel-block {
    height: 7.6388888889vw;
  }
}
@media (max-width: 768px) {
  .header .hd-unit .hd-tel-block {
    display: none;
  }
}
.header .hd-unit .hd-tel-block .hd-tel-item {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
}
.header .hd-unit .hd-tel-block .hd-tel-item + .hd-tel-item {
  margin-top: 0.2083333333vw;
}
.header .hd-unit .hd-tel-block .hd-tel-item.is-orange .hd-tel-txt-01 {
  background: #F39800;
}
.header .hd-unit .hd-tel-block .hd-tel-item.is-orange > p {
  color: #F39800;
}
.header .hd-unit .hd-tel-block .hd-tel-item.is-blue .hd-tel-txt-01 {
  background: #0083EB;
}
.header .hd-unit .hd-tel-block .hd-tel-item.is-blue > p {
  color: #0083EB;
}
.header .hd-unit .hd-tel-block .hd-tel-item .hd-tel-txt-01 {
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #ffffff;
  background: #F39800;
  border-radius: 0.3472222222vw;
  padding: 0 0.1%;
  width: 3.4722222222vw;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .header .hd-unit .hd-tel-block .hd-tel-item .hd-tel-txt-01 {
    width: 5.5555555556vw;
  }
}
.header .hd-unit .hd-tel-block .hd-tel-item .hd-tel-txt-02 {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  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;
  font-family: "Outfit", sans-serif;
}
.header .hd-unit .hd-tel-block .hd-tel-item .hd-tel-txt-03 {
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 1024px) {
  .header .hd-unit .hd-tel-block .hd-tel-item .hd-tel-txt-03 {
    display: none;
  }
}

/*-------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------*/
.main {
  position: relative;
  padding-top: 7.6388888889vw;
}
.main::before, .main::after {
  content: "";
  position: fixed;
  z-index: 3;
  top: 0;
  width: 15%;
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 768px) {
  .main::before, .main::after {
    display: none;
  }
}
.main::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.main::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.main * {
  position: relative;
  z-index: 4;
}

/*------------ index ------------*/
.mv-unit {
  padding-right: 3.4722222222vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 48.6111111111vw;
}
@media (max-width: 768px) {
  .mv-unit {
    padding-right: 0;
    height: 105svh;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: inherit;
    margin-bottom: 50px;
  }
}
.mv-unit .mv-img {
  width: 58%;
  height: auto;
  position: absolute;
  top: 0;
  left: 3.4722222222vw;
}
@media (max-width: 768px) {
  .mv-unit .mv-img {
    width: 100%;
    height: 65%;
    position: inherit;
    top: 4%;
    left: auto;
    -o-object-position: 33% 0px;
       object-position: 33% 0px;
  }
}
.mv-unit .mv-block {
  width: 48.6111111111vw;
  height: 38.8888888889vw;
  margin-left: auto;
  background-image: url(../images/bg-main-copy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 768px) {
  .mv-unit .mv-block {
    margin-left: 0;
    position: absolute;
    top: -5vh;
    width: 110%;
    max-width: 600px;
    height: 100%;
  }
}
.mv-unit .mv-block .mv-item {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-52%, -50%);
}
@media (max-width: 768px) {
  .mv-unit .mv-block .mv-item {
    top: 32vw;
  }
}
@media (max-width: 540px) {
  .mv-unit .mv-block .mv-item {
    top: 48vw;
  }
}
.mv-unit .mv-block .mv-item .main-copy {
  font-size: clamp(48 * 0.7px, 48 / 1500 * 100vmax, 48 * 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;
  color: #0A3151;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mv-unit .mv-block .mv-item .main-copy {
    font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 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;
  }
}
.mv-unit .mv-block .mv-item .sub-copy {
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 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;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-top: 1.7361111111vw;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mv-unit .mv-block .mv-item .sub-copy {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 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;
  }
}

.intro-unit {
  display: flex;
  justify-content: space-between;
  padding-left: 12.1527777778vw;
  padding-right: 4.1666666667vw;
  padding-bottom: 6.5972222222vw;
}
@media (max-width: 1199px) {
  .intro-unit {
    padding-left: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .intro-unit {
    flex-direction: column;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 50px;
  }
}
.intro-unit .intro-txt-block {
  width: 48.9583333333vw;
  margin-top: 5.5555555556vw;
}
@media (max-width: 768px) {
  .intro-unit .intro-txt-block {
    width: 100%;
  }
}
.intro-unit .intro-txt-block .intro-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media (max-width: 768px) {
  .intro-unit .intro-txt-block .intro-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.intro-unit .intro-txt-block .intro-txt + .intro-txt {
  margin-top: 8.3333333333vw;
}
.intro-unit .intro-img-block {
  width: 32.6388888889vw;
}
@media (max-width: 768px) {
  .intro-unit .intro-img-block {
    width: 100%;
  }
}
.intro-unit .intro-img-block .intro-img {
  border-radius: 2.0833333333vw;
}
@media (max-width: 768px) {
  .intro-unit .intro-img-block .intro-img {
    margin-top: 45px;
    border-radius: 20px;
  }
}
.intro-unit .intro-img-block .intro-img:first-child {
  width: 21.4583333333vw;
  height: 28.6805555556vw;
  display: block;
  margin-left: auto;
}
@media (max-width: 768px) {
  .intro-unit .intro-img-block .intro-img:first-child {
    width: 50%;
    height: auto;
  }
}
.intro-unit .intro-img-block .intro-img:nth-child(2) {
  width: 19.2361111111vw;
  height: 18.4027777778vw;
  margin-top: 2.0833333333vw;
  margin-bottom: 3.4722222222vw;
  margin-left: -4.1666666667vw;
}
@media (max-width: 768px) {
  .intro-unit .intro-img-block .intro-img:nth-child(2) {
    width: 50%;
    height: auto;
    margin-top: -20%;
  }
}
.intro-unit .intro-img-block .intro-img:last-child {
  width: 33.1944444444vw;
  height: 21.25vw;
  display: block;
  margin-left: auto;
}
@media (max-width: 768px) {
  .intro-unit .intro-img-block .intro-img:last-child {
    width: 90%;
    height: auto;
    margin-top: 3%;
  }
}

/*------------ sub page ------------*/
.sub-mv-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10.4166666667vw;
  padding-right: 9.375vw;
  padding-bottom: 9.7222222222vw;
}
@media (max-width: 768px) {
  .sub-mv-unit {
    flex-direction: column-reverse;
    padding: 70px 0 50px;
  }
}
@media (max-width: 768px) {
  .sub-mv-unit .sub-mv-txt-block {
    padding: 30px 7% 0;
  }
}
.sub-mv-unit .sub-mv-txt-block .page-ttl {
  font-size: clamp(48 * 0.7px, 48 / 1500 * 100vmax, 48 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  margin-left: -0.4861111111vw;
}
.sub-mv-unit .sub-mv-txt-block .breadcrumb {
  margin-top: 1.0416666667vw;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
}
.sub-mv-unit .sub-mv-txt-block .breadcrumb li .breadcrumb-btn {
  display: block;
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0063B2;
  position: relative;
}
.sub-mv-unit .sub-mv-txt-block .breadcrumb li .breadcrumb-btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #0063B2;
  position: absolute;
  left: 0;
  bottom: 0.2083333333vw;
  background: #0063B2;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
  z-index: -1;
}
@media (min-width: 769px) {
  .sub-mv-unit .sub-mv-txt-block .breadcrumb li .breadcrumb-btn:hover::before {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.sub-mv-unit .sub-mv-txt-block .breadcrumb li .breadcrumb-txt {
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: flex;
  align-items: center;
}
.sub-mv-unit .sub-mv-txt-block .breadcrumb li .breadcrumb-txt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #0063B2;
  transform: rotate(-45deg);
  margin-right: 0.6944444444vw;
}
.sub-mv-unit .sub-mv-txt-block .sub-mv-lead-txt {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 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;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-top: 12.5vw;
}
.sub-mv-unit .sub-mv-img {
  width: 47.4305555556vw;
  height: auto;
}
@media (max-width: 768px) {
  .sub-mv-unit .sub-mv-img {
    width: auto;
    height: 450px;
    margin-top: -100px;
  }
}

.contents-list {
  margin-left: 8.3333333333vw;
  margin-right: 8.3333333333vw;
  margin-bottom: 10.4166666667vw;
}
@media (max-width: 768px) {
  .contents-list {
    margin: 0 5% 70px;
  }
}
.contents-list > li {
  padding-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
  padding-left: 6.9444444444vw;
  padding-right: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.5) 85%);
  box-shadow: 0 -5px 8px 0 rgba(40, 162, 232, 0.1098039216);
}
@media (max-width: 768px) {
  .contents-list > li {
    padding: 30px 8%;
    background: rgba(255, 255, 255, 0.7725490196);
    border-radius: 30px;
  }
}
.contents-list > li + li {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .contents-list > li + li {
    margin-top: 40px;
  }
}
.contents-list > li .contents-first-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contents-list > li .contents-first-item {
    flex-direction: column;
  }
}
.contents-list > li .contents-first-item .contents-ttl {
  font-size: clamp(36 * 0.7px, 36 / 1500 * 100vmax, 36 * 1.1px);
  font-weight: 500;
  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;
  color: #0A3151;
  width: 65%;
}
@media (max-width: 768px) {
  .contents-list > li .contents-first-item .contents-ttl {
    width: 100%;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.contents-list > li .contents-first-item .contents-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  width: 30%;
}
@media (max-width: 768px) {
  .contents-list > li .contents-first-item .contents-logo-list {
    width: 100%;
    margin-top: 15px;
  }
}
.contents-list > li .contents-first-item .contents-logo-list > li img {
  width: 9.0277777778vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .contents-list > li .contents-first-item .contents-logo-list > li img {
    width: 75px;
  }
}
.contents-list > li .contents-last-item {
  display: flex;
  -moz-column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
       column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
  margin-top: 2.4305555556vw;
}
@media (max-width: 768px) {
  .contents-list > li .contents-last-item {
    flex-direction: column;
    row-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
    margin-top: 20px;
  }
}
.contents-list > li .contents-last-item .contents-gallery-elements {
  display: flex;
  flex-direction: column;
}
.contents-list > li .contents-last-item .contents-gallery-warp {
  display: block;
  width: 29.1666666667vw;
  height: 21.5277777778vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 768px) {
  .contents-list > li .contents-last-item .contents-gallery-warp {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
}
.contents-list > li .contents-last-item .contents-gallery-warp + .contents-gallery-warp {
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .contents-list > li .contents-last-item .contents-gallery-warp + .contents-gallery-warp {
    margin-top: 15px;
  }
}
.contents-list > li .contents-last-item .contents-txt {
  width: 36.1111111111vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media (max-width: 768px) {
  .contents-list > li .contents-last-item .contents-txt {
    width: 100%;
  }
}

.overview-sec {
  background: #ffffff;
  padding-top: 5.5555555556vw;
  padding-bottom: 3.4722222222vw;
  padding-right: 12.5vw;
  padding-left: 12.5vw;
}
@media (max-width: 768px) {
  .overview-sec {
    padding: 50px 5% 25px;
  }
}

.access-sec {
  background: #ffffff;
  padding-top: 3.4722222222vw;
  padding-bottom: 8.3333333333vw;
  padding-right: 12.5vw;
  padding-left: 12.5vw;
}
@media (max-width: 768px) {
  .access-sec {
    padding: 25px 5% 60px;
  }
}
.access-sec .access-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
}
@media (max-width: 768px) {
  .access-sec .access-list {
    flex-direction: column;
  }
}
.access-sec .access-list li {
  width: 48%;
}
@media (max-width: 768px) {
  .access-sec .access-list li {
    width: 100%;
  }
}
.access-sec .access-list li .access-ttl {
  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.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  display: block;
  padding-bottom: 0.5555555556vw;
  border-bottom: 1px solid #0A3151;
}
@media (max-width: 768px) {
  .access-sec .access-list li .access-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.access-sec .access-list li .access_map {
  width: 100%;
  height: 26.3888888889vw;
  margin-top: 1.7361111111vw;
}
@media (max-width: 768px) {
  .access-sec .access-list li .access_map {
    height: 250px;
    margin-top: 20px;
  }
}
.access-sec .access-list li .address-txt {
  margin-top: 0.6944444444vw;
  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;
}

.recruit-block {
  padding-top: 7.6388888889vw;
}
@media (max-width: 768px) {
  .recruit-block {
    padding: 60px 0 0;
  }
}

.strengths-sec .strengths-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: clamp(21.6px, 27 / 1500 * 100vmax, 32.4px);
       column-gap: clamp(21.6px, 27 / 1500 * 100vmax, 32.4px);
  row-gap: clamp(21.6px, 27 / 1500 * 100vmax, 32.4px);
}
@media (max-width: 768px) {
  .strengths-sec .strengths-list {
    flex-direction: column;
    row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.strengths-sec .strengths-list li {
  background: #F39800;
  padding: 0.7% 3%;
  border-radius: 0.6944444444vw;
}
@media (max-width: 768px) {
  .strengths-sec .strengths-list li {
    border-radius: 5px;
  }
}
.strengths-sec .strengths-list li p {
  display: block;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 300;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.9;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #ffffff;
}

.requirement-sec .requirement-item + .requirement-item {
  margin-top: 4.8611111111vw;
}
@media (max-width: 768px) {
  .requirement-sec .requirement-item + .requirement-item {
    margin-top: 50px;
  }
}
.requirement-sec .requirement-item .requirement-category-txt {
  display: flex;
  align-items: center;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  margin-bottom: 1.1805555556vw;
}
@media (max-width: 768px) {
  .requirement-sec .requirement-item .requirement-category-txt {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 17px;
  }
}
.requirement-sec .requirement-item .requirement-category-txt span {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  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: #0063B2;
  border: 1px solid #0063B2;
  padding: 1% 2%;
  margin-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .requirement-sec .requirement-item .requirement-category-txt span {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.8% 3%;
  }
}

.flow-sec .flow-list li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: clamp(44px, 55 / 1500 * 100vmax, 66px);
       column-gap: clamp(44px, 55 / 1500 * 100vmax, 66px);
  position: relative;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li {
    -moz-column-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
         column-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
  }
}
.flow-sec .flow-list li::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  background: #F39800;
  position: absolute;
  bottom: -3.4722222222vw;
  left: 4.5138888889vw;
}
@media (max-width: 1199px) {
  .flow-sec .flow-list li::before {
    left: 56px;
  }
}
@media (max-width: 768px) {
  .flow-sec .flow-list li::before {
    bottom: -40px;
    left: 25px;
  }
}
.flow-sec .flow-list li.is-orange::before {
  background: #F39800;
}
.flow-sec .flow-list li.is-blue::before {
  background: #0063B2;
}
.flow-sec .flow-list li:last-child::before {
  display: none;
}
.flow-sec .flow-list li + li {
  margin-top: 2.7777777778vw;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li + li {
    margin-top: 40px;
  }
}
.flow-sec .flow-list li .flow-num-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
       column-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
  font-size: clamp(36 * 0.7px, 36 / 1500 * 100vmax, 36 * 1.1px);
  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;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  border-radius: 1.3888888889vw;
  padding: 2% 0.8%;
  width: 8.6805555556vw;
  min-width: 110px;
}
.flow-sec .flow-list li .flow-num-txt.is-orange {
  background: linear-gradient(to right, #FFCD79, #F39800);
}
.flow-sec .flow-list li .flow-num-txt.is-orange > span {
  color: #F39800;
}
.flow-sec .flow-list li .flow-num-txt.is-blue {
  background: linear-gradient(to right, #0B97E2, #74BCF5);
}
.flow-sec .flow-list li .flow-num-txt.is-blue > span {
  color: #0063B2;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-num-txt {
    flex-direction: column;
    row-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
    width: 50px;
    min-width: 50px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.flow-sec .flow-list li .flow-num-txt span {
  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;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  background: #ffffff;
  padding: 0.8% 3%;
  border-radius: 0.3472222222vw;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-num-txt span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.flow-sec .flow-list li .flow-item {
  width: 55.5555555556vw;
  padding-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-item {
    width: 100%;
  }
}
.flow-sec .flow-list li .flow-item .flow-ttl {
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  margin-bottom: 2.0833333333vw;
}
.flow-sec .flow-list li .flow-item .flow-txt {
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-item .flow-txt {
    line-height: 1.9;
  }
}
.flow-sec .flow-list li .flow-item .flow-elements {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(17.6px, 22 / 1500 * 100vmax, 26.4px);
       column-gap: clamp(17.6px, 22 / 1500 * 100vmax, 26.4px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-item .flow-elements {
    flex-direction: column;
    align-items: flex-start;
    margin: 25px auto;
    pointer-events: all;
  }
}
.flow-sec .flow-list li .flow-item .flow-elements .flow-tel-btn {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  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;
  font-family: "Outfit", sans-serif;
  color: #0063B2;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-item .flow-elements .flow-tel-btn {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.flow-sec .flow-list li .flow-item .flow-elements .flow-tel-btn span {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  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;
  font-family: "Outfit", sans-serif;
  margin-right: 0.6944444444vw;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-item .flow-elements .flow-tel-btn span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.flow-sec .flow-list li .flow-item .flow-elements .flow-hour-txt {
  display: inline-block;
  color: #0063B2;
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .flow-sec .flow-list li .flow-item .flow-elements .flow-hour-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.is-notfound {
  margin-top: 6.9444444444vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .is-notfound {
    margin-top: 100px;
  }
}
.is-notfound .notfound-ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
}
@media (max-width: 768px) {
  .is-notfound .notfound-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.is-notfound .notfound-txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 2vw 0 2.3vw;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cta-unit {
  margin-top: 8.3333333333vw;
  padding-top: 6.25vw;
  padding-bottom: 7.6388888889vw;
  padding-left: 8.3333333333vw;
  background-image: url(../images/bg-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .cta-unit {
    margin-top: 80px;
    padding: 50px 5% 370px;
    background-position: -450px 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .cta-unit {
    background-position: top right;
  }
}
.cta-unit .cta-lead-txt {
  font-size: clamp(36 * 0.7px, 36 / 1500 * 100vmax, 36 * 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;
  color: #0A3151;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .cta-unit .cta-lead-txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cta-unit .cta-block + .cta-block {
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .cta-unit .cta-block + .cta-block {
    margin-top: 30px;
  }
}
.cta-unit .cta-block .cta-sub-txt {
  display: inline-block;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  border: 1px solid #0A3151;
  padding: 2px 17px;
}
@media (max-width: 768px) {
  .cta-unit .cta-block .cta-sub-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0;
    margin: 0 auto -15px;
    display: block;
    text-align: center;
  }
}
.cta-unit .cta-block .cta-btn {
  display: block;
  font-size: clamp(58 * 0.7px, 58 / 1500 * 100vmax, 58 * 1.05px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #0A3151;
  margin-top: -1.1111111111vw;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta-unit .cta-block .cta-btn {
    pointer-events: all;
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 3px 0 2px;
  }
}
.cta-unit .cta-block .cta-btn span {
  font-size: clamp(44 * 0.7px, 44 / 1500 * 100vmax, 44 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  margin-right: 0.8333333333vw;
}
@media (max-width: 768px) {
  .cta-unit .cta-block .cta-btn span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.cta-unit .cta-block .cta-hour-txt {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0A3151;
  margin-top: -1.7361111111vw;
}
@media (max-width: 768px) {
  .cta-unit .cta-block .cta-hour-txt {
    font-size: 16px;
    font-size: 1rem;
    margin-top: -20px;
    text-align: center;
  }
}

.footer {
  padding-top: 7.6388888889vw;
  padding-bottom: 6.25vw;
  padding-left: 8.3333333333vw;
  padding-right: 5.2083333333vw;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  .footer {
    padding: 60px 5% 30px;
  }
}
.footer .ft-unit {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}
.footer .ft-unit .ft-data-block .ft-data-item + .ft-data-item {
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-data-block .ft-data-item + .ft-data-item {
    margin-top: 50px;
  }
}
.footer .ft-unit .ft-data-block .ft-data-item .ft-logo-btn {
  display: block;
  width: 10.4166666667vw;
  height: auto;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-data-block .ft-data-item .ft-logo-btn {
    width: 140px;
  }
}
.footer .ft-unit .ft-data-block .ft-data-item .ft-data-ttl {
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
}
.footer .ft-unit .ft-data-block .ft-data-item .ft-data-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 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;
}
.footer .ft-unit .ft-nav-block {
  display: flex;
  -moz-column-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
       column-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-nav-block {
    display: none;
  }
}
.footer .ft-unit .ft-nav-block .ft-nav-item {
  width: 12.5vw;
}
@media (max-width: 1024px) {
  .footer .ft-unit .ft-nav-block .ft-nav-item {
    width: 15.2777777778vw;
  }
}
.footer .ft-unit .ft-nav-block .ft-nav-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #0063B2;
  margin-bottom: 1.7361111111vw;
}
.footer .ft-unit .ft-nav-block .ft-nav-item .ft-parent-btn {
  display: block;
  margin-bottom: 2.3611111111vw;
}
.footer .ft-unit .ft-nav-block .ft-nav-item .ft-parent-btn > p {
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0063B2;
}
.footer .ft-unit .ft-nav-block .ft-nav-item .ft-nav li + li {
  margin-top: 0.8333333333vw;
}
.footer .ft-unit .ft-nav-block .ft-nav-item .ft-nav li .ft-nav-btn {
  display: block;
}
.footer .ft-unit .ft-nav-block .ft-nav-item .ft-nav li .ft-nav-btn > p {
  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: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #373737;
}
.footer small {
  display: table;
  margin-top: 4.1666666667vw;
  margin-left: auto;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #8B8B8B;
}
@media (max-width: 768px) {
  .footer small {
    margin-top: 50px;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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