/*!
global > Color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > function
------------------------------
*/
.p_business .c_card {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_business .c_card {
    margin-top: clamp(5rem, 6.25vw + 2rem, 6.6875rem);
  }
}
.p_business .job {
  background-color: #2a3546;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_business .job {
    padding: clamp(5rem, 16.6666666667vw + -3rem, 9.5rem) 0 clamp(5rem, 27.5462962963vw + -8.2222222222rem, 12.4375rem);
  }
}
.p_business .job .c_ttl30 {
  padding-bottom: 18px;
}
.p_business .job_inner {
  width: 100%;
  max-width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff;
}
.p_business .job_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .p_business .job_content {
    gap: 79px 0;
  }
}
.p_business .job_item {
  width: 50%;
  transition: all 0.5s;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .p_business .job_item {
    max-width: unset;
    width: 33.3333333333%;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .p_business .job_item:hover {
    opacity: 0.8;
  }
}
.p_business .job_item.item_pt {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_business .job_item.item_pt {
    padding-top: clamp(2.5rem, 6.3988095238vw + -0.5714285714rem, 5.1875rem);
  }
}
.p_business .job_item.item_pt .img_icon {
  top: -10px;
}
@media screen and (min-width: 768px) {
  .p_business .job_item.item_pt .img_icon {
    top: clamp(-1.5rem, -4.1666666667vw + 2.25rem, -0.875rem);
  }
}
.p_business .job_item__img {
  position: relative;
}
.p_business .job_item .img_icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #3a4555;
}
@media screen and (min-width: 768px) {
  .p_business .job_item .img_icon {
    top: clamp(1.25rem, 8.3333333333vw + -3.75rem, 2.5rem);
    width: clamp(2.5rem, 8.3333333333vw + -3.75rem, 3.75rem);
    height: clamp(2.5rem, 8.3333333333vw + -3.75rem, 3.75rem);
  }
}
.p_business .job_item .img_icon::after, .p_business .job_item .img_icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 33.3333333333%;
  height: 1px;
}
.p_business .job_item .img_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p_business .job_item .img_icon::before {
  transform: translate(-50%, -50%);
}
.p_business .job_item__ttl {
  text-align: center;
  padding-top: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_business .job_item__ttl {
    padding-top: 28px;
    font-size: clamp(1.125rem, 0.8928571429vw + 0.6964285714rem, 1.5rem);
  }
}

/*# sourceMappingURL=business.css.map */
