@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: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
  gap: 60px;
}

.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: minmax(0, 1fr) 300px; */
  align-items: center;
  /* gap: clamp(40px, 6vw, 80px); */

  padding-top: 72px;
}
.s .recruit-hero-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  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;
}

.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;
}

.recruit-hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 16px;
  margin-top: 30px;

  font-size: 16px;
  font-weight: 400;
  background-color: var(--color-primary);
  color: #fff;

  border-radius: 8px;
  transition: background-color 0.25s ease;
  text-decoration: none;
  max-width: 169px;
  max-height: 48px;
}

/* Section Heading */
.section-heading {
  padding-bottom: 40px;
  border-bottom: 2px solid #006098;
}
.s .section-heading {
  padding-bottom: 20px;
  width: 100%;
}

.section-heading-label {
  display: block;
  position: relative;

  padding-left: 12px;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2%;
  line-height: 150%;
}
.s .section-heading-label {
  font-size: 12px;
}

.section-heading-label::before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 5px;
  height: 5px;

  background-color: #0070b7;
  border-radius: 50%;

  content: "";
  transform: translateY(-50%);
}

.section-heading-title {
  margin: 10px 0 0;

  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}
.s .section-heading-title {
  font-size: 28px;
}

/* ========================================
  Job Section
======================================== */
.job-section {
  padding-bottom: 110px;
}
.s .job-section {
  padding-bottom: 0;
}

/* Job Main */
.job-main {
  min-width: 0;
}

.job-content {
  display: flex;
  flex-direction: column;
  gap: 50px;

  margin-top: 70px;
}
.s .job-content {
  gap: 30px;
  margin-top: 24px;
}

/* Job Card */
.job-card {
  position: relative;
  overflow: hidden;

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

  scroll-margin-top: 110px;
}
.s .job-card {
  scroll-margin-top: 70px;
}

.job-card-summary {
  display: block;
  position: static;

  min-height: 122px;

  padding: 30px 34px 88px;

  list-style: none;
  /* cursor: pointer; */
}
.s .job-card-summary {
  padding: 30px 24px 70px;
}

.job-card-summary::-webkit-details-marker {
  display: none;
}

.job-card-summary::before {
  content: none;
}

.job-card-summary-text {
  position: relative;
}

.job-card-summary-text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34px;

  width: 8px;
  height: 130px;

  background-color: #006098;

  content: "";
}
.s .job-card-summary-text::before {
  left: -24px;
  bottom: 130px;

  width: 6px;
}

.job-card-heading {
  margin: 0;

  color: #006098;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.s .job-card-heading {
  font-size: 20px;
}

.job-card-lead {
  margin: 20px 0 0;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.s .job-card-lead {
  font-size: 16px;
  margin: 20px 0;
}

.job-card-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  position: absolute;
  right: 28px;
  bottom: 30px;

  min-width: 128px;
  padding: 11px 14px;

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

  background-color: #006098;
  border-radius: 4px;
}
.s .job-card-toggle {
  right: 24px;
  bottom: 24px;
  font-size: 14px;
}

.job-card-toggle-icon {
  width: 17px;
  height: 17px;

  background: url("../../common/images/arrow-down-white.svg") center / contain
    no-repeat;

  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.job-card[open] .job-card-toggle {
  background-color: #fff;
  color: #006098;
}

.job-card[open] .job-card-toggle-icon {
  transform: rotate(360deg);
  background-image: url("../../common/images/arrow-up-blue.svg");
}

.job-card[open] .job-card-toggle-text {
  font-size: 0;
}

.job-card[open] .job-card-toggle-text::before {
  font-size: 16px;
  content: "閉じる";
}
.s .job-card[open] .job-card-toggle-text::before {
  font-size: 14px;
}

.s .job-card[open] .job-card-body {
  padding-bottom: 50px;
}

.job-card-body {
  padding: 0 34px 34px;
}
.s .job-card-body {
  padding: 0 24px 28px;
}

.job-detail-list {
  margin: 0;
  padding: 30px 0;

  border-top: 1px solid #006098;
}

.job-detail-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.job-detail-title {
  margin-bottom: 18px;

  font-size: 28px;
  font-weight: 600;
}
.s .job-detail-title {
  margin-bottom: 14px;
  font-size: 20px;
}

.job-detail-content {
  margin: 0;

  font-size: 20px;
  line-height: 2;
}
.s .job-detail-content {
  font-size: 16px;
  line-height: 1.9;
}

.job-detail-content p {
  margin: 0;
}

.job-detail-bullet-list {
  padding: 0;
  margin: 0;

  list-style: none;
}

.job-detail-bullet-list li {
  position: relative;
  padding-left: 14px;
}

.job-detail-bullet-list li::before {
  position: absolute;
  top: 1em;
  left: 0;

  width: 4px;
  height: 4px;

  background-color: currentColor;
  border-radius: 50%;

  content: "";
  transform: translateY(-50%);
}

/* Working Conditions */
.working-section {
  padding: 140px 0;
}
.s .working-section {
  padding-bottom: 90px;
}

.working-main {
  min-width: 0;
}

.working-list {
  margin: 20px 10px 0;
}
.s .working-list {
  margin: 10px 10px 0;
}

.working-item {
  padding-block: 38px;
  border-bottom: 1px solid #006098;
}
.s .working-item {
  padding-block: 28px;
}

.working-title {
  margin-bottom: 20px;

  font-size: 28px;
  font-weight: 600;
}
.s .working-title {
  margin-bottom: 16px;

  font-size: 20px;
}

.working-content {
  margin: 0;

  font-size: 20px;
  line-height: 2;
}
.s .working-content {
  font-size: 16px;
  line-height: 1.8;
}

.working-content p {
  margin: 0;
}

.working-bullet-list {
  padding: 0;
  margin: 0;

  list-style: none;
}

.working-bullet-list li {
  position: relative;
  padding-left: 14px;
  margin-left: 5px;
}

.working-bullet-list li::before {
  position: absolute;
  top: 1em;
  left: 0;

  width: 4px;
  height: 4px;

  background-color: currentColor;
  border-radius: 50%;

  content: "";
  transform: translateY(-50%);
}

/* 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;
}
