@charset "UTF-8";
.breadcrumbs {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

main .fv {
  background-color: #000;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv {
    margin-top: 60px;
  }
}
main .fv .fv__inner {
  padding: 0 7%;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
main .fv .fv__inner h2 {
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.68px;
  font-weight: 700;
}
main .fv .fv__inner h2 span {
  font-size: 1.8rem;
  letter-spacing: 2.16px;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner h2 span {
    font-size: 1.6rem;
    padding-left: 0;
    display: block;
  }
}
main .topix {
  padding: 0 14%;
  box-sizing: border-box;
  /* タブメニュー */
  /* is-activeがついている時のスタイル */
  /* タブパネル */
  /* is-showがついている時のスタイル */
}
@media screen and (min-width: 1600px) {
  main .topix {
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix {
    padding: 0 5%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .topix {
    padding: 0 5%;
  }
}
main .topix .tab {
  max-width: 920px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .tab {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .topix .tab {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1600px) {
  main .topix .tab {
    max-width: 1200px;
  }
}
main .topix .tab__menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  main .topix .tab__menu {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .tab__menu {
    row-gap: 10px;
    gap: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .topix .tab__menu {
    row-gap: 30px;
    gap: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1304px) and (min-width: 1070px) {
  main .topix .tab__menu {
    row-gap: 30px;
    gap: 30px;
  }
}
main .topix .tab__menu-item {
  list-style: none;
  min-width: 200px;
  width: 20%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  color: #121212;
  transition: all 0.3s;
}
main .topix .tab__menu-item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1600px) {
  main .topix .tab__menu-item {
    width: 21%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .topix .tab__menu-item {
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1304px) and (min-width: 1070px) {
  main .topix .tab__menu-item {
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .tab__menu-item {
    width: 100%;
    min-width: 100%;
  }
}
main .topix .tab__menu-item.is-active {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .tab__menu-item {
    width: 40%;
    font-size: 15px;
  }
}
main .topix .tab__menu-item:last-of-type {
  margin-right: 0px;
}
main .topix .tab__menu-item.is-active {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .tab__menu-item.is-active {
    font-size: 14px;
  }
}
main .topix .tab__panel {
  width: 100%;
}
main .topix .tab__panel-box001 {
  display: none;
}
main .topix .tab__panel-box002 {
  display: none;
}
main .topix .tab__panel-box003 {
  display: none;
}
main .topix .tab__panel-box004 {
  display: none;
}
main .topix .tab__panel-box.is-show {
  display: block;
}
main .topix h2 {
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 2.8px;
  margin-top: 43px;
}
main .topix .news__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
  margin-top: 38px;
  row-gap: 28px;
}
@media screen and (min-width: 1600px) {
  main .topix .news__list {
    -moz-column-gap: 3.5%;
         column-gap: 3.5%;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .news__list {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
main .topix .news__list .news__item {
  min-width: 288px;
  width: 31%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .news__list .news__item {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .topix .news__list .news__item {
    width: 48%;
  }
}
@media screen and (max-width: 1304px) and (min-width: 1070px) {
  main .topix .news__list .news__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  main .topix .news__list .news__item {
    width: 100%;
  }
}
main .topix .news__list .news__item a {
  display: block;
  width: 100%;
}
main .topix .news__list .news__item a img {
  width: 100%;
  aspect-ratio: 16/9;
}
main .topix .news__list .news__item a time {
  color: rgba(91, 91, 91, 0.75);
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 6px;
  display: block;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .topix .news__list .news__item a time {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .topix .news__list .news__item a time {
    margin-top: 10px;
    display: block;
  }
}
main .topix .news__list .news__item a p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 28px;
  padding-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .topix .more__btn {
  width: 57px;
  margin: auto;
  margin-top: 34px;
  cursor: pointer;
}
main .topix .more__btn img {
  width: 100%;
}/*# sourceMappingURL=topix.css.map */