/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.news_area {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: clamp(50px, 8vw, 115px);
  margin-top: clamp(20px, 7vw, 100px);
}
@media screen and (min-width: 1000px), print {
  .news_area {
    min-height: 520px;
  }
}
@media screen and (max-width: 999px) {
  .news_area {
    margin-top: 0;
  }
}
@media screen and (min-width: 860px), print {
  .news_area__l {
    position: relative;
    z-index: 1;
    width: min(420px, 35%);
  }
  .news_area__r {
    background-color: #ffffff;
    padding-left: min(110px, 6.4vw);
    min-width: max(65%, 700px);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    max-width: 700px;
  }
}
@media screen and (max-width: 859px) {
  .news_area {
    padding-bottom: 1em;
  }
  .news_area__l {
    display: none;
  }
  .news_area__r {
    width: 100%;
  }
}
@media screen and (min-width: 700px), print {
  .news_area__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(46px, 2.7vw);
  }
}
@media screen and (max-width: 699px) {
  .news_area__head__r {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
.news_area__head__r {
  flex-grow: 10;
  display: flex;
}
.news_area__foot {
  margin-top: min(60px, 3.5vw);
  display: flex;
  justify-content: flex-end;
}

.news_image {
  position: absolute;
  height: 100%;
}
.news_image img {
  display: block;
  height: 100%;
}

.news_tab {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 700px), print {
  .news_tab ul > li {
    padding: 0 min(38px, 7.2%);
  }
}
@media screen and (max-width: 699px) {
  .news_tab ul > li {
    padding: 0 1em;
  }
}
.news_tab ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.news_tab ul > li {
  border-right: 1px solid #bbc5cd;
  line-height: 1.2;
}
.news_tab ul > li:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.news_tab .tab {
  display: block;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  color: #222222;
  position: relative;
}
@media screen and (min-width: 700px), print {
  .news_tab .tab {
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .news_tab .tab {
    font-size: 0.938rem;
  }
}
.news_tab .tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #022c4f;
  position: absolute;
  bottom: -5px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.1s ease-out;
}
.news_tab .tab:hover {
  color: #0090d5;
}
.news_tab .tab:hover::after {
  transform: scaleX(1);
}
.news_tab .tab._active {
  pointer-events: none;
  color: #a4adb8;
}

.newsline .body .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*# sourceMappingURL=news.css.map */
