/* ニュース
=========================================================================
=========================================================================*/
/* Page title
-----------------------------------------------------------*/
.title {
  position: relative;
  padding: 64px 0;
}

.title .inner {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width:990px) {
  .title .inner {
    padding: 0 15px;
  }
}

.title h1 {
  overflow: visible;
  padding-top: .25em;
  width: fit-content;
  font-weight: 600;
  font-size: 27px;
  line-height: 1em;
}

.title h1 span {
  display: block;
  margin-bottom: .75em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* List
-----------------------------------------------------------*/
.list .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width:990px) {
  .list .inner {
    padding: 0 15px;
    justify-content: flex-start;
    gap: calc(40 / 960 * 100%);
  }
}

.list .inner .category_button {
  position: relative;
  padding: 60px 0 60px 0;
  width: calc(140 / 960 * 100%);
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

.list .inner .category_button .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #AAD4E1, #AAD3AC);
  z-index: -1;
}

.list .inner .category_button ul {
  display: flex;
  flex-wrap: wrap;
  gap: .75em 0;
  margin-right: 2em;
}

.list .inner .category_button li {
  width: 100%;
}


.list .inner .category_button li button {
  line-height: 1em;
  text-align: right;
  white-space: nowrap;
  opacity: .25;
  transition: 0.3s;
}

@media(hover: hover) {
  .list .inner .category_button li button:hover {
    opacity: 1;
  }
}

@media screen and (max-width:990px) {
  .list .inner .category_button li button {
    font-size: 14px;
  }
}

.list .inner .category_button li button.active {
  opacity: 1;
}

.list .inner .news_list {
  padding: 60px 0;
  width: calc(780 / 960 * 100%);
}

.list .inner .news_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
  width: 100%;
}

.list .inner .news_list ul li {
  width: 100%;
}

.list .inner .news_list ul li a {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  transition: 0.3s;
}

@media(hover: hover) {
  .list .inner .news_list ul li a:hover {
    opacity: .7;
  }
}

.list .inner .news_list ul li a p.date {
  font-weight: 600;
}

.list .inner .news_list ul li a p.date span {
  margin: 0 24px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1em;
  border-radius: 3px;
}
/* 26卒 */
.list .inner .news_list ul li a p.date span.cat_26topics {
  background-color: #99F397;
}
/* 27卒 */
.list .inner .news_list ul li a p.date span.cat_27topics {
  background-color: #CDF7CD;
}
/* 28卒以降 */
.list .inner .news_list ul li a p.date span.cat_newer {
  background-color: #E8E3AE;
}
/* キャリア */
.list .inner .news_list ul li a p.date span.cat_career {
  background-color: #A8D4FE;
}
/* NEWS */
.list .inner .news_list ul li a p.date span.cat_news {
  background-color: #C2C2C2;
}

.list .inner .news_list ul li a h2 {
  padding-top: .25em;
  font-size: 15px;
  line-height: 1.6em;
}

@media(hover: hover) {
  .list .inner .news_list ul li a:hover h2 {
    text-decoration: underline;
  }
}

/*  1150px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:1150px) {

}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
  /* Page title
  -----------------------------------------------------------*/
  .title {
    padding: 36px 0 37px;
  }

  .title h1 {
    font-size: 18px;
  }

  .title h1 span {
    margin-bottom: .5em;
    font-size: 32px;
  }

  /* List
  -----------------------------------------------------------*/
  .list .inner {
    flex-wrap: wrap;
  }

  @media screen and (max-width:990px) {
    .list .inner {
      padding: 0;
      gap: 0;
    }
  }

  .list .inner .category_button {
    padding: 47px 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
  }

  .list .inner .category_button ul {
    display: none;
  }

  .list .inner .category_button .select_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 354px;
    width: calc(354 / 390 * 100%);
    background-color: rgba(243, 243, 234, .8);
    border-radius: 100px;
  }

  .list .inner .category_button .select_wrap::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #000;
    border-left: solid 2px #000;
    transform: rotate(-135deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }

  .list .inner .category_button .select_wrap select {
    position: relative;
    padding: 13px 18px;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .list .inner .category_button .select_wrap select:focus {
    outline: none;
  }

  .list .inner .news_list {
    padding: 40px 15px;
    width: 100%;
  }

  .list .inner .news_list ul {
    gap: 1.5em 0;
  }

  .list .inner .news_list ul li a p.date {
    font-size: 15px;
  }

  .list .inner .news_list ul li a p.date span {
    margin: 0 12px;
  }

  .list .inner .news_list ul li a h2 {
    padding-top: .5em;
    width: 100%;
    font-size: 14px;
  }

}

/*  スマホ（360px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:360px) {

}
