@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.job_details
------------------------------ */
.job_details {
  position: relative;
  padding: 130px 0 30px;
}
@media screen and (max-width: 768px) {
  .job_details {
    padding: 60px 0 30px;
  }
}
.job_details .job_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .job_details .job_ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .job_details .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .job_details .job_graph_wrap .job_graph_box {
    margin: 0 -6vw;
    padding-bottom: 5px;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .job_details .job_graph_wrap .job_graph_box .job_graph {
    width: calc(800px + 12vw);
    padding: 0 6vw;
  }
}
.job_details .job_graph_wrap .txt {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .job_details .job_graph_wrap .txt {
    margin-top: 30px;
  }
}
.job_details .job_graph_wrap .txt .black {
  font-weight: 900;
}
.job_details .job_wrap {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .job_details .job_wrap {
    margin-top: 60px;
  }
}
.job_details .job_box {
  position: relative;
  padding: 0 40px 30px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box {
    padding: 0 0 30px;
  }
}
.job_details .job_box + .job_box {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box + .job_box {
    margin-top: 60px;
  }
}
.job_details .job_box::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: calc(50vw + 510px);
  height: calc(100% - 33px);
  background: #F4F7FB;
}
@media screen and (max-width: 768px) {
  .job_details .job_box::before {
    width: 97vw;
    height: calc(100% - 21px);
  }
}
.job_details .job_box .ttl_box {
  position: relative;
  z-index: 2;
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box .ttl_box {
    padding: 10px 0;
  }
}
.job_details .job_box .ttl_box .ttl {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .job_details .job_box .ttl_box .ttl {
    font-size: 1.8rem;
  }
}
.job_details .job_box .ttl_box .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 245px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box .ttl_box .ico {
    width: 80px;
  }
}
.job_details .job_box .ttl_box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: calc(50vw + 450px);
  height: 100%;
  background: #15B9D4;
}
.job_details .job_box .txt_box {
  position: relative;
  z-index: 2;
}
.job_details .job_box .flex {
  position: relative;
  z-index: 2;
  gap: 30px;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px dashed #99A7B2;
}
@media screen and (max-width: 768px) {
  .job_details .job_box .flex {
    flex-direction: column;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.job_details .job_box .flex .box {
  flex: 1;
}
.job_details .job_box .flex .space1 {
  margin-top: 10px;
}
.job_details .job_box .flex .box_ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .job_details .job_box .flex .box_ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.job_details .job_box .flex .txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .job_details .job_box .flex .txt {
    font-size: 1.4rem;
  }
}
.job_details .job_box .flex .list .txt {
  padding-left: 1em;
  text-indent: -1em;
}
.job_details .job_box .flex .list .txt::before {
  content: "・";
}
.job_details .job_box:nth-child(odd)::before {
  right: -3vw;
  border-radius: 0 15px 15px 0;
}
.job_details .job_box:nth-child(odd) .ttl_box {
  padding-right: 215px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box:nth-child(odd) .ttl_box {
    padding-right: 90px;
  }
}
.job_details .job_box:nth-child(odd) .ttl_box .ico {
  right: -60px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box:nth-child(odd) .ttl_box .ico {
    right: 0;
  }
}
.job_details .job_box:nth-child(odd) .ttl_box::before {
  right: 70px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box:nth-child(odd) .ttl_box::before {
    right: 40px;
  }
}
@media screen and (min-width: 769px) {
  .job_details .job_box:nth-child(odd) .txt_box {
    padding-right: 270px;
  }
}
.job_details .job_box:nth-child(even)::before {
  left: -3vw;
  border-radius: 15px 0 0 15px;
}
.job_details .job_box:nth-child(even) .ttl_box {
  padding-left: 215px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box:nth-child(even) .ttl_box {
    padding-left: 90px;
  }
}
.job_details .job_box:nth-child(even) .ttl_box .ico {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box:nth-child(even) .ttl_box .ico {
    left: 0;
  }
}
.job_details .job_box:nth-child(even) .ttl_box::before {
  left: 70px;
}
@media screen and (max-width: 768px) {
  .job_details .job_box:nth-child(even) .ttl_box::before {
    left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .job_details .job_box:nth-child(even) .txt_box {
    margin-left: auto;
    padding-left: 215px;
  }
}
.job_details .btm_box {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .job_details .btm_box {
    margin-top: 60px;
  }
}

/* ------------------------------
	.interview_list
------------------------------ */
.interview {
  padding: 100px 0 0;
}
.interview .job_ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .interview .job_ttl {
    margin-bottom: 30px;
  }
}

.interview_list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 47px;
}
@media screen and (max-width: 900px) {
  .interview_list {
    gap: 75px 30px;
  }
}
@media screen and (max-width: 768px) {
  .interview_list {
    justify-content: space-between;
    gap: 30px 0;
  }
}
.interview_list .interview_item {
  width: calc(25% - 35.25px);
}
@media screen and (max-width: 900px) {
  .interview_list .interview_item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .interview_list .interview_item {
    width: 48%;
  }
}
.interview_list .interview_item a {
  display: block;
}
.interview_list .interview_item a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .interview_list .interview_item a:hover .img img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
}
.interview_list .interview_item .fukidashi {
  position: relative;
  padding: 3px 5px;
  margin-bottom: 13px;
  background: #15B9D4;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 1.2rem;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .interview_list .interview_item .fukidashi {
    font-size: 1rem;
  }
}
.interview_list .interview_item .fukidashi::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #15B9D4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.interview_list .interview_item .img {
  position: relative;
  width: 100%;
  padding-top: 117.275%;
  border-radius: 15px;
  overflow: hidden;
}
.interview_list .interview_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.interview_list .interview_item .txt_box {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .interview_list .interview_item .txt_box {
    margin-top: 10px;
  }
}
.interview_list .interview_item .txt_box .txt {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}
.interview_list .interview_item .txt_box .ttl {
  margin-top: 3px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}
.interview_list .interview_item .txt_box > * + * {
  margin-top: 5px;
}