@charset "UTF-8";
/* ===== Page Hero ===== */
.page-hero {
  aspect-ratio: 1920/315;
}
@media screen and (max-width: 768px) {
  .page-hero {
    aspect-ratio: 480/177;
  }
}

/* ===== 汎用コンテナ ===== */
.container {
  max-width: calc(1100px + 80px);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* ===== 共通見出し ===== */
.recruit-heading {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-heading {
    font-size: 20px;
  }
}

.recruit-heading-line {
  width: 100px;
  height: 4px;
  background: #34C8DC;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .recruit-heading-line {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-heading-line {
    margin-bottom: 40px;
  }
}

/* ===== 採用情報イントロ ===== */
.section-recruit-intro {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-recruit-intro {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-recruit-intro {
    padding: 60px 0;
  }
}

.recruit-lead-catch {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-lead-catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-lead-catch {
    font-size: 16px;
  }
}

.recruit-lead-text {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-lead-text .br-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit-lead-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-lead-text {
    font-size: 13px;
  }
}

/* ===== 募集職種 ===== */
.section-recruit-jobs {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .section-recruit-jobs {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .section-recruit-jobs {
    padding: 0 0 60px;
  }
}

.recruit-jobs-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-jobs-list {
    gap: 28px;
  }
}

.recruit-job-card {
  border: 1px solid #ccc;
  padding: 48px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-job-card {
    padding: 36px 28px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-job-card {
    padding: 28px 20px;
  }
}

.recruit-job-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
.recruit-job-title .br-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .recruit-job-title .br-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruit-job-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-job-title {
    font-size: 16px;
  }
}

.recruit-job-en {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
}
.recruit-job-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .recruit-job-en {
    font-size: 13px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.recruit-job-desc {
  font-size: 16px;
  line-height: 2;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-job-desc {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .recruit-job-desc .br-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit-job-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-job-desc {
    font-size: 13px;
  }
}

/* ===== 求める人物像 ===== */
.section-recruit-person {
  padding: 120px 0;
  background: rgba(167, 230, 239, 0.25);
}
@media screen and (max-width: 768px) {
  .section-recruit-person {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-recruit-person {
    padding: 60px 0;
  }
}

.recruit-person-list {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.recruit-person-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 36px;
}
.recruit-person-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #333;
  font-size: 18px;
}
.recruit-person-list li:last-child {
  margin-bottom: 0;
}
.recruit-person-list li strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.recruit-person-list li span {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .recruit-person-list li {
    padding-left: 28px;
    margin-bottom: 28px;
  }
  .recruit-person-list li::before {
    font-size: 16px;
  }
  .recruit-person-list li strong {
    font-size: 15px;
  }
  .recruit-person-list li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-person-list li strong {
    font-size: 14px;
  }
  .recruit-person-list li span {
    font-size: 13px;
  }
}

/* ===== 働く環境 ===== */
.section-recruit-env {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-recruit-env {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-recruit-env {
    padding: 60px 0;
  }
}

.recruit-env-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-env-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 500px;
  }
}

.recruit-env-card {
  text-align: center;
  border: 1px solid #ccc;
  padding: 8% 6%;
}
@media screen and (max-width: 768px) {
  .recruit-env-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 20px;
    text-align: left;
    padding: 6% 5%;
    max-width: 100%;
  }
  .recruit-env-card .recruit-env-icon {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    margin: 0;
  }
  .recruit-env-card .recruit-env-title {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin-bottom: 8px;
  }
  .recruit-env-card .recruit-env-desc {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }
}

.recruit-env-title {
  font-size: clamp(14px, 1.9vw, 17px);
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-env-title {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.recruit-env-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}
.recruit-env-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .recruit-env-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
}

.recruit-env-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit-env-desc {
    font-size: 13px;
  }
}

/* ===== 挿絵 ===== */
.section-recruit-photo {
  width: 100%;
  overflow: hidden;
}

.recruit-photo-row {
  width: 100%;
  height: 360px;
}
.recruit-photo-row img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .recruit-photo-row {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-photo-row {
    height: 140px;
  }
}

/* ===== 選考フロー ===== */
.section-recruit-flow {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-recruit-flow {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-recruit-flow {
    padding: 60px 0;
  }
}

.recruit-flow-list {
  max-width: 800px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .recruit-flow-list {
    margin-bottom: 40px;
  }
}

.recruit-flow-step {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  background: #E9FAFB;
  padding: 40px 48px;
}
@media screen and (max-width: 768px) {
  .recruit-flow-step {
    padding: 32px 28px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-flow-step {
    padding: 28px 20px;
  }
}

.recruit-flow-arrow {
  text-align: center;
  padding: 16px 0;
  line-height: 1;
}
.recruit-flow-arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 14px solid rgba(52, 200, 220, 0.5);
}
@media screen and (max-width: 768px) {
  .recruit-flow-arrow {
    padding: 12px 0;
  }
  .recruit-flow-arrow::after {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 12px;
  }
}

.recruit-flow-num {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 90px;
  padding: 15px 32px 15px 0;
  border-right: 2px solid rgba(133, 134, 231, 0.7);
}
.recruit-flow-num img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-flow-num {
    height: 70px;
    padding: 12px 24px 12px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit-flow-num {
    height: 60px;
    padding: 10px 16px 10px 0;
  }
}

.recruit-flow-body {
  flex: 1;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .recruit-flow-body {
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-flow-body {
    padding-left: 16px;
  }
}

.recruit-flow-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-flow-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-flow-title {
    font-size: 16px;
  }
}

.recruit-flow-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 768px) {
  .recruit-flow-desc {
    font-size: 13px;
  }
}

/* ===== エントリーボタン ===== */
.recruit-entry-section {
  text-align: center;
  padding: 40px 20px;
}

.recruit-entry-btn {
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 18px 48px;
  background: transparent;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.recruit-entry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #34C8DC;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .recruit-entry-btn {
    min-width: 260px;
    padding: 16px 40px;
    font-size: 15px;
  }
}

/* 4辺のライン */
.btn-line {
  position: absolute;
  background: #34C8DC;
}

.btn-line--top {
  top: 0;
  left: 0;
  height: 1.5px;
  width: 0;
}

.btn-line--right {
  top: 0;
  right: 0;
  width: 1.5px;
  height: 0;
}

.btn-line--bottom {
  bottom: 0;
  right: 0;
  height: 1.5px;
  width: 0;
}

.btn-line--left {
  bottom: 0;
  left: 0;
  width: 1.5px;
  height: 0;
}

/* is-visible で発火 */
.recruit-entry-section.is-visible .btn-line--top {
  animation: lineHorizontal 0.2s ease forwards;
}

.recruit-entry-section.is-visible .btn-line--right {
  animation: lineVertical 0.2s ease 0.2s forwards;
}

.recruit-entry-section.is-visible .btn-line--bottom {
  animation: lineHorizontal 0.2s ease 0.4s forwards;
}

.recruit-entry-section.is-visible .btn-line--left {
  animation: lineVertical 0.2s ease 0.6s forwards;
}

.recruit-entry-section.is-visible .recruit-entry-btn::before {
  animation: bgSlide 0.3s ease 0.8s forwards;
}

.recruit-entry-section.is-visible .recruit-entry-btn {
  animation: textShow 0.2s ease 0.95s forwards;
}

/* ホバー */
.recruit-entry-section.is-visible .recruit-entry-btn:hover {
  color: #34C8DC;
}

.recruit-entry-section.is-visible .recruit-entry-btn:hover::before {
  transform: scaleX(0);
}

/* キーフレーム */
@keyframes lineHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes bgSlide {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes textShow {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}