@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/recruit/recruit_mv.png');
  z-index: 2;
}
.main::before {
  z-index: 2;
}
/* =====================
 タイトル
===================== */
/* ==== 十字飾り ==== */
.cross {
  margin-top: 87.2px;
  position: relative;
  left: 1px;
}
.h2-title {
  position: relative;
}
/* =====================
キャッチ
===================== */
.message {
  background: var(--navy);
  position: relative;
}
.message::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/decoration.png');
  width: 316px;
  height: 412px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.message .message-inner {
  width: 1240px;
  margin-inline: auto;
  padding-top: 181px;
  padding-bottom: 142px;
  display: flex;
  gap: 81px;
  position: relative;
  z-index: 2;
}
.message picture {
  flex-shrink: 0;
}
.message .message-p > p {
  line-height: 2.9;
  margin-top: 51px;
}
.message .message-p > h3 {
  color: #98cae5;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 34px;
}
/* =====================
  社員紹介
===================== */
/* ==== 大枠 ==== */
.members {
  background: #d4e6ef;
  position: relative;
  padding-top: 61px;
  padding-bottom: 297px;
}
.members .h2-title {
  margin-left: 0;
}
.members::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/members.png');
  width: 613px;
  height: 380px;
  position: absolute;
  right: 0;
  top: -31px;
}
.members .member-wrapper {
  width: 1083px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 177px 0px;
  justify-items: center;
}
.members .member-wrapper .member-unit {
  width: 248px;
  position: relative;
}
/* ==== メンバー画像 ==== */
.members .member-img {
  /* width: 230px; */
  position: relative;
}
/* ==== コメント ==== */
.members .comment {
  width: 248px;
  min-height: 149px;
  background: var(--navy);
  padding-inline: 0.8em;
  padding-block: 0.7em;
  position: absolute;
  letter-spacing: 0.01em;
  line-height: 1.6;
  top: 206px;
}
.members .member-unit[data-id='9'] .comment,
.members .member-unit[data-id='10'] .comment,
.members .member-unit[data-id='11'] .comment,
.members .member-unit[data-id='12'] .comment {
  min-height: 201px;
}
/* =====================
  募集要項
===================== */
.guidline {
  padding-top: 63px;
  padding-bottom: 123px;
}
.guidline .cross {
  left: 0;
}
.guidline .guidline-table {
  width: 1060px;
  line-height: 2;
  margin-inline: auto;
}
.guidline .guidline-table tr {
  border-bottom: 1px solid var(--white);
  line-height: 2.4;
  letter-spacing: 0.018em;
}
.guidline .guidline-table th {
  width: 239px;
  font-weight: bold;
  padding-inline: 21px;
}
.guidline .guidline-table td {
  width: 845px;
  padding-inline: 0;
  padding-block: 28.3px;
}
.guidline .guidline-table .list {
  display: flex;
  gap: 130px;
}
/* =====================
  採用の流れ
===================== */
.flow {
  background-image: linear-gradient(to bottom, #4e97ce 0%, #8bbce1 55%, #f1f7fb 100%);
  padding-top: 63px;
  padding-bottom: 120px;
}
.flow .flow-wrapper {
  text-align: center;
  width: 989px;
  margin-inline: auto;
}
.flow .flow-wrapper ol li + li {
  text-align: left;
  margin-top: 40px;
}
.flow .flow-unit {
  position: relative;
  padding-left: 138px;
}
.flow ol li + li p::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/flow-arrow.png');
  width: 43px;
  height: 17px;
  top: -85.6px;
  left: 52%;
  transform: translateX(-50%);
}
.flow .flow-wrapper a {
  margin-inline: auto;
  display: inline-flex;
  margin-top: 98px;
}
.flow .flow-unit h4 {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: var(--yellow);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
  padding-top: 47px;
}
.flow .flow-unit h4::before {
  content: attr(data-text);
  display: inline-block;
  font-family: var(--title);
  font-size: 131px;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  line-height: 1;
  left: 0;
  top: -21px;
}
.flow .flow-unit p {
  text-align: left;
  width: 640px;
  height: 70px;
  background: var(--navy);
  box-shadow: 0 3px 3px 0 #cecece;
  padding: 1.5em 0.5em 1.5em 1.5em;
  margin-top: 14px;
  position: relative;
  letter-spacing: 0.03em;
}
.flow .flow-unit .flow-icon {
  width: 120px;
  height: 120px;
  border-radius: 50rem;
  background: var(--white);
  position: absolute;
  bottom: -25px;
  right: 0;
}
.flow .flow-unit .flow-icon[data-id='2']::before {
  content: '';
  display: block;
  width: 1px;
  height: 130px;
  background: var(--white);
  position: absolute;
  top: -120px;
  right: 60px;
}
.flow .flow-unit .flow-icon .picture {
  display: block;
  width: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ==== エントリーボタン ==== */
.flow .flow-wrapper button {
  display: block;
  margin-inline: auto;
  margin-top: 100px;
}
/* ==== SNS ==== */
.sns-wrapper {
  width: 1180px;
  margin: 100px 0 0;
  padding: 44px 98px 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  color: var(--black);
  text-align: center;
}
.sns-wrapper h4 > span {
  font-family: var(--title);
  font-weight: bold;
  font-size: 54px;
  color: #499cc9;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  vertical-align: sub;
}
.sns-wrapper h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
.sns-wrapper .h4-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-wrapper .h4-wrapper::before,
.sns-wrapper .h4-wrapper::after {
  content: '';
  display: block;
  width: 2px;
  height: 54px;
  background: var(--black);
  margin-inline: 30px;
}
.sns-wrapper .h4-wrapper::before {
  transform: rotate(-33deg);
}
.sns-wrapper .h4-wrapper::after {
  transform: rotate(33deg);
}
.sns-wrapper p {
  line-height: 2.2;
  margin-top: 22.5px;
  letter-spacing: 0.02em;
}
.sns-wrapper .sns-btn {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 43px;
}
/* =====================
  フォトギャラリー
===================== */
.photo {
  padding-top: 61px;
  padding-bottom: 120px;
}
.photo .inner {
  position: relative;
  z-index: 1;
}
.photo .inner::before {
  content: attr(data-text);
  display: block;
  font-size: 116px;
  font-weight: bold;
  white-space: nowrap;
  color: transparent;
  opacity: 0.5;
  -webkit-text-stroke: 2px #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  right: 52px;
  top: 57px;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 1;
  pointer-events: none;
}

/* =====================
  ぎゃらりー
===================== */
.photo .photo-wrapper {
  min-height: 642px;
  text-align: center;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.photo .photo-wrapper .unit {
  position: relative;
  width: 100%;
}
.photo .photo-wrapper .unit .swiper-wrapper {
  margin-inline: auto;
  text-align: center;
}

/* ==== 矢印 ==== */
.photo .photo-wrapper .swiper-controller {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 939px;
  margin-inline: auto;
  top: 200px;
}
.photo .photo-wrapper .swiper-controller svg {
  display: none;
}
.photo .photo-wrapper .unit .swiper-button-prev,
.photo .photo-wrapper .unit .swiper-button-next {
  inset: auto;
  width: 60px;
  aspect-ratio: 1 / 1;
}
.photo .photo-wrapper .unit .swiper-button-prev {
  left: 0;
}
.photo .photo-wrapper .unit .swiper-button-next {
  right: 0;
}
.photo .photo-wrapper .unit .swiper-button-prev::after,
.photo .photo-wrapper .unit .swiper-button-next::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/arrow-btn.png');
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo .photo-wrapper .unit .swiper-button-prev::before,
.photo .photo-wrapper .unit .swiper-button-next::before {
  content: '';
  width: 60px;
  aspect-ratio: 1 / 1;
  border-radius: 50rem;
  border: 2px solid var(--navy);
  position: relative;
}
.photo .photo-wrapper .unit .swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.photo .photo-wrapper .swiper-thumb {
  width: 100%;
  position: relative;
  z-index: 3;
}
.photo .photo-wrapper #thumbnail-carousel {
  margin-top: 62px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-inline: auto;
}
.splide__list {
  transition: all 400ms ease 0s;
}
.splide__slide.is-active {
  position: relative;
}
#thumbnail-carousel .splide__slide.is-active::after {
  border: 5px solid #386493;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
