.p_training02__item_sub, .p_training02__relation_badge span {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p_training02__item_sub, .p_training02__relation_badge span {
    font-size: 2rem;
  }
}

.p_training01__ttl, .p_training02__ttl, .p_training03__item_ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_training01__ttl, .p_training02__ttl, .p_training03__item_ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_list__btn + .c_recruit {
    margin-top: 102px;
  }
}

.p_training01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_training01 {
    margin-bottom: 96px;
    padding-top: 20px;
  }
  .p_training01.bg_triangular::after {
    top: 50px;
  }
}
.p_training01 .c_title02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_training01 .c_title02 {
    margin-bottom: 60px;
  }
}
.p_training01__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .p_training01__ttl {
    margin-bottom: 25px;
    padding-left: 40px;
  }
}
.p_training01__ttl::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #f00000;
}
@media screen and (min-width: 768px) {
  .p_training01__ttl::before {
    top: 15px;
    width: 20px;
    height: 5px;
  }
}
.p_training01__txt {
  font-weight: 500;
}
.p_training02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_training02 {
    margin-bottom: 99px;
  }
}
.p_training02 .c_title02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_training02 .c_title02 {
    margin-bottom: 60px;
  }
}
.p_training02__ttl {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .p_training02__ttl {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p_training02__main {
    display: flex;
    justify-content: space-between;
  }
}
.p_training02__item {
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .p_training02__item {
    width: 40.5172413793%;
  }
}
.p_training02__item_head {
  height: 80px;
  margin-bottom: 45px;
  padding: 20px 10px;
  background-color: #2a2e45;
}
@media screen and (min-width: 768px) {
  .p_training02__item_head {
    height: 105px;
  }
}
.p_training02__item_type {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_training02__item_type {
    font-size: clamp(
        1.8rem,
        1.0416666667vw + 0.7333333333rem,
        2.4rem
    );
  }
}
.p_training02__item_icon {
  width: 80px;
  margin: -10px auto 0;
}
@media screen and (min-width: 768px) {
  .p_training02__item_icon {
    width: clamp(
        8rem,
        3.4722222222vw + 4.4444444444rem,
        10rem
    );
  }
}
.p_training02__item_body {
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .p_training02__item_body {
    padding: 0 20px 30px;
  }
}
.p_training02__item_ttl {
  margin-bottom: 22px;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_training02__item_ttl {
    font-size: clamp(
        1.8rem,
        1.0416666667vw + 0.7333333333rem,
        2.4rem
    );
  }
}
.p_training02__item_box {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_training02__item_box {
    padding: 15px 10px;
  }
}
.p_training02__item_box:last-child {
  margin-bottom: 0;
}
.p_training02__item_sub {
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .p_training02__item_sub {
    margin-bottom: 6px;
    font-size: clamp(
        1.5rem,
        0.8680555556vw + 0.6111111111rem,
        2rem
    );
  }
}
.p_training02__item_txt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_training02__item_txt {
    font-size: 1.4rem;
  }
}
.p_training02__relation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  padding: 0 20px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_training02__relation {
    gap: 0;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
    width: 18.9655172414%;
    padding-top: 35px;
  }
}
.p_training02__relation_badge {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_training02__relation_badge {
    margin-bottom: 60px;
  }
}
.p_training02__relation_badge span {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 100px;
  background-color: #f00000;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p_training02__relation_badge span {
    width: 100%;
    font-size: clamp(
        1.6rem,
        0.9259259259vw + 0.8888888889rem,
        2rem
    );
  }
}
.p_training02__relation_badge::before, .p_training02__relation_badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 80px 30px 80px;
  border-color: transparent transparent #f00000 transparent;
}
@media screen and (min-width: 768px) {
  .p_training02__relation_badge::before, .p_training02__relation_badge::after {
    top: 50%;
    transform: translateY(-50%);
    border-width: 80px 40px 80px 0;
    border-color: transparent #f00000 transparent transparent;
  }
}
.p_training02__relation_badge::before {
  bottom: 100%;
}
@media screen and (min-width: 768px) {
  .p_training02__relation_badge::before {
    left: auto;
    right: calc(100% - clamp(
        0rem,
        -3.4722222222vw + 4.1666666667rem,
        1.5rem
    ));
  }
}
.p_training02__relation_badge::after {
  transform: scaleY(-1) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p_training02__relation_badge::after {
    left: calc(100% - clamp(
        0rem,
        -3.4722222222vw + 4.1666666667rem,
        1.5rem
    ));
    transform: scaleX(-1) translateY(-50%);
  }
}
.p_training02__relation .p_training02__item_sub {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_training03 {
    margin-bottom: -3px;
  }
}
.p_training03 .c_title02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_training03 .c_title02 {
    margin-bottom: 40px;
  }
}
.p_training03__main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px 30px;
}
@media screen and (min-width: 768px) {
  .p_training03__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 120px 40px;
  }
}
.p_training03__item_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_training03__item_img {
    margin-bottom: 28px;
  }
}
.p_training03__item_head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}
.p_training03__item_icon {
  flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p_training03__item_icon {
    width: 40px;
  }
}
.p_training03__item_ttl {
  font-weight: 700;
  line-height: 1.4583333333;
}
.p_training03__item_txt {
  font-weight: 500;
}
/*# sourceMappingURL=carrer-environment-training.css.map */
