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

recruit CSS

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

/* intro
-------------------------------------- */
#intro {
  width: 100%;
  overflow: hidden;
}

#intro .fv {
  position: relative;
  z-index: 1;
}

#intro .fv::before,
#intro .fv::after {
  content: "";
  display: block;
  width: 50%;
  height: 15vw;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

#intro .fv::before {
  left: 0;
  background: linear-gradient(to bottom left, transparent 50%, #fff 50%);
}

#intro .fv::after {
  right: 0;
  background: linear-gradient(to bottom right, transparent 50%, #fff 50%);
}

#intro .fv_img {
  width: 100%;
  height: 98vh;
  height: calc(var(--vh, 1vh) * 98);
  background: url("../../img/recruit/rec_fv.jpg?2307") no-repeat 50% 50% / cover;
}

#intro .sub_ttl {
  padding-bottom: 24vw;
}

#intro .sub_ttl span:first-of-type {
  margin-right: 0.5em;
  padding-left: 1.2em;
}

#intro .inner {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}

#intro .inner::before {
  content: "";
  display: block;
  width: 50%;
  height: calc(100% + 12vw);
  max-height: 560px;
  position: absolute;
  top: -10vw;
  right: -10%;
  bottom: -6vw;
  margin: auto;
  background: url("../../img/recruit/kizuna_w.png") no-repeat 50% 50% / auto 90%;
  z-index: -1;
}

#intro .intro_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6;
  letter-spacing: 0.03em;
  padding-left: 0.03em;
}
#intro .shigotozukan-button {
  width: 90%;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  margin-top: 10px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 999px;
  border: 10px solid #f08300;
  padding: 10px 50px;
}

@media all and (max-width: 900px) {
  #intro .sub_ttl {
    padding-bottom: 48vw;
  }
}

@media all and (max-width: 600px) {
  #intro .sub_ttl {
    align-items: flex-start;
    font-size: 10vw;
    padding-left: 0.3em;
    letter-spacing: 0.3em;
    line-height: 1.3;
    padding-top: 40px;
    padding-bottom: 0%;
  }

  #intro .inner::before {
    width: 100vw;
    height: calc(100% + 12vw);
    margin: 0 calc(50% - 50vw);
    right: 0;
    background-size: 90% auto;
    top: 0;
    bottom: 0;
    opacity: 0.7;
  }

  #intro .fv_img {
    margin-top: 50px;
    background-position: 45% 0%;
  }

  #intro .intro_txt {
    text-align: left;
    font-size: 1.6rem;
    padding-left: 0;
  }
  #intro .shigotozukan-button {
    border: 5px solid #f08300;
    padding: 10px 50px;
  }
}

/* interview
-------------------------------------- */
#interview {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  margin: auto;
  z-index: -1;
  background: url("../../img/recruit/orang_head.svg") no-repeat 50% 0% / 100%
    auto;
  background-color: #e49a1b;
}

#interview .sec_ttl {
  margin-bottom: 60px;
}

#interview .inner {
  position: relative;
}

#interview > .c-btn {
  margin-top: 50px;
}

@media all and (max-width: 1500px) {
  #interview .inner {
    width: calc(90% - 140px);
  }
}

@media all and (max-width: 600px) {
  #interview {
    padding-bottom: 40px;
  }

  #interview .inner {
    width: 90%;
  }

  #interview .slick-slide > div {
    padding-left: 0;
  }

  #interview > .c-btn {
    max-width: 250px;
    margin-top: 30px;
  }
}

/* interview name default
-------------------------------------- */
#interview .sli_prof {
  background-color: #002c76;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

#interview .position {
  color: #fff;
  margin-bottom: 0.1em;
  letter-spacing: 0.1em;
}

#interview .name {
  color: #fff;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}

#interview .joined {
  color: #fff;
  letter-spacing: 0.1em;
}

#interview .slick-slide > div {
  padding-left: 30px;
}

#interview .slick-current > div {
  padding-left: 0;
}

#interview .sli_content {
  position: relative;
}

/* slider
-------------------------------------- */
#interview .slick-slide .sli_img {
  height: 0;
  padding-top: 130%;
}

/* slider default
-------------------------------------- */
#interview .slick-slide .sli_prof {
  width: 65%;
  left: 5px;
  bottom: 5px;
  padding: 15px 10px;
}

#interview .slick-slide .position {
  font-size: 1.6rem;
}

#interview .slick-slide .name {
  font-size: 2.2rem;
}

#interview .slick-slide .joined {
  font-size: 1.3rem;
}

@media all and (max-width: 1400px) {
  #interview .slick-slide .position {
    font-size: 1.2vw;
  }

  #interview .slick-slide .name {
    font-size: 1.6vw;
  }

  #interview .slick-slide .joined {
    font-size: 1vw;
  }
}

@media all and (max-width: 1200px) {
  #interview .slick-slide .sli_prof {
    width: 80%;
  }
}

@media all and (max-width: 600px) {
  #interview .slick-slide .sli_img {
    padding-top: 85%;
    width: 85%;
  }
}

/* slider current
-------------------------------------- */
#interview .is-active-next .sli_img,
#interview .slick-current .sli_img {
  padding-top: 80%;
}

#interview .is-active-next .sli_prof,
#interview .slick-current .sli_prof {
  padding: 25px 20px 30px;
  bottom: 0;
  left: 0;
  width: 50%;
}

#interview .is-active-next .position,
#interview .slick-current .position {
  font-size: 1.8rem;
}

#interview .is-active-next .name,
#interview .slick-current .name {
  font-size: 3rem;
}

#interview .is-active-next .joined,
#interview .slick-current .joined {
  font-size: 1.5rem;
}

@media all and (max-width: 1200px) {
  #interview .is-active-next .sli_prof,
  #interview .slick-current .sli_prof {
    width: 80%;
  }

  #interview .slick-slide .sli_img {
    padding-top: 82%;
  }

  #interview .is-active-next .sli_img,
  #interview .slick-current .sli_img {
    padding-top: 80%;
  }

  #interview .is-active-next .position,
  #interview .slick-current .position {
    font-size: 1.4vw;
  }

  #interview .is-active-next .name,
  #interview .slick-current .name {
    font-size: 1.8vw;
  }

  #interview .is-active-next .joined,
  #interview .slick-current .joined {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 900px) {
  #interview .slick-slide > div {
    padding-left: 0;
  }

  #interview .slick-slide .sli_img,
  #interview .is-active-next .sli_img,
  #interview .slick-current .sli_img {
    padding-top: 80%;
  }

  #interview .slick-slide .sli_prof,
  #interview .is-active-next .sli_prof,
  #interview .slick-current .sli_prof {
    padding: 15px 20px 15px;
    left: 0;
    bottom: 0;
  }

  #interview .slick-slide .position,
  #interview .is-active-next .position,
  #interview .slick-current .position {
    font-size: 2rem;
    margin-bottom: 0;
  }

  #interview .slick-slide .name,
  #interview .is-active-next .name,
  #interview .slick-current .name {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    padding: 0.2em 0 0.5em;
  }

  #interview .slick-slide .joined,
  #interview .is-active-next .joined,
  #interview .slick-current .joined {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 600px) {
  #interview .slick-slide .sli_img,
  #interview .is-active-next .sli_img,
  #interview .slick-current .sli_img {
    padding-top: 85%;
    width: 85%;
    margin: 0 auto;
  }

  #interview .slick-slide .sli_prof,
  #interview .is-active-next .sli_prof,
  #interview .slick-current .sli_prof {
    padding: 15px;
    width: 85%;
    margin: 0 auto;
    position: static;
  }

  #interview .slick-slide .position,
  #interview .is-active-next .position,
  #interview .slick-current .position {
    font-size: 1.4rem;
  }

  #interview .slick-slide .name,
  #interview .is-active-next .name,
  #interview .slick-current .name {
    font-size: 2rem;
    line-height: 1;
    padding: 0.2em 0 0.5em;
  }

  #interview .slick-slide .joined,
  #interview .is-active-next .joined,
  #interview .slick-current .joined {
    font-size: 1.3rem;
  }
}

#interview #int_sli .slick-slide {
  transition: 0.5s;
}

@media all and (min-width: 1200px) {
  /* #interview #int_sli .slick-slide */
  #interview #int_sli .slick-slide {
    transform-origin: top center;
    transform: scale(0.5);
  }

  #interview #int_sli .is-active-next,
  #interview #int_sli .slick-active {
    transform: scale(1);
  }
}

#interview #int_sli .slick-next,
#interview #int_sli .slick-prev {
  bottom: 20%;
  top: inherit;
  z-index: 5;
}

#interview #int_sli .slick-prev.slick-disabled:before,
#interview #int_sli .slick-next.slick-disabled:before {
  opacity: 0;
}

#interview #int_sli .slick-next.none,
#interview #int_sli .slick-prev.none {
  pointer-events: none;
  opacity: 0.5;
}

@media all and (max-width: 600px) {
  #interview #int_sli .slick-next,
  #interview #int_sli .slick-prev {
    bottom: inherit;
    top: 50%;
  }

  #interview #int_sli .slick-next {
    left: calc(100% - 20px);
  }

  #interview #int_sli .slick-prev {
    right: calc(100% - 20px);
  }
}

/* interview content
-------------------------------------- */
/*comm_area*/
#interview .comm_area {
  width: 100%;
  position: relative;
  padding: 70px 0;
  margin-top: -30px;
}

#interview .comm_area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

#interview .comm_area .sli_txt {
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

#interview .comm_area .sli_txt.is_active {
  display: flex;
}

#interview .comm_area .sli_txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  margin: auto;
}

#interview .comm_area .sli_txt.is_active::before {
  transform-origin: right;
  animation: scaleX 0.5s ease-in-out 0.5s forwards;
}

#interview .comm_area .sli_txt.is_active {
  display: flex;
}

#interview .comm_area .txt_ttl {
  width: 100%;
  font-size: 3.4rem;
  color: #002c76;
  font-weight: 600;
}

#interview .comm_area .c-btn {
  margin-left: 0;
  margin-top: 30px;
}

#interview .comm_area .txt_comm {
  width: 50%;
  line-height: 2;
  font-size: 1.6rem;
}

@media all and (max-width: 900px) {
  #interview .comm_area .sli_txt {
    padding-bottom: 50px;
  }

  #interview .comm_area .sli_txt.is_active {
    display: block;
  }

  #interview .comm_area .txt_ttl {
    width: 100%;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  #interview .comm_area .txt_comm {
    width: 100%;
  }

  #interview .comm_area .c-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media all and (max-width: 600px) {
  #interview .comm_area {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  #interview .comm_area .sli_txt {
    /* padding-bottom: 80px; */
    padding-bottom: 50px;
  }

  #interview .comm_area .txt_ttl {
    font-size: 2.6rem;
  }

  #interview .comm_area .txt_comm {
    display: none;
  }
}

/* point
-------------------------------------- */
#point {
  padding-top: 150px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url("../../img/recruit/point_bg.svg") no-repeat 50% 10% / cover;
}

#point .sec_ttl {
  margin-bottom: 80px;
}

#point .inner {
  max-width: 1200px;
}

#point .point_box {
  width: 100%;
  margin: 0 auto 65px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 4px solid #323232;
}

#point .point_box:last-of-type {
  margin-bottom: 0;
}

#point .txt {
  width: 47%;
  padding: 55px 5%;
  background-color: #fff;
}

#point .blo_ttl {
  width: 100%;
  margin-bottom: 40px;
}

#point .comm {
  width: 100%;
  line-height: 2.1;
}

#point .txt .c-btn {
  margin: 30px auto 0;
}

#point .point_img {
  width: 53%;
}

#point .point_img.js-video-switch {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#point .movie_smn {
  width: 100%;
  height: 100%;
  z-index: 1;
}

#point .point_img video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

@media all and (max-width: 900px) {
  #point {
    padding-top: 100px;
  }
}

@media all and (max-width: 600px) {
  #point {
    padding-top: 80px;
    margin-bottom: 30px;
  }

  #point .sec_ttl {
    margin-bottom: 60px;
  }

  #point .point_box {
    display: block;
  }

  #point .blo_ttl {
    margin-bottom: 20px;
  }

  #point .txt {
    width: 100%;
    padding: 20px 5%;
  }

  #point .point_img {
    width: 100%;
    padding-top: 65%;
  }

  #point .txt .c-btn {
    margin-top: 20px;
  }

  #point .movie_smn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

/* support
-------------------------------------- */
#support {
  padding-top: 140px;
  padding-bottom: 135px;
  width: 100%;
  margin: 0 auto;
  background: url("../../img/recruit/hoyo01.jpg") no-repeat 50% 50% / cover;
  position: relative;
  z-index: 1;
}

#support::before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  background: linear-gradient(to bottom left, #fff 50%, transparent 50%) top
      left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #fff 50%, transparent 50%) top right / 50%
      100% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

#support .sec_ttl {
  margin-bottom: 75px;
}

#support .inner {
  max-width: 1200px;
}

#support .point_box {
  width: 100%;
  margin: 0 auto 65px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 4px solid #323232;
}

#support .point_box:last-of-type {
  margin-bottom: 0;
}

#support .txt {
  width: 47%;
  padding: 55px 5%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#support .blo_ttl {
  width: 100%;
  margin-bottom: 40px;
}

#support .comm {
  width: 100%;
  line-height: 2.1;
}

#support .txt .c-btn {
  margin: 30px auto 0;
}

#support .point_img {
  width: 53%;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

@media all and (max-width: 900px) {
  #support {
    padding-top: 100px;
  }
}

@media all and (max-width: 600px) {
  #support {
    padding-top: 80px;
    margin-bottom: 30px;
  }

  #support .sec_ttl {
    margin-bottom: 60px;
  }

  #support .point_box {
    flex-direction: column-reverse;
  }

  #support .blo_ttl {
    margin-bottom: 20px;
  }

  #support .txt {
    width: 100%;
    padding: 20px 5%;
  }

  #support .point_img {
    width: 100%;
    padding-top: 65%;
    min-height: 0;
  }

  #support .txt .c-btn {
    margin-top: 20px;
  }

  #support .movie_smn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

/* essens
-------------------------------------- */

#essens {
  width: 100%;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 150px;
  background-color: #f5f5f5;
}

#essens .sec_ttl {
  margin-bottom: 65px;
}

#essens .tab_wr {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 55px;
}

#essens .tab_switch {
  margin: 0;
  margin-right: 40px;
  padding: 1em 0;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 35px;
  opacity: 0.5;
  cursor: pointer;
}

#essens .tab_switch.active {
  opacity: 1;
}

#essens .tab_switch:nth-of-type(2n-1) {
  background-color: #002c76;
}

#essens .tab_switch:nth-of-type(2n) {
  background-color: #e49a1b;
}

#essens .tab_switch:last-of-type {
  margin-right: 0;
}

#essens .content-wr {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

#essens .tab-content {
  display: none;
}

#essens .tab-content-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  color: #002c76;
  text-align: center;
  margin-bottom: 55px;
}

#essens .tab-content-in {
  width: 100%;
  background-color: #fff;
  border: 3px solid #ccc;
  padding: 50px 40px 80px;
  margin-bottom: 50px;
}

#essens .tab-content-in:last-of-type {
  margin-bottom: 0;
}

#essens .tab-content-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0.8em 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #b3b3b3;
}

/* #essens .tab-content-group:first-of-type {
  border-top: 1px solid #b3b3b3;
} */

#essens .tab-content-name {
  width: calc(25% - 40px);
  margin-right: 40px;
}

@media all and (min-width: 901px) {
  #essens .tab-content-name {
    white-space: nowrap;
  }
}

#essens .tab-content-detail {
  width: 75%;
  line-height: 2.1;
}

#essens .tab-content-group a {
  color: #e49a1b;
}

@media all and (min-width: 901px) {
  #essens .tab-content-group a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 900px) {
  #essens {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 600px) {
  #essens {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #essens .tab_wr {
    display: block;
  }

  #essens .tab_switch {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 0.8em 0;
  }

  #essens .tab_switch:last-of-type {
    margin: 0 auto;
  }

  #essens .tab-content-in {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  #essens .tab-content-group {
    display: block;
  }

  #essens .tab-content-group:last-of-type {
    border-bottom: none;
  }

  #essens .tab-content-name {
    width: 100%;
    font-weight: 600;
    color: #002c76;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }

  #essens .tab-content-detail {
    width: 100%;
    font-size: 1.4rem;
  }

  #essens .tab-content-group a {
    font-size: 1.4rem;
  }
}

/* form_area
-------------------------------------- */
#form_area {
  width: 100%;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 90px;
}

#form_area .sec_ttl .mynavi.comm {
  margin-bottom: 10px;
}

#form_area .sec_ttl .banner-wr {
  display: flex;
  justify-content: center;
  align-items: center;
}

#form_area .sec_ttl .mynavi_banner {
  width: 200px;
  margin: 0 0 70px;
  display: block;
}

#form_area .sec_ttl .mynavi_banner:not(:last-of-type) {
  margin-right: 40px;
}

#form_area .sec_ttl .head {
  margin-bottom: 50px;
}

#form_area .sec_ttl .comm {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
}

#form_area .sec_ttl .comm a {
  font-size: 1.8rem;
  color: #e49a1b;
}

#form_area .inner {
}

@media all and (max-width: 900px) {
  #form_area {
    padding-top: 100px;
  }
}

@media all and (max-width: 600px) {
  #form_area {
    padding-top: 80px;
  }

  #form_area .sec_ttl .comm,
  #form_area .sec_ttl .comm a {
    font-size: 1.4rem;
  }

  #form_area .sec_ttl .comm {
    margin-bottom: 20px;
    text-align: left;
  }

  #form_area .sec_ttl .banner-wr {
    /* display: block; */
    padding: 0 5%;
  }

  /*#form_area .sec_ttl .mynavi_banner {
    margin: 0 auto;
    display: block;
  }*/
  #form_area .sec_ttl .mynavi_banner:not(:last-of-type) {
    margin-right: 5%;
  }
}

.video-wr {
  display: none;
}
.video-wr.is_select {
  display: block;
}
