@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/news/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/news/kv_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .category {
    margin: 12rem 0 14.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category {
    margin: 10rem 0;
  }
}
.category .link {
  color: #1E1E1E;
  text-decoration: underline;
}
.category .category_inner {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category .category_inner {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner {
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}
.category .category_inner > div {
  border-bottom: 1px solid #dcdcdc;
}
.category .category_inner a {
  display: block;
}
@media screen and (min-width: 769px) {
  .category .category_inner a {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner a {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.category .category_inner a:hover dd {
  color: #0A64B4;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .category .category_inner dl {
    display: flex;
  }
}
.category .category_inner dt {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .category .category_inner dt {
    width: 15.6rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner dt {
    width: 29rem;
    margin-bottom: 1.2rem;
  }
}
.category .category_inner .tag_update {
  background-color: #149678;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 10rem;
}
@media screen and (min-width: 769px) {
  .category .category_inner .tag_update {
    width: 7.8rem;
    font-size: 1.2rem;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .tag_update {
    width: 16rem;
    font-size: 2.2rem;
  }
}
.category .category_inner .tag_news {
  background-color: #0A64B4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 10rem;
}
@media screen and (min-width: 769px) {
  .category .category_inner .tag_news {
    width: 7.8rem;
    font-size: 1.2rem;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .tag_news {
    width: 16rem;
    font-size: 2.2rem;
  }
}

.sct {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.sct::after {
  content: "";
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .sct::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 2.3rem;
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sct::after {
    width: 2.6rem;
    height: 2.6rem;
    top: 4rem;
    right: 3.5rem;
  }
}
.sct > select {
  background-color: #fff;
  border: 1px solid #282828;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 769px) {
  .sct > select {
    padding: 2rem 2.5rem;
    width: 20.6rem;
    height: 5.6rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sct > select {
    padding: 3.5rem 4.5rem;
    width: 36.8rem;
    height: 10rem;
    font-size: 2.6rem;
  }
}

.tab_switch {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .tab_switch {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_switch {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
.tab_switch > label {
  margin-top: 6rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  order: -1;
  font-weight: 500;
  color: #282828;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .tab_switch > label {
    padding-bottom: 0.9rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_switch > label {
    padding-bottom: 1.3rem;
    font-size: 2.5rem;
  }
}
.tab_switch > label:has(:checked) {
  border-bottom: 1px solid #0A64B4;
  color: #0A64B4;
}
@media (any-hover: hover) {
  .tab_switch > label span:hover {
    color: #0A64B4;
  }
}
.tab_switch > label .arrow01 svg {
  fill: #fff;
}
.tab_switch input {
  display: none;
}
.tab_switch .category_inner {
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab_switch .arrow01.wid05 {
    width: 3.7rem;
    height: 2.4rem;
  }
}