@charset "UTF-8";
@import url("https://use.typekit.net/bzx1fhl.css");
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*:focus {
  outline: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::selection {
  background-color: #ccc;
}

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

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

/*

config setup

*/
/*

Material Icons

*/
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  vertical-align: middle;
  margin-left: 0.25em;
}

@media (max-width: 896px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 896px) {
  ._sp {
    display: none !important;
  }
}
/*

common setup

*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  margin-top: 2em;
  font-size: 1.3rem;
}
.recaptcha a {
  text-decoration: underline;
}

._order div:nth-child(1) {
  order: 1;
}
._order div:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 749px) {
  ._order div:nth-child(1) {
    order: 2;
  }
  ._order div:nth-child(2) {
    order: 1;
  }
}

.js-100vh {
  height: 100vh; /* 初期設定 */
}

.js-curtain {
  opacity: 0;
}

.js-curtain-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.js-curtain-container img {
  width: 100vw;
  display: block;
}

.js-curtain-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a6052;
  z-index: 1;
}

/* アニメーション対象の文字を見えないようにする */
._splits {
  visibility: hidden;
}

._none {
  display: none;
}

._gsap-scaleup {
  display: block;
  margin: 0 auto;
  transform-origin: center;
  transition: width 0.3s ease;
}

._radius {
  border-radius: 4px;
}

/*

js-io setup

*/
.js-io._fadeup {
  transform: translateY(30px);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, visibility 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, visibility 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.js-io._delay {
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transform: translateY(0);
}
.js-io._delay._show {
  opacity: 1;
  transform: translateY(0);
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.2s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.3s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.4s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.5s;
}

/*

toggle

*/
.toggle {
  border-bottom: 1px solid #2a6052;
}
@media screen and (max-width: 749px) {
  .toggle {
    padding-top: 3rem;
  }
}
.toggle dt {
  cursor: pointer;
}
.toggle dd {
  display: none;
}
.toggle._faq {
  counter-reset: my-counter; /* カウンターをリセット */
}
@media screen and (max-width: 749px) {
  .toggle._faq {
    padding-top: 0;
  }
}
.toggle._faq dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 0 1em;
  border-top: 1px solid black;
  vertical-align: middle;
  font-size: calc(var(--size-font) * 17 / 22);
  line-height: 1.6;
}
@media (max-width: 900px) {
  .toggle._faq dt {
    padding: 1.5em 0 1.5em;
  }
}
@media screen and (max-width: 749px) {
  .toggle._faq dt {
    font-size: 1.4rem;
  }
}
.toggle._faq dt span {
  font-size: calc(var(--size-font) * 16 / 22);
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  .toggle._faq dt span {
    font-size: 1rem;
  }
}
.toggle._faq dt .question {
  width: 80%;
}
.toggle._faq dd {
  position: relative;
  padding: 0 0 1em;
  margin-bottom: 1em;
}
.toggle._faq dd p {
  text-align: justify;
  font-size: calc(var(--size-font) * 16 / 22);
}
.toggle._faq dd ul {
  margin-top: 1em;
}

.toggle-btn {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  border-radius: 50%;
  background-color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 749px) {
  .toggle-btn {
    width: 20px;
    height: 20px;
  }
}

.toggle-btn:before,
.toggle-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 749px) {
  .toggle-btn:before,
  .toggle-btn:after {
    width: 10px;
  }
}

.toggle-btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

dt.active .toggle-btn:before {
  transform: translate(-50%, -50%) rotate(0deg); /* 縦棒を消してマイナスにする */
}

/*

gmap setup

*/
.gmap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .gmap {
    padding-top: 100%;
  }
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

scrool guide

*/
.scroolGuide-content-body {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 10;
}

.scroolGuide {
  position: relative;
  z-index: 10;
  right: 10px;
  bottom: 0;
  width: 100px;
  height: 180px;
  border: 1px solid blue;
  line-height: 0;
}

.scroolGuide-content {
  position: absolute;
  bottom: 0;
  right: 40px;
  display: block;
  width: 1px;
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  .scroolGuide-content {
    right: 15px;
  }
}

.scroolGuide-text {
  position: absolute;
  bottom: -4em;
  left: 0;
  color: #fff;
  line-height: 0;
  transform: rotate(-90deg);
  transform-origin: top left; /* 回転の中心を左上に設定 */
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .scroolGuide-text {
    left: 1px;
    letter-spacing: 0.01em;
  }
}

.js-scrolldown {
  width: 1px;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.js-scrolldown .js-scrolldown-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -180px;
  background-size: 100% 200%;
  animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 calc(-1 * 180px);
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 180px;
  }
}
@media screen and (max-width: 900px) {
  .js-scrolldown {
    height: 80px;
  }
  p.scroolGuide-text {
    top: calc(-1 * 80px - 30px);
  }
  .js-scrolldown .js-scrolldown-line {
    background-position: 0 80px;
  }
  @keyframes scrolldown {
    0% {
      background-position: 0 calc(-1 * 80px);
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 80px;
    }
  }
}
/* ============================================
   フォントスケーリングシステム by Osmo [https://osmo.supply/]
   ============================================ */
/* Desktop */
:root {
  --size-unit: 22; /* body font-size in design - no px */
  --size-container-ideal: 1512; /* screen-size in design - no px */
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --size-container: clamp(
    var(--size-container-min),
    100vw,
    var(--size-container-max)
  );
  --size-font: calc(
    var(--size-container) / (var(--size-container-ideal) / var(--size-unit))
  );
}

/* Tablet */
@media screen and (max-width: 991px) {
  :root {
    --size-container-ideal: 834; /* screen-size in design - no px */
    --size-container-min: 768px;
    --size-container-max: 991px;
  }
}
/* Mobile Landscape */
@media screen and (max-width: 767px) {
  :root {
    --size-container-ideal: 550; /* screen-size in design - no px */
    --size-container-min: 480px;
    --size-container-max: 767px;
  }
}
/* Mobile Portrait */
@media screen and (max-width: 479px) {
  :root {
    --size-container-ideal: 390; /* screen-size in design - no px */
    --size-container-min: 320px;
    --size-container-max: 479px;
  }
}
/* ============================================
   基準を1rem = 10pxに設定
   ============================================ */
html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  font-size: calc(var(--size-font) * 16 / 22);
  font-family: "yu-gothic-pr6n", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* ============================================
   フォントファミリー
   ============================================ */
._jp {
  font-family: "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
}

._en {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

._serif {
  font-family: "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

._bold {
  font-weight: bold;
}

/* ============================================
   統一フォントサイズ体系
   1rem = 10px 基準
   ============================================ */
/* 本文・基本テキスト（16px） */
p {
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  p {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}

.fs-m,
._fs-m {
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .fs-m,
  ._fs-m {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}

/* 小さめテキスト（14px） */
.fs-s,
._fs-s {
  font-size: clamp(15px, calc(var(--size-font) * 15 / 22), 18px);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .fs-s,
  ._fs-s {
    font-size: clamp(13px, calc(var(--size-font) * 13 / 22), 14px);
    line-height: 1.6;
  }
}

/* 最小テキスト（12px） */
.fs-xs,
._fs-xs {
  font-size: calc(var(--size-font) * 12 / 22);
  line-height: 2.2;
}

/* 少し大きめテキスト（20px） */
.fs-l,
._fs-l {
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 20px);
  line-height: 1.8;
}

/* 見出しレベル1（32px） */
.fs-xl,
._fs-xl {
  font-size: calc(var(--size-font) * 30 / 22);
  line-height: 1.6;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 749px) {
  .fs-xl,
  ._fs-xl {
    font-size: calc(var(--size-font) * 18 / 22);
  }
}

/* 見出しレベル2（40px） */
.fs-xxl,
._fs-xxl {
  font-size: calc(var(--size-font) * 44 / 22);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 749px) {
  .fs-xxl,
  ._fs-xxl {
    font-size: calc(var(--size-font) * 25 / 22);
  }
}

/* 大見出し（80px）*/
.fs-xxxl,
._fs-xxxl {
  font-size: calc(var(--size-font) * 80 / 22);
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 749px) {
  .fs-xxxl,
  ._fs-xxxl {
    font-size: calc(var(--size-font) * 32 / 22);
  }
}

/* ============================================
   ユーティリティ
   ============================================ */
.button-wrap.center {
  display: flex;
  justify-content: center;
}
.button-wrap.right {
  display: flex;
  justify-content: end;
}

._slot {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  /* アニメーションの対象を span に変更 */
}
._slot .wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.5em;
}
._slot span {
  position: relative;
  display: inline-block;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  content: attr(data-text);
}

a:hover ._slot .wrap span {
  transform: translateY(-1.5em);
}

._slot {
  /* 遅延アニメーション */
  /* アニメーションの2段目 */
}
._slot span:nth-child(1) {
  transition-delay: 20ms;
}
._slot span:nth-child(2) {
  transition-delay: 40ms;
}
._slot span:nth-child(3) {
  transition-delay: 60ms;
}
._slot span:nth-child(4) {
  transition-delay: 80ms;
}
._slot span:nth-child(5) {
  transition-delay: 100ms;
}
._slot span:nth-child(6) {
  transition-delay: 120ms;
}
._slot span:nth-child(7) {
  transition-delay: 140ms;
}
._slot span:nth-child(8) {
  transition-delay: 160ms;
}
._slot span:nth-child(9) {
  transition-delay: 180ms;
}
._slot span:nth-child(10) {
  transition-delay: 200ms;
}
._slot span:after {
  content: attr(data-text);
  position: absolute;
  top: 1.5em;
  left: 0;
}

a._underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a._underline::after,
a._underline::before {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: left top;
  transition: transform 0.3s, opacity 0.2s;
}

a._underline::after {
  transform: scale(1, 1);
  opacity: 0.2;
}

a._underline::before {
  transform: scale(0, 1);
  transition-delay: 0.2s;
}

a._underline:hover::before {
  transform: scale(1, 1);
}

a._underline:hover::after {
  opacity: 0.1;
}

.animated-button {
  display: inline-flex;
  margin-top: 2.5em;
  padding: 1em 2.5em;
  color: #fff;
  background: #555555;
  font-size: calc(var(--size-font) * 16 / 22);
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}
@media screen and (max-width: 749px) {
  .animated-button {
    padding: 0.7em 2em;
    font-size: 12px;
  }
}

.animated-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 0;
  transition: transform 0.4s ease;
  transform: translateY(100%);
}

.animated-button:hover::after {
  transform: translateY(0);
}

.animated-button:hover {
  color: #fff;
}

.animated-button span {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 1em;
}

.animated-button img.arrow {
  width: 16px;
}

.animated-button--reverse {
  background: #fff;
  color: #333;
}
.animated-button--reverse span {
  padding-right: 0;
}
.animated-button--reverse::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.animated-button--reverse:hover {
  color: #333;
}

/* 競合が起こらないように限定的なセレクタを使用 */
button.btn._primary:hover span {
  color: #f8f6df; /* 他のボタンには別のホバー効果 */
}

button.btn._primary {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  font-size: 1.7rem;
  padding: 1em 2em;
  margin: 5rem 0;
  border-radius: 100px;
  cursor: pointer;
  background-color: #373737;
}
@media screen and (max-width: 749px) {
  button.btn._primary {
    width: 90%;
    margin: 5rem auto 0;
    font-size: 2rem;
  }
}
button.btn._primary:hover > span {
  color: #f8f6df;
}
button.btn._primary span {
  color: #ff5f00;
  animation: marquee 5s infinite normal linear;
  padding: 0 0.5em;
}
button.btn._second {
  position: fixed;
  top: 30px;
  right: 50px;
  display: none; /* 最初は非表示 */
  z-index: 9999;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  font-size: 3rem;
  padding: 1em;
  border-radius: 100px;
  cursor: pointer;
  background-color: #f8f6df;
  border: 4px solid #ff5f00;
}
@media screen and (max-width: 749px) {
  button.btn._second {
    width: 90%;
    padding: 1em 0;
    left: 50%; /* 水平中央揃えのために追加 */
    right: 50%; /* 水平中央揃えのために追加 */
    transform: translateX(-50%); /* 水平中央揃えのために追加 */
    font-size: 2rem;
    bottom: 30px;
    top: initial;
  }
}
button.btn._second:hover {
  background-color: #ff5f00;
  border: 4px solid #f8f6df;
}
button.btn._second:hover > span {
  color: #f8f6df;
}
button.btn._second span {
  color: #ff5f00;
  padding: 0 0.5em;
}

.button-primary {
  display: inline-block;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  margin-top: 3em;
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
  padding: 1em 2em 1em 2em;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media screen and (max-width: 749px) {
  .button-primary {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}

/*

preloader

*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2c386d;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.preloader .preloader_text {
  color: #fff;
}

/*

header

*/
header.site-header {
  z-index: 10;
  position: fixed;
  top: 20px;
  width: 100%;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  header.site-header {
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header.site-header .container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  header.site-header .container {
    width: 100%;
    justify-content: space-between;
    padding: 0 5%;
  }
}
header.site-header .container .site-header-left {
  position: absolute;
}
@media screen and (max-width: 749px) {
  header.site-header .container .site-header-left {
    position: relative;
  }
}
header.site-header .container .site-header-center {
  margin: 0 auto;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #0f1a45;
  padding: 2em;
  border-radius: 999px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 749px) {
  header.site-header .container .site-header-center {
    display: none;
  }
}
header.site-header .container .site-header-center ul {
  display: flex;
  margin: 0 -1em;
}
header.site-header .container .site-header-center ul li {
  padding: 0 1em;
  font-size: clamp(16px, calc(var(--size-font) * 16 / 22), 18px);
}
@media screen and (max-width: 1024px) {
  header.site-header .container .site-header-center ul li {
    padding: 0 0.5em;
  }
}
header.site-header .container .site-header-center._hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}
header.site-header .container .site-header-right {
  position: absolute;
  right: 2%;
}
@media screen and (max-width: 749px) {
  header.site-header .container .site-header-right {
    position: relative;
    right: auto;
    top: -9px;
  }
}
header.site-header nav.site-nav {
  display: flex;
  flex-direction: column;
}
header.site-header nav.site-nav ul {
  border-radius: 100px;
  padding: 0;
  width: auto;
  display: inline-block;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
header.site-header nav.site-nav ul li.mobilemenu-bloc {
  cursor: pointer;
  height: 4.4rem;
  width: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header nav.site-nav ul li.account {
  position: relative;
  top: -1px;
  left: 2px;
}
header.site-header nav.site-nav ul li {
  font-weight: 600;
}

.site-nav,
header.site-header a,
header.site-header button {
  pointer-events: auto;
}

body.is-home .site-logo {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; /* 必要ならクリック無効化 */
}
body.is-home .site-logo.visible {
  opacity: 1;
  pointer-events: auto;
}

.js-mobilemenu-show header.site-header nav.site-nav ul li._en {
  opacity: 0;
}

ul.gnav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25em;
}
ul.gnav li.gnav-sitename._center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 140px;
  pointer-events: initial;
}
ul.gnav li.gnav-sitename a {
  font-size: calc(var(--size-font) * 19 / 22);
  line-height: 1em;
  font-family: "GT-Sectra", serif;
}
@media screen and (max-width: 749px) {
  ul.gnav li.gnav-sitename a {
    font-size: 17px;
  }
}
ul.gnav li.gnav-menu-wrapper {
  display: flex;
}
ul.gnav li.gnav-menu-wrapper ul {
  display: flex;
  line-height: 1em;
}
ul.gnav li.gnav-menu-wrapper ul li {
  pointer-events: initial;
  white-space: nowrap;
  padding: 0 0.5em 0;
  display: inline-block;
  font-size: calc(var(--size-font) * 18 / 22);
}
ul.gnav li.gnav-menu-wrapper ul li a {
  line-height: 1em;
}
ul.gnav li.gnav-menu-wrapper ul li:last-of-type {
  padding-right: 0;
}
ul.gnav li.gnav-menu-wrapper ul .gnavi-menu li {
  position: relative;
}

/* サブメニューの表示設定 */
ul.gnavi-menu > li.parent {
  position: relative; /* サブメニューの基準位置 */
  cursor: pointer;
}
ul.gnavi-menu > li.parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 6px);
  width: 6px;
  height: 6px;
  margin: 0 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
ul.gnavi-menu > li.parent:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

ul.sub-menu {
  position: absolute;
  top: calc(100% + 5px); /* 親メニューの下に配置 */
  left: 0;
  z-index: -1;
  padding: 1rem 0;
  background-color: rgb(255, 255, 255);
  width: max-content;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
ul.sub-menu li {
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
}
ul.sub-menu li a {
  color: #2a6051 !important;
  text-decoration: none;
}
ul.sub-menu li a:hover {
  color: #2a6051 !important;
}

.letter {
  display: inline-block;
}

.fade {
  display: inline-block;
  transform-origin: left center; /* 左側を基準に縮小 */
}

.resarvation {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: calc(var(--size-font) * 16 / 22);
  line-height: 1;
  cursor: pointer;
  padding: 0.5em 1em;
}
.resarvation ._slot,
.resarvation .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.resarvation:hover ._slot {
  overflow: hidden;
}

.headertitle {
  position: relative;
  display: flex;
  width: 100%;
  height: 320px;
  flex-wrap: wrap;
  z-index: 40;
}
.headertitle .headertitle__body {
  position: relative;
  z-index: 41;
  align-self: flex-end;
  width: 90%;
  margin: 0 auto;
}
.headertitle .headertitle__body ._jp {
  font-size: calc(var(--size-font) * 60 / 22);
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 0.4em;
  margin-left: 0.5em;
}
.headertitle .headertitle__body ._en {
  font-size: calc(var(--size-font) * 120 / 22);
  text-transform: uppercase;
  opacity: 1;
  line-height: 1;
}

body.home .headertitle {
  padding: 160px 0 0;
  height: 100%;
}
@media screen and (max-width: 749px) {
  body.home .headertitle {
    padding: 100px 0 25px;
  }
}
body.home .headertitle .headertitle__body {
  bottom: 0;
}
body.home .headertitle .headertitle__body span {
  font-size: 26px;
  font-family: "yu-gothic-pr6n", "Yu Gothic", sans-serif !important;
  letter-spacing: 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  body.home .headertitle .headertitle__body span {
    font-size: 16px;
    margin-top: 0.5em;
    display: block;
  }
}
body.home .headertitle .headertitle__body ._en {
  font-size: 120px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  body.home .headertitle .headertitle__body ._en {
    font-size: 62px;
  }
}
@media screen and (max-width: 375px) {
  body.home .headertitle .headertitle__body ._en {
    font-size: 42px;
  }
}

/*

mobilemenu

*/
body.js-mobilemenu-show .mobilemenu-wrapper {
  visibility: visible;
  opacity: 1;
}

.mobilemenu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #000;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.mobilemenu-wrapper span._copy {
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 14px;
  letter-spacing: 2.1px;
  line-height: 1;
  padding-bottom: 1px;
  z-index: 2;
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(28, 32, 21, 0.7);
  pointer-events: none;
  z-index: 1;
}

.mobilemenu-inner {
  position: relative;
  max-width: 1080px;
  width: 84.375%;
  color: #fff;
  z-index: 5;
}
.mobilemenu-inner .mobile-menu-logo {
  display: block; /* 幅は中身の画像に依存させる */
  width: 160px;
  height: auto;
  margin: 0 auto 6em;
  line-height: 0; /* 画像周りの余白を消す */
  position: relative; /* 必要なら調整用 */
  z-index: 1; /* 他の要素の上に出したい場合 */
}
@media screen and (max-width: 749px) {
  .mobilemenu-inner .mobile-menu-logo {
    width: 80px;
    margin: 0 auto;
  }
}

.mobile-menu-logo img {
  display: block; /* 下の余白を消す */
  width: 150px; /* サイズ指定はこちらに移す */
  height: auto;
}

@media screen and (max-width: 749px) {
  .mobile-menu-logo img {
    width: 100px;
  }
}
.mobilemenu-nav {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .mobilemenu-nav {
    display: block;
    justify-content: space-between;
    padding: 0 0 3.3em 0;
  }
}
@media screen and (max-width: 749px) {
  .mobilemenu-nav ul {
    width: 40%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 749px) {
  .mobilemenu-nav ul.list._sns {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
@media screen and (max-width: 749px) {
  .mobilemenu-nav ul:first-of-type {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.mobilemenu-nav ul li {
  margin: 0 0 1em 0;
}
/* mobilemenu */
.mobilemenu-btn-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.mobilemenu-btn {
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%; /* li 全体を覆う */
  height: 100%;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.37, 0.16, 0.12, 1), visibility 0.3s linear, opacity 0.3s linear;
}
@media (max-width: 768px) {
  .mobilemenu-btn {
    right: 3%;
  }
}

.mobilemenu-btn .inner {
  position: relative;
  width: 30px;
  height: 10px;
  cursor: pointer;
}

.mobilemenu-btn .inner .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
}

.mobilemenu-btn .inner .line::before,
.mobilemenu-btn .inner .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: inherit;
  transition: all 0.3s ease;
  background-color: #fff;
}

.mobilemenu-btn .inner .line::before {
  top: -6px; /* 上のライン */
}

.mobilemenu-btn .inner .line::after {
  top: 6px; /* 下のライン */
}

.mobilemenu-btn._show .inner .line {
  background-color: transparent;
}

.mobilemenu-btn._show .inner .line::before {
  transform: translateY(6px) rotate(-45deg);
  background-color: #fff;
}

.mobilemenu-btn._show .inner .line::after {
  transform: translateY(-6px) rotate(45deg);
  background-color: #fff;
}

/*

core layout setting

*/
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  pointer-events: none; /* マウスイベントを無視する */
  transform: translate(-50%, -50%); /* 中心基準にする */
  z-index: 10000; /* 他の要素より前面に表示 */
}
@media screen and (max-width: 749px) {
  .cursor {
    display: none;
  }
}

img[src*="google-analytics.com/collect"] {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

picture {
  display: block;
}

#smooth-content {
  position: relative;
  background-size: cover;
}

#root {
  position: relative;
  background-size: cover;
  background-color: #0f1a45;
  overflow: hidden;
  z-index: 2;
}
#root::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.top-hero {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 749px) {
  .top-hero {
    height: 680px;
  }
}

.top-hero .top-kv,
.top-hero .top-kv__content,
.top-hero .top-kv__movie {
  height: 100%;
}

.top-hero .top-kv__movie__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  margin-bottom: 4rem;
}

.sec {
  position: relative;
  padding: 8em 0;
}
@media screen and (max-width: 749px) {
  .sec {
    padding: 4em 0;
  }
}
.sec:first-of-type {
  padding-top: 0;
}
.sec:last-of-type {
  padding-bottom: 0;
}

.sec__body {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec__body {
    width: 90%;
  }
}

.sec__main.sec__main--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .sec__main.sec__main--flex {
    display: block;
  }
}

.sec__main--left {
  width: 57.5757575758%;
}
@media screen and (max-width: 749px) {
  .sec__main--left {
    width: 100%;
  }
}
.sec__main--left .sec__textarea {
  width: 85.2631578947%;
}
@media screen and (max-width: 749px) {
  .sec__main--left .sec__textarea {
    width: 100%;
  }
}
.sec__main--left .sec__textarea .sec__textarea-inner {
  text-align: justify;
}

.sec__main--right {
  width: 40.6060606061%;
}
@media screen and (max-width: 749px) {
  .sec__main--right {
    width: 100%;
  }
}

.sec__main-title span._jp {
  font-size: calc(var(--size-font) * 16 / 22);
  line-height: 1;
  display: block;
  margin-bottom: 2em;
}
@media screen and (max-width: 749px) {
  .sec__main-title span._jp {
    font-size: 1.2rem;
  }
}
.sec__main-title span._en {
  font-size: calc(var(--size-font) * 90 / 22);
  line-height: 1;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  .sec__main-title span._en {
    font-size: calc(var(--size-font) * 33 / 22);
  }
}
@media screen and (max-width: 375px) {
  .sec__main-title span._en {
    font-size: calc(var(--size-font) * 28 / 22);
  }
}

@media screen and (max-width: 749px) {
  .sec__main .sec__textarea .sec__textarea-inner p {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .sec__main .sec__textarea .sec__textarea-inner p {
    text-align: justify;
  }
}
@media screen and (max-width: 749px) {
  .sec__main .sec__textarea .sec__textarea-inner p:last-child {
    margin-bottom: 0;
  }
}
.sec__main .sec__textarea .image-section {
  width: 100%;
  height: 640px;
  background-image: url("../images/top/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.sec__main .sec__textarea .image-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .sec__main .sec__textarea .image-section {
    height: 320px;
    margin: 2em auto;
  }
}
.sec__main .sec__textarea .image-section._contact {
  height: auto;
}
.sec__main .sec__textarea .image-section._contact::after {
  backdrop-filter: blur(12px);
  background: rgba(33, 150, 243, 0.2);
}
.sec__main .sec__textarea .iframe-wrap {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  margin: 1rem 0 0;
}
.sec__main .sec__textarea .iframe-wrap iframe {
  margin: 0 auto;
  width: 100%;
}

/*

Frontpage

*/
main.main--frontpage .sec.sec--about {
  padding: calc(60px + 8em) 0 0;
}
main.main--frontpage .sec.sec--about .sec__main--right {
  position: relative;
  top: -120px;
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--about .sec__main--right {
    top: 0;
    padding: 40px 0;
  }
}
main.main--frontpage .sec.sec--about .sec__main--right img._first {
  width: 70%;
}
@media screen and (max-width: 1920px) {
  main.main--frontpage .sec.sec--about .sec__main--right img._first {
    width: 70%;
  }
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--about .sec__main--right img._first {
    width: 50%;
  }
}
main.main--frontpage .sec.sec--about .sec__main--right img._second {
  display: flex;
  margin-left: auto;
  margin-top: 60px;
  width: 50%;
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--about .sec__main--right img._second {
    position: absolute;
    margin-top: 0;
    right: 30px;
    top: 0;
    width: 30%;
  }
}
main.main--frontpage .sec.sec--works {
  padding: 0;
}
main.main--frontpage .sec.sec--recruit .sec__main--left {
  width: 40.6060606061%;
}
main.main--frontpage .sec.sec--recruit .sec__main--left .sec__textarea {
  width: 100%;
}
main.main--frontpage .sec.sec--recruit .sec__main--left .sec__textarea .sec__textarea-inner {
  text-align: justify;
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--recruit .sec__main--left {
    width: 100%;
  }
}
main.main--frontpage .sec.sec--recruit .sec__main--right {
  width: 49.0909090909%;
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--recruit .sec__main--right {
    width: 100%;
  }
}
main.main--frontpage .sec.sec--recruit .sec__main--right {
  position: relative;
  top: -60px;
  display: flex;
  align-items: center; /* 画像を中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  overflow: hidden; /* 画像が親要素をはみ出さないようにする */
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--recruit .sec__main--right {
    top: 0;
    padding: 40px 0;
  }
}
main.main--frontpage .sec.sec--recruit .sec__main--right img._first {
  width: 45%;
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--recruit .sec__main--right img._first {
    position: relative;
    right: 30;
  }
}
main.main--frontpage .sec.sec--recruit .sec__main--right img._second {
  display: flex;
  margin-left: auto;
  margin-top: 100px;
  width: 45%;
}
@media screen and (max-width: 749px) {
  main.main--frontpage .sec.sec--recruit .sec__main--right img._second {
    position: absolute;
    margin-top: 0;
    right: 0;
    top: 0;
    width: 30%;
  }
}

.sec._gallery {
  position: relative;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, rgba(15, 26, 69, 0.05) 0%, rgba(15, 26, 69, 0.02) 50%, rgba(15, 26, 69, 0.05) 100%);
  overflow: hidden;
}
.sec._gallery::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.sec._gallery::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(15, 26, 69, 0.1) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(50px);
  z-index: 0;
  pointer-events: none;
}

.gallery__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.gallery__image picture {
  position: relative;
  display: block;
  z-index: 1;
}
.gallery__image picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .gallery__image {
    height: auto;
    padding: 100px 0;
  }
}
.gallery__image img {
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .gallery__image img {
    border-radius: 10px;
    aspect-ratio: 4/5.5; /* 横4:縦3 の比率（やや縦長） */
  }
}
.gallery__image figure {
  position: relative;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.gallery__image figure::before {
  content: "";
  position: absolute;
  right: 65px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .gallery__image figure::before {
    display: none;
  }
}
.gallery__image figcaption {
  transition: all 0.3s ease-out;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery__image .gallery__description {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery__image .gallery__description .gallery__description--inner {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery__image .gallery__description h3 {
  font-size: 4.5rem;
  text-align: center;
  position: relative;
  margin: 0 auto 0.8em;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 749px) {
  .gallery__image .gallery__description h3 {
    font-size: 2.5rem;
  }
}
.gallery__image .gallery__description h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateX(-50%);
}
.gallery__image .gallery__description p {
  text-align: justify;
}
.gallery__image .gallery__description .button-primary {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  border-bottom: 1px solid #fff;
}
.gallery__image .gallery__description .button-primary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.gallery__description--deco {
  z-index: 10;
  position: absolute;
  top: 1em;
  right: 1.5em;
  transform: rotate(300grad);
  transform-origin: right top;
  line-height: 1;
  font-size: 3rem;
  padding-left: 0.5em;
}
@media screen and (max-width: 749px) {
  .gallery__description--deco {
    position: absolute;
    top: 1em;
    left: 0;
    transform: inherit;
    font-size: 1.5rem;
    padding-left: 1em;
  }
  .gallery__description--deco::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: rgb(255, 255, 255);
  }
}

/*

subpage page common

*/
.content-header {
  position: relative;
  padding: 200px 0 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  .content-header {
    padding: 140px 0 50px;
  }
}
.content-header._no-margin-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .content-header._no-margin-bottom {
    padding-bottom: 0;
  }
}
.content-header__body {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .content-header__body {
    display: block;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
.content-header__nav {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  .content-header__nav {
    padding-bottom: 0;
  }
}
.content-header__nav ul:not(.page-nav) {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-header__nav a {
  text-decoration: none;
  color: inherit;
  font-size: calc(var(--size-font) * 14 / 22);
  white-space: nowrap;
  line-height: 1;
  padding: 0.5em 0;
}
.content-header__title h2 {
  margin: 0;
  padding: 0;
}
.content-header__title span._jp {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  margin-bottom: 2em;
}
@media screen and (max-width: 749px) {
  .content-header__title span._jp {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.content-header__title span._en {
  font-size: calc(var(--size-font) * 90 / 22);
  line-height: 1;
  display: block;
}
@media screen and (max-width: 749px) {
  .content-header__title span._en {
    font-size: calc(var(--size-font) * 35 / 22);
  }
}
.content-header--no-padding {
  padding-bottom: 0;
}

.sec__title h3 {
  margin-bottom: 3em;
}
.sec__title h3 span {
  display: block;
}

/*

会社案内

*/
.sec__intro {
  font-size: 1.6rem;
  margin-bottom: 3em;
}

main.main--company {
  --section-y: 6em;
  --section-y-mobile: 3em;
}
main.main--company .sec {
  padding: var(--section-y) 0;
}
main.main--company .sec:first-of-type {
  padding-top: 0;
}
main.main--company .sec--contact .sec__main {
  width: 100%;
  padding: 0;
}
main.main--company .sec--contact form._primary {
  width: 100%;
}
main.main--company .vision-wrapper {
  margin: var(--section-y) 0;
}
@media screen and (max-width: 749px) {
  main.main--company .sec {
    padding: var(--section-y-mobile) 0;
  }
  main.main--company .sec:first-of-type {
    padding-top: 0;
  }
  main.main--company .vision-wrapper {
    margin: var(--section-y-mobile) 0;
  }
}
main.main--company .sec--logomark {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
main.main--company .sec--logomark .logomark-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
main.main--company .sec--logomark .logomark-text {
  width: 60%;
}
main.main--company .sec--logomark .logomark-image {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main.main--company .sec--logomark .logomark-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  main.main--company .sec--logomark .logomark-body {
    flex-direction: column;
    align-items: flex-start;
  }
  main.main--company .sec--logomark .logomark-text,
  main.main--company .sec--logomark .logomark-image {
    width: 100%;
  }
  main.main--company .sec--logomark .logomark-image {
    justify-content: flex-start;
  }
}
main.main--company .sec--group {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
main.main--company .sec--group .group-company-list {
  margin-top: 2.5em;
}
main.main--company .sec--group .group-company-item {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
main.main--company .sec--group .group-company-image {
  width: 35%;
  flex-shrink: 0;
}
main.main--company .sec--group .group-company-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  main.main--company .sec--group .group-company-image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
main.main--company .sec--group .group-company-text {
  width: 65%;
  flex-grow: 1;
}
main.main--company .sec--group .group-company-text h4 {
  margin-bottom: 1em;
}
main.main--company .sec--group .group-company-text p {
  margin-bottom: 0;
}
main.main--company .sec--group .group-company-text p.group-company-link {
  margin-top: 1.5em;
}
main.main--company .sec--group .group-company-text p.group-company-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
main.main--company .sec--group .group-company-text p.group-company-link .material-symbols-outlined {
  font-size: 1.1em;
}
@media screen and (max-width: 749px) {
  main.main--company .sec--group .group-company-text {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  main.main--company .sec--group .group-company-item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
main.main--company .message {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  main.main--company .message {
    display: flex;
    flex-direction: column;
  }
}
main.main--company .message .message__title {
  width: 13.8636363636%;
}
@media screen and (max-width: 749px) {
  main.main--company .message .message__title {
    width: 100%;
  }
}
main.main--company .message .message__image {
  width: 22.5%;
}
@media screen and (max-width: 749px) {
  main.main--company .message .message__image {
    width: 50%;
    order: 2;
  }
}
main.main--company .message .message__text {
  width: 56.9696969697%;
}
@media screen and (max-width: 749px) {
  main.main--company .message .message__text {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
}
main.main--company .message .message__text p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 749px) {
  main.main--company .message .message__text p {
    text-align: justify;
  }
}
main.main--company .message .message__text p:last-child {
  margin-bottom: 0;
}
main.main--company p.signature {
  margin-top: 2.5em;
  text-align: right;
  font-size: calc(var(--size-font) * 14 / 22);
}
main.main--company p.signature span {
  display: block;
}
@media screen and (max-width: 749px) {
  main.main--company p.signature {
    text-align: left;
    font-size: calc(var(--size-font) * 12 / 22);
  }
}
main.main--company .list.list--company {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5em;
  justify-content: space-between;
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  main.main--company .list.list--company {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}
main.main--company .list.list--company span.small {
  font-size: 1.3rem;
}
@media screen and (max-width: 749px) {
  main.main--company .list.list--company {
    padding-top: 5rem;
  }
}
main.main--company .list.list--company dt {
  width: 25%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  main.main--company .list.list--company dt {
    font-size: 1.4rem;
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
main.main--company .list.list--company dd {
  width: 70%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 749px) {
  main.main--company .list.list--company dd {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
main.main--company .list.list--company._recruit {
  margin-top: 10em;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  main.main--company .list.list--company._recruit {
    margin-top: 4em;
  }
}
main.main--company .list.list--company._recruit dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
main.main--company .list.list--company._recruit dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
main.main--company .map-wrap {
  position: relative;
  width: 100%;
}
main.main--company .map-wrap__info a._en {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  line-height: 1;
}
main.main--company .map-wrap__info a._en .material-symbols-outlined {
  font-size: 1.1em;
  line-height: 1;
  vertical-align: middle;
}
main.main--company .vision-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/bg-store.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main.main--company .vision-section.vision {
  background-image: url("../images/company/bg-vision.jpg");
}
main.main--company .vision-section.philosophy {
  background-image: url("../images/company/bg-philosophy.jpg");
}
main.main--company .vision-section.value {
  background-image: url("../images/company/bg-value.jpg");
}
main.main--company .vision-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 黒の半透明レイヤー */
  z-index: 1; /* テキストより下に配置 */
}
main.main--company .vision-section > * {
  position: relative; /* テキストをマスクの上に表示 */
  z-index: 2;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section {
    height: 320px;
    margin: 2em auto;
  }
}
main.main--company .vision-wrapper {
  display: flex;
  gap: 0; /* セクション間の余白 */
  width: auto; /* 横スクロール全体の幅を設定 */
}
@media screen and (max-width: 749px) {
  main.main--company .vision-wrapper {
    display: block;
    width: 100%;
  }
}
main.main--company .vision-section {
  flex: 0 0 100vw; /* 各セクションをビューポート幅に合わせる */
  height: 100vh; /* セクションの高さをビューポートに合わせる */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section {
    flex: none;
    width: 100%;
    height: auto;
    padding: 4em 5%;
  }
}
main.main--company .vision-section.vision, main.main--company .vision-section.philosophy, main.main--company .vision-section.value {
  justify-content: flex-start;
  align-items: flex-start;
}
main.main--company .vision-section .vision-content {
  position: absolute;
  top: 15vh;
  left: calc((100vw - min(1440px, 87.3015873016vw)) / 2);
  right: calc((100vw - min(1440px, 87.3015873016vw)) / 2);
  text-align: left;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section .vision-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
}
main.main--company .vision-section .vision-content ul {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
  font-size: clamp(16px, calc(var(--size-font) * 16 / 22), 20px);
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section .vision-content ul {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 18px);
  }
}
main.main--company .vision-section .vision-content ul li {
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section .vision-content ul li {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section .vision-content ul li {
    margin-bottom: 0.8em;
  }
}
main.main--company .vision-section.vision::after {
  content: "UCHIDA Vison";
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 12rem;
  font-weight: 300;
  font-family: "nimbus-sans", sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section.vision::after {
    display: none;
  }
}
main.main--company .vision-section.philosophy::after {
  content: "Philosophy";
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 12rem;
  font-weight: 300;
  font-family: "nimbus-sans", sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section.philosophy::after {
    display: none;
  }
}
main.main--company .vision-section.value::after {
  content: "Core Values";
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 12rem;
  font-weight: 300;
  font-family: "nimbus-sans", sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section.value::after {
    display: none;
  }
}
main.main--company .vision-section h4 {
  font-size: calc(var(--size-font) * 60 / 22);
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 749px) {
  main.main--company .vision-section h4 {
    font-size: calc(var(--size-font) * 28 / 22);
  }
}
main.main--company .vision-section h4 span {
  font-size: calc(var(--size-font) * 16 / 22);
  display: block;
  margin-top: 1em;
}
main.main--company .vision-section .vision-title {
  font-size: clamp(24px, calc(var(--size-font) * 24 / 22), 40px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
/*

強み

*/
/* 共通 feature-item スタイル */
.feature-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 100px;
}
@media screen and (max-width: 749px) {
  .feature-item {
    display: block;
  }
}

.feature-item.reverse {
  flex-direction: row-reverse;
}

.feature-item .feature-image-area {
  width: 40%;
}
@media screen and (max-width: 749px) {
  .feature-item .feature-image-area {
    width: 100%;
  }
}

.feature-item .feature-image-area .feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item .feature-content-area {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 70px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .feature-item .feature-content-area {
    width: 100%;
    padding: 5%;
  }
}

.feature-item .feature-content-area .feature-num {
  position: relative;
  font-size: 19px;
  margin: 0;
  padding: 0;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2c386d;
  color: #fff;
  flex-shrink: 0;
  line-height: 50px;
  top: -15px;
}
@media screen and (max-width: 749px) {
  .feature-item .feature-content-area .feature-num {
    font-size: 12px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.feature-item .feature-content-area .feature-header {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 749px) {
  .feature-item .feature-content-area .feature-header {
    gap: 1em;
  }
}

.feature-item .feature-content-area .feature-title-en {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
}

.feature-item .feature-content-area h3 {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  padding: 0;
  margin-bottom: 1em;
}

.feature-item .feature-content-area .feature-text {
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
  margin: 0;
  font-weight: bold;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .feature-item .feature-content-area .feature-text {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}

.feature-item .feature-content-area ul {
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 1.5em;
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  border-left: 1px solid #ddd;
}
.feature-item .feature-content-area ul li {
  margin-bottom: 0.5em;
}
.feature-item .feature-content-area ul li:last-child {
  margin-bottom: 0;
}

main.main--ourstrength .auto-slider .title-strengths {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
main.main--ourstrength .auto-slider .title-strengths h2 {
  position: relative;
  margin-bottom: 0.25em;
}
main.main--ourstrength .auto-slider .title-strengths._en {
  font-size: 1.6rem;
  font-weight: normal;
}
main.main--ourstrength .sec--feature {
  width: 100%;
  padding-bottom: 0;
}
main.main--ourstrength .sec--feature .sec__body {
  width: 100%;
  max-width: none;
}

/*

事業紹介

*/
main.main--service .content-header__body {
  border-bottom: none;
}
main.main--service .service-label {
  font-size: 0.5em;
}
main.main--service .menu-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 749px) {
  main.main--service .menu-wrap {
    border: none;
  }
}
main.main--service .sec.sec--service {
  padding: 0;
}
main.main--service .sec.sec--service .gallery__image {
  height: auto;
  padding: 100px 0;
}
@media screen and (max-width: 749px) {
  main.main--service .sec.sec--service .gallery__image {
    padding: 50px 0;
  }
}
main.main--service .sec.sec--service .gallery__image .gallery__description--inner {
  width: 90%;
}
main.main--service .sec__body {
  width: 100%;
  max-width: none;
  margin: 0;
}
main.main--service .sec__main {
  width: 100%;
}
main.main--service main.main--service .feature-item {
  width: 100%;
}
main.main--service .image-section.civil {
  position: relative;
  width: 100%;
  height: 840px;
  background-image: url("../images/service/civil/bg.webp");
  margin-top: 0;
}
main.main--service .image-section.construction {
  background-image: url("../images/service/construction/bg.webp");
  margin-top: 0;
}
main.main--service .image-section.scaffold {
  background-image: url("../images/service/scaffold/bg.webp");
  margin-top: 0;
}
main.main--service .image-section.demolition {
  background-image: url("../images/service/demolition/bg.webp");
  margin-top: 0;
}
main.main--service .image-section.reform {
  background-image: url("../images/service/reform/bg.webp");
  margin-top: 0;
}
main.main--service .image-section.real-estate {
  background-image: url("../images/service/real-estate/bg.webp");
  margin-top: 0;
}
main.main--service .real-estate-mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  width: 90%;
  max-width: 1440px;
  margin: 80px auto 80px;
}
@media screen and (max-width: 1024px) {
  main.main--service .real-estate-mv {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
main.main--service .real-estate-mv__image {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  main.main--service .real-estate-mv__image {
    width: 100%;
  }
}
main.main--service .real-estate-mv__title span {
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  display: inline-block;
  background: none;
}
@media screen and (max-width: 1024px) {
  main.main--service .real-estate-mv__title span {
    font-size: 2rem;
  }
}
main.main--service .real-estate-mv__title span:last-child {
  padding-right: 0;
}
main.main--service .real-estate-mv__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 50%;
  z-index: 2;
  background-color: #0f1a45;
  padding: 2em 2em 2em 0;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  main.main--service .real-estate-mv__text {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0;
    padding: 2em;
  }
}
@media screen and (max-width: 749px) {
  main.main--service .real-estate-mv__text {
    padding: 0;
  }
}
main.main--service .real-estate-mv__read {
  margin-top: 24px;
}
main.main--service .real-estate-benefits {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto 80px;
}
main.main--service .real-estate-benefits__header {
  margin-bottom: 40px;
}
main.main--service .real-estate-benefits__title {
  color: #fff;
  margin-bottom: 10px;
}
main.main--service .real-estate-benefits__lead {
  color: rgba(255, 255, 255, 0.85);
}
main.main--service .real-estate-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  main.main--service .real-estate-benefits__grid {
    grid-template-columns: 1fr;
  }
}
main.main--service .real-estate-benefits__item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px;
}
main.main--service .real-estate-benefits__icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 749px) {
  main.main--service .real-estate-benefits__icon {
    width: 125px;
    height: 125px;
  }
}
main.main--service .real-estate-benefits__icon svg {
  width: 60px;
  height: 60px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}
main.main--service .real-estate-benefits__item-title {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
main.main--service .real-estate-benefits__item-text {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}
main.main--service .property-list {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
main.main--service .service-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
}
main.main--service .service-menu li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 749px) {
  main.main--service .service-menu li {
    padding: 0.5em 0;
  }
}
@media (max-width: 1024px) {
  main.main--service .service-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  main.main--service .service-menu {
    gap: 10px;
  }
}
@media screen and (max-width: 749px) {
  main.main--service .service-menu {
    padding: 1em 0 0;
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
  }
}
main.main--service .service-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: calc(var(--size-font) * 16 / 22);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  main.main--service .service-menu a {
    font-size: calc(var(--size-font) * 14 / 22);
  }
}
main.main--service .service-menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}
main.main--service .service-menu a.current {
  text-decoration: underline;
}
main.main--service .menu-wrap {
  width: 100%;
  position: relative;
}
main.main--service .menu-wrap .menu-arrow-hint {
  display: none;
}
@media screen and (max-width: 749px) {
  main.main--service .menu-wrap .menu-arrow-hint {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    pointer-events: none;
  }
}
main.main--service .sec__title-service {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
main.main--service .sec__title-service span {
  font-size: 3rem;
}
main.main--service .sec__title-service:first-of-type {
  margin-top: 50px;
}
main.main--service .service-pavement {
  margin-top: 4em;
}

body.service-page main.main--service .sec__body {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

/*

partner welcome section

*/
.partner-welcome {
  margin-top: 5em;
  margin-bottom: 5em;
}
.partner-welcome .partner-welcome__title {
  font-size: 2.2rem;
  margin-bottom: 3em;
  text-align: center;
  font-weight: 600;
}

.partner-welcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em;
}
@media screen and (max-width: 749px) {
  .partner-welcome-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}

.partner-welcome-item {
  padding: 2em;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}
.partner-welcome-item .partner-welcome-item__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .partner-welcome-item .partner-welcome-item__icon {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
}
.partner-welcome-item .partner-welcome-item__heading {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.4;
}
.partner-welcome-item .partner-welcome-item__text {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/*

page-nav (共通ページナビゲーション)

*/
.page-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.page-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  min-width: 120px;
}
@media (max-width: 1024px) {
  .page-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .page-nav {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 749px) {
  .page-nav {
    gap: 0;
    margin-top: 10px;
  }
}

.page-nav__link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.page-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.page-nav__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-nav__link:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .page-nav__link {
    font-size: 0.85rem;
  }
}

/*

single page

*/
.sec--singlepost {
  margin-top: 160px;
  padding: 4em 0;
}
@media screen and (max-width: 749px) {
  .sec--singlepost {
    margin-top: 80px;
  }
}

.sec-singlepage {
  margin-top: 160px;
  padding: 10em 0 8em;
}
@media screen and (max-width: 749px) {
  .sec-singlepage {
    margin-top: 80px;
  }
}
.sec-singlepage .sec__main {
  width: 60.6312292359%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec-singlepage .sec__main {
    width: 100%;
    margin-left: 0;
  }
}
.sec-singlepage .article__heading {
  margin-bottom: 2em;
}
.sec-singlepage .article__heading h1 {
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .sec-singlepage .article__body {
    margin-bottom: 1em;
  }
}
.sec-singlepage .article__body p {
  margin-top: 1.5em; /* デフォルトのマージン */
}
.sec-singlepage .article__body p:last-child {
  margin-top: 0; /* 最後の段落にはマージンを適用しない */
}
.sec-singlepage .article__body p + p {
  margin-top: 1em; /* 連続する段落の間にマージンを設定 */
}
.sec-singlepage .article__footer {
  padding-top: 4em;
}

/*

auto-slider

*/
.auto-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 749px) {
  .auto-slider {
    padding: 0;
    margin-bottom: 0;
  }
}

.auto-slider__inner {
  display: flex;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  animation: marquee var(--duration, 20s) linear infinite;
}

.auto-slider__item {
  flex: 0 0 auto;
  width: 440px;
  height: 440px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .auto-slider__item {
    width: 160px;
    height: 160px;
    margin-right: 25px;
  }
}

.auto-slider__item:nth-child(even) {
  margin-top: 0;
}

@media (max-width: 768px) {
  .auto-slider__item {
    width: 160px;
    height: 160px;
  }
}
.auto-slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* 無限スライド */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--width, 1000px)));
  }
}
/*

marquee animation

*/
.sec._marquee {
  width: 100%;
  overflow: hidden;
  padding: 1em 0;
  margin: 0 auto 0;
  background-color: initial;
}
.sec._marquee .marquee__part {
  flex-shrink: 0;
  padding: 0 1em;
}
.sec._marquee .marquee__part img {
  width: 900px;
}
@media screen and (max-width: 749px) {
  .sec._marquee .marquee__part img {
    width: 500px;
  }
}
.sec._marquee .marquee {
  padding: 1em 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .sec._marquee .marquee {
    padding: 0.5em 0;
  }
}
.sec._marquee .marquee__inner {
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}

@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}
.sec--archive {
  padding: 4em 0;
}

/* Hide your heading in CSS */
[data-split=heading] {
  visibility: hidden;
}

/* For Webflow users only: */
/* Make sure the heading does not disappear in the designer or editor */
.wf-design-mode [data-split=heading],
.w-editor [data-split=heading] {
  visibility: visible !important;
}

.recruit-hero {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .recruit-hero {
    aspect-ratio: 1/1;
    margin-top: 40px;
  }
}

main.main--recruit .list.list--company {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em;
  justify-content: space-between;
  font-size: clamp(18px, calc(var(--size-font) * 18 / 22), 22px);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  main.main--recruit .list.list--company {
    font-size: clamp(14px, calc(var(--size-font) * 14 / 22), 16px);
    line-height: 1.8;
  }
}
main.main--recruit .list.list--company dt {
  width: 25%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  main.main--recruit .list.list--company dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0.5em;
  }
}
main.main--recruit .list.list--company dd {
  width: 70%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 749px) {
  main.main--recruit .list.list--company dd {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}

.image-section {
  width: 90%;
  margin: 200px auto 0;
}
@media screen and (max-width: 749px) {
  .image-section {
    width: 90%;
    margin: 0 auto;
  }
}
.image-section._contact {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.image-section._contact .sec {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 !important;
}
.image-section._contact .sec-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .image-section._contact {
    padding: 2em 0 0;
  }
  .image-section._contact .animated-button {
    width: 100%;
    margin-top: 0;
  }
  .image-section._contact .button-group {
    display: block;
    margin-top: 2em;
  }
  .image-section._contact .button-wrap {
    margin-bottom: 1em;
  }
  .image-section._contact .sec-heading {
    font-size: 16px;
  }
}
.image-section._contact .sec-title-en,
.image-section._contact .sec-main,
.image-section._contact .sec-main-dual {
  color: #fff;
  text-align: center;
}
.image-section._contact .sec-main-dual {
  display: flex;
  gap: 0;
  width: 90%;
  margin: 0 auto;
  align-items: stretch;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .image-section._contact .sec-main-dual {
    flex-direction: column;
    gap: 1em;
    align-items: stretch;
  }
}
.image-section._contact .sec-main-dual .sec-item {
  flex: 1;
  padding: 2em 0;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 749px) {
  .image-section._contact .sec-main-dual .sec-item {
    padding: 0;
  }
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 1.5em 0 0 0;
  border-radius: 12px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .image-section._contact .sec-main-dual .sec-item .sec-item__inner {
    padding: 0 0 0;
  }
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner:hover {
  background: rgb(10, 50, 120);
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner:hover::before, .image-section._contact .sec-main-dual .sec-item .sec-item__inner:hover::after {
  opacity: 1;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner > * {
  position: relative;
  z-index: 2;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .sec-heading {
  margin-bottom: 0.5em;
  font-size: 4rem;
}
@media screen and (max-width: 749px) {
  .image-section._contact .sec-main-dual .sec-item .sec-item__inner .sec-heading {
    font-size: 2rem;
    margin: 1em 0;
  }
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .text-bloc {
  margin-bottom: 1.5em;
  min-height: 4.5em;
  padding: 0 2em;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary {
  border: none;
  border-top: 1px solid #fff;
  border-radius: 0;
  padding: 0.5em 2em;
  font-size: 1.6rem;
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  text-align: right;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary ._slot,
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary .button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1em 0;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary .material-symbols-outlined {
  margin-left: 0.5em;
  font-size: 1.2em;
}
.image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary .wrap {
  display: block;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary .wrap {
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .image-section._contact .sec-main-dual .sec-item .sec-item__inner .button-primary {
    padding: 1em 2em;
    font-size: 1.4rem;
  }
}
.image-section._contact .diver {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: 1.5em 0 1.5em;
}
@media screen and (max-width: 749px) {
  .image-section._contact .diver {
    margin: 1em 0;
  }
}

.tel {
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .tel {
    font-size: 2.2rem;
  }
}

.button-group {
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .button-group {
    flex-direction: column;
    gap: 1em;
    align-items: center;
  }
}

.footer {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .site-name {
  text-align: left;
  padding: 0 0 1em;
}
.footer .site-name h5 {
  font-size: calc(var(--size-font) * 14 / 22);
  margin-bottom: 1em;
}
@media screen and (max-width: 749px) {
  .footer .site-name h5 {
    font-size: 1.3rem;
  }
}
.footer .site-name img {
  display: inline-block;
  width: 230px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1 1 30%;
  min-width: 250px;
  padding: 0;
}

.footer-column h4 {
  font-size: calc(var(--size-font) * 16 / 22);
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li,
.footer-column p {
  font-size: clamp(15px, calc(var(--size-font) * 15 / 22), 18px);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .footer-column ul li,
  .footer-column p {
    font-size: clamp(13px, calc(var(--size-font) * 13 / 22), 14px);
    line-height: 1.6;
  }
}
.footer-column ul li {
  margin-bottom: 0.25em;
}

ul.child-navi {
  margin: 0.5em 0 0.5em 2px;
  font-size: 1.3rem !important;
  padding: 0.5em 0 0.5em 1em;
  border-left: 1px solid #ccc;
}

.footer-sns {
  display: flex;
  gap: 10px;
  margin-bottom: 1em;
}

.footer-sns img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  font-size: calc(var(--size-font) * 12 / 22);
  padding: 4em 0 1em;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .footer-bottom {
    font-size: 1rem;
    gap: 1em;
    text-align: center;
  }
}

.footer-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  width: 40%;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .footer-logo-section {
    width: 90%;
    padding: 0 0 0;
    margin: 0 auto 40px;
  }
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .footer-logo {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .footer-logo {
    width: 80%;
  }
}

.row._3col {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  .row._3col {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.row._4col {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .row._4col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .row._4col {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.row._5col {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 8rem;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  .row._5col {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

.loader {
  z-index: 100;
  color: #fff;
  width: 100%;
  height: 100svh;
  position: fixed;
  inset: 0% 0% auto;
  display: none;
}
.loader.show-loader {
  display: block;
}

.loader__bg {
  background-color: #0f1a45;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: 0.5em;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 25em;
  height: 5.5em;
  display: flex;
  position: relative;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--base {
  opacity: 0.2;
}

.loader__logo-item.is--top {
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -0.25em;
  padding-bottom: 0.25em;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: normal;
  word-spacing: normal;
  font-feature-settings: "kern" off;
}

[data-load-reset] {
  opacity: 0;
}

/*----------------------------

card

----------------------------*/
.card .card-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  border-radius: 8px;
}
.card .card-thumbnail a {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card .card-thumbnail picture {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card .card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.card .card-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/common/logo-white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card .card-thumbnail:hover img {
  filter: brightness(0.7);
}
.card .card-thumbnail:hover::after {
  opacity: 1;
}
.card .card-details {
  padding: 0;
  width: 100%;
  margin-top: 1em;
}
.card .card-date {
  font-size: calc(var(--size-font) * 14 / 22);
}
.card .card-heading {
  margin: 1rem 0 1rem;
}
.card .card-heading h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
.card .card-heading a {
  display: inline-block;
}
.card .card-excerpt {
  font-size: 2rem;
  text-align: justify;
}
.card ul.card-category {
  display: flex;
  font-size: calc(var(--size-font) * 14 / 22);
}

ul.card-category {
  display: flex;
  font-size: calc(var(--size-font) * 16 / 22);
}

/*----------------------------

single page

----------------------------*/
.article._single {
  width: 92%;
  max-width: 680px;
  margin: 4rem auto 0;
}
.article._single .article-mainvisual img {
  margin-top: 0;
}
.article._single .article-heading {
  margin: 1.5rem 0;
}
.article._single .article-heading h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}
.article._single .article-main {
  margin-bottom: 5rem;
}
.article._single .article-main p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
  padding-top: 3rem;
}
.article._single .article-main h1,
.article._single .article-main h2,
.article._single .article-main h3,
.article._single .article-main h4,
.article._single .article-main h5 {
  font-size: 3.2rem;
  padding-top: 3.2rem;
}
.article._single .article-main a {
  text-decoration: underline;
}
.article._single img {
  border-radius: 0.5em;
  margin-top: 3rem;
}

.list._share {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 5rem 0;
}
.list._share li {
  display: block;
  margin-left: 0.5em;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  border-radius: 5em;
}
.list._share li:first-child {
  border: initial;
  background-color: initial;
  margin-left: 0;
  padding: 1em 0;
}

.list-tag {
  display: flex;
  font-size: 1.7rem;
  margin-top: 1em;
  flex-wrap: wrap;
}
.list-tag li {
  padding-right: 1rem;
}
.list-tag li a {
  transition: color, 0.3s;
}
.list-tag li a:before {
  content: "#";
}
.list-tag li:last-of-type {
  padding-right: 0;
}

/*----------------------------

category page

----------------------------*/
.category-header {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.category-header h2 {
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  display: inline-block;
  z-index: 5;
}
.category-header h2 span {
  position: absolute;
  top: 0.25em;
  right: -1.5em;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  border-radius: 100px;
  padding: 1em;
  line-height: 1;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/*----------------------------

nav

----------------------------*/
.nav._blog ul {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1512px) {
  .nav._blog ul {
    max-width: initial;
    width: 90.2777777778%;
  }
}
.nav._blog ul._all {
  padding-bottom: 5em;
}
.nav._blog ul li {
  text-transform: uppercase;
  padding-left: 1em;
}
.nav._blog ul li:first-child {
  padding-left: 0;
}
.nav._blog ul li a {
  padding: 0.25em 0.5em;
  font-weight: 700;
  line-height: 1;
}
.nav._blog ul li a._current {
  text-decoration: underline;
}

.nav._select {
  position: relative;
  margin: 0 auto;
  margin-bottom: 3rem;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1;
  padding-left: 1.8em;
}
@media screen and (max-width: 749px) {
  .nav._select {
    font-size: 1.4rem;
    max-width: initial;
  }
}
.nav._select:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.15rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2a6052;
  border-left: 1px solid #2a6052;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 749px) {
  .nav._select:after {
    top: 0.3rem;
  }
}
.nav._select select {
  position: relative;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #2a6052 !important;
}

@media screen and (max-width: 749px) {
  .content._all {
    padding-top: calc(80px + 1em);
  }
}

.related_content {
  margin-right: -2%;
}
.related_content .widget-title {
  padding-top: initial !important;
  margin: 4rem 0 2rem;
}

ul.related-posts.extended_view,
ul.related_du-posts.extended_view {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.related-posts.extended_view a,
ul.related_du-posts.extended_view a {
  text-decoration: none !important;
}
ul.related-posts.extended_view img,
ul.related_du-posts.extended_view img {
  margin-top: 0;
}

/* li */
li.related-post.extended_view,
li.related_du-post.extended_view {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  width: 31%;
  min-height: initial !important;
  margin: 0 2% 2rem 0 !important;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important;
}

/* span */
.extended_view span.related-post-title,
.extended_view span.related_du-post-title {
  font-size: 1.7rem !important;
  position: relative !important;
  color: #fff !important;
  background-color: initial !important;
  text-decoration: none !important;
  margin: 1rem 0 0 !important;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: initial !important;
  height: initial !important;
  line-height: 1.3 !important;
}

/*----------------------------

wp style update

----------------------------*/
ul.wp-block-list {
  font-size: 1.7rem;
  margin: 1rem 0 0; /* 上下のマージン */
}
ul.wp-block-list > li {
  padding: 0.8em 0; /* 左側のインデント */
  margin-bottom: 0.5em; /* リスト項目間のマージン */
  border-bottom: 1px solid #fff;
  line-height: 1.6;
}

/* wp-block-listクラスが付いた番号付きリストスタイル */
ol.wp-block-list {
  font-size: 1.7rem;
  list-style-type: decimal; /* 番号付きのリストに設定 */
  padding-left: 1em; /* 左側のインデント */
  margin: 1rem 0 0; /* 上下のマージン */
}

ol.wp-block-list li {
  margin-bottom: 1em; /* リスト項目間のマージン */
}

.wp-element-caption {
  font-size: 11px !important;
  color: rgba(0, 0, 0, 0.5);
}

/* 埋め込みラッパーのクラスを調整 */
.wp-block-embed,
.wp-block-image {
  margin: 0;
}

.wp-block-embed {
  margin-top: 3rem;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* デフォルトは16:9（56.25%）の比率 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0.5em;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* よりスクエアに近い4:3の比率にする */
.slick-body._profile {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}
.slick-body._profile .slick-inner {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding-top: 10em;
}
.slick-body._profile .slick-inner .heading-body {
  width: 90.2777777778%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 749px) {
  .slick-body._profile .slick-inner .heading-body {
    padding-bottom: 6rem;
  }
}
.slick-body._profile .slick-inner .heading-body h2 {
  font-size: 10rem;
}
@media screen and (max-width: 749px) {
  .slick-body._profile .slick-inner .heading-body h2 {
    font-size: 5rem;
  }
}
.slick-body._profile .slick-inner .heading-body h2,
.slick-body._profile .slick-inner .heading-body p.lead {
  color: #fff !important;
  letter-spacing: 0.02em;
}
.slick-body._profile .slick-inner .heading-body h2._jp,
.slick-body._profile .slick-inner .heading-body p.lead._jp {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .slick-body._profile .slick-inner .heading-body h2 {
    line-height: 1.2;
  }
}

.property-dl {
  display: flex; /* 横並びにする */
  flex-wrap: wrap; /* 必要に応じて折り返し */
  width: 100%; /* 全幅を使用 */
}

.property-dl dt {
  position: relative;
  width: 40%;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
}

.property-dl dd {
  width: 60%;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
}

.property-dl.price dt {
  position: relative;
  width: 40%;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
}
.property-dl.price dd {
  width: 60%;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
}

.article-property {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8em;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  .article-property {
    display: block;
  }
}
.article-property .article-gallery {
  width: 47%;
}
@media screen and (max-width: 749px) {
  .article-property .article-gallery {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.article-property .article-main {
  width: 47%;
}
@media screen and (max-width: 749px) {
  .article-property .article-main {
    width: 100%;
  }
}

.acf-property-features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 54px 0;
}
.acf-property-features ul li {
  width: 32.4%;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.05);
}

.article__heading {
  font-size: calc(var(--size-font) * 28 / 22);
  margin-bottom: 1em;
}

.acf-property-price {
  font-size: 1.8rem;
  margin-top: 2em;
}

.form ::placeholder {
  color: #ccc;
  font-family: "YU Gothic", "Yu Gothic", "HiraKakuPro-W3", "hirakakupro-w3", sans-serif;
}
.form fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  outline: none;
  border: 0;
}
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form textarea {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
@media screen and (max-width: 749px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    font-size: 14px;
  }
}
.form input[type=text]:valid,
.form input[type=email]:valid,
.form input[type=password]:valid,
.form textarea:valid {
  background-color: #fff;
}
.form input[type=text]:-webkit-autofill,
.form input[type=email]:-webkit-autofill,
.form input[type=password]:-webkit-autofill,
.form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  color: inherit !important;
}
.form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.form input:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.form input:focus {
  background-color: #f8f8f8;
}
.form .js-mw-checkbox {
  font-weight: 500;
  cursor: pointer;
}
.form._primary {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .form._primary {
    display: block;
  }
}
.form._primary dt {
  width: 30%;
  padding: 1em 0;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .form._primary dt {
    font-size: 1.6rem;
    padding: 0;
    width: 100%;
  }
}
.form._primary dd {
  width: 70%;
  padding: 1em 0;
}
@media screen and (max-width: 749px) {
  .form._primary dd {
    width: 100%;
  }
}
.form._primary dd .form-tit {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.form._primary dd._fs50 {
  font-size: 4rem;
  line-height: 1;
  position: relative;
  top: -0.7em;
}
@media screen and (max-width: 749px) {
  .form._primary dd._fs50 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .form._formtitle dt {
    padding: 1em 0;
  }
}
.form select {
  outline: none;
  padding: 0.5em 1em;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
}
.form select::-ms-expand {
  display: none;
}
.form select {
  color: #000;
  -webkit-text-fill-color: #000; /* これが効く場合が多い */
}
.form span.error {
  font-size: 1.4rem;
  color: #ff0000;
  margin: 0.5em 0 1em;
  font-weight: 500;
}
.form span.required {
  white-space: nowrap;
  color: #fff;
  background-color: #ff7f00;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  margin-left: 1em;
}
.form .form-msg {
  margin-bottom: 3em;
}
.form input.btn-input {
  display: inline;
  padding: 2em 1.5em;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  .form input.btn-input {
    width: 100%;
    padding: 1.5em 0;
  }
}

.vertical-item {
  display: block;
}

.mw_wp_form_input .row {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
.mw_wp_form_input .row .first {
  width: 80%;
}
.mw_wp_form_input .row .second {
  display: none;
}

.mw_wp_form_confirm .form._primary dd,
.mw_wp_form_preview .form._primary dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  font-weight: 500;
}
.mw_wp_form_confirm .form._primary dd:last-of-type,
.mw_wp_form_preview .form._primary dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.mw_wp_form_confirm .form._primary dd .form-tit,
.mw_wp_form_preview .form._primary dd .form-tit {
  font-weight: bold;
}
.mw_wp_form_confirm .article-block,
.mw_wp_form_preview .article-block {
  display: none;
}
.mw_wp_form_confirm .action-hidden,
.mw_wp_form_preview .action-hidden {
  display: none;
}
.mw_wp_form_confirm .select-wrapper::after,
.mw_wp_form_preview .select-wrapper::after {
  display: none;
}
.mw_wp_form_confirm .form-msg,
.mw_wp_form_preview .form-msg {
  margin-bottom: 3em;
}

.mw_wp_form_preview span.required {
  display: none;
}
.mw_wp_form_preview .row {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 3em 0;
}
.mw_wp_form_preview .row .first {
  width: 47%;
}
.mw_wp_form_preview .row .second {
  display: block;
  width: 47%;
}
.mw_wp_form_preview .btn-input.-back {
  background-color: #ccc;
}

.mw_wp_form_complete {
  padding: 1em 0;
}

.btn-input.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.privacypolicy {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: auto;
  margin: 0 auto 0;
  padding-right: 20px;
  background-color: #fff;
}
@media screen and (max-width: 812px) {
  .privacypolicy {
    width: 100%;
    padding-right: 10px;
  }
}
.privacypolicy::-webkit-scrollbar {
  width: 6px;
}
.privacypolicy::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgb(206, 206, 206);
}
.privacypolicy::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #666;
}

.pp-text {
  font-size: 1.4rem;
}

.privacypolicy-body {
  padding: 3em 2em;
  font-size: 1.4rem;
  font-weight: normal;
}
.privacypolicy-body h2 {
  padding-top: 2em;
  font-size: 1.5rem;
  font-weight: normal;
}
.privacypolicy-body ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.6;
}
.privacypolicy-body ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  margin-right: 1em;
}
.privacypolicy-body ul > li > ol {
  padding-top: 10px;
}
.privacypolicy-body ul {
  margin-bottom: 2em;
}
.privacypolicy-body ol._primary li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.btn-input {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #000000;
  text-align: center;
  transition: all 0.1s;
  line-height: 0;
  font-size: 2rem;
  width: 100%;
  border-radius: 5px;
}
.btn-input:hover {
  background-color: rgba(40, 40, 126, 0.5);
  color: #fff !important;
}
.btn-input.-back {
  background-color: #ccc;
}
.btn-input.-back:hover {
  background-color: #000;
  color: #fff !important;
}
.btn-input.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 896px) {
  .btn-input {
    width: 100%;
    padding: 1.5em 0;
  }
}

.js-mw-checkbox {
  text-align: center;
}
.js-mw-checkbox span.error {
  padding-top: 0.5em;
}

@media screen and (max-width: 749px) {
  .form-tit-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .form-tit-wrapper .form-tit,
  .form-tit-wrapper span {
    display: block;
  }
}

.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px;
}

/* 確認画面のときに表示切り替え */
.mw_wp_form_confirm .only-input {
  display: none;
}

.mw_wp_form.mw_wp_form_input .only-confirm {
  display: none !important;
}

.mw_wp_form_confirm .only-confirm {
  display: block;
}

button.btn-input.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.mw_wp_form span.small {
  display: block;
  font-size: 1.6rem;
  margin-top: 1em;
}
.mw_wp_form .text-bloc {
  font-size: 1.6rem;
  margin-bottom: 3em;
}
@media screen and (max-width: 749px) {
  .mw_wp_form .text-bloc {
    font-size: 1.3rem;
  }
}

.form-step-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  margin-bottom: 2em;
  list-style: none;
  padding: 0;
  width: 100%;
}

.form-step-nav .step {
  flex: 1; /* ← 均等に横幅を分配 */
  background: #dfe3ea;
  color: #b2b7c1;
  padding: 1em 2em;
  border-radius: 2px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .form-step-nav .step {
    padding: 0.5em 1em;
    font-size: 1rem;
  }
}

.form-step-nav .step span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.2em;
}
@media screen and (max-width: 749px) {
  .form-step-nav .step span {
    font-size: 1.3rem;
  }
}

.form-step-nav .arrow {
  margin: 0 0.5em;
  color: #b2b7c1;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .form-step-nav .arrow {
    margin: 0 0.25em;
  }
}

/* ✅ 入力画面（デフォルト） */
.mw_wp_form .step-input {
  background: #11294d;
  color: #fff;
}

/* ✅ 確認画面 */
.mw_wp_form_confirm .step-confirm {
  background: #11294d;
  color: #fff;
}

.mw_wp_form_confirm .step-input {
  background: #dfe3ea;
  color: #b2b7c1;
}

/* ✅ 完了画面 */
.mw_wp_form_complete .step-complete {
  background: #11294d;
  color: #fff;
}

.contact-mailto {
  text-align: center;
  font-size: 12.5px !important;
  margin-top: 1em;
}

/* 「入力内容を確認」ボタン（STEP1） */
.row._preview .first input[type=submit][name=submitConfirm] {
  display: block;
  padding: 2em 1.5em;
  color: #0f1a45;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
}

.row._preview .first input[type=submit][name=submitConfirm]:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
}

/* 「送信する」ボタン（STEP2、name=""） */
.row._preview .first input[type=submit]:not([name]),
.row._preview .first input[type=submit][name=""] {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #000000;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 2rem;
  width: 100%;
  border-radius: 5px;
}

.row._preview .first input[type=submit]:not([name]):hover,
.row._preview .first input[type=submit][name=""]:hover {
  background-color: #fff;
  color: #000 !important;
}

/* 戻るボタン（STEP2） */
.row._preview .second input[type=submit][name=submitBack] {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  transition: all 0.1s;
  line-height: 0;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 5px;
}

.row._preview .second input[type=submit][name=submitBack]:hover {
  background-color: #999;
  color: #fff !important;
}

/* モバイル対応 */
@media screen and (max-width: 896px) {
  .row._preview .first input[type=submit],
  .row._preview .second input[type=submit] {
    padding: 1.5em 0;
    width: 50%;
    margin: 0 auto;
  }
}
dl.form {
  /* ラベルをブロック扱いで整列させる */
  /* チェックボックス＋テキストを横並びで均等に見せる */
}
dl.form input[type=checkbox],
dl.form input[type=radio] {
  margin-right: 0.5em;
}
dl.form input[type=checkbox],
dl.form input[type=radio] {
  margin-right: 0.5em;
  vertical-align: middle;
}
dl.form label {
  display: inline-flex;
  align-items: center;
  margin: 0 0.8em 0.5em 0; /* 横間隔と下余白 */
  font-size: 1.6rem;
  line-height: 1.4;
}

.wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 10rem 0;
  font-size: 1.7rem;
}
.wp-pagenavi a {
  transition: opacity 0.4s;
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.25em;
  text-align: center;
  line-height: 20px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  position: absolute;
  margin: 0;
  left: 0;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi span.previouspostslink:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  left: 0;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000;
  transform: rotate(225deg);
  transition: all 0.3s;
}
.wp-pagenavi a.previouspostslink:hover:before,
.wp-pagenavi span.previouspostslink:hover:before {
  opacity: 1;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  position: absolute;
  right: 0;
  margin: 0;
}
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi span.nextpostslink:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  right: 0;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.wp-pagenavi a.nextpostslink:hover:before,
.wp-pagenavi span.nextpostslink:hover:before {
  opacity: 1;
}

.wp-pagenavi span.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
  height: 3px;
  transform-origin: 100% 50% 0;
  background-color: #000;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 0s linear 0.35s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.wp-pagenavi span.current::after {
  opacity: 1;
  transform-origin: 0 50% 0;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.wp-pagenavi a {
  position: relative;
  display: inline-block;
}
.wp-pagenavi a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
  height: 3px;
  transform-origin: 100% 50% 0;
  background-color: #000;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 0s linear 0.35s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media (hover: hover) {
  .wp-pagenavi a:hover::after {
    opacity: 1;
    transform-origin: 0 50% 0;
    transform: scale(1);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }
}

.article-pagenav {
  border-top: 1px solid #fff;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 4rem 0;
}
@media screen and (max-width: 749px) {
  .article-pagenav {
    font-size: 1.4rem;
  }
}
.article-pagenav .article-pagenav-inner {
  position: relative;
  display: flex;
  line-height: 1;
}
.article-pagenav .article-pagenav-left {
  position: absolute;
  left: 0;
}
.article-pagenav .article-pagenav-center {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.article-pagenav .article-pagenav-center:hover {
  text-decoration: none;
}
.article-pagenav .article-pagenav-right {
  position: absolute;
  right: 0;
}
.article-pagenav .article-pagenav-left a,
.article-pagenav .article-pagenav-right a {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: color 0.3s;
}
.article-pagenav .article-pagenav-left a:hover,
.article-pagenav .article-pagenav-right a:hover {
  text-decoration: none;
}
.article-pagenav .article-pagenav-left a {
  position: relative;
}
.article-pagenav .article-pagenav-right a {
  position: relative;
}

/*----------------------------

btn modal

----------------------------*/
.fixed-button {
  z-index: 100;
  position: fixed;
  top: 1em;
  right: 2%;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 46px;
  padding: 0px;
  width: 46px;
  z-index: 1000;
}
.fixed-button .inner {
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
}

.modal.hidden {
  display: none;
}

.modal-content {
  background-image: url(../img/common/bg_mobilemenu.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content ul.modal-navi {
  padding: 0 20px;
  width: 100%;
}
.modal-content ul.modal-navi li {
  text-align: center;
  border-radius: 100px;
  border: 2px solid #fff;
  margin-bottom: -2px; /* 小さな負のマージンで重なり防止 */
}
.modal-content ul.modal-navi li a {
  width: 100%;
  display: block;
  padding: 1em 0;
}

/* メニュー表示ボタンのスタイル */
#menuButton {
  /* 通常のスタイル */
}

/* クローズ時のスタイル */
#menuButton.close-active {
  background-color: red;
  /* クローズボタンのスタイル（例: 背景色やアイコン変更など） */
}
/*----------------------------

btn modal

----------------------------*/
body.js-modal-show header.header {
  position: fixed !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.js-modal-show .modal-body {
  visibility: visible;
  opacity: 1;
}

.modal-body {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #fbfff4;
  background-image: url(../../img/common/bg_mobilemenu.png);
  background-size: cover;
  z-index: 50;
}

.modal-content {
  position: relative;
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  max-width: initial;
  height: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
.modal-content .nav._modal {
  width: 100%;
}
.modal-content .nav._modal ul.nav-modal {
  width: 90%;
  margin: 130px auto 0;
  padding: 0;
}
.modal-content .nav._modal ul.nav-modal li {
  font-size: 1.7rem;
  line-height: 2;
}
.modal-content .nav._modal ul.nav-modal li ul.information {
  margin-top: 2em;
}
.modal-content .nav._modal ul.nav-modal li ul.information li {
  font-size: 1.2rem;
  line-height: 1.6;
}

.c-cursor__wrapper {
  position: fixed;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}
@media screen and (max-width: 749px) {
  .c-cursor__wrapper {
    display: none;
  }
}
.c-cursor__wrapper._circle .c-cursor__dot {
  transform: scale(0);
}
.c-cursor__wrapper._circle .c-cursor__circle {
  transform: scale(1);
}
.c-cursor__wrapper .c-cursor__dot {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e9a9ff;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}
.c-cursor__wrapper .c-cursor__circle {
  position: absolute;
  top: -64px;
  left: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.8;
  background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22129%22%20height%3D%22129%22%20viewBox%3D%220%200%20129%20129%22%3E%20%3Cg%20transform%3D%22translate(-416%20-3972)%22%3E%20%3Cg%20transform%3D%22translate(665%201136)%22%20opacity%3D%220.7%22%3E%20%3Ccircle%20cx%3D%2264.5%22%20cy%3D%2264.5%22%20r%3D%2264.5%22%20transform%3D%22translate(-249%202836)%22%20%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  background-size: contain;
}
.c-cursor__wrapper .c-cursor__circle span {
  text-align: center;
  color: #fff !important;
  font-size: 1.2rem;
}
.c-cursor__wrapper .c-cursor__circle svg {
  width: 100%;
  height: auto;
}
.c-cursor__wrapper .c-cursor__icon {
  width: 45px;
  height: 45px;
}

.sec--property .property-list,
.sec--works .property-list,
.sec--archive .property-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .sec--property .property-list,
  .sec--works .property-list,
  .sec--archive .property-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.property-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.property-item__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #f0f0f0;
}
.property-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.property-item__thumbnail:hover img {
  transform: scale(1.05);
}
.property-item__title {
  font-size: calc(var(--size-font) * 18 / 22);
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .property-item__title {
    font-size: calc(var(--size-font) * 20 / 22);
  }
}

.no-posts {
  text-align: center;
  padding: 2rem;
  color: #666;
}

.main--sitemap .sec--sitemap {
  padding: 3rem 0 5rem;
}
.main--sitemap .sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem 2.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .main--sitemap .sitemap-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .main--sitemap .sitemap-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.main--sitemap .sitemap-section__title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.main--sitemap .sitemap-section__title a {
  color: inherit;
  text-decoration: none;
}
.main--sitemap .sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main--sitemap .sitemap-list li {
  margin-bottom: 0.875rem;
}
.main--sitemap .sitemap-list li:last-child {
  margin-bottom: 0;
}
.main--sitemap .sitemap-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.main--sitemap .sitemap-list a::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}

.main--privacy .sec--privacy {
  padding: 2rem 0 5rem;
}
.main--privacy .privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.9;
}
.main--privacy .privacy-policy__lead {
  margin-bottom: 2.5rem;
}
.main--privacy .privacy-policy__section {
  margin-bottom: 2.5rem;
}
.main--privacy .privacy-policy__section:last-of-type {
  margin-bottom: 0;
}
.main--privacy .privacy-policy__heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.main--privacy .privacy-policy__section ul {
  margin: 1rem 0;
  padding-left: 1.5em;
}
.main--privacy .privacy-policy__section ul li {
  margin-bottom: 0.5em;
}
.main--privacy .privacy-policy__contact {
  margin-top: 1rem;
}
.main--privacy .privacy-policy__date {
  margin-top: 3rem;
  font-size: 0.9em;
  opacity: 0.85;
}

.sec--recruit-summary {
  max-width: 1440px;
  width: 90%;
  margin: 160px auto 0;
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .sec--recruit-summary {
    margin: 40px auto 0;
    padding: 30px 0;
  }
}
.sec--recruit-summary .sec__body {
  max-width: 100%;
  width: 100% !important;
  margin: 0 auto;
  padding: 0 0;
}

.recruit-summary__box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 749px) {
  .recruit-summary__box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-summary__box {
    padding: 30px;
  }
}

.recruit-summary__content {
  margin: 0 auto;
}

.recruit-summary__text {
  margin-bottom: 50px;
}
@media screen and (max-width: 749px) {
  .recruit-summary__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-summary__text {
    margin-bottom: 30px;
  }
}

.recruit-summary__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 749px) {
  .recruit-summary__features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.recruit-summary__features .recruit-summary-item {
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
.recruit-summary__features .recruit-summary-item h3 {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 749px) {
  .recruit-summary__features .recruit-summary-item h3 {
    padding: 0 20px 0 20px;
  }
}
.recruit-summary__features .recruit-summary-item p {
  line-height: 1.6;
  padding: 0 20px 20px 20px;
}
.recruit-summary__features .recruit-summary-item__image {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
}
.recruit-summary__features .recruit-summary-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec--benefits {
  background: rgba(255, 255, 255, 0.05);
  padding: 80px 0;
  margin: 80px 0;
}
@media screen and (max-width: 749px) {
  .sec--benefits {
    padding: 30px 0;
  }
}
.sec--benefits .sec__body {
  max-width: 100%;
  width: 100% !important;
  margin: 0 auto;
  padding: 0 0;
}

.benefits__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .benefits__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 375px) {
  .benefits__container {
    gap: 30px;
  }
}

.benefits__image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.benefits__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  .benefits__image {
    order: -1;
  }
}

.benefits__content .heading {
  margin-bottom: 20px;
}
.benefits__content .heading h2 {
  color: #fff;
}
.benefits__content > p {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.8;
}

.benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits__list li {
  color: #fff;
  margin-bottom: 0.5em;
  position: relative;
}
.benefits__list li:last-child {
  margin-bottom: 0;
}

.sec--recruit-process {
  background: rgba(255, 255, 255, 0.05);
  padding: 80px 0;
  border-radius: 8px;
  max-width: 1440px;
  width: 90%;
  margin: 80px auto;
}
@media screen and (max-width: 749px) {
  .sec--recruit-process {
    padding: 60px 0;
  }
}
@media screen and (max-width: 375px) {
  .sec--recruit-process {
    padding: 40px 0;
  }
}

.sec--interview {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .sec--interview {
    padding: 30px 0;
  }
}

.interview-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 60px;
}
@media screen and (max-width: 749px) {
  .interview-box {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .interview-box {
    padding: 30px;
  }
}

.interview-content {
  margin: 0 auto;
  color: #2c386d;
}
.interview-content .heading h2 {
  color: white;
}

.interview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 749px) {
  .interview-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.interview-item {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .interview-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
}

.interview-item__image {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #e8ecf5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #999;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
}
.interview-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .interview-item__image {
    width: 40%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .interview-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.interview-item__name {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

.interview-item__text {
  color: #fff;
  line-height: 1.6;
  padding: 0 0 20px 0;
  text-align: left;
}

.recruit-process__header {
  margin-bottom: 60px;
  text-align: center;
}
.recruit-process__header .sec__title {
  margin-bottom: 20px;
}
.recruit-process__header .sec__title span._jp {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  margin-bottom: 2em;
}
.recruit-process__header .sec__title span._en {
  font-size: calc(var(--size-font) * 90 / 22);
  line-height: 1;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  .recruit-process__header {
    margin-bottom: 40px;
  }
}

.process__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 749px) {
  .process__timeline {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.process__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: auto;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 749px) {
  .process__timeline::before {
    display: none;
  }
}

.process__step {
  position: relative;
  padding-left: 0;
  padding-top: 100px;
}
.process__step:nth-child(even) {
  padding-top: 200px;
}
@media screen and (max-width: 749px) {
  .process__step {
    padding-left: 0;
    padding-top: 0;
  }
  .process__step:nth-child(even) {
    padding-top: 0;
  }
}
.process__step .process__step--inner {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.process__arrow {
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% + 40px);
  width: calc(50% - 40px);
  height: 2px;
}
.process__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.process__arrow:nth-of-type(3), .process__arrow:nth-of-type(5) {
  top: auto;
  bottom: 50px;
  left: auto;
  right: calc(50% + 40px);
  width: calc(50% - 40px);
}
.process__arrow:nth-of-type(3)::after, .process__arrow:nth-of-type(5)::after {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 10px solid #fff;
}
.process__arrow:last-of-type::after {
  width: 10px;
  height: 10px;
  top: -4px;
  border: none;
  border-radius: 50%;
  background: #fff;
  left: 0;
  right: auto;
}
@media screen and (max-width: 749px) {
  .process__arrow {
    display: none;
  }
}

.process__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .process__icon {
    width: 35px;
    height: 35px;
    top: -20px;
  }
}

.process__number {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .process__number {
    font-size: 1.5rem;
  }
}

.process__content {
  padding: 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.01);
}
@media screen and (max-width: 749px) {
  .process__content {
    padding: 20px;
  }
}

.process__title {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 749px) {
  .process__title {
    font-size: 1.125rem;
  }
}

.process__description {
  color: #fff;
  line-height: 1.6;
}

.recruit-slider {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% + 100vh));
  }
}
@keyframes scrollReverse {
  0% {
    transform: translateY(calc(-100% + 100vh));
  }
  100% {
    transform: translateY(0);
  }
}
.slider-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slider .slide-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: scroll 20s linear infinite;
}

.slider.reverse .slide-track {
  animation: scrollReverse 20s linear infinite;
}

.slider .slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.slider .slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  height: auto;
}

.sec--recruit-positions {
  padding: 80px 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec--recruit-positions {
    padding: 60px 0;
  }
}
@media screen and (max-width: 375px) {
  .sec--recruit-positions {
    padding: 40px 0;
  }
}

.recruit-positions__box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 60px;
}
@media screen and (max-width: 749px) {
  .recruit-positions__box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-positions__box {
    padding: 30px;
  }
}

.recruit-positions__header {
  text-align: center;
  margin-bottom: 50px;
}
.recruit-positions__header h2 {
  color: white;
  margin-bottom: 15px;
}
.recruit-positions__header p {
  color: rgba(255, 255, 255, 0.9);
}

.recruit-tabs {
  width: 100%;
}

.recruit-tabs__nav {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .recruit-tabs__nav {
    margin-bottom: 30px;
  }
}

.recruit-tabs__button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 1em 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: calc(var(--size-font) * 16 / 22);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .recruit-tabs__button {
    font-size: calc(var(--size-font) * 11 / 22);
  }
}
.recruit-tabs__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 100px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.625, 0.05, 0, 1);
  z-index: -1;
  font-size: 14px;
}
.recruit-tabs__button:hover::before {
  transform: scaleX(1);
}
.recruit-tabs__button.is-active {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.recruit-tabs__button.is-active::before {
  transform: scaleX(1);
}
@media screen and (max-width: 375px) {
  .recruit-tabs__button {
    padding: 0.8em 1.5em;
  }
}

.recruit-tabs__content {
  width: 100%;
}

.recruit-tabs__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.recruit-tabs__panel.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.position-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
@media screen and (max-width: 749px) {
  .position-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.position-detail__main {
  color: #fff;
}

.position-detail__requirements {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 749px) {
  .position-detail__requirements {
    padding: 20px;
  }
}

.position-detail__title {
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}

.position-detail__description {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.8;
}

.position-detail__section {
  margin-bottom: 25px;
}
.position-detail__section:last-child {
  margin-bottom: 0;
}

.position-detail__subtitle {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.05rem;
  border-left: 4px solid #0066cc;
  padding-left: 12px;
}

.position-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.position-detail__list li {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}
.position-detail__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #0066cc;
  font-weight: bold;
}
.position-detail__list li:last-child {
  margin-bottom: 0;
}
.position-detail__list li strong {
  color: #fff;
}

.sec--recruit-entry {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .sec--recruit-entry {
    padding: 0 0;
  }
}
@media screen and (max-width: 375px) {
  .sec--recruit-entry {
    padding: 0 0;
  }
}

.recruit-entry__box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 80px 60px;
  text-align: center;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 749px) {
  .recruit-entry__box {
    width: 100%;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-entry__box {
    padding: 40px 30px;
  }
}

.recruit-entry__title {
  color: #fff;
  margin-bottom: 20px;
}

.recruit-entry__text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.8;
}

.recruit-entry__button {
  display: inline-block;
  background: #fff;
  color: #0f1a45;
  padding: 16px 50px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: calc(var(--size-font) * 16 / 22);
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .recruit-entry__button {
    font-size: calc(var(--size-font) * 14 / 22);
    padding: 14px 40px;
  }
}
.recruit-entry__button:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.section-divider-image {
  display: block;
  margin: 80px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .section-divider-image {
    margin: 30px 0;
  }
}

.map-wrap {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .map-wrap {
    margin-bottom: 40px;
  }
}
.map-wrap__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .map-wrap__flex {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .map-wrap__flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.map-wrap__info h4 {
  margin: 0 0 15px 0;
  font-size: calc(var(--size-font) * 20 / 22);
  font-weight: 600;
  color: white;
}
.map-wrap__info p {
  margin: 0 0 15px 0;
  line-height: 1.8;
  color: white;
}
.map-wrap__info p:last-child {
  margin-bottom: 0;
}
.map-wrap__info p a {
  color: white;
  text-decoration: none;
}
.map-wrap__info p a:hover {
  opacity: 0.8;
}
.map-wrap__map {
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .map-wrap__map {
    height: 300px;
  }
}
.map-wrap__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*
common setup
*/
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes spin {
  from {
    stroke-dasharray: 0 157;
  }
  to {
    stroke-dasharray: 157 157;
  }
}
.slick-track {
  margin-left: initial;
  margin-right: initial;
  cursor: pointer;
}

.slick-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.slick-slide picture img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.fade-in-target {
  opacity: 0;
}

/*
main visual
*/
.slick-body._mainvisual {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  height: 100svh;
  transform-origin: center center;
  background-color: #000;
}
.slick-body._mainvisual .slick-slide {
  height: 100%;
  height: 100svh;
}
.slick-body._mainvisual .slick-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  place-items: center;
}
.slick-body._mainvisual .slick-overlay img.logomark {
  width: 310px;
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 749px) {
  .slick-body._mainvisual .slick-overlay img.logomark {
    width: 200px;
  }
}
.slick-body._mainvisual .slick-overlay .topics {
  grid-area: 3/1;
  align-self: end;
  justify-self: start;
  padding: 2em;
  color: #fff;
  font-size: calc(var(--size-font) * 14 / 22);
}
@media screen and (max-width: 749px) {
  .slick-body._mainvisual .slick-overlay .topics {
    grid-area: 3/2;
    width: auto;
    max-width: 350px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: top;
  }
  .slick-body._mainvisual .slick-overlay .topics ul {
    margin-top: 4em;
  }
}

/*
navigation
*/
.slider-dots {
  position: relative;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
.slider-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slider-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.slider-dots button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.slider-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}

.slick-num {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 12px 35px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.circle-indicator {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
}
@media screen and (max-width: 749px) {
  .circle-indicator {
    display: initial;
    left: 3%;
    bottom: 10px;
  }
}
.circle-indicator .list__item {
  margin-right: 12px;
}
.circle-indicator .list__item:nth-last-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .circle-indicator .list__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .circle-indicator .list__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.circle-indicator .list__item:last-child {
  margin-right: 0;
}
.circle-indicator .circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.circle-indicator .circle-back {
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, 0.5);
  stroke: currentColor;
  stroke-width: var(--stroke-width);
  fill: none;
}
.circle-indicator .circle-front {
  position: absolute;
  inset: 0;
  color: rgb(255, 255, 255);
  stroke: currentColor;
  stroke-width: var(--stroke-width);
  fill: none;
  transform: rotate(-90deg);
  stroke-dasharray: 157 157;
  stroke-dashoffset: -157;
  transition: stroke-dashoffset ease-in-out 500ms;
}
.circle-indicator .circle.active .circle-front {
  transition: none;
  stroke-dasharray: 0 157;
  stroke-dashoffset: 0;
  animation: spin 5s linear;
  animation-fill-mode: forwards;
}
.circle-indicator .circle.active .dot {
  background: #fff;
}
.circle-indicator .dot {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  z-index: 10;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}
.slick-prev img,
.slick-next img {
  margin-top: 0 !important;
}

.slick-prev {
  left: -45px;
}
.slick-prev img {
  width: 10px;
}
@media screen and (max-width: 749px) {
  .slick-prev {
    left: -35px;
  }
  .slick-prev img {
    width: 6px;
  }
}

.slick-next {
  right: -45px;
}
.slick-next img {
  width: 10px;
}
@media screen and (max-width: 749px) {
  .slick-next {
    right: -35px;
  }
  .slick-next img {
    width: 6px;
  }
}

@media screen and (max-width: 749px) {
  .caption-wrapper._desktop {
    opacity: 0;
  }
}

.slider-nav .slick-slide {
  margin: 0 0.25rem;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  background-color: #000;
}
.slider-nav .slick-slide img {
  opacity: 0.5;
  margin-top: 0;
}

.slider-nav .slick-slide.slick-current img {
  opacity: 1;
}

.slider-nav .slick-slide:hover img {
  opacity: 1;
}

/*
carousel
*/
.carousel-viewport {
  margin-left: 6.3492063492%;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .carousel-viewport {
    margin-left: 17.6%;
  }
}

.carousel-outer {
  margin: 4em 0 0;
  margin-right: 20%;
}
@media screen and (max-width: 749px) {
  .carousel-outer {
    margin: 2em 0 0;
    margin-right: 15%;
  }
}
.carousel-outer .slick-list {
  overflow: visible;
}

.carousel-slider .slick-slide img {
  border-radius: 5px;
}

.carousel-slider .slick-slide {
  margin: 0 30px 0 0;
}

.custom-arrow--left {
  left: -40px; /* 左矢印の位置 */
}
.custom-arrow--right {
  right: -40px; /* 右矢印の位置 */
}

.custom-arrow {
  position: absolute;
  top: 50%; /* 矢印をスライダーの中央に配置 */
  transform: translateY(-50%); /* 垂直方向の中央揃え */
  z-index: 1000; /* 他の要素より前面に表示 */
  display: inline-block;
  width: 40px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  border-radius: 50%; /* 丸いボタン */
  cursor: pointer;
}
.custom-arrow::after {
  content: ""; /* 擬似要素の内容は空 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg); /* 中央に配置し、45度回転 */
  width: 10px; /* 矢印の幅 */
  height: 10px; /* 矢印の高さ */
  border-right: 1px solid #333; /* 矢印の右線 */
  border-bottom: 1px solid #333; /* 矢印の下線 */
}

.custom-arrow--left::after {
  transform: translate(-50%, -50%) rotate(135deg); /* 左矢印に回転 */
}

.custom-arrow--right::after {
  transform: translate(-50%, -50%) rotate(-45deg); /* 右矢印に回転 */
}

/*
carousel
*/
.slick-body {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.slick-body > .slick-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.slick-body > .slick-inner .slick-num {
  pointer-events: auto;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (max-width: 749px) {
  .slick-body > .slick-inner .slick-num {
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

.slick-body .slider-gallery {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.slick-body .slider-gallery .slide-item {
  position: relative;
  z-index: 2;
}
.slick-body .slider-gallery .slick-inner {
  position: absolute;
  z-index: 2;
}
