@charset "utf-8";

/* Block: page-visual */
.page-visual {
  z-index: 1;
  height: 75vh;
  background-image: url("../img/page-visual/page-visual_recruit.jpg");
  background-position: center;
}

.page-visual::before {
  display: none;
}

.page-visual__content {
  bottom: 15%;
}

.page-visual__title-en {
  font-size: 56px;
}

/* section--intro */
.section--intro {
  position: relative;
  z-index: 0;
  min-height: 480px;
  margin-top: -176px;
  padding: 288px 0 144px 0;
  background-color: #fff;
  background-image:
    repeating-linear-gradient(
      to right,
      transparent,
      transparent 19px,
      #eee 19px,
      #eee 20px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent,
      transparent 19px,
      #eee 19px,
      #eee 20px
    );
}

.intro__title {
  text-align: center;
  color: #0082c8;
}

.intro__desc {
  margin-top: 40px;
  text-align: center
}

.intro__text {
  margin-bottom: 32px;
}

.intro__text:last-child {
  margin-bottom: 0;
}

.intro-bg__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5vw 5vw 100vw 5vw;
}

.intro-bg__item:nth-child(1)::before {
  top: 0;
  left: -5%;
  width: 264px;
  height: 136px;
  background-image: url("../img/recruit/intro_bg_lg01.jpg");
}

.intro-bg__item:nth-child(2)::before {
  bottom: 0;
  right: -10%;
  width: 264px;
  height: 136px;
  background-image: url("../img/recruit/intro_bg_lg02.jpg");
}

.intro-bg__item:nth-child(3)::before {
  bottom: 0;
  left: 0;
  width: 160px;
  height: 80px;
  background-image: url("../img/recruit/intro_bg_sm01.jpg");
}

.intro-bg__item:nth-child(4)::before {
  top: -56px;
  right: 0;
  width: 160px;
  height: 80px;
  background-image: url("../img/recruit/intro_bg_sm02.jpg");
}

.intro__content {
  position: relative;
}

.intro__links {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 80px;
}

/* section--number */
.section--number {
  padding: 120px 0 48px 0;
  background-color: #e9f2f7;
}

.number__point {
  position: relative;
  padding: 0 160px 0 0;
  text-align: center;
}

.number__point::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 280px;
  height: 160px;
  background-image: url("../img/recruit/number_point-gp.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.number__point-title {
  position: relative;
  display: inline-block;
  padding: 0 32px 24px 32px;
  font-size: 1.2em;
  text-align: center;
  color: #0082c8;
}

.number__point-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 64px;
  border-left: 1px solid #0082c8;
  transform: rotate(-45deg);
}

.number__point-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 64px;
  border-right: 1px solid #0082c8;
  transform: rotate(45deg);
}

.number__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  background-color: #fff;
  border-radius: 40px;
}

.number__block--inner {
  width: 100%;
}

.number__block-title {
  font-size: 1.4em;
  color: inherit;
}

.number__content--column1 .number__block--inner {
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: center;
}

.number__content--column1 .number__block-icon {
  width: 60%;
}

.number__content--column1 .number__wrap,
.number__content--column2 .number__wrap {
  margin-bottom: 40px;
}

.number__content--column2 .number__wrap {
  display: flex;
  gap: 40px;
}

.number__content--column2 .number__block {
  width: 33.333%;
}

.number__content--column2 .number__block--inner {
  text-align: center;
}

.number__content--column2 .number__block-icon {
  height: 80px;
  margin-bottom: 8px;
}

.number__content--column2 .number__block .number__block-img {
  height: 80px;
}

.number__content--column2 .number__block-title {
  position: relative;
  padding-top: 16px;
}

.number__content--column2 .number__block-title .number__block--sup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 14px;
}

.number__content--column3 .number__block-title {
  margin-bottom: 40px;
}

.number__block-value-number {
  font-weight: bold;
  font-size: 48px;
  color: #0082c8;
}

.number__block-value-unit {
  font-size: 1.4em;
}

.number__content--column3 .number__wrap {
  display: flex;
  gap: 40px;
}

.number__content--column3 .number__block {
  width: 50%;
}

/* section--jobs */
.jobs__slider {
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px 0;
}

.job-forsp {
  display: none;
  padding: 8px 16px;
  color: #0082c8;
  border-radius: 100vw;
  background-color: #fff;
  border: 1px solid #0082c8;
}

.jobs__wrapper {
  display: flex;
  transition: transform 0.4s ease;
  gap: 40px;
  align-items: center;
  cursor: grab;
}

.jobs__wrapper.is-dragging {
  cursor: grabbing;
}

.jobs__wrapper.no-transition {
  transition: none !important;
}

.jobs__slide {
  display: flex;
  flex: 0 0 auto;
  width: 220px;
  text-align: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  position: relative;
  opacity: 0.6;
  transform: scale(0.8);
}

.jobs__slide--active {
  transform: scale(1.3);
  opacity: 1;
  z-index: 2;
}

.jobs__slide.clone {
  opacity: 0.6;
}

.jobs__slide.clone.jobs__slide--active {
  opacity: 1;
}

.jobs__visual {
  width: 85%;
}

.jobs__info {
  width: 15%;
  padding-top: 16px;
  padding-left: 8px;
  position: relative;
}

.jobs__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.jobs__more {
  position: absolute;
  top: -24px;
  right: 0;
  display: inline-block;
  border: 2px solid #0082c8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #0082c8;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.jobs__more:hover {
  background-color: #0082c8;
  color: white;
  transform: scale(1.1);
}

.jobs__role {
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: normal;
  color: #0082c8;
  display: block;
  line-height: 1.4;
  letter-spacing: 2px;
}

/* Controls */
.jobs__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.jobs__controls button {
  pointer-events: all;
  width: 44px;
  height: 44px;
  font-size: 32px;
  cursor: pointer;
  color: #0082c8;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.jobs__controls button:hover {
  background: #0082c8;
  color: white;
  transform: scale(1.1);
}

/* Indicator */
.jobs__indicator {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: 16px;
}

.jobs__indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 100vw;
  background: #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.jobs__indicator-dot.active {
  background: #0082c8;
  transform: scale(1.2);
}

.jobs__indicator-dot:hover {
  background: #0082c8;
  opacity: 0.7;
}

/* section--process */
.section--process {
  position: relative;
  overflow-x: hidden;
  background-color: #e9f2f7;
}

.section--process::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 280px;
  height: 160px;
  background-image: url("../img/recruit/number_point-gp.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.process {
  padding: 60px 40px;
  position: relative;
  overflow: visible;
}

.process__timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.process__line {
  position: absolute;
  top: 20px;
  left: 0;
  right: -100%;
  height: 3px;
  background-color: #0082c8;
  border-radius: 2px;
}

.process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  flex: 1;
}

.process__circle {
  width: 24px;
  height: 24px;
  border-radius: 100vw;
  background: #0082c8;
  position: relative;
  top: 8px;
}

.process__step--active .process__circle {
  width: 40px;
  height: 40px;
  top: 0;
}

.process__number {
  position: absolute;
  top: 60px;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.process__content {
  margin-top: 120px;
  text-align: left;
  max-width: 140px;
  writing-mode: vertical-rl;
}

.process__title {
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.process__step--active .process__title {
  color: #0082c8;
  font-size: 1.3rem;
  font-weight: 700;
}

.process__step--active .process__number {
  color: #0082c8;
}

.process__step--active .process__content {
  margin-top: 104px;
}

.process__subtitle {
  font-size: 0.9rem;
  color: #7f8c8d;
  font-weight: 400;
  line-height: 1.4;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .process {
      padding: 0 24px 40px 24px;
  }

  .process__timeline {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
  }

  .process__line {
      top: 0;
      left: 0;
      right: initial;
      width: 3px;
      height: 100%;
  }

  .process__step {
    flex-direction: row;
      width: 100%;
      max-width: 100%;
  }

  .process__content {
      margin-top: 80px;
      margin-left: 16px;
      max-width: none;
      writing-mode: horizontal-tb;
  }

  .process__number {
      font-size: 2rem;
      top: 32px;
      left: 40px;
  }

  .process__step--active .process__content {
    margin-top: 80px;
    margin-left: 0;
  }

  .process__step--active .process__number {
    left: 40px;
  }

  .process__circle {
    top: 0;
    left: -10px;
  }

  .process__step--active .process__circle {
    left: -14px;
  }

}

/* section--requirements */
.section--requirements {
  background-color: #cce5f6;
}

.requirements__title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.4em;
  color: #0082c8;
}

.requirements {
  background-color: #fff;
  border-radius: 24px;
  padding: 60px;
  position: relative;
}

.requirements__section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #5a5a5a;
}

.requirements__section:last-child {
  border-bottom: none;
}

.requirements__row {
  position: relative;
  display: flex;
}

.requirements__label {
  width: 15%;
  padding: 0 16px;
  color: #34495e;
  flex-shrink: 0;
  letter-spacing: 1px;
  line-height: 1.6;
}

.requirements__content {
  flex: 1;
  padding-right: 16px;
}

.requirements__text {
  color: #555;
  margin: 0;
}

.requirements__job-list {
  width: 85%;
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.requirements__job-item {
  margin-bottom: 24px;
}

.requirements__job-item:last-child {
  margin-bottom: 0;
}

.requirements__job-title {
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.requirements__job-salary {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.requirements__job-name::after {
  content: "、";
}

.requirements__job-name:last-child::after {
  display: none;
}

.requirements__work-schedule {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.requirements__schedule-item {
  display: flex;
  align-items: center;
}

.requirements__schedule-label {
  width: 104px;
  padding-right: 16px;
}

.requirements__schedule-time {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 500;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {

  .requirements {
      padding: 40px 30px;
  }

  .section__label-ja {
      font-size: 1.6rem;
  }

  .section__label-en {
      font-size: 0.8rem;
  }

  .requirements__row {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px 0;
  }

  .requirements__label {
      min-width: auto;
      width: 100%;
      margin-bottom: 10px;
      padding: 0;
  }

  .requirements__job-list {
    width: 95%;
  }

  .requirements__content {
      padding-left: 0;
  }

  .requirements__schedule-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
  }

  .requirements__schedule-label {
      min-width: auto;
      margin-right: 0;
  }
}

@media (max-width: 480px) {
  .requirements {
      padding: 30px 20px;
  }

  .section__label-ja {
      font-size: 1.4rem;
  }

  .requirements__text,
  .requirements__job-salary {
      font-size: 0.9rem;
  }
}

/* section--entry */
.entry-links {
  display: flex;
  gap: 64px;
  justify-content: center;
}

.entry-links__item {
  max-width: 360px;
  width: 50%;
}

.entry-links__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 3px;
  color: #0082c8;
}

.entry-links__button {
  display: block;
  padding: 32px 48px;
}

.entry-links__button span {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 3px;
}

.entry-links__item--tel .entry-links__button {
  background-color: #005788;
}












/* レスポンシブ */
@media (max-width: 767px) {
  .jobs__slider {
    padding: 0;
  }

  .jobs__slide {
      width: 200px;
      padding-top: 24px;
      opacity: 1;
      transform: scale(1);
  }

  .jobs__slide--active {
      transform: scale(1.1);
  }

  .jobs__wrapper {
      gap: 30px;
      margin-top: 48px;
      overflow-x: scroll;
  }

  .jobs__controls button {
    display: none;
  }

  .job-forsp {
    display: inline-block;
  }
}



@media (max-width: 1024px) {
  .number__point {
    padding: 300px 0  0 0;
  }

  .number__point::before {
    right: 40%;
    transform: translateX(50%);
    width: 240px;
    height: 120px;
  }

  .number__point-title  {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

}

@media (max-width: 767px) {
  .page-visual {
    height: 45vh;
  }

  .page-visual__title-en {
    font-size: 32px;
  }

  /* section--intro */
  .section--intro {
    min-height: auto;
    padding: 240px 0 80px 0;
  }

  .intro-bg__item:nth-child(4)::before {
    top: -104;
    width: 120px;
    height: 64px;
    opacity: .3;
  }

  .intro-bg__item:nth-child(1)::before {
    left: -20%;
    width: 200px;
    height: 88px;
    opacity: .3;
  }

  .intro-bg__item:nth-child(3)::before {
    bottom: 0;
    left: -20%;
    width: 120px;
    height: 64px;
    opacity: .3;
  }

  .intro-bg__item:nth-child(2)::before {
    bottom: -40px;
    right: 0;
    width: 200px;
    height: 88px;
    opacity: .3;
  }

  .intro__links {
    flex-wrap: wrap;
    gap: 24px;
  }

  /* section--number */
  .number__content--column1 .number__block--inner {
    flex-wrap: wrap;
  }

  .number__content--column1 .number__block-icon {
    width: 100%;
  }

  .number__content--column2 .number__wrap {
    flex-wrap: wrap;
  }

  .number__content--column2 .number__block {
    width: 100%;
  }

  .number__content--column3 .number__wrap {
    flex-wrap: wrap;
  }

  .number__content--column3 .number__block {
    width: 100%;
  }

  .entry-links {
    flex-wrap: wrap;
  }

  .entry-links__item {
    max-width: 100%;
    width: 100%;
  }
}