.wp-container-core-group-is-layout-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.wp-container-core-group-is-layout-16 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.info-block-wrapper {
  margin-block-start: 0;
  background-color: #fff;
}

@media screen and (max-width: 899px) {
  .info-block-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.info-block {
  margin-bottom: 42px !important;
  background-color: #E7F4F8;
}

@media screen and (min-width: 900px) {
  .info-block {
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 40px;
  }
}

@media screen and (max-width: 899px) {
  .info-block {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 20px;
    padding-bottom: 36px;
    padding-inline: 20px;
  }
}

.info-list-wrapper {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

@media screen and (min-width: 900px) {
  .info-list-wrapper {
    padding-inline: 48px;
    padding-block: 32px;
  }
}

@media screen and (max-width: 899px) {
  .info-list-wrapper {
    padding-inline: 25px;
    padding-block: 16px;
  }
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.info-list-item:not(:last-child) {
  border-bottom: 1px solid #E7F4F8;
}

.info-list-item-link {
  display: flex;
  text-decoration: none;
  align-items: center;
  width: 100%;
  padding-block: 20px;
  transition: all 0.2s;
}

@media screen and (min-width: 900px) {
  .info-list-item-link {
    padding-block: 20px;
  }
}

@media screen and (max-width: 899px) {
  .info-list-item-link {
    flex-wrap: wrap;
    padding-block: 10px;
  }
}

.info-list-item-link:hover {
  opacity: 0.6;
}

.info-list-item-link::after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url(/ja/corporate/recruit/assets/themes/hap-recruit2026/assets/images/arr-link--blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em 1em;
}

.info-list-item-date {
  font-size: 16px;
  color: #3798B8;
}

@media screen and (min-width: 900px) {
  .info-list-item-date {
    padding-inline: 20px;
    width: 160px;
  }
}

@media screen and (max-width: 899px) {
  .info-list-item-date {
    width: 100%;
  }
}

.info-list-item-title {
  font-size: 20px;
  color: #000;
  margin-right: auto;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-list-item-title svg {
  flex-shrink: 0;
  min-width: 24px;
  min-height: 24px;
  width: 24px !important;
  height: 24px !important;
}

@media screen and (min-width: 900px) {
  .info-list-item-title {
    padding-left: 30px;
  }
}

.info-filter {
  width: 24%;
  min-width: 145px;
}

@media screen and (max-width: 899px) {
  .info-filter {
    max-width: 375px !important;
    width: 100%;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 900px) {
  .info-filter {
    width: 24%;
    min-width: 145px;
    margin-top: 20px;
  }
}

.info-filter-title {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background-color: #3798B8;
  padding-inline: 20px;
  padding-block: 10px;
  text-align: center;
  margin: 0;
  border-radius: 10px 10px 0 0;
}

.info-filter-list {
  list-style: none;
  background-color: #E7F4F8;
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding: 0;
}

.info-filter-item {
  margin-inline: 20px;
  padding-block: 10px;
}

.info-filter-item:not(:last-child) {
  border-bottom: 1px solid #9ECFDE;
}

.info-filter-item-link {
  font-size: 18px;
  color: #3798B8;
  text-decoration: none;
  display: block;
  transition: all 0.2s;
}

.info-filter-item-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 899px) {
  .pagenavi-wrapper {
    margin-top: 36px;
  }
}

@media screen and (min-width: 900px) {
  .pagenavi-wrapper {
    margin-top: 80px;
    margin-bottom: 30px !important;
  }
}

.pagenavi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.pagenavi-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.current {
  color: #fff;
  background-color: #3798B8;
  border: 2px solid #3798B8;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .current {
    font-size: 14px;
    padding-inline: 13px;
    padding-block: 3px;
  }
}

@media screen and (min-width: 900px) {
  .current {
    font-size: 20px;
    padding-inline: 19.1px;
    padding-block: 5px;
  }
}

.larger {
  font-size: 20px;
  font-weight: bold;
  color: #3798B8;
  text-decoration: none;
  border: 2px solid #3798B8;
  border-radius: 5px;
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .larger {
    font-size: 14px;
    padding-inline: 13px;
    padding-block: 3px;
  }
}

@media screen and (min-width: 900px) {
  .larger {
    font-size: 20px;
    padding-inline: 19.1px;
    padding-block: 5px;
  }
}

.larger:hover {
  opacity: 0.6;
}

.nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #3798B8;
  border-radius: 5px;
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .nextpostslink {
    padding-inline: 7px;
    padding-block: 7px;
  }
}

@media screen and (min-width: 900px) {
  .nextpostslink {
    padding-inline: 15px;
    padding-block: 3px;
  }
}

.nextpostslink:hover {
  opacity: 0.6;
}

.last {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-inline: 11px;
  border: 2px solid #3798B8;
  border-radius: 5px;
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .last {
    padding-inline: 5px;
    gap: 2px;
    padding-block: 7px;
  }
}

@media screen and (min-width: 900px) {
  .last {
    padding-inline: 11px;
    gap: 5px;
    padding-block: 3px;
  }
}

.last:hover {
  opacity: 0.6;
}

.last::after {
  content: "";
  width: 3px;
  height: 16px;
  background-color: #3798B8;
}

@media screen and (max-width: 899px) {
  .last::after {
    width: 2px;
    height: 12px;
  }
}

@media screen and (min-width: 900px) {
  .last::after {
    width: 3px;
    height: 16px;
  }
}


.previouspostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #3798B8;
  border-radius: 5px;
  transform: rotate(180deg);
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .previouspostslink {
    padding-inline: 7px;
    padding-block: 7px;
  }
}

@media screen and (min-width: 900px) {
  .previouspostslink {
    padding-inline: 15px;
    padding-block: 3px;
  }
}

.previouspostslink:hover {
  opacity: 0.6;
}

.first {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-inline: 11px;
  border: 2px solid #3798B8;
  border-radius: 5px;
  transform: rotate(180deg);
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .first {
    padding-inline: 5px;
    gap: 2px;
    padding-block: 7px;
  }
}

@media screen and (min-width: 900px) {
  .first {
    padding-inline: 11px;
    gap: 5px;
    padding-block: 3px;
  }
}

.first:hover {
  opacity: 0.6;
}

.first::after {
  content: "";
  width: 3px;
  height: 16px;
  background-color: #3798B8;
}

@media screen and (max-width: 899px) {
  .first::after {
    width: 2px;
    height: 12px;
  }
}

@media screen and (min-width: 900px) {
  .first::after {
    width: 3px;
    height: 16px;
  }
}

.size-6 {
  height: 1.5rem;
  width: 1.5rem;
}

.fill-hap-gray {
  fill: #505358;
}