@charset "UTF-8";

/* ========================================
  Recruit Common
======================================== */
.recruit-page {
  padding-top: 76px;
  color: #111111;
}

.s .recruit-page {
  padding-top: 69px;
}

.recruit-container {
  width: min(calc(100% - 64px), 1272px);
  margin-inline: auto;
}

.s .recruit-container {
  width: calc(100% - 32px);
}

html {
  scroll-behavior: smooth;
}

.recruit-layout {
  display: block;
  max-width: 892px;
  margin-inline: auto;
}

.s .recruit-layout {
  display: block;
}

/* ========================================
  Recruit Hero
======================================== */
.recruit-hero {
  padding-top: 20px;
  padding-bottom: 120px;
}
.s .recruit-hero {
  padding-top: 0;
  padding-bottom: 60px;
}

.recruit-hero-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 80px);

  padding-top: 72px;
}
.s .recruit-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  padding-top: 42px;
}

.recruit-hero-title {
  margin: 0;

  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.s .recruit-hero-title {
  font-size: 36px;
  min-width: 185px;
  margin-bottom: 20px;
}

.recruit-hero-sub-title {
  margin: 40px 0 0;
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 700;
}
.s .recruit-hero-sub-title {
  font-size: 20px;
}

.recruit-hero-description {
  margin: 30px 0 0;

  font-size: 20px;
  font-weight: 500;
  line-height: 190%;
}
.s .recruit-hero-description {
  margin-top: 22px;

  font-size: 16px;
  line-height: 1.9;
}

.recruit-hero-image {
  overflow: hidden;
}

.recruit-hero-image img {
  display: block;

  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* doda Interview List */
.doda-interview-note {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}
.s .doda-interview-note {
  font-size: 12px;
  margin-bottom: 10px;
}
.doda-interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-left: 0;
}
.s .doda-interview-list {
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  justify-items: center;
  margin: 0 auto 100px;
  max-width: 90%;
}

.doda-interview-item {
  list-style: none;
}
.doda-interview-item a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.doda-interview-item-image {
  max-width: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .doda-interview-item a:hover .doda-interview-item-image {
    opacity: 0.7;
  }
}
.doda-interview-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 5px 10px;
  background-color: #016099;
  border-radius: 0 8px 0 0;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}
.doda-interview-item-title > span {
  display: block;
  padding-inline-end: 1em;
  padding-block-end: 0.3em;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
.doda-interview-item-arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 15px;
  background-color: #006298;
  border-radius: 50%;
}
.doda-interview-item-arrow::before,
.doda-interview-item-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
}
.doda-interview-item-arrow::before {
  width: 10px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.doda-interview-item-arrow::after {
  width: 15px;
  height: 2px;
  background-color: #fff;
  rotate: -45deg;
}

/* ========================================
  Environment Section
======================================== */
.doda-interview-section {
  padding-bottom: 110px;
}
.s .doda-interview-section {
  padding-bottom: 0;
}

/* Entry Banner */
.entry-section {
  padding-bottom: 130px;
}
.s .entry-section {
  padding-bottom: 80px;
}

.entry-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;

  min-height: 324px;
  padding: 24px;

  color: #ffffff;
  text-decoration: none;

  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/entry-banner.png") center / cover no-repeat;
}
.s .entry-banner {
  min-height: 300px;
  padding: 22px;
}

.entry-banner::before {
  position: absolute;
  inset: 40px;

  border: 3px solid #006098;

  content: "";
  pointer-events: none;
}
.s .entry-banner::before {
  inset: 22px;
}

.entry-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  position: relative;
  z-index: 1;

  padding-inline: 50px;
}
.s .entry-banner-content {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 32px;

  min-height: 268px;
  padding: 30px 24px;
}

.entry-banner-title {
  margin: 0;

  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0%;
  font-family: "roboto", sans-serif;
}
.s .entry-banner-title {
  font-size: 24px;
}

.entry-banner-description {
  margin-top: 18px;

  font-size: 16px;
  line-height: 190%;
}
.s .entry-banner-description {
  font-size: 14px;
}

.entry-banner-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 5px;

  min-width: 240px;
  padding: 16px 20px;

  color: #ffffff;
  font-size: 16px;

  background-color: #006098;
  border-radius: 8px;

  transition: background-color 0.25s ease;
}
.s .entry-banner-button {
  width: 100%;
  justify-content: center;

  font-size: 14px;

  min-width: 0;
  padding: 8px 12px;
}

.entry-banner:hover .entry-banner-button {
  background-color: #005d98;
}
