.c-page-title .c-page-title__inner {
  width: calc(100% - 180px);
  max-width: none;
}

@media screen and (max-width:1240px) {
  .c-page-title .c-page-title__inner {
    width: 94%;
    padding: 0;
  }
}

.p-information .c-information {
  margin-top: 100px;
  color: #1e2325;
}

@media only screen and (max-width: 1024px) {
  .p-information .c-information {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-information .c-information {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 640px) {
  .p-information .c-information {
    margin-top: 48px;
  }
}



.p-information .c-information__inner {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding-block: 128px 133px;
}

@media only screen and (max-width: 1024px) {
  .p-information .c-information__inner {
    padding-block: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__inner {
    padding-block: 40px 56px;
  }
}

.p-information .c-information__categories {
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.0392156863);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__categories {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-information .c-information__category {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #a5a5a5;
  padding: 4px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__category {
    padding: 2px 10px;
  }
}

.p-information .c-information__category:hover {
  color: #111;
  opacity: 1;
}

.p-information .c-information__category.current {
  color: #111;
  position: relative;
  padding-left: 32px;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__category.current {
    padding-left: 28px;
  }
}

.p-information .c-information__category.current::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 6px;
  height: 6px;
  background-color: #0a94eb;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__category.current::before {
    top: 12px;
  }
}

.p-information .c-information__list {
  margin-top: 61px;
}

@media only screen and (max-width: 1024px) {
  .p-information .c-information__list {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__list {
    margin-top: 24px;
  }
}

.p-information .c-information__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 23px 1fr;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  padding: 32px 40px 32px 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 1024px) {
  .p-information .c-information__item {
    padding: 24px 32px 24px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item {
    gap: 16px;
    -ms-grid-columns: 120px 16px 1fr;
    grid-template-columns: 120px 1fr;
    padding: 24px 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-information .c-information__item {
    gap: 12px;
    -ms-grid-columns: 80px 12px 1fr;
    grid-template-columns: 80px 1fr;
    padding: 12px 0;
  }
}

.p-information .c-information__item::after {
  position: absolute;
  content: "";
  background-image: url("../../images/recruit/common/icon-arr-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item::after {
    display: none;
  }
}

.p-information .c-information__item figure {
  border-radius: 4px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .p-information .c-information__item figure {
    aspect-ratio: 4 / 3;
  }
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item figure {
    aspect-ratio: 80/60;
  }
}

@media only screen and (max-width: 640px) {
  .p-information .c-information__item figure {
    aspect-ratio: 1/1;
  }
}

.p-information .c-information__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-information .c-information__item-title {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width:1024px) {
  .p-information .c-information__item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .p-information .c-information__item-title {
    font-size: 1.4rem;
  }
}

.p-information .c-information__item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px 24px;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item-col {
    gap: 10px 24px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .p-information .c-information__item-col {
    gap: 6px 16px;
    margin-top: 4px;
  }
}

.p-information .c-information__item-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width:640px) {
  .p-information .c-information__item-cate {
    gap: 6px;
  }
}

.p-information .c-information__item-cate span {
  color: #fff;
  background-color: #0a94eb;
  border-radius: 12px;
  padding: 4px 16px 2px 16px;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item-cate span {
    font-size: 1rem;
    padding: 4px 16px;
  }
}

@media only screen and (max-width: 640px) {
  .p-information .c-information__item-cate span {
    padding: 3px 8px 2px 8px;
  }
}

.p-information .c-information__item-date {
  color: #a5a5a5;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .p-information .c-information__item-date {
    font-size: 1.1rem;
  }
}