@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);
  }
}
/* Group Company
======================================== */
.group-company {
  max-width: 1440px;
  margin: 0 auto 60px;
  padding: 40px 0 0;
}
@media (min-width: 851px) {
  .group-company {
    margin-bottom: 105px;
    padding: 80px 0 0;
  }
}
.group-company .item {
  margin-left: auto;
}
@media (min-width: 851px) {
  .group-company .item {
    margin-right: calc(50% - 50vw);
  }
}
.group-company .item + .item {
  margin-top: 60px;
}
@media (min-width: 851px) {
  .group-company .item + .item {
    margin-top: 100px;
  }
}
.group-company .body {
  display: grid;
  gap: 20px;
}
@media (min-width: 851px) {
  .group-company .body {
    grid-template-columns: 40% 1fr;
    gap: 0 2.2%;
  }
}
.group-company .body > img {
  width: 100%;
}
.group-company .logo {
  max-height: 30px;
  width: auto;
  margin-bottom: 15px;
}
@media (min-width: 851px) {
  .group-company .logo {
    max-height: 40px;
    margin-bottom: 20px;
  }
}
.group-company .catch {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
@media (min-width: 851px) {
  .group-company .catch {
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 2.4px;
  }
}
.group-company .desc {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: clamp(30px, calc(30px + (100vw - 750px) * (40px - 30px) / (850px - 750px)), 40px);
}
@media (min-width: 851px) {
  .group-company .desc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
.group-company .--reverse {
  margin-right: auto;
}
@media (min-width: 851px) {
  .group-company .--reverse {
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 851px) {
  .group-company .--reverse .body {
    grid-template-columns: 1fr 48%;
  }
}
@media (min-width: 851px) {
  .group-company .--reverse .body > img {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 851px) {
  .group-company .--reverse .content {
    grid-column: 2;
  }
}
@media (min-width: 851px) {
  .group-company .--reverse .link {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    width: calc(52.3% + 50vw - 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%);
    padding-left: 50px;
    padding-right: calc(50vw - 50%);
  }
}

/* Environment
======================================== */
.environment {
  padding-bottom: 60px;
}
@media (min-width: 851px) {
  .environment {
    padding-bottom: 150px;
  }
}
.environment .system {
  background-image: var(--bg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-top: 40px;
}
.environment .system .lg-inner {
  position: relative;
}
.environment .system .clip-btn {
  bottom: -20px;
}
@media (min-width: 851px) {
  .environment .system .clip-btn {
    width: 525px;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    bottom: -50px;
  }
}
.environment .system .clip-btn.transform {
  transform: none;
}
@media (min-width: 851px) {
  .environment .system.reverse .item {
    flex-direction: row-reverse;
  }
}
@media (min-width: 851px) {
  .environment .system.reverse .photos {
    width: 580px;
    margin-right: 0;
    margin-left: -140px;
  }
}
@media (min-width: 851px) {
  .environment .system.reverse .clip-btn {
    margin-left: auto;
    left: auto;
    right: 0;
  }
}
.environment .system.reverse .clip-btn .inner {
  margin-left: auto;
}
.environment .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0 30px;
}
@media (min-width: 851px) {
  .environment .item {
    flex-direction: row;
    align-items: flex-start;
    padding: 100px 0 35px;
    gap: 50px;
  }
}
.environment .text-area {
  flex: 1;
}
.environment .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5625;
  margin-bottom: 15px;
}
@media (min-width: 851px) {
  .environment .title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.environment .desc {
  font-size: 16px;
  line-height: 2;
}
.environment .photos {
  width: 100%;
}
@media (min-width: 851px) {
  .environment .photos {
    flex-shrink: 0;
    width: 597px;
    margin-right: -140px;
  }
}

/* Benefits
======================================== */
.benefits {
  scroll-margin-top: 100px;
}
.benefits .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  padding: 50px 0 40px;
}
@media (min-width: 851px) {
  .benefits .grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 70px;
    padding: 0px 0 80px;
  }
}
.benefits .card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits .card .text {
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #333;
  max-width: 85%;
}
@media (min-width: 851px) {
  .benefits .card .text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
.benefits .icon {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: url("../img/benefits-icon-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 851px) {
  .benefits .icon {
    width: 197px;
    height: 197px;
  }
}
.benefits .icon img {
  max-width: 55%;
  max-height: 55%;
}
.benefits .name {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-align: center;
}
@media (min-width: 851px) {
  .benefits .name {
    margin-top: 19px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
.benefits {
  /* Detail
  ---------------------------------------- */
}
.benefits .detail {
  padding-bottom: 50px;
}
@media (min-width: 851px) {
  .benefits .detail {
    padding-bottom: 80px;
  }
}
.benefits .group + .group {
  margin-top: 30px;
}
@media (min-width: 851px) {
  .benefits .group + .group {
    margin-top: 50px;
  }
}
.benefits .group-title {
  display: inline-block;
  background: #15a5bf;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 11px 40px 11px 15px;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  margin-bottom: 25px;
}
@media (min-width: 851px) {
  .benefits .group-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    padding: 13px 60px 13px 20px;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    margin-bottom: 50px;
  }
}
.benefits .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 851px) {
  .benefits .list {
    gap: 30px;
  }
}
.benefits .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 851px) {
  .benefits .row {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.benefits .label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #15a5bf;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #15a5bf;
}
@media (min-width: 851px) {
  .benefits .label {
    width: 230px;
    min-width: 230px;
    height: 45px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.benefits .line {
  display: none;
}
@media (min-width: 851px) {
  .benefits .line {
    display: flex;
    align-items: center;
    width: 86px;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: 20px;
  }
  .benefits .line::before {
    content: "";
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(to right, #707070 0, #707070 2px, transparent 2px, transparent 8px);
  }
  .benefits .line::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #15a5bf;
    flex-shrink: 0;
    margin-left: 4px;
  }
}
.benefits .info {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #333;
}
@media (min-width: 851px) {
  .benefits .info {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
}

/* Training
======================================== */
.training {
  scroll-margin-top: 100px;
}
.training .heading {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  padding: 50px 0 55px;
}
@media (min-width: 851px) {
  .training .heading {
    padding: 90px 0 95px;
  }
}
.training .title {
  display: inline-block;
  background: #15a5bf;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px 6px 8px;
}
@media (min-width: 851px) {
  .training .title {
    font-size: 48px;
    padding: 8px 18px 8px 10px;
  }
}
.training .desc {
  margin-top: 18px;
  line-height: 2;
}
@media (min-width: 851px) {
  .training .desc {
    margin-top: 25px;
  }
}
.training .grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 45px;
  padding: 45px 0;
}
@media (min-width: 851px) {
  .training .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
    padding: 80px 0 120px;
  }
}
.training .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.training .icon {
  width: 200px;
}
@media (min-width: 851px) {
  .training .icon {
    width: 266px;
  }
}
.training .icon img {
  width: 100%;
  height: auto;
}
.training .name {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 851px) {
  .training .name {
    margin-top: 19px;
    font-size: 20px;
  }
}
.training .text {
  margin-top: 2px;
  line-height: 2;
  color: #333;
}
@media (min-width: 851px) {
  .training .text {
    max-width: 340px;
  }
}

/* FAQ
======================================== */
.faq-list {
  padding: 0 0 40px;
}
@media (min-width: 851px) {
  .faq-list {
    padding: 0 0 80px;
  }
}
.faq-list .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 851px) {
  .faq-list .list {
    gap: 20px;
  }
}
.faq-list .item {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.faq-list .item[open] {
  background: #15a5bf;
}
.faq-list .item[open] .q-text {
  color: #fff;
}
.faq-list .item[open] .toggle-icon::before {
  background: #fff;
}
.faq-list .item[open] .toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
  background: #fff;
}
.faq-list .question {
  list-style: none;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0 15px;
  cursor: pointer;
}
@media (min-width: 851px) {
  .faq-list .question {
    min-height: 100px;
    padding: 0 40px 0 30px;
  }
}
.faq-list .question::-webkit-details-marker {
  display: none;
}
.faq-list .q-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #15a5bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #15a5bf;
  letter-spacing: 0.9px;
  line-height: 20px;
  background: #fff;
}
@media (min-width: 851px) {
  .faq-list .q-icon {
    flex: 0 0 49px;
    width: 49px;
    height: 49px;
    font-size: 18px;
  }
}
.faq-list .q-text {
  flex: 1;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #15a5bf;
  letter-spacing: 0.5px;
  line-height: 22px;
  transition: color 0.3s ease;
}
@media (min-width: 851px) {
  .faq-list .q-text {
    margin-left: 20px;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 20px;
  }
}
.faq-list .toggle-icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
@media (min-width: 851px) {
  .faq-list .toggle-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
}
.faq-list .toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #15a5bf;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.faq-list .toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #15a5bf;
  transform: translateX(-50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.faq-list .separator {
  border: none;
  border-top: 1px dashed #fff;
  margin: 0 15px;
}
.faq-list .answer {
  display: flex;
  padding: 15px 15px 20px 67px;
}
@media (min-width: 851px) {
  .faq-list .answer {
    padding: 25px 40px 30px 99px;
  }
}
.faq-list .a-icon {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.9px;
  line-height: 24px;
  margin-right: 10px;
}
@media (min-width: 851px) {
  .faq-list .a-icon {
    font-size: 18px;
    line-height: 28px;
    margin-right: 15px;
  }
}
.faq-list .a-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 24px;
}
@media (min-width: 851px) {
  .faq-list .a-text {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px;
  }
}

/* Flow (採用までの流れ)
======================================== */
.flow .heading {
  display: flex;
  align-items: center;
  height: 80px;
  background: #15a5bf;
  clip-path: polygon(0 0, 93.88% 0, 100% 51.25%, 93.88% 100%, 0 100%);
  padding-left: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .flow .heading {
    height: 120px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.6px;
  }
}
.flow .list {
  position: relative;
  margin-top: 20px;
  padding-bottom: 12px;
}
@media (min-width: 851px) {
  .flow .list {
    margin-top: 30px;
  }
}
.flow .list {
  /* Vertical timeline line */
}
.flow .list::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 30px;
  bottom: 12px;
  width: 4px;
  background: #15a5bf;
  z-index: 1;
}
@media (min-width: 851px) {
  .flow .list::before {
    left: 52px;
    top: 38px;
    width: 5px;
  }
}
.flow .list {
  /* Timeline arrow */
}
.flow .list::after {
  content: "";
  position: absolute;
  left: 27.5px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #15a5bf;
  z-index: 1;
}
@media (min-width: 851px) {
  .flow .list::after {
    left: 47.5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #15a5bf;
  }
}
.flow .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80px;
  padding: 12px 15px 12px 10px;
}
@media (min-width: 851px) {
  .flow .item {
    flex-wrap: nowrap;
    min-height: 109px;
    padding: 15px 34px 15px 30px;
  }
}
.flow .item:nth-child(odd) {
  background: #dce5e6;
}
.flow .item:nth-child(even) {
  background: #e3f1f2;
}
.flow .number {
  flex: 0 0 40px;
  height: 40px;
  border: 1px solid #15a5bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #15a5bf;
  letter-spacing: 0.9px;
  line-height: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 851px) {
  .flow .number {
    flex: 0 0 49px;
    height: 49px;
    font-size: 18px;
  }
}
.flow .connector {
  flex: 0 0 50px;
  height: 10px;
  position: relative;
  margin-left: 4px;
}
@media (min-width: 851px) {
  .flow .connector {
    flex: 0 0 86px;
    margin-left: 6px;
  }
}
.flow .connector {
  /* Dotted line */
}
.flow .connector::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 0;
  border-top: 1px dashed #707070;
}
@media (min-width: 851px) {
  .flow .connector::before {
    width: 72px;
  }
}
.flow .connector {
  /* Dot */
}
.flow .connector::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15a5bf;
}
@media (min-width: 851px) {
  .flow .connector::after {
    width: 10px;
    height: 10px;
  }
}
.flow .info {
  flex: 0 0 auto;
  margin-left: 10px;
}
@media (min-width: 851px) {
  .flow .info {
    flex: 0 0 201px;
    margin-left: 15px;
  }
}
.flow .label {
  font-size: 12px;
  font-weight: 700;
  color: #15a5bf;
  letter-spacing: 0.4px;
  line-height: 18px;
}
@media (min-width: 851px) {
  .flow .label {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 20px;
  }
}
.flow .title {
  font-size: 16px;
  font-weight: 700;
  color: #15a5bf;
  letter-spacing: 0.5px;
  line-height: 22px;
}
@media (min-width: 851px) {
  .flow .title {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 20px;
  }
}
.flow .desc {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin-top: 8px;
  padding-left: 104px;
}
@media (min-width: 851px) {
  .flow .desc {
    flex: 1;
    width: auto;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 20px;
    margin-top: 0;
    padding-left: 0;
  }
}

/* Job List (募集一覧)
======================================== */
.job-list {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .job-list {
    margin-top: 75px;
  }
}
.job-list:last-child {
  margin-bottom: 60px;
}
@media (min-width: 851px) {
  .job-list:last-child {
    margin-bottom: 100px;
  }
}
.job-list + .job-list {
  margin-top: 30px;
}
@media (min-width: 851px) {
  .job-list + .job-list {
    margin-top: 50px;
  }
}
.job-list .heading {
  display: flex;
  align-items: center;
  height: 50px;
  background: #15a5bf;
  clip-path: polygon(0 0, 93.88% 0, 100% 51.25%, 93.88% 100%, 0 100%);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
@media (min-width: 851px) {
  .job-list .heading {
    height: 69px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}
.job-list .th {
  display: none;
}
@media (min-width: 851px) {
  .job-list .th {
    display: grid;
    grid-template-columns: 170px 150px 1fr 150px 190px;
    align-items: center;
    height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
    letter-spacing: 0.8px;
    border-bottom: 1px dashed #707070;
  }
}
.job-list .row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-bottom: 1px dashed #707070;
}
.job-list .row:nth-child(even) {
  background: #f5f5f5;
}
@media (min-width: 851px) {
  .job-list .row {
    display: grid;
    grid-template-columns: 170px 150px 1fr 150px 190px;
    align-items: center;
    flex-direction: unset;
    gap: 0;
    min-height: 104px;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .job-list .row > *:nth-child(1),
  .job-list .row > *:nth-child(2),
  .job-list .row > *:nth-child(4) {
    text-align: center;
  }
}
.job-list .row > span::before {
  content: attr(data-label);
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #15a5bf;
  margin-bottom: 2px;
}
@media (min-width: 851px) {
  .job-list .row > span::before {
    display: none;
  }
}
.job-list .apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 160px;
  height: 34px;
  background: #15a5bf;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-decoration: none;
  gap: 4px;
}
@media (min-width: 851px) {
  .job-list .apply-btn {
    justify-self: center;
    align-self: unset;
    font-size: 16px;
  }
}
.job-list .apply-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Recruit Department Detail (募集要項 部門別)
======================================== */
.recruit-dept {
  /* Department Title */
}
.recruit-dept .dept-title {
  text-align: center;
  color: #15a5bf;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
  margin-top: 40px;
}
@media (min-width: 851px) {
  .recruit-dept .dept-title {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 1.7px;
    margin-top: 70px;
  }
}
.recruit-dept {
  /* Job Introduction (お仕事紹介)
  ======================================== */
}
.recruit-dept .job-intro {
  margin-top: 30px;
  padding: 0;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro {
    margin-top: 80px;
  }
}
.recruit-dept .job-intro .heading {
  display: flex;
  align-items: center;
  height: 80px;
  background: #15a5bf;
  clip-path: polygon(0 0, 93.88% 0, 100% 51.25%, 93.88% 100%, 0 100%);
  padding-left: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .heading {
    height: 120px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.6px;
  }
}
.recruit-dept .job-intro .block {
  margin-top: 30px;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .block {
    display: flex;
    align-items: flex-start;
    gap: 49px;
    margin-top: 50px;
  }
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .block.reverse {
    flex-direction: row-reverse;
  }
}
.recruit-dept .job-intro .photo {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .photo {
    width: 441px;
    height: 256px;
    flex-shrink: 0;
  }
}
.recruit-dept .job-intro .text {
  margin-top: 20px;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .text {
    flex: 1;
    margin-top: 0;
  }
}
.recruit-dept .job-intro .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 36px;
  letter-spacing: 1.2px;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .title {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.6px;
  }
}
.recruit-dept .job-intro .desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 851px) {
  .recruit-dept .job-intro .block.reverse .desc {
    margin-top: 25px;
  }
}
.recruit-dept {
  /* Job Summary Table (募集概要)
  ======================================== */
}
.recruit-dept .job-summary {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary {
    margin-top: 70px;
  }
}
.recruit-dept .job-summary .heading {
  display: flex;
  align-items: center;
  height: 50px;
  background: #15a5bf;
  clip-path: polygon(0 0, 93.88% 0, 100% 51.25%, 93.88% 100%, 0 100%);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .heading {
    height: 69px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}
.recruit-dept .job-summary .header {
  display: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .header {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-bottom: 1px dashed #707070;
  }
  .recruit-dept .job-summary .header .label {
    width: 280px;
    text-align: center;
    flex-shrink: 0;
  }
  .recruit-dept .job-summary .header .value {
    flex: 1;
    text-align: center;
  }
}
.recruit-dept .job-summary .row {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  border-bottom: 1px dashed #707070;
}
.recruit-dept .job-summary .row:nth-child(odd) {
  background: #f5f5f5;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .row {
    flex-direction: row;
    align-items: center;
    min-height: 80px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }
}
.recruit-dept .job-summary .row > .label {
  font-weight: 500;
  font-size: 13px;
  color: #15a5bf;
  margin-bottom: 4px;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .row > .label {
    width: 280px;
    text-align: center;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
  }
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .row > .value {
    flex: 1;
  }
}
.recruit-dept .job-summary .row > .value ul li {
  line-height: 28px;
}
.recruit-dept .job-summary .row > .value ul li::before {
  content: "- ";
}
.recruit-dept .job-summary .row > .value .note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.6px;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .row > .value .note {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.65px;
  }
}
.recruit-dept .job-summary {
  /* Sub-divider within a row (e.g. 選考方法) */
}
.recruit-dept .job-summary .has-divider p + p {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #b0b0b0;
}
@media (min-width: 851px) {
  .recruit-dept .job-summary .has-divider p + p {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.recruit-dept {
  /* Department CTA Links (他の部門)
  ======================================== */
}
.recruit-dept .dept-cta {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 851px) {
  .recruit-dept .dept-cta {
    margin-top: 76px;
    padding-bottom: 140px;
  }
}
.recruit-dept .dept-cta .lead {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
}
@media (min-width: 851px) {
  .recruit-dept .dept-cta .lead {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.9px;
  }
}
.recruit-dept .dept-cta .links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 851px) {
  .recruit-dept .dept-cta .links {
    margin-top: 44px;
  }
}
.recruit-dept .dept-cta .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 44px;
  border: 1px solid #15a5bf;
  border-radius: 25px;
  color: #15a5bf;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-decoration: none;
}
@media (min-width: 851px) {
  .recruit-dept .dept-cta .link {
    width: 190px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.recruit-dept .dept-cta .link.current {
  background: #15a5bf;
  color: #fff;
  pointer-events: none;
}

/* 記事ページ
======================================== */
article.news-single {
  padding-top: 30px !important;
}
article.news-single .ttl {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 851px) {
  article.news-single .ttl {
    font-size: 32px;
  }
}
article.news-single .date {
  text-align: right;
  color: #939393;
  font-size: 16px;
  margin: 10px 0;
}
article.news-single img {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

/* ページャー
======================================== */
.pagination {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 851px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination ul {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 851px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination ul a,
.pagination ul li {
  width: 35px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}
@media (min-width: 851px) {
  .pagination ul a,
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #0f2476;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #0f2476;
  aspect-ratio: 1/1;
  width: 30px;
  height: 100%;
}
@media (min-width: 851px) {
  .pagination ul li {
    font-size: 18px;
  }
}
.pagination ul li.active {
  background-color: #0f2476;
  color: #fff;
}
.pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Career Step
======================================== */
.career-step {
  padding-top: 40px;
}
@media (min-width: 851px) {
  .career-step {
    padding-top: 80px;
  }
}
.career-step .heading {
  background: #15a5bf;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  padding: 16px 50px 16px 15px;
}
@media (min-width: 851px) {
  .career-step .heading {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
    padding: 33px 80px 33px 20px;
  }
}
.career-step .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .career-step .title {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.6px;
  }
}
.career-step .lead {
  margin-top: 24px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
}
@media (min-width: 851px) {
  .career-step .lead {
    margin-top: 44px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
.career-step .steps {
  position: relative;
  margin-top: 40px;
  padding: 30px 0 30px 15px;
}
@media (min-width: 851px) {
  .career-step .steps {
    margin-top: 80px;
    padding: 50px 0 50px 50px;
  }
}
.career-step .steps::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 225px;
  background: linear-gradient(to top, #008841, #69c1b2 51.7%, #0500d6);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (min-width: 851px) {
  .career-step .steps::before {
    width: 248px;
    height: 373px;
  }
}
.career-step .item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media (min-width: 851px) {
  .career-step .item {
    flex-wrap: nowrap;
  }
}
.career-step .item + .item {
  margin-top: 20px;
}
@media (min-width: 851px) {
  .career-step .item + .item {
    margin-top: 30px;
  }
}
.career-step .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  min-width: 160px;
  height: 38px;
  border: 1px solid #15a5bf;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #15a5bf;
  letter-spacing: 0.7px;
}
@media (min-width: 851px) {
  .career-step .badge {
    width: 230px;
    min-width: 230px;
    height: 45px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.career-step .connector {
  display: flex;
  align-items: center;
  width: 50px;
  min-width: 50px;
  margin: 0 10px 0 8px;
}
@media (min-width: 851px) {
  .career-step .connector {
    width: 86px;
    min-width: 86px;
    margin: 0 20px 0 10px;
  }
}
.career-step .connector::before {
  content: "";
  flex: 1;
  border-top: 2px dashed #707070;
}
.career-step .connector::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15a5bf;
  flex-shrink: 0;
  margin-left: 4px;
}
.career-step .text {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 851px) {
  .career-step .text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

/* Career Voice
======================================== */
.career-voice {
  margin-top: 50px;
}
@media (min-width: 851px) {
  .career-voice {
    margin-top: 100px;
  }
}
.career-voice .heading {
  background: #15a5bf;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  padding: 6px 40px 6px 15px;
}
@media (min-width: 851px) {
  .career-voice .heading {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    padding: 7.5px 60px 7.5px 20px;
  }
}
.career-voice .title {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0.6px;
}
@media (min-width: 851px) {
  .career-voice .title {
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}
.career-voice .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 851px) {
  .career-voice .item {
    flex-direction: row;
    gap: 49px;
    margin-top: 50px;
  }
}
@media (min-width: 851px) {
  .career-voice .item.--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 851px) {
  .career-voice .photo {
    width: 441px;
    min-width: 441px;
  }
}
.career-voice .photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 851px) {
  .career-voice .photo img {
    height: 256px;
  }
}
.career-voice .body {
  flex: 1;
}
.career-voice .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .career-voice .name {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.6px;
  }
}
.career-voice .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
@media (min-width: 851px) {
  .career-voice .text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}

/* Career CTA
======================================== */
.career-cta {
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 55.6%, 50% 100%, 0 55.6%);
  height: 250px;
  background: url(../img/career-cta-bg.jpg) center/cover no-repeat;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 851px) {
  .career-cta {
    margin-top: 100px;
    margin-bottom: 80px;
    height: 248px;
    padding-top: 48px;
  }
}
.career-cta .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .career-cta .title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
.career-cta .text {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 851px) {
  .career-cta .text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }
}

/* Job Intro
======================================== */
.job-intro {
  padding: 40px 0 30px;
}
@media (min-width: 851px) {
  .job-intro {
    padding: 80px 0 60px;
  }
}
.job-intro .heading {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background: #15a5bf;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .job-intro .heading {
    height: 120px;
    padding: 0 20px;
    clip-path: polygon(0 0, 93.88% 0, 100% 50%, 93.88% 100%, 0 100%);
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.6px;
  }
}
.job-intro .block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
@media (min-width: 851px) {
  .job-intro .block {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    margin-top: 30px;
  }
}
.job-intro .block--left {
  margin-top: 35px;
}
@media (min-width: 851px) {
  .job-intro .block--left {
    margin-top: 60px;
  }
}
.job-intro .photo {
  width: 100%;
}
@media (min-width: 851px) {
  .job-intro .photo {
    flex-shrink: 0;
    width: 441px;
  }
}
.job-intro .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 851px) {
  .job-intro .photo img {
    height: 256px;
  }
}
.job-intro .body {
  flex: 1;
}
.job-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .job-intro .title {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.6px;
  }
}
.job-intro .text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 26px;
  letter-spacing: 0.5px;
}
@media (min-width: 851px) {
  .job-intro .text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
.job-intro .text br {
  display: none;
}
@media (min-width: 851px) {
  .job-intro .text br {
    display: inline;
  }
}

/* Job Overview
======================================== */
.job-overview {
  padding: 30px 0 50px;
}
@media (min-width: 851px) {
  .job-overview {
    padding: 40px 0 80px;
  }
}
.job-overview .heading {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #15a5bf;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 54px;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .job-overview .heading {
    height: 69px;
    padding: 0 20px;
    clip-path: polygon(0 0, 95.92% 0, 100% 50%, 95.92% 100%, 0 100%);
    font-size: 20px;
  }
}
.job-overview .table {
  width: 100%;
  border-collapse: collapse;
}
.job-overview .table thead {
  display: none;
}
@media (min-width: 851px) {
  .job-overview .table thead {
    display: table-header-group;
  }
}
.job-overview .table thead tr {
  background: #fff;
}
.job-overview .table thead th {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
  letter-spacing: 0.8px;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px dashed #707070;
}
.job-overview .table thead th:first-child {
  width: 280px;
}
.job-overview .table tbody tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #707070;
  padding: 14px 0;
}
@media (min-width: 851px) {
  .job-overview .table tbody tr {
    display: table-row;
    padding: 0;
  }
}
.job-overview .table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.job-overview .table tbody tr:nth-child(even) {
  background: #fff;
}
.job-overview .table tbody td {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.5px;
  padding: 0 15px;
  display: block;
}
@media (min-width: 851px) {
  .job-overview .table tbody td {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 16px 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.job-overview .table tbody td:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (min-width: 851px) {
  .job-overview .table tbody td:first-child {
    width: 280px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.job-overview .table tbody td:last-child {
  line-height: 24px;
}
@media (min-width: 851px) {
  .job-overview .table tbody td:last-child {
    line-height: 28px;
  }
}
.job-overview .table .separator {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dashed #707070;
  margin: 8px 0;
}

/* CTA Recruit
======================================== */
.cta-recruit {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  height: 200px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  background: #5b98b9;
  overflow: hidden;
}
@media (min-width: 851px) {
  .cta-recruit {
    height: 300px;
    padding-bottom: 55px;
  }
}
.cta-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/team-cta-bg.jpg") center/cover no-repeat;
  mix-blend-mode: screen;
}
.cta-recruit .lg-inner {
  position: relative;
  z-index: 1;
}
.cta-recruit .title {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1.4px;
}
@media (min-width: 851px) {
  .cta-recruit .title {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.cta-recruit .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
@media (min-width: 851px) {
  .cta-recruit .sub {
    margin-top: 15px;
    font-size: 18px;
  }
}
.cta-recruit .sub .line {
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #fff;
}
@media (min-width: 851px) {
  .cta-recruit .sub .line {
    width: 207px;
  }
}

/* Entry Form
======================================== */
.entry-form {
  padding: 0px 0 60px;
}
@media (min-width: 851px) {
  .entry-form {
    padding: 0px 0 80px;
  }
}
.entry-form {
  /* Table */
}
.entry-form .table {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden;
  border-top: none;
}
.entry-form {
  /* Row */
}
.entry-form .row {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d6d6d6;
}
@media (min-width: 851px) {
  .entry-form .row {
    flex-direction: row;
  }
}
.entry-form {
  /* Label */
}
.entry-form .label {
  background: #15a5bf;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 15px;
  line-height: 24px;
  box-sizing: border-box;
}
@media (min-width: 851px) {
  .entry-form .label {
    width: 290px;
    flex-shrink: 0;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 28px;
  }
}
.entry-form .label .required {
  color: red;
}
.entry-form {
  /* Field */
}
.entry-form .field {
  flex: 1;
  background: #fff;
  border-top: 1px solid #d6d6d6;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width: 851px) {
  .entry-form .field {
    border-top: none;
    border-left: 1px solid #d6d6d6;
    padding: 20px;
    gap: 10px;
    min-height: 80px;
    flex-wrap: nowrap;
  }
}
.entry-form {
  /* Field Group (multi-row) */
}
.entry-form .field-group {
  flex: 1;
  border-top: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
}
@media (min-width: 851px) {
  .entry-form .field-group {
    border-top: none;
    border-left: 1px solid #d6d6d6;
  }
}
.entry-form .field-group > .field {
  border-top: none;
}
@media (min-width: 851px) {
  .entry-form .field-group > .field {
    border-left: none;
  }
}
.entry-form .field-group > .field + .field {
  border-top: 1px solid #d6d6d6;
}
.entry-form {
  /* --- Form Elements --- */
}
.entry-form input[type=text],
.entry-form input[type=email],
.entry-form input[type=tel] {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 36px;
  box-sizing: border-box;
}
.entry-form input[type=text]::placeholder,
.entry-form input[type=email]::placeholder,
.entry-form input[type=tel]::placeholder {
  color: #d6d6d6;
}
.entry-form input[type=email],
.entry-form input[type=tel] {
  width: 100%;
}
@media (min-width: 851px) {
  .entry-form input[type=email],
  .entry-form input[type=tel] {
    width: 399px;
  }
}
.entry-form select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  height: 40px;
  padding: 0 28px 0 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpolygon points='6,8 0,0 12,0' fill='%23999'/%3E%3C/svg%3E") no-repeat right 8px center;
  background-size: 10px 7px;
}
.entry-form textarea {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.5;
}
@media (min-width: 851px) {
  .entry-form textarea {
    min-height: 148px;
  }
}
.entry-form textarea::placeholder {
  color: #d6d6d6;
}
.entry-form input[type=radio],
.entry-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #d6d6d6;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
}
.entry-form input[type=radio] {
  border-radius: 50%;
}
.entry-form input[type=radio]:checked {
  border-color: #15a5bf;
  background: radial-gradient(circle, #15a5bf 35%, transparent 36%);
}
.entry-form input[type=checkbox] {
  border-radius: 3px;
}
.entry-form input[type=checkbox]:checked {
  background: #fff;
  border-color: #15a5bf;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11'%3E%3Cpath d='M1 5.5l4 4L13 1' stroke='%2315a5bf' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 11px;
}
.entry-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  line-height: 32px;
}
@media (min-width: 851px) {
  .entry-form label {
    gap: 10px;
    font-size: 18px;
  }
}
.entry-form {
  /* --- MW WP Form radio/checkbox wrapper --- */
}
.entry-form .mwform-radio-field,
.entry-form .mwform-checkbox-field {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}
.entry-form {
  /* --- Field Variations --- */
}
.entry-form .name input {
  width: calc(50% - 4px);
}
@media (min-width: 851px) {
  .entry-form .name input {
    width: 192px;
  }
}
.entry-form .date select:first-of-type {
  width: 77px;
}
.entry-form .date select:not(:first-of-type) {
  width: 62px;
}
.entry-form .date .unit {
  font-size: 16px;
  color: #333;
}
.entry-form .school input[type=text] {
  width: 100%;
}
@media (min-width: 851px) {
  .entry-form .school input[type=text] {
    width: 289px;
  }
}
.entry-form .school .note {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
@media (min-width: 851px) {
  .entry-form .school .note {
    font-size: 16px;
    line-height: 36px;
  }
}
.entry-form {
  /* Radio vertical (職種選択) */
}
.entry-form .radio-vertical {
  flex-direction: column;
  padding: 0;
  gap: 0;
  align-items: start;
}
@media (min-width: 851px) {
  .entry-form .radio-vertical {
    padding: 0;
    gap: 0;
  }
}
.entry-form .radio-vertical .mwform-radio-field {
  display: flex;
  padding: 15px;
  min-height: 60px;
  width: 100%;
}
@media (min-width: 851px) {
  .entry-form .radio-vertical .mwform-radio-field {
    padding: 20px;
    min-height: 80px;
  }
}
.entry-form .radio-vertical .mwform-radio-field + .mwform-radio-field {
  border-top: 1px solid #d6d6d6;
}
.entry-form {
  /* Radio inline (希望勤務地) */
}
.entry-form .radio-inline {
  flex-wrap: wrap;
}
.entry-form .radio-inline .mwform-radio-field {
  margin-right: 10px;
}
.entry-form .radio-inline input[type=text] {
  width: 100px;
}
@media (min-width: 851px) {
  .entry-form .radio-inline input[type=text] {
    width: 113px;
  }
}
.entry-form {
  /* Checkbox */
}
.entry-form .checkbox .mwform-checkbox-field {
  margin-right: 15px;
}
@media (min-width: 851px) {
  .entry-form .checkbox .mwform-checkbox-field {
    margin-right: 20px;
  }
}
.entry-form .select-choice {
  width: 100%;
}
@media (min-width: 851px) {
  .entry-form .select-choice {
    width: 222px;
  }
}
.entry-form .date-pref {
  flex-wrap: wrap;
}
@media (min-width: 851px) {
  .entry-form .date-pref {
    flex-wrap: nowrap;
  }
}
.entry-form .date-pref .pref {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.entry-form .date-pref select:first-of-type {
  width: 77px;
}
.entry-form .date-pref select:not(:first-of-type) {
  width: 62px;
}
.entry-form .date-pref .unit {
  font-size: 16px;
  color: #333;
}
.entry-form {
  /* Completed */
}
.entry-form .completed {
  font-size: 30px;
  color: #15a5bf;
  text-align: center;
  margin: 100px 0;
}
@media (min-width: 851px) {
  .entry-form .completed {
    font-size: 60px;
    margin: 295px 0 300px;
  }
}
.entry-form {
  /* Privacy */
}
.entry-form .privacy {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 851px) {
  .entry-form .privacy {
    margin-top: 35px;
  }
}
.entry-form .privacy .text {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  line-height: 2.46;
}
.entry-form .privacy .link {
  font-size: 13px;
  color: #15a5bf;
  font-weight: 500;
  line-height: 2.46;
  text-decoration: underline;
}
.entry-form .privacy .agree {
  background: #f4fbfc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-top: 13px;
}
.entry-form .privacy .agree label {
  font-size: 13px;
  color: #15a5bf;
  font-weight: 500;
}
.entry-form .privacy .agree input[type=checkbox] {
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
}
.entry-form .privacy .agree input[type=checkbox]:checked {
  background: #fff;
  border-color: #15a5bf;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath d='M1 5l3.5 3.5L12 1' stroke='%2315a5bf' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 10px;
}
.entry-form {
  /* --- Submit --- */
}
.entry-form .submit-wrap {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 851px) {
  .entry-form .submit-wrap {
    margin-top: 50px;
  }
}
.entry-form .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 300px;
  max-width: 100%;
  height: 64px;
  background: #15a5bf;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  letter-spacing: 0.1em;
}
@media (min-width: 851px) {
  .entry-form .submit-btn {
    gap: 15px;
    width: 380px;
    height: 80px;
    font-size: 20px;
    border-radius: 40px;
  }
}
.entry-form .submit-btn {
  /* MW WP Form submit input */
}
.entry-form .submit-btn input[type=submit] {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0;
}
.entry-form .submit-btn {
  transition: opacity 0.3s;
}
@media (min-width: 851px) {
  .entry-form .submit-btn:hover {
    opacity: 0.7;
  }
}
.entry-form .submit-btn {
  /* Arrow icon via pseudo-element (disabled) */
}
.entry-form .submit-btn::after {
  display: none;
}
@media (min-width: 851px) {
  .entry-form .submit-btn::after {
    width: 32px;
    height: 32px;
  }
}
.entry-form .submit-btn {
  /* Hide inline SVG if still present */
}
.entry-form .submit-btn svg {
  display: none;
}

/* Privacy Simple (simplified version)
======================================== */
section.privacy-simple {
  padding: 0 0 60px;
}
@media (min-width: 851px) {
  section.privacy-simple {
    padding: 0 0 80px;
  }
}
section.privacy-simple {
  /* Heading */
}
section.privacy-simple .heading {
  background: #15a5bf;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 55px;
}
@media (min-width: 851px) {
  section.privacy-simple .heading {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    padding: 0 20px;
    height: 69px;
  }
}
section.privacy-simple .heading-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  section.privacy-simple .heading-text {
    font-size: 20px;
  }
}
section.privacy-simple {
  /* Policy Items */
}
section.privacy-simple .item {
  margin-top: 25px;
}
section.privacy-simple .item-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.778;
}
section.privacy-simple .item-text {
  margin-top: 3px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
section.privacy-simple .item-text p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
section.privacy-simple .item-text .sub-head {
  margin-top: 8px;
}
section.privacy-simple .item-text .indent {
  padding-left: 1em;
}
section.privacy-simple .link {
  display: inline-block;
  text-decoration: underline;
  color: #0563c1;
  word-break: break-all;
  cursor: pointer;
  transition: color 0.2s;
}
section.privacy-simple .link:hover {
  color: #15a5bf;
}
section.privacy-simple .footnote {
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
section.privacy-simple .divider {
  margin-top: 28px;
  height: 2px;
  background: linear-gradient(to right, #15a5bf 100px, #ddd 100px);
}
section.privacy-simple {
  /* Contact Section */
}
section.privacy-simple .contact {
  margin-top: 22px;
}
section.privacy-simple .contact-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.privacy-simple .contact-label img {
  width: 18px;
  height: 18px;
}
section.privacy-simple .contact-label span {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.778;
}
section.privacy-simple .contact-table {
  margin-top: 42px;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 851px) {
  section.privacy-simple .contact-table {
    max-width: 920px;
  }
}
section.privacy-simple .contact-header {
  background: #f7fafa;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center;
  padding: 15px;
  line-height: 48px;
}
@media (min-width: 851px) {
  section.privacy-simple .contact-header {
    font-size: 18px;
    padding: 16px 20px;
  }
}
section.privacy-simple .contact-body .contact-row {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 851px) {
  section.privacy-simple .contact-body .contact-row {
    grid-template-columns: 291px 1fr;
  }
}
section.privacy-simple .contact-body .contact-row:last-child {
  border-bottom: none;
}
section.privacy-simple .contact-body dt {
  background: #f7fafa;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 851px) {
  section.privacy-simple .contact-body dt {
    font-size: 18px;
    padding: 24px 20px;
    border-bottom: none;
    border-right: 1px solid #dadada;
  }
}
section.privacy-simple .contact-body dd {
  background: #fff;
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 12px 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 851px) {
  section.privacy-simple .contact-body dd {
    padding: 24px 36px;
  }
}
section.privacy-simple .contact-note {
  margin-top: 5px;
  font-size: 13px;
  line-height: 2.46;
  color: #333;
}

/* Privacy Policy
======================================== */
section.privacy-policy table {
  display: table;
}
section.privacy-policy span {
  display: inline-block;
}
section.privacy-policy {
  padding: 40px 0;
}
@media (min-width: 851px) {
  section.privacy-policy {
    padding: 80px 0;
  }
}
section.privacy-policy {
  /* Heading Banner */
}
section.privacy-policy .heading {
  background: #15a5bf;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 55px;
}
@media (min-width: 851px) {
  section.privacy-policy .heading {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    padding: 0 20px;
    height: 69px;
  }
}
section.privacy-policy .heading-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  section.privacy-policy .heading-text {
    font-size: 20px;
  }
}
section.privacy-policy {
  /* Common Text */
}
section.privacy-policy .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 32px;
  letter-spacing: 0.9px;
}
section.privacy-policy .text {
  margin-top: 3px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
}
section.privacy-policy .intro {
  margin-top: 20px;
}
@media (min-width: 851px) {
  section.privacy-policy .intro {
    margin-top: 25px;
  }
}
section.privacy-policy {
  /* Divider */
}
section.privacy-policy .divider {
  margin-top: 20px;
  height: 2px;
  background: linear-gradient(to right, #15a5bf 100px, #ddd 100px);
}
@media (min-width: 851px) {
  section.privacy-policy .divider {
    margin-top: 28px;
  }
}
section.privacy-policy {
  /* Numbered List */
}
section.privacy-policy .numbered-list {
  margin-top: 10px;
  counter-reset: list-counter;
}
section.privacy-policy .numbered-list li {
  counter-increment: list-counter;
  padding-left: 34px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
  margin-top: 6px;
}
section.privacy-policy .numbered-list li::before {
  content: counter(list-counter) ".";
  margin-left: -34px;
  display: inline-block;
  width: 34px;
}
section.privacy-policy .numbered-list {
  /* Nested list inside detail items */
}
section.privacy-policy .numbered-list.nested {
  margin-top: 5px;
}
section.privacy-policy .numbered-list.nested li {
  margin-top: 2px;
}
section.privacy-policy .numbered-list {
  /* List with detail content */
}
section.privacy-policy .numbered-list.has-detail > li {
  margin-top: 15px;
  display: flex;
}
@media (min-width: 851px) {
  section.privacy-policy .numbered-list.has-detail > li {
    margin-top: 20px;
  }
}
section.privacy-policy .list-content p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
}
section.privacy-policy {
  /* Info Table (single-row label/value) */
}
section.privacy-policy .info-table {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 851px) {
  section.privacy-policy .info-table {
    grid-template-columns: 291px 1fr;
    margin-top: 30px;
  }
}
section.privacy-policy .info-table .label {
  background: #eaeaea;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 851px) {
  section.privacy-policy .info-table .label {
    font-size: 18px;
    padding: 20px;
    border-bottom: none;
    border-right: 1px solid #dadada;
  }
}
section.privacy-policy .info-table .value {
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 851px) {
  section.privacy-policy .info-table .value {
    padding: 20px 36px;
  }
}
section.privacy-policy .info-table .value p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
}
section.privacy-policy {
  /* Section Block */
}
section.privacy-policy .block {
  margin-top: 25px;
}
@media (min-width: 851px) {
  section.privacy-policy .block {
    margin-top: 30px;
  }
}
section.privacy-policy {
  /* Sub Title (bold subtitle in content) */
}
section.privacy-policy .sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #333;
  margin-top: 10px;
}
section.privacy-policy {
  /* Sub Label (e.g. 【法定代理人の場合】) */
}
section.privacy-policy .sub-label {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
  margin-top: 10px;
}
section.privacy-policy {
  /* Note (smaller text) */
}
section.privacy-policy .note {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.65px;
  color: #333;
  margin-top: 5px;
}
section.privacy-policy {
  /* Measure Items (安全管理措置) */
}
section.privacy-policy .measure-item {
  margin-top: 15px;
}
section.privacy-policy .measure-item .text {
  margin-top: 0;
}
section.privacy-policy {
  /* Usage Table (利用目的) */
}
section.privacy-policy .table-wrap {
  margin-top: 15px;
  overflow-x: auto;
}
@media (min-width: 851px) {
  section.privacy-policy .table-wrap {
    margin-top: 20px;
  }
}
section.privacy-policy .usage-table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}
section.privacy-policy .usage-table th,
section.privacy-policy .usage-table td {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 48px;
  color: #666;
  text-align: center;
}
@media (min-width: 851px) {
  section.privacy-policy .usage-table th,
  section.privacy-policy .usage-table td {
    font-size: 16px;
    padding: 0 20px;
  }
}
section.privacy-policy .usage-table th:last-child,
section.privacy-policy .usage-table td:last-child {
  border-right: none;
}
section.privacy-policy .usage-table th {
  background: #eaeaea;
  font-weight: 700;
}
section.privacy-policy .usage-table td {
  background: #fff;
}
section.privacy-policy .usage-table .num-col {
  width: 60px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 851px) {
  section.privacy-policy .usage-table .num-col {
    width: 80px;
    font-size: 18px;
  }
}
section.privacy-policy .usage-table tbody tr:last-child td {
  border-bottom: none;
}
section.privacy-policy {
  /* Contact Table */
}
section.privacy-policy .contact-table {
  margin-top: 25px;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 851px) {
  section.privacy-policy .contact-table {
    margin-top: 40px;
  }
}
section.privacy-policy .contact-table .row {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 851px) {
  section.privacy-policy .contact-table .row {
    grid-template-columns: 291px 1fr;
  }
}
section.privacy-policy .contact-table .row:last-child {
  border-bottom: none;
}
section.privacy-policy .contact-table dt {
  background: #eaeaea;
  font-size: 15px;
  font-weight: 700;
  color: #666;
  text-align: center;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 851px) {
  section.privacy-policy .contact-table dt {
    font-size: 18px;
    padding: 24px 20px;
    border-bottom: none;
    border-right: 1px solid #dadada;
  }
}
section.privacy-policy .contact-table dd {
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
  padding: 12px 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 851px) {
  section.privacy-policy .contact-table dd {
    font-size: 16px;
    padding: 24px 36px;
  }
}

/* Message Intro
======================================== */
.message-intro {
  position: relative;
  overflow: hidden;
  background: url(../img/message-intro-bg.png) no-repeat center bottom/100% auto;
  padding: 50px 20px;
}
@media (min-width: 851px) {
  .message-intro {
    padding: 99px 0 98px;
  }
}
.message-intro::before, .message-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: auto;
  display: none;
  pointer-events: none;
}
@media (min-width: 851px) {
  .message-intro::before, .message-intro::after {
    display: block;
  }
}
.message-intro::before {
  left: 0;
  aspect-ratio: 316.41/390.64;
  width: 316.41px;
  background: url(../img/recruit-intro-element1.png) no-repeat left bottom/contain;
}
.message-intro::after {
  right: 0;
  aspect-ratio: 329.97/425.26;
  width: 328.97px;
  background: url(../img/recruit-intro-element2.png) no-repeat right bottom/contain;
}
.message-intro .heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.4px;
  color: #333;
}
@media (min-width: 851px) {
  .message-intro .heading {
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 2.4px;
  }
}
.message-intro .text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #333;
  margin-top: 20px;
}

/* Message Jinzai
======================================== */
.message-jinzai {
  position: relative;
  background: url(../img/message-jinzai-bg.png) no-repeat center bottom/100% auto;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(50px, calc(50px + (100vw - 750px) * (60px - 50px) / (850px - 750px)), 60px) calc(50vw - 50%);
}
.message-jinzai .container {
  display: grid;
  gap: clamp(20px, calc(20px + (100vw - 750px) * (50px - 20px) / (850px - 750px)), 50px);
}
@media (min-width: 851px) {
  .message-jinzai .container {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    grid-template-columns: 1fr min(800px, 50%);
  }
}
.message-jinzai .container .text {
  flex: 1;
}
.message-jinzai .container img {
  width: 100%;
  border-radius: 5px;
}
.message-jinzai .container.reverse {
  margin-top: 50px;
}
@media (min-width: 851px) {
  .message-jinzai .container.reverse {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
    grid-template-columns: min(800px, 50%) 1fr;
  }
}
.message-jinzai .heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.4px;
  color: #333;
  margin-bottom: 30px;
}
@media (min-width: 851px) {
  .message-jinzai .heading {
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 2.4px;
  }
}
.message-jinzai .text {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
}

body.page-template-page-message .recruit-environment {
  margin-bottom: 60px;
}
@media (min-width: 851px) {
  body.page-template-page-message .recruit-environment {
    margin-bottom: 140px;
  }
}

/* Real Estate Hero
======================================== */
.real-estate-hero {
  position: relative;
  padding: 50px 0;
  background: url("../img/real-estate-hero-bg.png") no-repeat center top;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(50px, calc(50px + (100vw - 750px) * (90px - 50px) / (850px - 750px)), 90px) calc(50vw - 50%);
}
.real-estate-hero .logo {
  width: 280px;
  height: auto;
}
@media (min-width: 851px) {
  .real-estate-hero .logo {
    width: 442px;
  }
}
.real-estate-hero .catch {
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.4px;
  color: #333;
  margin-top: 15px;
}
@media (min-width: 851px) {
  .real-estate-hero .catch {
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 2.4px;
    margin-top: 20px;
  }
}
.real-estate-hero .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #333;
  margin-top: 15px;
}
@media (min-width: 851px) {
  .real-estate-hero .desc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin-top: 25px;
  }
}

/* Real Estate Dept
======================================== */
.real-estate-dept {
  padding-top: 60px;
}
@media (min-width: 851px) {
  .real-estate-dept {
    padding-top: 100px;
  }
}
.real-estate-dept#design {
  padding-bottom: 60px;
}
@media (min-width: 851px) {
  .real-estate-dept#design {
    padding-bottom: 100px;
  }
}
.real-estate-dept .head {
  display: flex;
  align-items: center;
  gap: 5px;
}
.real-estate-dept .head .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15a5bf;
  flex-shrink: 0;
}
.real-estate-dept .head .en {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.7px;
  color: #15a5bf;
}
.real-estate-dept .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333;
  margin-top: 5px;
}
@media (min-width: 851px) {
  .real-estate-dept .title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
    margin-top: 7px;
  }
}
.real-estate-dept .task {
  margin-top: 30px;
}
@media (min-width: 851px) {
  .real-estate-dept .task {
    margin-top: 40px;
  }
}
.real-estate-dept .task .task-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #333;
  padding-left: 28px;
  position: relative;
}
@media (min-width: 851px) {
  .real-estate-dept .task .task-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    padding-left: 30px;
  }
}
.real-estate-dept .task .task-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #22b2a1;
}
@media (min-width: 851px) {
  .real-estate-dept .task .task-title::before {
    width: 20px;
  }
}
.real-estate-dept .task .task-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #333;
  margin-top: 10px;
  padding-left: 28px;
}
@media (min-width: 851px) {
  .real-estate-dept .task .task-desc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin-top: 12px;
    padding-left: 30px;
  }
}
.real-estate-dept .task dl {
  margin-top: 12px;
  padding-left: 28px;
}
@media (min-width: 851px) {
  .real-estate-dept .task dl {
    margin-top: 16px;
    padding-left: 30px;
  }
}
.real-estate-dept .task dl div {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #333;
}
@media (min-width: 851px) {
  .real-estate-dept .task dl div {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    gap: 20px;
  }
}
.real-estate-dept .task dl dt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.real-estate-dept .task dl dt::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #22b2a1;
  flex-shrink: 0;
}
.real-estate-dept .task dl dd {
  flex: 1;
}
.real-estate-dept .photos {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-top: 40px;
}
@media (min-width: 851px) {
  .real-estate-dept .photos {
    gap: 10px;
    margin-top: 60px;
  }
}
.real-estate-dept .photos .photo {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 851px) {
  .real-estate-dept .photos .photo {
    border-radius: 10px;
  }
}
.real-estate-dept .photos .photo img {
  width: 100%;
  aspect-ratio: 320/214;
  object-fit: cover;
}
@media (min-width: 851px) {
  .real-estate-dept .photos .photo img {
    height: 214px;
    aspect-ratio: auto;
  }
}
@media (min-width: 851px) {
  .real-estate-dept .photos .photo.--raised {
    margin-bottom: 34px;
  }
}
.real-estate-dept .teal-arrow-btn {
  margin-top: 60px;
}
@media (min-width: 851px) {
  .real-estate-dept .teal-arrow-btn {
    margin-top: 90px;
  }
}

/* Cross Talk - Landing
======================================== */
.cross-talk {
  /* Intro */
}
.cross-talk .ct-intro {
  text-align: left;
  padding: 40px 3vw 80px;
  background: no-repeat center bottom/100% auto;
  background-image: var(--wave);
  word-break: normal;
}
@media (min-width: 851px) {
  .cross-talk .ct-intro {
    text-align: center;
    padding: 90px 0 170px;
  }
}
.cross-talk .ct-intro .text {
  font-size: 18px;
  font-weight: 500;
  color: #15a5bf;
  line-height: 1.667;
  letter-spacing: 0.1em;
}
@media (min-width: 851px) {
  .cross-talk .ct-intro .text {
    font-size: 30px;
  }
}
.cross-talk {
  /* Section block common */
}
.cross-talk .ct-talk {
  padding: 40px 0 50px;
}
@media (min-width: 851px) {
  .cross-talk .ct-talk {
    padding: 80px 0;
  }
}
.cross-talk .ct-talk .heading {
  text-align: center;
  word-break: normal;
  white-space: nowrap;
}
.cross-talk .ct-talk .heading span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #15a5bf;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 24px;
}
@media (min-width: 851px) {
  .cross-talk .ct-talk .heading span {
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    padding: 0 50px;
  }
}
.cross-talk .ct-talk .photos {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
}
@media (min-width: 851px) {
  .cross-talk .ct-talk .photos {
    width: auto;
    max-width: 100%;
    height: 300px;
    margin-top: 50px;
  }
}
.cross-talk .ct-talk .subtitle {
  text-align: center;
  color: #15a5bf;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 3vw;
}
@media (min-width: 851px) {
  .cross-talk .ct-talk .subtitle {
    font-size: 18px;
    line-height: 1.444;
    margin-top: 14px;
    padding: 0;
  }
}
.cross-talk .ct-talk .desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
  padding: 0 3vw;
}
@media (min-width: 851px) {
  .cross-talk .ct-talk .desc {
    font-size: 16px;
    margin-top: 10px;
    padding: 0;
  }
}
.cross-talk {
  /* More button */
}
.cross-talk .ct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #fff;
  border: 1px solid #15a5bf;
  color: #15a5bf;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.cross-talk .ct-btn:hover {
  background: #15a5bf;
  color: #fff;
}
@media (min-width: 851px) {
  .cross-talk .ct-btn {
    width: 238px;
    height: 59px;
    font-size: 20px;
  }
}
.cross-talk .ct-btn .arrow {
  width: 24px;
  height: 7px;
  margin-left: 12px;
  transition: transform 0.3s;
}
.cross-talk .ct-btn:hover .arrow {
  transform: translateX(5px);
}
.cross-talk {
  /* Button centering in sections */
}
.cross-talk .ct-talk > .lg-inner > .ct-btn {
  display: flex;
  margin: 20px auto 0;
}
@media (min-width: 851px) {
  .cross-talk .ct-talk > .lg-inner > .ct-btn {
    margin: 25px auto 0;
  }
}
.cross-talk {
  /* Section backgrounds */
}
.cross-talk .ct-papa,
.cross-talk .ct-chuto {
  background: #f9fefc;
}
.cross-talk .ct-douki {
  background: #edfaf5;
}
.cross-talk {
  /* Cards */
}
.cross-talk .ct-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
  padding: 0 3vw;
}
@media (min-width: 851px) {
  .cross-talk .ct-cards {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-top: 50px;
    padding: 0;
  }
}
.cross-talk .ct-cards .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
}
@media (min-width: 851px) {
  .cross-talk .ct-cards .card {
    width: 470px;
    padding: 30px;
  }
}
.cross-talk .ct-cards .card-title {
  text-align: center;
  color: #15a5bf;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.444;
}
@media (min-width: 851px) {
  .cross-talk .ct-cards .card-title {
    font-size: 18px;
  }
}
.cross-talk .ct-cards .card-photo {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 16px;
}
@media (min-width: 851px) {
  .cross-talk .ct-cards .card-photo {
    height: 250px;
    margin-top: 20px;
  }
}
.cross-talk .ct-cards .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cross-talk .ct-cards .card-desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 12px;
}
@media (min-width: 851px) {
  .cross-talk .ct-cards .card-desc {
    font-size: 16px;
    margin-top: 20px;
  }
}
.cross-talk .ct-cards .ct-btn {
  margin-top: 12px;
}
@media (min-width: 851px) {
  .cross-talk .ct-cards .ct-btn {
    margin-top: 15px;
  }
}

/* Interview - Colleague Talk
======================================== */
.colleague-talk .interview {
  /* Members */
}
.colleague-talk .interview .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
  margin-top: 30px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .members {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    margin-top: 48px;
  }
}
.colleague-talk .interview .member {
  text-align: center;
  width: calc(33.333% - 10px);
}
@media (min-width: 851px) {
  .colleague-talk .interview .member {
    width: auto;
  }
}
.colleague-talk .interview .member .photo-wrap {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
@media (min-width: 851px) {
  .colleague-talk .interview .member .photo-wrap {
    width: 150px;
  }
}
.colleague-talk .interview .member .photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.colleague-talk .interview .member .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.colleague-talk .interview .member .badge {
  position: absolute;
  right: -10px;
  bottom: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #15a5bf;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.65px;
  line-height: 28px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .member .badge {
    width: 69px;
    height: 69px;
    font-size: 13px;
    right: -15px;
    bottom: -10px;
  }
}
.colleague-talk .interview .member .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.65px;
  margin-top: 5px;
}
.colleague-talk .interview .member .info {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.65px;
}
.colleague-talk .interview {
  /* Description */
}
.colleague-talk .interview .desc {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .desc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
.colleague-talk .interview {
  /* Group Photo */
}
.colleague-talk .interview .group-photo {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .group-photo {
    margin-top: 60px;
    margin-left: -105px;
    margin-right: -105px;
  }
}
.colleague-talk .interview .group-photo img {
  width: 100%;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
@media (min-width: 851px) {
  .colleague-talk .interview .group-photo img {
    height: 455px;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  }
}
.colleague-talk .interview {
  /* Q&A Block */
}
.colleague-talk .interview .qa-block {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .qa-block {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 60px;
  }
}
.colleague-talk .interview .qa-block .qa-question {
  color: #15a5bf;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .qa-block .qa-question {
    writing-mode: vertical-rl;
    font-size: 36px;
    line-height: 54px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.colleague-talk .interview .qa-block .qa-answers {
  flex: 1;
}
@media (min-width: 851px) {
  .colleague-talk .interview .qa-block--reverse {
    flex-direction: row-reverse;
  }
}
.colleague-talk .interview {
  /* Q&A Item */
}
.colleague-talk .interview .qa-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 851px) {
  .colleague-talk .interview .qa-item {
    gap: 20px;
  }
}
.colleague-talk .interview .qa-item + .qa-item {
  margin-top: 30px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .qa-item + .qa-item {
    margin-top: 40px;
  }
}
.colleague-talk .interview .qa-item .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 851px) {
  .colleague-talk .interview .qa-item .avatar {
    width: 65px;
    height: 65px;
  }
}
.colleague-talk .interview .qa-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.colleague-talk .interview .qa-item .text {
  flex: 1;
}
.colleague-talk .interview .qa-item .speaker {
  font-size: 16px;
  color: #15a5bf;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.colleague-talk .interview .qa-item .answer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.9px;
  margin-top: 2px;
}
.colleague-talk .interview .qa-item .answer-text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-top: 5px;
}
.colleague-talk .interview {
  /* Back Button */
}
.colleague-talk .interview .back-btn {
  display: flex;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 60px auto 0;
  background: #15a5bf;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  transition: background-color 0.3s;
}
.colleague-talk .interview .back-btn:hover {
  background-color: rgba(21, 165, 191, 0.8);
}
@media (min-width: 851px) {
  .colleague-talk .interview .back-btn {
    width: 307px;
    height: 69px;
    margin-top: 80px;
  }
}
.colleague-talk .interview .back-btn .label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 851px) {
  .colleague-talk .interview .back-btn .label {
    font-size: 20px;
  }
}
.colleague-talk .interview .back-btn .sub {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.65px;
  margin-left: auto;
}
@media (min-width: 851px) {
  .colleague-talk .interview .back-btn .sub {
    font-size: 13px;
  }
}
.colleague-talk .interview .back-btn .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
  flex-shrink: 0;
}

/* Interview List
======================================== */
.interview .interview-list {
  padding: 50px 0 60px;
  text-align: center;
  position: relative;
}
@media (min-width: 851px) {
  .interview .interview-list {
    padding: 90px 0 100px;
  }
}
.interview .interview-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 70%;
  background: linear-gradient(to bottom, transparent 0%, rgba(178, 241, 225, 0.15) 40%, rgba(178, 252, 241, 0.3) 100%);
  pointer-events: none;
  z-index: 0;
}
.interview .interview-list > * {
  position: relative;
  z-index: 1;
}
.interview .interview-list .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.2px;
  color: #15a5bf;
}
@media (min-width: 851px) {
  .interview .interview-list .title {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 1.7px;
  }
}
.interview .interview-list .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #333;
  margin-top: 12px;
}
@media (min-width: 851px) {
  .interview .interview-list .desc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin-top: 17px;
  }
}
.interview .interview-list .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 851px) {
  .interview .interview-list .filters {
    gap: 10px;
    margin-top: 45px;
  }
}
.interview .interview-list .filter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #15a5bf;
  border-radius: 25px;
  background: white;
  color: #15a5bf;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  cursor: pointer;
  transition: 0.3s all;
  white-space: nowrap;
}
@media (min-width: 851px) {
  .interview .interview-list .filter {
    height: 52px;
    padding: 0 30px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.interview .interview-list .filter:hover {
  background: #22b2a1;
  color: white;
  border-color: #22b2a1;
}
.interview .interview-list .filter.is-active {
  background: #22b2a1;
  color: white;
  border-color: #22b2a1;
}
.interview .interview-list .count {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.65px;
  line-height: 36px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}
@media (min-width: 851px) {
  .interview .interview-list .count {
    margin-top: 22px;
  }
}
.interview .interview-list .count::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #bebebe;
  border-radius: 5px;
}
.interview .interview-list .count .icon {
  flex-shrink: 0;
}
.interview .interview-list .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 851px) {
  .interview .interview-list .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 18px;
    margin-top: 50px;
  }
}
.interview .interview-list .card {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 315/439;
  text-decoration: none;
}
.interview .interview-list .card.is-hidden {
  display: none;
}
.interview .interview-list .card .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.interview .interview-list .card:hover .photo {
  transform: scale(1.05);
}
.interview .interview-list .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 73.362%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.interview .interview-list .card .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: white;
  border: 1px solid #15a5bf;
  border-radius: 18px;
  height: 30px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  color: #15a5bf;
  letter-spacing: 1px;
  line-height: 30px;
  white-space: nowrap;
  z-index: 2;
}
@media (min-width: 851px) {
  .interview .interview-list .card .badge {
    top: 10px;
    right: 10px;
    height: 35px;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 32px;
  }
}
.interview .interview-list .card .info {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 2;
}
@media (min-width: 851px) {
  .interview .interview-list .card .info {
    bottom: 20px;
  }
}
.interview .interview-list .card .info .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.4px;
}
@media (min-width: 851px) {
  .interview .interview-list .card .info .name {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.65px;
  }
}
.interview .interview-list .card .info .role {
  font-size: 11px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.4px;
}
@media (min-width: 851px) {
  .interview .interview-list .card .info .role {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.65px;
  }
}

/* Staff Detail
======================================== */
.staff-detail {
  position: relative;
  overflow: hidden;
}
.staff-detail::before, .staff-detail::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 810px;
  background: url(../img/interview-detail-bg.jpg) center/cover;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
.staff-detail::before {
  top: 250px;
  clip-path: polygon(0 0, 100% 53.15%, 100% 100%, 0 45.6%);
}
@media (min-width: 851px) {
  .staff-detail::before {
    top: 640px;
  }
}
.staff-detail::after {
  top: 1060px;
  clip-path: polygon(100% 0, 0 53.15%, 0 100%, 100% 45.6%);
}
@media (min-width: 851px) {
  .staff-detail::after {
    top: 1450px;
  }
}
.staff-detail .lg-inner {
  position: relative;
  z-index: 1;
}
.staff-detail .detail {
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 851px) {
  .staff-detail .detail {
    padding-bottom: 120px;
  }
}
.staff-detail .detail::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 810px;
  top: 2400px;
  background: url(../img/interview-detail-bg.jpg) center/cover;
  clip-path: polygon(0 0, 100% 53.15%, 100% 100%, 0 45.6%);
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 851px) {
  .staff-detail .detail::before {
    top: auto;
    bottom: -10%;
  }
}
.staff-detail .qa {
  margin-top: 40px;
}
@media (min-width: 851px) {
  .staff-detail .qa {
    margin-top: 50px;
  }
}
.staff-detail .qa .label {
  display: block;
  width: auto;
  height: 15px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 851px) {
  .staff-detail .qa .label {
    height: 17px;
    margin-bottom: 5px;
  }
}
.staff-detail .qa .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667;
  text-align: center;
}
.staff-detail .qa .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 8px;
}
@media (min-width: 851px) {
  .staff-detail .qa .text {
    margin-top: 10px;
  }
}
.staff-detail .qa--side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 851px) {
  .staff-detail .qa--side {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
}
@media (min-width: 851px) {
  .staff-detail .qa--side .label {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 851px) {
  .staff-detail .qa--side .title {
    text-align: left;
  }
}
.staff-detail .qa--side .photo {
  width: 100%;
  aspect-ratio: 567/352;
  object-fit: cover;
}
@media (min-width: 851px) {
  .staff-detail .qa--side .photo {
    width: 57.9%;
    flex-shrink: 0;
    margin-top: 32px;
  }
}
.staff-detail .qa--side .body {
  background: rgba(255, 255, 255, 0.81);
  padding: 20px;
}
@media (min-width: 851px) {
  .staff-detail .qa--side .body {
    width: 50%;
    flex-shrink: 0;
    margin-left: -7.8%;
    padding: 30px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 851px) {
  .staff-detail .qa--reverse .body {
    margin-left: 0;
    margin-top: 41px;
  }
  .staff-detail .qa--reverse .photo {
    margin-top: 0;
    margin-left: -7.9%;
  }
}
.staff-detail .qa--full .body {
  background: rgba(255, 255, 255, 0.81);
  padding: 20px;
}
@media (min-width: 851px) {
  .staff-detail .qa--full .body {
    padding: 30px;
    text-align: center;
  }
}
.staff-detail .hero-photo {
  width: 100%;
  margin-top: 40px;
  aspect-ratio: 980/482;
  object-fit: cover;
}
@media (min-width: 851px) {
  .staff-detail .hero-photo {
    margin-top: 50px;
  }
}
