@charset "UTF-8";

.section__inner {
  box-sizing: border-box;
  max-width: 1160px;
  width: 100%;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 0 20px;
  }
}

/*about*/
.top-about .text.-xx-large {
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.sectionBody {
  width: auto;
  max-width: 790px;
  margin-bottom: 0;
}
.sectionBody .text.-x-large {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.top-about {
  display: block;
  margin: 0 auto 0;
}
.top-about .box__item {
  overflow: visible;
}
.top-about .box__item:nth-child(2) {
  align-items: center;
  height: calc(100vw - 76px);
  max-height: 768px;
  max-width: 790px;
  position: relative;
  margin: 0px auto 80px;
}
.top-about .box__item:nth-child(2) img {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.top-about .box__item .img_about_bg {
  transform: scale(.5);
}
.top-about .box__item .img_about_core {
  z-index: 2;
}
.top-about .box__item .img_about_main {
  z-index: 1;
  transform: scale(.5);
  -webkit-transition: all 1.8s ease !important;
  transition: all 1.8s ease !important;
}
.top-about .box__item .img_about_side {
  transform: rotate(-20deg);
  -webkit-transition: all 2s ease !important;
  transition: all 2s ease !important;
}
.top-about .box__item .img_about_stroke {
  -webkit-animation-name: strokeAnime;
  animation-name: strokeAnime;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 3;
  position: absolute;
  overflow: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
.about_section-bg {
  background: url(/asset/img/about/img_about_section-bg) center center / cover no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 23vw;
  max-height: 410px;
  margin-bottom: 160px;
}
.top-about .box__item .img_about_text {
  z-index: -1;
  transform: scale(.95);
  -webkit-transition: all 2s ease !important;
  transition: all 2s ease !important;
}
@media screen and (max-width: 768px) {
  .pageHeader__titleMain {
    font-size: 5rem;
  }
  .top-about .text.-xx-large {
    font-size: 2.7rem;
  }
  .sectionBody .text.-x-large {
    font-size: 2rem;
  }
  .top-about .box__item:nth-child(2) {
    height: calc(100vw - 59px);
    margin: auto auto 40px;
  }
  .about_section-bg {
    height: 230px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 540px) {
  .top-about .box__item:nth-child(2) {
    height: calc(100vw - 54px);
  }
}
@media screen and (max-width: 425px) {
  .top-about .box__item:nth-child(2) {
    height: calc(100vw - 50px);
  }
}





/*about*/
.title.-style02 {
  background: #FFF;
  border-left: 8px solid #2D75C7;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 20px;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .media.-imgL {
    margin-bottom: 8px;
  }
  .media.-imgL .media__text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title.-style02 {
    font-size: 2rem;
    line-height: 1.4;
    padding: 8px 16px;
    margin-top: 80px;
    margin-bottom: 24px;
  }
  .media.-imgL .media__image {
    max-width: 200px;
    width: 50%;
  }
}