/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.news {
  position: relative;
}

.news #wrap {
  color: #333333;
}

.news #wrap .title-heading {
  max-width: calc(100% - 166px);
}

@media only screen and (max-width: 1200px) {
  .news #wrap .title-heading {
    max-width: calc(100% - 36px);
  }
}

@media (max-width: 767px) {
  .news #wrap .title-heading {
    max-width: calc(100% - 36px);
    margin-bottom: 20px;
  }
}

.news #wrap .title-heading__en {
  font-size: 10.2489vw;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .news #wrap .title-heading__en {
    font-size: 66px;
    font-size: 6.6rem;
    line-height: 0.90909em;
    padding-top: 4px;
    white-space: inherit;
  }
}

@media (max-width: 767px) {
  .news #wrap .title-heading__ja {
    margin-top: 17px;
  }
}

.news .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 66px auto 146px;
  max-width: calc(100% - 166px);
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .news .wrapper {
    max-width: calc(100% - 36px);
  }
}

@media (max-width: 767px) {
  .news .wrapper {
    max-width: calc(100% - 36px);
    flex-wrap: wrap;
    margin: 48px auto 72px;
  }
}

.news .wrapper .content {
  width: calc(925 / 1200 * 100%);
}

@media only screen and (max-width: 1200px) {
  .news .wrapper .content {
    width: 72%;
  }
}

@media (max-width: 767px) {
  .news .wrapper .content {
    width: 100%;
  }
}

.news .wrapper .content .filter {
  color: #00469d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .news .wrapper .content .filter {
    margin-bottom: 7px;
  }
}

.news .wrapper .content .filter__ttl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-right: 57px;
  position: relative;
}

@media (max-width: 767px) {
  .news .wrapper .content .filter__ttl {
    width: 45px;
    margin-right: 50px;
  }
}

.news .wrapper .content .filter__ttl::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #00469d;
  right: -36px;
  top: 50%;
}

@media (max-width: 767px) {
  .news .wrapper .content .filter__ttl::after {
    right: -30px;
  }
}

.news .wrapper .content .filter__res {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .news .wrapper .content .filter__res {
    font-size: 16px;
    width: calc(100% - 95px);
  }
}

.news .wrapper .content .list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 61px 92px 63px 0;
  border-bottom: 1px solid #3769a7;
  transition: 0.3s all ease;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .news .wrapper .content .list__item {
    flex-wrap: wrap;
    padding: 28px 66px 22px 0;
  }
}

.news .wrapper .content .list__item .date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #00469d;
  width: 100px;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .news .wrapper .content .list__item .date {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.news .wrapper .content .list__item .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: underline;
  width: calc(100% - 135px);
}

@media (max-width: 767px) {
  .news .wrapper .content .list__item .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714em;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .news .wrapper .content .list__item:hover {
    opacity: 1;
  }
  .news .wrapper .content .list__item:hover .btn {
    background: #00469d;
  }
  .news .wrapper .content .list__item:hover .btn::after {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white.svg") center/100% no-repeat;
  }
}

.news .wrapper .content .list__item .btn {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #00469d;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}

@media (max-width: 767px) {
  .news .wrapper .content .list__item .btn {
    width: 40px;
    height: 40px;
    right: -1px;
  }
}

.news .wrapper .content .list__item .btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 6px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue.svg") center/100% no-repeat;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .news .wrapper .sidebar {
    width: 190px;
    position: sticky;
    top: 150px;
  }
}

/*# sourceMappingURL=maps/news.min.css.map */