/*****************************

staff single CSS

*****************************/
.single .page_ttl {
  margin-bottom: 0;
}

#main.single {
  padding-bottom: 0;
}
/* intro
-------------------------------------- */
.single .intro {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  position: relative;
  padding-top: 90px;
}
.single .intro::before,
.single .intro::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 42.6%;
}

.single .intro::before {
  background-image: url("../../img/recruit/staff_bg02.svg");
  z-index: 0;
  mix-blend-mode: multiply;
}
.single .intro::after {
  background-image: url("../../img/recruit/staff_bg01.svg");
  z-index: -1;
}

.single .con_wr {
  width: 47%;
  position: relative;
  padding-top: 75px;
  padding-right: 60px;
}
.single .txt {
  width: 90%;
  max-width: 564px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  height: 100%;
}
.single .txt .catch {
  font-size: 4rem;
  color: #002c76;
  font-weight: 600;
  margin-bottom: 1.5em;
  width: 100%;
}
@media all and (min-width: 1500px) {
  .single .txt .catch {
    font-size: 5rem;
  }
}
.single .staff_info {
  width: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 200px;
}
@media all and (min-width: 1500px) {
  .single .staff_info {
    padding: 40px 30px;
  }
}
.single .staff_info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  background-color: #002c76;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.single .staff_info_data {
  width: auto;
  margin-right: 30px;
}
.single .staff_info_data .position {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.single .staff_info_data .joined {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.single .staff_info_name {
  color: #fff;
  display: block;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1500px) {
  .single .staff_info_name {
    font-size: 5rem;
  }
}

.single .staff_img {
  width: 53%;
  position: relative;
  /* margin-top: auto;
  margin-bottom: 0; */
}

.single .staff_img .bg-image {
  width: 100%;
  padding-top: 80%;
}

@media all and (max-width: 1024px) {
  .single .intro {
    flex-direction: column-reverse;
  }
  .single .con_wr {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 150px;
  }

  .single .txt {
    max-width: 100%;
    margin-left: 5%;
    margin-right: auto;
    display: block;
    height: auto;
  }
  .single .txt .catch {
    margin-bottom: 0.8em;
    font-size: 4rem;
  }
  .single .staff_info {
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .single .staff_img {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .single .staff_img .bg-image {
    width: 100%;
    padding-top: 60%;
  }
}
@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .single .intro::before,
  .single .intro::after {
    bottom: 0;
  }
  .single .staff_img {
    width: 90%;
  }
  .single .con_wr {
    padding-bottom: 60px;
  }
  .single .txt {
  }
  .single .txt .catch {
    font-size: 2.8rem;
  }
  .single .staff_info {
    display: block;
    width: 100%;
    padding: 20px 15px;
  }
  .single .staff_info_data .position {
    font-size: 1.4rem;
  }

  .single .staff_info_data .joined {
    font-size: 1.2rem;
  }

  .single .staff_info_name {
    font-size: 3rem;
    text-align: right;
  }
}
/* interview
-------------------------------------- */

.interview_content {
  width: 100%;
  padding-top: 25px;
  margin-bottom: 140px;
}
.interview_content .inner {
  max-width: 1000px;
  margin-bottom: 90px;
}
.interview_content .blo_ttl .ja {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 2.6rem;
}
.interview_content .intro_comm {
  /* font-size: 1.8rem; */
  line-height: 2;
  margin-top: 65px;
}
.interview_content .int_block {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.interview_content .int_block:first-of-type {
  border-top: none;
}
.interview_content .blo_comm {
  padding: 20px 10px;
  /* font-size: 1.8rem; */
  line-height: 2.1;
}
.interview_content .c-btn {
  background-color: #323232;
}

@media all and (max-width: 1024px) {
  .interview_content {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 600px) {
  .interview_content .blo_ttl .ja {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
/* slider
-------------------------------------- */

.other_staff {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.other_staff::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 30%;
  height: 0;
  background-image: url("../../img/recruit/staff_pg_bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#staff_sin_sli {
  max-width: 1200px;
}
#staff_sin_sli .slick-slide > div {
  width: 85%;
  margin: 0 auto;
}
#staff_sin_sli .staff_block {
  position: relative;
}
#staff_sin_sli .staff_block .bg-image {
  padding-top: 120%;
  width: 100%;
}
@media all and (min-width: 901px) {
  #staff_sin_sli .staff_block:hover {
    opacity: 0.7;
  }
}
#staff_sin_sli .sli_prof {
  width: 80%;
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin: auto;
  background-color: rgba(0, 44, 118, 0.9);
  padding: 5% 5%;
}

#staff_sin_sli .sli_prof * {
  color: #fff;
  letter-spacing: 0.1em;
}
#staff_sin_sli .position {
  font-size: 1.4rem;
}
#staff_sin_sli .name {
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.2em 0 0.5em;
}
#staff_sin_sli .joined {
  font-size: 1.3rem;
}

#staff_sin_sli .slick-next {
  left: 100%;
}
#staff_sin_sli .slick-prev {
  right: 100%;
}
#staff_sin_sli .c-btn {
  width: 110px;
  position: absolute;
  right: -30px;
  bottom: 5%;
  margin: auto;
  font-size: 1.1rem;
}

@media all and (max-width: 1300px) {
  #staff_sin_sli {
    width: calc(90% - 100px);
  }
}
@media all and (max-width: 1024px) {
  #staff_sin_sli .position {
    font-size: 1.4rem;
  }
  #staff_sin_sli .name {
    font-size: 2rem;
    line-height: 1;
    padding: 0.2em 0 0.5em;
  }
  #staff_sin_sli .c-btn {
    display: none;
  }
}
@media all and (max-width: 600px) {
  #staff_sin_sli .staff_block .bg-image {
    padding-top: 100%;
  }
  #staff_sin_sli .sli_prof {
    width: 100%;
    position: static;
  }
}
