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

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

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

/*-------------------------------------------------------------------------------
  一覧ページのページャ
--------------------------------------------------------------------------------*/
.pagination_unit {
  display: flex;
}
.pagination_unit .pagination_prev button.hidden, .pagination_unit .pagination_next button.hidden {
  visibility: hidden;
}

.pagination_btns_list {
  display: flex;
}
.pagination_btns_list li.current {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細ページのページャ
--------------------------------------------------------------------------------*/
.single-pager_unit {
  display: flex;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
.cmn-ttl {
  position: absolute;
  bottom: 4.8vw;
  left: 7.5vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn-ttl {
    left: 5%;
    bottom: 5%;
  }
}
.cmn-ttl span {
  display: block;
}

.cmn-ttl_ja {
  color: #ffffff;
  font-size: clamp(68px, 4.7vw, 94px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .cmn-ttl_ja {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 480px) {
  .cmn-ttl_ja {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.cmn-ttl_en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Aboreto", system-ui;
  color: #ffffff;
}

.cmn_big_title_point {
  position: relative;
  z-index: 0;
}

.cmn_tels {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .cmn_tels {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .cmn_tels.contact_tel .cmn_tel_item .cmn_tel_texts {
    border-bottom: 1px solid #222222;
  }
}
@media (max-width: 768px) {
  .cmn_tels.hd_nav_list .cmn_tel_item .cmn_tel_texts {
    border-bottom: 1px solid #222222;
  }
}
.cmn_tels.is_ft {
  padding-top: 42px;
}
@media (max-width: 768px) {
  .cmn_tels.is_ft .cmn_tel_item .cmn_tel_texts {
    border-bottom: 1px solid #ffffff;
  }
}

.cmn_black_unit {
  padding: 9.5vw 0;
  position: relative;
  z-index: 0;
}
.cmn_black_unit.is_service {
  margin-top: 0;
}

.cmn_black_icon {
  flex-shrink: 0;
}

.cmn_black_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.3vw;
  width: 939px;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .cmn_black_items {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cmn_black_items {
    gap: 30px;
  }
}
.cmn_black_items.is_service {
  width: 1066px;
  max-width: 90%;
}

.cmn_black_title {
  color: #ffffff;
  font-size: clamp(20px, 1.2vw, 25px);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
  width: 33%;
  text-align: center;
}
@media (max-width: 1024px) {
  .cmn_black_title {
    width: 100%;
  }
}
.cmn_black_title.is_service {
  width: 21%;
}
.cmn_black_title span {
  margin-right: 20px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 768px) {
  .cmn_black_title span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.cmn_black_title span.is_servise {
  margin-left: 20px;
}
.cmn_black_title span.is_servise::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 100px;
  background: url(../images/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -45%);
}
@media (max-width: 768px) {
  .cmn_black_title span.is_servise::before {
    width: 151px;
    height: 80px;
  }
}
.cmn_black_title span::before {
  position: absolute;
  content: "";
  width: 261px;
  height: 136px;
  background: url(../images/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -45%);
}
@media (max-width: 768px) {
  .cmn_black_title span::before {
    width: 151px;
    height: 80px;
  }
}

.cmn_black_texts {
  width: 53%;
}
@media (max-width: 768px) {
  .cmn_black_texts {
    width: 100%;
  }
}
.cmn_black_texts.is_service {
  width: 63%;
}
@media (max-width: 1024px) {
  .cmn_black_texts.is_service {
    width: 90%;
  }
}

.cmn_black_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  width: 100%;
}
@media (max-width: 768px) {
  .cmn_black_item {
    padding: 15px 0;
  }
}
.cmn_black_item:first-of-type {
  padding-top: 0;
}

.cmn_black_text {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cmn_black_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cmn_black_btn {
  margin: 30px 0 0 auto;
}
.cmn_black_btn .cmn_btn_arrow {
  background-color: rgba(255, 255, 255, 0.4);
  width: 55px;
  padding: 0 10px;
  border-radius: 999px;
  height: 25px;
}

.cmn_table:first-of-type {
  border-top: 1px #E9E9E9 solid;
}
.cmn_table tr {
  border-bottom: 1px #E9E9E9 solid;
}
.cmn_table tr:first-of-type {
  border-top: 1px #E9E9E9 solid;
}
.cmn_table th {
  color: #777777;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 30px 10px 30px 20px;
  width: 20%;
}
.cmn_table td {
  padding: 30px 20px 30px 0;
  width: 74%;
}
.cmn_table th, .cmn_table td {
  vertical-align: top;
}
.cmn_table.is_profile {
  width: 72%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .cmn_table.is_profile {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cmn_table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cmn_tel_texts {
  display: flex;
  gap: 10px;
  color: #ffffff;
  align-items: center;
}
@media (max-width: 768px) {
  .cmn_tel_texts {
    margin-bottom: 15px;
    gap: 5px;
  }
}

.cmn_tel_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cmn_tel_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cmn_tel_num {
  font-family: "Aboreto", system-ui;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 46px;
  font-size: 2.875rem;
}
@media (min-width: 769px) {
  .cmn_tel_num {
    pointer-events: none;
  }
}
.cmn_tel_num.is_hd {
  font-size: clamp(23px, 1.2vw, 25px);
}
@media (max-width: 1024px) {
  .cmn_tel_num.is_hd {
    color: #222222;
  }
}
@media (max-width: 768px) {
  .cmn_tel_num {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.cmn_tel_time {
  color: #ffffff;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 0.9;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
.cmn_tel_time.contact_time {
  line-height: 1.5;
  display: flex;
}
.cmn_tel_time.is_hd {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .cmn_tel_time.is_hd {
    color: #222222;
  }
}
@media (max-width: 768px) {
  .cmn_tel_time {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cmn_tel_icon {
  width: 45px;
  height: 45px;
  margin: 9px 0 auto;
}
@media (max-width: 768px) {
  .cmn_tel_icon {
    width: 35px;
    height: 35px;
    margin-top: 25px;
  }
}
.cmn_tel_icon.is_pc {
  display: block;
}
@media (max-width: 1199px) {
  .cmn_tel_icon.is_pc {
    display: none;
  }
}
.cmn_tel_icon.is_sp {
  display: none;
  width: 30px;
  height: 30px;
}
@media (max-width: 1024px) {
  .cmn_tel_icon.is_sp {
    display: block;
  }
}
.cmn_tel_icon.is_hd {
  margin: 9px auto auto;
}
@media (max-width: 768px) {
  .cmn_tel_icon.is_hd {
    margin-top: 25px;
  }
}
.cmn_tel_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_title_ja {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.cmn_title_ja.is_color {
  color: #ffffff;
}

.cmn_title_en {
  font-size: clamp(36px, 2.5vw, 50px);
  font-family: "Aboreto", system-ui;
  line-height: 1;
  padding-top: 25px;
  color: #0070C0;
}
.cmn_title_en.is_color {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cmn_title_en {
    padding-top: 10px;
  }
}

.cmn_btn {
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .cmn_btn:hover .cmn_btn_arrow {
    transform: translateX(10px);
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    gap: 20px;
  }
}
.cmn_btn.index-news_btn {
  gap: 50px;
  margin-top: 69px;
  color: #222222;
}
@media (max-width: 768px) {
  .cmn_btn.index-news_btn {
    margin-top: 20px;
  }
}

.cmn_contact_btn {
  color: #222222;
  position: relative;
  padding: 34px 43px;
  font-family: "Noto Sans JP", serif;
  border-radius: 999px;
  border: 2px #222222 solid;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_contact_btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 30px;
  }
}
@media (min-width: 1025px) {
  .cmn_contact_btn:hover::after {
    transform: translateX(10px);
  }
}
.cmn_contact_btn::after {
  position: relative;
  content: "";
  background: url(../images/black_arrow.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 4px;
  background-size: contain;
  transition: all 0.3s;
}
.cmn_contact_btn.contact-return_btn {
  background-color: #E9E9E9;
  flex-direction: row-reverse;
}
@media (min-width: 1025px) {
  .cmn_contact_btn.contact-return_btn:hover::after {
    transform: scale(-1, 1) translateX(10px);
  }
}
.cmn_contact_btn.contact-return_btn::after {
  transform: scale(-1, 1);
}

.cmn_btn_arrow {
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}
.cmn_btn_arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_big_title {
  position: absolute;
  z-index: -1;
}
.cmn_big_title.is_recruit {
  position: static;
}
.cmn_big_title.is_top {
  z-index: 1;
}
.cmn_big_title.is_core {
  position: relative;
}

.marquee {
  overflow: hidden;
  position: relative;
}
.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 180s linear infinite;
  font-family: "Aboreto", system-ui;
  font-size: clamp(165px, 14vw, 288px);
  color: #00B050;
  opacity: 0.1;
  white-space: nowrap;
  height: auto;
}
.marquee__inner span {
  line-height: 1;
}
@media (max-width: 768px) {
  .marquee__inner {
    font-size: 80px;
    font-size: 5rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.cmn_rapper {
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
}

.com_titles {
  width: 27%;
}
@media (max-width: 1024px) {
  .com_titles {
    width: 100%;
  }
}
.com_titles.is_contact {
  width: 37%;
}
@media (max-width: 1024px) {
  .com_titles.is_contact {
    width: 100%;
  }
}

.cmn_row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cmn_row:only-child {
  width: 100%;
}
@media (max-width: 1024px) {
  .cmn_row {
    flex-direction: column;
    gap: 5vw;
  }
}
@media (max-width: 768px) {
  .cmn_row {
    gap: 20px;
  }
}

.cmn_content {
  width: 73%;
}
@media (max-width: 1024px) {
  .cmn_content {
    width: 100%;
  }
}
.cmn_content.is_contact {
  width: 65%;
}
@media (max-width: 1024px) {
  .cmn_content.is_contact {
    width: 100%;
  }
}

.bg_image {
  position: relative;
  z-index: 0;
}
.bg_image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.bg_item {
  position: relative;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background: url(../images/black_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

main {
  background-color: #000;
}

body.reward .main, .office .main, .post .main, .single .main, .recruit .main, .contact .main, .contact_confirm .main, .contact_thanks .main, .error404 .main {
  background-color: #ffffff;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  height: 115px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 100;
  padding: 0 2vw;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .header {
    padding: 0 5px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.js-header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}

.hd_logo {
  width: 15vw;
  max-width: 299px;
  min-width: 200px;
  height: 59px;
  display: block;
  z-index: 100;
  position: relative;
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hd_nav_lists {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    padding: 20px 0;
    row-gap: 20px;
    width: 90%;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #ffffff;
  }
}

.hd_nav_list {
  padding: 0 1vw;
}
@media (max-width: 1255px) {
  .hd_nav_list {
    padding: 0 0.5vw;
  }
}
@media (max-width: 1024px) {
  .hd_nav_list.cmn_tels .cmn_tel_item .cmn_tel_texts {
    color: #222222;
  }
}

.hd_nav_link {
  font-size: clamp(16px, 0.9vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #cfcfcf;
  }
}
@media (max-width: 1024px) {
  .hd_nav_link {
    color: #222222;
  }
}
@media (max-width: 768px) {
  .hd_nav_link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hd_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 150px;
  background-image: url(../images/bat_bg.jpg);
  background-size: cover;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
@media (max-width: 1024px) {
  .hd_contact a {
    width: 300px;
    height: 70px;
  }
}

.hd_menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    right: 10px;
    z-index: 10;
  }
  .hd_menu_btn span {
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
  }
  .hd_menu_btn span:nth-of-type(1) {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .hd_menu_btn span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 72%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
}
@media (max-width: 480px) {
  .hd_menu_btn {
    width: 45px;
    height: 45px;
  }
}
.hd_menu_btn.is_close {
  display: block;
  width: 55px;
  height: 55px;
  background-color: transparent;
}
@media (max-width: 480px) {
  .hd_menu_btn.is_close {
    width: 45px;
    height: 45px;
  }
}
.hd_menu_btn.is_close span {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #ffffff;
}
.hd_menu_btn.is_close span:nth-of-type(1) {
  left: 12px;
  top: 23px;
  transform: rotate(45deg);
}
.hd_menu_btn.is_close span:nth-of-type(2) {
  display: none;
}
.hd_menu_btn.is_close span:nth-of-type(3) {
  left: 12px;
  top: 23px;
  transform: rotate(135deg);
}

@media (max-width: 1024px) {
  .hd_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    padding: 60px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

.hd_mail.is_pc {
  display: flex;
}
@media (max-width: 1024px) {
  .hd_mail.is_pc {
    display: none;
  }
}
.hd_mail.is_sp {
  display: none;
}
@media (max-width: 1024px) {
  .hd_mail.is_sp {
    display: flex;
  }
}

.hd_mail_link {
  position: relative;
  width: 87px;
  height: 87px;
  border: #fff 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 20px;
  transition: all 0.3s;
}
.hd_mail_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .hd_mail_link {
    width: 60px;
    height: 60px;
    padding: 0px 13px;
  }
}
@media (max-width: 1024px) {
  .hd_mail_link {
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .hd_mail_link:hover img {
    animation: rotateAnimation 0.5s ease-in-out forwards;
  }
}

.hd_mail_links {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .hd_mail_links {
    width: -moz-fit-content;
    width: fit-content;
    border: #222222 2px solid;
    border-radius: 999px;
    padding: 15px 30px;
    margin-top: 20px;
  }
}

.hd_mail_sp_text {
  color: #222222;
}

/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(360deg);
  }
}
/*-------------------------------------------------------------------------------
  mv、mainimg
--------------------------------------------------------------------------------*/
/*------------------------------------------------
mv
--------------------------------------------------*/
.mv_item {
  height: 100svh;
  position: relative;
  z-index: 2;
}
.mv_item::after {
  content: "";
  position: absolute;
  background: url(../images/noise.png);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.mv_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_titles {
  position: absolute;
  left: 7.5vw;
  bottom: 7.4vw;
}
@media (max-width: 768px) {
  .mv_titles {
    bottom: 5%;
    left: 5%;
  }
}

.mv_title_en {
  font-family: "Aboreto", system-ui;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mv_title_en {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mv_title {
  font-size: 94px;
  font-size: 5.875rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-weight: 600;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .mv_title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.mv_sub_title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.7;
  font-weight: 600;
  color: #ffffff;
  padding-top: 33px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .mv_sub_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mv_item {
  height: 100svh;
  position: relative;
  z-index: 2;
}
.mv_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_texts {
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 4.1vw;
  -moz-column-gap: 23px;
       column-gap: 23px;
  align-items: center;
}
@media (max-width: 1024px) {
  .mv_texts {
    right: 5%;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .mv_texts {
    margin: 0 5%;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    margin: 0 auto;
  }
}

/*------------------------------------------------
mainimage
--------------------------------------------------*/
.mainimage {
  width: 100%;
  height: 70vh;
  position: relative;
}
@media (max-width: 768px) {
  .mainimage {
    height: 50svh;
  }
}
.mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/noise.png);
  mix-blend-mode: multiply;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
/*------------------------------------------------
index-top
--------------------------------------------------*/
.index-top {
  background-color: #ffffff;
}

.index-top_unit {
  display: flex;
  padding-top: 110px;
  padding-bottom: 14vw;
}
@media (max-width: 1024px) {
  .index-top_unit {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index-top_unit {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.index-top_images {
  width: 47%;
}
@media (max-width: 1024px) {
  .index-top_images {
    width: 100%;
  }
}

.index-top_image_01 {
  width: 81%;
  position: relative;
  border-radius: 30px;
}
.index-top_image_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-top_image_02 {
  position: absolute;
  bottom: -6.3vw;
  right: -6.3vw;
  width: 200px;
  border-radius: 30px;
  overflow: hidden;
  width: 35%;
  display: flex;
}
.index-top_image_02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .index-top_image_02 {
    border-radius: 20px;
  }
}

.index-top_texts {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 9.5vw;
}
@media (max-width: 768px) {
  .index-top_texts {
    width: 90%;
    padding-top: 0;
  }
}

.index-top_title {
  font-size: clamp(29px, 2vw, 40px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .index-top_title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.index-top_text {
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: clamp(18px, 1.2vw, 25px);
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  padding-top: 5vw;
}
@media (max-width: 768px) {
  .index-top_text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/*------------------------------------------------
index-btn
--------------------------------------------------*/
.index-btns {
  background: #ffffff;
}

.index-btn_unit {
  padding-top: 11vw;
}

.index-btn_items {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
@media (max-width: 1024px) {
  .index-btn_items {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.index-btn_item {
  width: 40%;
  display: block;
  background: url(../images/index-btn_01.jpg);
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 700px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .index-btn_item:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 1199px) {
  .index-btn_item {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .index-btn_item {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index-btn_item {
    height: 450px;
  }
}
.index-btn_item::before {
  content: "";
  position: absolute;
  background: url(../images/noise.png);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.index-btn_item:last-of-type {
  margin-top: 80px;
  background: url(../images/index-btn_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-btn_item:last-of-type {
    margin-top: 0;
  }
}

.index-btn_texts {
  text-align: right;
  width: 81%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-btn_texts {
    width: 90%;
  }
}

.index-btn_text_ja {
  font-size: clamp(16px, 0.9vw, 18px);
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.index-btn_text_en {
  font-size: clamp(36px, 2.5vw, 50px);
  font-family: "Aboreto", system-ui;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.index-btn_text {
  color: #ffffff;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .index-btn_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 30px;
  }
}

.index-btn_line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .index-btn_line {
    margin-top: 20px;
  }
}

.index-btn {
  margin: 30px 49px 28px auto;
  font-weight: 400;
}
@media (max-width: 768px) {
  .index-btn {
    margin: 15px 5% 15px auto;
  }
}
.index-btn .cmn_btn_arrow {
  background: rgba(34, 34, 34, 0.4);
  width: 55px;
  padding: 0 10px;
  border-radius: 999px;
  height: 25px;
}

/*------------------------------------------------
index-news
--------------------------------------------------*/
.index-news {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: #ffffff;
}

.index-news_unit {
  display: flex;
  justify-content: space-between;
  width: 1720px;
  max-width: 90%;
  margin: 0 auto;
  padding: 12vw 0 10vw;
}
@media (max-width: 768px) {
  .index-news_unit {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .index-news_unit {
    flex-direction: column;
  }
}

.index-news_titles {
  width: 21%;
}
@media (max-width: 1024px) {
  .index-news_titles {
    width: 100%;
  }
}

.index-news_lists {
  width: 76%;
  height: auto;
}
@media (max-width: 1024px) {
  .index-news_lists {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-news_lists {
    margin-top: 20px;
  }
}

.index-news-item {
  display: flex;
  align-items: baseline;
  gap: 3vw;
  padding: 30px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .index-news-item {
    padding: 0;
    flex-direction: column;
  }
}

.index-news_list {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  border-bottom: #E9E9E9 1px solid;
}
@media (max-width: 1024px) {
  .index-news_list {
    margin-top: 20px;
  }
}
.index-news_list:first-of-type {
  border-top: #E9E9E9 1px solid;
}
.index-news_list::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 176, 80, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
@media (min-width: 1025px) {
  .index-news_list:hover .index-news_link .index-news-item .index-news-text {
    color: #72A389;
  }
  .index-news_list:hover::before {
    opacity: 1;
  }
}
.index-news_list .index-news-item {
  position: relative;
  z-index: 1;
}

.index-news_link {
  display: flex;
  color: #222222;
}
@media (max-width: 768px) {
  .index-news_link {
    padding: 15px 0;
  }
}

.index-news-date {
  color: #777777;
  font-family: "Aboreto", system-ui;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-news-date {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-news-text {
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.8;
  flex: 1;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-news-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.index-news_image {
  width: 200px;
  height: 130px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .index-news_image {
    width: 130px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .index-news_image {
    width: 330px;
    height: 220px;
  }
}
.index-news_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
service
--------------------------------------------------------------------------------*/
/*------------------------------------------------
service-content
--------------------------------------------------*/
.service-content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 5vw;
}
@media (max-width: 768px) {
  .service-content {
    padding-top: 60px;
  }
}

.service-content_item {
  padding-bottom: 7.5vw;
}
@media (max-width: 768px) {
  .service-content_item {
    padding-bottom: 60px;
  }
}
.service-content_item:nth-of-type(even) .service-content_image {
  border-radius: 50px 0 0 50px;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .service-content_item:nth-of-type(even) .service-content_image {
    border-radius: 20px 0 0 20px;
  }
}

.service-content_image {
  position: relative;
  width: 91vw;
  height: 460px;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-content_image {
    height: 200px;
    border-radius: 0 20px 20px 0;
  }
}
.service-content_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-content_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/noise.png);
}
.service-content_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.service-main_title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(29px, 2vw, 40px);
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  width: 1520px;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .service-main_title {
    left: 5vw;
  }
}
@media (max-width: 768px) {
  .service-main_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}

.service_content_blocks {
  width: 72vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
  justify-content: left;
  -moz-column-gap: 7vw;
       column-gap: 7vw;
  row-gap: 2vw;
}
@media (max-width: 1024px) {
  .service_content_blocks {
    width: 85vw;
  }
}
@media (max-width: 768px) {
  .service_content_blocks {
    flex-direction: column;
  }
}

.service_content_block {
  width: 45%;
  counter-increment: mycounter;
}
@media (max-width: 768px) {
  .service_content_block {
    width: 100%;
  }
}

.service-sub_title {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.service-sub_title:first-of-type {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .service-sub_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.service-sub_title::before {
  content: counter(mycounter) ".";
  font-family: "Aboreto", system-ui;
  color: #777777;
  font-size: clamp(36px, 2.5vw, 50px);
  padding-right: 10px;
}
@media (max-width: 768px) {
  .service-sub_title::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.service-sub_text {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding: 0 0 20px 20px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  line-height: 1.5;
  margin-left: 2.5vw;
}
.service-sub_text:first-of-type {
  margin-top: 5px;
}
.service-sub_text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .service-sub_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .service-sub_text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 5px;
  }
}

.service-sub_link {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 40px;
  color: #222222;
  border-bottom: 1px solid #222222;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .service-sub_link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-sub_links {
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  color: #222222;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  line-height: 1.5;
  margin-left: calc(2.5vw + 20px);
}
@media (min-width: 1025px) {
  .service-sub_links:hover {
    background: rgba(34, 34, 34, 0.1215686275);
  }
}
.service-sub_links .is_text {
  border-bottom: 1px solid #222222;
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto sans JP", serif;
  line-height: 1;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .service-sub_links .is_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-sub_link_icon {
  width: 20px;
  height: 30px;
}
.service-sub_link_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
reward
--------------------------------------------------------------------------------*/
/*------------------------------------------------
reward-content
--------------------------------------------------*/
.reward-main_title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(29px, 2vw, 40px);
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  width: 1520px;
  max-width: 90%;
}
@media (max-width: 1199px) {
  .reward-main_title {
    left: 5vw;
  }
}

.reward_items {
  width: 77vw;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .reward_items {
    width: 85%;
  }
}

.reward_item {
  width: 71vw;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .reward_item {
    width: 100%;
  }
}

.reward_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reward_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.reward_data {
  padding-top: 50px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reward_data {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 40px;
  }
}

.reward_table_item {
  padding: 5vw 0;
  border-bottom: 1px #777777 solid;
  counter-increment: mycounter;
}
@media (max-width: 768px) {
  .reward_table_item {
    padding: 40px 0;
  }
}
.reward_table_item:last-of-type {
  border-bottom: none;
  padding-bottom: 10vw;
}

.reward_table_block {
  width: 71vw;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .reward_table_block {
    width: 100%;
  }
}

.reward_title {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .reward_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.reward_title::before {
  content: counter(mycounter) ".";
  font-family: "Aboreto", system-ui;
  color: #777777;
  font-size: clamp(36px, 2.5vw, 50px);
  padding-right: 10px;
}
@media (max-width: 768px) {
  .reward_title::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.reward_table {
  margin-top: 30px;
}
.reward_table th {
  background-color: rgba(0, 176, 80, 0.1);
  padding: 25px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reward_table th {
    padding: 15px 10px;
  }
}
.reward_table tr {
  border-bottom: 1px solid #E9E9E9;
}
.reward_table td {
  padding: 25px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reward_table td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.reward_table_text {
  padding-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reward_table_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
office
--------------------------------------------------------------------------------*/
/*------------------------------------------------
office_about
--------------------------------------------------*/
.office_about {
  padding-top: 12vw;
}

/*------------------------------------------------
office-profile
--------------------------------------------------*/
.office-profile {
  padding-top: 10vw;
}
@media (max-width: 768px) {
  .office-profile {
    padding-top: 70px;
  }
}

.office-profile_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .office-profile_item {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.office-profile_item:last-of-type {
  padding-bottom: 0;
}

.office-profiles {
  width: 21%;
}
@media (max-width: 768px) {
  .office-profiles {
    width: 100%;
  }
}

.office-profile_image {
  width: 100%;
}
@media (max-width: 768px) {
  .office-profile_image {
    height: 300px;
  }
}
.office-profile_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.office-profile_names {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .office-profile_names {
    padding-top: 5px;
  }
}

.office-profile_position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.office-profile_name {
  font-size: clamp(18px, 1.2vw, 25px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/*------------------------------------------------
office_access
--------------------------------------------------*/
.office_access {
  padding: 10vw 0;
  position: relative;
}
.office_access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.office_access::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%);
  z-index: -1;
}
@media (max-width: 768px) {
  .office_access {
    padding-top: 70px;
  }
}

.office_access_item {
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .office_access_item {
    padding-bottom: 40px;
  }
}
.office_access_item:last-of-type {
  padding-bottom: 0;
}

.office_acsecc_title {
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .office_acsecc_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.office_acsecc_map {
  width: 100%;
  height: 450px;
  padding-top: 30px;
}
.office_acsecc_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .office_acsecc_map {
    height: 280px;
    padding-top: 20px;
  }
}

/*-------------------------------------------------------------------------------
news
--------------------------------------------------------------------------------*/
/*------------------------------------------------
news
--------------------------------------------------*/
.news-unit {
  width: 1420px;
  max-width: 90%;
  margin: 10vw auto 0;
  padding-bottom: 10vw;
}
@media (max-width: 768px) {
  .news-unit {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}

.news-item {
  display: flex;
  justify-content: space-between;
  padding: 50px 9px 50px 30px;
  border-bottom: #E9E9E9 1px solid;
  position: relative;
}
@media (max-width: 768px) {
  .news-item {
    flex-direction: column-reverse;
    padding: 40px 0;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .news-item {
    padding: 20px 0;
  }
}
.news-item:last-of-type {
  border: none;
  margin-bottom: 7.5vw;
}
@media (max-width: 768px) {
  .news-item:last-of-type {
    margin-bottom: 60px;
  }
}
.news-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 176, 80, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
@media (min-width: 1025px) {
  .news-item:hover .news-texts .news-text {
    color: #72A389;
  }
  .news-item:hover::after {
    opacity: 1;
  }
}

.news-image {
  width: 24%;
  aspect-ratio: 35/23;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .news-image {
    width: 300px;
    margin: 0 auto;
  }
}
.news-image img {
  width: 100%;
  height: 100%;
}

.news-texts {
  width: 60%;
  padding-top: 29px;
}
@media (max-width: 768px) {
  .news-texts {
    width: 100%;
    padding-top: 0;
  }
}

.news-date {
  padding: 10px 20px;
  color: #777777;
  font-weight: 400;
  font-family: "Aboreto", system-ui;
  font-size: clamp(16px, 1vw, 20px);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px #E9E9E9 solid;
  line-height: 1;
}
@media (max-width: 768px) {
  .news-date {
    padding: 5px 20px;
  }
}

.news-text {
  padding-top: 30px;
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
  color: #222222;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-text {
    padding-top: 5px;
  }
}

.news-arrow {
  width: 1.6%;
  height: 23px;
}
@media (max-width: 768px) {
  .news-arrow {
    display: none;
  }
}
.news-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagenation_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.pagenation_items .is_num {
  color: #BEBEBE;
  font-weight: 400;
  line-height: 1;
  font-family: "Aboreto", system-ui;
  font-size: clamp(29px, 2vw, 40px);
}
@media (max-width: 768px) {
  .pagenation_items .is_num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.pagenation_items .is_num.is_current {
  color: #222222;
}
@media (min-width: 1025px) {
  .pagenation_items .is_num.is_current:hover {
    transform: scale(1);
  }
}
@media (min-width: 1025px) {
  .pagenation_items .is_num:hover {
    transform: scale(0.9);
  }
}
.pagenation_items .is_arrow_left {
  display: flex;
  margin-right: 30px;
  padding: 10px;
}
@media (min-width: 1025px) {
  .pagenation_items .is_arrow_left:hover {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .pagenation_items .is_arrow_left {
    margin-right: 0;
  }
}
.pagenation_items .is_arrow_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pagenation_items .is_arrow_right {
  display: flex;
  margin-left: 30px;
  padding: 10px;
}
@media (min-width: 1025px) {
  .pagenation_items .is_arrow_right:hover {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .pagenation_items .is_arrow_right {
    margin-left: 0;
  }
}
.pagenation_items .is_arrow_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------
news-details
--------------------------------------------------*/
.news-details_unit {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 160px;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .news-details_unit {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.news-details_title {
  padding-top: 30px;
  font-size: clamp(21px, 1.5vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news-details_title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 20px;
  }
}

.news-details_text {
  padding-top: 70px;
  font-size: clamp(16px, 0.9vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news-details_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
  }
}

.news-details_link {
  margin-top: 30px;
  display: inline-block;
  display: flex;
  align-items: end;
  gap: 10px;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .news-details_link:hover {
    background: rgba(34, 34, 34, 0.1215686275);
  }
}
@media (max-width: 768px) {
  .news-details_link {
    margin-top: 20px;
  }
}
.news-details_link .is_text {
  border-bottom: 1px solid #222222;
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .news-details_link .is_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.news-details_link_icon {
  width: 21px;
  height: 22px;
}
.news-details_link_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-details_images {
  padding-top: 50px;
  display: flex;
  justify-content: left;
  align-items: start;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .news-details_images {
    row-gap: 20px;
    padding-top: 40px;
  }
}

.news-details_image {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 3/4;
  display: block;
}
@media (max-width: 768px) {
  .news-details_image {
    width: 47.5%;
  }
}
.news-details_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-details_pagination {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
.news-details_pagination.is-latest {
  justify-content: left;
  gap: 23%;
}
@media (max-width: 480px) {
  .news-details_pagination.is-latest {
    gap: 20px;
  }
}
.news-details_pagination.is-oldest {
  justify-content: right;
  gap: 23%;
}
@media (max-width: 480px) {
  .news-details_pagination.is-oldest {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .news-details_pagination {
    max-width: 100%;
    margin: 0 auto;
  }
}

.news-details_btn_link {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  flex-shrink: 0;
  transition: all 0.3s;
  padding: 10px;
}
@media (min-width: 1025px) {
  .news-details_btn_link:hover {
    transform: scale(0.95);
  }
}

.news-details_pagination_text {
  color: #222222;
  font-size: clamp(16px, 0.9vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}

.news-details_btn_icon {
  display: flex;
}
@media (max-width: 768px) {
  .news-details_btn_icon {
    width: 20px;
  }
}

/*-------------------------------------------------------------------------------
recruit
--------------------------------------------------------------------------------*/
/*------------------------------------------------
recruit-top
--------------------------------------------------*/
.recruit-top_unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .recruit-top_unit {
    flex-direction: column;
  }
}

.recruit-top_text {
  width: 39%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: clamp(18px, 1.2vw, 30px);
  font-family: "Noto Serif JP", serif;
  padding-top: 5.4vw;
}
@media (max-width: 1024px) {
  .recruit-top_text {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit-top_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.recruit-top_image {
  width: 38%;
  position: relative;
  aspect-ratio: 7/7;
  display: flex;
}
.recruit-top_image::after {
  content: "";
  position: absolute;
  background: url(../images/noise.png);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  border-radius: 50px 0 0 50px;
}
.recruit-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 1024px) {
  .recruit-top_image {
    width: 90%;
    margin: 20px 0 0 auto;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .recruit-top_image {
    height: 300px;
  }
}

/*------------------------------------------------
recruit-process
--------------------------------------------------*/
.recruit-process {
  padding-top: 10vw;
}
@media (max-width: 768px) {
  .recruit-process {
    padding-top: 70px;
  }
}

.recruit-prosess_titles {
  display: flex;
  align-items: flex-end;
  gap: 10vw;
}
@media (max-width: 1024px) {
  .recruit-prosess_titles {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
}

.recruit-process_unit {
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
}

.recruit-process_title_text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 1vw, 20px);
}
@media (max-width: 768px) {
  .recruit-process_title_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.recruit-process_texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .recruit-process_texts {
    flex-direction: column;
    gap: 25px;
    padding-top: 20px;
  }
}

.recruit-process_text {
  counter-increment: mycounter;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 1vw, 20px);
  width: 15%;
  border-top: #777777 1px solid;
  border-bottom: #777777 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.recruit-process_text::before {
  content: counter(mycounter) ".";
  font-family: "Aboreto", system-ui;
  color: #222222;
  font-size: clamp(36px, 2.5vw, 50px);
}
@media (max-width: 768px) {
  .recruit-process_text::before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 1024px) {
  .recruit-process_text {
    width: 300px;
    padding: 0 80px;
    justify-content: left;
  }
}

.recruit-process_line {
  width: 25px;
  height: 1px;
  background-color: #777777;
}
@media (max-width: 1024px) {
  .recruit-process_line {
    transform: rotate(90deg);
  }
}

/*------------------------------------------------
recruit-fap
--------------------------------------------------*/
.recruit-fap {
  padding-top: 10vw;
}
@media (max-width: 768px) {
  .recruit-fap {
    padding-top: 70px;
  }
}

.qa-item {
  border-top: 1px #E9E9E9 solid;
  transition: all 0.3s;
  position: relative;
}
.qa-item:last-of-type {
  border-bottom: 1px #E9E9E9 solid;
}
.qa-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 176, 80, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
@media (min-width: 1025px) {
  .qa-item:hover::before {
    opacity: 1;
  }
  .qa-item:hover .q_texts .q_text {
    color: #72A389;
  }
}

.q_item {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 20px 30px;
  gap: 15px;
}
@media (max-width: 768px) {
  .q_item {
    padding: 15px 5%;
  }
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.q_texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}

.q_en {
  font-size: clamp(29px, 2vw, 40px);
  font-weight: 400;
  line-height: 1;
  color: #777777;
  flex-shrink: 0;
  font-family: "Aboreto", system-ui;
}

.q_text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 0.9vw, 18px);
  transition: all 0.3s;
}

.q_icon {
  width: 25px;
  height: 1px;
  background-color: #777777;
  position: relative;
  flex-shrink: 0;
}
.q_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #777777;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.q_icon.is-active::after {
  transform: rotate(0deg);
  opacity: 0;
}

.a_en {
  font-size: clamp(29px, 2vw, 40px);
  font-weight: 400;
  line-height: 1;
  color: #777777;
  flex-shrink: 0;
  font-family: "Aboreto", system-ui;
}

.a_item {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 0 30px 20px 30px;
  gap: 15px;
}
@media (max-width: 768px) {
  .a_item {
    padding: 15px 5%;
  }
}

.a_text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 0.9vw, 18px);
}

/*------------------------------------------------
recruit-offer
--------------------------------------------------*/
.recruit-offer {
  padding: 10vw 0;
  position: relative;
}
.recruit-offer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.recruit-offer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%);
  z-index: -1;
}
@media (max-width: 768px) {
  .recruit-offer {
    padding: 70px 0;
  }
}

.recruit-offer_text {
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .recruit-offer_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.recruit-offer_table {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .recruit-offer_table {
    margin-top: 40px;
  }
}

.recruit-offer_btn {
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .recruit-offer_btn {
    margin-top: 20px;
  }
}
.recruit-offer_btn .cmn_btn_title {
  color: #222222;
}
.recruit-offer_btn .cmn_btn_arrow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 55px;
  padding: 0 10px;
  border-radius: 999px;
  height: 25px;
}

/*-------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
/*------------------------------------------------
contact-phone
--------------------------------------------------*/
.contact-phone {
  margin-top: 10vw;
}
@media (max-width: 768px) {
  .contact-phone {
    margin-top: 70px;
  }
}

.contact_tel .cmn_tel_icon {
  margin: 3vw 0 0 0;
}
@media (max-width: 768px) {
  .contact_tel .cmn_tel_icon {
    margin-top: 20px;
  }
}
.contact_tel .cmn_tel_texts {
  color: #222222;
}
.contact_tel .cmn_tel_time {
  color: #222222;
}
.contact_tel .cmn_tel_num {
  font-size: clamp(58px, 4vw, 80px);
  color: #222222;
}
@media (max-width: 768px) {
  .contact_tel .cmn_tel_num {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

/*------------------------------------------------
contact-form
--------------------------------------------------*/
.contact-forms {
  padding: 10vw 0;
}
@media (max-width: 768px) {
  .contact-forms {
    padding: 70px 0;
  }
}

.contact-form_text {
  font-size: clamp(18px, 1vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-form_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .footer {
    flex-direction: column-reverse;
  }
}

.ft_navs {
  width: 50%;
  padding: 220px 0 168px;
}
@media (max-width: 1199px) {
  .ft_navs {
    width: 100%;
    padding: 70px 5% 20px;
  }
}

.ft_nav {
  width: 68%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ft_nav {
    width: 100%;
  }
}

.ft_logo {
  width: 22vw;
  max-width: 441px;
  min-width: 400px;
  height: 87px;
  display: block;
  z-index: 100;
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .ft_logo {
    min-width: 270px;
  }
}

.ft_nav_lists {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6vw;
       column-gap: 6vw;
  row-gap: 40px;
  padding: 89px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
@media (max-width: 1199px) {
  .ft_nav_lists {
    padding: 30px 0;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
}
@media (max-width: 1024px) {
  .ft_nav_lists {
    display: none;
  }
}

.ft_nav_list {
  width: 120px;
}

.ft_nav_link {
  color: #ffffff;
  font-size: clamp(16px, 0.9vw, 18px);
  width: 190px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    color: #cfcfcf;
  }
}
@media (max-width: 768px) {
  .ft_nav_link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ft_address {
  color: #ffffff;
  padding-top: 89px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1199px) {
  .ft_address {
    padding-top: 40px;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .ft_address {
    padding-top: 20px;
  }
}

.ft_contacts {
  background-image: url(../images/ft.jpg);
  background-size: cover;
  width: 50%;
  height: auto;
}
.ft_contacts::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .ft_contacts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ft_contacts {
    width: 100%;
  }
}

.ft_contact {
  padding: 368px 0 0 5.4vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .ft_contact {
    padding: 70px 0;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.ft_contact_btn {
  display: flex;
  align-items: center;
  padding: 23px 43px;
  border: #E9E9E9 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  gap: 10px;
  margin: 41px 5% 0;
  /* 回転アニメーションの定義 */
}
@media (min-width: 1025px) {
  .ft_contact_btn:hover .ft_contact_icon img {
    animation: rotateAnimation 0.5s ease-in-out forwards;
  }
}
@keyframes rotateAnimation {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(360deg);
  }
}
@media (max-width: 768px) {
  .ft_contact_btn {
    padding: 10px 30px;
    margin: 40px auto 0;
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .ft_contact_btn {
    width: 100%;
    padding: 10px;
    justify-content: center;
  }
}

.ft_contact_text {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .ft_contact_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ft_contact_icon {
  width: 39px;
  height: 39px;
}
@media (max-width: 768px) {
  .ft_contact_icon {
    width: 25px;
    height: 25px;
  }
}
.ft_contact_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_contact_arrow {
  width: 35px;
  height: 35px;
}
.ft_contact_arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.copy_right {
  position: absolute;
  top: 50%;
  right: 1.7vw;
  line-height: 1.5;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  color: #ffffff;
  font-family: "Sedan SC", serif;
  z-index: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .copy_right {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.copy_right.is_pc {
  display: block;
}
@media (max-width: 1199px) {
  .copy_right.is_pc {
    display: none;
  }
}
.copy_right.is_sp {
  display: none;
}
@media (max-width: 1199px) {
  .copy_right.is_sp {
    display: block;
    margin-top: 40px;
    position: static;
    writing-mode: horizontal-tb;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.copy_right.is_mainimage {
  bottom: 50px;
  top: auto;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .copy_right.is_mainimage {
    display: none;
  }
}

.ft_time {
  display: flex;
}

/*-------------------------------------------------------------------------------
その他設定
--------------------------------------------------------------------------------*/
.br_1360 {
  display: none;
}
@media (max-width: 1360px) {
  .br_1360 {
    display: block;
  }
}

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

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

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

.active_scroll {
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 1024px) {
  .active_scroll {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .active_scroll table {
    width: 1000px;
  }
}
.active_scroll::-webkit-scrollbar {
  height: 3px;
  border-radius: 15px;
}
.active_scroll::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 15px;
}
.active_scroll::-webkit-scrollbar-thumb {
  background-color: #8F8F8F;
  border-radius: 15px;
}

.scroll_ico {
  text-align: center;
}
@media (min-width: 1025px) {
  .scroll_ico {
    display: none;
  }
}
@media (max-width: 1024px) {
  .scroll_ico {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5%;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    width: 150px;
  }
  .scroll_ico::after {
    font-weight: 400;
    text-align: center;
    content: "\eb59";
    font-family: "Material Icons Outlined";
    font-size: 40px;
    font-size: 2.5rem;
    transform: translateX(10px);
    line-height: 1.2;
    animation: scroll_finger 1s ease infinite;
  }
}

body.index .hd_nav_lists .hd_nav_list:nth-of-type(1) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.index .hd_nav_lists .hd_nav_list:nth-of-type(1) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.service .hd_nav_lists .hd_nav_list:nth-of-type(2) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.service .hd_nav_lists .hd_nav_list:nth-of-type(2) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.reward .hd_nav_lists .hd_nav_list:nth-of-type(3) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.reward .hd_nav_lists .hd_nav_list:nth-of-type(3) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.office .hd_nav_lists .hd_nav_list:nth-of-type(4) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.office .hd_nav_lists .hd_nav_list:nth-of-type(4) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.archive .hd_nav_lists .hd_nav_list:nth-of-type(5) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.archive .hd_nav_lists .hd_nav_list:nth-of-type(5) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.recruit .hd_nav_lists .hd_nav_list:nth-of-type(6) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.recruit .hd_nav_lists .hd_nav_list:nth-of-type(6) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.contact .hd_nav_lists .hd_nav_list:nth-of-type(7) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.contact .hd_nav_lists .hd_nav_list:nth-of-type(7) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

body.archive .hd_nav_lists .hd_nav_list:nth-of-type(5) .is_hover,
body.single-post .hd_nav_lists .hd_nav_list:nth-of-type(5) .is_hover {
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
}
@media (max-width: 1024px) {
  body.archive .hd_nav_lists .hd_nav_list:nth-of-type(5) .is_hover,
  body.single-post .hd_nav_lists .hd_nav_list:nth-of-type(5) .is_hover {
    border-bottom: 2px #222222 solid;
    padding-bottom: 2px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.animated-char {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.5s forwards;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(3);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.title_animate span {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.5s forwards;
}

/* 遅延 */
.animate span:nth-of-type(2) {
  animation-delay: 0.05s;
}

.animate span:nth-of-type(3) {
  animation-delay: 0.1s;
}

.animate span:nth-of-type(4) {
  animation-delay: 0.15s;
}

.animate span:nth-of-type(5) {
  animation-delay: 0.2s;
}

.animate span:nth-of-type(6) {
  animation-delay: 0.25s;
}

.animate span:nth-of-type(7) {
  animation-delay: 0.3s;
}

.animate span:nth-of-type(8) {
  animation-delay: 0.35s;
}

.animate span:nth-of-type(9) {
  animation-delay: 0.4s;
}

.animate span:nth-of-type(10) {
  animation-delay: 0.45s;
}

.animate span:nth-of-type(11) {
  animation-delay: 0.5s;
}

.animate span:nth-of-type(12) {
  animation-delay: 0.55s;
}

/* アニメーション */
@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(3);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.animate .animate span {
  display: inline-block;
}

.animate span:nth-of-type(2) {
  animation-delay: 0.05s;
}

.animate span:nth-of-type(3) {
  animation-delay: 0.1s;
}

.animate span:nth-of-type(4) {
  animation-delay: 0.15s;
}

.animate span:nth-of-type(5) {
  animation-delay: 0.2s;
}

.animate span:nth-of-type(6) {
  animation-delay: 0.25s;
}

.animate span:nth-of-type(7) {
  animation-delay: 0.3s;
}

.animate span:nth-of-type(8) {
  animation-delay: 0.35s;
}

.animate span:nth-of-type(9) {
  animation-delay: 0.4s;
}

.animate span:nth-of-type(10) {
  animation-delay: 0.45s;
}

.animate span:nth-of-type(11) {
  animation-delay: 0.5s;
}

.animate span:nth-of-type(12) {
  animation-delay: 0.55s;
}

.top-wrapper-txt span {
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.5s forwards;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(3);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.animate span {
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.5s forwards;
}
.animate:not(.is-animated) span {
  animation: none;
}

.mv_title_wrap {
  overflow: hidden;
}

.title_anime {
  margin: 0;
  animation: textAnime 0.5s 0.3s forwards ease-in-out;
  transform: translateY(100%);
  overflow: hidden;
}

@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact-form_wrap {
  width: 100%;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .contact-form_wrap {
    margin-top: 40px;
  }
}

.contact-form_unit dl {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact-form_unit dl {
    margin-top: 15px;
  }
}
.contact-form_unit dl dt {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
}
.contact-form_unit dl dt label {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-form_unit dl dd {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .contact-form_unit dl dd {
    margin-top: 10px;
  }
}
.contact-form_unit dl input,
.contact-form_unit dl textarea,
.contact-form_unit dl select {
  padding: 13px 26px 15px;
  background-color: rgba(233, 233, 233, 0.2);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact-form_unit dl input,
  .contact-form_unit dl textarea,
  .contact-form_unit dl select {
    width: 100%;
    padding: 15px 15px 14px;
  }
}
.contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
  color: #8B8B8B;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
.contact-form_unit dl input::placeholder,
.contact-form_unit dl textarea::placeholder,
.contact-form_unit dl select::placeholder {
  color: #8B8B8B;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .contact-form_unit dl input::placeholder,
  .contact-form_unit dl textarea::placeholder,
  .contact-form_unit dl select::placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.contact-form_unit dl input:focus,
.contact-form_unit dl textarea:focus,
.contact-form_unit dl select:focus {
  outline: none;
}

.attached-text {
  padding: 3px 6px;
  color: #0070C0;
  margin-left: 21px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .attached-text {
    margin-left: 13px;
  }
}

.radio-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
@media (max-width: 1024px) {
  .radio-area > span {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 14px 13px 12px 33px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-top: 19px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  background-color: #ffffff;
  top: 11px;
  left: 6px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    top: 17px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #E8E8E8;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    top: 12px;
    left: 5px;
  }
}
input[type=radio]:checked + span::before {
  background-color: #ffffff;
  border: 1px solid #0070C0;
}
input[type=radio]:checked + span::after {
  background-color: #0070C0;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 14px 13px 12px 45px;
  position: relative;
  line-height: 1;
  color: #222;
  font-weight: 500;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 4px;
  background: url(../images/contact_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 11px;
  left: 8px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 10px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: rgba(233, 233, 233, 0.2);
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  border: 1px solid #E9E9E9;
  position: absolute;
  top: 6px;
  left: 5px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 13px 26px 15px;
  background-color: rgba(233, 233, 233, 0.2);
  border-bottom: 1px #E9E9E9 solid;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 15px 14px;
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.select_wrap {
  display: inline-block;
  position: relative;
  width: 551px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}
.select_wrap::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translate(0, -50%);
  position: absolute;
  top: 35%;
  right: 30px;
}
@media (max-width: 1024px) {
  .select_wrap::before {
    width: 15px;
    height: 15px;
  }
}

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

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

.mw_wp_form .contact-form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  background-color: rgba(233, 233, 233, 0.3);
  padding: 30px 0 30px 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: 240px;
  overflow-y: scroll;
  padding-right: 35px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 20px;
  }
}
.privacy-contents::-webkit-scrollbar {
  width: 7px;
  background-color: #E9E9E9;
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #0070C0;
}

.contact-privacy_title {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.privacy-text h4 {
  padding-top: 30px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.privacy-text h4:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text p {
  padding-top: 5px;
}

.privacy-agree {
  text-align: center;
  font-weight: 500;
  margin-top: 9px;
}

.contact_submit_part {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  gap: 15px 5%;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 22px 20px 20px 20px;
}
.contact_submit_part .contact-btn.is_back-btn {
  background-color: #fff;
  color: #ffffff;
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

.contact-checkbox_unt {
  text-align: center;
}

.mw_wp_form_preview .unit-privacy {
  display: none;
}
.mw_wp_form_preview .privacy-agree {
  text-align: left;
}
.mw_wp_form_preview .contact-form_unit dl {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .mw_wp_form_preview .contact-form_unit dl {
    padding-bottom: 15px;
  }
}
.mw_wp_form_preview .contact-form_unit dl dt {
  width: 100%;
}
.mw_wp_form_preview .contact-form_unit dl dd {
  width: 100%;
}
.mw_wp_form_preview .privacy-agree {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
}

.mw_wp_form_confirm .contact-form_wrap .contact-form_unit .contact-privacy_title {
  display: none;
}
.mw_wp_form_confirm .contact-form_wrap .contact-form_unit .privacy-agree {
  display: none;
}

.mw_wp_form_complete {
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mw_wp_form_complete {
    padding-top: 0;
  }
}
.mw_wp_form_complete p {
  padding: 50px 0 40px;
}

.error404-info {
  width: 1520px;
  margin: 100px auto 0;
  padding-bottom: 100px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .error404-info {
    margin: 70px auto 0;
    padding-bottom: 70px;
  }
}

.error404-btn {
  color: #222222;
  position: relative;
  padding: 34px 43px;
  font-family: "Noto Sans JP", serif;
  border-radius: 999px;
  border: 2px #222222 solid;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .error404-btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 30px;
  }
}
@media (min-width: 1025px) {
  .error404-btn:hover::after {
    transform: translateX(10px);
  }
}
.error404-btn::after {
  position: relative;
  content: "";
  background: url(../images/black_arrow.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 4px;
  background-size: contain;
  transition: all 0.3s;
}

.box_cmn_form_no-input {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

.contact-thanks_title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .contact-thanks_title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-lead_txt {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .contact-lead_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.boxer {
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.05);
  }
}

.none {
  display: none;
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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