/* =========================================================
news
========================================================= */
@media (max-width: 768px) {
  .news-list {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .news-list {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .news-list .c-cont__in {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .news-list .c-cont__in {
    margin: 60px auto 0;
  }
}
.news-list__nav {
  position: relative;
}
.news-list__nav .btn {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .news-list__nav .btn {
    display: none;
  }
}
.news-list__nav .btn button {
  width: 100%;
  height: 47px;
  display: block;
}
.news-list__nav .btn button::before {
  content: "";
  width: 15px;
  height: 8px;
  -webkit-mask: url(../images/common/ico_arrow02.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow02.svg) no-repeat center/contain;
  background: #208AFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 769px) {
  .news-list__nav .wrap {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .news-list__nav .list {
    padding: 0 30px;
    background: #fff;
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .news-list__nav .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .news-list__nav .item {
    border-top: 1px solid #EBEBEB;
  }
}
@media (max-width: 768px) {
  .news-list__nav .item:first-child {
    border-top: none;
  }
}
.news-list__nav .item a {
  color: #208AFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .news-list__nav .item a {
    height: 50px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .news-list__nav .item a {
    min-width: 120px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .news-list__nav .item a {
    transition: background 0.2s ease, color 0.2s ease;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .news-list__nav .item a:hover {
    background: #208AFF;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .news-list__nav .item.current a {
    background: #208AFF;
    color: #fff;
  }
}
.news-list__list {
  display: grid;
}
@media (max-width: 768px) {
  .news-list__list {
    margin: 40px auto 0;
    gap: 30px;
  }
}
@media (min-width: 769px) {
  .news-list__list {
    margin: 60px auto 0;
    gap: 50px;
  }
}
.news-list .c-card02 {
  display: none;
}
@media (max-width: 768px) {
  .news-list .c-card02 {
    padding: clamp(10px, 25.3cqw, 85px) 0 0 20px;
  }
}
@media (min-width: 769px) {
  .news-list .c-card02 {
    padding: 55px 0 0 60px;
  }
}
.news-list .c-card02:nth-child(-n+4) {
  display: block;
}
@media (max-width: 768px) {
  .news-list .c-card02 a {
    padding: clamp(10px, 34.3cqw, 115px) 20px 25px;
  }
}
@media (min-width: 769px) {
  .news-list .c-card02 a {
    min-height: clamp(1px, 20.13vw, 275px);
    padding: 55px 60px 55px clamp(1px, 35.87vw, 490px);
  }
}
.news-list .c-card02__img {
  position: absolute;
}
@media (max-width: 768px) {
  .news-list .c-card02__img {
    width: clamp(10px, 91cqw, 305px);
    top: calc(clamp(10px, 25.3cqw, 85px) * -1);
    left: -20px;
  }
}
@media (min-width: 769px) {
  .news-list .c-card02__img {
    width: clamp(1px, 35.87vw, 490px);
    top: -57px;
    left: -60px;
  }
}
@media (max-width: 768px) {
  .news-list .c-card02__tag {
    min-width: clamp(1px, 20.53vw, 77px);
    padding: 6px 12px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .news-list .c-card02__tag {
    min-width: 84px;
    padding: 9px 20px 11px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .news-list .c-card02__date {
    font-size: clamp(1px, 3.2vw, 12px);
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .news-list .c-card02__date {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news-list .c-card02__txt {
    max-height: 44px;
    font-size: 13px;
    line-height: 1.69;
  }
}
@media (min-width: 769px) {
  .news-list .c-card02__txt {
    max-height: 72px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
.news-list__more {
  width: 178px;
}
@media (max-width: 768px) {
  .news-list__more {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .news-list__more {
    margin: 30px auto 0;
  }
}
.news-list__more button {
  width: 100%;
  height: 57px;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 57px;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
}
@media (hover: hover) {
  .news-list__more button {
    transition: background 0.2s ease;
  }
  .news-list__more button:hover {
    background: #fff;
  }
}
.news-list__more .ico {
  width: 16px;
  height: 2px;
  background: #2F2F2F;
  position: relative;
}
.news-list__more .ico::before {
  content: "";
  width: 2px;
  height: 16px;
  background: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-list .c-btn01 {
  max-width: 360px;
}
@media (max-width: 768px) {
  .news-list .c-btn01 {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .news-list .c-btn01 {
    margin: 60px auto 0;
  }
}

/* =========================================================
news detail
========================================================= */
@media (max-width: 768px) {
  .news-detail {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .news-detail {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

/* =========================================================
news other
========================================================= */
@media (max-width: 768px) {
  .news-other {
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .news-other {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .news-other .col1-2 {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .news-other .col1-2 {
    margin: 35px auto 0;
  }
}
@media (max-width: 768px) {
  .news-other .c-card02 {
    padding: clamp(10px, 25.3cqw, 85px) 0 0 20px;
  }
}
@media (min-width: 769px) {
  .news-other .c-card02 {
    padding: clamp(10px, 29.8cqw, 155px) 0 0 30px;
  }
}
.news-other .c-card02 a {
  height: 100%;
}
@media (max-width: 768px) {
  .news-other .c-card02 a {
    padding: clamp(10px, 34.3cqw, 115px) 20px 25px;
  }
}
@media (min-width: 769px) {
  .news-other .c-card02 a {
    padding: clamp(10px, 25cqw, 130px) 30px 35px;
  }
}
.news-other .c-card02__img {
  position: absolute;
}
@media (max-width: 768px) {
  .news-other .c-card02__img {
    width: clamp(10px, 91cqw, 305px);
    top: calc(clamp(10px, 25.3cqw, 85px) * -1);
    left: -20px;
  }
}
@media (min-width: 769px) {
  .news-other .c-card02__img {
    width: clamp(10px, 88cqw, 458px);
    top: calc(clamp(10px, 29.8cqw, 155px) * -1);
    left: -30px;
  }
}
@media (max-width: 768px) {
  .news-other .c-card02__tag {
    min-width: clamp(1px, 20.53vw, 77px);
    padding: 6px 12px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .news-other .c-card02__tag {
    min-width: 84px;
    padding: 8px 14px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news-other .c-card02__date {
    font-size: clamp(1px, 3.2vw, 12px);
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .news-other .c-card02__date {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news-other .c-card02__txt {
    max-height: 44px;
    font-size: 13px;
    line-height: 1.69;
  }
}
@media (min-width: 769px) {
  .news-other .c-card02__txt {
    max-height: 72px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.news-other .c-btn01 {
  max-width: 360px;
}
@media (max-width: 768px) {
  .news-other .c-btn01 {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .news-other .c-btn01 {
    margin: 50px auto 0;
  }
}
/*# sourceMappingURL=maps/news.css.map */
