@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@100;400;500;700&family=Noto+Serif+JP:wght@500&family=Inter:wght@400;500;700&family=Barlow:wght@500;700&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* FOT-筑紫Aオールド明朝 Pr6N の代替（Web用） */
/* ---  Layout --- */
.xl-inner {
  width: 1300px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.lg-inner {
  width: 1000px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 780px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Responsive
======================================== */
@media (max-width: 850px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 851px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  ._xl {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 851px) {
  .space {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

.with-bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  top: -100px;
}
@media (min-width: 851px) {
  .anchor span {
    top: -150px;
  }
}

body {
  font-size: 16px;
  color: #333;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.05em;
  word-break: break-all;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

img,
a,
dl,
ul,
li,
table,
figure {
  display: block;
  max-width: 100%;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

._hover:hover {
  transform: translateY(-0.1875em);
}

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

.lg-text-center {
  text-align: left !important;
}
@media (min-width: 851px) {
  .lg-text-center {
    text-align: center !important;
  }
}

.text-left {
  text-align: left;
}

._sm {
  font-size: 14px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Scroll Animation
======================================== */
.sa {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: var(--sa-delay, 0s);
}
.sa.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .sa {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  /* TOP 写真スライドイン */
  .top-work .photo img,
  .top-cross-talk .photo img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Teal Arrow Button (shared)
======================================== */
.teal-arrow-btn {
  margin-top: 30px;
  min-height: 70px;
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: #6ad6ca;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s;
}
.teal-arrow-btn:hover {
  background-color: rgba(106, 214, 202, 0.7);
}
.teal-arrow-btn:hover .arrow {
  transform: skew(45deg) translateX(5px);
}
@media (min-width: 851px) {
  .teal-arrow-btn {
    width: fit-content;
    height: 69px;
    padding: 10px 35px;
  }
}
.teal-arrow-btn .name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.teal-arrow-btn .label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
}
.teal-arrow-btn .arrow {
  position: relative;
  width: 25px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s all;
}
.teal-arrow-btn.center {
  margin-left: auto;
  margin-right: auto;
}
.teal-arrow-btn.blue {
  background-color: #15a5bf;
}

/* Pill Button (shared)
======================================== */
.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  width: fit-content;
  min-height: 56px;
  padding: 0 26px 0 30px;
  border: 2px solid #fff;
  border-radius: 35px;
  background-image: linear-gradient(100deg, #6ad6ca 0%, #15a5bf 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 851px) {
  .pill-btn {
    min-height: 64px;
  }
}
.pill-btn:hover {
  opacity: 0.85;
}
.pill-btn:hover .chevron {
  transform: translateX(3px);
}
.pill-btn .label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.pill-btn .en {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pill-btn .ja {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.pill-btn .label.single {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.pill-btn .chevron {
  flex-shrink: 0;
  width: 17px;
  height: 8px;
  background-color: currentColor;
  -webkit-mask: url(../img/common-arrow.svg) no-repeat center/contain;
  mask: url(../img/common-arrow.svg) no-repeat center/contain;
  transition: transform 0.3s;
}
.pill-btn.center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.pill-btn {
  /* white variant (teal text on white) */
}
.pill-btn.white {
  background-image: none;
  background-color: #fff;
  border-color: #fff;
  color: #15a5bf;
}

/* Section Head (shared)
======================================== */
.section-head {
  background: #edf9fa;
  padding: 50px 0 55px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) clamp(40px, calc(40px + (100vw - 750px) * (100px - 40px) / (850px - 750px)), 100px);
  padding: 50px calc(50vw - 50%);
}
@media (min-width: 851px) {
  .section-head {
    padding: 86px 0 95px;
  }
}
.section-head .title {
  display: inline;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 1.4px;
  color: #fff;
  background: #15a5bf;
  padding: 0.12em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 851px) {
  .section-head .title {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.section-head .desc {
  margin-top: clamp(20px, calc(20px + (100vw - 750px) * (33px - 20px) / (850px - 750px)), 33px);
  color: #333;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
}

/* Media (text + background image)
======================================== */
.arrow-bg-media {
  position: relative;
  overflow: visible;
}
@media (min-width: 851px) {
  .arrow-bg-media {
    display: flex;
    flex-direction: column;
    min-height: 450px;
  }
}
.arrow-bg-media::before {
  content: "";
  display: block;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  aspect-ratio: 390/350;
  height: 100%;
}
@media (min-width: 851px) {
  .arrow-bg-media::before {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    aspect-ratio: 914/450;
    height: 450px;
  }
}
.arrow-bg-media .watermark {
  font-size: 100px;
  font-weight: 100;
  color: #e7f4f5;
  line-height: 1;
  letter-spacing: 5px;
  white-space: nowrap;
  position: relative;
  left: -35px;
  pointer-events: none;
}
@media (min-width: 851px) {
  .arrow-bg-media .watermark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    font-size: 150px;
    letter-spacing: 7.5px;
    transform: translateY(-0.5em);
  }
}
@media (min-width: 851px) {
  .arrow-bg-media .lg-inner {
    margin-top: auto;
  }
}
.arrow-bg-media .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: 1.9px;
  margin-bottom: 25px;
}
@media (min-width: 851px) {
  .arrow-bg-media .title {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.arrow-bg-media .desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  letter-spacing: 0.8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.arrow-bg-media {
  /* Reverse: background on left side */
}
@media (min-width: 851px) {
  .arrow-bg-media.reverse::before {
    right: auto;
    left: calc(50% - 50vw);
    background-position: left;
  }
}
@media (min-width: 851px) {
  .arrow-bg-media.reverse .watermark {
    text-align: right;
    transform: translateY(-0.2em);
    left: auto;
    right: 0;
  }
}
@media (min-width: 851px) {
  .arrow-bg-media.reverse .text {
    width: fit-content;
    margin-left: auto;
  }
}
.arrow-bg-media.reverse .lg-inner {
  display: flex;
  flex-wrap: wrap;
}
.arrow-bg-media.interview::before {
  background-image: url(../img/common-arrow-bg-interview_sp.webp);
}
@media (min-width: 851px) {
  .arrow-bg-media.interview::before {
    background-image: url(../img/common-arrow-bg-interview.webp);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.path::before {
  background-image: url(../img/common-arrow-bg-path_sp.webp);
}
@media (min-width: 851px) {
  .arrow-bg-media.path::before {
    background-image: url(../img/common-arrow-bg-path.webp);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.works::before {
  background-image: url(../img/common-arrow-bg-works_sp.webp);
}
@media (min-width: 851px) {
  .arrow-bg-media.works::before {
    background-image: url(../img/common-arrow-bg-works.webp);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.benefits::before {
  background-image: url(../img/common-arrow-bg-benefits_sp.webp);
}
@media (min-width: 851px) {
  .arrow-bg-media.benefits::before {
    background-image: url(../img/common-arrow-bg-benefits.webp);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.cross-talk::before {
  background-image: url(../img/common-arrow-bg-cross-talk_sp.webp);
}
@media (min-width: 851px) {
  .arrow-bg-media.cross-talk::before {
    background-image: url(../img/common-arrow-bg-cross-talk.webp);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.training::before {
  background-image: url(../img/common-arrow-bg-training_sp.webp);
}
@media (min-width: 851px) {
  .arrow-bg-media.training::before {
    background-image: url(../img/common-arrow-bg-training.webp);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.path {
  margin: 0px 0 60px;
}
@media (min-width: 851px) {
  .arrow-bg-media.path {
    margin: 0px 0 100px;
  }
}

/* Sub MV (shared sub-page hero)
======================================== */
.sub-mv {
  position: relative;
  background-image: url(../img/common-hero-bg.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 851px) {
  .sub-mv {
    height: 650px;
  }
}
main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv, main.benefits .sub-mv, main.privacy-policy .sub-mv, main.entry .sub-mv {
  min-height: 150px;
}
@media (min-width: 851px) {
  main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv, main.benefits .sub-mv, main.privacy-policy .sub-mv, main.entry .sub-mv {
    height: 290px;
  }
}
main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv, main.benefits .sub-mv, main.privacy-policy .sub-mv, main.entry .sub-mv {
  /* 低いMVなのでスクロール線は非表示（デザインにも無い） */
}
main.real-estate .sub-mv .scroll-indicator, main.management .sub-mv .scroll-indicator, main.investment .sub-mv .scroll-indicator, main.benefits .sub-mv .scroll-indicator, main.privacy-policy .sub-mv .scroll-indicator, main.entry .sub-mv .scroll-indicator {
  display: none;
}
main.real-estate .sub-mv .content, main.management .sub-mv .content, main.investment .sub-mv .content, main.benefits .sub-mv .content, main.privacy-policy .sub-mv .content, main.entry .sub-mv .content {
  /* 有効なclamp（fluid()のpx÷px除算は無効化されるため使わない） */
  padding-left: clamp(20px, 10.8vw, 156px);
  padding-right: clamp(20px, 10.8vw, 156px);
  width: 100%;
  min-width: 0;
  /* 会社名＋タイトルを縦中央に */
}
@media (min-width: 851px) {
  main.real-estate .sub-mv .content, main.management .sub-mv .content, main.investment .sub-mv .content, main.benefits .sub-mv .content, main.privacy-policy .sub-mv .content, main.entry .sub-mv .content {
    height: 100%;
    justify-content: center;
  }
}
main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv, main.benefits .sub-mv, main.privacy-policy .sub-mv, main.entry .sub-mv {
  /* 背景はSP/PCとも全面カバー、コンテンツはその上に重ねる */
}
main.real-estate .sub-mv .bg, main.management .sub-mv .bg, main.investment .sub-mv .bg, main.benefits .sub-mv .bg, main.privacy-policy .sub-mv .bg, main.entry .sub-mv .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
main.real-estate .sub-mv .company, main.management .sub-mv .company, main.investment .sub-mv .company, main.benefits .sub-mv .company, main.privacy-policy .sub-mv .company, main.entry .sub-mv .company {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 6px;
}
@media (min-width: 851px) {
  main.real-estate .sub-mv .company, main.management .sub-mv .company, main.investment .sub-mv .company, main.benefits .sub-mv .company, main.privacy-policy .sub-mv .company, main.entry .sub-mv .company {
    font-size: 20px;
  }
}
@media (min-width: 851px) {
  main.real-estate .sub-mv .heading, main.management .sub-mv .heading, main.investment .sub-mv .heading, main.benefits .sub-mv .heading, main.privacy-policy .sub-mv .heading, main.entry .sub-mv .heading {
    font-size: 38px;
    letter-spacing: 3.8px;
  }
}
main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv, main.benefits .sub-mv, main.privacy-policy .sub-mv, main.entry .sub-mv {
  /* Our work は右下に独立配置（縦中央フローから外す） */
}
@media (min-width: 851px) {
  main.real-estate .sub-mv .en, main.management .sub-mv .en, main.investment .sub-mv .en, main.benefits .sub-mv .en, main.privacy-policy .sub-mv .en, main.entry .sub-mv .en {
    position: absolute;
    right: clamp(20px, 9vw, 130px);
    bottom: 40px;
    margin: 0;
  }
}
main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv, main.benefits .sub-mv, main.privacy-policy .sub-mv, main.entry .sub-mv {
  /* 英字テキスト（例: Training system）右下に独立配置 */
}
main.real-estate .sub-mv .en-text, main.management .sub-mv .en-text, main.investment .sub-mv .en-text, main.benefits .sub-mv .en-text, main.privacy-policy .sub-mv .en-text, main.entry .sub-mv .en-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 60px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #719aa2;
  white-space: nowrap;
  margin: 16px 0 0 auto;
  width: fit-content;
}
@media (min-width: 851px) {
  main.real-estate .sub-mv .en-text, main.management .sub-mv .en-text, main.investment .sub-mv .en-text, main.benefits .sub-mv .en-text, main.privacy-policy .sub-mv .en-text, main.entry .sub-mv .en-text {
    position: absolute;
    right: clamp(20px, 9.2vw, 132px);
    bottom: 50px;
    margin: 0;
  }
}
.sub-mv .scroll-indicator {
  display: none;
}
@media (min-width: 851px) {
  .sub-mv .scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 25px;
    top: 52px;
    z-index: 3;
  }
}
.sub-mv .scroll-indicator .label {
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #15a5bf;
}
.sub-mv .scroll-indicator .line-wrap {
  margin-top: 10px;
  width: 8px;
  height: 331px;
}
.sub-mv .scroll-indicator .line {
  width: 8px;
  height: 331px;
  display: block;
}
.sub-mv .scroll-indicator .scroll-path {
  stroke-dasharray: 332;
  stroke-dashoffset: -332;
  animation: scroll-line-draw 2s ease-in-out infinite;
}
.sub-mv .content {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100;
  width: 47%;
  min-width: 750px;
  padding-left: clamp(20px, calc(20px + (100vw - 750px) * (100px - 20px) / (850px - 750px)), 100px);
  padding-right: clamp(20px, calc(20px + (100vw - 750px) * (100px - 20px) / (850px - 750px)), 100px);
}
@media (max-width: 850px) {
  .sub-mv .content {
    padding: 30px clamp(20px, calc(20px + (100vw - 750px) * (100px - 20px) / (850px - 750px)), 100px);
    width: 100%;
    min-width: 0;
  }
}
.sub-mv .content .en {
  margin: 5% 0 0 auto;
  height: auto;
}
@media (max-width: 850px) {
  .sub-mv .content .en {
    /* width: auto を指定しないことで、PHPが付与する width 属性
       （自然サイズの1/2）を尊重する。width: auto を指定すると
       属性が無視され自然サイズ（2倍）に拡大してしまう。
       横長の筆記体が画面幅を超えないよう max-width で頭打ちにする */
    max-width: 70%;
    padding: 0;
    /* faqの筆記体は縦長で大きく見えるため、SPではさらに縮小する */
  }
  .sub-mv .content .en.en-faq {
    max-width: 35%;
  }
}
.sub-mv .content .staff-info {
  margin-top: 10px;
  color: #333;
}
@media (min-width: 851px) {
  .sub-mv .content .staff-info {
    margin-top: 12px;
  }
}
.sub-mv .content .staff-info .dept {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .sub-mv .content .staff-info .dept {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.sub-mv .content .staff-info .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 851px) {
  .sub-mv .content .staff-info .name {
    font-size: 30px;
    line-height: 40px;
  }
}
.sub-mv .content .staff-info .en-name {
  display: block;
  margin-top: 15px;
  height: auto;
}
@media (min-width: 851px) {
  .sub-mv .content .staff-info .en-name {
    margin-top: 20px;
  }
}
.sub-mv .heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
}
@media (min-width: 851px) {
  .sub-mv .heading {
    font-size: 45px;
    letter-spacing: 5px;
  }
}
main.staff-detail .sub-mv .heading {
  line-height: 1.5;
}
.sub-mv .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.6px;
  color: #333;
  margin-top: 20px;
}
@media (min-width: 851px) {
  .sub-mv .subtitle {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 2.8px;
    margin-top: 60px;
  }
}
@media (min-width: 851px) {
  .sub-mv .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
    z-index: 5;
    max-width: 75%;
  }
}

/* 英字をデザイン上やや内側に（右端 x1210 ≒ 右から230px） */
@media (min-width: 851px) {
  main.privacy-policy .sub-mv .en-text,
  main.entry .sub-mv .en-text {
    right: clamp(20px, 16vw, 230px);
  }
}

/* Parts
======================================== */
.clip-btn {
  display: flex;
  align-items: center;
  width: 95%;
  height: 100px;
  color: white;
  text-decoration: none;
  position: relative;
  padding: 0 80px 0 0;
  height: 99px;
}
@media (min-width: 851px) {
  .clip-btn {
    width: fit-content;
  }
}
.clip-btn .inner {
  position: relative;
  z-index: 50;
  display: flex;
  gap: 15px;
  border: 1px solid white;
  padding: 10px 20px;
  width: fit-content;
  align-items: center;
}
@media (min-width: 851px) {
  .clip-btn .inner {
    padding: 20px 20px;
    align-items: flex-end;
  }
}
.clip-btn .inner * {
  line-height: 1;
}
.clip-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(50% - 50vw);
  background: #15a5bf;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
}
.clip-btn.green::before {
  background-color: #6ad6ca;
}
.clip-btn .meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 851px) {
  .clip-btn .meta {
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
  }
}
.clip-btn .name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.clip-btn .label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
@media (min-width: 851px) {
  .clip-btn .label {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.clip-btn .arrow {
  position: relative;
  width: 25px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s all;
}
.clip-btn {
  transition: opacity 0.3s;
}
.clip-btn:hover {
  opacity: 0.8;
}
.clip-btn:hover .arrow {
  transform: skew(45deg) translateX(5px);
}
.clip-btn.reverse {
  padding: 0 0 0 60px;
}
.clip-btn.reverse::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
  left: 0;
  width: 100vw;
}
@media (min-width: 851px) {
  .clip-btn.reverse::before {
    right: calc(50% - 50vw);
  }
}
.clip-btn.transform {
  transform: translateY(-50%);
}
.clip-btn.transform.down {
  transform: translateY(50%);
}

/* Header
======================================== */
.header {
  display: flex;
  align-items: center;
  height: 70px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99999;
}
@media (min-width: 1351px) {
  .header {
    height: 100px;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  padding-left: 15px;
  flex-shrink: 0;
}
@media (min-width: 1351px) {
  .header .logo {
    padding-left: 40px;
  }
}
.header .logo a {
  display: block;
}
.header .logo a img {
  width: 90px;
  height: auto;
}
@media (min-width: 1351px) {
  .header .logo a img {
    width: 123px;
  }
}
.header .logo .site-name {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #14126f;
  margin-left: 12px;
  letter-spacing: 0;
}
@media (min-width: 1351px) {
  .header .logo .site-name {
    font-size: 20px;
    margin-left: 20px;
  }
}
.header .nav {
  display: none;
  position: relative;
}
@media (min-width: 1351px) {
  .header .nav {
    display: block;
    margin-left: auto;
  }
}
.header .nav > ul {
  display: flex;
  gap: 50px;
}
.header .nav > ul > li {
  position: relative;
}
.header .nav > ul > li > a {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header .nav > ul > li > a:hover {
  opacity: 0.6;
}
.header .nav > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  padding: 10px 0;
  display: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.header .nav > ul > li .sub-menu li {
  list-style: none;
}
.header .nav > ul > li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}
.header .nav > ul > li .sub-menu li a:hover {
  background: #f5f5f5;
}
.header .nav > ul > li:hover .sub-menu {
  display: block;
}
.header .actions {
  display: none;
}
@media (min-width: 1351px) {
  .header .actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.header .actions {
  /* smaller pill buttons (reused from TOP) */
}
.header .actions .pill-btn {
  min-height: 48px;
  gap: 10px;
  padding: 0 16px 0 20px;
  border-radius: 30px;
}
.header .actions .pill-btn .label.single {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.header .actions .pill-btn .en {
  font-size: 15px;
}
.header .actions .pill-btn .ja {
  font-size: 10px;
}
.header .actions .pill-btn .chevron {
  width: 14px;
}

/* Hamburger
======================================== */
.hamburger {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 9999;
  background-color: #15a5bf;
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s;
}
.hamburger:hover {
  background-color: rgb(15.9481132075, 125.3066037736, 145.0518867925);
}
@media (min-width: 1351px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  top: 18px;
}
.hamburger.is-active span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  border-radius: 0;
}
.hamburger.is-active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Mobile Menu
======================================== */
.mobile-menu {
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: #fff;
  z-index: 99998;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.15s ease-out;
}
@media (min-width: 1351px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-nav > ul > li > a {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 500;
  color: #15a5bf;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1.6;
  border-bottom: 1px dotted #ddd;
}
.mobile-menu-nav > ul > li.has-children {
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu-nav > ul > li.has-children > a {
  flex: 1;
  border-bottom: none;
}
.mobile-menu-nav > ul > li.has-children > .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  background: none;
  border: none;
  border-bottom: 1px dotted #ddd;
  cursor: pointer;
  position: relative;
}
.mobile-menu-nav > ul > li.has-children > .toggle::before, .mobile-menu-nav > ul > li.has-children > .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #15a5bf;
}
.mobile-menu-nav > ul > li.has-children > .toggle {
  /* horizontal line */
}
.mobile-menu-nav > ul > li.has-children > .toggle::after {
  width: 17px;
  height: 2px;
  transform: translateY(-50%);
}
.mobile-menu-nav > ul > li.has-children > .toggle {
  /* vertical line */
}
.mobile-menu-nav > ul > li.has-children > .toggle::before {
  width: 2px;
  height: 17px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.mobile-menu-nav > ul > li.has-children > .toggle.is-open::before {
  transform: translateY(-50%) rotate(90deg);
}
.mobile-menu-nav > ul > li.has-children {
  /* border-bottom spans full width */
}
.mobile-menu-nav > ul > li.has-children::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #ddd;
  order: 1;
}
.mobile-menu-nav > ul > li.has-children > .sub-menu {
  order: 2;
}
.mobile-menu-nav .sub-menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-menu-nav .sub-menu.is-open {
  max-height: 300px;
}
.mobile-menu-nav .sub-menu li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 40px;
  background: #f7f7f7;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1.6;
}

.mobile-menu-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 39px 0 50px;
}
.mobile-menu-actions .pill-btn {
  position: relative;
  width: 280px;
  min-height: 56px;
  gap: 0;
  /*justify-content: center;*/
  padding: 20px 90px;
}
.mobile-menu-actions .pill-btn .label {
  position: relative;
  align-items: flex-start;
}
.mobile-menu-actions .pill-btn .label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 12px;
  transform: translateY(-50%);
  width: 17px;
  height: 8px;
  background-color: currentColor;
  -webkit-mask: url(../img/common-arrow.svg) no-repeat center/contain;
  mask: url(../img/common-arrow.svg) no-repeat center/contain;
}

body.is-menu-open {
  overflow: hidden;
  padding-top: 70px;
}
body.is-menu-open .header {
  position: fixed;
  width: 100%;
  top: 0;
}

/* Recruit Environment
======================================== */
.recruit-environment {
  position: relative;
  height: 480px;
}
@media (min-width: 851px) {
  .recruit-environment {
    height: 702px;
  }
}
.recruit-environment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (min-width: 851px) {
  .recruit-environment::after {
    display: none;
  }
}
.recruit-environment .bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 850px) {
  .recruit-environment .bg-photo {
    object-position: center right;
  }
}
.recruit-environment .overlay-1,
.recruit-environment .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 851px) {
  .recruit-environment .overlay-1,
  .recruit-environment .overlay-2 {
    width: 59%;
  }
}
.recruit-environment .overlay-2 {
  bottom: -10%;
  top: auto;
}
.recruit-environment .lg-inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recruit-environment .content {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.recruit-environment .clip-btn {
  margin-top: auto;
  position: absolute;
  bottom: -20px;
  z-index: 150;
}
.recruit-environment .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}
@media (min-width: 851px) {
  .recruit-environment .title {
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 2.4px;
    text-align: left;
  }
}
.recruit-environment .desc {
  margin-top: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #fff;
}
@media (min-width: 851px) {
  .recruit-environment .desc {
    line-height: 32px;
  }
}
.recruit-environment .teal-arrow-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.recruit-environment .teal-arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.recruit-environment .teal-arrow-btn > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.recruit-environment .teal-arrow-btn .arrow {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

/* env-list
======================================== */
section.env-list {
  padding: clamp(60px, calc(60px + (100vw - 750px) * (130px - 60px) / (850px - 750px)), 130px) 0;
  background-image: url("../img/top-footer-envlist-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.env-list .link-cards {
  margin: 0;
}
section.env-list .link-cards .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
section.env-list .link-cards .card {
  aspect-ratio: 1;
  height: auto;
}
@media (min-width: 851px) {
  section.env-list .link-cards .card {
    aspect-ratio: 16/9;
  }
}
section.env-list .link-cards .body {
  padding: clamp(10px, calc(10px + (100vw - 750px) * (20px - 10px) / (850px - 750px)), 20px) 0;
}
@media (max-width: 850px) {
  section.env-list .link-cards .body .title {
    font-size: 18px;
    font-weight: 400;
  }
}

/* Recruit Interview
======================================== */
.recruit-interview {
  position: relative;
}
.recruit-interview .arrow-bg-media {
  margin: 40px 0 100px;
}
@media (min-width: 851px) {
  .recruit-interview .arrow-bg-media {
    margin: 120px 0 70px;
  }
}
.recruit-interview .staff {
  position: relative;
  margin-top: clamp(40px, calc(40px + (100vw - 750px) * (75px - 40px) / (850px - 750px)), 75px);
  background-image: url("../img/interview-slider-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 50px;
}
@media (min-width: 851px) {
  .recruit-interview .staff {
    padding: 100px calc(50vw - 50%) 80px;
  }
}
.recruit-interview .staff .pill-btn.center {
  margin-top: 40px;
}
.recruit-interview .cards {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 851px) {
  .recruit-interview .cards {
    overflow: hidden !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.recruit-interview .card {
  position: relative;
  width: 287px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media (min-width: 851px) {
  .recruit-interview .card {
    width: 315px;
  }
}
.recruit-interview .badge {
  position: absolute;
  top: 9px;
  right: 5%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
  background: #fff;
  border: 1px solid #15a5bf;
  border-radius: 18px;
  font-size: 11px;
  font-weight: 400;
  color: #15a5bf;
  letter-spacing: 1.1px;
  padding: 0 20px;
}
@media (min-width: 851px) {
  .recruit-interview .badge {
    top: 10px;
    height: 35px;
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
.recruit-interview .card-photo {
  width: 100%;
  aspect-ratio: 287/400;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
@media (min-width: 851px) {
  .recruit-interview .card-photo {
    aspect-ratio: 315/439;
  }
}
.recruit-interview .card:hover .card-photo {
  transform: scale(1.03);
}
.recruit-interview .card-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 73.362%, rgba(0, 0, 0, 0.8));
}
.recruit-interview .info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (min-width: 851px) {
  .recruit-interview .info {
    bottom: 20px;
  }
}
.recruit-interview .info .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.6px;
}
@media (min-width: 851px) {
  .recruit-interview .info .name {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.65px;
  }
}
.recruit-interview .detail {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.6px;
}
@media (min-width: 851px) {
  .recruit-interview .detail {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.65px;
  }
}
.recruit-interview .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 851px) {
  .recruit-interview .swiper-nav {
    gap: 33px;
  }
}
.recruit-interview .swiper-nav-prev,
.recruit-interview .swiper-nav-next {
  display: block !important;
  width: 44px;
  height: 44px;
}
@media (min-width: 851px) {
  .recruit-interview .swiper-nav-prev,
  .recruit-interview .swiper-nav-next {
    width: 50px;
    height: 50px;
  }
}
.recruit-interview .swiper-nav-prev,
.recruit-interview .swiper-nav-next {
  border-radius: 50%;
  border: 1.5px solid #15a5bf;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.recruit-interview .swiper-nav-prev::after,
.recruit-interview .swiper-nav-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #15a5bf;
  border-bottom: 2px solid #15a5bf;
  position: absolute;
  top: 50%;
  left: 50%;
}
.recruit-interview .swiper-nav-prev::after {
  transform: translate(-30%, -50%) rotate(135deg);
}
.recruit-interview .swiper-nav-next::after {
  transform: translate(-70%, -50%) rotate(-45deg);
}
.recruit-interview #interview-pagination {
  position: relative !important;
  width: auto !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media (min-width: 851px) {
  .recruit-interview #interview-pagination {
    display: flex !important;
  }
}
.recruit-interview .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #b5e3ec;
  opacity: 1;
  margin: 0 !important;
  transition: width 0.3s, border-radius 0.3s;
}
.recruit-interview .swiper-pagination-bullet-active {
  width: 43px;
  border-radius: 7px;
  background: #15a5bf;
}
.recruit-interview .swiper-fraction {
  font-size: 13px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.65px;
  color: #333;
  text-align: center;
}

/* Recruit Join
======================================== */
.recruit-join {
  position: relative;
}
.recruit-join .visual {
  position: relative;
  height: 480px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  display: flex;
  align-items: end;
}
.recruit-join .visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top -5%;
}
.recruit-join .clip-btn {
  position: relative;
  z-index: 1;
  bottom: -40px;
}
.recruit-join .content {
  padding: 30px 20px 50px;
}
@media (min-width: 851px) {
  .recruit-join .content {
    text-align: center;
    padding: 45px 0 60px;
  }
}
.recruit-join .text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  letter-spacing: 0.6px;
}
.recruit-join .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
@media (min-width: 851px) {
  .recruit-join .buttons {
    gap: 8px;
    margin-top: 40px;
    justify-content: center;
  }
}
.recruit-join .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  height: 42px;
  background: #fff;
  border: 1px solid #15a5bf;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #15a5bf;
  letter-spacing: 0.9px;
  line-height: 36px;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.3s, color 0.3s;
}
.recruit-join .btn:hover {
  background: #15a5bf;
  color: #fff;
}
@media (min-width: 851px) {
  .recruit-join .btn {
    width: 190px;
    height: 50px;
    font-size: 18px;
  }
}

/* Recruit FAQ Section
======================================== */
.recruit-faq-sec {
  background-image: url("../img/recruit-faq-bg-01.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 80%;
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%) 40px;
}
@media (min-width: 851px) {
  .recruit-faq-sec {
    margin: 133px calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%) 120px;
  }
}
.recruit-faq-sec .visual {
  position: relative;
  height: 350px;
  overflow: visible;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media (min-width: 851px) {
  .recruit-faq-sec .visual {
    height: 480px;
    overflow: hidden;
  }
}
.recruit-faq-sec .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.recruit-faq-sec .content {
  position: absolute;
  top: 40%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
  padding: 20px 15px;
  text-align: center;
}
@media (min-width: 851px) {
  .recruit-faq-sec .content {
    left: auto;
    right: auto;
    left: 50%;
    top: 45%;
    transform: translate(-45%, -50%);
    padding: 40px 60px;
    white-space: nowrap;
  }
}
.recruit-faq-sec .content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  transform: skewX(-8deg);
  z-index: -1;
}
@media (min-width: 851px) {
  .recruit-faq-sec .content::before {
    transform: skewX(-16deg);
  }
}
.recruit-faq-sec .clip-btn {
  margin-top: -50px;
}
.recruit-faq-sec .text {
  font-size: 24px;
  color: #0060a7;
  line-height: 1.8;
}
@media (min-width: 851px) {
  .recruit-faq-sec .text {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1.2px;
  }
}

/* Recruit Entry Section
======================================== */
.recruit-entry-sec {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
.recruit-entry-sec .entry-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-entry-sec .entry-bg .entry-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5bb9ae;
}
.recruit-entry-sec .entry-bg .entry-photo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-image: var(--entry-bg);
  background-size: cover;
  background-position: center;
}
.recruit-entry-sec .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 78px 20px 73px;
}
@media (min-width: 851px) {
  .recruit-entry-sec .content {
    padding: 88px 0 80px;
  }
}
.recruit-entry-sec .title-group {
  color: #fff;
}
.recruit-entry-sec .en {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (min-width: 851px) {
  .recruit-entry-sec .en {
    font-size: 48px;
  }
}
.recruit-entry-sec .ja {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 851px) {
  .recruit-entry-sec .ja {
    font-size: 18px;
  }
}
.recruit-entry-sec .desc {
  font-size: 18px;
  color: #fff;
  margin-top: 24px;
}
@media (min-width: 851px) {
  .recruit-entry-sec .desc {
    font-size: 18px;
    margin-top: 38px;
  }
}
.recruit-entry-sec .buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
@media (min-width: 851px) {
  .recruit-entry-sec .buttons {
    flex-direction: row;
    gap: 30px;
    margin-top: 35px;
  }
}
.recruit-entry-sec .btn-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.recruit-entry-sec .btn-card .label {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
.recruit-entry-sec .btn-card .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
.recruit-entry-sec .btn-card .btn:hover {
  opacity: 0.8;
}
.recruit-entry-sec .btn-card .btn img {
  height: 23px;
  width: auto;
}
.recruit-entry-sec .btn-card .btn-career {
  gap: 16px;
}
.recruit-entry-sec .btn-card .btn-career .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #15a5bf;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.recruit-entry-sec .btn-card .btn-career .arrow {
  width: 17px;
  height: auto;
}

@media (min-width: 851px) {
  .recruit-entry-sec--shinsotsu .buttons {
    align-self: flex-end;
  }
}

/* Recruit Shinsotsu CTA
======================================== */
.recruit-shinsotsu-cta {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
.recruit-shinsotsu-cta .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-shinsotsu-cta .cta-bg .cta-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5b98b9;
}
.recruit-shinsotsu-cta .cta-bg .cta-photo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-image: var(--shinsotsu-bg);
  background-size: cover;
  background-position: center;
}
.recruit-shinsotsu-cta .cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
}
@media (min-width: 851px) {
  .recruit-shinsotsu-cta .cta-content {
    padding: 100px 0 80px;
  }
}
.recruit-shinsotsu-cta .title {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 851px) {
  .recruit-shinsotsu-cta .title {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.recruit-shinsotsu-cta .teal-arrow-btn {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #15a5bf;
  color: #15a5bf;
}
.recruit-shinsotsu-cta .teal-arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.recruit-shinsotsu-cta .teal-arrow-btn .arrow {
  border-bottom-color: #15a5bf;
  border-right-color: #15a5bf;
}
@media (min-width: 851px) {
  .recruit-shinsotsu-cta .teal-arrow-btn {
    margin-top: 25px;
  }
}

/* Footer
======================================== */
.footer {
  width: 100%;
}

/* Footer Company Section */
.footer-company {
  position: relative;
  overflow: hidden;
}
.footer-company .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-company .bg .bg-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-company .bg .bg-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1201px) {
  .footer-company .bg .bg-left {
    width: 50%;
  }
}
.footer-company .content {
  position: relative;
  z-index: 1;
  padding: 100px 20px 130px 20px;
}
@media (min-width: 851px) {
  .footer-company .content {
    padding: 130px 0 138px 170px;
  }
}
.footer-company .title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6316;
}
@media (min-width: 851px) {
  .footer-company .title {
    font-size: 50px;
    line-height: 75px;
  }
}
.footer-company .text {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  max-width: 492px;
}
@media (min-width: 851px) {
  .footer-company .text {
    font-size: 16px;
    margin-top: 50px;
    line-height: 1.8;
  }
}
.footer-company .btn-company {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 400px;
  max-width: 100%;
  height: 48px;
  margin: 25px auto 0;
  background: #fff;
  border: 1px solid #14126e;
  text-decoration: none;
  transition: 0.3s ease-out;
}
@media (min-width: 851px) {
  .footer-company .btn-company {
    height: 56px;
    margin: 40px 0 0;
  }
}
.footer-company .btn-company .accent {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 25px;
  height: calc(100% + 2px);
  background: linear-gradient(to bottom, #07e874, #2522b2);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: -1;
  transition: 0.3s ease-out;
}
@media (min-width: 851px) {
  .footer-company .btn-company .accent {
    width: 30px;
  }
}
.footer-company .btn-company .label {
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 851px) {
  .footer-company .btn-company .label {
    font-size: 16px;
  }
}
.footer-company .btn-company .arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  transition: 0.3s ease-out;
}
@media (min-width: 851px) {
  .footer-company .btn-company .arrow {
    right: 16px;
    width: 21px;
    height: 18px;
  }
}
@media (hover: hover) {
  .footer-company .btn-company:hover {
    text-shadow: 0 0 2rem #fff;
  }
  .footer-company .btn-company:hover .accent {
    width: calc(100% + 2px);
  }
  .footer-company .btn-company:hover .arrow {
    transform: translate(4px, -50%);
  }
}

/* Footer Group */
.footer-group {
  display: none;
  background: #f5f5f4;
}
@media (min-width: 851px) {
  .footer-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
  }
}
.footer-group .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #15126e;
  border-radius: 4px;
  height: 60px;
  padding: 0 12px;
}
@media (min-width: 851px) {
  .footer-group .logo-box {
    height: auto;
    flex-shrink: 0;
    padding: 20px;
  }
}
@media (min-width: 851px) {
  .footer-group .logo-box:first-child {
    padding: 12px 20px;
  }
}
.footer-group .logo-box:first-child img {
  width: 50%;
}
@media (min-width: 851px) {
  .footer-group .logo-box:first-child img {
    width: auto;
    height: 42px;
  }
}
.footer-group .logo-box:hover {
  background: #e6f7f5;
  transition: background 0.3s;
}
.footer-group .logo-box img {
  width: 80%;
}
@media (min-width: 851px) {
  .footer-group .logo-box img {
    max-width: none;
    width: auto;
    height: 25px;
  }
}

/* Footer Nav */
.footer-nav {
  display: none;
}
@media (min-width: 1001px) {
  .footer-nav {
    background: #3c3c3c;
    display: block;
    padding: 78px 0 80px;
  }
}
.footer-nav .nav-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1186px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
@media (min-width: 851px) {
  .footer-nav .nav-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 200fr)) minmax(0, 226fr);
    column-gap: 40px;
  }
}
.footer-nav a {
  transition: opacity 0.3s;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.footer-nav .nav-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 12px;
  white-space: nowrap;
}
.footer-nav .nav-title a, 
.footer-nav .nav-title span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.1px;
  line-height: 28px;
  text-decoration: none;
}
@media (min-width: 851px) {
  .footer-nav .nav-title a, 
  .footer-nav .nav-title span {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
  }
}
.footer-nav .nav-title .arrow {
  width: 18px;
  height: 15px;
  flex-shrink: 0;
}
@media (min-width: 851px) {
  .footer-nav .nav-title .arrow {
    width: 21px;
    height: 18px;
  }
}
.footer-nav .split {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 851px) {
  .footer-nav .split {
    flex-direction: row;
    gap: 40px;
  }
}
.footer-nav .split ul {
  flex: 1;
}
.footer-nav ul li {
  white-space: nowrap;
}
.footer-nav ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #ccc;
  letter-spacing: 1.3px;
  line-height: 32px;
  text-decoration: none;
}
.footer-nav ul li.bold a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.4px;
}
.footer-nav ul h4{
  font-weight: 500;
  color: #fff;
}

@media (min-width: 851px) {
  .footer-nav ul li.bold a {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

/* Footer Policy */
.footer-policy {
  display: block;
  align-items: center;
  justify-content: center;
  background: #ededed;
  padding: 12px;
  text-align: center;
}
@media (min-width: 851px) {
  .footer-policy {
    display: flex; 
    justify-content: flex-end;
    height: 60px;
    padding: 0 170px;
    background: #ededed;
    text-align: right;
  }
}
.footer-policy a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.8px;
  line-height: 32px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 851px) {
  .footer-policy a {
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #333;
  }
}
.footer-policy a:hover {
  opacity: 0.6;
}
.footer-policy .separator {
  display: none;
  width: 1px;
  height: 14px;
  background: #333;
  margin: 0 12px;
}
@media (min-width: 851px) {
  .footer-policy .separator {
    display: inline-block;
    height: 18px;
    margin: 0 20px;
  }
}

/* Interview - Shared Styles (cross-talk / colleague-talk)
======================================== */
.cross-talk .interview,
.colleague-talk .interview {
  padding-bottom: 80px;
}
@media (min-width: 851px) {
  .cross-talk .interview,
  .colleague-talk .interview {
    padding-bottom: 90px;
  }
}
.cross-talk .interview,
.colleague-talk .interview {
  /* Hero Title */
}
.cross-talk .interview .hero-title,
.colleague-talk .interview .hero-title {
  background: #15a5bf;
  padding: 8px 20px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}
@media (min-width: 851px) {
  .cross-talk .interview .hero-title,
  .colleague-talk .interview .hero-title {
    padding: 20px 20px;
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
  }
}
.cross-talk .interview .hero-title .heading,
.colleague-talk .interview .hero-title .heading {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .cross-talk .interview .hero-title .heading,
  .colleague-talk .interview .hero-title .heading {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.6px;
  }
}
.cross-talk .interview,
.colleague-talk .interview {
  /* Intro */
}
.cross-talk .interview .intro,
.colleague-talk .interview .intro {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-top: 30px;
}
@media (min-width: 851px) {
  .cross-talk .interview .intro,
  .colleague-talk .interview .intro {
    margin-top: 44px;
  }
}
.cross-talk .interview,
.colleague-talk .interview {
  /* Profiles */
}
.cross-talk .interview .profiles,
.colleague-talk .interview .profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles,
  .colleague-talk .interview .profiles {
    flex-wrap: nowrap;
    margin-top: 48px;
  }
}
.cross-talk .interview .profiles .profile,
.colleague-talk .interview .profiles .profile {
  width: 100%;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles .profile,
  .colleague-talk .interview .profiles .profile {
    flex: 1;
  }
}
.cross-talk .interview .profiles .profile .photo,
.colleague-talk .interview .profiles .profile .photo {
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  background: #e5e5e5;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles .profile .photo,
  .colleague-talk .interview .profiles .profile .photo {
    height: 380px;
  }
}
.cross-talk .interview .profiles .profile .photo img,
.colleague-talk .interview .profiles .profile .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cross-talk .interview .profiles .profile .label,
.colleague-talk .interview .profiles .profile .label {
  height: 48px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 10px;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles .profile .label,
  .colleague-talk .interview .profiles .profile .label {
    height: 58px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.cross-talk .interview .profiles .profile .label--left,
.colleague-talk .interview .profiles .profile .label--left {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  padding-left: 15px;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles .profile .label--left,
  .colleague-talk .interview .profiles .profile .label--left {
    padding-left: 20px;
  }
}
.cross-talk .interview .profiles .profile .label--right,
.colleague-talk .interview .profiles .profile .label--right {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 40px 100%, 0 50%);
  padding-left: 55px;
  justify-content: flex-start;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles .profile .label--right,
  .colleague-talk .interview .profiles .profile .label--right {
    padding-left: 60px;
  }
}
.cross-talk .interview .profiles .cross-mark,
.colleague-talk .interview .profiles .cross-mark {
  display: none;
}
@media (min-width: 851px) {
  .cross-talk .interview .profiles .cross-mark,
  .colleague-talk .interview .profiles .cross-mark {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 58px;
    z-index: 1;
  }
}
.cross-talk .interview .profiles .cross-mark svg,
.colleague-talk .interview .profiles .cross-mark svg {
  width: 100%;
  height: 100%;
}
.cross-talk .interview,
.colleague-talk .interview {
  /* Q&A Group */
}
.cross-talk .interview .qa-group,
.colleague-talk .interview .qa-group {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group,
  .colleague-talk .interview .qa-group {
    margin-top: 50px;
  }
}
.cross-talk .interview .qa-group .qa-heading,
.colleague-talk .interview .qa-group .qa-heading {
  background: #15a5bf;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 5% 15px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .qa-heading,
  .colleague-talk .interview .qa-group .qa-heading {
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 1px;
    padding: 7px 20px;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  }
}
.cross-talk .interview .qa-group,
.colleague-talk .interview .qa-group {
  /* Answer */
}
.cross-talk .interview .qa-group .answer,
.colleague-talk .interview .qa-group .answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .answer,
  .colleague-talk .interview .qa-group .answer {
    gap: 20px;
    margin-top: 50px;
  }
}
.cross-talk .interview .qa-group .answer .avatar,
.colleague-talk .interview .qa-group .answer .avatar {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e5e5e5;
  border-radius: 100%;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .answer .avatar,
  .colleague-talk .interview .qa-group .answer .avatar {
    width: 140px;
    height: 140px;
  }
}
.cross-talk .interview .qa-group .answer .avatar img,
.colleague-talk .interview .qa-group .answer .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cross-talk .interview .qa-group .answer .bubble,
.colleague-talk .interview .qa-group .answer .bubble {
  flex: 1;
  border-radius: 25px;
  padding: 25px 20px;
  position: relative;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .answer .bubble,
  .colleague-talk .interview .qa-group .answer .bubble {
    padding: 37px 50px;
  }
}
.cross-talk .interview .qa-group .answer .bubble::before,
.colleague-talk .interview .qa-group .answer .bubble::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .answer .bubble::before,
  .colleague-talk .interview .qa-group .answer .bubble::before {
    top: 50px;
  }
}
.cross-talk .interview .qa-group .answer .bubble .answer-title,
.colleague-talk .interview .qa-group .answer .bubble .answer-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 32px;
}
.cross-talk .interview .qa-group .answer .bubble .answer-text,
.colleague-talk .interview .qa-group .answer .bubble .answer-text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-top: 13px;
}
.cross-talk .interview .qa-group .answer--left .bubble,
.colleague-talk .interview .qa-group .answer--left .bubble {
  background: #dce5e6;
}
.cross-talk .interview .qa-group .answer--left .bubble::before,
.colleague-talk .interview .qa-group .answer--left .bubble::before {
  left: -14px;
  border-width: 12px 14px 12px 0;
  border-color: transparent #dce5e6 transparent transparent;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .answer--left .bubble::before,
  .colleague-talk .interview .qa-group .answer--left .bubble::before {
    left: -19px;
    border-width: 17px 19px 17px 0;
  }
}
.cross-talk .interview .qa-group .answer--right .bubble,
.colleague-talk .interview .qa-group .answer--right .bubble {
  background: #e4f1f2;
}
.cross-talk .interview .qa-group .answer--right .bubble::before,
.colleague-talk .interview .qa-group .answer--right .bubble::before {
  right: -14px;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #e4f1f2;
}
@media (min-width: 851px) {
  .cross-talk .interview .qa-group .answer--right .bubble::before,
  .colleague-talk .interview .qa-group .answer--right .bubble::before {
    right: -19px;
    border-width: 17px 0 17px 19px;
  }
}

/* Footer Copyright */
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
}
@media (min-width: 851px) {
  .footer-copyright {
    height: 70px;
  }
}
.footer-copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}
@media (min-width: 851px) {
  .footer-copyright p {
    font-size: 12px;
  }
}

/* Link Cards
======================================== */
.link-cards {
  margin: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px) 0 clamp(60px, calc(60px + (100vw - 750px) * (100px - 60px) / (850px - 750px)), 100px);
}
.link-cards .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 851px) {
  .link-cards .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.link-cards .card {
  display: grid;
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
  text-decoration: none;
  background: var(--bg) no-repeat center/cover;
}
@media (min-width: 851px) {
  .link-cards .card {
    height: 260px;
  }
}
.link-cards .card .body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}
@media (min-width: 851px) {
  .link-cards .card .body {
    padding: 25px;
  }
}
.link-cards .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .link-cards .title {
    font-size: 20px;
  }
}
.link-cards .desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
@media (min-width: 851px) {
  .link-cards .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 850px) {
  .link-cards .desc {
    text-align: left;
  }
}

/* Dept Nav
======================================== */
.real-estate-dept[id] {
  scroll-margin-top: 50px;
}
@media (min-width: 851px) {
  .real-estate-dept[id] {
    scroll-margin-top: 20px;
  }
}

.dept-nav + .real-estate-dept {
  padding-top: 0;
}

.dept-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
  padding-bottom: 60px;
  margin-inline: auto;
}
@media (min-width: 851px) {
  .dept-nav {
    flex-wrap: nowrap;
    gap: 13px;
    margin-top: 100px;
    padding-bottom: 95px;
  }
}
.dept-nav .item {
  flex: 0 1 calc(50% - 5px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #15a5bf;
  background: #fff;
  text-decoration: none;
}
@media (min-width: 851px) {
  .dept-nav .item {
    height: 60px;
  }
}
.dept-nav .name {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 851px) {
  .dept-nav .name {
    font-size: 18px;
  }
}
.dept-nav .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #15a5bf;
  border-bottom: 2px solid #15a5bf;
  transform: translateY(-50%) rotate(45deg);
  flex-shrink: 0;
}

/* =============================
   キャリアパスページ 筆記体 位置調整
   ============================= */
body.page-id-24 .en.en-career {
  margin: 5% 30% 0 auto !important;
}

/* =============================
   メッセージページ 筆記体 位置調整
   ============================= */
@media (min-width: 851px) {
  body.page-id-157 .sub-mv .content .en {
    margin: 5% 30% 0 auto !important;
  }
  body.page-id-32 .sub-mv .content .en {
    margin: 5% 40% 0 auto !important;
  }
  body.page-id-12 .sub-mv .content .en {
    margin: 5% 30% 0 auto !important;
  }
  body.page-id-16 .sub-mv .content .en,
  body.page-id-18 .sub-mv .content .en,
  body.page-id-20 .sub-mv .content .en {
    margin: 5% 30% 0 auto !important;
  }
  body.page-id-31 .sub-mv .content .en.en-faq {
    margin: 5% 40% 0 auto !important;
  }
  body.page-id-3 .sub-mv .content .en.en-privacy-policy {
    margin: 5% 30% 0 auto !important;
  }
  body.page-id-115 .sub-mv .content .en.en-interview {
    margin: 5% 30% 0 auto !important;
  }
  body.page-id-22 .sub-mv .content .en.en-recruit {
    margin: 5% 30% 0 auto !important;
  }
  .sub-mv .content .en.en-recruit {
    margin: 5% 30% 0 auto !important;
  }
}
/* Entry Cards (Join / FAQ)
======================================== */
.entry-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0;
}
@media (min-width: 851px) {
  .entry-cards {
    flex-direction: row;
    margin: 100px 0 120px;
  }
}
.entry-cards .entry-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height にすることで、PCで flex:1 が付いても flex-basis:0 に打ち消されず高さが保証される */
  min-height: 180px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
}
@media (min-width: 851px) {
  .entry-cards .entry-card {
    /* PC: 横並びで2枚を均等幅に */
    flex: 1;
  }
}
.entry-cards .entry-card:hover .pill-btn {
  opacity: 0.85;
}
.entry-cards .entry-card:hover .chevron {
  transform: translateX(3px);
}
.entry-cards .entry-card .bg {
  position: absolute;
  inset: 0;
  background: var(--card-bg) center/cover no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.entry-cards .entry-card .pill-btn {
  position: relative;
  z-index: 1;
  /* SP: バナー幅いっぱい近く（左右約30px）に広げ、内側は中央寄せ */
  width: calc(100% - 60px);
  justify-content: center;
}
@media (min-width: 851px) {
  .entry-cards .entry-card .pill-btn {
    width: fit-content;
    min-height: 56px;
  }
}

/* Top Hero
======================================== */
.top-hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 651px) {
  .top-hero {
    overflow: visible;
  }
}
.top-hero .hero-slider {
  position: relative;
  z-index: 500;
  width: 100%;
}
@media (min-width: 651px) {
  .top-hero .hero-slider {
    width: calc(100% - 80px);
    /* Swiperが付与する margin-right: auto を打ち消し、元の右寄せ位置に戻す */
    margin-left: auto;
    margin-right: 0;
  }
}
.top-hero .hero-slider {
  /* opacity のみでシームレスにクロスフェードする（speedとフェード時間はJS側で指定） */
}
.top-hero .hero-slider img {
  display: block;
  width: 100%;
  aspect-ratio: 390/550;
  object-fit: cover;
  object-position: center bottom;
}
@media (min-width: 651px) {
  .top-hero .hero-slider img {
    aspect-ratio: 2720/1300;
  }
}
.top-hero .hero-slider .swiper-pagination {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.top-hero .hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: #fff;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.top-hero .hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #15a5bf;
}
.top-hero .hero-catchcopy {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92%;
  padding: 3% 3% 4%;
  /* 背景が暗いスライドでは白のキャッチコピー */
}
.top-hero .hero-catchcopy.is-white .sub {
  color: #fff;
}
@media (min-width: 651px) {
  .top-hero .hero-catchcopy {
    top: 25%;
    left: 9.65vw;
    transform: none;
    width: 51.11vw;
    max-width: 736px;
    padding: 2% 0 2.5%;
  }
}
.top-hero .hero-catchcopy .withus {
  display: block;
  width: 100%;
  height: auto;
  animation: catchcopy-appear 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@media (min-width: 651px) {
  .top-hero .hero-catchcopy .withus {
    width: 81.4%;
  }
}
.top-hero .hero-catchcopy .sub {
  margin-top: 4px;
  color: #606060;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  animation: catchcopy-appear 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s backwards;
  -webkit-font-smoothing: antialiased;
}
.top-hero .hero-catchcopy .sub .sm {
  display: inline;
  font-size: 18px;
}
@media (min-width: 651px) {
  .top-hero .hero-catchcopy .sub {
    margin-top: 6px;
    font-size: 34px;
  }
  .top-hero .hero-catchcopy .sub .sm {
    font-size: 27px;
  }
}
.top-hero {
  /* .hero-person {
      display: none;

      @include lg {
          display: block;
          position: absolute;
          bottom: 0;
          right: 222px;
          width: 300px;
          z-index: 900;
          pointer-events: none;
      }

      img {
          width: 100%;
          height: auto;
      }
  } */
}
.top-hero .hero-scroll {
  /* SPでは非表示、PC（メインビジュアル切り替えと同じ650px）で表示
     top/bottom 両方でアンカーし高さを画像高さ(.top-hero)に連動させる。
     ラインは flex で残り高さを埋めつつ max-height で上限を固定するため、
     どの幅でも画像下端(bottom)を超えない */
  display: none;
  position: absolute;
  top: 50px;
  bottom: 40px;
  left: 25px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 30;
}
@media (min-width: 651px) {
  .top-hero .hero-scroll {
    display: flex;
  }
}
.top-hero .hero-scroll .label {
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #15a5bf;
  letter-spacing: 0.8px;
}
.top-hero .hero-scroll .line-wrap {
  width: 8px;
  /* 残りの縦スペースを埋めつつ、広い画面では従来の331pxで頭打ち */
  flex: 1;
  min-height: 0;
  max-height: 331px;
}
.top-hero .hero-scroll .line {
  width: 8px;
  height: 100%;
  display: block;
}
.top-hero .hero-scroll .scroll-path {
  stroke-dasharray: 332;
  stroke-dashoffset: 332;
  animation: scroll-line-draw 2s ease-in-out infinite;
}

@keyframes scroll-line-draw {
  0% {
    stroke-dashoffset: -332;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 332;
  }
}
/* Top Band sections (shared head)
======================================== */
/* Message
======================================== */
.top-message {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  /* SP: 都市スカイラインを右下に、背景画像を全面に敷く */
  padding: 47px 0 110px;
  background: url(../img/top-message-skyline_sp.svg) right bottom/44% auto no-repeat, url(../img/top-message-bg.webp) center/cover no-repeat, #fff;
}
@media (min-width: 851px) {
  .top-message {
    padding: 59px 0 67px;
    background: url(../img/top-message-bg.webp) center/cover no-repeat;
  }
}
.top-message .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 851px) {
  .top-message .inner {
    flex-direction: row;
    align-items: center;
    gap: 28px;
    padding-left: 10px;
  }
}
.top-message .city {
  /* SP: スカイラインは背景に敷くため、左カラムの画像はPCのみ表示 */
  display: none;
}
@media (min-width: 851px) {
  .top-message .city {
    display: block;
    width: 271.644px;
    opacity: 0.44;
    flex-shrink: 0;
  }
}
.top-message .city img {
  width: 100%;
  height: auto;
}
.top-message .title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5789;
  /* letter-spacing は body 既定の 0.05em を継承（design: 1.9px/38px = 0.05em） */
}
@media (min-width: 851px) {
  .top-message .title {
    font-size: 48px;
    line-height: 1.4583;
  }
}
.top-message .lead {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-top: 14px;
}
@media (min-width: 851px) {
  .top-message .lead {
    margin-top: 10px;
  }
}

.top-cross-talk, .top-work {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 0 0 60px;
  background-color: #f5fffb;
  overflow: hidden;
  /* 横並びレイアウトは 1051px 以上で発動（850〜1050px は SP 同様の積み重ねにして写真とテキストの重なりを防ぐ） */
}
@media (min-width: 1051px) {
  .top-cross-talk, .top-work {
    display: flex;
    align-items: center;
    min-height: 580px;
    padding: 0;
  }
}
.top-cross-talk::before, .top-work::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--band-tex) center/cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.top-cross-talk .lg-inner, .top-work .lg-inner {
  position: relative;
  z-index: 2;
}

.top-cross-talk .title, .top-interview .title, .top-work .title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2632;
  letter-spacing: 0.05em;
  color: #333;
}
@media (min-width: 851px) {
  .top-cross-talk .title, .top-interview .title, .top-work .title {
    font-size: 48px;
    line-height: 1.5625;
  }
}
.top-cross-talk .eyebrow, .top-interview .eyebrow, .top-work .eyebrow {
  margin-top: 9px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6ad6ca;
}
@media (min-width: 851px) {
  .top-cross-talk .eyebrow, .top-interview .eyebrow, .top-work .eyebrow {
    margin-top: 2px;
  }
}
.top-cross-talk .desc, .top-interview .desc, .top-work .desc {
  margin-top: 22px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
}
.top-cross-talk .pill-btn, .top-interview .pill-btn, .top-work .pill-btn {
  margin-top: 28px;
}
@media (min-width: 851px) {
  .top-cross-talk .pill-btn, .top-interview .pill-btn, .top-work .pill-btn {
    margin-top: 34px;
  }
}

/* Our Work
======================================== */
.top-work {
  /* SP: 写真を上、テキストを下に並べる */
  display: flex;
  flex-direction: column;
}
@media (min-width: 1051px) {
  .top-work {
    flex-direction: row;
  }
}
@media (min-width: 1051px) {
  .top-work .head {
    max-width: 480px;
  }
}
.top-work .head {
  /* SP: ボタンを中央寄せ */
}
.top-work .head .pill-btn {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1051px) {
  .top-work .head .pill-btn {
    display: inline-flex;
    margin-left: 0;
    margin-right: 0;
  }
}
.top-work .photo {
  order: -1;
  margin-bottom: 42px;
}
.top-work .photo img {
  width: 100%;
  height: auto;
  display: block;
  /* 右からスライドイン（ビューイン時に発火） */
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.top-work .photo.is-visible img {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1051px) {
  .top-work .photo {
    order: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 40px;
    margin-top: 0;
    width: 770px;
    max-width: 52vw;
    height: 100%;
    z-index: 1;
  }
  .top-work .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 平行四辺形（左右とも斜めにトリミング）: マスク座標 280/770=36.36%, 490/770=63.64% */
    clip-path: polygon(36.36% 0, 100% 0, 63.64% 100%, 0 100%);
  }
}

/* Interview (top page)
======================================== */
.top-interview {
  padding: 60px 0;
}
@media (min-width: 851px) {
  .top-interview {
    padding: 90px 0 100px;
  }
}
.top-interview .title {
  text-align: left;
}
.top-interview .cards {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .top-interview .cards {
    margin-top: 50px;
  }
}
.top-interview .pill-btn {
  margin-top: 30px;
}

/* Environment
======================================== */
.top-environment {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
@media (min-width: 851px) {
  .top-environment {
    display: block;
    height: 430px;
  }
}
.top-environment {
  /* 横スライド（マーキー）: トラックを2複製し translateX で無限ループ */
}
.top-environment .mosaic {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 430px;
}
.top-environment .mosaic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(72, 75, 75, 0.4);
  z-index: 1;
  pointer-events: none;
}
.top-environment .marquee-row {
  flex: 1;
  overflow: hidden;
}
.top-environment .track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: env-scroll-left 50s linear infinite;
}
.top-environment .marquee-row.reverse .track {
  animation-name: env-scroll-right;
  animation-duration: 60s;
}
.top-environment .item {
  flex-shrink: 0;
  width: 210px;
  height: 100%;
  margin-right: 10px;
}
@media (min-width: 851px) {
  .top-environment .item {
    width: 280px;
  }
}
.top-environment .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .top-environment .track {
    animation: none;
  }
}
.top-environment .panel {
  position: relative;
  z-index: 2;
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 21px 58px;
  background: var(--panel-bg) center/cover no-repeat;
}
@media (min-width: 851px) {
  .top-environment .panel {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 100%;
    padding: 0;
  }
}
.top-environment .content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.top-environment .title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  color: #333;
}
@media (min-width: 851px) {
  .top-environment .title {
    font-size: 48px;
  }
}
.top-environment .desc {
  margin-top: 14px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333;
}
@media (min-width: 851px) {
  .top-environment .desc {
    text-align: center;
  }
}
.top-environment .pill-btn {
  display: flex;
  justify-content: space-between;
  width: 340px;
  max-width: 100%;
  margin: 24px auto 0;
}
@media (min-width: 851px) {
  .top-environment .pill-btn {
    width: fit-content;
    justify-content: flex-start;
  }
}
.top-environment .pill-btn .en {
  white-space: nowrap;
}

@keyframes env-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes env-scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Cross Talk
======================================== */
.top-cross-talk {
  /* SP: 写真を上、テキストを下に並べる */
  display: flex;
  flex-direction: column;
  padding-top: 55px;
}
@media (min-width: 1051px) {
  .top-cross-talk {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 1051px) {
  .top-cross-talk .head {
    max-width: 480px;
  }
}
.top-cross-talk .head {
  /* SP: ボタンを中央寄せ */
}
.top-cross-talk .head .pill-btn {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1051px) {
  .top-cross-talk .head .pill-btn {
    display: inline-flex;
    margin-left: 0;
    margin-right: 0;
  }
}
.top-cross-talk {
  /* SP: 1文目は自然折り返し、2文目（異なる立場…）の前だけ改行する */
}
.top-cross-talk .desc br:first-of-type {
  display: none;
}
@media (min-width: 1051px) {
  .top-cross-talk .desc br:first-of-type {
    display: inline;
  }
}
.top-cross-talk .photo {
  order: -1;
  margin-bottom: 18px;
}
.top-cross-talk .photo img {
  width: 100%;
  height: auto;
  display: block;
  /* 右からスライドイン（ビューイン時に発火） */
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.top-cross-talk .photo.is-visible img {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1051px) {
  .top-cross-talk .photo {
    order: 0;
    position: absolute;
    top: 50%;
    right: calc(50% - 50vw);
    transform: translateY(-50%);
    width: 740px;
    max-width: 52vw;
    margin-bottom: 0;
    z-index: 1;
  }
}

@keyframes catchcopy-appear {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateX(-60px);
  }

  99% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

.site-sp {
  background: #3c3c3c;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  padding: 12px;
}

.site-sp .nav-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 12px;
}
.site-sp .nav-title span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.1px;
  line-height: 28px;
  text-decoration: none;
}
@media (min-width: 851px) {
  .site-sp .nav-title span {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
  }
}
.site-sp a{
  margin-bottom: 0.5em;
}
@media (min-width: 851px) {
  .site-sp{
    margin-bottom: 0.5em;
    display: none;
  }
}
