@charset "utf-8";
/******** タイトル画像記述******************************************************/
.job_category_title_img {
  z-index: 0;
  width: 100%;
  height: 30.7vw;
  background-color: gray;
  max-height: 288px;
  background-image: url("..//img/staff/title_img_job_category.png");
  background-size: cover;
  margin: auto;
  position: relative;
  margin-top: 110px;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  .job_category_title_img {
    margin-top: 80px;
  }
}
/******** 内容詳細****************************************/
.job_category_title {
  margin: 2em 0;
}
.job_category_title span {
  padding: 0.2em;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  position: relative;
  padding: .3em .3em .3em 1.5em;
}
.job_category_title span::after {
  position: absolute;
  content: '';
  bottom: 20px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: #BA0000;
  transform: rotate(90deg);
}
.job_category_heading {
  font-size: min(4.8vw, 24px);
  line-height: min(7vw, 34px);
  border-bottom: solid 3px #001336;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  margin-top: 1em;
}
.category_flex {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
  justify-content: space-between;
  align-items: stretch;
}
.category_button {
  font-size: 18px;
  font-weight: bold;
  background: #EDEEEF; /*背景色*/
  border-left: solid 10px #001336; /*左線（実線 太さ 色）*/
  width: 100%;
  max-width: 49%;
  align-items: center;
  line-height: 2em;
  justify-content: flex-start;
  text-align: left;
  position: relative;
}
.category_button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #BA0000;
  position: absolute;
  left: -10px;
  top: 0%;
}
.category_button a {
  padding: 1em; /*文字周りの余白*/
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
}
.category_button:hover {
  background-color: #29406A;
  color: #ffffff
}
.category_button span {
  font-size: 0.8em;
  line-height: 0em;
  align-items: center;
  display: block;
  padding-top: 10px
}
.as_container {
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.section_space {
  margin-top: -4em;
  padding: 2em 0 4em 0
}
@media screen and (max-width: 960px) {
  .job_category_title {
    margin: 0em 0;
  }
  .job_category_title span {
    padding: 0em;
    font-size: 1.5em;
    line-height: 1.8em;
    padding: 0.2em;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    position: relative;
    padding: .1em .1em .1em 1.5em;
  }
  .job_category_title span::after {
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #BA0000;
    transform: rotate(90deg);
  }
  .category_flex {
    padding: 2em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0.5em;
    justify-content: space-between;
    align-items: stretch;
  }
  .category_button {
    font-size: 16px;
    font-weight: bold;
    padding: 0em; /*文字周りの余白*/
    background: #EDEEEF; /*背景色*/
    border-left: solid 10px #001336; /*左線（実線 太さ 色）*/
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .section_space {
    margin-top: 0em;
    padding: 0em 0 2em 0
  }
  .category_button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1em 1em;
    display: block;
  }
  .category_button:hover {
    background: #29406A; /*背景色*/
    border-left: solid 10px #001336; /*左線（実線 太さ 色）*/
    color: #ffffff;
  }
}