/* ------------------------------------------------------
    MAIN SLIDER
------------------------------------------------------ */
.top-slider {
  position: relative;
  background-color: #fff;
  z-index: 10;
}

.top-slider:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.top-slider[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.top-slider .swiper-slide {
  position: relative;
  width: 1280px;
  padding: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transition: opacity 300ms ease-in-out;
}

@media screen and (max-width: 1280px) {
  .top-slider .swiper-slide {
    width: 100%;
  }
}

.top-slider .swiper-slide:hover {
  opacity: 0.75;
}

.top-slider .swiper-slide img {
  width: 100%;
}

.top-slider__cover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1281px;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: 100;
  pointer-events: none;
}

.top-slider__cover::before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  z-index: 10;
  left: -9px;
  transform: translate(-100%, 0);
}

.top-slider__cover::after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  z-index: 10;
  right: -9px;
  transform: translate(100%, 0);
}

.top-slider__buttons {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: calc(1280px + 84px);
  transform: translate(-50%, 0);
  z-index: 100;
  pointer-events: none;
}

.top-slider .swiper-button-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: 0;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 300ms ease;
  left: 1px;
  z-index: 1;
}

.top-slider .swiper-button-prev:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .top-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: calc(-15px + 25px);
  }
}

.top-slider .swiper-button-prev::before {
  display: inline;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #00a8ec transparent transparent;
}

.top-slider .swiper-button-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: 0;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 300ms ease;
  right: 1px;
  z-index: 1;
}

.top-slider .swiper-button-next:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .top-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: calc(-15px + 25px);
  }
}

.top-slider .swiper-button-next::before {
  display: inline;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #00a8ec;
}

/* ------------------------------------------------------
    SLIDER 01
------------------------------------------------------ */
.slide1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 30px 30px;
}

.slide1__text {
  font-size: calc( 1.92rem + ((1vw - 0.768rem) * 2.5));
  min-height: 0vw;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .slide1__text {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .slide1__text {
    font-size: calc( 1.6rem + ((1vw - 0.32rem) * 5.36913));
    min-height: 0vw;
  }
  [lang=en] .slide1__text {
    font-size: 3.91134vw;
  }
}

.slide1__text span {
  color: #00a8ec;
}

.slide1__head {
  font-size: 11.6rem;
  font-weight: 700;
  line-height: 1.33;
  color: #00a8ec;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .slide1__head {
    font-size: 9.425rem;
  }
}

@media screen and (max-width: 767px) {
  .slide1__head {
    font-size: 7.25rem;
  }
}

/* ------------------------------------------------------
    SLIDER 02
------------------------------------------------------ */
.slide2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 30px 30px;
}

.slide2__text {
  position: absolute;
  left: 8.59375%;
  top: 21.25%;
  font-size: calc( 1.92rem + ((1vw - 0.768rem) * 2.5));
  min-height: 0vw;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .slide2__text {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .slide2__text {
    position: absolute;
    left: 6.5189%;
    top: 18.25293%;
    font-size: 5.99739vw;
  }
  [lang=en] .slide2__text {
    font-size: 3.91134vw;
  }
}

.slide2__text div:first-child {
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .slide2__text div:first-child {
    margin-bottom: .9em;
  }
}

.slide2__text p {
  display: inline-block;
  border-bottom: 4px solid #fff;
  text-shadow: 0px 0px 1px #525252, 0px 0px 1px #525252, 0px 0px 1px #525252, 0px 0px 1px #525252, 0px 0px 1px #525252, 0px 0px 1px #525252, 0px 0px 1px #525252;
}

.slide2__text span {
  font-size: 131.25%;
}

@media screen and (max-width: 767px) {
  .slide2__text span {
    font-size: 119.23077%;
  }
}

.slide2__head {
  font-size: 11.6rem;
  font-weight: 700;
  line-height: 1.33;
  color: #00a8ec;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .slide2__head {
    font-size: 9.425rem;
  }
}

@media screen and (max-width: 767px) {
  .slide2__head {
    font-size: 7.25rem;
  }
}

.toc {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .toc {
    padding-top: 25px;
  }
}

.toc:not([data-status=show]) {
  opacity: 0;
}

.toc[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

.toc::before {
  content: '';
  position: absolute;
  display: block;
  top: 580px;
  left: 50%;
  width: 100vw;
  height: 510px;
  background-color: #00a8ec;
  transform: translate(-50%, -50%) skewY(-20deg);
}

@media screen and (max-width: 767px) {
  .toc::before {
    top: 215px;
    height: 195px;
  }
}

.toc__inner {
  overflow: hidden;
}

.toc__line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.toc__line::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 49.9%;
  height: 100%;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.toc__line::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  width: 1px;
  height: 100%;
  border-right: 1px solid #f2f2f2;
}

/* ------------------------------------------------------
    PRODUCTS
------------------------------------------------------ */
.prod {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.prod .c-sec-title {
  display: inline-block;
  margin-bottom: 10px;
}

.prod .c-sec-title span[lang="en"] {
  font-size: 3.0rem;
}

.prod .c-sec-title span:not([lang="en"]) {
  font-size: 1.4rem;
  font-weight: 500;
}

.prod .c-sec-title:not([data-status=show]) {
  opacity: 0;
}

.prod .c-sec-title[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

.prod-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  /*box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.22);*/
}

.prod-list:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.prod-list[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .prod-list {
    margin: 0 auto 20px;
    box-shadow: none;
  }
}

.prod-list__item {
  width: 50%;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 767px) {
  .prod-list__item {
    width: 100%;
	box-shadow: none;
  }
  .prod-list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.prod-link {
  position: relative;
  display: block;
  color: #fff;
}

.prod-link__fig {
  overflow: hidden;
}

.prod-link:not([data-status=show]) .prod-link__fig img {
  opacity: 0;
  transform: scale(1.2);
}

.prod-link[data-status=show] .prod-link__fig img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.prod-link[data-status=show]:hover .prod-link__fig img {
  transform: scale(1.1);
}

.prod-link__body {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 30px 10px 0;
}

@media screen and (max-width: 767px) {
  .prod-link__body {
    padding: 20px 10px 0;
  }
}

.prod-link__title {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .prod-link__title {
    margin-bottom: 15px;
  }
}

.prod-link__title span:not([lang="en"]) {
  display: block;
  margin-bottom: .5em;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .prod-link__title span:not([lang="en"]) {
    font-size: 1.1rem;
  }
}

.prod-link__title span[lang="en"] {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .prod-link__title span[lang="en"] {
    font-size: 1.6rem;
  }
}

.prod-link__desc {
  max-width: 12em;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.714;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .prod-link__desc {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .prod-link__desc {
    max-width: none;
  }
}

.prod-link__more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
}

.prod-link__more::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #00a8ec transparent;
}

.prod-link__more--green {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
}

.prod-link__more--green::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #46ceb6 transparent;
}

.prod-link__more--pink {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
}

.prod-link__more--pink::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ce4646 transparent;
}

.prod-link__more--yellow {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
}

.prod-link__more--yellow::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f9c147 transparent;
}

.prod-link__more--gray {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
}

.prod-link__more--gray::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #838880 transparent;
}

.prod-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prod-list2__item {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .prod-list2__item {
    margin-bottom: 10px;
  }
}

/*.prod-list2__item:nth-child(1) {
  width: 100%;
}

.prod-list2:not([data-status=show]) .prod-list2__item:nth-child(1) {
  opacity: 0;
  transform: translateY(30px);
}

.prod-list2[data-status=show] .prod-list2__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/

.prod-list2__item:nth-child(1) {
  width: 50%;
  padding-right: 10px;
}

.prod-list2:not([data-status=show]) .prod-list2__item:nth-child(1) {
  opacity: 0;
  transform: translateY(30px);
}

.prod-list2[data-status=show] .prod-list2__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

@media screen and (max-width: 767px) {
  .prod-list2__item:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}

.prod-list2__item:nth-child(2) {
  width: 50%;
  padding-left: 10px;
}

.prod-list2:not([data-status=show]) .prod-list2__item:nth-child(2) {
  opacity: 0;
  transform: translateY(30px);
}

.prod-list2[data-status=show] .prod-list2__item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

@media screen and (max-width: 767px) {
  .prod-list2__item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.prod-list2 .c-link {
  margin-left: auto;
  margin-right: auto;
}

.prod-list2 .c-link--func {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .prod-list2 .c-link--func {
    margin-left: auto;
  }
}

.prod-list2 .c-link--app {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .prod-list2 .c-link--app {
    margin-right: auto;
  }
}

/* ------------------------------------------------------
    COMPANY
------------------------------------------------------ */
.com {
  position: relative;
  width: 50%;
  min-height: 220px;
  margin: 0 auto 80px 0;
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: -0.01em;
  background-color: rgba(255, 255, 255, 0.8);
}

.com:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.com[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .com {
    width: 100%;
    min-height: 0;
    margin: 0 auto 40px 0;
    text-align: center;
  }
}

.com__fig {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  bottom: 0;
  overflow: hidden;
}

.com__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.com:not([data-status=show]) .com__fig img {
  opacity: 0;
  transform: scale(1.2);
}

.com[data-status=show] .com__fig img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .com__fig {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
  }
}

.com__text {
  padding: 0 100px 0 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .com__text {
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}

.com .c-sec-title span[lang="en"] {
  font-size: 3.0rem;
}

.com .c-sec-title span:not([lang="en"]) {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .com .c-sec-title {
    display: inline-block;
  }
}

.com .c-link-more {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .com .c-link-more {
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: auto;
    width: 90px;
  }
}

/* ------------------------------------------------------

  CSR

------------------------------------------------------ */
.csr {
  position: relative;
  width: 50%;
  min-height: 220px;
  margin: 0 0 80px auto;
  padding-left: 40px;
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: -0.01em;
}

.csr:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.csr[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .csr {
    width: 100%;
    min-height: 0;
    padding-left: 0;
    margin: 0 auto 40px 0;
    text-align: center;
  }
}

.csr__fig {
  position: absolute;
  width: 100%;
  top: 0;
  right: 100%;
  bottom: 0;
  overflow: hidden;
}

.csr__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.csr:not([data-status=show]) .csr__fig img {
  opacity: 0;
  transform: scale(1.2);
}

.csr[data-status=show] .csr__fig img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .csr__fig {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 10px;
  }
}

.csr__text {
  padding: 0 60px 0 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .csr__text {
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}

.csr .c-sec-title span[lang="en"] {
  font-size: 3.0rem;
}

.csr .c-sec-title span:not([lang="en"]) {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .csr .c-sec-title {
    display: inline-block;
  }
}

.csr .c-link-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .csr .c-link-more {
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: auto;
    width: 90px;
  }
}

/* ------------------------------------------------------

  NEWS

------------------------------------------------------ */
.c-sec--news {
  background-color: #f2f2f2;
}

.news-wrap {
  display: flex;
  padding: 80px 0 170px;
}

.news-wrap:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.news-wrap[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .news-wrap {
    flex-direction: column;
    padding: 40px 0 40px;
  }
}

.news-wrap .c-sec-title {
  width: calc(260 / 1120 * 100%);
}

.news-wrap .c-sec-title span[lang="en"] {
  font-size: 3.0rem;
}

.news-wrap .c-sec-title span:not([lang="en"]) {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news-wrap .c-sec-title {
    width: auto;
    display: inline-block;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.news-wrap .c-link-more {
  display: block;
  width: 120px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .news-wrap .c-link-more {
    width: 90px;
    margin: 0 auto;
  }
}

.news-wrap__body {
  width: calc(860 / 1120 * 100%);
}

@media screen and (max-width: 767px) {
  .news-wrap__body {
    width: auto;
  }
}

.news,
.news--news,
.news--update,
.news--topic {
  border-top: 1px solid #d2d2d2;
  transition: background 300ms ease;
}

.news:last-of-type,
.news--news:last-of-type,
.news--update:last-of-type,
.news--topic:last-of-type {
  margin-bottom: 10px;
}

.news__link,
.news--news__link,
.news--update__link,
.news--topic__link {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.news-detail .news__link, .news-detail
.news--news__link, .news-detail
.news--update__link, .news-detail
.news--topic__link {
  pointer-events: none;
}

.news__link:hover,
.news--news__link:hover,
.news--update__link:hover,
.news--topic__link:hover {
  background-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .news__link,
  .news--news__link,
  .news--update__link,
  .news--topic__link {
    flex-direction: column;
    font-size: 1.2rem;
  }
}

.news__meta p,
.news--news__meta p,
.news--update__meta p,
.news--topic__meta p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #fff;
}

.news--news .news__meta p {
  background-color: #00a8ec;
}

.news--update .news__meta p {
  background-color: #379293;
}

.news--topic .news__meta p {
  background-color: #f9c147;
}

@media screen and (max-width: 767px) {
  .news__meta p,
  .news--news__meta p,
  .news--update__meta p,
  .news--topic__meta p {
    width: 120px;
  }
}

.news__meta time,
.news--news__meta time,
.news--update__meta time,
.news--topic__meta time {
  display: block;
  padding: 5px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.news__title,
.news--news__title,
.news--update__title,
.news--topic__title {
  padding: 10px 20px;
  min-height: 70px;
}

.news-detail .news__title, .news-detail
.news--news__title, .news-detail
.news--update__title, .news-detail
.news--topic__title {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news__title,
  .news--news__title,
  .news--update__title,
  .news--topic__title {
    padding: 0 10px 10px;
  }
}

.news__body,
.news--news__body,
.news--update__body,
.news--topic__body {
  border-top: 1px solid #d2d2d2;
  padding-top: 30px;
  margin-bottom: 80px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .news__body,
  .news--news__body,
  .news--update__body,
  .news--topic__body {
    margin-bottom: 50px;
  }
}

.news__body p,
.news--news__body p,
.news--update__body p,
.news--topic__body p {
  margin: 1em 0;
}
