@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@500;700&family=Barlow:wght@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 --- */
/* ---  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: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.05em;
  word-break: break-all;
  max-width: 1800px;
  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;
  }
}
/* 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;
}

/* Section Head (shared)
======================================== */
.section-head {
  background: url(../img/benefits-bg-wave.jpg) no-repeat center top/cover;
  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: 28px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
  color: #fff;
  background: #15a5bf;
  padding: 0 0.3em;
  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.jpg);
}
@media (min-width: 851px) {
  .arrow-bg-media.interview::before {
    background-image: url(../img/common-arrow-bg-interview.jpg);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.path::before {
  background-image: url(../img/common-arrow-bg-path_sp.jpg);
}
@media (min-width: 851px) {
  .arrow-bg-media.path::before {
    background-image: url(../img/common-arrow-bg-path.jpg);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.works::before {
  background-image: url(../img/common-arrow-bg-works_sp.jpg);
}
@media (min-width: 851px) {
  .arrow-bg-media.works::before {
    background-image: url(../img/common-arrow-bg-works.jpg);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.benefits::before {
  background-image: url(../img/common-arrow-bg-benefits_sp.jpg);
}
@media (min-width: 851px) {
  .arrow-bg-media.benefits::before {
    background-image: url(../img/common-arrow-bg-benefits.jpg);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.cross-talk::before {
  background-image: url(../img/common-arrow-bg-cross-talk_sp.jpg);
}
@media (min-width: 851px) {
  .arrow-bg-media.cross-talk::before {
    background-image: url(../img/common-arrow-bg-cross-talk.jpg);
    aspect-ratio: 874/450;
  }
}
.arrow-bg-media.training::before {
  background-image: url(../img/common-arrow-bg-training_sp.jpg);
}
@media (min-width: 851px) {
  .arrow-bg-media.training::before {
    background-image: url(../img/common-arrow-bg-training.jpg);
    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.jpg);
  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;
  }
}
@media (min-width: 851px) {
  main.real-estate .sub-mv, main.management .sub-mv, main.investment .sub-mv {
    height: 500px;
  }
}
.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 {
    max-width: 100%;
    width: auto;
    height: 75px;
    margin: 5% 0 0;
    padding: 0;
  }
}
.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: 60%;
  }
}

/* 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: 1301px) {
  .header {
    height: 100px;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  padding-left: 15px;
  flex-shrink: 0;
}
@media (min-width: 1301px) {
  .header .logo {
    padding-left: 40px;
  }
}
.header .logo a {
  display: block;
}
.header .logo a img {
  width: 90px;
  height: auto;
}
@media (min-width: 1301px) {
  .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: 1301px) {
  .header .logo .site-name {
    font-size: 20px;
    margin-left: 20px;
  }
}
.header .nav {
  display: none;
  position: relative;
}
@media (min-width: 1301px) {
  .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: 1301px) {
  .header .actions {
    display: flex;
    flex-shrink: 0;
    margin-left: 40px;
  }
}
.header .actions .btn-recruit,
.header .actions .btn-entry {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}
.header .actions .btn-recruit:hover {
  background: rgb(15.9481132075, 125.3066037736, 145.0518867925);
}
.header .actions .btn-entry:hover {
  background: rgb(25.820754717, 135.179245283, 122.2688679245);
}
.header .actions .btn-recruit {
  background: #15a5bf;
  font-size: 18px;
  line-height: 32px;
}
.header .actions .btn-entry {
  background: #22b2a1;
  line-height: 1;
}
.header .actions .btn-entry .en {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.header .actions .btn-entry .ja {
  font-size: 13px;
  line-height: 32px;
}

/* 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: 1301px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  transition: 0.3s;
  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 {
          &:nth-child(1) {
              top: 9px;
              transform: rotate(45deg);
          }

          &:nth-child(2) {
              opacity: 0;
          }

          &:nth-child(3) {
              top: 9px;
              transform: 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: 1201px) {
  .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;
  text-decoration: none;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}
.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 solid #eee;
  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 solid #eee;
  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: 400;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
}

.mobile-menu-actions .btn-recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #15a5bf;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.mobile-menu-actions .btn-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #22b2a1;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-actions .btn-entry .en {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.033em;
}
.mobile-menu-actions .btn-entry .ja {
  font-size: 16px;
  line-height: 1.25;
}

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.jpg");
  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/recruit-staff-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(40px, calc(40px + (100vw - 750px) * (80px - 40px) / (850px - 750px)), 80px) calc(50vw - 50%) clamp(60px, calc(60px + (100vw - 750px) * (80px - 60px) / (850px - 750px)), 80px);
}
.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: 50px 20px;
}
@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: 32px;
  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: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 851px) {
  .recruit-entry-sec .ja {
    font-size: 18px;
  }
}
.recruit-entry-sec .desc {
  font-size: 16px;
  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: 227px;
  height: 56px;
  background: #fff;
  border: 1px solid #15a5bf;
  transition: background 0.3s;
}
.recruit-entry-sec .btn-card .btn:hover {
  background: #e6f7f5;
}
.recruit-entry-sec .btn-card .btn img {
  height: 23px;
  width: 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: 50px 20px 75px 20px;
}
@media (min-width: 851px) {
  .footer-company .content {
    padding: 130px 0 138px 170px;
  }
}
.footer-company .title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 45px;
}
@media (min-width: 851px) {
  .footer-company .title {
    font-size: 50px;
    line-height: 75px;
  }
}
.footer-company .text {
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
  max-width: 492px;
}
@media (min-width: 851px) {
  .footer-company .text {
    margin-top: 50px;
  }
}
.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: 30px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 851px) {
  .footer-nav .nav-inner {
    display: grid;
    grid-template-columns: repeat(4, auto);
    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 {
  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 {
    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 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;
}
@media (min-width: 851px) {
  .footer-nav ul li.bold a {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

/* Footer Policy */
.footer-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #3c3c3c;
  padding: 0 20px;
}
@media (min-width: 851px) {
  .footer-policy {
    justify-content: flex-end;
    height: 60px;
    padding: 0 170px;
    background: #ededed;
  }
}
.footer-policy a {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.8px;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
  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: inline-block;
  width: 1px;
  height: 14px;
  background: #333;
  margin: 0 12px;
}
@media (min-width: 851px) {
  .footer-policy .separator {
    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-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;
  }
}
/* Work Sub-pages (real-estate / management / investment)
======================================== */
main.real-estate,
main.management,
main.investment {
  padding-bottom: 60px;
}
@media (min-width: 851px) {
  main.real-estate,
  main.management,
  main.investment {
    padding-bottom: 100px;
  }
}

/* Top Hero
======================================== */
.top-hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 851px) {
  .top-hero {
    overflow: visible;
  }
}
.top-hero .hero-bg {
  position: relative;
  z-index: 500;
  width: 100%;
  aspect-ratio: 390/550;
  object-fit: cover;
  object-position: center bottom;
}
@media (min-width: 851px) {
  .top-hero .hero-bg {
    width: calc(100% - 80px);
    margin-left: auto;
    aspect-ratio: auto;
  }
}
.top-hero .hero-catchcopy {
  position: absolute;
  top: 15%;
  left: 5px;
  width: 380px;
  max-width: 98%;
  height: 134px;
  z-index: 10;
  z-index: 9999;
}
@media (min-width: 851px) {
  .top-hero .hero-catchcopy {
    top: 197px;
    left: 188px;
    width: 617px;
    height: 207px;
  }
}
.top-hero .hero-catchcopy .bg,
.top-hero .hero-catchcopy .city,
.top-hero .hero-catchcopy .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-hero .hero-catchcopy img.text {
  animation: catchcopy-appear 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.top-hero .hero-catchcopy .city {
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 0.7;
}
.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 {
  position: absolute;
  top: 50px;
  left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 30;
}
.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;
  height: 331px;
}
.top-hero .hero-scroll .line {
  width: 8px;
  height: 331px;
  display: block;
}
.top-hero .hero-scroll .scroll-path {
  stroke-dasharray: 332;
  stroke-dashoffset: 332;
  animation: scroll-line-draw 2s ease-in-out infinite;
}
@media (max-width: 850px) {
  .top-hero .hero-scroll {
    display: none;
  }
}

@keyframes scroll-line-draw {
  0% {
    stroke-dashoffset: -332;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 332;
  }
}
/* Top Message
======================================== */
.top-message {
  position: relative;
  overflow-x: clip;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 35px calc(50vw - 50%) 140px;
}
@media (min-width: 851px) {
  .top-message {
    padding: 95px calc(50vw - 50%) 140px;
  }
}
.top-message::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  width: 100;
  z-index: -10;
  background-image: url("../img/top-bg-shape1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.top-message:after {
  content: "";
  display: block;
  background-image: url("../img/top-message-bg2_sp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 779/473;
  height: 100%;
  z-index: 0;
}
@media (max-width: 850px) {
  .top-message:after {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%);
  }
}
@media (min-width: 851px) {
  .top-message:after {
    background-image: url("../img/top-message-bg2.png");
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 1927/1215;
    height: 100%;
  }
}
.top-message .title {
  font-size: 38px;
  color: #333;
  line-height: 65px;
  letter-spacing: 1.9px;
}
@media (min-width: 851px) {
  .top-message .title {
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 2.4px;
  }
}
.top-message .desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  letter-spacing: 0.8px;
  max-width: 350px;
}
@media (min-width: 851px) {
  .top-message .desc {
    margin-top: 30px;
    max-width: none;
  }
}
.top-message .clip-btn {
  z-index: 100;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding-left: 3vw;
}
@media (min-width: 851px) {
  .top-message .clip-btn {
    left: auto;
    padding-left: 0;
  }
}

/* Top Works
======================================== */
.top-works {
  padding-top: 120px;
}
@media (min-width: 851px) {
  .top-works {
    padding-top: 95px;
    overflow: visible;
  }
}
.top-works .arrow-bg-media::after {
  background-image: url(../img/top-works-photo.png);
}
.top-works .companies {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px;
  margin-top: 40px;
}
@media (min-width: 851px) {
  .top-works .companies {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    margin-top: 60px;
  }
}
.top-works .company-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 89px;
  background: #fff;
  border: 2px solid #15a5bf;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}
.top-works .company-btn:hover {
  background: #e6f7f5;
}
.top-works .company-btn {
  position: relative;
  padding: 6px;
}
@media (min-width: 851px) {
  .top-works .company-btn {
    width: 350px;
  }
}
.top-works .company-btn::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid #15a5bf;
  border-radius: 8px;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
.top-works .company-btn img {
  height: 35px;
}

@media (min-width: 851px) {
  .arrow-bg-media.path {
    margin-top: 98px;
  }
}

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