/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./node_modules/top-validation/dist/css/top_validation.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1019607843);
  z-index: 1000;
  padding: 16px 24px;
}

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

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

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

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

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

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

.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}

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

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

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

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

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

p.val-err:before {
  content: "※";
}

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

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

.check_any_required.val-through input:not([type=radio]):not([type=checkbox]):not(.val-err), .check_any_required.val-through select:not(.val-err), .check_any_required.val-through textarea:not(.val-err) {
  background-color: var(--topValidationThroughBg, #E2FBE2) !important;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #FF7300;
  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: #FF7300;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
}
.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: #DEDEDE;
}
.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 #DEDEDE;
}
.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: #DEDEDE;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #DEDEDE;
}
.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: #DEDEDE;
}
.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: 27px;
  font-size: 1.6875rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #fff;
  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(255, 115, 0, 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: 18px;
  font-size: 1.125rem;
  color: #333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #FF7300;
  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 h1 a {
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: auto;
  height: auto;
}
body.login #login #nav a,
body.login #login #backtoblog a {
  color: #333333;
  font-weight: bold;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
@keyframes nav-item-in {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nav-character-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  36% {
    opacity: 1;
    transform: translateY(-12px);
  }
  56% {
    transform: translateY(7px);
  }
  72% {
    transform: translateY(-4px);
  }
  86% {
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nav-item-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-14px);
  }
}
@keyframes nav-character-bounce-out {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  35% {
    transform: translateY(-6px) scale(1.01);
  }
  100% {
    opacity: 0;
    transform: translateY(42px) scale(0.9);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .trigger_btn {
  display: none;
}
@media (max-width: 900px) {
  .header .trigger_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 20;
    cursor: pointer;
  }
}
@media (max-width: 900px) {
  .header .trigger_btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  .header .trigger_btn span:nth-child(1) {
    background: linear-gradient(to right, #1f7ae0 30%, #FF7300 30%);
  }
  .header .trigger_btn span:nth-child(2) {
    background: linear-gradient(to right, #1f7ae0 50%, #FF7300 50%);
  }
  .header .trigger_btn span:nth-child(3) {
    background: linear-gradient(to right, #1f7ae0 70%, #FF7300 70%);
  }
}
.header .nav_unit {
  width: 100%;
}
@media (max-width: 900px) {
  .header .nav_unit {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: visible;
    z-index: 15;
  }
  .header .nav_unit::before {
    content: "";
    display: none;
    background-image: url("../images/character_sp_nav.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height: 16vh;
    position: absolute;
    left: 0;
    bottom: -3%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transform: translateY(48px) scale(0.9);
  }
}
.header .nav_unit .nav_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375vw 2.6041666667vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .header .nav_unit .nav_block {
    padding: 0.9375vw 1.3020833333vw;
  }
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10%;
    row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  }
}
.header .nav_unit .nav_block .hd_logo_btn {
  display: block;
  padding-top: 0.78125vw;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header .nav_unit .nav_block .hd_logo_btn {
    width: 200px;
  }
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_logo_btn {
    width: min(60vw, 220px);
    position: fixed;
    top: 25px;
    left: 23px;
    z-index: 10;
  }
}
@media (min-width: 769px) {
  .header .nav_unit .nav_block .hd_logo_btn:hover {
    opacity: 0.5;
  }
}
.header .nav_unit .nav_block .hd_nav {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
}
@media (max-width: 1200px) {
  .header .nav_unit .nav_block .hd_nav {
    -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
         column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_nav {
    display: none;
    flex-direction: column;
    row-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
    width: 100%;
    padding-top: 25%;
  }
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_nav li {
    width: 100%;
    opacity: 0;
    transform: translateY(-14px);
  }
}
.header .nav_unit .nav_block .hd_nav li .nav_btn {
  display: block;
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_nav li .nav_btn {
    text-align: center;
  }
}
.header .nav_unit .nav_block .hd_nav li .nav_btn p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header .nav_unit .nav_block .hd_nav li .nav_btn p {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_nav li .nav_btn p {
    font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
@media (min-width: 769px) {
  .header .nav_unit .nav_block .hd_nav li .nav_btn:hover > p {
    color: #FF7300;
  }
}
.header .nav_unit .nav_block .hd_contact_btn {
  display: block;
  align-items: center;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 50px;
  padding: 0.6770833333vw 1.8229166667vw;
  position: relative;
  overflow: hidden;
}
.header .nav_unit .nav_block .hd_contact_btn::before, .header .nav_unit .nav_block .hd_contact_btn::after {
  content: "";
  display: inline-block;
  width: 110%;
  height: 110%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
}
.header .nav_unit .nav_block .hd_contact_btn::before {
  transition: transform 0.2s ease;
  background: #0074BC;
}
.header .nav_unit .nav_block .hd_contact_btn::after {
  transition: transform 0.5s ease;
  background: #FF7300;
}
@media (min-width: 769px) {
  .header .nav_unit .nav_block .hd_contact_btn:hover::before, .header .nav_unit .nav_block .hd_contact_btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header .nav_unit .nav_block .hd_contact_btn:hover p {
    color: #fff;
  }
  .header .nav_unit .nav_block .hd_contact_btn:hover p::before {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .header .nav_unit .nav_block .hd_contact_btn {
    padding: 0.6770833333vw 1.3020833333vw;
  }
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_contact_btn {
    width: -moz-max-content;
    width: max-content;
    margin: 15px auto 0;
    text-align: center;
    padding: 4% 12%;
  }
}
.header .nav_unit .nav_block .hd_contact_btn p {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  font-size: clamp(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 Kaku Gothic Antique", sans-serif;
  color: #333333;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .hd_contact_btn p {
    justify-content: center;
    font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
.header .nav_unit .nav_block .hd_contact_btn p::before {
  content: "\e158";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  transition: all 0.3s ease;
}
.header .nav_unit .nav_block .sp-only_nav_item {
  display: none;
}
@media (max-width: 900px) {
  .header .nav_unit .nav_block .sp-only_nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
         column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
    opacity: 0;
    transform: translateY(-14px);
  }
  .header .nav_unit .nav_block .sp-only_nav_item .sp_hd_youtube {
    width: 40px;
  }
  .header .nav_unit .nav_block .sp-only_nav_item .sp_hd_partner {
    width: 150px;
  }
}
@media (max-width: 900px) {
  .header.is-open .nav_unit, .header.is-closing .nav_unit {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 10% 0 0 0;
    background: rgba(255, 255, 255, 0.96);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .header.is-open .nav_unit, .header.is-closing .nav_unit {
    height: 100svh;
  }
}
@media (max-width: 900px) {
  .header.is-open .nav_unit .hd_nav, .header.is-closing .nav_unit .hd_nav {
    display: flex;
  }
}
@media (max-width: 900px) {
  .header.is-open .nav_unit .sp-only_nav_item, .header.is-closing .nav_unit .sp-only_nav_item {
    animation: nav-item-in 0.3s ease-out 0s normal both;
    animation-delay: 0.6s;
    animation-fill-mode: both;
  }
}
.header.is-open .trigger_btn span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.header.is-open .trigger_btn span:nth-child(2) {
  opacity: 0;
}
.header.is-open .trigger_btn span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
@media (max-width: 900px) {
  .header.is-open .nav_unit::before {
    display: inline-block;
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: nav-character-bounce-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.78s normal both;
  }
}
@media (max-width: 900px) {
  .header.is-open .nav_unit .hd_nav li {
    animation: nav-item-in 0.3s ease-out 0s normal both;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(1) {
    animation-delay: 0.04s;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(2) {
    animation-delay: 0.12s;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(3) {
    animation-delay: 0.2s;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(4) {
    animation-delay: 0.28s;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(5) {
    animation-delay: 0.36s;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(6) {
    animation-delay: 0.44s;
  }
  .header.is-open .nav_unit .hd_nav li:nth-child(7) {
    animation-delay: 0.52s;
  }
}
@media (max-width: 900px) {
  .header.is-closing .nav_unit::before {
    display: inline-block;
    animation: nav-character-bounce-out 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s normal both;
  }
}
@media (max-width: 900px) {
  .header.is-closing .nav_unit .hd_nav li {
    animation: nav-item-out 0.3s ease-in 0s normal both;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(1) {
    animation-delay: 0.52s;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(2) {
    animation-delay: 0.44s;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(3) {
    animation-delay: 0.36s;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(4) {
    animation-delay: 0.28s;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(5) {
    animation-delay: 0.2s;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(6) {
    animation-delay: 0.12s;
  }
  .header.is-closing .nav_unit .hd_nav li:nth-child(7) {
    animation-delay: 0.04s;
  }
}

@media (max-width: 900px) {
  body.is-nav-open {
    overflow: hidden;
  }
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.home .nav_unit .nav_block .hd_nav li:nth-child(1) .nav_btn > p {
  color: #FF7300;
}

.news .nav_unit .nav_block .hd_nav li:nth-child(2) .nav_btn > p {
  color: #FF7300;
}

.thermal .nav_unit .nav_block .hd_nav li:nth-child(3) .nav_btn > p {
  color: #FF7300;
}

.earthquake-proof .nav_unit .nav_block .hd_nav li:nth-child(4) .nav_btn > p {
  color: #FF7300;
}

.works .nav_unit .nav_block .hd_nav li:nth-child(5) .nav_btn > p {
  color: #FF7300;
}

.works_tax .nav_unit .nav_block .hd_nav li:nth-child(5) .nav_btn > p {
  color: #FF7300;
}

.single .nav_unit .nav_block .hd_nav li:nth-child(5) .nav_btn > p {
  color: #FF7300;
}

.company .nav_unit .nav_block .hd_nav li:nth-child(6) .nav_btn > p {
  color: #FF7300;
}

.contact .nav_unit .nav_block .hd_nav li:nth-child(7) .nav_btn > p {
  color: #FF7300;
}

/*-------------------------------------------------------------------------------
  opening
--------------------------------------------------------------------------------*/
.opening_block {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.opening_block .opening_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 100%;
  height: 28.125vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.mainimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 900px) {
  .mainimg {
    height: 250px;
  }
}
.mainimg.mainimg--01 {
  background-image: url("../images/img_sub_mv_01.jpg");
}
.mainimg.mainimg--02 {
  background-image: url("../images/img_sub_mv_02.jpg");
}
.mainimg.mainimg--03 {
  background-image: url("../images/img_sub_mv_03.jpg");
}
.mainimg.mainimg--04 {
  background-image: url("../images/img_sub_mv_04.jpg");
}
.mainimg.mainimg--05 {
  background-image: url("../images/img_sub_mv_05.jpg");
}
.mainimg.mainimg--06 {
  background-image: url("../images/img_sub_mv_06.jpg");
}

.mainimg_ttl_wrap {
  display: flex;
  justify-content: space-between;
  padding: 2.6041666667vw 5.2083333333vw 9.375vw;
}
@media (max-width: 900px) {
  .mainimg_ttl_wrap {
    padding: 5% 5% 50px;
    flex-direction: column;
  }
}
.mainimg_ttl_wrap .mainimg_ttl {
  font-size: clamp(64 * 0.7px, 64 / 1500 * 100vmax, 64 * 1.05px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
}
@media (max-width: 900px) {
  .mainimg_ttl_wrap .mainimg_ttl {
    font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
.mainimg_ttl_wrap .breadcrumb {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 900px) {
  .mainimg_ttl_wrap .breadcrumb {
    margin: 10px 0 0 auto;
  }
}
.mainimg_ttl_wrap .breadcrumb li {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
}
@media (max-width: 900px) {
  .mainimg_ttl_wrap .breadcrumb li {
    font-size: clamp(13px, 12 / 1500 * 100vmax, 12 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
.mainimg_ttl_wrap .breadcrumb li a,
.mainimg_ttl_wrap .breadcrumb li span {
  color: inherit;
}
@media (max-width: 900px) {
  .mainimg_ttl_wrap .breadcrumb li .sp-only_nav_item {
    animation: nav-item-in 0.3s ease-out 0s normal both;
    animation-delay: 0.6s;
    animation-fill-mode: both;
  }
}
@media (max-width: 900px) {
  .mainimg_ttl_wrap .breadcrumb li .sp-only_nav_item {
    animation: nav-item-out 0.3s ease-in 0s normal both;
    animation-delay: 0s;
    animation-fill-mode: both;
  }
}
.mainimg_ttl_wrap .breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
  color: #333333;
}
.mainimg_ttl_wrap .breadcrumb li:last-child {
  color: #FF7300;
}

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

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

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

.breadcrumb > li a {
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .breadcrumb > li a:hover {
    opacity: 0.5;
  }
}

.basic_btn {
  display: block;
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  background: #FF7300;
  border-radius: 50px;
  padding: 1.5625vw 1.5625vw 1.5625vw 0;
}
@media (max-width: 768px) {
  .basic_btn {
    padding: 17px 30px;
  }
}
.basic_btn.is_tab_icon > p .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "opsz" 24;
  line-height: 1;
  vertical-align: middle;
  padding-right: 1.0416666667vw;
}
.basic_btn.is_tab_icon > p > span {
  background: none;
}
.basic_btn.is_tab_icon > p > span::before, .basic_btn.is_tab_icon > p > span::after {
  display: none;
}
.basic_btn.is_tab_icon:hover > p > span {
  transform: scale(1);
}
.basic_btn.is_index_company {
  margin-left: auto;
}
@media (max-width: 768px) {
  .basic_btn.is_index_company {
    margin: 7vh auto;
  }
}
.basic_btn.is-thermal p span::after {
  content: "";
  content: "\e5db";
  font-family: Material Symbols Outlined;
  font-size: 6px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.basic_btn.is_center {
  margin: auto;
}
.basic_btn.is-complete-btn {
  margin: 40px auto 0;
}
.basic_btn + .is_index_point {
  margin-top: 0.5208333333vw;
}
@media (max-width: 768px) {
  .basic_btn + .is_index_point {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .basic_btn.pc_only {
    display: none;
  }
}
@media (min-width: 769px) {
  .basic_btn.sp_only {
    display: none;
  }
}
.basic_btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #ffab65;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (min-width: 769px) {
  .basic_btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.basic_btn p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  display: flex;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .basic_btn p {
    display: block;
  }
}
.basic_btn p::before {
  content: "";
  display: inline-block;
  color: #A9A9A9;
  margin-right: 5px;
}
.basic_btn p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .basic_btn p span {
    display: none;
  }
}
.basic_btn p span::after {
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 6px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
  transition: color 0.3s ease;
}
.basic_btn:hover p span {
  transform: scale(2.3);
}
.basic_btn:hover p span::after {
  color: #FF7300;
}

.basic_cont_sec {
  padding: 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .basic_cont_sec {
    padding: 0 5%;
  }
}

.cmn_cont_md {
  padding: 0 6.25vw;
}
@media (max-width: 768px) {
  .cmn_cont_md {
    padding: 0;
  }
}

.cmn_ttl {
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 768px) {
  .cmn_ttl {
    margin-bottom: 25px;
  }
}
.cmn_ttl .cmn_ttl_en {
  display: block;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #FF7300;
  margin-bottom: 0.78125vw;
}
.cmn_ttl .cmn_ttl_en.is_white {
  color: #fff;
}
@media (max-width: 768px) {
  .cmn_ttl .cmn_ttl_en {
    font-size: clamp(13px, 12 / 1500 * 100vmax, 12 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 10px;
  }
}
.cmn_ttl .cmn_ttl_ja {
  display: block;
  font-size: clamp(38 * 0.7px, 38 / 1500 * 100vmax, 38 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  width: auto;
}
@media (max-width: 768px) {
  .cmn_ttl .cmn_ttl_ja {
    font-size: clamp(29 * 0.7px, 29 / 1500 * 100vmax, 29 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.4;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
.cmn_ttl.is-center {
  text-align: center;
}
.cmn_ttl.is-center .cmn_ttl_ja {
  width: auto;
}

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

/*-------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------*/
/*------------ index ------------*/
.mv_sec {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv_sec {
    margin-top: 10svh;
    height: 90svh;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) {
  .mv_sec {
    height: 70vh;
  }
}
.mv_sec::before, .mv_sec::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #DEDEDE;
  position: absolute;
  top: 0;
}
.mv_sec::before {
  left: 5%;
}
@media (max-width: 768px) {
  .mv_sec::before {
    display: none;
  }
}
.mv_sec::after {
  right: 5%;
}
@media (max-width: 768px) {
  .mv_sec::after {
    display: none;
  }
}

.mv_news_block {
  position: absolute;
  left: 6.25vw;
  bottom: 5%;
  margin-top: 7.8125vw 0 0 0;
}
.mv_news_block .mv_news_meta {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.mv_news_block .mv_news_meta::before {
  content: "";
  display: inline-block;
  width: 200%;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  right: 0;
  bottom: -0.2604166667vw;
}
.mv_news_block .mv_news_meta span {
  display: inline-block;
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #A9A9A9;
}
.mv_news_block .mv_news_ttl {
  display: block;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 1.0416666667vw;
  color: #333333;
  max-width: 23.4375vw;
  padding-right: 1.09375vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mv_news_block .mv_news_ttl {
    max-width: 93%;
  }
}
.mv_news_block .mv_news_ttl::after {
  content: "";
  display: inline-block;
  content: "\e5df";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  position: absolute;
  right: -0.2604166667vw;
  bottom: -0.15625vw;
}
@media (max-width: 768px) {
  .mv_news_block .mv_news_ttl::after {
    right: -5px;
  }
}
@media (min-width: 769px) {
  .mv_news_block .mv_news_ttl:hover {
    opacity: 0.7;
  }
}

.copy_block {
  background: #fff;
  padding: 3.125vw 2.0833333333vw 6.7708333333vw 6.7708333333vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
}
@media (max-width: 768px) {
  .copy_block {
    padding: 25px 10px 25px 30px;
    bottom: calc(50% - 78px);
  }
}

.mv_copy {
  font-size: clamp(60 * 0.7px, 60 / 1500 * 100vmax, 60 * 1.05px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-left: -2.8645833333vw;
}
@media (max-width: 768px) {
  .mv_copy {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6;
    margin-left: -20px;
  }
}
.mv_copy.is_opening {
  text-align: center;
  margin-left: 0;
}
.mv_copy span {
  letter-spacing: -30%;
}

.mv_en_copy {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 2.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 0.5208333333vw;
}
@media (max-width: 768px) {
  .mv_en_copy {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
.mv_en_copy.is_opening {
  text-align: center;
}
.mv_en_copy span:first-child {
  color: #FF7300;
}
.mv_en_copy span:last-child {
  color: #0074BC;
}

.mv_img_block .mv_img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 2;
}
.mv_img_block .mv_img--01 {
  top: 5.2083333333vw;
  right: 0;
  width: 57vw;
  height: 67vh;
}
@media (max-width: 1300px) {
  .mv_img_block .mv_img--01 {
    height: 52.0833333333vw;
  }
}
@media (max-width: 768px) {
  .mv_img_block .mv_img--01 {
    top: 0;
    width: 90vw;
    height: 42vh;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) {
  .mv_img_block .mv_img--01 {
    top: 6vh;
  }
}
.mv_img_block .mv_img--02 {
  bottom: 0;
  left: calc(50% - 15.625vw);
  width: 32vw;
  height: 33vh;
}
@media (max-width: 1199px) {
  .mv_img_block .mv_img--02 {
    height: 23.4375vw;
  }
}
@media (max-width: 1024px) {
  .mv_img_block .mv_img--02 {
    left: calc(50% - 23.4375vw);
    bottom: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  .mv_img_block .mv_img--02 {
    left: 0;
    bottom: calc(50% - 24vh);
    width: 40vw;
    height: 30vh;
  }
}
.mv_img_block .mv_img--03 {
  top: 0;
  left: 14.5833333333vw;
  width: 22vw;
  height: 52vh;
}
@media (max-width: 1199px) {
  .mv_img_block .mv_img--03 {
    height: 39.0625vw;
  }
}
@media (max-width: 1024px) {
  .mv_img_block .mv_img--03 {
    width: 23.4375vw;
    height: 46.875vw;
  }
}
@media (max-width: 768px) {
  .mv_img_block .mv_img--03 {
    left: auto;
    right: 0;
    top: auto;
    bottom: 15vh;
    width: 53vw;
    height: 20vh;
  }
}
.mv_img_block .mv_img--04 {
  top: 16.6666666667vw;
  left: 0;
  width: 22vw;
  height: 33vh;
}
@media (max-width: 1199px) {
  .mv_img_block .mv_img--04 {
    top: 28.6458333333vw;
  }
}
@media (max-width: 768px) {
  .mv_img_block .mv_img--04 {
    display: none;
  }
}

.index_intro_sec {
  position: relative;
}
.index_intro_sec::before, .index_intro_sec::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #DEDEDE;
  position: absolute;
  top: -15%;
}
.index_intro_sec::before {
  left: 5%;
}
@media (max-width: 768px) {
  .index_intro_sec::before {
    display: none;
  }
}
.index_intro_sec::after {
  right: 5%;
}
@media (max-width: 768px) {
  .index_intro_sec::after {
    display: none;
  }
}

.intro_lead_block {
  padding-top: 6.25vw;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 8;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 768px) {
  .intro_lead_block {
    top: 30svh;
    padding-top: 18svh;
  }
}
.intro_lead_block > * {
  position: relative;
  z-index: 1;
}
.intro_lead_block .index_intro_ttl {
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(27 * 0.01em);
  margin-right: calc(27 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: auto;
}
.intro_lead_block .index_intro_txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 1.8229166667vw auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .intro_lead_block .index_intro_txt {
    text-align: left;
    padding: 0 8%;
    line-height: 1.9;
  }
}

.photo-scatter {
  position: relative;
  width: 100%;
  margin-top: 5.2083333333vw;
  margin-bottom: 8vw;
  aspect-ratio: 0.6326194399;
  pointer-events: none;
}
@media (max-width: 768px) {
  .photo-scatter {
    margin-bottom: 0;
  }
}
.photo-scatter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5vw;
  z-index: 5;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .photo-scatter::after {
    bottom: -35vh;
    mask-image: linear-gradient(to top, rgb(0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
  }
}
.photo-scatter__layer {
  position: absolute;
  inset: 0;
}
.photo-scatter__layer--01-03 {
  z-index: 1;
}
.photo-scatter__layer--04-05 {
  z-index: 2;
}
.photo-scatter__layer--06-07 {
  z-index: 3;
}
.photo-scatter__layer--08 {
  z-index: 4;
}
.photo-scatter__item {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-scatter__item.is-flip {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .photo-scatter {
    height: 170vh;
    aspect-ratio: auto;
    margin-top: 20px;
  }
}

.photo-scatter__item--01 {
  left: 20.2083333333%;
  top: 0%;
  width: 16.8229166667%;
  height: 13.6408566722%;
}
@media (max-width: 768px) {
  .photo-scatter__item--01 {
    width: calc(16.8229166667% * 1.4);
  }
}

.photo-scatter__item--02 {
  left: 68.1770833333%;
  top: 40.5271828666%;
  width: 16.8229166667%;
  height: 13.6408566722%;
}
@media (max-width: 768px) {
  .photo-scatter__item--02 {
    width: calc(16.8229166667% * 1.4);
  }
}

.photo-scatter__item--03 {
  left: 7.9166666667%;
  top: 32.1911037891%;
  width: 46.0416666667%;
  height: 16.07907743%;
}
@media (max-width: 768px) {
  .photo-scatter__item--03 {
    width: calc(46.0416666667% * 1.4);
  }
}

.photo-scatter__item--04 {
  left: 0%;
  top: 11.334431631%;
  width: 23.3854166667%;
  height: 13.6408566722%;
}
@media (max-width: 768px) {
  .photo-scatter__item--04 {
    width: calc(23.3854166667% * 1.4);
  }
}

.photo-scatter__item--05 {
  left: 60.4166666667%;
  top: 3.2619439868%;
  width: 39.5833333333%;
  height: 21.7133443163%;
}
@media (max-width: 768px) {
  .photo-scatter__item--05 {
    width: calc(39.5833333333% * 1.4);
  }
}

.photo-scatter__item--06 {
  left: 46.0416666667%;
  top: 83.92092257%;
  width: 46.0416666667%;
  height: 16.07907743%;
}
@media (max-width: 768px) {
  .photo-scatter__item--06 {
    width: calc(46.0416666667% * 1.4);
  }
}

.photo-scatter__item--07 {
  left: 76.6145833333%;
  top: 63.0642504119%;
  width: 23.3854166667%;
  height: 13.6408566722%;
}
@media (max-width: 768px) {
  .photo-scatter__item--07 {
    width: calc(23.3854166667% * 1.4);
  }
}

.photo-scatter__item--08 {
  left: 0%;
  top: 54.9917627677%;
  width: 39.5833333333%;
  height: 21.7133443163%;
}
@media (max-width: 768px) {
  .photo-scatter__item--08 {
    width: calc(39.5833333333% * 1.4);
  }
}

.intro_dec_block {
  position: relative;
  z-index: 8;
  padding-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .intro_dec_block {
    padding-top: 50px;
  }
}
.intro_dec_block .intro_figure_item .intro_figure_chara {
  position: absolute;
  z-index: 2;
  width: 8.8541666667vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .intro_dec_block .intro_figure_item .intro_figure_chara {
    width: 80px;
  }
}
.intro_dec_block .intro_figure_item .intro_figure_chara--01 {
  left: 46%;
  top: 13%;
  transform: rotate(18deg);
  transform-origin: bottom center;
}
@media (max-width: 480px) {
  .intro_dec_block .intro_figure_item .intro_figure_chara--01 {
    left: 20vw;
  }
}
.intro_dec_block .intro_figure_item .intro_figure_chara--02 {
  left: 40%;
  top: 0%;
  transform: rotate(-17deg);
  transform-origin: bottom center;
}
@media (max-width: 480px) {
  .intro_dec_block .intro_figure_item .intro_figure_chara--02 {
    left: 8vw;
  }
}
.intro_dec_block .intro_figure_item figcaption {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: absolute;
  top: 20%;
  left: calc(50% + 10vw);
  z-index: 2;
}
@media (max-width: 1400px) {
  .intro_dec_block .intro_figure_item figcaption {
    left: calc(50% + 120px);
  }
}
@media (max-width: 480px) {
  .intro_dec_block .intro_figure_item figcaption {
    left: 200px;
  }
}
.intro_dec_block .intro_figure_item figcaption::before, .intro_dec_block .intro_figure_item figcaption::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 1.5px;
  background: #333333;
  position: absolute;
}
@media (max-width: 1199px) {
  .intro_dec_block .intro_figure_item figcaption::before, .intro_dec_block .intro_figure_item figcaption::after {
    width: 30px;
  }
}
.intro_dec_block .intro_figure_item figcaption::before {
  transform: rotate(-55deg);
  left: -15px;
  top: -2.34375vw;
}
@media (max-width: 1199px) {
  .intro_dec_block .intro_figure_item figcaption::before {
    top: -20px;
  }
}
.intro_dec_block .intro_figure_item figcaption::after {
  transform: rotate(-150deg);
  left: 0;
  bottom: -2.34375vw;
}
@media (max-width: 1199px) {
  .intro_dec_block .intro_figure_item figcaption::after {
    bottom: -25px;
  }
}

.index_point_sec {
  display: flex;
  margin: 7.8125vw 5.2083333333vw;
  align-items: flex-start;
  position: relative;
  z-index: 8;
}
@media (max-width: 768px) {
  .index_point_sec {
    flex-direction: column-reverse;
    margin-bottom: 63vw;
  }
}
.index_point_sec .index_point_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
  counter-reset: point-num;
}
@media (max-width: 1024px) {
  .index_point_sec .index_point_list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list {
    width: 100%;
    align-items: center;
    gap: 25px;
  }
}
.index_point_sec .index_point_list .point_num_item {
  counter-increment: point-num;
  position: relative;
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  min-height: 210px;
  border: 1px solid #333333;
  padding: 0.9375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  row-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
.index_point_sec .index_point_list .point_num_item.is_point_other {
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item.is_point_other {
    display: none;
  }
}
.index_point_sec .index_point_list .point_num_item.is_point_other::before {
  display: none;
}
.index_point_sec .index_point_list .point_num_item.is_point_other::after {
  display: none;
}
.index_point_sec .index_point_list .point_num_item.is_point_other > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
  min-height: 210px;
  padding: 0.9375vw;
}
.index_point_sec .index_point_list .point_num_item.is_point_other > a::after {
  content: "MORE";
  display: inline-block;
  font-size: clamp(50 * 0.7px, 50 / 1500 * 100vmax, 50 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #DEDEDE;
  position: absolute;
  top: 0.4166666667vw;
  right: 1.0416666667vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item.is_point_other > a::after {
    top: 3%;
    right: 5%;
  }
}
.index_point_sec .index_point_list .point_num_item.is_point_other > a .point_txt {
  width: 100%;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.index_point_sec .index_point_list .point_num_item.is_point_other > a .point_txt::after {
  content: "";
  display: inline-block;
  content: "\e5df";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .index_point_sec .index_point_list .point_num_item.is_point_other:hover {
    background: #ffddc2;
  }
  .index_point_sec .index_point_list .point_num_item.is_point_other:hover > a::after {
    color: #fff;
  }
}
@media (max-width: 1350px) {
  .index_point_sec .index_point_list .point_num_item {
    width: 45%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .index_point_sec .index_point_list .point_num_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item {
    width: 280px;
    min-height: 220px;
    padding: 5%;
  }
}
.index_point_sec .index_point_list .point_num_item::before {
  content: "";
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 50%;
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  top: 1.3020833333vw;
  left: 1.3020833333vw;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item::before {
    width: 20px;
    height: 20px;
    top: 5%;
    left: 5%;
  }
}
.index_point_sec .index_point_list .point_num_item::after {
  content: counter(point-num, decimal-leading-zero);
  display: inline-block;
  font-size: clamp(50 * 0.7px, 50 / 1500 * 100vmax, 50 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #FF7300;
  position: absolute;
  top: 0.4166666667vw;
  right: 1.0416666667vw;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item::after {
    top: 3%;
    right: 5%;
  }
}
.index_point_sec .index_point_list .point_num_item img {
  width: 8.8541666667vw;
  height: 8.8541666667vw;
  mix-blend-mode: darken;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item img {
    width: 60%;
    height: auto;
  }
}
.index_point_sec .index_point_list .point_num_item .point_txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_list .point_num_item .point_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.index_point_sec .index_point_block {
  padding: 2.34375vw 0 0 2.6041666667vw;
  border-top: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .index_point_sec .index_point_block {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .index_point_sec .index_point_block {
    padding: 30px 0 0 0;
    margin-left: 0;
  }
}
.index_point_sec .index_point_block .index_point_txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_block .index_point_txt {
    line-height: 1.8;
    margin-bottom: 5vh;
  }
}
.index_point_sec .index_point_btn_wrap.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .index_point_sec .index_point_btn_wrap.sp_only {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
}

.index_common_chara_item {
  display: flex;
  position: absolute;
  bottom: -5vh;
  right: -8.5vw;
}
@media (max-width: 1199px) {
  .index_common_chara_item {
    bottom: 3vh;
  }
}
@media (max-width: 768px) {
  .index_common_chara_item {
    bottom: -55vw;
    right: -20%;
  }
}
.index_common_chara_item.is_index_works_chara {
  top: 7vw;
  bottom: auto;
  right: -3vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .index_common_chara_item.is_index_works_chara {
    top: 70px;
    right: -14%;
  }
}
@media (max-width: 1199px) {
  .index_common_chara_item.is_index_works_chara .point_chara_txt {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .index_common_chara_item.is_index_works_chara .point_chara_txt {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .index_common_chara_item.is_index_works_chara .point_chara_txt::before, .index_common_chara_item.is_index_works_chara .point_chara_txt::after {
    width: 40px;
    right: 10px;
  }
}
.index_common_chara_item .point_chara_txt {
  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.3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: relative;
  margin-right: 4.1666666667vw;
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .index_common_chara_item .point_chara_txt {
    margin-right: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.index_common_chara_item .point_chara_txt::before, .index_common_chara_item .point_chara_txt::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 1.5px;
  background: #333333;
  position: absolute;
}
.index_common_chara_item .point_chara_txt::before {
  top: -1.5vw;
  right: -1vw;
  transform: rotate(-150deg);
}
@media (max-width: 1024px) {
  .index_common_chara_item .point_chara_txt::before {
    top: -25px;
  }
}
.index_common_chara_item .point_chara_txt::after {
  bottom: 5.5vw;
  right: -1vw;
  transform: rotate(150deg);
}
@media (max-width: 1024px) {
  .index_common_chara_item .point_chara_txt::after {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .index_common_chara_item .point_chara_txt::after {
    bottom: 50px;
  }
}
.index_common_chara_item .point_chara_img {
  width: 8.9583333333vw;
  height: 10.46875vw;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: bottom center;
  transform: translateX(100%) rotate(30deg);
  transition: transform 0.8s ease, opacity 0.6s ease;
  margin-top: 1.5625vw;
}
@media (max-width: 768px) {
  .index_common_chara_item .point_chara_img {
    width: 120px;
    height: auto;
  }
}
.index_common_chara_item .point_chara_img.is_show {
  opacity: 1;
  transform: translateX(0) rotate(-17deg);
}

.index_company_sec {
  padding: 7.2916666667vw 5.2083333333vw 13.0208333333vw;
  margin-bottom: -2.6041666667vw;
  display: flex;
  -moz-column-gap: clamp(96px, 120 / 1500 * 100vmax, 144px);
       column-gap: clamp(96px, 120 / 1500 * 100vmax, 144px);
  background-image: url("../images/bg_index_company.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media (max-width: 1199px) {
  .index_company_sec {
    -moz-column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
         column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
  }
}
@media (max-width: 768px) {
  .index_company_sec {
    flex-direction: column;
    padding: 100px 5% 7vh;
  }
}
.index_company_sec .index_company_img {
  width: 36.4583333333vw;
  height: 46.3541666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .index_company_sec .index_company_img {
    width: 31.25vw;
    height: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .index_company_sec .index_company_img {
    display: none;
  }
}
.index_company_sec .index_company_block {
  margin-top: 3.125vw;
  position: relative;
  z-index: 2;
}
.index_company_sec .index_company_block .index_company_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 2.6041666667vw 0;
}
@media (max-width: 768px) {
  .index_company_sec .index_company_block .index_company_txt {
    line-height: 1.9;
  }
}

.index_common_slide_sec {
  padding: 4.1666666667vw 0 0 5.2083333333vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .index_common_slide_sec {
    padding: 150px 0 0 5%;
  }
}
@media (max-width: 768px) {
  .index_common_slide_sec {
    padding: 230px 0 0 5%;
  }
}
.index_common_slide_sec + .index_common_slide_sec {
  padding-top: 7.8125vw;
}
@media (max-width: 768px) {
  .index_common_slide_sec + .index_common_slide_sec {
    padding-top: 50px;
  }
}

.index_common_slide_ttl_item {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
       column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
}
@media (max-width: 768px) {
  .index_common_slide_ttl_item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.index_works_swiper_nav,
.index_movie_swiper_nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 768px) {
  .index_works_swiper_nav.pc_only,
  .index_movie_swiper_nav.pc_only {
    display: none;
  }
}
.index_works_swiper_nav.sp_only,
.index_movie_swiper_nav.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .index_works_swiper_nav.sp_only,
  .index_movie_swiper_nav.sp_only {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
}

.index_common_swiper_btn {
  width: 55px;
  height: 55px;
  border: 1px solid #333333;
  color: var(--works-nav-color);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .index_common_swiper_btn {
    width: 45px;
    height: 45px;
  }
}
.index_common_swiper_btn::before {
  content: "";
  color: #333333;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.index_common_swiper_btn.is_prev::before {
  content: "\e5de";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.index_common_swiper_btn.is_next::before {
  content: "\e5df";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .index_common_swiper_btn:hover {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .index_common_slide_sp_block {
    display: flex;
    margin-top: 10px;
  }
}

.index_slide_block_caption {
  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.9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: 40%;
}
@media (max-width: 1700px) {
  .index_slide_block_caption {
    width: 27%;
  }
}
@media (max-width: 768px) {
  .index_slide_block_caption {
    width: 90%;
    line-height: 1.7;
    margin-top: -20px;
  }
}

.index_slide_sp_controls {
  display: none;
}
@media (max-width: 768px) {
  .index_slide_sp_controls {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    margin-top: 20px;
    padding-right: 5%;
  }
}
.index_slide_sp_controls .index_works_swiper_nav,
.index_slide_sp_controls .index_movie_swiper_nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin: 0;
}

.index_works_swiper {
  padding-right: 0;
}
@media (max-width: 768px) {
  .index_works_swiper {
    margin-top: -30px;
  }
}
.index_works_swiper .swiper-wrapper {
  align-items: stretch;
}
.index_works_swiper .swiper-wrapper.works_archive_list {
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
}
.index_works_swiper .swiper-wrapper.works_archive_list > li {
  width: auto;
  flex-shrink: 0;
}
.index_works_swiper .index_works_slide {
  height: auto;
}
.index_works_swiper .index_works_slide_link {
  display: block;
  background: var(--works-card-bg);
  border: 1px solid #E4EAF2;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 769px) {
  .index_works_swiper .index_works_slide_link:hover .index_works_slide_img {
    transform: scale(1.04);
  }
}
.index_works_swiper .index_works_slide_img_wrap {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #F3F7FD;
}
.index_works_swiper .index_works_slide_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.index_works_swiper .index_works_slide_meta {
  padding: 18px 20px 22px;
}
.index_works_swiper .index_works_slide_category {
  font-size: clamp(13px, 12 / 1500 * 100vmax, 12 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(1.2 * 0.01em);
  margin-right: calc(1.2 * 0.01em * -1);
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #0F4EA8;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 99px;
  border: 1px solid #B4C8E8;
  background: #F4F8FE;
}
.index_works_swiper .index_works_slide_title {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.7;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 12px;
  color: #333333;
}
@media (max-width: 768px) {
  .index_works_swiper .index_works_slide_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index_movie_swiper_wrap {
  margin-top: 2.8645833333vw;
}
@media (max-width: 768px) {
  .index_movie_swiper_wrap {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .index_movie_list {
    margin-top: 20px;
  }
}
.index_movie_list .index_movie_item {
  width: 33.8541666667vw;
  height: 19.4270833333vw;
  border: 1px solid #DEDEDE;
  padding: 1.0416666667vw;
}
@media (max-width: 768px) {
  .index_movie_list .index_movie_item {
    width: 100%;
    height: auto;
  }
}
.index_movie_list .index_movie_item .index_movie_movie_wrap iframe {
  width: 30.7291666667vw;
  height: 17.1875vw;
}
@media (max-width: 768px) {
  .index_movie_list .index_movie_item .index_movie_movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}

/*------------ news ------------*/
.news_list {
  margin-top: -5.2083333333vw;
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .news_list {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.news_list li {
  display: flex;
  padding: 5.2083333333vw;
}
.news_list li:nth-child(even) {
  background: #F9F9F9;
}
.news_list li:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .news_list li {
    flex-direction: column;
    padding: 6vh 5%;
  }
}
.news_list li .news_block {
  flex: 1;
}
.news_list li .news_block .news_ttl_wrap {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .news_list li .news_block .news_ttl_wrap {
    padding-bottom: 15px;
  }
}
.news_list li .news_block .news_ttl_wrap .news_ttl {
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.news_list li .news_block .news_ttl_wrap .news_date {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #A9A9A9;
  margin-top: 0.5208333333vw;
}
.news_list li .news_block .news_ttl_wrap .news_date > span {
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  margin-left: 0.2604166667vw;
}
.news_list li .news_block .news_txt {
  margin-top: 2.6041666667vw;
  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 Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .news_list li .news_block .news_txt {
    margin-top: 15px;
  }
}
.news_list li .news_block .link_btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2.6041666667vw;
  background: #FF7300;
  border-radius: 50px;
  padding: 1.40625vw 2.0833333333vw 1.40625vw 2.6041666667vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news_list li .news_block .link_btn {
    margin-top: 15px;
    padding: 3% 8%;
  }
}
.news_list li .news_block .link_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #0074BC;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .news_list li .news_block .link_btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.news_list li .news_block .link_btn > p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .news_list li .news_block .link_btn > p {
    -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
         column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.news_list li .news_block .link_btn > p::after {
  content: "";
  content: "\e65b";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .news_list li .news_block .link_btn > p::after {
    font-size: 17px;
  }
}
.news_list li .news_img_wrap {
  margin-left: 2.6041666667vw;
}
@media (max-width: 768px) {
  .news_list li .news_img_wrap {
    margin: 15px 0 0 0;
  }
}
.news_list li .news_img_wrap .news_img {
  width: 23.4375vw;
  height: 18.2291666667vw;
}
.news_list li .news_img_wrap .news_img + .news_img {
  margin-top: 1.5625vw;
}
@media (max-width: 768px) {
  .news_list li .news_img_wrap .news_img + .news_img {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .news_list li .news_img_wrap .news_img {
    width: 100%;
    height: 35vh;
  }
}

/*------------ thermal ------------*/
.thermal_link_block {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  margin-bottom: 7.8125vw;
}
@media (max-width: 768px) {
  .thermal_link_block {
    flex-direction: column;
    gap: 13px;
    margin-bottom: 60px;
  }
}

@keyframes thermal-jump-in {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.72) rotate(-7deg);
  }
  45% {
    opacity: 1;
    transform: translateY(-8px) scale(1.02) rotate(-7deg);
  }
  70% {
    transform: translateY(4px) scale(0.98) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(-7deg);
  }
}
.thermal_main_block {
  display: flex;
  -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
       column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
}
@media (max-width: 768px) {
  .thermal_main_block {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.thermal_main_block .thermal_left_item {
  display: flex;
  flex-direction: column;
  row-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  position: relative;
  z-index: 1;
}
.thermal_main_block .thermal_left_item > *:not(.thermal_jump_character) {
  position: relative;
  z-index: 2;
}
.thermal_main_block .thermal_left_item .thermal_jump_character {
  display: block;
  width: 6.25vw;
  height: 7.2916666667vw;
  opacity: 0;
  transform-origin: 50% 100%;
  background-image: url("../images/character_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 2.6041666667vw;
  top: -5.7291666667vw;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .thermal_main_block .thermal_left_item .thermal_jump_character {
    display: none;
  }
}
.thermal_main_block .thermal_left_item.is-jump-in .thermal_jump_character {
  animation: thermal-jump-in 0.75s cubic-bezier(0.2, 0.8, 0.25, 1.25) forwards;
  animation-delay: 0.9s;
}
@media (max-width: 768px) {
  .thermal_main_block .thermal_left_item {
    gap: 18px;
  }
}
.thermal_main_block .thermal_left_item .thermal_main_img {
  width: 46.875vw;
  height: 31.25vw;
}
@media (max-width: 768px) {
  .thermal_main_block .thermal_left_item .thermal_main_img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.thermal_main_block .thermal_left_item .thermal_main_movie iframe {
  width: 46.875vw;
  height: 31.25vw;
}
@media (max-width: 768px) {
  .thermal_main_block .thermal_left_item .thermal_main_movie iframe {
    width: 100%;
    height: 35vh;
  }
}
.thermal_main_block .thermal_right_item {
  flex: 0 0 auto;
  padding-right: 1.0416666667vw;
  width: 36.4583333333vw;
  height: -moz-fit-content;
  height: fit-content;
  height: 80vh;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .thermal_main_block .thermal_right_item {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow-y: unset;
  }
}
.thermal_main_block .thermal_right_item::-webkit-scrollbar {
  width: 6px;
  height: auto;
}
.thermal_main_block .thermal_right_item::-webkit-scrollbar-track {
  background: #dbdbdb;
}
.thermal_main_block .thermal_right_item::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  cursor: pointer;
}
.thermal_main_block .thermal_right_item .thermal_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .thermal_main_block .thermal_right_item .thermal_txt {
    line-height: 1.8;
    margin-top: -10px;
  }
}

.thermal_sub_list {
  margin-top: 5.2083333333vw;
  counter-reset: sub-count;
}
.thermal_sub_list li {
  counter-increment: sub-count;
  display: flex;
  padding: 4.6875vw 3.6458333333vw;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .thermal_sub_list li {
    flex-direction: column;
    padding: 6%;
  }
}
.thermal_sub_list li + li {
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .thermal_sub_list li + li {
    margin-top: 25px;
  }
}
.thermal_sub_list li .thermal_sub_left_item {
  flex: 0 0 auto;
  width: 39.0625vw;
  padding-right: 2.0833333333vw;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80vh;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .thermal_sub_list li .thermal_sub_left_item {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: hidden;
  }
}
.thermal_sub_list li .thermal_sub_left_item::-webkit-scrollbar {
  width: 6px;
  height: auto;
}
.thermal_sub_list li .thermal_sub_left_item::-webkit-scrollbar-track {
  background: #dbdbdb;
}
.thermal_sub_list li .thermal_sub_left_item::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  cursor: pointer;
}
.thermal_sub_list li .thermal_sub_left_item .thermal_sub_ttl {
  display: flex;
  align-items: flex-start;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .thermal_sub_list li .thermal_sub_left_item .thermal_sub_ttl {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-bottom: 12px;
  }
}
.thermal_sub_list li .thermal_sub_left_item .thermal_sub_ttl span::before {
  width: -moz-max-content;
  width: max-content;
  content: counter(sub-count, decimal-leading-zero);
  display: inline-block;
  color: #0074BC;
  font-size: clamp(36 * 0.7px, 36 / 1500 * 100vmax, 36 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.78125vw;
}
@media (max-width: 768px) {
  .thermal_sub_list li .thermal_sub_left_item .thermal_sub_ttl span::before {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-right: 10px;
  }
}
.thermal_sub_list li .thermal_sub_left_item .thermal_sub_txt {
  margin-top: 2.6041666667vw;
  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 Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .thermal_sub_list li .thermal_sub_left_item .thermal_sub_txt {
    margin-top: 15px;
  }
}
.thermal_sub_list li .thermal_sub_right_item {
  width: 38.5416666667vw;
  display: flex;
  flex-direction: column;
  row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
}
@media (max-width: 768px) {
  .thermal_sub_list li .thermal_sub_right_item {
    margin-top: 15px;
    width: 100%;
    gap: 10px;
  }
}
.thermal_sub_list li .thermal_sub_right_item .thermal_sub_img {
  width: 100%;
  height: auto;
}
.thermal_sub_list li .thermal_sub_right_item .thermal_sub_movie iframe {
  width: 100%;
  height: 26.0416666667vw;
}
@media (max-width: 768px) {
  .thermal_sub_list li .thermal_sub_right_item .thermal_sub_movie iframe {
    height: 32vh;
  }
}

#contents_02,
#contents_03 {
  margin-top: 10.4166666667vw;
}
@media (max-width: 768px) {
  #contents_02,
  #contents_03 {
    margin-top: 70px;
  }
}

/*------------ earthquake-proof ------------*/
.is_eq-proof_sec {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  .is_eq-proof_sec {
    margin-bottom: 50px;
  }
}
.is_eq-proof_sec.is_anim-prep .eq-proof_ttl_line,
.is_eq-proof_sec.is_anim-prep .eq-proof_figure_chara,
.is_eq-proof_sec.is_anim-prep .eq-proof_dec_img,
.is_eq-proof_sec.is_anim-prep .eq-proof_lead_txt {
  opacity: 0;
}

.eq-proof_dec-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eq-proof_dec-block .eq-proof_ttl {
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}
@media (max-width: 768px) {
  .eq-proof_dec-block .eq-proof_ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.eq-proof_dec-block .eq-proof_ttl .eq-proof_ttl_line {
  display: inline-block;
}
.eq-proof_dec-block .eq-proof_ttl::before, .eq-proof_dec-block .eq-proof_ttl::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: -0.2604166667vw;
}
@media (max-width: 1199px) {
  .eq-proof_dec-block .eq-proof_ttl::before, .eq-proof_dec-block .eq-proof_ttl::after {
    width: 25px;
  }
}
.eq-proof_dec-block .eq-proof_ttl::before {
  transform: rotate(-135deg);
  left: -1.8229166667vw;
}
@media (max-width: 768px) {
  .eq-proof_dec-block .eq-proof_ttl::before {
    left: -25px;
  }
}
.eq-proof_dec-block .eq-proof_ttl::after {
  transform: rotate(-45deg);
  right: -1.8229166667vw;
}
@media (max-width: 768px) {
  .eq-proof_dec-block .eq-proof_ttl::after {
    right: -25px;
  }
}
.eq-proof_dec-block .eq-proof_figure {
  margin-top: 3.4375vw;
}
@media (max-width: 768px) {
  .eq-proof_dec-block .eq-proof_figure {
    margin-top: 30px;
  }
}
.eq-proof_dec-block .eq-proof_figure .eq-proof_figure_chara {
  will-change: transform, opacity;
  width: 9.1145833333vw;
  height: auto;
}
@media (max-width: 768px) {
  .eq-proof_dec-block .eq-proof_figure .eq-proof_figure_chara {
    width: 70px;
  }
}
.eq-proof_dec-block .eq-proof_figure .eq-proof_figure_chara.is_chara_01 {
  transform: rotate(-5deg);
}
.eq-proof_dec-block .eq-proof_figure .eq-proof_figure_chara.is_chara_02 {
  transform: rotate(5deg);
}

.eq-proof_lead_txt {
  will-change: transform, opacity;
  text-align: center;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 6.7708333333vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .eq-proof_lead_txt {
    text-align: left;
    line-height: 1.8;
  }
}

.eq-proof_dec_img {
  will-change: transform, opacity;
  position: absolute;
}
.eq-proof_dec_img.is_left {
  top: 6.7708333333vw;
  left: 0;
  width: 20.8333333333vw;
  height: 39.0625vw;
}
@media (max-width: 1199px) {
  .eq-proof_dec_img.is_left {
    top: 0;
    width: 13vw;
    height: 80%;
  }
}
@media (max-width: 768px) {
  .eq-proof_dec_img.is_left {
    top: 3vh;
    width: 18%;
    height: 38vh;
  }
}
.eq-proof_dec_img.is_center {
  top: 33.8541666667vw;
  left: 5.2083333333vw;
  width: 18.75vw;
  height: 20.3125vw;
}
@media (max-width: 1199px) {
  .eq-proof_dec_img.is_center {
    display: none;
  }
}
.eq-proof_dec_img.is_right {
  bottom: 13.0208333333vw;
  right: 0;
  width: 22.3958333333vw;
  height: 40.1041666667vw;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 1199px) {
  .eq-proof_dec_img.is_right {
    bottom: 0;
    width: 13vw;
    height: 80%;
  }
}
@media (max-width: 768px) {
  .eq-proof_dec_img.is_right {
    top: 10vh;
    bottom: auto;
    width: 18%;
    height: 38vh;
  }
}

.common_flow_txt {
  width: 100%;
  margin-top: 5.2083333333vw;
  pointer-events: none;
}
@media (max-width: 768px) {
  .common_flow_txt {
    margin-top: 20px;
  }
}
.common_flow_txt.is_index_company {
  position: absolute;
  z-index: 0;
  top: 35.9375vw;
}
@media (max-width: 768px) {
  .common_flow_txt.is_index_company {
    top: -2vh;
  }
}
.common_flow_txt .common_flow_txt_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  will-change: transform;
}
.common_flow_txt .common_flow_txt_item {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(168 * 0.7px, 168 / 1500 * 100vmax, 168 * 1.05px);
  font-weight: 700;
  letter-spacing: calc(2 * 0.01em);
  margin-right: calc(2 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #E6F2F9;
}
.common_flow_txt .common_flow_txt_item.is_white {
  color: #fff;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .common_flow_txt .common_flow_txt_item {
    font-size: 90px;
    font-size: 5.625rem;
    font-family: "Montserrat", sans-serif;
  }
}

.seismic_list li {
  display: flex;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  padding: 3.6458333333vw 4.6875vw;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .seismic_list li {
    flex-direction: column;
    padding: 5%;
  }
}
.seismic_list li + li {
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .seismic_list li + li {
    margin-top: 20px;
  }
}
.seismic_list li .seismic_img_btn {
  width: 38.5416666667vw;
  height: 28.6458333333vw;
}
@media (max-width: 768px) {
  .seismic_list li .seismic_img_btn {
    width: 100%;
    height: 25vh;
  }
}
.seismic_list li .seismic_txt_wrap {
  flex: 1;
}
@media (max-width: 768px) {
  .seismic_list li .seismic_txt_wrap {
    margin-top: 20px;
  }
}
.seismic_list li .seismic_txt_wrap .seismic_ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #0074BC;
  padding-bottom: 0.4166666667vw;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
  .seismic_list li .seismic_txt_wrap .seismic_ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.seismic_list li .seismic_txt_wrap .seismic_txt {
  margin-top: 2.0833333333vw;
  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 Kaku Gothic Antique", sans-serif;
}

.merit_ttl {
  text-align: center;
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 2.6041666667vw auto 4.1666666667vw;
}
@media (max-width: 768px) {
  .merit_ttl {
    line-height: 1.7;
  }
}
.merit_ttl span {
  color: #FF7300;
}

.merit_list {
  display: flex;
  justify-content: center;
  isolation: isolate;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
.merit_list.is_anim-prep li {
  opacity: 0;
  transform: translateY(36px) scale(0.96);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .merit_list {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
.merit_list li:first-child::after {
  content: "";
  display: inline-block;
  background-image: url(../images/character_01.png);
  background-size: contain;
  transform: rotate(-15deg);
  width: 6.3541666667vw;
  height: 7.5520833333vw;
  z-index: -1;
  position: absolute;
  bottom: 0.2604166667vw;
  left: -5.2083333333vw;
}
@media (max-width: 768px) {
  .merit_list li:first-child::after {
    left: -25%;
    width: 70px;
    height: 80px;
  }
}
.merit_list li:last-child::after {
  content: "";
  display: inline-block;
  background-image: url(../images/character_02.png);
  background-size: contain;
  transform: rotate(15deg);
  width: 6.3541666667vw;
  height: 7.5520833333vw;
  z-index: -1;
  position: absolute;
  bottom: 0.2604166667vw;
  right: -5.2083333333vw;
}
@media (max-width: 768px) {
  .merit_list li:last-child::after {
    right: -25%;
    width: 70px;
    height: 80px;
  }
}
.merit_list li .merit_item {
  width: 19.0104166667vw;
  height: 19.0104166667vw;
  background: #fff;
  border: 1px solid #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .merit_list li .merit_item {
    width: 26.0416666667vw;
    -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
         column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
@media (max-width: 768px) {
  .merit_list li .merit_item {
    width: 200px;
    height: 200px;
  }
}
.merit_list li .merit_item img {
  width: 10.15625vw;
  height: 10.15625vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .merit_list li .merit_item img {
    width: 120px;
    height: auto;
  }
}
.merit_list li .merit_item .merit_txt {
  font-size: clamp(21 * 0.8888888889px, 21 / 1500 * 100vmax, 21 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 1024px) {
  .merit_list li .merit_item .merit_txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .merit_list li .merit_item .merit_txt {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.6;
  }
}

.flow_cont_sec {
  margin: 6.7708333333vw 18.75vw 0;
}
@media (max-width: 1300px) {
  .flow_cont_sec {
    margin: 6.7708333333vw 15% 0;
  }
}
@media (max-width: 1024px) {
  .flow_cont_sec {
    margin: 6.7708333333vw 5% 0;
  }
}
.flow_cont_sec .flow_list li {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
       column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
  padding: 2.6041666667vw 0;
  border-top: 1px solid #333333;
}
.flow_cont_sec .flow_list li:last-child {
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li {
    padding: 28px 0;
    gap: 18px;
    flex-direction: column;
  }
}
.flow_cont_sec .flow_list li .flow_img {
  width: 26.0416666667vw;
  height: 17.7083333333vw;
  pointer-events: none;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_img {
    width: 80%;
    height: 30vh;
  }
}
.flow_cont_sec .flow_list li .flow_item {
  flex: 1;
}
.flow_cont_sec .flow_list li .flow_item .flow_ttl {
  font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_ttl {
    text-align: center;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_ttl span {
  display: block;
  margin-bottom: 0.5208333333vw;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #0074BC;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_ttl span {
    margin-bottom: -5px;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_txt {
  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 Kaku Gothic Antique", sans-serif;
  margin-top: 1.5625vw;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_txt {
    margin-top: 15px;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 3.6458333333vw;
  background: #FF7300;
  border-radius: 60px;
  color: #fff;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
  margin-top: 1.3020833333vw;
  padding: 0 2.6041666667vw 0 1.5625vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .flow_cont_sec .flow_list li .flow_item .flow_contact_btn {
    width: 400px;
    height: 68px;
  }
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_contact_btn {
    width: 100%;
    height: 60px;
    margin-top: 20px;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #ffab65;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (min-width: 769px) {
  .flow_cont_sec .flow_list li .flow_item .flow_contact_btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_contact_btn p {
    font-size: 15px;
    font-size: 0.9375rem;
    justify-content: center;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn p::before {
  content: "";
  display: inline-block;
  color: #A9A9A9;
  margin-right: 5px;
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_contact_btn p span {
    display: none;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn p span::after {
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 6px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
  transition: color 0.3s ease;
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn:hover p span {
  transform: scale(2.3);
}
.flow_cont_sec .flow_list li .flow_item .flow_contact_btn:hover p span::after {
  color: #FF7300;
}
.flow_cont_sec .flow_list li .flow_item .flow_tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 85%;
  height: 4.1666666667vw;
  background: #0074BC;
  border-radius: 60px;
  color: #fff;
  font-size: clamp(27 * 0.7px, 27 / 1500 * 100vmax, 27 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  margin-top: 0.78125vw;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .flow_cont_sec .flow_list li .flow_item .flow_tel_btn {
    width: 400px;
    height: 72px;
  }
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_tel_btn {
    width: 100%;
    height: 60px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_tel_btn {
    pointer-events: all;
  }
}
.flow_cont_sec .flow_list li .flow_item .flow_tel_btn span {
  display: block;
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 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 Kaku Gothic Antique", sans-serif;
  margin-top: -0.8854166667vw;
}
@media (max-width: 768px) {
  .flow_cont_sec .flow_list li .flow_item .flow_tel_btn span {
    margin-top: -10px;
  }
}

/*------------ company ------------*/
.greeting_wrap {
  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: 768px) {
  .greeting_wrap {
    flex-direction: column-reverse;
  }
}
.greeting_wrap .greeting_cont .greeting_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .greeting_wrap .greeting_cont .greeting_txt {
    line-height: 1.8;
    margin-top: 20px;
  }
}
.greeting_wrap .greeting_cont .greeting_name {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 2.0833333333vw;
  text-align: right;
}
@media (max-width: 768px) {
  .greeting_wrap .greeting_cont .greeting_name {
    margin-top: 30px;
  }
}
.greeting_wrap .greeting_img {
  width: 22.3958333333vw;
  height: 26.0416666667vw;
}
@media (max-width: 768px) {
  .greeting_wrap .greeting_img {
    width: 70%;
    height: 40vh;
    margin: auto;
  }
}

.company_dec_block {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), url("../images/bg_company_dec.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 28.6458333333vw;
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  .company_dec_block {
    height: 200px;
    margin-bottom: 50px;
  }
}

.overview_list {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
.overview_list::before {
  content: "";
  background-image: url("../images/character_dec.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13.0208333333vw;
  height: 8.5416666667vw;
  position: absolute;
  bottom: -6.25vw;
  right: -0.5208333333vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .overview_list::before {
    display: none;
  }
}
.overview_list li {
  display: flex;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  padding: 1.8229166667vw 3.125vw;
  border-top: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
  .overview_list li {
    flex-direction: column;
    padding: 3% 5%;
  }
}
.overview_list li .overview_ttl {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: 13.0208333333vw;
}
@media (max-width: 768px) {
  .overview_list li .overview_ttl {
    width: 100%;
  }
}
.overview_list li .overview_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
  width: 52.0833333333vw;
}
@media (max-width: 768px) {
  .overview_list li .overview_txt {
    width: 100%;
  }
}

.is_access_sec {
  margin-top: 11.9791666667vw;
}

.map_item {
  width: 100%;
  height: 23.4375vw;
}
@media (max-width: 768px) {
  .map_item {
    height: 35vh;
  }
}

.access_block {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .access_block {
    flex-direction: column;
  }
}

.access_txt_wrap {
  display: flex;
  width: 40%;
  margin-right: 0.5208333333vw;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
}
@media (max-width: 768px) {
  .access_txt_wrap {
    width: 100%;
  }
}
.access_txt_wrap::before {
  content: "";
  content: "\e0c8";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 400;
  color: #FF7300;
  line-height: normal;
  margin-top: 0.2083333333vw;
}
.access_txt_wrap .access_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .access_txt_wrap .access_txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
.access_txt_wrap .access_txt span {
  display: block;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 0.78125vw;
}

.access_img_wrap {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  gap: 0.8854166667vw;
}
@media (max-width: 768px) {
  .access_img_wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 5vh;
    gap: 15px;
  }
}
.access_img_wrap .access_img {
  width: 14.5833333333vw;
  height: 10.4166666667vw;
}
@media (max-width: 768px) {
  .access_img_wrap .access_img {
    width: 100%;
    height: 30vh;
  }
}

/*------------ works archive ------------*/
.works_category_nav {
  margin-bottom: 2.0833333333vw;
}

.works_category_select_wrap {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.works_category_select_wrap::after {
  content: "";
  display: inline-block;
  content: "\e5c5";
  font-family: Material Symbols Outlined;
  font-size: 27px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 25%;
  right: 3%;
}
.works_category_select_wrap .works_category_select {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #DEDEDE;
  background-color: #ffffff;
  color: #333333;
  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 Kaku Gothic Antique", sans-serif;
}

.works_category_list {
  display: flex;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  justify-content: center;
}
@media (max-width: 768px) {
  .works_category_list {
    flex-direction: column;
  }
}
.works_category_list li .cat_btn p {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 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 Kaku Gothic Antique", sans-serif;
}
.works_category_list li .cat_btn .cat_btn_label {
  transition: all 0.3s ease;
  color: #333333;
  opacity: 0.5;
}
.works_category_list li .cat_btn .cat_btn_sep {
  color: #333333;
  opacity: 0.5;
}
.works_category_list li .cat_btn.is_current .cat_btn_label {
  opacity: 1;
  color: #FF7300;
}
@media (min-width: 769px) {
  .works_category_list li .cat_btn:hover .cat_btn_label {
    color: #FF7300;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .works_category_select_wrap {
    display: block;
  }
  .works_category_list {
    display: none;
  }
}
.works_archive_list_wrap {
  margin-top: 2.8645833333vw;
}
.works_archive_list_wrap .works_archive_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6458333333vw 1.0416666667vw;
  margin: 0 4.1666666667vw;
}
@media (max-width: 768px) {
  .works_archive_list_wrap .works_archive_list {
    gap: 10px 0;
    margin: 0;
  }
}
.works_archive_list_wrap .works_archive_list li {
  width: 26.0416666667vw;
}
@media (max-width: 768px) {
  .works_archive_list_wrap .works_archive_list li {
    width: 100%;
  }
}
.works_archive_list_wrap .works_archive_list li .works_archive_btn {
  color: #333333;
}
.works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_cat {
  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 Kaku Gothic Antique", sans-serif;
  margin-bottom: 0.5208333333vw;
  text-align: right;
}
.works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_img_wrap {
  border: 1px solid #DEDEDE;
  width: 100%;
  height: 17.7083333333vw;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_img_wrap {
    height: 25vh;
  }
}
.works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_img_wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1.0416666667vw solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_img_wrap .works_archive_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_ttl {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 1.3020833333vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 768px) {
  .works_archive_list_wrap .works_archive_list li .works_archive_btn .works_archive_ttl {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
@media (min-width: 769px) {
  .works_archive_list_wrap .works_archive_list li .works_archive_btn:hover .works_archive_img_wrap {
    border: 1px solid #FF7300;
  }
  .works_archive_list_wrap .works_archive_list li .works_archive_btn:hover .works_archive_img {
    transform: scale(1.1);
  }
}

/*------------ works detail ------------*/
.works_single_main_block {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .works_single_main_block {
    flex-direction: column;
  }
}
.works_single_main_block .gallery_main_item {
  width: 58.59375vw;
  height: 41.6666666667vw;
}
@media (max-width: 768px) {
  .works_single_main_block .gallery_main_item {
    width: 100%;
    height: 35vh;
  }
}
.works_single_main_block .works_single_main_item {
  width: 26.5625vw;
  margin-left: 2.6041666667vw;
}
@media (max-width: 768px) {
  .works_single_main_block .works_single_main_item {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.works_single_main_block .works_single_main_item .works_single_cat {
  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 Kaku Gothic Antique", sans-serif;
  margin-bottom: 0.78125vw;
}
@media (max-width: 768px) {
  .works_single_main_block .works_single_main_item .works_single_cat {
    margin-bottom: 0;
  }
}
.works_single_main_block .works_single_main_item .works_single_ttl {
  font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.works_single_main_block .works_single_main_item .works_single_comment {
  margin-top: 1.5625vw;
  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 Kaku Gothic Antique", sans-serif;
}

.gallery_sub_block {
  display: flex;
  flex-wrap: wrap;
  gap: 2.34375vw;
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .gallery_sub_block {
    justify-content: space-between;
    margin-top: 25px;
    gap: 12px;
  }
}
.gallery_sub_block .gallery_sub_item {
  width: 28.125vw;
  height: 18.75vw;
}
@media (max-width: 768px) {
  .gallery_sub_block .gallery_sub_item {
    width: 48%;
    height: 18vh;
  }
}

.works_single_txt {
  border: 1px solid #DEDEDE;
  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 Kaku Gothic Antique", sans-serif;
  padding: 2.0833333333vw 2.6041666667vw;
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .works_single_txt {
    margin-top: 25px;
    padding: 5%;
  }
}

.works_single_nav_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  margin-top: 5.2083333333vw;
}
@media (max-width: 768px) {
  .works_single_nav_list {
    width: 80%;
    margin: 30px auto 0;
    flex-direction: column;
    gap: 15px;
  }
}
.works_single_nav_list li {
  position: relative;
  overflow: hidden;
  border: 1px solid #333333;
}
.works_single_nav_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FF7300;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
  pointer-events: none;
  opacity: 0.1;
}
@media (min-width: 769px) {
  .works_single_nav_list li:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.works_single_nav_list li .works_single_btn {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  padding: 1.3020833333vw 1.5625vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
  color: #333333;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .works_single_nav_list li .works_single_btn {
    padding: 12px;
    justify-content: center;
  }
}
.works_single_nav_list li .works_single_btn.is_prev {
  padding-left: 1.0416666667vw;
}
.works_single_nav_list li .works_single_btn.is_prev::before {
  content: "";
  display: inline-block;
  content: "\e5de";
  font-family: Material Symbols Outlined;
  font-size: 22px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.works_single_nav_list li .works_single_btn.is_next {
  padding-right: 1.0416666667vw;
}
.works_single_nav_list li .works_single_btn.is_next::after {
  content: "";
  display: inline-block;
  content: "\e5df";
  font-family: Material Symbols Outlined;
  font-size: 22px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}

/*------------ contact ------------*/
.contact_sec {
  width: 49.4791666667vw;
  margin: auto;
}
@media (max-width: 1199px) {
  .contact_sec {
    width: 100%;
    padding: 0 15%;
  }
}
@media (max-width: 768px) {
  .contact_sec {
    padding: 0 5%;
  }
}
.contact_sec .contact_lead_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .contact_sec .contact_lead_txt {
    line-height: 1.6;
  }
}
.contact_sec .contact_tel {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  margin: 2.8645833333vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .contact_sec .contact_tel {
    flex-direction: column;
    margin: 2vh auto 8vh;
  }
}
.contact_sec .contact_tel .contact_tel_num {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(3.2px, 4 / 1500 * 100vmax, 4.8px);
       column-gap: clamp(3.2px, 4 / 1500 * 100vmax, 4.8px);
  font-size: clamp(48 * 0.7px, 48 / 1500 * 100vmax, 48 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_sec .contact_tel .contact_tel_num {
    pointer-events: all;
    font-size: 27px;
    font-size: 1.6875rem;
    justify-content: center;
    border: 2px solid #FF7300;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    color: #FF7300;
  }
}
.contact_sec .contact_tel .contact_tel_num::before {
  content: "\e0b0";
  font-family: Material Symbols Outlined;
  font-size: 48px;
  font-weight: normal;
  font-variation-settings: "wght" 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
@media (max-width: 768px) {
  .contact_sec .contact_tel .contact_tel_num::before {
    font-size: 23px;
    font-size: 1.4375rem;
    color: #FF7300;
  }
}
.contact_sec .contact_tel .contact_hours {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 900px) {
  .contact_sec .contact_tel .contact_hours {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact_sec .contact_tel .contact_hours {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}

dl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  dl {
    margin-bottom: 30px;
  }
}
dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 768px) {
  dl dt {
    margin-bottom: 10px;
  }
}
dl dt label {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-right: 0.5208333333vw;
}
@media (max-width: 768px) {
  dl dt label {
    margin-right: 5px;
  }
}
dl dt .required-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #FF7300;
}
dl dd .wpcf7-form-control-wrap {
  margin-left: 0;
}
dl dd .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.78125vw 0;
  border: 1px solid #DEDEDE;
  padding: 1.0416666667vw 1.5625vw;
}
@media (max-width: 768px) {
  dl dd .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 5%;
  }
}
dl dd .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
dl dd .wpcf7-radio .wpcf7-list-item label {
  width: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  dl dd .wpcf7-radio .wpcf7-list-item label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
dl dd .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #A9A9A9;
  cursor: pointer;
  position: relative;
}
dl dd .wpcf7-radio .wpcf7-list-item input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #FF7300;
  border-radius: 50%;
  transition: all 0.3s ease;
}
dl dd .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  width: 12px;
  height: 12px;
}
dl dd input[type=text],
dl dd input[type=tel],
dl dd input[type=email],
dl dd select,
dl dd textarea {
  width: 100%;
  border: none;
  border: 1px solid #DEDEDE;
  padding: 1.0416666667vw 1.5625vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  dl dd input[type=text],
  dl dd input[type=tel],
  dl dd input[type=email],
  dl dd select,
  dl dd textarea {
    padding: 10px 15px;
  }
}
dl dd input[type=text]::-moz-placeholder, dl dd input[type=tel]::-moz-placeholder, dl dd input[type=email]::-moz-placeholder, dl dd select::-moz-placeholder, dl dd textarea::-moz-placeholder {
  color: #A9A9A9;
}
dl dd input[type=text]::placeholder,
dl dd input[type=tel]::placeholder,
dl dd input[type=email]::placeholder,
dl dd select::placeholder,
dl dd textarea::placeholder {
  color: #A9A9A9;
}
dl dd textarea {
  height: 15.625vw;
  line-height: 1.6;
}
@media (max-width: 768px) {
  dl dd textarea {
    height: 250px;
  }
}
dl dd.is_zip {
  width: 40%;
}
@media (max-width: 768px) {
  dl dd.is_zip {
    width: 70%;
  }
}
dl dd select {
  cursor: pointer;
  width: 40%;
  position: relative;
  background-image: url(../images/icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  dl dd select {
    background-size: 10px;
    width: 70%;
  }
}
dl dd .address_list > li + li {
  margin-top: 0.6770833333vw;
}
@media (max-width: 768px) {
  dl dd .address_list > li + li {
    margin-top: 10px;
  }
}

.privacy_unit .privacy_block {
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 1.0416666667vw 1.5625vw;
}
@media (max-width: 768px) {
  .privacy_unit .privacy_block {
    padding: 3%;
  }
}
.privacy_unit .privacy_block .privacy_item {
  width: auto;
  height: 15.625vw;
  padding-left: 1.0416666667vw;
  overflow-x: hidden;
  padding-right: 1.0416666667vw;
}
@media (max-width: 768px) {
  .privacy_unit .privacy_block .privacy_item {
    height: 200px;
  }
}
.privacy_unit .privacy_block .privacy_item::-webkit-scrollbar {
  width: 6px;
  height: auto;
}
.privacy_unit .privacy_block .privacy_item::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.privacy_unit .privacy_block .privacy_item::-webkit-scrollbar-thumb {
  background: #A9A9A9;
  cursor: pointer;
}
.privacy_unit .privacy_block .privacy_item .privacy_txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 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 Kaku Gothic Antique", sans-serif;
}
.privacy_unit .checkbox_item {
  margin-top: 1.3020833333vw;
  text-align: center;
}
.privacy_unit .checkbox_item .check .wpcf7-list-item {
  margin: 0;
}
.privacy_unit .checkbox_item .check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  cursor: pointer;
}
.privacy_unit .checkbox_item .check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  margin: 0;
  border: 1px solid #DEDEDE;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.privacy_unit .checkbox_item .check input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  width: 10px;
  height: 18px;
  border-right: 4.5px solid #FF7300;
  border-bottom: 4.5px solid #FF7300;
  transform: translate(-50%, -58%) rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.privacy_unit .checkbox_item .check input[type=checkbox]:checked::after {
  opacity: 1;
}
.privacy_unit .checkbox_item .check .wpcf7-list-item-label {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
}
@media (max-width: 768px) {
  .privacy_unit .checkbox_item .check .wpcf7-list-item-label {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}

p.val-err {
  font-size: 14px !important;
  color: #ff4141;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.check_no-through {
  font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #ff4141;
  text-align: center;
  border-top: 1px solid #ff4141;
  border-bottom: 1px solid #ff4141;
  padding: 0.78125vw 0;
  margin: 3.6458333333vw 0 0 0;
}
@media (max-width: 768px) {
  .check_no-through {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 7px 0;
  }
}

.tccf7-submit-err {
  text-align: center;
}

.tccf7-inquiry-err::after {
  display: none;
}

.privacy-check {
  margin-top: 2.0833333333vw;
  text-align: center;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 30px;
  }
}
.privacy-check .wpcf7-list-item {
  margin: 0;
}
.privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.privacy-check .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  margin-right: 0.78125vw;
  cursor: pointer;
  position: relative;
  background: #D9D9D9;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .privacy-check .wpcf7-list-item input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}
.privacy-check .wpcf7-list-item input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 45%;
  height: 95%;
  border-right: 3px solid #FF7300;
  border-bottom: 3px solid #FF7300;
  opacity: 0;
  transition: all 0.3s ease;
}
.privacy-check .wpcf7-list-item input[type=checkbox]:checked::after {
  opacity: 1;
}
.privacy-check .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .privacy-check .wpcf7-list-item .wpcf7-list-item-label {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}
.privacy-check .wpcf7-list-item .wpcf7-list-item-label > a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  color: #FF7300;
  transition: all 0.3s ease;
}
.privacy-check .wpcf7-list-item .wpcf7-list-item-label > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-privacy-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a::after {
    margin-left: 3px;
  }
}
@media (min-width: 769px) {
  .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a:hover {
    opacity: 0.6;
  }
}

.check_submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  margin-top: 3.6458333333vw;
}

.form_btn {
  width: 15.625vw;
  height: 4.1666666667vw;
  background: #FF7300;
  border: 2px solid #FF7300;
  border-radius: 50px;
  overflow: hidden;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
  color: #fff;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  margin: auto 0;
}
@media (max-width: 1199px) {
  .form_btn {
    width: 20.8333333333vw;
    height: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .form_btn {
    width: 200px;
    height: 50px;
  }
}
.form_btn::before {
  content: "";
  display: inline-block;
  width: 110%;
  height: 110%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #00bb64;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
.form_btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s ease;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}
.form_btn button,
.form_btn input {
  text-align: left;
  padding-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .form_btn button,
  .form_btn input {
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  .form_btn:hover {
    color: #fff;
    border: 2px solid #00bb64;
  }
  .form_btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .form_btn:hover::after {
    content: "";
    width: 10px;
    height: 18px;
    background: transparent;
    border-right: 4.5px solid #fff;
    border-bottom: 4.5px solid #fff;
    transform: translate(-50%, -58%) rotate(45deg);
    border-radius: 0;
  }
}
.form_btn * {
  display: block;
  width: 100%;
  height: 100%;
}

.back-button {
  display: inline-block;
  font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: auto;
  color: #797979;
  border-bottom: 1px solid #797979;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .back-button:hover {
    opacity: 0.6;
  }
}

.step-complete .contact_lead_txt,
.step-complete .contact_tel,
.step-confirm .contact_lead_txt,
.step-confirm .contact_tel {
  display: none;
}

#form-confirm dl {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 0.78125vw;
}
#form-confirm dt {
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  margin-bottom: 3px;
}
#form-confirm dt label {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #949494;
}
#form-confirm dd span {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  #form-confirm dd span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #form-confirm dd .address_list > li {
    margin-top: 0;
  }
}
#form-confirm .privacy-check {
  display: none;
}

.page_intro_sec {
  margin: 8.8541666667vw auto 5.2083333333vw;
  text-align: center;
}
@media (max-width: 768px) {
  .page_intro_sec {
    margin: 130px 5% 50px;
  }
}
.page_intro_sec .basic_intro_sec {
  text-align: center;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 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 Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .page_intro_sec .basic_intro_sec {
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------
  pagination
--------------------------------------------------------------------------------*/
.pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .pager_list {
    gap: 10px;
    margin-top: 50px;
  }
}
.pager_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pager_list li a {
    width: 40px;
    height: 40px;
  }
}
.pager_list li a p {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pager_list li a p {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(3 * 0.01em);
    margin-right: calc(3 * 0.01em * -1);
    line-height: 1;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-family: "Montserrat", sans-serif;
  }
}
.pager_list li a.is_current {
  border-color: #FF7300;
}
.pager_list li a.is_current p {
  color: #FF7300;
}
.pager_list li a.prev_btn {
  margin-right: 2.6041666667vw;
}
.pager_list li a.prev_btn::before {
  content: "";
  display: inline-block;
  content: "\e5de";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  transition: all 0.3s ease;
}
.pager_list li a.next_btn {
  margin-left: 2.6041666667vw;
}
.pager_list li a.next_btn::before {
  content: "";
  display: inline-block;
  content: "\e5df";
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  transition: all 0.3s ease;
}
.pager_list li a:hover:not(.is_current) {
  border-color: #FF7300;
}
.pager_list li a:hover:not(.is_current) > p {
  color: #FF7300;
}
.pager_list li a:hover:not(.is_current)::before {
  color: #FF7300;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  border-top: 1px solid #DEDEDE;
  overflow: hidden;
  margin-top: 10.4166666667vw;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 10vh;
  }
}
.footer .ft_inner {
  padding: 5.2083333333vw 5.2083333333vw 3.6458333333vw;
}
@media (max-width: 900px) {
  .footer .ft_inner {
    padding: 10% 5% 3%;
  }
}
.footer .ft_top {
  display: flex;
  -moz-column-gap: clamp(80px, 100 / 1500 * 100vmax, 120px);
       column-gap: clamp(80px, 100 / 1500 * 100vmax, 120px);
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1200px) {
  .footer .ft_top {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 35px;
  }
}
.footer .ft_top .ft_ttl .ft_ttl_ja {
  display: block;
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
}
.footer .ft_top .ft_ttl .ft_ttl_en {
  display: block;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #FF7300;
  margin-bottom: 0.78125vw;
}
@media (max-width: 768px) {
  .footer .ft_top .ft_ttl .ft_ttl_en {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 15px;
  }
}
.footer .ft_top .ft_desc {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 2.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 900px) {
  .footer .ft_top .ft_desc {
    max-width: 100%;
    line-height: 1.7;
  }
}
.footer .ft_link_btns {
  display: flex;
  position: relative;
  z-index: 2;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
@media (max-width: 900px) {
  .footer .ft_link_btns {
    flex-direction: column;
    row-gap: 12px;
  }
}
.footer .ft_link_btns li {
  flex: 1;
}
.footer .ft_link_btns li .ft_link_btn {
  display: flex;
  align-items: center;
  padding: 1.5625vw 1.5625vw 1.5625vw 2.6041666667vw;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .footer .ft_link_btns li .ft_link_btn {
    padding: 25px 40px;
  }
}
.footer .ft_link_btns li .ft_link_btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FF7300;
  opacity: 0.1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (min-width: 769px) {
  .footer .ft_link_btns li .ft_link_btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.footer .ft_link_btns li .ft_link_btn p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer .ft_link_btns li .ft_link_btn p::before {
  content: "";
  display: inline-block;
  color: #A9A9A9;
  margin-right: 5px;
}
.footer .ft_link_btns li .ft_link_btn p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FF7300;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.footer .ft_link_btns li .ft_link_btn p span::after {
  content: "\e5c8";
  font-family: Material Symbols Outlined;
  font-size: 6px;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
  transition: color 0.3s ease;
}
.footer .ft_link_btns li .ft_link_btn:hover p span {
  transform: scale(2.3);
}
.footer .ft_link_btns li .ft_link_btn:hover p span::after {
  color: #fff;
}
.footer .ft_link_btns li:nth-child(1) .ft_link_btn p::before {
  content: "\f53e";
  font-family: Material Symbols Outlined;
  font-size: 19px;
  font-weight: normal;
  font-variation-settings: "wght" 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.footer .ft_link_btns li:nth-child(2) .ft_link_btn p::before {
  width: 19px;
  height: 19px;
  background-image: url("../images/icon_shindan.svg");
  background-size: contain;
}
.footer .ft_link_btns li:nth-child(3) .ft_link_btn p::before {
  content: "\e158";
  font-family: Material Symbols Outlined;
  font-size: 19px;
  font-weight: normal;
  font-variation-settings: "wght" 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.footer .ft_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.6458333333vw 0 6.7708333333vw;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 900px) {
  .footer .ft_contact {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
    padding: 35px 0;
  }
}
.footer .ft_contact .ft_tel {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
}
@media (max-width: 768px) {
  .footer .ft_contact .ft_tel {
    flex-direction: column;
    align-items: flex-start;
    row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.footer .ft_contact .ft_tel .ft_tel_label {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
}
.footer .ft_contact .ft_tel .ft_tel_num {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(3.2px, 4 / 1500 * 100vmax, 4.8px);
       column-gap: clamp(3.2px, 4 / 1500 * 100vmax, 4.8px);
  font-size: clamp(32 * 0.7px, 32 / 1500 * 100vmax, 32 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer .ft_contact .ft_tel .ft_tel_num {
    font-size: 32px;
    font-size: 2rem;
    pointer-events: all;
  }
}
.footer .ft_contact .ft_tel .ft_tel_num::before {
  content: "\e0b0";
  font-family: Material Symbols Outlined;
  font-size: 29px;
  font-weight: normal;
  font-variation-settings: "wght" 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.footer .ft_contact .ft_tel .ft_hours {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 900px) {
  .footer .ft_contact .ft_tel .ft_hours {
    display: block;
  }
}
.footer .ft_contact .ft_contact_btns {
  display: flex;
  -moz-column-gap: clamp(11.2px, 14 / 1500 * 100vmax, 16.8px);
       column-gap: clamp(11.2px, 14 / 1500 * 100vmax, 16.8px);
}
@media (max-width: 900px) {
  .footer .ft_contact .ft_contact_btns {
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
  }
}
.footer .ft_contact .ft_contact_btns .ft_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  padding: 0 1.5625vw;
  min-width: 13.1770833333vw;
  background: #0074BC;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .footer .ft_contact .ft_contact_btns .ft_contact_btn {
    min-width: 0;
    width: 100%;
  }
}
.footer .ft_contact .ft_contact_btns .ft_contact_btn span {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #ffffff;
}
.footer .ft_contact .ft_contact_btns .ft_contact_btn--wide {
  min-width: 16.1458333333vw;
}
@media (max-width: 900px) {
  .footer .ft_contact .ft_contact_btns .ft_contact_btn--wide {
    min-width: 0;
  }
}
.footer .ft_contact .ft_contact_btns .ft_contact_btn:hover {
  opacity: 0.8;
}
.footer .ft_bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  padding: 6.25vw 9.375vw 0 0;
}
@media (max-width: 900px) {
  .footer .ft_bottom {
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 0 15px;
  }
}
.footer .ft_bottom .ft_logo {
  display: block;
  width: 15.8333333333vw;
  min-width: 160px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .ft_bottom .ft_logo:hover {
    opacity: 0.5;
  }
}
.footer .ft_bottom .ft_youtube {
  display: block;
  width: 2.7083333333vw;
  min-width: 32px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .ft_bottom .ft_youtube:hover {
    opacity: 0.5;
  }
}
.footer .ft_bottom .ft_nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw 1.3020833333vw;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .footer .ft_bottom .ft_nav {
    display: none;
  }
}
.footer .ft_bottom .ft_nav .ft_nav_btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #333333;
  transition: all 0.3s ease;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(2 * 0.01em);
  margin-right: calc(2 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (min-width: 769px) {
  .footer .ft_bottom .ft_nav .ft_nav_btn:hover {
    color: #FF7300;
  }
}
.footer .ft_bottom .ft_partner {
  display: block;
  width: 9.375vw;
  min-width: 120px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .ft_bottom .ft_partner:hover {
    opacity: 0.5;
  }
}
.footer .ft_copy {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  padding-top: 3.6458333333vw;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .footer .ft_copy {
    padding-bottom: 30px;
  }
}
.footer .ft_figure {
  position: absolute;
  right: 5.2083333333vw;
  bottom: 7.8125vw;
  width: 29.3229166667vw;
  height: 23.4375vw;
}
@media (max-width: 900px) {
  .footer .ft_figure {
    width: 20vw;
    height: 17vh;
  }
}
.footer .ft_figure figcaption {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  position: absolute;
  left: 0;
  top: 4.6875vw;
}
@media (max-width: 1190px) {
  .footer .ft_figure figcaption {
    display: none;
  }
}
.footer .ft_figure figcaption::before, .footer .ft_figure figcaption::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 1.5px;
  background: #333333;
  position: absolute;
}
.footer .ft_figure figcaption::before {
  transform: rotate(35deg);
  top: -1.0416666667vw;
  left: 8.3333333333vw;
}
.footer .ft_figure figcaption::after {
  transform: rotate(150deg);
  top: 4.6875vw;
  left: 8.3333333333vw;
}
.footer .ft_figure .ft_figure_chara {
  position: absolute;
  width: 8.8541666667vw;
}
.footer .ft_figure .ft_figure_chara--01 {
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
  transform-origin: bottom center;
}
@media (max-width: 900px) {
  .footer .ft_figure .ft_figure_chara--01 {
    width: 60px;
    right: 5px;
  }
}
.footer .ft_figure .ft_figure_chara--02 {
  top: 3.6458333333vw;
  right: 4.6875vw;
  transform: rotate(-9deg);
  transform-origin: bottom center;
}
@media (max-width: 900px) {
  .footer .ft_figure .ft_figure_chara--02 {
    top: 0;
    right: 45px;
    width: 60px;
  }
}

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