@charset "utf-8";
/* CSS Document */

.pankuzu {
  background: var(--C-white);
  padding-bottom: 28px;
}
.common_mv .common_title {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    padding-bottom: 3vw;
  }
  .common_mv {
    background: var(--C-white);
  }
}

/* ===============================
	job
 =============================== */
#job {
  position: relative;
}
#job * {
  color: var(--C-blue);
}
#job .job_list {
  display: flex;
  flex-direction: column;
  gap: 126px;
  max-width: 76%;
}
#job .job_list h2 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: #e1e2e2 2px dotted;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 22px;
}
#job .job_list h2::after {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/common/kira.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -18px;
  right: -2px;
}
#job .job_list dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 1ch;  
}
#job .job_list dl * {
  font-size: 15px;
  letter-spacing: -0.03em;
  line-height: 1.333333333333333;
}
#job .job_list dt {
  width: 138px;
  padding-right: 2ch;
  position: relative;
}
#job .job_list dt::after {
  content: '／';
  position: absolute;
  top: 0;
  right: 0;
}
#job .job_list dd {
  width: calc(100% - 138px - 1ch);
}
@media screen and (max-width: 640px) {
  #job .job_list {
    gap: 21.875vw;
    max-width: 61.875vw;
  }
  #job .job_list h2 {
    font-size: 4.2vw;
    line-height: 1.434782608695652;
    margin-bottom: 0;
    padding-bottom: 3.75vw;
  }
  #job .job_list h2::after {
    width: 5.625vw;
    height: 5.625vw;
    bottom: calc(-5.625vw / 2);
  }
  #job .job_list dl {
    flex-direction: column;
    gap: 0;  
  }
  #job .job_list dl * {
    font-size: 3.6vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
  #job .job_list dt {
    width: 100%;
    margin-top: 2.1875vw;
    padding-right: 0;
  }
  #job .job_list dt::after {
    content: none;
  }
  #job .job_list dd {
    width: 100%;
    border-bottom: #e1e2e2 2px solid;    
    padding-bottom: 2.1875vw;
  }
}

/* ===============================
	job_slide
 =============================== */
#job_slide .wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
  z-index: -1;
}
#job_slide .splide {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 640px) {

}

/* ===============================
	recruit
 =============================== */
@media screen and (max-width: 640px) {
  .common_recruit {
    background: var(--C-white);
  }
}