/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_recruitment__list .item_info, .p_recruitment__job_board {
  font-size: clamp(
      0.6875rem,
      1.2755102041vw + 0.3885522959rem,
      1rem
  );
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info, .p_recruitment__job_board {
    font-size: clamp(
      1rem,
      0.390625vw + 0.8125rem,
      1.125rem
  );
  }
}

.p_recruitment__list .item_cate, .p_recruitment__job_cate {
  font-size: clamp(
      0.6875rem,
      1.7857142857vw + 0.2689732143rem,
      1.125rem
  );
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_cate, .p_recruitment__job_cate {
    font-size: clamp(
      1.125rem,
      0.5859375vw + 0.84375rem,
      1.3125rem
  );
  }
}

.p_recruitment__list .item_ttl, .p_recruitment__job_ttl {
  font-size: clamp(
      1.125rem,
      0.5102040816vw + 1.0054209184rem,
      1.25rem
  );
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_ttl, .p_recruitment__job_ttl {
    font-size: clamp(
      1.5rem,
      0.78125vw + 1.125rem,
      1.75rem
  );
  }
}

.p_recruitment__main {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__main {
    margin-top: 114px;
    padding-bottom: 77px;
  }
}
.p_recruitment__list .item {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item {
    display: flex;
    justify-content: space-between;
    padding-right: clamp(
      0rem,
      11.3636363636vw + -7.2727272727rem,
      1.25rem
  );
    padding-bottom: 44px;
    gap: 40px;
  }
}
.p_recruitment__list .item + .item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item + .item {
    margin-top: 58px;
  }
}
.p_recruitment__list .item_right {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_right {
    margin-top: 0;
    width: calc(50% - 40px);
    flex-shrink: 0;
    max-width: 540px;
  }
}
.p_recruitment__list .item_right .c_btn01 {
  width: 100%;
  flex: 220px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_right .c_btn01 {
    flex: 235px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_right .c_btn01 .c_btn01__link {
    border-width: 3px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_right .c_btn01 .icon {
    right: 19px;
  }
}
.p_recruitment__list .item_right .c_btn01__white .c_btn01__link {
  border-color: #053794;
}
.p_recruitment__list .item_img {
  aspect-ratio: 540/320;
}
.p_recruitment__list .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_recruitment__list .item_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_more {
    margin-top: clamp(
      1.875rem,
      2.3148148148vw + 0.7638888889rem,
      2.5rem
  );
  }
}
.p_recruitment__list .item_cates {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.p_recruitment__list .item_cate {
  font-weight: 500;
  padding: 5px;
  background-color: #fc730f;
  color: #fff;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_cate {
    min-width: 149px;
    min-height: 55px;
  }
}
.p_recruitment__list .item_ttl {
  color: #053794;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_ttl {
    margin-top: 12px;
  }
}
.p_recruitment__list .item_info {
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info {
    margin-top: 39px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info__row {
    display: flex;
  }
}
.p_recruitment__list .item_info__row:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info__row:not(:last-child) {
    margin-bottom: 26px;
  }
}
.p_recruitment__list .item_info__ttl {
  font-weight: 700;
  position: relative;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info__ttl {
    min-width: 90px;
  }
}
.p_recruitment__list .item_info__ttl::after {
  position: absolute;
  right: 0;
  width: 1px;
  top: 7px;
  bottom: 3px;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info__ttl::after {
    content: "";
  }
}
.p_recruitment__list .item_info__desc {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__list .item_info__desc {
    margin-top: 0;
    padding-left: 18px;
  }
}
.p_recruitment__job {
  padding-bottom: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job {
    margin-top: 156px;
    padding-bottom: 18px;
  }
}
.p_recruitment__job_cates {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  position: absolute;
  transform: translateY(-72%);
  left: -10px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_cates {
    left: -6px;
  }
}
.p_recruitment__job_cate {
  font-weight: 500;
  padding: 5px;
  background-color: #fc730f;
  color: #fff;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_cate {
    min-width: 149px;
    min-height: 55px;
  }
}
.p_recruitment__job_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_inner {
    padding-left: clamp(
      1.875rem,
      4.3981481481vw + -0.2361111111rem,
      3.0625rem
  );
  }
}
.p_recruitment__job_ttl {
  background-color: #053794;
  font-weight: 500;
  color: #fff;
  padding-block: 12px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_ttl {
    padding-block: 20px;
    padding-inline: 93px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_content {
    max-width: 1100px;
  }
}
.p_recruitment__job_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_gallery {
    gap: 20px;
    margin-top: 23px;
  }
}
.p_recruitment__job_gallery img {
  height: auto;
}
.p_recruitment__job_board {
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_board {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_board .item {
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_board .item:nth-child(even) .item_desc {
    background-color: rgba(252, 115, 15, 0.05);
  }
}
.p_recruitment__job_board .item_ttl, .p_recruitment__job_board .item_desc {
  padding-block: 12px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_board .item_ttl, .p_recruitment__job_board .item_desc {
    padding-block: 19px 18px;
  }
}
.p_recruitment__job_board .item_ttl {
  font-weight: 700;
  border-bottom: 1px solid #fc730f;
  font-size: clamp(
      0.875rem,
      0.5102040816vw + 0.7554209184rem,
      1rem
  );
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_board .item_ttl {
    font-size: clamp(
      1rem,
      0.390625vw + 0.8125rem,
      1.125rem
  );
    padding-inline: 0;
    min-width: 82px;
  }
}
.p_recruitment__job_board .item_desc {
  width: 100%;
  border-bottom: 1px solid #a09d9d;
}
.p_recruitment__job_entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_entry {
    gap: clamp(
      2.5rem,
      11.5740740741vw + -3.0555555556rem,
      5.625rem
  );
    margin-top: 63px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_entry .c_btn01 .c_btn01__link {
    border-width: 3px;
    padding-right: 18px;
  }
}
.p_recruitment__job_entry .c_btn01 .icon {
  right: 15px;
}
.p_recruitment__job_entry .c_btn01__white .c_btn01__link {
  border-color: #053794;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_entry .c_btn01__white .c_btn01__link {
    padding-inline: 12px 0;
  }
}
.p_recruitment__job_entry .c_btn01__white .icon {
  transform: rotate(-180deg);
  right: auto;
  left: 40px;
}
@media screen and (min-width: 768px) {
  .p_recruitment__job_entry .c_btn01__white .icon {
    left: 53px;
  }
}
/*# sourceMappingURL=recruitment.css.map */
