@charset "UTF-8";
/* ==========================================================================
   #strategy
========================================================================== */
#strategy .over .fit-img {
  object-position: 50% 85%;
  height: 70vw;
  max-height: 24rem;
}
#strategy .over figcaption {
  color: var(--l-gray);
  margin-top: -.65em;
}
@media (min-width: 992px) {
  #strategy .over .fit-img {
    height: 29.283vw;
  }
}
/* ==========================================================================
   #our-vision
========================================================================== */
#our-vision {
  color: var(--white);
  background: url(img/our-vision_bg.jpg) no-repeat center center / cover;
  position: relative;
}
#our-vision::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: .8;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
#our-vision .container {
  margin-top: 3em;
  position: relative;
}
#our-vision .en_label {
  position: absolute;
  top: -.25em;
  left: 20px;
  mix-blend-mode: overlay;
}
@media (min-width: 992px) {
  #our-vision .en_label {
    top: .35em;
    left: -30px;
    opacity: 0.3;
  }
}
/* ==========================================================================
   #our-data
========================================================================== */
#our-data {
  color: var(--white);
  background: url(img/our-data_bg.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 2;
}
#our-data::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color1);
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#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 .data-list {
  margin: 0 -7px;
  text-align: center;
  position: relative;
  z-index: 5;
}
#our-data .data-list li {
  padding: 0 7px;
  margin-bottom: 25px;
}
#our-data .data-list .cont {
  padding: 0 15px 25px;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 100%;
}
#our-data .data-list .ttl {
  font-size: .875rem;
  line-height: 1.5;
  padding: .5em 0;
  margin: 0 -15px;
  background: var(--white);
  color: var(--color1);
}
#our-data .data-list .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0 10px;
  font-feature-settings: "palt";
}
#our-data .data-list .imgBox.row, #our-data .data-list .imgBox.d-flex {
  flex-direction: row;
}
#our-data .data-list .imgBox.row, #our-data .data-list .imgBox.no-gutters {
  width: 65%;
  flex-direction: column;
  align-items: flex-end;
  margin: 25px auto 10px;
}
#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: 0.9rem;
  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 p {
  font-size: .75rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #our-data .data-list .ttl {
    padding: .75em 0;
    font-size: .75rem;
  }
  #our-data .data-list p {
    font-size: .625rem;
  }
}
@media (min-width: 768px) {
  #our-data .data-list .imgBox.row, #our-data .data-list .imgBox.no-gutters {
    padding: 6.5% 0 0 0;
    flex-direction: row;
    width: 100%;
  }
}
/* ==========================================================================
   #strengths
========================================================================== */
#strengths .cont {
  color: var(--white);
  position: relative;
}
#strengths .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#strengths .bg::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);
}
#strengths .txtBox {
  background: var(--white);
  color: var(--black);
  padding: 30px 0 30px 30px;
  position: relative;
}
#strengths .txtBox span {
  font-size: 12px;
}
#strengths .txtBox .figure-text {
  max-width: 892px;
  padding: 0 5%;
  margin: 10px auto;
  display: flex;
  justify-content: space-around;
  font-size: .75rem;
  letter-spacing: 0;
}
#strengths .txtBox .figure-text .figure-text-col {
  flex: 0 0 30%;
    text-align: center;
}
#strengths .txtBox .figure-text .figure-text-col p {
    text-align: left;
}
#strengths .txtBox .figure-text img {
  display: inline-block;
  max-width: 47%;
}
#strengths .txtBox .figure-text img + img {
  margin-left: 2%;
}
@media (max-width: 991px) {
  #strengths .txtBox figure img {
    width: 720px;
  }
  #strengths .txtBox .figure-text {
    max-width: inherit;
    width: 720px;
  }
}
@media (min-width: 768px) {
  #strengths .txtBox {
    padding: 40px 0 40px 40px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  #strengths .over.over-right {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  #strengths .txtBox {
    padding: 50px 0 50px 50px;
    margin-left: 50px;
  }
}
#strengths .infinity-anime {
  max-width: 892px;
  margin: 0 auto;
  position: relative;
}
#strengths .infinity-anime #infinity {
  max-width: 95.403%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#strengths .infinity-anime figure {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #strengths .infinity-anime {
    max-width: inherit;
    width: 720px;
  }
}