@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/recruit/recruit_mv_2x.png');
  z-index: 2;
}
.main::before {
  z-index: 2;
}
/* =====================
 タイトル
===================== */
/* ==== 十字飾り ==== */
.cross {
  margin-top: 0;
  top: 12.9vw;
}
.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_2x.png');
  width: 60.666666666666664vw;
  height: 63.46666666666667vw;
  position: absolute;
  top: 23.473333vw;
  left: 0;
}
.message .message-inner {
  width: 89.33333333333333vw;
  margin-inline: auto;
  padding-top: 17.866666666666667vw;
  padding-bottom: 14.666667vw;
  position: relative;
  z-index: 2;
}
.message .message-p {padding-inline: 3vw;}
.message .message-p > p {
  line-height: 1.94;
  margin-top: 5.6vw;
}
.message .message-p > h3 {
  color: #98cae5;
  font-size: 6.133333333333333vw;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 23.013333vw;
  line-height: 1.7;
}
/* =====================
  社員紹介
===================== */
/* ==== 大枠 ==== */
.members {
  background: #d4e6ef;
  position: relative;
  padding-top: 8.6vw;
  padding-bottom: 16.2vw;
  overflow: hidden;
}
.member-slider{
  padding-top: 14vw;
  min-height: 101.466667vw;
}
.members::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/members_2x.png');
  width: 50vw;
  height: 31.733333333333334vw;
  position: absolute;
  right: 0;
  top: -3.4vw;
}
.members .h2-title {
  width: 48.53333333333333vw;
}
.members .member-wrapper {
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

/* ==== メンバー画像 ==== */
.members .member-img {
  position: relative;
}

/* ==== コメント ==== */
.members .comment {
  min-height: 53.06666666666666vw;
  background: var(--navy);
  padding-inline: 1.8vw 1.8vw;
  padding-block: 2.5vw;
  position: absolute;
  line-height: 1.4;
  top: 34.4vw;
  letter-spacing: 0.03em;
}
/* =====================
  募集要項
===================== */
.guidline {
  padding-top: 8.533333333333333vw;
  padding-bottom: 16vw;
}
.guidline .h2-title {
  width: 46.4vw;
}
.guidline .guidline-table {
  width: 100%;
  line-height: 2;
  margin-inline: auto;
  margin-top: 7.3vw;
  font-size: 3.2vw;
  padding-inline: 5.333333vw;
}
.guidline .guidline-table tr {
  border-bottom: 1px solid var(--white);
}
.guidline .guidline-table th {
  width: 24%;
  font-weight: bold;
  padding-block: 6.7vw;
}
.guidline .guidline-table td {
  padding-left: 0;
  padding-block: 0em 5.5vw;
  line-height: 1.9;
  word-break: break-all;
  letter-spacing: 0.06em;
}
.guidline .guidline-table .list {
  display: flex;
}
/* =====================
  採用の流れ
===================== */
.flow {
  background-image: linear-gradient(to bottom, #4e97ce 0%, #8bbce1 55%, #f1f7fb 100%);
  padding-top: 8.533333333333333vw;
  padding-bottom: 16vw;
}
.flow .h2-title {
  width: 63.06666666666666vw;
}
.flow .flow-wrapper {
  width: 89.33333333333333vw;
  margin-inline: auto;
  margin-top: 23vw;
  text-align: center;
}
.flow .flow-wrapper ol li + li {
  margin-top: 22.3vw;
}
.flow .flow-unit {
  position: relative;
}
.flow ol li + li p::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/flow-arrow_2x.png');
  width: 10.133333333333333vw;
  height: 3.7333333333333334vw;
  position: absolute;
  top: -29vw;
  left: 50%;
  transform: translateX(-50%);
}

.flow .flow-unit h4 {
  font-size: 5.6vw;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: var(--yellow);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  position: relative;
  text-align: left;
  padding-left: 18.666666666666668vw;
}
.flow .flow-unit h4::before {
  content: attr(data-text);
  display: inline-block;
  font-family: var(--title);
  font-size: 18.666666666666668vw;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  line-height: 1;
  left: -2.6666666666666665vw;
  bottom: -1.7vw;
}
.flow .flow-unit p {
  background: var(--navy);
  box-shadow: 0 3px 3px 0 #cecece;
  padding: 4vw 4.6vw;
  margin-top: 5.233333vw;
  position: relative;
  line-height: 1.8;
  text-align: left;
}
.flow .flow-unit .flow-icon {
  width: 18.666666666666668vw;
  height: 18.666666666666668vw;
  border-radius: 50rem;
  background: var(--white);
  position: absolute;
  top: -7.2vw;
  right: 0;
}
.flow .flow-unit .flow-icon .picture {
  display: block;
  width: 10.666666666666666vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ==== エントリーボタン ==== */
.flow .flow-wrapper a {
  display: block;
  margin-inline: auto;
  display: inline-flex;
  margin-top: 13.666667vw;
}
/* ==== SNS ==== */
.sns-wrapper {
  margin: 15.066667vw 0 0;
  padding-block: 9.1vw 8vw;
  padding-inline: 5.333333333333333vw;
  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: 8.666666666666666vw;
  color: #499cc9;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  margin-right: 2vw;
  vertical-align: sub;
}
.sns-wrapper .h4-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7vw;
}
.sns-wrapper h4 {
  font-size: 4.533333333333333vw;
  font-weight: bold;
  line-height: 1.3;
}
.sns-wrapper .h4-wrapper::before,
.sns-wrapper .h4-wrapper::after {
  content: '';
  display: block;
  width: 2px;
  height: 12.2vw;
  background: var(--black);
  position: relative;
  tp@: ;
}
.sns-wrapper .h4-wrapper::before {
  transform: rotate(-33deg);
}
.sns-wrapper .h4-wrapper::after {
  transform: rotate(33deg);
}
.sns-wrapper p {
  line-height: 1.7;
  margin-top: 6.733333vw;
  letter-spacing: 0.03em;
}
.sns-wrapper .sns-btn {
  width: 78.66666666666667vw;
  margin-top: 9.9vw;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8vw;
}

/* =====================
  ぎゃらりー
===================== */
.photo{
  padding-block: 10.5vw 26.2vw;
}
.photo .h2-title img{
  width: 82.8vw;
  height: 15.2vw;
}
.photo .photo-wrapper {
  z-index: 3;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.photo .photo-wrapper .unit {
  position: relative;
  padding-top: 17.6vw;
  width: 100%;
}
.photo .photo-wrapper .unit .swiper-wrapper {
  margin-inline: auto;
  text-align: center;
}
#gallerySlider img {
  width: 64vw;
  height: auto;
}

/* ==== 矢印 ==== */
.photo .photo-wrapper .unit .swiper-controller {
  z-index: 2;
  width: 94.66666666666667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  top: 39.4vw;
}
.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: 12vw;
  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_2x.png');
  width: 4vw;
  height: 3.2vw;
  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: 12vw;
  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: 6.266667vw;
  margin-inline: auto;
}
.photo .photo-wrapper .swiper-thumb .swiper-slide {
  width: 20vw !important;
  height: 13.733333333333333vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.splide__track .swiper-controller{
  display: none;
}
.splide__list {
  transition: all 400ms ease 0s;
}
.splide__slide.is-active {
  position: relative;
}
#thumbnail-carousel .splide__slide.is-active::after {
  border: 0.6666666666666666vw solid #386493;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#thumbnail-carousel .splide__track{
  padding: 0 2.2em!important;
}
