/*!
global > Color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > function
------------------------------
*/
.p_new__item .item_content {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_content {
    font-size: 1.125rem;
  }
}

.p_new__item .item_ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_ttl {
    font-size: 1.5rem;
  }
}

.p_new {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_new {
    padding-bottom: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
  }
}
.p_new .c_ttl .en {
  white-space: nowrap;
  font-size: clamp(2rem, 4.0816326531vw + 1.0433673469rem, 3rem);
}
@media screen and (min-width: 768px) {
  .p_new .c_ttl .en {
    font-size: clamp(3.75rem, 8.9285714286vw + -0.5357142857rem, 7.5rem);
  }
}
.p_new__item {
  padding: 20px 0;
  border-bottom: 1px solid #2a3546;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_new__item {
    justify-content: space-between;
    flex-direction: row;
    padding: 40px 0 42px;
  }
}
.p_new__item .item_ttl {
  font-weight: 400;
  flex-shrink: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_ttl {
    padding-bottom: 0;
    width: clamp(12.5rem, 4.6296296296vw + 10.2777777778rem, 13.75rem);
  }
}
.p_new__item .item_ttl br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_ttl br {
    display: block;
  }
}
.p_new__item .item_content {
  line-height: 2.2222222222;
  margin-top: -9px;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_content {
    width: clamp(35rem, 32.4074074074vw + 19.4444444444rem, 43.75rem);
  }
}
.p_new__item .item_content:has(.item_list) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_list {
    padding-left: 8px;
  }
}
.p_new__item .item_list__txt {
  line-height: 1.5555555556;
  padding-left: 12px;
  position: relative;
  line-height: 1.5555555556;
}
.p_new__item .item_list__txt::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #2a3546;
}
@media screen and (min-width: 768px) {
  .p_new__item .item_list__txt::after {
    top: 12px;
  }
}
.p_new__item .item_list__txt + .item_list__txt {
  margin-top: 10px;
}
.p_new__other {
  max-width: 1000px;
  margin: 7px auto 0;
  padding: 0 20px;
}
.p_new__other .c_ttl30 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_new__other .c_ttl30 {
    padding-bottom: 41px;
  }
}
.p_new__other .other_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(11.25rem, 10.2040816327vw + 8.8584183673rem, 13.75rem), 1fr));
  gap: 20px;
  border: 1px solid #2a3546;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p_new__other .other_content {
    grid-template-columns: repeat(2, 1fr);
    padding: 45px clamp(1.25rem, 18.5185185185vw + -7.6388888889rem, 6.25rem);
    gap: 40px;
  }
}
.p_new__other .other_btn {
  width: 100%;
}
.p_new__other .other_btn__link {
  display: block;
  border: 1px solid rgba(152, 164, 172, 0.15);
}
@media screen and (min-width: 768px) {
  .p_new__other .other_btn__link {
    padding: 11px 19px;
  }
}

.c_entry {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c_entry {
    margin-top: clamp(5rem, 32.6388888889vw + -10.6666666667rem, 13.8125rem);
  }
}
.c_entry::after {
  display: none;
}

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