/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  - typography -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - space -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - container -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - img frame -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - border radius -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - text outline -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  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: #F9F9F9;
  --thumb-color: #1E51A2;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  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: #F9F9F9;
  background-color: #1E51A2;
  border-radius: 2.187vw;
}
.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: #D9F0F8;
  border-radius: 2.187vw;
}
.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, .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 #8B8B8B;
}
.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.5s 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: #8B8B8B;
}
.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 #8B8B8B;
}
.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.5s 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: #8B8B8B;
}
.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: #D9F0F8;
  border-radius: 2.187vw;
}
.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 #8B8B8B;
}
.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.5s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #8B8B8B;
}
.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: #FF6B6B;
}
.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: #FF6B6B;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(255, 107, 107, 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: #F9F9F9;
  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: #F9F9F9;
}
.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: #F9F9F9;
}
.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(249, 249, 249, 0.5), -2px 0 15px rgba(255, 107, 107, 0.2), 2px 0 15px rgba(30, 81, 162, 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: #1A1A1A;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #F9F9F9;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #1E51A2;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.5s 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: #BABABA;
}
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: #BABABA;
}

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.5s ease;
  }
}

/*-------------------------------------------------------------------------------
  - resources -
--------------------------------------------------------------------------------*/
.plane {
  display: block;
  overflow: hidden;
  aspect-ratio: 1328 / 536;
  width: 100%;
  transition: all 0.5s ease;
}
.plane img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.plane {
  position: absolute;
  width: 100%;
  transition: none;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  animation: float-with-pause 8s linear infinite;
}
@media (max-width: 768px) {
  .plane {
    width: 150%;
    animation: float-with-pause 5s linear infinite;
  }
}

.cloud_01 {
  display: block;
  overflow: hidden;
  aspect-ratio: 563 / 369;
  width: 100%;
  transition: all 0.5s ease;
}
.cloud_01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.cloud_01 {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: min(563px, 563 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .cloud_01 {
    bottom: -3%;
  }
}

.cloud_02 {
  display: block;
  overflow: hidden;
  aspect-ratio: 454 / 298;
  width: 100%;
  transition: all 0.5s ease;
}
.cloud_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.cloud_02 {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: min(454px, 454 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .cloud_02 {
    display: none;
  }
}

/*-------------------------------------------------------------------------------
  - common -
--------------------------------------------------------------------------------*/
.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: inline;
  }
}

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

.cmn_tag_list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: min(16px, 16 / 1920 * 100vmax);
}
.cmn_tag_list li {
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border: solid 1px #1E51A2;
  border-radius: 9999px;
  padding: 5px 16px;
  color: #1E51A2;
  font-size: clamp(0.75rem, 0.2083333333vw + 0.6875rem, 0.875rem);
}

.cmn_card_ttl {
  height: 3.5em;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  color: #1A1A1A;
  border-bottom: solid 1px #8B8B8B;
  margin-top: 10px;
  padding-bottom: 10px;
}
.cmn_card_ttl span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmn_card_ttl.is-index-blog {
  height: auto;
  border-bottom: none;
}
.cmn_card_ttl.is-blog {
  height: 1.5em;
}
.cmn_card_ttl.is-blog span {
  -webkit-line-clamp: 1;
}

.tel_link_wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .tel_link_wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .tel_link_wrapper {
    align-items: center;
  }
}

.tel_link {
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
  white-space: nowrap;
  gap: 12px;
  padding-right: 0.5em;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tel_link {
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  .tel_link {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 40px;
  }
}
.tel_link::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1E51A2;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  line-height: 1;
}
@media (max-width: 1199px) {
  .tel_link::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.tel_info {
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  white-space: nowrap;
  font-size: clamp(0.75rem, 0.3125vw + 0.65625rem, 0.9375rem);
  color: #1E51A2;
  text-align: right;
}
@media (max-width: 1199px) {
  .tel_info {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.sns_wrapper {
  display: flex;
  gap: 6px;
  margin-left: min(20px, 20 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .sns_wrapper {
    display: none;
  }
}
.sns_wrapper a {
  width: 44px;
  height: 44px;
  padding: 2px;
}
.sns_wrapper a svg {
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .sns_wrapper a:hover svg {
    transform: scale(0.9);
  }
}

.cmn_ttl_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(20px, 20 / 1920 * 100vmax);
  white-space: nowrap;
}
.cmn_ttl_01 .ttl_ja {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
}
.cmn_ttl_01 .ttl_en {
  letter-spacing: 0.5em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  color: #1E51A2;
  text-transform: uppercase;
}
.cmn_ttl_01.is-row {
  flex-direction: row;
  gap: min(40px, 40 / 1920 * 100vmax);
  justify-content: flex-start;
  align-items: center;
}
.cmn_ttl_01.is-left {
  align-items: flex-start;
}
.cmn_ttl_01.is-small .ttl_ja {
  font-size: clamp(1.125rem, 0.625vw + 0.9375rem, 1.5rem);
}
.cmn_ttl_01.is-small .ttl_en {
  letter-spacing: 0.5em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 0.3125vw + 0.65625rem, 0.9375rem);
  color: #1E51A2;
  text-transform: uppercase;
}

.cmn_btn_01 {
  display: flex;
  background: #1E51A2;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
}
.cmn_btn_01 .letter {
  position: relative;
  padding: min(40px, 40 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  background: #1E51A2;
  z-index: 2;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .cmn_btn_01 .letter {
    padding: 20px;
  }
}
.cmn_btn_01 .letter::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #fff 0, #fff 4px, transparent 4px, transparent 6px);
}
.cmn_btn_01 .arrow {
  position: relative;
  padding: min(40px, 40 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn_btn_01 .arrow {
    padding: 20px;
  }
}
.cmn_btn_01 .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: min(40px, 40 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
  transform: translate(-150%, -50%);
  content: "→";
  display: block;
}
@media (min-width: 769px) {
  .cmn_btn_01:hover {
    background: #4B74B5;
  }
  .cmn_btn_01:hover .letter {
    background: #4B74B5;
  }
  .cmn_btn_01:hover .arrow {
    transform: translateX(100%);
  }
}

.cmn_btn_02 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  align-items: center;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #1E51A2;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  margin: min(40px, 40 / 1920 * 100vmax) 0 0 auto;
}
.cmn_btn_02 .letter {
  padding: min(36px, 36 / 1920 * 100vmax) min(25px, 25 / 1920 * 100vmax) min(36px, 36 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.cmn_btn_02 .arrow {
  position: relative;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  width: min(84px, 84 / 1920 * 100vmax);
  height: min(84px, 84 / 1920 * 100vmax);
  line-height: min(82px, 82 / 1920 * 100vmax);
  text-align: center;
  border: solid 1px #1E51A2;
  transition: all 0.5s ease;
}
.cmn_btn_02:hover {
  color: #4B74B5;
}
@media (min-width: 769px) {
  .cmn_btn_02:hover .arrow {
    background: #4B74B5;
    border: solid 1px #4B74B5;
    color: #fff;
    transform: translateX(10px);
  }
}

.dilate {
  display: inline-block;
  position: relative;
  color: transparent;
}

.logo {
  display: block;
  align-items: center;
  display: block;
  overflow: hidden;
  aspect-ratio: 394 / 44;
  width: 100%;
  transition: all 0.5s ease;
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.logo {
  width: 394px;
  transition: all 0.5s ease;
  will-change: transform;
}
@media (max-width: 1199px) {
  .logo {
    width: clamp(210px, 52%, 394px);
  }
}
@media (min-width: 769px) {
  .logo:hover {
    transform: scale(0.96);
  }
}

.fileter_svg {
  display: none;
}

.plane_bg_wrapper {
  position: relative;
}

.plane_bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  aspect-ratio: 1920/680;
  max-height: 680px;
  background: linear-gradient(180deg, #D9F0F8 0%, #B3E6F8 100%);
}
.plane_bg.is-height-auto {
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border-radius: 2.1875vmax;
}
@media (max-width: 768px) {
  .plane_bg {
    height: 140%;
  }
}

.bnr_list {
  width: calc(1235 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .bnr_list {
    width: 90%;
  }
}
.bnr_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(37px, 37 / 1920 * 100vmax) 3.2%;
}
.bnr_list a {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.bnr_list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.bnr_list a {
  display: block;
  overflow: hidden;
  aspect-ratio: 386 / 110;
  width: 100%;
  transition: all 0.5s ease;
}
.bnr_list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.bnr_list a {
  width: 31.2%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background: #fff;
  padding: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .bnr_list a {
    width: 48.4%;
    padding: 5px 20px;
  }
}
@media (max-width: 480px) {
  .bnr_list a {
    width: 100%;
  }
}
.bnr_list a p {
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #1E51A2;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  width: 100%;
  height: 100%;
  gap: min(20px, 20 / 1920 * 100vmax);
  gap: 20px;
}
@media (max-width: 480px) {
  .bnr_list a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.bnr_list a p::before {
  content: "";
  display: block;
  background: url(../images/icon_pdf.svg) no-repeat center/contain;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
}
.bnr_list a.has-bnr {
  padding: 0;
  background: transparent;
}
.bnr_list a.is-external p::before {
  content: "\e157";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  color: #1E51A2;
  background: none;
  line-height: 1;
}
@media (min-width: 769px) {
  .bnr_list a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
}

.cmn_list_01 {
  max-width: 1000px;
  margin: min(90px, 90 / 1920 * 100vmax) auto 0;
}
.cmn_list_01 dl {
  display: flex;
  padding: min(20px, 20 / 1920 * 100vmax) min(10px, 10 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(10px, 10 / 1920 * 100vmax);
  border-bottom: solid 1px #8B8B8B;
  gap: min(30px, 30 / 1920 * 100vmax);
}
.cmn_list_01 dl dt {
  width: max(200px, 22%);
  flex-shrink: 0;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
@media (max-width: 768px) {
  .cmn_list_01 dl dt {
    width: max(80px, 22%);
  }
}
.cmn_list_01 dl dd {
  flex-grow: 1;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.cmn_list_01 dl:first-of-type {
  border-top: solid 1px #8B8B8B;
}

.cmn_unit {
  padding-top: min(150px, 150 / 1920 * 100vmax);
}

.cmn_unit_inner {
  width: calc(1675 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .cmn_unit_inner {
    width: 90%;
  }
}
.cmn_unit_inner {
  display: flex;
  gap: min(60px, 60 / 1920 * 100vmax) 5.97%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cmn_unit_inner {
    flex-direction: column;
    margin-left: 5%;
  }
}

.cmn_unit_img {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.cmn_unit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.cmn_unit_img {
  width: 47.16%;
  flex-shrink: 0;
  border-radius: 0 2.1875vmax 2.1875vmax 0;
}
@media (max-width: 768px) {
  .cmn_unit_img {
    width: 100%;
    border-radius: 2.1875vmax;
  }
}

.cmn_unit_block_01 {
  flex-grow: 1;
}
.cmn_unit_block_01 .cmn_btn_01 {
  margin: min(60px, 60 / 1920 * 100vmax) 0 0 auto;
}
@media (max-width: 768px) {
  .cmn_unit_block_01 .cmn_btn_01 {
    margin-right: auto;
  }
}
.cmn_unit_block_01:only-child {
  margin-left: 12%;
}
@media (max-width: 1440px) {
  .cmn_unit_block_01:only-child {
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  .cmn_unit_block_01:only-child {
    margin-left: 0;
  }
}

.cmn_unit_txt {
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(44px, 44 / 1920 * 100vmax);
}
@media (min-width: 769px) {
  .cmn_unit_txt {
    line-height: 2;
  }
}

.cmn_contact_block_txt {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #1E51A2;
  margin-top: min(57px, 57 / 1920 * 100vmax);
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}

.cmn_contact_block {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
  background: rgba(249, 249, 249, 0.7);
  border-radius: 2.1875vmax;
  gap: min(100px, 100 / 1920 * 100vmax);
  padding: min(60px, 60 / 1920 * 100vmax) min(118px, 118 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(118px, 118 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .cmn_contact_block {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    gap: 60px;
  }
}
.cmn_contact_block .tel_link {
  font-size: clamp(1.75rem, 2.2916666667vw + 1.0625rem, 3.125rem);
  padding-right: 0;
  justify-content: center;
  align-self: center;
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
.cmn_contact_block .tel_link::before {
  font-size: clamp(1.875rem, 1.5625vw + 1.40625rem, 2.8125rem);
}

.cmn_contact_block_tel,
.cmn_contact_block_emergency {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/-1;
  align-items: start;
  gap: 0;
}

.cmn_contact_block_emergency {
  position: relative;
}
.cmn_contact_block_emergency::before {
  position: absolute;
  top: 0;
  left: calc(min(50px, 50 / 1920 * 100vmax) * -1);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #1E51A2 0, #1E51A2 2px, transparent 2px, transparent 4px);
  margin-bottom: min(20px, 20 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .cmn_contact_block_emergency::before {
    height: 1px;
    width: 100%;
    top: -30px;
    left: 0;
    background: repeating-linear-gradient(to right, #1E51A2 0, #1E51A2 2px, transparent 2px, transparent 4px);
  }
}
.cmn_contact_block_emergency .cmn_contact_block_ttl_en {
  background: #FF6B6B;
  text-align: center;
}

.cmn_contact_block_ttl_ja {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
  text-align: center;
  align-self: center;
}
.cmn_contact_block_ttl_ja span {
  display: inline-block;
  white-space: nowrap;
}

.cmn_contact_block_ttl_en {
  letter-spacing: 0.5em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 0.8333333333vw + 0.5rem, 1.25rem);
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  background: #1E51A2;
  text-align: center;
  padding: 6px 3px 3px;
  word-break: normal;
}

.cmn_page_unit {
  padding-top: min(150px, 150 / 1920 * 100vmax);
}

.cmn_page_unit_ttl {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.4583333333vw + 0.6875rem, 2rem);
  text-align: center;
}

.cmn_page_unit_txt {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  text-align: center;
  margin: min(60px, 60 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  text-shadow: 1px 1px 0 #F9F9F9, -1px 1px 0 #F9F9F9, 1px -1px 0 #F9F9F9, -1px -1px 0 #F9F9F9, 1px 0 0 #F9F9F9, -1px 0 0 #F9F9F9, 0 1px 0 #F9F9F9, 0 -1px 0 #F9F9F9;
}
@media (max-width: 768px) {
  .cmn_page_unit_txt {
    text-align: left;
  }
}

.cmn_page_unit_inner {
  width: calc(1200 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .cmn_page_unit_inner {
    width: 90%;
  }
}

/*-------------------------------------------------------------------------------
  - header -
--------------------------------------------------------------------------------*/
body::-webkit-scrollbar {
  background: #F9F9F9;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #F9F9F9;
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #1E51A2;
  border-radius: 0;
}

.main {
  padding-bottom: min(150px, 150 / 1920 * 100vmax);
}

.btn-toggle {
  display: none;
}
@media (max-width: 1199px) {
  .btn-toggle {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    z-index: 11;
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .btn-toggle {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .btn-toggle span {
    width: 70%;
    height: 4px;
    background: #1E51A2;
    position: absolute;
    left: 15%;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .btn-toggle span {
    height: 2px;
  }
}
@media (max-width: 1199px) {
  .btn-toggle span:nth-of-type(1) {
    top: 12px;
  }
  .btn-toggle span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-toggle span:nth-of-type(3) {
    bottom: 12px;
  }
}
.btn-toggle.is-open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.btn-toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}
.btn-toggle.is-open span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

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

.gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: min(34px, 34 / 1920 * 100vmax) min(32px, 32 / 1920 * 100vmax) min(36px, 36 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
  background: #F9F9F9;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .gnav {
    padding-right: 15px;
  }
}
.gnav.is-fixed {
  padding: min(24px, 24 / 1920 * 100vmax) min(32px, 32 / 1920 * 100vmax) min(26px, 26 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
}
.gnav.is-fixed .logo {
  width: 316px;
}
@media (max-width: 1199px) {
  .gnav.is-fixed .logo {
    width: clamp(210px, 52%, 316px);
  }
}

.gnav_list_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: min(79px, 2vw);
  gap: clamp(20px, 2vw, 79px);
  flex-grow: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
}
@media (max-width: 1440px) {
  .gnav_list_wrapper {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .gnav_list_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(249, 249, 249, 0.9);
    height: 100dvh;
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 100px 50px;
    overflow-y: auto;
    transform: translateX(100%);
  }
}
@media (max-width: 480px) {
  .gnav_list_wrapper {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.gnav_list_wrapper::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}
.gnav_list_wrapper::-webkit-scrollbar-track {
  background: transparent;
  width: 10px;
}
.gnav_list_wrapper::-webkit-scrollbar-thumb {
  background: #1E51A2;
  border-radius: 0;
}
.gnav_list_wrapper.is-open {
  transform: translateX(0);
}

.gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(20px, 1vw, 52px);
  margin-left: min(52px, 52 / 1920 * 100vmax);
}
@media (max-width: 1440px) {
  .gnav_list {
    padding-right: 0.8em;
  }
}
@media (max-width: 1199px) {
  .gnav_list {
    padding-right: 0;
    flex-direction: column;
    margin-left: 0;
    gap: 30px;
    align-items: flex-start;
  }
}
.gnav_list li a {
  transition: all 0.5s ease;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  white-space: nowrap;
  font-size: clamp(0.75rem, 0.4166666667vw + 0.625rem, 1rem);
  color: #1A1A1A;
}
@media (max-width: 1199px) {
  .gnav_list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.gnav_list li a span {
  display: block;
}
@media (min-width: 769px) {
  .gnav_list li a:hover {
    color: #4B74B5;
  }
}
.gnav_list li.is-active a {
  color: #1E51A2;
}
.gnav_list li:nth-last-of-type(1), .gnav_list li:nth-last-of-type(2) {
  display: none;
}
@media (max-width: 1199px) {
  .gnav_list li:nth-last-of-type(1), .gnav_list li:nth-last-of-type(2) {
    display: block;
  }
}

.cmn_sidebar_wrapper {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: calc(100dvh - var(--gnav-height));
  overflow: hidden;
  background: linear-gradient(180deg, #D9F0F8 0%, #B3E6F8 100%);
}
@media (max-width: 768px) {
  .cmn_sidebar_wrapper {
    height: auto;
  }
}
.cmn_sidebar_wrapper .cloud_wrapper {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 451/139;
}
@media (max-width: 768px) {
  .cmn_sidebar_wrapper .cloud_wrapper {
    display: none;
  }
}
.cmn_sidebar_wrapper .cloud_wrapper .plane_sidebar {
  position: absolute;
  display: block;
  overflow: hidden;
  aspect-ratio: 1328 / 536;
  width: 100%;
  transition: all 0.5s ease;
}
.cmn_sidebar_wrapper .cloud_wrapper .plane_sidebar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.cmn_sidebar_wrapper .cloud_wrapper .plane_sidebar {
  position: absolute;
  transition: none;
  width: 300%;
  bottom: auto;
  top: 0;
  right: 10%;
  transform: translate(-100%, 100%);
  animation: float-with-pause 10s ease infinite;
}
.cmn_sidebar_wrapper .cloud_wrapper .cloud_01 {
  position: absolute;
  top: 9%;
  left: -2%;
  width: min(364px, 364 / 1920 * 100vmax);
}

.cmn_sidebar {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: min(50px, 50 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  align-self: flex-start;
  height: calc(100dvh - var(--gnav-height));
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5;
}
@media (max-width: 768px) {
  .cmn_sidebar {
    height: auto;
  }
}
.cmn_sidebar::-webkit-scrollbar {
  background: #F9F9F9;
  width: 10px;
}
.cmn_sidebar::-webkit-scrollbar-track {
  background: #F9F9F9;
  width: 10px;
}
.cmn_sidebar::-webkit-scrollbar-thumb {
  background: #1E51A2;
  border-radius: 0;
}
.cmn_sidebar .cmn_ttl_01 {
  padding-bottom: min(16px, 16 / 1920 * 100vmax);
  border-bottom: solid 1px #1E51A2;
  gap: min(20px, 20 / 1920 * 100vmax);
  justify-content: center;
}

/* PCではセレクトボックスを隠す */
.u-display-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-display-sp {
    display: none;
  }
}

/* PC用のチェックボックス */
.u-display-pc {
  display: block;
}
@media (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}

/* SP用のセレクトボックス */
.u-display-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-display-sp {
    display: block;
    width: 100%;
    margin-top: 10px;
    position: relative; /* 矢印アイコン等の装飾用 */
  }
}

.cmn_cat_select select {
  width: 100%;
  padding: 12px 15px;
  border: solid 1px #1E51A2;
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を消す（必要であれば） */
  -webkit-appearance: none;
  /* ↓ 独自の矢印アイコンを表示する場合の例 */
  background-image: url(../images/triangle.svg); /* 矢印画像パス */
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 20px center;
  margin-top: min(20px, 20 / 1920 * 100vmax);
}

.cmn_cat_list {
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
.cmn_cat_list li {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.cmn_cat_list li a {
  position: relative;
  color: #4E4E4E;
  padding-left: 2em;
}
.cmn_cat_list li a::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  position: absolute;
  top: 0.2em;
  left: 0;
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .cmn_cat_list li a:hover {
    color: #1A1A1A;
  }
  .cmn_cat_list li a:hover::before {
    background: #F09B49;
  }
}
.cmn_cat_list li + li {
  margin-top: min(30px, 30 / 1920 * 100vmax);
}
.cmn_cat_list li.is-current a {
  color: #1A1A1A;
}
.cmn_cat_list li.is-current a::before {
  background: #F09B49;
}

/*-------------------------------------------------------------------------------
  - mainimg -
--------------------------------------------------------------------------------*/
.mainimg {
  position: relative;
  height: 100dvh;
  min-height: 500px;
  width: 100%;
  padding: min(10px, 0 / 1920 * 100vmax) min(75px, 75 / 1920 * 100vmax) min(55px, 55 / 1920 * 100vmax) min(75px, 75 / 1920 * 100vmax);
  padding-top: var(--gnav-height);
}
@media (max-width: 1199px) {
  .mainimg {
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    min-height: none;
  }
}

.mainimg_bg {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.mainimg_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.mainimg_bg {
  height: 100%;
  border-radius: 2.1875vmax 2.1875vmax 2.1875vmax 0;
}
@media (max-width: 1199px) {
  .mainimg_bg {
    min-height: 400px;
    aspect-ratio: 16/9;
  }
}
.mainimg_bg > img {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}
.mainimg_bg::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(118.38deg, rgba(0, 140, 220, 0.5) 17.3%, rgba(0, 140, 220, 0) 54.85%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .mainimg_bg::before {
    background: linear-gradient(118.38deg, rgba(0, 140, 220, 0.5) 25%, rgba(0, 140, 220, 0) 80%);
  }
}

.mainimg_bg_copy {
  position: absolute;
  z-index: 3;
  top: 34%;
  left: 17.6%;
  width: clamp(250px, 25%, 500px);
  max-width: 100%;
}
@media (max-width: 768px) {
  .mainimg_bg_copy {
    left: 10%;
  }
}
.mainimg_bg_copy > svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(2px 2px 4px rgba(30, 81, 162, 0.5));
}

.mainimg_copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #F9F9F9;
  border-radius: 0 1.5625vmax 0 0;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 2.9166666667vw + 0.375rem, 3rem);
  padding: min(45px, 45 / 1920 * 100vmax) min(35px, 35 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(10px, 10 / 1920 * 100vmax);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mainimg_copy {
    font-feature-settings: "palt";
  }
}
.mainimg_copy .is-small {
  font-size: clamp(1.125rem, 2.2916666667vw + 0.4375rem, 2.5rem);
}
.mainimg_copy .is-blue {
  color: #1E51A2;
}
.mainimg_copy::before, .mainimg_copy::after {
  content: "";
  background: url(../images/ttl_path.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 1px;
  left: -1px;
  transform: translate(0, -100%) scaleX(-1);
  aspect-ratio: 40/32;
  width: min(25px, 25 / 1920 * 100vmax);
}
.mainimg_copy::after {
  top: auto;
  bottom: -1px;
  left: auto;
  right: 1px;
  transform: translate(100%, 0) scaleX(-1);
}

.icon_stamp {
  position: absolute;
  top: calc(min(40px, 40 / 1920 * 100vmax) * -1);
  right: min(64px, 64 / 1920 * 100vmax);
  content: "";
  display: block;
  background: url(../images/icon_stamp.svg) no-repeat center/contain;
  aspect-ratio: 162/112;
  width: 21.2%;
  height: auto;
  mix-blend-mode: multiply;
}

.mainimg_sub {
  padding: min(10px, 0 / 1920 * 100vmax) min(75px, 75 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(75px, 75 / 1920 * 100vmax);
  padding-top: var(--gnav-height);
  width: 100%;
}
@media (max-width: 768px) {
  .mainimg_sub {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.mainimg_sub_bg {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.mainimg_sub_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.mainimg_sub_bg {
  height: 400px;
  border-radius: 2.1875vmax;
}
@media (max-width: 768px) {
  .mainimg_sub_bg {
    height: 200px;
  }
}

.sub_page_ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F9F9F9;
  border-radius: 2.1875vmax 2.1875vmax 0 0;
  min-width: 504px;
  padding: min(74px, 74 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (max-width: 768px) {
  .sub_page_ttl {
    min-width: auto;
    padding-left: 8%;
    padding-right: 8%;
  }
}
.sub_page_ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -30%);
  content: "";
  display: block;
  background: url(../images/icon_stamp.svg) no-repeat center/contain;
  aspect-ratio: 162/112;
  width: 162px;
  height: auto;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .sub_page_ttl::before {
    width: 80px;
    transform: translate(10%, -70%);
  }
}

.mainimg_ttl_ja {
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.5rem, 2.5vw + 0.75rem, 3rem);
}
.mainimg_ttl_ja span {
  display: inline-block;
  white-space: nowrap;
}
.mainimg_ttl_ja::before, .mainimg_ttl_ja::after {
  content: "";
  background: url(../images/ttl_path.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1px;
  transform: translateX(-100%);
  aspect-ratio: 40/32;
  width: min(40px, 40 / 1920 * 100vmax);
}
.mainimg_ttl_ja::after {
  left: auto;
  right: 1px;
  transform: translateX(100%) scaleX(-1);
}

.mainimg_side_links {
  position: fixed;
  z-index: 5;
  bottom: min(20px, 20 / 1920 * 100vmax);
  right: min(20px, 20 / 1920 * 100vmax);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .mainimg_side_links {
    flex-direction: row;
    gap: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.mainimg_side_links a {
  display: block;
  width: 125px;
  height: 125px;
  background: rgba(240, 155, 73, 0.78);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .mainimg_side_links a {
    border-radius: 0;
    height: 50px;
    width: 50%;
    background: #f09b49;
  }
}
.mainimg_side_links a p {
  position: absolute;
  display: flex;
  flex-direction: column;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .mainimg_side_links a p {
    flex-direction: row;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-size: 1rem;
  }
}
.mainimg_side_links a p::before {
  content: "";
  display: block;
  background: url(../images/icon_pin.svg) no-repeat center/contain;
  width: 38px;
  height: 38px;
  transform: rotateY(0);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .mainimg_side_links a p::before {
    width: 20px;
    height: 20px;
  }
}
.mainimg_side_links a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: url(../images/dot_circle.svg) no-repeat center/contain;
  width: 90%;
  height: 90%;
}
@media (max-width: 768px) {
  .mainimg_side_links a::after {
    display: none;
  }
}
.mainimg_side_links a:nth-of-type(2) {
  background: rgba(30, 81, 162, 0.8);
}
@media (max-width: 768px) {
  .mainimg_side_links a:nth-of-type(2) {
    background: #1e51a2;
  }
}
.mainimg_side_links a:nth-of-type(2) p::before {
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
@media (min-width: 769px) {
  .mainimg_side_links a:nth-of-type(2):hover {
    background: #1e51a2;
  }
}
@media (min-width: 769px) {
  .mainimg_side_links a:hover {
    background: #f09b49;
  }
  .mainimg_side_links a:hover p::before {
    transform: rotateY(360deg);
  }
}

/*-------------------------------------------------------------------------------
  - index -
--------------------------------------------------------------------------------*/
.index_txt {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.index_recommend_unit {
  position: relative;
  padding-top: min(94px, 94 / 1920 * 100vmax);
  margin-top: min(52px, 52 / 1920 * 100vmax);
}
.index_recommend_unit .cmn_btn_01 {
  margin-top: min(80px, 80 / 1920 * 100vmax);
}

.index_recommend_slider.is-disabled .index_recommend_list {
  justify-content: center;
  gap: min(75px, 75 / 1920 * 100vmax);
}
.index_recommend_slider.is-disabled .index_recommend_list > li {
  width: 35%;
}

.index_recommend_list {
  display: flex;
  padding-top: min(90px, 90 / 1920 * 100vmax);
}
.index_recommend_list > li {
  will-change: transform;
}
.index_recommend_list > li a {
  display: block;
  border-radius: 1.0416666667vmax;
  background: #E4E4E4;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .index_recommend_list > li a:hover {
    transform: translateY(-10px);
  }
  .index_recommend_list > li a:hover .tour_card_img {
    background: #1E51A2;
  }
  .index_recommend_list > li a:hover .tour_card_img img {
    transform: scale(1.05);
    opacity: 0.3;
  }
  .index_recommend_list > li a:hover .tour_card_img p {
    opacity: 1;
  }
}

.tour_card_img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 430 / 240;
  width: 100%;
  transition: all 0.5s ease;
}
.tour_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.tour_card_img {
  background: #E4E4E4;
}
.tour_card_img p {
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease;
}

.tour_card_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.tour_card_area span {
  background: #41C7F2;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #1A1A1A;
  font-size: clamp(0.75rem, 0.3125vw + 0.65625rem, 0.9375rem);
  padding: 5px 10px 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tour_card_area span::before {
  content: "";
  display: block;
  background: url(../images/icon_pin.svg) no-repeat center/contain;
  width: 12px;
  height: 15px;
}

.tour_card_info {
  background: #fff;
  padding: min(24px, 24 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax);
}
.tour_card_info.is-archive {
  padding-bottom: min(50px, 50 / 1920 * 100vmax);
}

.tour_card_date,
.tour_card_price {
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8125rem, 0.2083333333vw + 0.75rem, 0.9375rem);
  margin-top: 5px;
  color: #1A1A1A;
  display: flex;
  gap: 8px;
}
.tour_card_date span:nth-of-type(1),
.tour_card_price span:nth-of-type(1) {
  width: 80px;
  flex-shrink: 0;
}
.tour_card_date span:nth-of-type(2),
.tour_card_price span:nth-of-type(2) {
  flex-grow: 1;
}

.tour_card_date {
  margin-top: 10px;
}

.index_service_unit {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: min(90px, 90 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(209px, 209 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_service_unit {
    padding-bottom: 200px;
  }
}
.index_service_unit .cmn_btn_01 {
  margin-top: min(110px, 110 / 1920 * 100vmax);
}
.index_service_unit .index_service_left {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: min(47px, 47 / 1920 * 100vmax);
  display: block;
  overflow: hidden;
  aspect-ratio: 539 / 588;
  width: 100%;
  transition: all 0.5s ease;
}
.index_service_unit .index_service_left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.index_service_unit .index_service_left {
  max-width: 45%;
  width: min(539px, 539 / 1920 * 100vmax);
}
.index_service_unit .index_service_right {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: min(44px, 44 / 1920 * 100vmax);
  display: block;
  overflow: hidden;
  aspect-ratio: 451 / 564;
  width: 100%;
  transition: all 0.5s ease;
}
.index_service_unit .index_service_right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.index_service_unit .index_service_right {
  width: min(451px, 451 / 1920 * 100vmax);
  max-width: 38%;
}

.index_service_unit_inner {
  width: calc(1580 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .index_service_unit_inner {
    width: 90%;
  }
}

.index_service_ttl_en {
  position: relative;
  z-index: 1;
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(3.125rem, 8.125vw + 0.6875rem, 8rem);
  white-space: nowrap;
  color: #B5E7F7;
}
.index_service_ttl_en::before {
  content: attr(data-outline);
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
  background: #01B4ED;
  -webkit-background-clip: text;
  filter: url(#dilate);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .index_service_ttl_en::before {
    top: 2px;
    left: 2px;
  }
}

.index_service_txt_01 {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.4583333333vw + 0.6875rem, 2rem);
  text-align: center;
  margin-top: min(80px, 80 / 1920 * 100vmax);
  text-shadow: 1px 1px 0 #F9F9F9, -1px 1px 0 #F9F9F9, 1px -1px 0 #F9F9F9, -1px -1px 0 #F9F9F9, 1px 0 0 #F9F9F9, -1px 0 0 #F9F9F9, 0 1px 0 #F9F9F9, 0 -1px 0 #F9F9F9;
}

.index_service_txt_02 {
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  text-align: center;
  margin-top: min(60px, 60 / 1920 * 100vmax);
  text-shadow: 1px 1px 0 #F9F9F9, -1px 1px 0 #F9F9F9, 1px -1px 0 #F9F9F9, -1px -1px 0 #F9F9F9, 1px 0 0 #F9F9F9, -1px 0 0 #F9F9F9, 0 1px 0 #F9F9F9, 0 -1px 0 #F9F9F9;
}
@media (max-width: 768px) {
  .index_service_txt_02 {
    text-align: left;
    line-height: 2;
  }
}

.index_service_bg_wrapper {
  position: relative;
  z-index: 1;
  padding-top: 39.27%;
  overflow: hidden;
}

.index_service_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  overflow: hidden;
  z-index: -1;
}
.index_service_bg > img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.index_blog_unit {
  padding-top: min(169px, 169 / 1920 * 100vmax);
}
.index_blog_unit .cmn_btn_01 {
  margin-top: min(90px, 90 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .index_blog_unit {
    padding-bottom: 150px;
  }
}

.index_blog_list {
  display: flex;
  padding-top: min(90px, 90 / 1920 * 100vmax);
}
.index_blog_list > li {
  will-change: transform;
}
.index_blog_list > li a {
  display: block;
}
@media (min-width: 769px) {
  .index_blog_list > li a:hover {
    transform: translateY(-10px);
  }
  .index_blog_list > li a:hover .index_blog_img {
    background: #1E51A2;
  }
  .index_blog_list > li a:hover .index_blog_img img {
    transform: scale(1.05);
    opacity: 0.3;
  }
  .index_blog_list > li a:hover .index_blog_img p {
    opacity: 1;
  }
}

.index_blog_img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 430 / 340;
  width: 100%;
  transition: all 0.5s ease;
}
.index_blog_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.index_blog_img {
  border-radius: 1.0416666667vmax;
  background: #E4E4E4;
}
.index_blog_img p {
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease;
}

.index_blog_date_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: min(24px, 24 / 1920 * 100vmax);
  gap: 5px min(24px, 24 / 1920 * 100vmax);
}
.index_blog_date_wrapper .cmn_tag_list {
  margin-top: 0;
}

.index_blog_date {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #1E51A2;
}

.index_blog_ttl {
  height: 3.5em;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  color: #1A1A1A;
  margin-top: 10px;
  padding-bottom: 10px;
}
.index_blog_ttl span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_news_unit {
  position: relative;
  z-index: 1;
  padding-top: min(137px, 137 / 1920 * 100vmax);
}

.index_news_unit_inner {
  position: relative;
  z-index: 1;
  width: calc(1580 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .index_news_unit_inner {
    width: 90%;
  }
}
.index_news_unit_inner {
  background: #D9F0F8;
  border-radius: 2.1875vmax;
  padding: min(96px, 96 / 1920 * 100vmax) min(110px, 110 / 1920 * 100vmax) min(120px, 120 / 1920 * 100vmax) min(110px, 110 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_news_unit_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.index_news_unit_inner .girl_with_map {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10%;
  transform: translateY(-90%);
  display: block;
  overflow: hidden;
  aspect-ratio: 265 / 279;
  width: 100%;
  transition: all 0.5s ease;
}
.index_news_unit_inner .girl_with_map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.index_news_unit_inner .girl_with_map {
  width: min(265px, 265 / 1920 * 100vmax);
}
.index_news_unit_inner .cloud_01 {
  width: min(210px, 210 / 1920 * 100vmax);
  left: 5.55%;
  z-index: -1;
  bottom: -4%;
}
@media (max-width: 768px) {
  .index_news_unit_inner .cloud_01 {
    width: 40%;
    bottom: -3%;
    left: 0;
  }
}
.index_news_unit_inner .plane {
  left: 10%;
  z-index: -1;
  width: 50%;
}
@media (max-width: 768px) {
  .index_news_unit_inner .plane {
    width: 150%;
  }
}

.index_news_list {
  padding-top: min(72px, 72 / 1920 * 100vmax);
}
.index_news_list li {
  border-bottom: solid 1px #8B8B8B;
}
.index_news_list li a {
  display: flex;
  width: 100%;
  padding: min(40px, 40 / 1920 * 100vmax) 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .index_news_list li a {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .index_news_list li a:hover {
    transform: translateX(10px);
    color: #4B74B5;
  }
}
.index_news_list li:first-of-type {
  border-top: solid 1px #8B8B8B;
}

.index_news_date {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  color: #1E51A2;
  white-space: nowrap;
  padding-right: min(80px, 80 / 1920 * 100vmax);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index_news_date {
    padding: 0 0 10px 0;
  }
}

.index_news_ttl {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2em;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .index_news_ttl {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.index_news_ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #1E51A2;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  line-height: 1;
  flex-shrink: 0;
}

.index_other_unit_inner {
  width: calc(1750 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .index_other_unit_inner {
    width: 90%;
  }
}
.index_other_unit_inner {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  gap: min(100px, 100 / 1920 * 100vmax);
  justify-content: flex-end;
  flex-grow: 1;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .index_other_unit_inner {
    flex-direction: column;
    margin-right: 5%;
  }
}
.index_other_unit_inner .cmn_btn_01 {
  margin-left: 0;
  margin-top: min(70px, 70 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_other_unit_inner .cmn_btn_01 {
    margin-left: auto;
  }
}
.index_other_unit_inner:nth-of-type(2n-1) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .index_other_unit_inner:nth-of-type(2n-1) {
    flex-direction: column;
    margin-left: 5%;
  }
}
.index_other_unit_inner:nth-of-type(2n-1) .index_other_img {
  border-radius: 0 2.0833333333vmax 2.0833333333vmax 0;
}
@media (max-width: 768px) {
  .index_other_unit_inner:nth-of-type(2n-1) .index_other_img {
    border-radius: 2.0833333333vmax;
  }
}

.index_other_img {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.index_other_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.index_other_img {
  width: 52.57%;
  height: 100%;
  border-radius: 2.0833333333vmax 0 0 2.0833333333vmax;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index_other_img {
    width: 100%;
    border-radius: 2.0833333333vmax;
  }
}

.index_other_txt {
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_other_txt {
    line-height: 2;
  }
}

/*-------------------------------------------------------------------------------
  - service -
--------------------------------------------------------------------------------*/
.service_intro_unit {
  position: relative;
  z-index: 2;
  padding: min(90px, 90 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(110px, 110 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .service_intro_unit {
    padding-bottom: 250px;
  }
}
@media (max-width: 768px) {
  .service_intro_unit {
    padding-bottom: 200px;
  }
}
@media (max-width: 480px) {
  .service_intro_unit {
    padding-bottom: 150px;
  }
}
.service_intro_unit .service_left {
  position: absolute;
  z-index: 1;
  bottom: -5%;
  left: 3.38%;
  display: block;
  overflow: hidden;
  aspect-ratio: 439 / 426;
  width: 100%;
  transition: all 0.5s ease;
}
.service_intro_unit .service_left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.service_intro_unit .service_left {
  max-width: 40%;
  width: min(439px, 439 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .service_intro_unit .service_left {
    bottom: 0;
  }
}
.service_intro_unit .service_right {
  position: absolute;
  z-index: 1;
  bottom: -5%;
  right: 2.6%;
  display: block;
  overflow: hidden;
  aspect-ratio: 469 / 433;
  width: 100%;
  transition: all 0.5s ease;
}
.service_intro_unit .service_right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.service_intro_unit .service_right {
  width: min(469px, 469 / 1920 * 100vmax);
  max-width: 45%;
}
@media (max-width: 768px) {
  .service_intro_unit .service_right {
    bottom: 0;
  }
}

.service_intro_unit_inner {
  width: calc(1580 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .service_intro_unit_inner {
    width: 90%;
  }
}

.service_intro_txt_01 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 1.4583333333vw + 0.6875rem, 2rem);
  text-align: center;
  margin-top: min(80px, 80 / 1920 * 100vmax);
  text-shadow: 1px 1px 0 #F9F9F9, -1px 1px 0 #F9F9F9, 1px -1px 0 #F9F9F9, -1px -1px 0 #F9F9F9, 1px 0 0 #F9F9F9, -1px 0 0 #F9F9F9, 0 1px 0 #F9F9F9, 0 -1px 0 #F9F9F9;
}

.service_intro_txt_02 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  text-align: center;
  margin-top: min(60px, 60 / 1920 * 100vmax);
  text-shadow: 1px 1px 0 #F9F9F9, -1px 1px 0 #F9F9F9, 1px -1px 0 #F9F9F9, -1px -1px 0 #F9F9F9, 1px 0 0 #F9F9F9, -1px 0 0 #F9F9F9, 0 1px 0 #F9F9F9, 0 -1px 0 #F9F9F9;
}
@media (max-width: 768px) {
  .service_intro_txt_02 {
    text-align: left;
    line-height: 2;
  }
}

.service_slider {
  position: relative;
  z-index: 0;
  display: flex;
}
.service_slider li {
  display: block;
  overflow: hidden;
  aspect-ratio: 430 / 340;
  width: 100%;
  transition: all 0.5s ease;
}
.service_slider li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.service_slider li {
  border-radius: 1.0416666667vmax;
}
.service_slider.swiper-wrapper {
  transition-timing-function: linear !important;
}

.service_about_unit {
  margin-top: min(150px, 150 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .service_about_unit .plane_bg {
    max-height: none;
    height: 100%;
  }
}

.service_about_unit_inner {
  width: calc(1580 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .service_about_unit_inner {
    width: 90%;
  }
}
.service_about_unit_inner {
  padding-top: min(140px, 140 / 1920 * 100vmax);
}

.service_about_list {
  display: flex;
  flex-wrap: wrap;
  margin: min(94px, 94 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(90px, 90 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  gap: min(80px, 80 / 1920 * 100vmax) 5.2%;
}
.service_about_list li {
  width: 47.4%;
}
@media (max-width: 768px) {
  .service_about_list li {
    width: 100%;
  }
}

.service_about_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 750 / 480;
  width: 100%;
  transition: all 0.5s ease;
}
.service_about_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.service_about_img {
  border-radius: 2.1875vmax;
}

.service_about_block_01 {
  position: relative;
  z-index: 2;
  margin-top: calc(min(65px, 65 / 1920 * 100vmax) * -1);
}

.service_about_ttl {
  position: relative;
  background: #F9F9F9;
  padding: min(25px, 25 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(10px, 6 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  display: inline-block;
  border-radius: 0 1.0416666667vmax 0 0;
  max-width: 90%;
}
.service_about_ttl::before, .service_about_ttl::after {
  content: "";
  background: url(../images/ttl_path.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 1px;
  left: -1px;
  transform: translate(0, -100%) scaleX(-1);
  aspect-ratio: 40/32;
  width: min(25px, 25 / 1920 * 100vmax);
}
.service_about_ttl::after {
  top: min(47px, 47 / 1920 * 100vmax);
  left: auto;
  right: 1px;
  transform: translate(100%, 0) scaleX(-1);
}
.service_about_ttl span {
  display: flex;
  gap: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.125rem, 0.7291666667vw + 0.90625rem, 1.5625rem);
}
.service_about_ttl span::before {
  top: 0.6em;
  left: min(32px, 32 / 1920 * 100vmax);
  content: "\f454";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #01B4ED;
  font-size: clamp(1.625rem, 0.4166666667vw + 1.5rem, 1.875rem);
  font-variation-settings: "FILL" 1;
  line-height: 1.3;
}

.service_about_txt {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  background: #F9F9F9;
  padding: min(20px, 20 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  border-radius: 0 1.0416666667vmax 1.0416666667vmax 1.0416666667vmax;
}

.service_faq_unit {
  padding-top: min(94px, 94 / 1920 * 100vmax);
}

.service_faq_unit_inner {
  width: calc(1200 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .service_faq_unit_inner {
    width: 90%;
  }
}

.service_faq_list_wrapper {
  position: relative;
}

.two_men_question_mark {
  position: absolute;
  display: block;
  overflow: hidden;
  aspect-ratio: 240 / 232;
  width: 100%;
  transition: all 0.5s ease;
}
.two_men_question_mark img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.two_men_question_mark {
  width: min(240px, 240 / 1920 * 100vmax);
  top: 0;
  right: 0;
  transform: translate(20%, -95%);
}
@media (max-width: 768px) {
  .two_men_question_mark {
    transform: translate(0, -120%);
  }
}

.service_faq_list {
  margin-top: min(94px, 94 / 1920 * 100vmax);
}
.service_faq_list li {
  background: #D9F0F8;
  border-radius: 1.0416666667vmax;
  padding: min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  color: #1A1A1A;
  cursor: pointer;
}
.service_faq_list li details {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: all 0.5s ease;
}
.service_faq_list li details summary {
  list-style: none;
  display: flex;
  gap: min(30px, 30 / 1920 * 100vmax);
  color: #1E51A2;
  transition: all 0.5s ease;
}
.service_faq_list li details summary::before {
  content: "Q";
  display: block;
  font-size: clamp(1.5rem, 1.6666666667vw + 1rem, 2.5rem);
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #1E51A2;
  line-height: 1;
  transition: all 0.5s ease;
}
.service_faq_list li details summary::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "↓";
  display: block;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: solid 1px #1E51A2;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  transition: all 0.5s ease;
  color: #1E51A2;
  font-weight: 700;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .service_faq_list li details summary::after {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 28px;
  }
}
.service_faq_list li details.is-opened {
  gap: 20px;
}
.service_faq_list li details.is-opened summary::after {
  transform: rotate(180deg);
}
.service_faq_list li:nth-of-type(n+2) {
  margin-top: min(30px, 30 / 1920 * 100vmax);
}
@media (min-width: 769px) {
  .service_faq_list li:hover details summary {
    color: #41C7F2;
  }
  .service_faq_list li:hover details summary::before {
    color: #41C7F2;
  }
  .service_faq_list li:hover details summary::after {
    background: #41C7F2;
    color: #fff;
    border: solid 1px #41C7F2;
  }
}

.service_faq_ttl {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  width: 100%;
  padding-right: 50px;
}

.service_faq_answer {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.2083333333vw + 0.8125rem, 1rem);
  background: #fff;
  border-radius: 1.0416666667vmax;
  padding: min(20px, 20 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
}

/*-------------------------------------------------------------------------------
  - tour-
--------------------------------------------------------------------------------*/
.tour_unit_inner {
  display: flex;
  width: calc(1725 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .tour_unit_inner {
    width: 90%;
  }
}
.tour_unit_inner {
  margin-left: 0;
  margin-right: auto;
  gap: min(115px, 115 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .tour_unit_inner {
    flex-direction: column;
    margin-left: auto;
  }
}

.tour_unit {
  padding-top: min(150px, 150 / 1920 * 100vmax);
}

.archive_list_wrapper {
  flex-grow: 1;
}

.archive_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 60 / 1920 * 100vmax) 4%;
}
.archive_list > li {
  width: 48%;
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .archive_list > li {
    width: 100%;
  }
}
.archive_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background: #E4E4E4;
  border-radius: 1.0416666667vmax;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .archive_list > li > a:hover {
    transform: translateY(-10px);
  }
  .archive_list > li > a:hover .tour_card_img {
    background: #1E51A2;
  }
  .archive_list > li > a:hover .tour_card_img img {
    transform: scale(1.05);
    opacity: 0.3;
  }
  .archive_list > li > a:hover .tour_card_img p {
    opacity: 1;
  }
}
.archive_list > li.is-nocontent {
  width: 100%;
}
.archive_list > li.is-nocontent p {
  display: block;
  width: 100%;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  text-align: center;
  color: #1A1A1A;
  padding: min(100px, 100 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(100px, 100 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .archive_list.is-blog li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .archive_list.is-blog li {
    width: 100%;
  }
}

.pagination {
  position: relative;
  padding-top: min(50px, 50 / 1920 * 100vmax);
  margin-top: min(90px, 90 / 1920 * 100vmax);
}
.pagination::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #8B8B8B 0, #8B8B8B 2px, transparent 2px, transparent 4px);
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pagination .nav-links {
    gap: 10px;
  }
}
.pagination .nav-links > a,
.pagination .nav-links > span {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  text-align: center;
  align-self: flex-start;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-feature-settings: "palt";
  white-space: nowrap;
  background: #1E51A2;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pagination .nav-links > a,
  .pagination .nav-links > span {
    width: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.pagination .nav-links > span.current {
  background: #41C7F2;
}
.pagination .nav-links > span.dots {
  background: transparent;
  color: #1E51A2;
  border: none;
  transform: translateY(-12.5%);
  width: auto;
}
@media (max-width: 768px) {
  .pagination .nav-links > span.dots {
    width: 20px;
  }
}
@media (min-width: 769px) {
  .pagination .nav-links > a:hover {
    transform: translateY(-5px);
    background: #4B74B5;
  }
}
.pagination .nav-links > a.prev::before, .pagination .nav-links > a.next::before {
  content: "←";
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  transition: all 0.5s ease;
}
.pagination .nav-links > a.next::before {
  content: "→";
}
.pagination.is-single .nav-links > a {
  background: #01B4ED;
  width: 45px;
}
.pagination.is-single .nav-links > a.single_back_btn {
  padding: 0 min(40px, 40 / 1920 * 100vmax);
  width: auto;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
}
@media (min-width: 769px) {
  .pagination.is-single .nav-links > a:hover {
    background: #4B74B5;
  }
}

.single_tour_wrapper {
  flex-grow: 1;
}

.single_tour_content_wrapper {
  position: relative;
  display: flex;
  gap: min(56px, 56 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .single_tour_content_wrapper {
    flex-direction: column;
  }
}
.single_tour_content_wrapper .cmn_list_01 {
  background: #fff;
  border-radius: 1.0416666667vmax;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  padding: min(50px, 50 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax);
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
.single_tour_content_wrapper .cmn_list_01 dl dt {
  font-size: clamp(0.875rem, 0.2083333333vw + 0.8125rem, 1rem);
  font-weight: 500;
  width: max(140px, 22%);
}
.single_tour_content_wrapper .cmn_list_01 dl dd {
  letter-spacing: 0;
  font-size: clamp(0.875rem, 0.2083333333vw + 0.8125rem, 1rem);
}
.single_tour_content_wrapper .cmn_btn_01 {
  margin-top: min(40px, 40 / 1920 * 100vmax);
}

.single_tour_content {
  flex-grow: 1;
}

.single_ttl_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(40px, 40 / 1920 * 100vmax);
  gap: 20px;
  padding-bottom: min(40px, 40 / 1920 * 100vmax);
  border-bottom: solid 1px #8B8B8B;
}

.single_page_ttl {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
}

.single_point_ttl {
  display: flex;
  gap: 4px;
  align-items: center;
  background: #F09B49;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
  border-radius: 10px;
  margin-top: min(32px, 32 / 1920 * 100vmax);
}
.single_point_ttl span {
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(1rem, 0.8333333333vw + 0.75rem, 1.5rem);
  text-transform: uppercase;
}

.single_point_txt {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(20px, 20 / 1920 * 100vmax);
}

.single_tour_pamphlet {
  flex-shrink: 0;
  width: 230px;
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .single_tour_pamphlet {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .single_tour_pamphlet:hover .pdf_frame img {
    transform: scale(1.05);
    opacity: 0.6;
  }
  .single_tour_pamphlet:hover .single_pdf_btn {
    background: #4B74B5;
  }
  .single_tour_pamphlet:hover .single_pdf_btn::after {
    transform: translateX(5px);
  }
}

.single_pdf_btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  background: #1E51A2;
  color: #fff;
  padding: min(20px, 20 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax);
  margin: min(25px, 25 / 1920 * 100vmax) auto 0;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.single_pdf_btn::after {
  content: "→";
  margin-left: 10px;
  transition: all 0.3s ease;
}

.detail_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  background: #1E51A2;
  color: #fff;
  padding: min(20px, 20 / 1920 * 100vmax) min(75px, 75 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax);
  margin: min(25px, 25 / 1920 * 100vmax) auto 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .detail_btn {
    padding: 15px 50px 15px 30px;
  }
}
.detail_btn::after {
  position: absolute;
  top: 50%;
  right: min(45px, 45 / 1920 * 100vmax);
  transform: translate(0, -50%);
  content: "→";
  display: inline-block;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .detail_btn::after {
    right: 18px;
  }
}
@media (min-width: 769px) {
  .detail_btn:hover {
    background: #4B74B5;
  }
  .detail_btn:hover::after {
    transform: translate(5px, -50%);
  }
}

.pdf_frame {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.pdf_frame img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.pdf_frame {
  width: 100%;
  border-radius: 1.0416666667vmax;
  margin-top: min(30px, 30 / 1920 * 100vmax);
  background: #1E51A2;
}
.pdf_frame p {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  opacity: 0;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------------------------------
  - blog -
--------------------------------------------------------------------------------*/
.single_blog_wrapper {
  flex-grow: 1;
}

.single_blog_date_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.single_blog_date_wrapper .cmn_tag_list {
  margin-top: 0;
}

.single_blog_date {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #1E51A2;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single_blog_date {
    padding: 0 0 10px 0;
  }
}

.blog_content {
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
.blog_content > * + * {
  margin-top: min(30px, 30 / 1920 * 100vmax);
}
.blog_content .detail_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}

.blog_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1110 / 540;
  width: 100%;
  transition: all 0.5s ease;
}
.blog_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.blog_img {
  background: #E4E4E4;
  width: 100%;
}

.blog_txt {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(40px, 40 / 1920 * 100vmax);
}

.blog_img_ttl {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------
  - company -
--------------------------------------------------------------------------------*/
.greeting_name {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  margin-top: min(50px, 50 / 1920 * 100vmax);
  text-align: right;
}

.company_overview_unit {
  margin-top: min(120px, 120 / 1920 * 100vmax);
}

.company_overview_unit_inner {
  position: relative;
  width: calc(1430 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .company_overview_unit_inner {
    width: 90%;
  }
}
.company_overview_unit_inner {
  background: #fff;
  border-radius: 1.0416666667vmax;
  padding: min(80px, 80 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.company_overview_unit_inner .boy_with_pencil {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(-30%, -20%);
  display: block;
  overflow: hidden;
  aspect-ratio: 184 / 236;
  width: 100%;
  transition: all 0.5s ease;
}
.company_overview_unit_inner .boy_with_pencil img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.company_overview_unit_inner .boy_with_pencil {
  width: min(184px, 184 / 1920 * 100vmax);
}

.company_history_unit {
  padding-top: min(120px, 120 / 1920 * 100vmax);
  margin-bottom: min(84px, 84 / 1920 * 100vmax);
}

.company_history_unit_inner {
  position: relative;
  width: calc(1430 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .company_history_unit_inner {
    width: 90%;
  }
}
.company_history_unit_inner {
  background: #fff;
  border-radius: 1.0416666667vmax;
  padding: min(80px, 80 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.company_history_unit_inner .man_with_book {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 103 / 284;
  width: 100%;
  transition: all 0.5s ease;
}
.company_history_unit_inner .man_with_book img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.company_history_unit_inner .man_with_book {
  width: min(103px, 103 / 1920 * 100vmax);
  transform: translate(80%, -20%);
}

.company_access_unit {
  padding-top: min(104px, 104 / 1920 * 100vmax);
  margin-top: min(84px, 84 / 1920 * 100vmax);
}

.company_access_unit_inner {
  width: calc(1430 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .company_access_unit_inner {
    width: 90%;
  }
}

.company_map {
  display: block;
  aspect-ratio: 1430/600;
  border-radius: 1.0416666667vmax;
  overflow: hidden;
  margin-top: min(30px, 30 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .company_map {
    aspect-ratio: 1/1;
  }
}

.company_access_txt {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(44px, 44 / 1920 * 100vmax);
  display: flex;
  justify-content: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .company_access_txt {
    justify-content: flex-start;
  }
}
.company_access_txt::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_pin_blue.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  margin-top: 0.3em;
}

/*-------------------------------------------------------------------------------
  - recruit -
--------------------------------------------------------------------------------*/
.recruit_requirements_unit {
  padding-top: min(120px, 120 / 1920 * 100vmax);
}

.recruit_requirements_unit_inner {
  position: relative;
  width: calc(1430 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .recruit_requirements_unit_inner {
    width: 90%;
  }
}
.recruit_requirements_unit_inner {
  border-radius: 1.0416666667vmax;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  padding: min(80px, 80 / 1920 * 100vmax);
}

.man_with_star {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20%, -20%);
  display: block;
  overflow: hidden;
  aspect-ratio: 155 / 362;
  width: 100%;
  transition: all 0.5s ease;
}
.man_with_star img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.man_with_star {
  width: min(155px, 155 / 1920 * 100vmax);
}

.recruit_requirements_ttl {
  background: #01B4ED;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  margin-bottom: min(40px, 40 / 1920 * 100vmax);
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
}

/*-------------------------------------------------------------------------------
  - contact -
--------------------------------------------------------------------------------*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contact_unit_01 {
  padding-top: min(150px, 150 / 1920 * 100vmax);
}
.contact_unit_01 .cmn_contact_block {
  background: #D9F0F8;
}

.contact_unit_02 {
  padding-top: min(95px, 95 / 1920 * 100vmax);
}

.contact_unit_02_inner {
  width: calc(1235 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .contact_unit_02_inner {
    width: 90%;
  }
}
.contact_unit_02_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .contact_unit_02_inner {
    flex-direction: column;
  }
}

.man_with_pc {
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 380 / 225;
  width: 100%;
  transition: all 0.5s ease;
}
.man_with_pc img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.man_with_pc {
  width: min(380px, 380 / 1920 * 100vmax);
}

.contact_unit_02_txt {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}

.contact_form_wrapper {
  width: calc(1235 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .contact_form_wrapper {
    width: 90%;
  }
}
.contact_form_wrapper {
  position: relative;
  z-index: 1;
}
.contact_form_wrapper form {
  position: relative;
  z-index: 1;
}

.contact_form_unit {
  padding-top: min(70px, 70 / 1920 * 100vmax);
}
.contact_form_unit .wpcf7-list-item {
  margin: 0;
}
.contact_form_unit dl {
  margin-top: 0;
}
.contact_form_unit dl dt {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  color: #1A1A1A;
  padding: min(10px, 0 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(15px, 15 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  letter-spacing: 0.1em;
  flex-shrink: 0;
  width: 100%;
}
.contact_form_unit dl dt label {
  display: flex;
  gap: 15px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.contact_form_unit dl dt .contact_remark {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0 6px;
  white-space: nowrap;
  background: #FF6B6B;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 3px 20px;
}
@media (max-width: 768px) {
  .contact_form_unit dl dt .contact_remark {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.contact_form_unit dl dt .contact_remark.is-any {
  background: #8B8B8B;
}
.contact_form_unit dl dd {
  padding-bottom: min(40px, 40 / 1920 * 100vmax);
  flex-grow: 1;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
@media (max-width: 1199px) {
  .contact_form_unit dl dd {
    padding-top: 0;
    margin-top: 5px;
  }
}
.contact_form_unit dl dd input[type=text],
.contact_form_unit dl dd input[type=email] {
  padding: 15px 30px;
  border-radius: 0;
  border: none;
  background: #fff;
  color: #1A1A1A;
  border: solid 1px #1E51A2;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=text],
  .contact_form_unit dl dd input[type=email] {
    padding: 10px 15px;
  }
}
.contact_form_unit dl dd input[type=text]::-moz-placeholder, .contact_form_unit dl dd input[type=email]::-moz-placeholder {
  color: #BABABA;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.contact_form_unit dl dd input[type=text]::placeholder,
.contact_form_unit dl dd input[type=email]::placeholder {
  color: #BABABA;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.contact_form_unit dl dd select {
  width: 100%;
  padding: 15px 30px;
  border-radius: 0;
  border: solid 1px #1E51A2;
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を消す（必要であれば） */
  -webkit-appearance: none;
  /* ↓ 独自の矢印アイコンを表示する場合の例 */
  background-image: url(../images/triangle.svg); /* 矢印画像パス */
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 20px center;
  margin-top: min(20px, 20 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .contact_form_unit dl dd select {
    padding: 10px 15px;
  }
}
.contact_form_unit dl dd textarea {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  background: #fff;
  color: #1A1A1A;
  resize: none;
  height: 330px;
  padding: 15px 30px;
  border-radius: 0;
  border: none;
  border: solid 1px #1E51A2;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd textarea {
    padding: 10px 15px;
    height: 250px;
  }
}
.contact_form_unit dl dd textarea::-moz-placeholder {
  color: #BABABA;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.contact_form_unit dl dd textarea::placeholder {
  color: #BABABA;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.contact_form_unit dl dd .wpcf7-radio {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd .wpcf7-radio {
    gap: 10px;
  }
}
.contact_form_unit dl dd input[type=radio] {
  display: none;
  background: none;
  width: auto;
}
.contact_form_unit dl dd input[type=radio] + span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  padding-left: 31px;
  cursor: pointer;
}
.contact_form_unit dl dd input[type=radio] + span::before {
  content: "";
  background-color: #FFF;
  border: solid 2px #1E51A2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact_form_unit dl dd input[type=radio] + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 6px;
  z-index: 1;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) scale(0);
  background: #1E51A2;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=radio]:checked + span::after {
  transition: all 0.5s ease;
  transform: translateY(-50%) scale(1);
}
.contact_form_unit dl dd.radio_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 15px;
  width: 100%;
  border: solid 1px #1E51A2;
  background: #fff;
  padding: min(30px, 30 / 1920 * 100vmax);
  margin-bottom: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .contact_form_unit dl dd.radio_wrapper {
    flex-direction: column;
    gap: 5px;
  }
}
.contact_form_unit dl:first-of-type dt {
  padding-top: 3px;
}
.contact_form_unit .privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.contact_form_unit input[type=checkbox] {
  display: none;
}
.contact_form_unit input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  margin-top: min(40px, 40 / 1920 * 100vmax);
  line-height: 25px;
  padding-left: 40px;
}
.contact_form_unit input[type=checkbox] + span::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  border: solid 1px #1E51A2;
}
.contact_form_unit input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 1px;
  display: block;
  width: 8px;
  height: 18px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 2px solid #1E51A2;
  border-bottom: 2px solid #1E51A2;
  transition: 0.3s;
}
.contact_form_unit input[type=checkbox]:checked + span::after {
  transform: rotate(47deg) scale(1, 1);
}

.privacy_check_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.privacy_check_wrapper p.val-err {
  padding-left: 40px;
}

.privacy_content {
  background: #F9F9F9;
  height: 260px;
  text-align: left;
  line-height: 1.6;
  margin-top: 12px;
  font-size: clamp(0.75rem, 0.3125vw + 0.65625rem, 0.9375rem);
  line-height: 1.53;
  letter-spacing: 0.1em;
  border-top: solid 1px #984697;
  border-bottom: solid 1px #984697;
  padding: min(30px, 30 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .privacy_content {
    padding: 10px 0;
  }
}
.privacy_content .privacy_content_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  padding: min(10px, 0 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .privacy_content .privacy_content_inner {
    padding: 0 10px;
  }
}
.privacy_content .privacy_content_inner::-webkit-scrollbar {
  background: #F9F9F9;
  width: 4px;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-track {
  background: #F9F9F9;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}
.privacy_content .privacy_content_inner p + p {
  padding-top: 1.2em;
  line-height: 1.56;
}
.privacy_content + .check_required {
  text-align: center;
}
.privacy_content + .check_required label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.privacy_notice {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  text-align: center;
}
.privacy_notice a {
  color: #1E51A2;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .privacy_notice a:hover {
    opacity: 0.6;
  }
}

p.val-err {
  padding-top: 5px;
  color: #FF6B6B !important;
  font-weight: 700;
}

.box_cmn_form_no-input {
  text-align: center;
  margin-top: min(85px, 85 / 1920 * 100vmax);
  color: #FF6B6B !important;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}

.submit_wrapper,
.back_wrapper {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  background: #1E51A2;
  will-change: transform;
  transition: all 0.5s ease;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.submit_wrapper::before,
.back_wrapper::before {
  position: absolute;
  top: 0;
  right: 100px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #fff 0, #fff 4px, transparent 4px, transparent 6px);
}
@media (max-width: 768px) {
  .submit_wrapper::before,
  .back_wrapper::before {
    right: 50px;
  }
}
.submit_wrapper .contact_btn_inner::before, .submit_wrapper .contact_btn_inner::after,
.back_wrapper .contact_btn_inner::before,
.back_wrapper .contact_btn_inner::after {
  content: "→";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  padding: min(40px, 40 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  width: 100px;
  text-align: center;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .submit_wrapper .contact_btn_inner::before, .submit_wrapper .contact_btn_inner::after,
  .back_wrapper .contact_btn_inner::before,
  .back_wrapper .contact_btn_inner::after {
    width: 50px;
  }
}
.submit_wrapper .contact_btn_inner::after,
.back_wrapper .contact_btn_inner::after {
  opacity: 0;
  transform: translate(-50%, -50%);
}
.submit_wrapper input[type=submit],
.back_wrapper input[type=submit] {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: transparent;
  overflow: hidden;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #fff;
  transition: all 0.5s ease;
  padding: 40px 180px 40px 80px;
}
@media (max-width: 768px) {
  .submit_wrapper input[type=submit],
  .back_wrapper input[type=submit] {
    padding: 20px 90px 20px 40px;
  }
}
@media (min-width: 769px) {
  .submit_wrapper:hover,
  .back_wrapper:hover {
    background: #4B74B5;
  }
  .submit_wrapper:hover input[type=submit],
  .back_wrapper:hover input[type=submit] {
    color: #fff;
  }
  .submit_wrapper:hover .contact_btn_inner::before,
  .back_wrapper:hover .contact_btn_inner::before {
    opacity: 0;
    transform: translate(50%, -50%);
    transition: transform 0.2s ease 0s, opacity 0.1s ease 0.1s;
  }
  .submit_wrapper:hover .contact_btn_inner::after,
  .back_wrapper:hover .contact_btn_inner::after {
    opacity: 1;
    transform: translate(0, -50%);
    transition: transform 0.2s ease 0.1s, opacity 0.1s ease 0.1s;
  }
}

.back_wrapper {
  background: #8B8B8B;
}
.back_wrapper::before {
  right: auto;
  left: 100px;
}
@media (max-width: 768px) {
  .back_wrapper::before {
    left: 50px;
  }
}
.back_wrapper .contact_btn_inner::before, .back_wrapper .contact_btn_inner::after {
  content: "←";
  right: auto;
  left: 0;
}
.back_wrapper .contact_btn_inner::after {
  transform: translate(50%, -50%);
}
.back_wrapper input[type=submit] {
  padding: 40px 80px 40px 180px;
}
@media (max-width: 768px) {
  .back_wrapper input[type=submit] {
    padding: 20px 40px 20px 90px;
  }
}
@media (min-width: 769px) {
  .back_wrapper:hover {
    background: #aaa;
  }
  .back_wrapper:hover .contact_btn_inner::before {
    transform: translate(-50%, -50%);
  }
}

.list_contact-btns {
  margin-top: min(60px, 60 / 1920 * 100vmax);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .list_contact-btns {
    gap: 10px;
  }
}

.mw_wp_form_confirm .contact_form_unit dl {
  position: relative;
}
.mw_wp_form_confirm .contact_form_unit dl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #A9A59C 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.mw_wp_form_confirm .contact_form_unit dl dd {
  margin-bottom: min(40px, 40 / 1920 * 100vmax);
}
.mw_wp_form_confirm .contact_form_unit dl dd.radio_wrapper {
  background: transparent;
  padding: min(10px, 0 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  border: none;
}
.mw_wp_form_confirm .privacy_notice {
  display: none;
}
.mw_wp_form_confirm .privacy_check_wrapper {
  display: none;
}

/*-------------------------------------------------------------------------------
  - privacy -
--------------------------------------------------------------------------------*/
.privacypolicy .mainimg_ttl_ja {
  font-size: clamp(1.125rem, 1.875vw + 0.5625rem, 2.25rem);
  display: flex;
}
@media (max-width: 768px) {
  .privacypolicy .mainimg_ttl_ja {
    flex-direction: column;
  }
}

.service_policy_unit {
  padding-top: min(150px, 150 / 1920 * 100vmax);
}

.service_policy_unit_inner {
  width: calc(1430 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .service_policy_unit_inner {
    width: 90%;
  }
}
.service_policy_unit_inner .bnr_list_wrapper {
  width: 100%;
  margin-top: min(60px, 60 / 1920 * 100vmax);
  background: #D9F0F8;
  border-radius: 2.1875vmax;
  padding: min(60px, 60 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.service_policy_unit_inner .bnr_list {
  width: calc(1235 / 1430 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .service_policy_unit_inner .bnr_list {
    width: 90%;
  }
}

.privacy_policy_unit {
  margin-top: min(150px, 150 / 1920 * 100vmax);
}

.privacy_policy_unit_inner {
  width: calc(1430 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .privacy_policy_unit_inner {
    width: 90%;
  }
}

.privacy_policy_txt_01 {
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  text-align: center;
  margin: min(34px, 34 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(44px, 44 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  text-shadow: 1px 1px 0 #F9F9F9, -1px 1px 0 #F9F9F9, 1px -1px 0 #F9F9F9, -1px -1px 0 #F9F9F9, 1px 0 0 #F9F9F9, -1px 0 0 #F9F9F9, 0 1px 0 #F9F9F9, 0 -1px 0 #F9F9F9;
}
@media (max-width: 768px) {
  .privacy_policy_txt_01 {
    text-align: left;
    line-height: 2;
  }
}

.privacy_policy_list {
  background: #fff;
  border-radius: 1.0416666667vmax;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  counter-reset: number 0;
  padding: min(80px, 80 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .privacy_policy_list {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.privacy_policy_list li {
  counter-increment: number 1;
  border-bottom: solid 1px #8B8B8B;
  padding-bottom: min(40px, 40 / 1920 * 100vmax);
}
.privacy_policy_list li:nth-of-type(n+2) {
  margin-top: min(40px, 40 / 1920 * 100vmax);
}

.privacy_policy_ttl {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #1E51A2;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
  padding-left: 1.5em;
}
.privacy_policy_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number, decimal) ".";
}

.privacy_policy_txt_02 {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(30px, 30 / 1920 * 100vmax);
}

/*-------------------------------------------------------------------------------
  - footer -
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 0;
  background: #BFE4F8;
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(520px, 520 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  overflow: hidden;
}

.ft_bg {
  display: block;
  overflow: hidden;
  aspect-ratio: 1920 / 747;
  width: 100%;
  transition: all 0.5s ease;
}
.ft_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.5s ease;
}
.ft_bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ft_bg {
    width: 135%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.girl_with_phone {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -5%;
  display: block;
  overflow: hidden;
  aspect-ratio: 190 / 242;
  width: 100%;
  transition: all 0.5s ease;
}
.girl_with_phone img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.5s ease;
}
.girl_with_phone {
  width: min(190px, 190 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .girl_with_phone {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .girl_with_phone {
    transform: translateY(80%);
  }
}

.ft_block_02 {
  padding-top: min(110px, 110 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .ft_block_02 {
    padding-top: 120px;
  }
}

.ft_block_03 {
  width: calc(1667 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1440px) {
  .ft_block_03 {
    width: 90%;
  }
}
.ft_block_03 {
  display: flex;
  justify-content: space-between;
  margin-top: min(140px, 140 / 1920 * 100vmax);
  gap: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .ft_block_03 {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }
}
.ft_block_03 .logo {
  width: 492px;
}
@media (max-width: 1199px) {
  .ft_block_03 .logo {
    width: 90%;
    margin: 0 auto;
  }
}
.ft_block_03 .sns_wrapper {
  margin-left: 0;
  margin-top: min(34px, 34 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .ft_block_03 .sns_wrapper {
    display: flex;
    justify-content: center;
  }
}

.ft_block_03_address {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .ft_block_03_address {
    text-align: center;
  }
}

.ft_nav_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: min(30px, 30 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .ft_nav_list {
    display: none;
  }
}
.ft_nav_list li a {
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.4166666667vw + 0.625rem, 1rem);
  color: #1A1A1A;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .ft_nav_list li a:hover {
    color: #1E51A2;
  }
}
.ft_nav_list li:last-of-type {
  grid-area: 3/2/4/4;
}

.ft_nav_wrapper {
  flex-grow: 1;
  max-width: 572px;
  margin-top: min(65px, 65 / 1920 * 100vmax);
}

.copyright {
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.4166666667vw + 0.625rem, 1rem);
  display: block;
  width: 100%;
  text-align: right;
  color: #4A79B9;
  margin-top: min(103px, 103 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .copyright {
    margin-top: 0;
  }
}

/*-------------------------------------------------------------------------------
  - keyframe -
--------------------------------------------------------------------------------*/
@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes float-with-pause {
  0% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  10% { /* 2.5秒地点 */
    opacity: 1;
  }
  90% { /* 5秒地点：ここで動きは終わる */
    transform: translate(10%, -10%);
    opacity: 1;
  }
  100% { /* 7秒地点：5秒〜7秒の間はずっとこの状態（待機） */
    transform: translate(10%, -10%);
    opacity: 0;
  }
}
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*/