@charset "UTF-8";
.fit-img {
  height: 70vw;
  max-height: 24rem;
}
@media (min-width: 992px) {
  .fit-img {
    height: 29.283vw;
  }
}
/* ==========================================================================
   MV
========================================================================== */
#mv {
  background: var(--color1);
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#mv .mv__inner {
  margin-top: 68px;
  height: calc(100vh - 68px);
  min-height: 365px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  opacity: .8;
}
#mv .mv__inner .arrow-label {
  padding-left: 2rem;
}
#mv .mv__inner .arrow-label::before {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%23fff%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E%0A');
}
#mv .mv__inner .ttl {
  margin-top: .75rem;
  margin-bottom: 1rem;
}
#mv .bg-video {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#mv .bg-video::before {
  content: '';
  display: block;
  background: radial-gradient(circle, rgba(30, 41, 62, 0.6) 0%, rgba(6, 19, 34, 1) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
#mv .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
}
@media (min-width: 768px) {
  #mv .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0%;
  }
}
/* ==========================================================================
   #strategy
========================================================================== */
#strategy .over .fit-img {
  object-position: 50% 85%;
}
#strategy .over figcaption {
  color: var(--l-gray);
  margin-top: -.65em;
}
#strategy .hero-cards {
  position: relative;
}
#strategy .hero-cards::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 3rem);
  background: var(--l-gray);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#strategy .hero-cards::after {
  content: '';
  display: block;
  width: 100%;
  height: 50vw;
  background: url(img/strategy_bg-txt_sp.svg) no-repeat left bottom / 100%;
  position: absolute;
  bottom: -3rem;
  left: 0;
  z-index: -1;
}
#strategy .hero-card .imgBox {
  color: var(--white);
  height: 66vw;
  max-height: 19rem;
  position: relative;
}
#strategy .hero-card .imgBox .ttlBox {
  width: 100%;
  height: 100%;
  padding-bottom: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
#strategy .hero-card .imgBox .ttlBox::before {
  content: '';
  display: block;
  background: var(--color1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
#strategy .hero-card .imgBox .ttlBox::after {
  content: '';
  display: block;
  width: 1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#strategy .hero-card .txtBox {
  background: var(--white);
  line-height: 1.8;
  padding: 2em;
  margin: -6rem 20px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  #strategy .hero-card .txtBox {
    max-width: 440px;
    margin: -6rem auto 0;
  }
}
@media (min-width: 768px) {
  #strategy .hero-cards {
    margin-right: -1px;
    margin-left: -1px;
  }
  #strategy .hero-card {
    padding: 0 1px;
  }
  #strategy .hero-card .txtBox {
    margin: -5rem 30px 0;
  }
}
@media (min-width: 992px) {
  #strategy .hero-cards::after {
    background-image: url(img/strategy_bg-txt.svg);
  }
  #strategy .hero-card .imgBox {
    height: 29.283vw;
    max-height: inherit;
  }
  #strategy .hero-card .imgBox .ttlBox {
    padding-bottom: 0;
  }
  #strategy .hero-card .imgBox .ttlBox::after {
    top: calc(50% + 3.5rem);
  }
}
@media (min-width: 1200px) {
  #strategy .hero-card .txtBox {
    margin: -5rem 50px 0;
  }
}
/* ==========================================================================
   #our-data
========================================================================== */
#our-data {
  color: var(--white);
  background: url(img/our-data_bg.jpg) no-repeat center center / cover;
  position: relative;
}
#our-data::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color1);
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
}
#our-data::after {
  content: '';
  display: block;
  width: 100%;
  height: 20vw;
  background: url(img/our-data_bg-txt.svg) no-repeat left bottom / 100%;
  opacity: .2;
  position: absolute;
  bottom: 0;
  left: 0;
}
#our-data .slick-list {
  overflow: visible;
}
#our-data .slick-controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding: 0 15px;
}
#our-data .slick-nav-dots {
  width: calc(100% - 100px);
}
#our-data .slick-dots {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
#our-data .slick-dots li {
  flex-basis: 100%;
  position: relative;
  padding: 9px 0;
  cursor: pointer;
  opacity: .4;
  transition: .2s;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: var(--white);
}
#our-data .slick-dots li:hover {
  opacity: .7;
}
#our-data .slick-dots li:not(.slick-active ~ li) {
  opacity: 1;
}
#our-data .slick-nav-arrows {
  display: flex;
}
#our-data .slick-arrow {
  display: block;
  border: 1px solid currentColor;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: .2s;
}
#our-data .slick-arrow:hover {
  background-color: rgba(255, 255, 255, .2);
}
#our-data .slick-next {
  margin-left: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%225.2%2C12.5%2015.5%2C12.5%2014%2C13.6%2014.5%2C14.4%2018%2C12%2014.5%2C9.6%2014%2C10.4%2015.5%2C11.5%205.2%2C11.5%20%22%2F%3E%3C%2Fsvg%3E');
}
#our-data .slick-prev {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2218%2C11.5%207.7%2C11.5%209.3%2C10.4%208.7%2C9.6%205.2%2C12%208.7%2C14.4%209.3%2C13.6%207.7%2C12.5%2018%2C12.5%20%22%2F%3E%3C%2Fsvg%3E');
}
#our-data .data-list {
  margin: 0 -7px;
  text-align: center;
  position: relative;
  z-index: 5;
}
#our-data .data-list .slide {
  padding: 0 7px;
}
#our-data .data-list .ttl {
  line-height: 1.5;
  padding: .5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#our-data .data-list .cont {}
#our-data .data-list .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
  margin: 25px 0 10px;
}
#our-data .data-list .imgBox.row, #our-data .data-list .imgBox.d-flex {
  flex-direction: row;
}
#our-data .data-list .imgBox .pict {
  min-height: 59px;
  padding: 5px;
}
#our-data .data-list .imgBox .pict img, #our-data .data-list .imgBox .pict svg {
  display: inline-block;
  vertical-align: bottom;
}
#our-data .data-list .imgBox .pict .pi-graph {
  display: inline-block;
  transform: rotate(-90deg);
}
#our-data .data-list .imgBox .pict .pi-graph .pi {
  fill: transparent;
  stroke: #FFF;
  stroke-width: 30;
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 0;
  transition: stroke-dasharray .8s ease-in-out;
}
#our-data .data-list .counter {
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
}
#our-data .data-list .imgBox.row .counter {
  flex: 0 0 33.3%;
  padding: 0 .25rem;
}
#our-data .data-list .counter span:not(:last-child) {
  margin-right: .2rem;
}
#our-data .data-list .counter span {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
#our-data .data-list .counter span.small, #our-data .data-list .imgBox.row .counter span:not(.num) {
  font-size: .875rem;
}
#our-data .data-list .counter span.plus {
  font-size: 1.5rem;
  transform: translateY(-.1em);
}
#our-data .data-list .counter span.num {
  font-family: var(--font1);
  font-size: 2.5rem;
  transform: translateY(.06em);
}
#our-data .data-list .imgBox.row.no-pict .counter {
  padding: 0 .5rem;
}
#our-data .data-list .imgBox.row.no-pict .counter span.num {
  font-size: 2.25rem;
}
#our-data .data-list p {
  font-size: .75rem;
  line-height: 1.75;
  letter-spacing: 0;
}
/* ==========================================================================
   #news
========================================================================== */
#news {
  background: url(img/news_bg.jpg) no-repeat center center / cover;
  position: relative;
}
#news::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: .65;
  position: absolute;
  top: 0;
  left: 0;
}
#news .news-block {
  position: relative;
}
#news .news-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  right: calc(((100vw - 100%)/2)*-1);
}
#news .news-block.bg-l-gray::before {
  background: var(--l-gray);
}
#news .section__header {
  color: var(--white);
}
#news .news {
  background: var(--white);
  position: relative;
}
#news .news-block {
  padding: 30px 0 30px 30px;
}
#news .news-block .lists, #news .news-block ul.s_eirList {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #news .viewmore .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #news .news-block {
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 992px) {
  #news .news-block {
    padding: 50px 0 50px 50px;
  }
  #news .news-block .lists, #news .news-block ul.s_eirList {
    margin-top: 0;
  }
  #news .lists .list, #news .news-block ul.s_eirList li.s_eirList_item {
    padding: 1em 0;
    flex-wrap: wrap;
  }
  #news .lists .list a {
    display: block;
  }
  #news .lists .list .ttlBox, #news .news-block ul.s_eirList li.s_eirList_item .s_eirList_item_titleBox {
    flex: 0 0 100%;
    margin-top: .4em;
  }
}
/* ==========================================================================
   #ir
========================================================================== */
#ir {
  background: url(img/ir_bg-txt.svg) no-repeat 0% 51% / 80%;
}
@media (min-width: 768px) {
  #ir {
    background-position: 0% 10%;
    background-size: 65%;
  }
}
@media (min-width: 992px) {
  #ir {
    background-size: 51%;
  }
  #ir .row {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #ir .fit-img {
    height: 36vw;
  }
}