@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
recruit_index
-----------------------------------------------------------
----------------------------------------------------------- */
#recruit_index .content-block {
  position: relative;
}

#recruit_index .content-block .content-inner {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

#recruit_index .content-block .content-title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
}

#recruit_index .content-block .content-title .en {
  font-size: 16px;
  color: #014099;
  font-weight: bold;
}

/*
---------------------------------------------------------
top-image-block
--------------------------------------------------------- */
#recruit_index .top-image-block picture {
  display: block;
  width: 100%;
}

#recruit_index .top-image-block picture img {
  width: 100%;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  position: absolute;
  bottom: 45px !important;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 3px !important;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 25px !important;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "\2022";
  text-align: center;

  opacity: 0.5 !important;
  color: white !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.9 !important;
  color: white !important;
}

/*
---------------------------------------------------------
company-block
--------------------------------------------------------- */
#recruit_index .company-block {
  padding-bottom: 90px;
}

#recruit_index .company-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 40px 0 0 0;
}

#recruit_index .company-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .company-block .flex-wrap .text-wrap {
  position: relative;
  margin-top: 20px;
}

#recruit_index .company-block .flex-wrap .text-wrap:before {
  content: "";
  background: url(/img/recruit/greeting.jpg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 320px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#recruit_index .company-block .flex-wrap .text-wrap .title {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "游明朝", "Arial",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", "游明朝", YuMincho,
    "Times New Roman", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
  margin-bottom: 10px;
}

#recruit_index .company-block .flex-wrap .text-wrap .text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

#recruit_index .company-block .flex-wrap .text-wrap .text + .text {
  margin-top: 10px;
}

#recruit_index .company-block .flex-wrap .text-wrap .name {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "游明朝", "Arial",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", "游明朝", YuMincho,
    "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  text-align: end;
  margin-top: 15px;
  letter-spacing: 0;
  margin-right: 10px;
}

/*
---------------------------------------------------------
about-block
--------------------------------------------------------- */
#recruit_index .about-block {
  padding-bottom: 80px;
  background: #eff9ff;
}

#recruit_index .about-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #eff9ff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 80px 0 0 0;
}

#recruit_index .about-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb_b.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .about-block .flex-wrap .about + .about {
  margin-top: 20px;
}

#recruit_index .about-block .flex-wrap .about .img-wrap {
  margin-bottom: 10px;
}

#recruit_index .about-block .flex-wrap .about .img-wrap img {
  width: 100%;
  border-radius: 10px;
}

#recruit_index .about-block .flex-wrap .about .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 3px solid #014099;
  padding: 7px 0 9px 7px;
  line-height: 1.2;
}

#recruit_index .about-block .flex-wrap .about .title span {
  font-size: 14px;
  font-weight: 500;
}

/*
---------------------------------------------------------
interview-block
--------------------------------------------------------- */
#recruit_index .interview-block {
  padding-bottom: 90px;
}

#recruit_index .interview-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 40px 0 0 0;
}

#recruit_index .interview-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .interview-block .slick-list {
  padding-bottom: 30px;
}

#recruit_index .interview-block .interview {
  width: calc(100vw - 40px);
  position: relative;
  border-radius: 10px;
}

#recruit_index .interview-block .interview a {
  display: block;
  position: relative;
  color: #595959;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#recruit_index .interview-block .interview a .name-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 200px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  z-index: 10;
}

#recruit_index .interview-block .interview a .name-wrap p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}

#recruit_index .interview-block .interview .img-wrap {
  position: relative;
}

#recruit_index .interview-block .interview .img-wrap:before {
  content: "";
  background: url(/img/recruit/interview_bg_sp.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#recruit_index .interview-block .interview .img-wrap img {
  width: 100%;
  border-radius: 10px;
}

#recruit_index .interview-block .interview .message {
  font-size: 22px;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0;
  line-height: 1.3;
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 10;
}

#recruit_index .interview-block .slick-prev,
#recruit_index .interview-block .slick-next {
  width: 40px;
  height: 40px;
  z-index: 100;
  top: calc((100% - 30px) / 2);
  transform: translateY(-50%);
}

#recruit_index .interview-block .slick-prev {
  left: -20px;
}

#recruit_index .interview-block .slick-next {
  right: -20px;
}

#recruit_index .interview-block .slick-prev:before,
#recruit_index .interview-block .slick-next:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
}

#recruit_index .interview-block .slick-prev:before {
  content: "";
  background: url(/img/recruit/slider_prev.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
}

#recruit_index .interview-block .slick-next:before {
  content: "";
  background: url(/img/recruit/slider_next.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
}

#recruit_index .interview-block .more-btn {
  width: 80%;
  height: 50px;
  margin: 0 auto;
}

#recruit_index .interview-block .more-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  background: #014099;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  position: relative;
}

#recruit_index .interview-block .more-btn a::before {
  content: "";
  background: url(/img/recruit/arrow_w.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/*
---------------------------------------------------------
position-block
--------------------------------------------------------- */
#recruit_index .position-block {
  padding-bottom: 80px;
  background: #eff9ff;
}

#recruit_index .position-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #eff9ff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 80px 0 0 0;
}

#recruit_index .position-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb_b.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .position-block .position-wrap {
  margin-bottom: 30px;
}

#recruit_index .position-block .position {
  position: relative;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(1, 64, 153, 0.3);
  border-radius: 10px;
}

#recruit_index .position-block .position + .position {
  margin-top: 20px;
}

#recruit_index .position-block .position a {
  display: block;
  text-decoration: none;
  color: #262626;
}

#recruit_index .position-block .position .img-wrap {
  overflow: hidden;
}

#recruit_index .position-block .position .img-wrap img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s ease;
}

#recruit_index .position-block .position .name-wrap {
  border-radius: 0 0 10px 10px;
  background: #fff;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

#recruit_index .position-block .position .name-wrap:before {
  content: "";
  background: url(/img/recruit/slider_next.png);
  background-size: 30px auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#recruit_index .position-block .more-btn {
  width: 80%;
  height: 50px;
  margin: 0 auto;
}

#recruit_index .position-block .more-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  background: #014099;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  position: relative;
}

#recruit_index .position-block .more-btn a::before {
  content: "";
  background: url(/img/recruit/arrow_w.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/*
---------------------------------------------------------
support-block
--------------------------------------------------------- */
#recruit_index .support-block {
  padding-bottom: 90px;
}

#recruit_index .support-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 40px 0 0 0;
}

#recruit_index .support-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .support-block .content-title {
  margin-bottom: 60px;
}

#recruit_index .support-block .support {
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}

#recruit_index .support-block .support + .support {
  margin-top: 40px;
}

#recruit_index .support-block .support .num {
  background: #014099;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 20px;
}

#recruit_index .support-block .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#recruit_index .support-block .text {
  font-size: 14px;
  letter-spacing: 0.01em;
}

/*
---------------------------------------------------------
faq-block
--------------------------------------------------------- */
#recruit_index .faq-block {
  padding-bottom: 80px;
  background: #eff9ff;
}

#recruit_index .faq-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #eff9ff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 80px 0 0 0;
}

#recruit_index .faq-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb_b.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .faq-block .faq {
  background: #fff;
  border-radius: 10px;
  padding: 20px 50px 20px 20px;
  position: relative;
}

#recruit_index .faq-block .faq + .faq {
  margin-top: 20px;
}

#recruit_index .faq-block .faq .question,
#recruit_index .faq-block .faq .answer {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

#recruit_index .faq-block .faq .answer {
  display: none;
  margin-top: 20px;
}

#recruit_index .faq-block .faq .question:before {
  content: "Q";
  font-size: 24px;
  line-height: 1;
  color: #014099;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#recruit_index .faq-block .faq .answer:before {
  content: "A";
  font-size: 24px;
  line-height: 1;
  color: #e60012;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#recruit_index .faq-block .faq .open-btn {
  position: absolute;
  top: 35px;
  right: 15px;
  transform: rotate(180deg);
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}

#recruit_index .faq-block .faq.open .open-btn {
  transform: rotate(0);
}

/*
---------------------------------------------------------
entry-block
--------------------------------------------------------- */
#recruit_index .entry-block {
  padding-bottom: 80px;
}

#recruit_index .entry-block:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 40px 0 0 0;
}

#recruit_index .entry-block:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/recruit/br_rb.svg);
  background-size: 40px auto;
  position: absolute;
  top: -80px;
  right: 0;
}

#recruit_index .entry-block .content-inner {
  text-align: center;
  padding-top: 60px;
}

#recruit_index .entry-block .en {
  position: relative;
  font-size: 20px;
  color: #e60012;
  font-weight: bold;
  letter-spacing: 0;
}

#recruit_index .entry-block .en::before {
  content: "";
  background: url(/img/recruit/join.svg);
  background-size: 105px auto;
  background-repeat: no-repeat;
  width: 105px;
  height: 40px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

#recruit_index .entry-block .title {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}

#recruit_index .entry-block .btn-wrap {
  width: 160px;
  height: 50px;
  margin: 30px auto 0;
}

#recruit_index .entry-block .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #e60012;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 6px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
recruit_jobs,recruit_interview,recruit_entry
-----------------------------------------------------------
----------------------------------------------------------- */
#jobs .Content,
#interview .Content,
#entry .Content {
  padding-top: 0;
  padding-bottom: 60px;
}
