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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

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

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

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

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

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

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  WordPress login page custom
--------------------------------------------------------------------------------*/
body.login {
  background: url("../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
body.login #login #loginform {
  background: rgba(255, 255, 255, 0.5882352941);
  border: none;
}
body.login #login #loginform .forgetmenot {
  display: flex;
  align-items: center;
}
body.login #login h1 a {
  background: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 11.9791666667vw;
  height: 4.1666666667vw;
}
body.login #login #nav > a,
body.login #login #backtoblog > a {
  color: #333333;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.81);
  width: 100%;
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
}

/*-------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------*/
.basic-btn {
  display: flex;
  justify-content: end;
}
.basic-btn.is-center {
  justify-content: center;
}
.basic-btn.is-index-news-btn {
  display: none;
}
@media (max-width: 1024px) {
  .basic-btn.is-index-news-btn {
    display: flex;
  }
}
@media (max-width: 768px) {
  .basic-btn.is-index-news-btn {
    justify-content: center;
    margin: 30px auto 0;
  }
}
.basic-btn > p {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  color: #333333;
}
.basic-btn > p::after {
  content: "";
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #333333;
  display: inline-block;
  margin-left: 1.3020833333vw;
  width: 80px;
  height: 70%;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .basic-btn:hover > p::after {
    transform: translateX(15px);
  }
}

.flowing-unit {
  overflow: hidden;
  width: 100%;
  background: transparent;
  position: relative;
}
.flowing-unit.is-index-intro {
  margin-top: -20vh;
}
.flowing-unit.is-service-intro {
  margin-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .flowing-unit.is-service-intro {
    margin-bottom: 0;
  }
}
.flowing-unit .flowing-block {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-right-to-left linear infinite 30s;
}
.flowing-unit .flowing-item {
  padding-left: 2.0833333333vw;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-size: clamp(160 * 0.7px, 160 / 1500 * 100vmax, 160 * 1.05px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  color: #C6EBFA;
  font-family: "Lustria", serif;
}
@media (max-width: 768px) {
  .flowing-unit .flowing-item {
    padding-left: 20px;
    font-size: clamp(100 * 0.7px, 100 / 1500 * 100vmax, 100 * 1.05px);
    font-weight: 400;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
    font-family: "Lustria", serif;
  }
}
@keyframes marquee-right-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.case-unit {
  padding-top: 5.2083333333vw;
  padding-bottom: 2.6041666667vw;
  position: relative;
}
@media (max-width: 768px) {
  .case-unit {
    padding: 80px 0 10px;
  }
}
.case-unit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 200%;
  background-image: url(../images/bg-reason.jpg);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .case-unit::before {
    background-size: 370%;
  }
}
.case-unit.is-service-unit {
  padding-top: 3.6458333333vw;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .case-unit.is-service-unit {
    padding-top: 20vw;
  }
}
.case-unit.is-service-unit::before {
  display: none;
}

.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide {
    padding: 0 10px;
  }
}
.swiper .swiper-wrapper .swiper-slide.size-1 {
  margin-top: 15.1041666667vw;
  margin-bottom: 5.2083333333vw;
  width: 25vw;
  height: 22.3958333333vw;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.size-1 {
    margin: auto;
    width: 90%;
    height: 60vh;
  }
}
.swiper .swiper-wrapper .swiper-slide.size-2 {
  margin-bottom: auto;
  width: 15.625vw;
  height: 22.3958333333vw;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.size-2 {
    margin: auto;
    width: 90%;
    height: 60vh;
  }
}
.swiper .swiper-wrapper .swiper-slide.size-3 {
  margin-top: 8.3333333333vw;
  width: 25vw;
  height: 20.3125vw;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.size-3 {
    margin: auto;
    width: 90%;
    height: 60vh;
  }
}
.swiper .swiper-wrapper .swiper-slide.size-4 {
  margin-top: auto;
}
.swiper .swiper-wrapper .swiper-slide.size-4 .img-wrap {
  width: 18.2291666667vw;
  height: 22.3958333333vw;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.size-4 .img-wrap {
    margin: auto;
    width: 90%;
    height: 60vh;
  }
}
.swiper .swiper-wrapper .swiper-slide .img-wrap {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.parallax-unit {
  position: relative;
  height: 40.1041666667vw;
}
@media (max-width: 768px) {
  .parallax-unit {
    height: 50vh;
  }
}
.parallax-unit::before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  top: -2px;
  left: 0;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.parallax-unit.is-service {
  margin-top: 13.0208333333vw;
  margin-bottom: 8.59375vw;
  height: 26.0416666667vw;
}
.parallax-unit.is-service::before {
  display: none;
}
@media (max-width: 768px) {
  .parallax-unit.is-service {
    margin: 8vh 0;
    height: 25vh;
  }
}
.parallax-unit .parallax-block {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}
.parallax-unit .parallax-block .parallax-item {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.parallax-unit .parallax-block .parallax-item.is-company {
  background-image: url(../images/bg-cmn-city.jpg);
}
.parallax-unit .parallax-block .parallax-item.is-service {
  background-image: url(../images/bg-parallax-service.jpg);
}

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

.cmn-vertical-ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(48 * 0.7px, 48 / 1500 * 100vmax, 48 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(15 * 0.01em);
  margin-right: calc(15 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
}
.cmn-vertical-ttl.is-center {
  margin-top: -9.375vw;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}
@media (max-width: 768px) {
  .cmn-vertical-ttl.is-index-company {
    margin-left: 20%;
  }
}
@media (max-width: 768px) {
  .cmn-vertical-ttl.is-sp-horizontal {
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 768px) {
  .cmn-vertical-ttl {
    font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(15 * 0.01em);
    margin-right: calc(15 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Zen Old Mincho", serif;
  }
}

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

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

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

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

.js-splitText {
  overflow: hidden;
}

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

.after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.after span {
  transform: translateY(100%);
}

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

.before span,
.after span {
  line-height: 1.5;
  transition: 0.2s cubic-bezier(0.5, 1, 0.6, 0.96);
}

.sub-mv-sec {
  width: 100%;
  height: 100svh;
  background-image: url(../images/bg-sub-mainimg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .sub-mv-sec {
    background-position: 70% center;
  }
}
.sub-mv-sec::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50vh;
  background: linear-gradient(to top, #fff 35%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.sub-mv-sec .sub-mv-block {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-left: 4.1666666667vw;
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .sub-mv-sec .sub-mv-block {
    padding-left: 8%;
    padding-bottom: 5vh;
  }
}
.sub-mv-sec .sub-mv-block .page-ttl {
  font-size: clamp(175 * 0.7px, 175 / 1500 * 100vmax, 175 * 1.05px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  color: #C6EBFA;
}
.sub-mv-sec .sub-mv-block .page-ttl.is-small-txt {
  font-size: clamp(120 * 0.7px, 120 / 1500 * 100vmax, 120 * 1.05px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
}
@media (max-width: 768px) {
  .sub-mv-sec .sub-mv-block .page-ttl.is-small-txt {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  .sub-mv-sec .sub-mv-block .page-ttl {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.sub-mv-sec .sub-mv-block .page-ttl span {
  display: block;
  font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(30 * 0.01em);
  margin-right: calc(30 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #0073A1;
  padding-left: 2.6041666667vw;
}
@media (max-width: 768px) {
  .sub-mv-sec .sub-mv-block .page-ttl span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*-------------------------------------------------------------------------------
  loading
--------------------------------------------------------------------------------*/
#loading {
  position: fixed;
  inset: 0;
  background-color: #0073A1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.3s ease;
}
#loading .loading-logo {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 100px;
}
#loading .loading-logo .logo-svg {
  width: 100%;
  height: 102%;
  fill: #fff;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  animation: logo-slide-up 1s forwards 0.3s;
}
#loading .loading-logo .logo-svg.fade-out {
  animation: logo-slide-away 1s forwards;
}

@keyframes logo-slide-up {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes logo-slide-away {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.header .hd-logo-btn {
  margin-top: 2.0833333333vw;
  margin-left: 2.0833333333vw;
  display: block;
  width: 11.6145833333vw;
  height: 2.8125vw;
}
@media (max-width: 768px) {
  .header .hd-logo-btn {
    width: 30%;
    height: auto;
    margin-top: 30px;
    margin-left: 20px;
  }
}
.header .hd-logo-btn .logo-svg {
  width: 99%;
  height: 103%;
  fill: #005A76;
}

.trigger-btn {
  display: block;
  position: fixed;
  z-index: 10;
  top: 2.0833333333vw;
  right: 1.5625vw;
  width: 80px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .trigger-btn {
    top: 30px;
    right: 15px;
  }
}
.trigger-btn span {
  position: absolute;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #0073A1;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.5s;
}
.trigger-btn span:nth-of-type(1) {
  top: 0;
}
.trigger-btn span:nth-of-type(2) {
  top: 50%;
}
.trigger-btn span:nth-of-type(3) {
  top: 100%;
}
@media (min-width: 769px) {
  .trigger-btn:hover span:nth-of-type(1) {
    transform: translateY(4px);
  }
  .trigger-btn:hover span:nth-of-type(3) {
    transform: translateY(-4px);
  }
}
.trigger-btn.is-active span {
  background: #C6EBFA;
}
.trigger-btn.is-active span:nth-of-type(1) {
  transform: translateY(15px) rotate(330deg);
  top: 8%;
}
.trigger-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.trigger-btn.is-active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(-330deg);
  top: 88%;
}

.nav-unit {
  width: 100vw;
  height: 100svh;
  display: flex;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  transition: opacity 0.75s ease, clip-path 0.75s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav-unit.is-active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.nav-unit .img-globalnav {
  width: 40%;
}
@media (max-width: 1199px) {
  .nav-unit .img-globalnav {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .nav-unit .img-globalnav {
    width: 30%;
  }
}
.nav-unit .nav-block {
  width: 60%;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  padding-left: 6.25vw;
  padding-right: 5.2083333333vw;
  background: #333333;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .nav-unit .nav-block {
    width: 80%;
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .nav-unit .nav-block {
    flex-direction: column;
    padding-bottom: 15px;
    width: 70%;
    justify-content: space-around;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .nav-unit .nav-block {
    overflow-y: scroll;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.nav-unit .nav-block .nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20.8333333333vw;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-list {
    width: 100%;
    row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  }
}
.nav-unit .nav-block .nav-list li {
  overflow: hidden;
}
.nav-unit .nav-block .nav-list li a {
  display: block;
  transition: 0.8s cubic-bezier(0.5, 1, 0.6, 0.96);
  transform: translate3d(0, 110%, 0) skewY(30deg);
  transform-origin: left;
}
.nav-unit .nav-block .nav-list li a .nav-en-txt {
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  color: #C6EBFA;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-list li a .nav-en-txt {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.nav-unit .nav-block .nav-list li a .nav-en-txt.is-sns-btn-txt {
  display: flex;
}
.nav-unit .nav-block .nav-list li a .nav-en-txt.is-sns-btn-txt .icon-sns {
  margin-top: 1.0416666667vw;
  margin-left: 0.78125vw;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  fill: #C6EBFA;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-list li a .nav-en-txt.is-sns-btn-txt .icon-sns {
    margin-top: 6px;
    margin-left: 7px;
    width: 20px;
    height: 20px;
  }
}
.nav-unit .nav-block .nav-list li a .nav-ja-txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #C6EBFA;
  margin-top: 0.4166666667vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-list li a .nav-ja-txt {
    margin-top: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.nav-unit .nav-block .nav-list li.is-show a {
  transform: translate3d(0, 0, 0) skewY(0);
}
.nav-unit .nav-block .nav-item {
  margin-top: auto;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-item {
    margin-top: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .nav-unit .nav-block .nav-item {
    margin-top: 70px;
  }
}
.nav-unit .nav-block .nav-item .hidden-wrap {
  overflow: hidden;
}
.nav-unit .nav-block .nav-item .hidden-wrap * {
  transition: 0.8s cubic-bezier(0.5, 1, 0.6, 0.96);
  transform: translate3d(0, 220%, 0) skewY(30deg);
  transform-origin: left;
}
.nav-unit .nav-block .nav-item .hidden-wrap.is-show * {
  transform: translate3d(0, 0, 0) skewY(0);
}
.nav-unit .nav-block .nav-item .nav-item-txt {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  color: #C6EBFA;
  position: relative;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-item .nav-item-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.nav-unit .nav-block .nav-item .nav-item-txt::after {
  content: "";
  width: 55%;
  height: 1px;
  background: #C6EBFA;
  position: absolute;
  top: 50%;
  right: 0.3645833333vw;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-item .nav-item-txt::after {
    width: 60%;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .nav-unit .nav-block .nav-item .nav-item-txt::after {
    display: none;
  }
}
.nav-unit .nav-block .nav-item .nav-mail-btn {
  display: block;
  font-size: clamp(21 * 0.8888888889px, 21 / 1500 * 100vmax, 21 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  color: #C6EBFA;
  white-space: nowrap;
  margin-top: 1.3020833333vw;
  border-bottom: 1px solid #C6EBFA;
  cursor: pointer;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .nav-unit .nav-block .nav-item .nav-mail-btn {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .nav-unit .nav-block .nav-item .nav-mail-btn:hover {
    opacity: 0.5;
  }
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .nav-unit .nav-block .nav-list li:nth-child(1) .nav-en-txt,
.index .nav-unit .nav-block .nav-list li:nth-child(1) .nav-ja-txt {
  color: #899da4;
}

.service .nav-unit .nav-block .nav-list li:nth-child(2) .nav-en-txt,
.service .nav-unit .nav-block .nav-list li:nth-child(2) .nav-ja-txt {
  color: #899da4;
}

.company .nav-unit .nav-block .nav-list li:nth-child(3) .nav-en-txt,
.company .nav-unit .nav-block .nav-list li:nth-child(3) .nav-ja-txt {
  color: #899da4;
}

.news .nav-unit .nav-block .nav-list li:nth-child(4) .nav-en-txt,
.news .nav-unit .nav-block .nav-list li:nth-child(4) .nav-ja-txt {
  color: #899da4;
}

/*-------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------*/
.main {
  /*------------ index ------------*/
}
.main .mv-sec {
  width: 100vw;
  height: 130vh;
  background-image: url(../images/bg-index-mainimg.jpg);
  background-size: cover;
  background-position: center right;
  position: relative;
}
.main .mv-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .main .mv-sec::after {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .main .mv-sec {
    height: 120svh;
    background-position: 75% center;
  }
  .main .mv-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vw;
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .main .mv-sec::before {
    height: 0px;
  }
}
.main .mv-sec .mv-block {
  padding-top: 10.4166666667vw;
  padding-left: 10.4166666667vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main .mv-sec .mv-block {
    padding: 25vw 7% 0 7%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (orientation: landscape) {
  .main .mv-sec .mv-block {
    padding: 15% 5% 5% 5%;
  }
}
.main .mv-sec .mv-block .main-copy {
  opacity: 0;
  filter: blur(100px);
  transition: 2.2s;
}
.main .mv-sec .mv-block .main-copy img {
  width: 33.8541666667vw;
  height: auto;
}
@media (max-width: 1024px) {
  .main .mv-sec .mv-block .main-copy img {
    width: 46.875vw;
  }
}
@media (max-width: 768px) {
  .main .mv-sec .mv-block .main-copy img {
    width: 75vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .main .mv-sec .mv-block .main-copy img {
    width: 45%;
  }
}
.main .mv-sec .mv-block .main-copy.is-show {
  opacity: 1;
  filter: blur(0px);
}
.main .mv-sec .mv-block .sub-copy {
  opacity: 0;
  transition: 2.2s;
  filter: blur(100px);
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.9;
  font-family: "Zen Old Mincho", serif;
  margin-top: 2.34375vw;
  margin-left: 0.2604166667vw;
  color: #0073A1;
}
.main .mv-sec .mv-block .sub-copy.is-show {
  opacity: 1;
  filter: blur(0px);
}
@media (max-width: 768px) {
  .main .mv-sec .mv-block .sub-copy {
    margin-top: 20px;
    font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .main .mv-sec .mv-block .sub-copy {
    width: 50%;
  }
}
.main .index-service-sec {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: clamp(80px, 100 / 1500 * 100vmax, 120px);
       column-gap: clamp(80px, 100 / 1500 * 100vmax, 120px);
  margin-top: -9.375vw;
  padding-left: 12.2395833333vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main .index-service-sec {
    padding-left: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .main .index-service-sec {
    -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
         column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  }
}
.main .index-service-sec .index-service-block {
  display: flex;
  margin-top: 10.2083333333vw;
  -moz-column-gap: clamp(96px, 120 / 1500 * 100vmax, 144px);
       column-gap: clamp(96px, 120 / 1500 * 100vmax, 144px);
}
@media (max-width: 1199px) {
  .main .index-service-sec .index-service-block {
    width: 80%;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .main .index-service-sec .index-service-block {
    width: 85%;
    padding-right: 5%;
  }
}
.main .index-service-sec .index-service-block .index-service-item {
  width: 31.25vw;
}
@media (max-width: 1199px) {
  .main .index-service-sec .index-service-block .index-service-item {
    width: 100%;
  }
}
.main .index-service-sec .index-service-block .index-service-item .index-service-ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .index-service-sec .index-service-block .index-service-item .index-service-ttl {
    font-size: clamp(28 * 0.7px, 28 / 1500 * 100vmax, 28 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .index-service-sec .index-service-block .index-service-item .index-service-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  margin-top: 2.8645833333vw;
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .main .index-service-sec .index-service-block .index-service-item .index-service-txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 2;
    font-family: "Zen Old Mincho", serif;
    margin: 20px auto;
  }
}
.main .index-service-sec .index-service-block .index-service-img {
  width: 39.0625vw;
  height: auto;
}
@media (max-width: 1199px) {
  .main .index-service-sec .index-service-block .index-service-img {
    width: 100%;
    height: 350px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .main .index-service-sec .index-service-block .index-service-img {
    height: 250px;
  }
}
.main .index-company-sec {
  position: relative;
  margin-top: 2.6041666667vw;
}
@media (max-width: 1199px) {
  .main .index-company-sec {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main .index-company-sec {
    margin-top: 60px;
  }
  .main .index-company-sec::before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0) 100%);
  }
}
.main .index-company-sec .index-company-img-wrap {
  width: 18.75vw;
  height: 21.6145833333vw;
  overflow: hidden;
  margin-left: 70%;
}
@media (max-width: 768px) {
  .main .index-company-sec .index-company-img-wrap {
    margin-left: 50%;
    width: 50%;
    height: 250px;
  }
}
.main .index-company-sec .index-company-item {
  width: 31.25vw;
  margin-top: -5.2083333333vw;
  margin-left: 60%;
  margin-bottom: -10.4166666667vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main .index-company-sec .index-company-item {
    width: 80%;
    margin: 70px auto 0;
  }
}
@media (max-width: 768px) {
  .main .index-company-sec .index-company-item {
    width: 85%;
    margin: 40px auto 0;
  }
}
.main .index-company-sec .index-company-item .index-company-ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .index-company-sec .index-company-item .index-company-ttl {
    font-size: clamp(28 * 0.7px, 28 / 1500 * 100vmax, 28 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .index-company-sec .index-company-item .index-company-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  margin-top: 2.8645833333vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .main .index-company-sec .index-company-item .index-company-txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 2;
    font-family: "Zen Old Mincho", serif;
    margin: 20px auto;
  }
}
.main .index-news-sec {
  padding-top: 7.8125vw;
  padding-bottom: 5.2083333333vw;
  padding-left: 7.8125vw;
  padding-right: 5.2083333333vw;
}
@media (max-width: 1199px) {
  .main .index-news-sec {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec {
    padding: 60px 0 20px;
  }
}
.main .index-news-sec .index-news-unit {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(80px, 100 / 1500 * 100vmax, 120px);
       column-gap: clamp(80px, 100 / 1500 * 100vmax, 120px);
}
@media (max-width: 1199px) {
  .main .index-news-sec .index-news-unit {
    -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
         column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit {
    flex-direction: column;
  }
}
.main .index-news-sec .index-news-unit .index-news-ttl-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15.625vw;
  row-gap: clamp(56px, 70 / 1500 * 100vmax, 84px);
}
@media (max-width: 1199px) {
  .main .index-news-sec .index-news-unit .index-news-ttl-block {
    width: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .main .index-news-sec .index-news-unit .index-news-ttl-block .basic-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-ttl-block {
    width: 100%;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block {
  width: 65.1041666667vw;
  height: 25vw;
  padding-bottom: 0.2604166667vw;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .main .index-news-sec .index-news-unit .index-news-list-block {
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  .main .index-news-sec .index-news-unit .index-news-list-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block {
    margin-top: 30px;
    padding: 0 5%;
    height: 80vw;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block::-webkit-scrollbar {
    display: none;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block::-webkit-scrollbar-track {
  background: #E5E5E5;
}
.main .index-news-sec .index-news-unit .index-news-list-block::-webkit-scrollbar-thumb {
  background: #85D0EE;
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list {
  width: 90%;
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list {
    width: 100%;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li {
  border-top: 1px solid #A3A3A3;
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li:last-child {
  border-bottom: 1px solid #A3A3A3;
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  color: #333333;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
  position: relative;
}
@media (max-width: 1199px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn {
    padding: 20px 3px;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0fbff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
  z-index: 1;
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item {
  width: 18.2291666667vw;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item {
    -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
         column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item .index-news-date {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item .index-news-date {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item .index-news-cat {
  max-width: 9.375vw;
  background: #CDECF9;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item .index-news-cat {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-item .index-news-cat {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
    padding: 0 10px;
  }
}
.main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-ttl {
  width: 39.5833333333vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-ttl {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn .index-news-ttl {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .main .index-news-sec .index-news-unit .index-news-list-block .index-news-list li .index-news-btn:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.main {
  /*------------ service ------------*/
}
.main .service-intro-sec {
  margin-top: 7.8125vw;
  margin-left: 50%;
  margin-right: 5%;
}
@media (max-width: 1199px) {
  .main .service-intro-sec {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.main .service-intro-sec .service-intro-ttl {
  font-size: clamp(34 * 0.7px, 34 / 1500 * 100vmax, 34 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
.main .service-intro-sec .service-intro-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .main .service-intro-sec .service-intro-txt {
    margin-top: 30px;
    line-height: 2;
  }
}
.main .service-about-sec {
  margin-bottom: 100vh;
}
@media (max-width: 768px) {
  .main .service-about-sec {
    margin-bottom: 50px;
  }
}
.main .service-about-sec .service-about-block {
  display: flex;
  height: 180vh;
  background: #fff;
}
@media (max-width: 768px) {
  .main .service-about-sec .service-about-block {
    flex-direction: column;
    height: auto;
  }
}
.main .service-about-sec .service-about-block .service-about-item {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12vh;
}
@media (max-width: 768px) {
  .main .service-about-sec .service-about-block .service-about-item {
    width: 100%;
    height: auto;
    padding: 10% 5%;
  }
}
.main .service-about-sec .service-about-block .service-about-item .service-about-ttl {
  text-align: center;
  font-size: clamp(32 * 0.7px, 32 / 1500 * 100vmax, 32 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
.main .service-about-sec .service-about-block .service-about-item .service-about-txt {
  margin-top: 1.8229166667vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  width: 27.8645833333vw;
}
@media (max-width: 768px) {
  .main .service-about-sec .service-about-block .service-about-item .service-about-txt {
    margin-top: 20px;
    width: 100%;
    line-height: 2;
  }
}
.main .service-about-sec .service-about-block .service-img-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .main .service-about-sec .service-about-block .service-img-wrap {
    width: 100%;
    height: 50%;
  }
}
.main .service-about-sec .service-about-block .service-img-wrap .service-img-sub-wrap {
  position: absolute;
  bottom: 50vh;
  left: 50%;
  transform: translate(-50%, 100%);
  overflow: hidden;
  width: 20.8333333333vw;
  height: 26.0416666667vw;
}
@media (max-width: 768px) {
  .main .service-about-sec .service-about-block .service-img-wrap .service-img-sub-wrap {
    bottom: 5vw;
    left: 0;
    transform: translate(0%, 0%);
    width: 45%;
    height: auto;
    margin-left: 5%;
  }
}
.main .service-about-sec .service-about-block .service-img-wrap img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .main .service-about-sec .service-about-block .service-img-wrap img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.main .reason-sec {
  background-image: url(../images/bg-reason.jpg), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.main .reason-sec::before {
  content: "";
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 50vw;
  position: absolute;
  top: -50vw;
  left: 0;
}
@media (max-width: 768px) {
  .main .reason-sec::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .reason-sec {
    background-size: 250vw;
  }
}
.main .reason-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: clamp(72px, 90 / 1500 * 100vmax, 108px);
       column-gap: clamp(72px, 90 / 1500 * 100vmax, 108px);
  padding-left: 9.375vw;
  padding-right: 9.375vw;
}
@media (max-width: 1199px) {
  .main .reason-block {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
.main .reason-block + .reason-block {
  margin-top: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .reason-block + .reason-block {
    margin-top: 130px;
  }
}
.main .reason-block::before {
  font-size: clamp(200 * 0.7px, 200 / 1500 * 100vmax, 200 * 1.05px);
  font-weight: 500;
  letter-spacing: calc(0 1.5 * 0.01em);
  margin-right: calc(0 1.5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  position: absolute;
  z-index: 1;
  top: -12.2395833333vw;
}
@media (max-width: 768px) {
  .main .reason-block::before {
    font-size: clamp(100 * 0.7px, 100 / 1500 * 100vmax, 100 * 1.05px);
    font-weight: 500;
    letter-spacing: calc(0 1.5 * 0.01em);
    margin-right: calc(0 1.5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
    top: -50px;
    transform: translate(-50%, -50%);
  }
}
.main .reason-block.is-first {
  margin-top: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .reason-block.is-first {
    margin-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
    flex-direction: column-reverse;
  }
}
.main .reason-block.is-first::before {
  content: "01";
  color: #fff;
  left: -1.1979166667vw;
}
@media (max-width: 768px) {
  .main .reason-block.is-first::before {
    left: 50%;
  }
}
@media (max-width: 768px) {
  .main .reason-block.is-second {
    flex-direction: column;
  }
}
.main .reason-block.is-second::before {
  content: "02";
  color: #C6EBFA;
  right: -1.1979166667vw;
}
@media (max-width: 768px) {
  .main .reason-block.is-second::before {
    right: auto;
    left: 50%;
  }
}
.main .reason-block.is-third {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .main .reason-block.is-third {
    flex-direction: column;
  }
}
.main .reason-block.is-third::before {
  content: "03";
  color: #C6EBFA;
  left: -1.1979166667vw;
}
@media (max-width: 768px) {
  .main .reason-block.is-third::before {
    left: 50%;
  }
}
.main .reason-block .maker-list {
  width: 40.3645833333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .main .reason-block .maker-list {
    width: 100%;
    margin-top: 30px;
    gap: 10px 6px;
  }
}
.main .reason-block .maker-list li {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateY(50px);
  opacity: 0;
}
@media (max-width: 768px) {
  .main .reason-block .maker-list li {
    width: 32%;
    height: auto;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #cbdae6;
  }
}
.main .reason-block .maker-list li.is-active {
  transform: translateY(0);
  opacity: 1;
}
.main .reason-block .maker-list li .maker-bnr {
  width: 13.0208333333vw;
  height: 5.46875vw;
  padding: 1.0416666667vw;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .main .reason-block .maker-list li .maker-bnr {
    width: 100%;
    height: auto;
  }
}
.main .reason-block .maker-list li .maker-bnr.no-url {
  pointer-events: none;
}
@media (min-width: 769px) {
  .main .reason-block .maker-list li .maker-bnr:hover {
    transform: scale(0.93);
  }
}
.main .reason-block .maker-list li .maker-bnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main .reason-block .maker-list li .maker-bnr img {
    width: 95%;
    height: 95%;
  }
}
.main .reason-block .maker-list li .maker-bnr .maker-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .reason-block .maker-list li .maker-bnr .maker-txt {
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .reason-block .reason-item {
  width: 33.8541666667vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main .reason-block .reason-item {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .main .reason-block .reason-item {
    width: 100%;
  }
}
.main .reason-block .reason-item .reason-ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .reason-block .reason-item .reason-ttl {
    text-align: center;
  }
}
.main .reason-block .reason-item .reason-txt {
  margin-top: 2.0833333333vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .reason-block .reason-item .reason-txt {
    margin-top: 20px;
    font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .reason-block .reason-img-list {
  width: 45.5729166667vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .main .reason-block .reason-img-list {
    margin-top: 4vh;
    width: 100%;
  }
}
.main .reason-block .reason-img-list > li {
  width: 100%;
  height: 22.65625vw;
}
@media (max-width: 768px) {
  .main .reason-block .reason-img-list > li {
    height: 30vh;
  }
}
.main .reason-block .reason-img-list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .reason-block .reason-img-list > li + li {
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .main .reason-block .reason-img-list > li + li {
    margin-top: 2vh;
  }
}
.main .voice-sec {
  display: flex;
  justify-content: space-between;
  margin-left: 10.4166666667vw;
  margin-right: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .voice-sec {
    margin: 0 5%;
  }
}
.main .voice-list {
  width: 80%;
}
.main .voice-list li {
  display: flex;
  -moz-column-gap: clamp(56px, 70 / 1500 * 100vmax, 84px);
       column-gap: clamp(56px, 70 / 1500 * 100vmax, 84px);
  padding-bottom: 2.6041666667vw;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 768px) {
  .main .voice-list li {
    padding-bottom: 25px;
    flex-direction: column;
    align-items: center;
  }
}
.main .voice-list li + li {
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .main .voice-list li + li {
    margin-top: 25px;
  }
}
.main .voice-list li .icon-img {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .voice-list li .icon-img {
    width: 75px;
    height: 75px;
  }
}
.main .voice-list li .voice-item .voice-ttl {
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .voice-list li .voice-item .voice-ttl {
    font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    margin-top: 10px;
  }
}
.main .voice-list li .voice-item .voice-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .main .voice-list li .voice-item .voice-txt {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
    margin-top: 8px;
  }
}
.main .voice-list li .voice-item .voice-name {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0.5208333333vw;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
}
@media (max-width: 768px) {
  .main .voice-list li .voice-item .voice-name {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
    margin-top: 13px;
  }
}
.main .voice-list li .voice-item .voice-name::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #85D0EE;
  display: inline-block;
}
.main .faq-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 7.8125vw;
  margin-left: 10.4166666667vw;
  margin-right: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .faq-sec {
    margin: 60px 5% 0;
  }
}
.main .faq-list {
  width: 80%;
}
.main .faq-list .faq-btn {
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  background: #F4F4F4;
  cursor: pointer;
  transition: 0.7s;
}
.main .faq-list .faq-btn + .faq-btn {
  margin-top: 0.5208333333vw;
}
@media (max-width: 768px) {
  .main .faq-list .faq-btn + .faq-btn {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .main .faq-list .faq-btn {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .main .faq-list .faq-btn:hover {
    background: #e0e0e0;
  }
}
.main .faq-list .faq-btn .question-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .faq-list .faq-btn .question-item .question-txt {
  width: 90%;
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .faq-list .faq-btn .question-item .question-txt {
    font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .faq-list .faq-btn .question-item .faq-icon-item {
  position: relative;
  display: inline-block;
  width: 3.125vw;
  height: 3.125vw;
}
@media (max-width: 768px) {
  .main .faq-list .faq-btn .question-item .faq-icon-item {
    width: 17px;
    height: 17px;
  }
}
.main .faq-list .faq-btn .question-item .faq-icon-item::before, .main .faq-list .faq-btn .question-item .faq-icon-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0073A1;
  transition: 0.4s;
}
.main .faq-list .faq-btn .question-item .faq-icon-item::before {
  width: 2px;
  height: 100%;
  background: #0073A1;
}
.main .faq-list .faq-btn .question-item .faq-icon-item::after {
  width: 100%;
  height: 2px;
  background: #0073A1;
}
.main .faq-list .faq-btn .question-item .faq-icon-item.is-active::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.main .faq-list .faq-btn .answer-item {
  display: none;
}
.main .faq-list .faq-btn .answer-item .answer-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1.5625vw;
  padding-top: 1.0416666667vw;
  border-top: 1px solid #A3A3A3;
}
@media (max-width: 768px) {
  .main .faq-list .faq-btn .answer-item .answer-txt {
    margin-top: 15px;
    padding-top: 15px;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
  }
}
.main {
  /*------------ company ------------*/
}
.main .greeting-sec {
  display: flex;
  margin-top: 8.3333333333vw;
  margin-left: 10.4166666667vw;
  margin-right: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .greeting-sec {
    flex-direction: column;
    margin: 30px 5% 0;
  }
}
.main .greeting-sec .greeting-img {
  width: 27.0833333333vw;
  height: 36.4583333333vw;
  margin-right: 8.8541666667vw;
}
@media (max-width: 768px) {
  .main .greeting-sec .greeting-img {
    width: 80%;
    height: 85vw;
    margin: auto;
  }
}
.main .greeting-sec .greeting-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .greeting-sec .greeting-block {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .main .greeting-sec .greeting-block {
    margin-top: 20px;
  }
}
.main .greeting-sec .greeting-block .greeting-ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .greeting-sec .greeting-block .greeting-ttl {
    font-size: clamp(23 * 0.8888888889px, 23 / 1500 * 100vmax, 23 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .greeting-sec .greeting-block .greeting-txt {
  margin-top: 3.125vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .greeting-sec .greeting-block .greeting-txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .greeting-sec .greeting-block .greeting-name {
  margin-top: 4.1666666667vw;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  text-align: right;
}
@media (max-width: 768px) {
  .main .greeting-sec .greeting-block .greeting-name {
    font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .policy-sec {
  margin-top: 4.6875vw;
}
@media (max-width: 768px) {
  .main .policy-sec {
    margin-top: 50px;
  }
}
.main .policy-sec .policy-dec-txt {
  white-space: nowrap;
  font-size: 12.5vw;
  font-family: "Lustria", serif;
  text-align: center;
  color: #C6EBFA;
}
.main .policy-sec .policy-block {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6039215686);
  border-radius: 10px;
  width: 70%;
  margin-top: 5.2083333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  padding-left: 10.4166666667vw;
  padding-right: 10.4166666667vw;
}
@media (max-width: 1024px) {
  .main .policy-sec .policy-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .main .policy-sec .policy-block {
    background: rgba(255, 255, 255, 0.6980392157);
    padding-bottom: 5vh;
  }
}
.main .policy-sec .policy-block .policy-txt {
  text-align: center;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
}
.main .policy-sec .policy-block .policy-txt + .policy-txt {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .main .policy-sec .policy-block .policy-txt {
    font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .overview-sec {
  margin-top: 7.8125vw;
  margin-left: 10.4166666667vw;
  display: flex;
  -moz-column-gap: clamp(128px, 160 / 1500 * 100vmax, 192px);
       column-gap: clamp(128px, 160 / 1500 * 100vmax, 192px);
}
@media (max-width: 1024px) {
  .main .overview-sec {
    -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
         column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
  }
}
@media (max-width: 768px) {
  .main .overview-sec {
    margin: 75px 5% 0;
    -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
         column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  }
}
.main .overview-sec .overview-list {
  width: auto;
}
@media (max-width: 1024px) {
  .main .overview-sec .overview-list {
    width: 100%;
  }
}
.main .overview-sec .overview-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  padding-top: 1.3020833333vw;
  padding-bottom: 1.3020833333vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  border-top: 1px solid #A3A3A3;
}
.main .overview-sec .overview-list li:last-child {
  border-bottom: 1px solid #A3A3A3;
}
@media (max-width: 768px) {
  .main .overview-sec .overview-list li {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  }
}
.main .overview-sec .overview-list li .overview-list-ttl {
  width: 14.0625vw;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .overview-sec .overview-list li .overview-list-ttl {
    width: 100%;
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .overview-sec .overview-list li .overview-list-txt {
  width: 45.8333333333vw;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .overview-sec .overview-list li .overview-list-txt {
    width: 100%;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.65;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .access-sec {
  margin-top: 7.8125vw;
  margin-left: 10.4166666667vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main .access-sec {
    -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
         column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
  }
}
@media (max-width: 768px) {
  .main .access-sec {
    margin: 75px 0 0 5%;
    -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
         column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  }
}
@media (max-width: 768px) {
  .main .access-sec .access-block {
    width: 80%;
  }
}
.main .access-sec .access-block .address-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .main .access-sec .access-block .address-txt {
    line-height: 1.7;
    margin-bottom: 30px;
    margin-right: 5%;
  }
}
.main .access-sec .access-block .access-item {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  margin-right: 10.4166666667vw;
  background: #F4F4F4;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  border-left: 5px solid #0073A1;
}
@media (max-width: 1024px) {
  .main .access-sec .access-block .access-item {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 6%;
  }
}
.main .access-sec .access-block .access-item + .access-item {
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item + .access-item {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item .access-element {
    display: flex;
    -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
         column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.main .access-sec .access-block .access-item .access-element .access-icon {
  width: 3.3854166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item .access-element .access-icon {
    width: 6vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main .access-sec .access-block .access-item .access-element .access-sp-txt {
  display: none;
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item .access-element .access-sp-txt {
    display: block;
    color: #0073A1;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .access-sec .access-block .access-item .access-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  width: 56.7708333333vw;
}
@media (max-width: 1024px) {
  .main .access-sec .access-block .access-item .access-txt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item .access-txt {
    margin-top: 8px;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .access-sec .access-block .access-item .access-txt > span {
  display: block;
}
@media (max-width: 768px) {
  .main .access-sec .access-block .access-item .access-txt > span {
    display: none;
  }
}
.main .access-sec .access-block .map-item {
  margin-top: 3.125vw;
  width: 100%;
  height: 26.0416666667vw;
}
@media (max-width: 768px) {
  .main .access-sec .access-block .map-item {
    margin-top: 15px;
    height: 45vh;
  }
}
.main .privacy-sec {
  margin-top: 7.8125vw;
  margin-left: 10.4166666667vw;
  margin-right: 10.4166666667vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main .privacy-sec {
    -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
         column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
    margin-left: 5.7291666667vw;
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .main .privacy-sec {
    margin: 75px 5% 0;
    -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
         column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  }
}
.main .privacy-sec .privacy-block {
  width: 62.5vw;
  height: 26.0416666667vw;
  background: #F4F4F4;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 4.1666666667vw;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  .main .privacy-sec .privacy-block {
    width: 87%;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .main .privacy-sec .privacy-block {
    height: 90vw;
    padding: 5%;
  }
}
.main .privacy-sec .privacy-block::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 50px;
}
.main .privacy-sec .privacy-block::-webkit-scrollbar-track {
  background: #E5E5E5;
}
.main .privacy-sec .privacy-block::-webkit-scrollbar-thumb {
  background: #85D0EE;
}
.main .privacy-sec .privacy-block > p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .privacy-sec .privacy-block > p {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
  }
}
.main {
  /*------------ news ------------*/
}
.main .news-list {
  margin-left: 10.4166666667vw;
  margin-right: 10.4166666667vw;
}
@media (max-width: 768px) {
  .main .news-list {
    margin: 0 5%;
  }
}
.main .news-list li {
  padding-top: 3.125vw;
  padding-bottom: 4.1666666667vw;
  border-bottom: 1px solid #A3A3A3;
}
@media (max-width: 768px) {
  .main .news-list li {
    padding: 25px 0 40px;
  }
}
.main .news-list li .news-item-data {
  display: flex;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  align-items: center;
  justify-content: flex-start;
}
.main .news-list li .news-item-data .news-date {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .news-list li .news-item-data .news-date {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .news-list li .news-item-data .news-cat {
  background: #CDECF9;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
}
@media (max-width: 768px) {
  .main .news-list li .news-item-data .news-cat {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
    padding: 0 10px;
  }
}
.main .news-list li .news-ttl {
  margin-top: 1.5625vw;
  font-size: clamp(28 * 0.7px, 28 / 1500 * 100vmax, 28 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .news-list li .news-ttl {
    font-size: clamp(23 * 0.8888888889px, 23 / 1500 * 100vmax, 23 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    margin-top: 10px;
  }
}
.main .news-list li .news-block {
  display: flex;
  -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
       column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .main .news-list li .news-block {
    margin-top: 15px;
    flex-direction: column;
  }
}
.main .news-list li .news-block .news-item-txt {
  width: 55.2083333333vw;
}
@media (max-width: 768px) {
  .main .news-list li .news-block .news-item-txt {
    width: 100%;
  }
}
.main .news-list li .news-block .news-item-txt.is-no-img {
  width: 100%;
}
.main .news-list li .news-block .news-item-txt .news-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .main .news-list li .news-block .news-item-txt .news-txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .news-list li .news-block .news-item-txt .link-btn {
  display: inline-block;
  margin-top: 1.5625vw;
}
.main .news-list li .news-block .news-item-txt .link-btn > p {
  width: -moz-max-content;
  width: max-content;
  display: inline;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #0073A1;
  position: relative;
  transition: 0.5s;
  padding-right: 110px;
}
@media (max-width: 768px) {
  .main .news-list li .news-block .news-item-txt .link-btn > p {
    padding-right: 68px;
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
  }
}
.main .news-list li .news-block .news-item-txt .link-btn > p::after {
  content: "";
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #0073A1;
  display: inline-block;
  width: 99px;
  height: 6.5px;
  position: absolute;
  bottom: 9px;
  right: 0;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .main .news-list li .news-block .news-item-txt .link-btn > p::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .news-list li .news-block .news-item-txt .link-btn {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .main .news-list li .news-block .news-item-txt .link-btn:hover > p::after {
    transform: translateX(15px);
  }
}
.main .news-list li .news-block .news-img {
  width: 18.75vw;
  height: 13.0208333333vw;
}
.main .news-list li .news-block .news-img + .news-img {
  display: none;
}
@media (max-width: 768px) {
  .main .news-list li .news-block .news-img {
    width: 100%;
    height: 30vh;
    margin-top: 20px;
  }
}
.main .pager-list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.1666666667vw;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
}
@media (max-width: 768px) {
  .main .pager-list {
    margin-top: 40px;
  }
}
.main .pager-list > li .num-btn {
  display: block;
  position: relative;
  background: #F4F4F4;
  width: 3.125vw;
  height: 3.125vw;
}
@media (max-width: 1024px) {
  .main .pager-list > li .num-btn {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .main .pager-list > li .num-btn {
    width: 35px;
    height: 35px;
  }
}
.main .pager-list > li .num-btn > p {
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  transition: all 0.3s ease;
}
.main .pager-list > li .num-btn.is-current {
  pointer-events: none;
  background: #CDECF9;
}
@media (min-width: 769px) {
  .main .pager-list > li .num-btn:hover {
    background: #e2e2e2;
  }
}
.main .pager-list > li .prev-btn,
.main .pager-list > li .next-btn {
  display: block;
}
.main .pager-list > li .prev-btn > p,
.main .pager-list > li .next-btn > p {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #333333;
  position: relative;
}
@media (max-width: 768px) {
  .main .pager-list > li .prev-btn > p,
  .main .pager-list > li .next-btn > p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.main .pager-list > li .prev-btn > p::before,
.main .pager-list > li .next-btn > p::before {
  content: "";
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #333333;
  display: inline-block;
  width: 80px;
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .main .pager-list > li .prev-btn > p::before,
  .main .pager-list > li .next-btn > p::before {
    display: none;
  }
}
.main .pager-list > li .prev-btn {
  margin-right: 4.1666666667vw;
}
.main .pager-list > li .prev-btn > p {
  padding-left: 110px;
}
@media (max-width: 768px) {
  .main .pager-list > li .prev-btn > p {
    padding: 0;
  }
}
.main .pager-list > li .prev-btn > p::before {
  left: 0;
  transform: rotateY(180deg);
}
@media (min-width: 769px) {
  .main .pager-list > li .prev-btn:hover > p::before {
    transform: rotateY(180deg) translateX(10px);
  }
}
.main .pager-list > li .next-btn {
  margin-left: 4.1666666667vw;
}
.main .pager-list > li .next-btn > p {
  padding-right: 110px;
}
@media (max-width: 768px) {
  .main .pager-list > li .next-btn > p {
    padding: 0;
  }
}
.main .pager-list > li .next-btn > p::before {
  right: 0;
}
@media (min-width: 769px) {
  .main .pager-list > li .next-btn:hover > p::before {
    transform: translateX(10px);
  }
}
.main {
  /*------------ 404 ------------*/
}
.main .notfound-unit {
  margin-top: 4.1666666667vw;
  margin-bottom: 2.6041666667vw;
  text-align: center;
  padding: 0 5%;
}
.main .notfound-unit .notfound-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .main .notfound-unit .notfound-txt {
    text-align: left;
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  padding-top: 6.25vw;
  overflow: hidden;
}
.footer .cta-unit {
  background-position-y: 2.6041666667vw;
  background-image: url(../images/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 5.7291666667vw;
  padding-bottom: 5.7291666667vw;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .cta-unit {
    background-position-y: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .footer .cta-unit {
    background-position-y: 50px;
  }
}
@media (max-width: 768px) {
  .footer .cta-unit {
    padding: 5% 5% 30vh 5%;
  }
}
.footer .cta-unit .cta-block .cta-en-ttl {
  font-size: clamp(220 * 0.7px, 220 / 1500 * 100vmax, 220 * 1.05px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
  color: #C6EBFA;
  margin-left: -0.78125vw;
}
@media (max-width: 768px) {
  .footer .cta-unit .cta-block .cta-en-ttl {
    font-size: 78px;
    font-size: 4.875rem;
  }
}
.footer .cta-unit .cta-block .cta-item .cta-ja-ttl {
  font-size: clamp(39 * 0.7px, 39 / 1500 * 100vmax, 39 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  margin-top: 15px;
}
.footer .cta-unit .cta-block .cta-item .cta-txt {
  margin-top: 2.6041666667vw;
  font-size: clamp(23 * 0.8888888889px, 23 / 1500 * 100vmax, 23 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .footer .cta-unit .cta-block .cta-item .cta-txt {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 25px;
  }
}
.footer .cta-unit .cta-block .cta-item .cta-mail-btn {
  font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #333333;
  color: #333333;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer .cta-unit .cta-block .cta-item .cta-mail-btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .footer .cta-unit .cta-block .cta-item .cta-mail-btn:hover {
    opacity: 0.5;
  }
}
.footer .cta-unit .cta-block .cta-tel-btn {
  display: block;
  margin-top: 2.0833333333vw;
  pointer-events: none;
  color: #333333;
  font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-family: "Lustria", serif;
}
@media (max-width: 768px) {
  .footer .cta-unit .cta-block .cta-tel-btn {
    pointer-events: all;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.footer .cta-unit .cta-parallax-item {
  width: 49.53125vw;
  height: 41.09375vw;
  position: absolute;
  z-index: 1;
  bottom: -10.4166666667vw;
  right: 0;
}
@media (max-width: 1700px) {
  .footer .cta-unit .cta-parallax-item {
    bottom: -14.5833333333vw;
  }
}
@media (max-width: 1300px) {
  .footer .cta-unit .cta-parallax-item {
    right: -15%;
    bottom: -18.2291666667vw;
  }
}
@media (max-width: 1199px) {
  .footer .cta-unit .cta-parallax-item {
    right: -20%;
    bottom: -20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .footer .cta-unit .cta-parallax-item {
    bottom: -26.0416666667vw;
    right: -25%;
  }
}
@media (max-width: 768px) {
  .footer .cta-unit .cta-parallax-item {
    width: 90%;
    height: auto;
    bottom: -40vw;
    right: 0;
  }
}
.footer .ft-unit {
  background: #333333;
  display: flex;
  justify-content: space-between;
  padding-top: 4.1666666667vw;
  padding-bottom: 3.125vw;
  padding-left: 6.7708333333vw;
  padding-right: 6.7708333333vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .footer .ft-unit {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .footer .ft-unit .ft-block {
    width: 28.6458333333vw;
  }
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-block {
    width: 100%;
  }
}
.footer .ft-unit .ft-block .ft-logo-btn {
  display: block;
  width: 13.125vw;
  height: 3.1770833333vw;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-block .ft-logo-btn {
    width: 50%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer .ft-unit .ft-block .ft-logo-btn .logo-svg {
  width: 100%;
  height: 101%;
  fill: #fff;
}
.footer .ft-unit .ft-block .ft-company-name {
  margin-top: 0.5208333333vw;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-block .ft-company-name {
    margin-top: -15px;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
  }
}
.footer .ft-unit .ft-block .ft-address {
  margin-top: 2.8645833333vw;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-block .ft-address {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
    line-height: 1.8;
  }
}
.footer .ft-unit .ft-block .ft-sns-btn {
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .ft-unit .ft-block .ft-sns-btn:hover {
    opacity: 0.5;
  }
}
.footer .ft-unit .ft-block .ft-sns-btn .icon-sns {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  fill: #fff;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-block .ft-sns-btn .icon-sns {
    width: 35px;
    height: 35px;
  }
}
.footer .ft-unit .ft-nav-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer .ft-unit .ft-nav-wrap .ft-nav-list {
  display: flex;
  -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
       column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-nav-wrap .ft-nav-list {
    display: none;
  }
}
.footer .ft-unit .ft-nav-wrap .ft-nav-list li .ft-nav-btn {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  display: block;
}
.footer .ft-unit .ft-nav-wrap small {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  color: #A4A4A4;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-nav-wrap small {
    text-align: left;
    margin-top: 20px;
  }
}

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