@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  padding-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  main {
    margin-top: 60px;
    padding-top: 0;
  }
}
main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 100px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  color: #ffffff;
}
@media (max-width: 768px) {
  main .breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .breadcrumbs .bcn-breadcrumb-separator,
main .breadcrumbs .divider {
  color: #B7B7B7;
}
main .breadcrumbs a,
main .breadcrumbs a.home,
main .breadcrumbs .post.post-page a,
main .breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .breadcrumbs a span,
main .breadcrumbs a.home span,
main .breadcrumbs .post.post-page a span,
main .breadcrumbs [property=item] span {
  color: #333333;
}
main .breadcrumbs a:hover,
main .breadcrumbs a.home:hover,
main .breadcrumbs .post.post-page a:hover,
main .breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .breadcrumbs span.current-item,
main .breadcrumbs .post.post-page.current-item {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .sp-hide {
    display: none;
  }
}
main .sp-show {
  display: none;
}
@media (max-width: 768px) {
  main .sp-show {
    display: initial;
  }
}
main .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 50px;
  line-height: 72px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 32px;
    line-height: 65px;
  }
}
main .page-title span {
  font-size: 16px;
  line-height: 24px;
}
main .page-title p {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
main .page-title + .page-title__caption {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  font-weight: bold;
}
@media (max-width: 768px) {
  main .page-title + .page-title__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
main .page-title {
  margin: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-title {
    margin: 0 min(20px, 5%);
  }
}
main .page-title-wrapper {
  width: 100%;
  min-height: 395px;
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../images/common/page-title-bg.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  main .page-title-wrapper {
    width: 100%;
    padding: 104px 0;
    min-height: unset;
    background: url("../../images/common/page-title-bg.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
main .page-sub-title {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.6;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-sub-title {
    font-size: 32px;
    line-height: 48px;
  }
}
main .page-sub-title {
  margin-top: 80px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  main .page-sub-title {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
main .pdf-link a {
  color: #00479D;
  text-decoration: underline;
  text-decoration-color: #00479D;
  text-underline-offset: 4px;
}
main .pdf-link span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  background-color: #00479D;
  border-radius: 2px;
  padding: 2px 5px;
  margin-right: 5px;
}
main .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 50px;
  line-height: 72px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 32px;
    line-height: 65px;
  }
}
main .page-title span {
  font-size: 16px;
  line-height: 24px;
}
main .page-title p {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
main .page-title + .page-title__caption {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  font-weight: bold;
}
@media (max-width: 768px) {
  main .page-title + .page-title__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 40px;
    line-height: 65px;
  }
  main .page-title p {
    font-size: 16px;
    line-height: 19px;
  }
}
main .page-content {
  margin: 115px 0 120px 0;
  padding: 0 min(95px, 8vw);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  main .page-content {
    margin: 56px 0;
    padding: 0 min(20px, 5%);
  }
}
main .news-tabs {
  width: 100%;
  display: flex;
  gap: min(20px, 2.5vw);
  margin-bottom: min(40px, 5vh);
  justify-content: space-between;
}
@media (max-width: 768px) {
  main .news-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
main .news-tabs .tab-btn {
  width: 100%;
  font-size: 16px;
  line-height: 29px;
  padding: 16px 40px;
  border: none;
  background-color: #b7b7b7;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  main .news-tabs .tab-btn {
    line-height: 1.3;
    padding: min(12px, 1.5vh) min(24px, 3vw);
  }
}
main .news-tabs .tab-btn:hover {
  opacity: 0.8;
}
main .news-tabs .tab-btn.active {
  background-color: #00479D;
  color: #ffffff;
}
main .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main .news-list .news-item {
  border-bottom: 1px solid #d5deef;
  padding: 0 0 16px 0;
  transition: background-color 0.3s ease;
}
main .news-list .news-item:hover {
  background-color: #eef4ff;
}
main .news-list .news-item:hover .news-title .arrow-btn {
  background-color: #00479D;
  border-color: #00479D;
}
main .news-list .news-item:hover .news-title .arrow-btn::after {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .news-list .news-item {
    padding: 0 0 16px 0;
  }
}
main .news-list .news-item .news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main .news-list .news-item .news-meta {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
main .news-list .news-item .news-meta .news-date {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
main .news-list .news-item .news-meta .news-category {
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
main .news-list .news-item .news-meta .news-category.company {
  background-color: #00479D;
}
main .news-list .news-item .news-meta .news-category.news {
  background-color: #00479D;
}
main .news-list .news-item .news-meta .news-category.recruitment {
  background-color: #e1ebf9;
  color: #333333;
}
main .news-list .news-item .news-meta .news-category.new {
  background-color: #ffd800;
  color: #333333;
}
main .news-list .news-item .news-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
main .news-list .news-item .news-title .title-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .news-list .news-item .news-title .title-text:hover {
  opacity: 0.7;
}
main .news-list .news-item .news-title .arrow-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
main .news-list .news-item .news-title .arrow-btn::after {
  content: "→";
  color: #333333;
  font-size: 12px;
  transition: color 0.3s ease;
}
main .news-list .news-item .news-title .arrow-btn:hover {
  background-color: #00479D;
  border-color: #00479D;
}
main .news-list .news-item .news-title .arrow-btn:hover::after {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .news-list .news-item .news-title {
    flex-direction: column;
    align-items: flex-start;
  }
  main .news-list .news-item .news-title .arrow-btn {
    margin-top: 8px;
  }
}
main .pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  main .pagination {
    margin-top: 56px;
  }
}
main .pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .pagination .page-numbers button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: none;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .pagination .page-numbers button:hover {
  background-color: #e1ebf9;
}
main .pagination .page-numbers button.active {
  background-color: #00479D;
  color: #ffffff;
  border-color: #00479D;
}
main .pagination .page-numbers .ellipsis {
  color: #333333;
  font-size: clamp(14px, 1.2vw, 16px);
  padding: 0 min(4px, 0.5vw);
}/*# sourceMappingURL=news.css.map */