@charset "UTF-8";

/* top ==========*/
.top-hero {
  border-bottom: none;
}
.top-hero__inner {
  width: 100%;
  max-width: 1240px;
}
.top-section__inner .swiper-slide img {
  width: 100%;
}
.top-hero .swiper-hero-button-prev {
  left: calc(50% - 595px);
}
.top-hero .swiper-hero-button-next {
  right: calc(50% - 595px);
}
@media screen and (max-width: 1240px) {
  .top-hero .swiper-hero-button-prev {
    left: 20px;
  }
  .top-hero .swiper-hero-button-next {
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .top-about .btn.-style01 a {
    margin-left: 0;
  }
}
@media screen and (max-width: 1190px) {
  .top-hero .swiper-hero-button-prev {
    left: 20px;
  }
  .top-hero .swiper-hero-button-next {
    right: 20px;
  }
}
/*about*/
.top-about {
  margin: 100px auto 120px;
}
.top-about .box__item {
  overflow: visible;
}
.top-about .box__item:nth-child(2) {
  align-items: center;
  height: calc(50vw - 41px);
  max-height: 580px;
  max-width: 580px;
  position: relative;
}
.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;
  }
}
.top-section__footer {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-about .btn.-style01 a {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section__titleEn {
    font-size: 5rem;
  }
  .top-about .box__item:nth-child(2) {
    height: calc(100vw - 41px);
    margin: auto auto 40px;
  }
}


/*service*/
.top-service {
  background-color: #FAFAFA;
  padding: 120px 0;
}
.top-section__body {
  padding: 0 0 40px;
}
.top-section__header {
  background-color: #013157;
  color: #FFF;
  padding: 40px 0;
  position: relative;
}
.top-section__header {
  background: linear-gradient(to right, #013157 0%, #013157 50%, #021b39 50%, #021b39 100%);
}
.top-section__header.-category::before {
  background-image: url(/asset/img/top/img_service_category.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-section__header.-issue::before {
  background-image: url(/asset/img/top/img_service_issue.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-section__header.-category + .top-section__inner .top-section__body,
.top-section__header.-issue + .top-section__inner .top-section__body {
  padding-top: 60px;
}
.CaseCategory_sub button.issue-sub {
  padding-right: 45px;
}
.top-service__title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-section__header .top-section__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .top-section__header .btn.-style01 {
    flex: 1;
  }
  .top-section__header .btn.-style01 a {
    margin-right: 0;
  }
  .top-service__title {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section__header.-category::before {
    background-image: url(/asset/img/top/img_service_category_sp.jpg);
    background-size: contain;
  }
  .top-section__header.-issue::before {
    background-image: url(/asset/img/top/img_service_issue_sp.jpg);
    background-size: contain;
  }
}
.box.-service-list .box__item {
  background-color: #FFF;
}
.box.-service-list.-border .box__item {
  padding: 0 30px 48px;
}
.box.-service-list .box__item .text__link {
  border-bottom: solid 1px #E8E8E8;
}
.box.-service-list .box__item .text__link a {
  background: #FFF;
  border-top: solid 1px #E8E8E8;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100%;
  padding: 8px 10px 8px 0;
  position: relative;
}
.box.-service-list .box__item .text__link a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0A68C2;
  border-right: 2px solid #0A68C2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
          transition: all .3s;
  margin: auto;
}
.box.-service-list .box__item .text__link a:hover::after {
  right: 0px;
}
@media screen and (max-width: 768px) {
  .top-service .top-section__body {
    padding: 40px 0 40px;
  }
  .box.-service-list.-border .box__item {
    width: calc(50% - 4px);
    padding: 0 24px 30px;
  }
  .box.-service-list.-border .box__item .title {
    font-size: 1.5rem;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .box.-service-list .box__item .text__link a {
    font-size: 1.2rem;
    padding: 8px 16px 8px 0
  }
}
.CaseCategory_sub .filter.issue-sub::after {
  border: none;
  border-left: 1px solid #5D5D5D;
  border-top: 1px solid #5D5D5D;
}

/*news*/
.top-news .top-section__title {
  white-space: nowrap;
}
.top-news .top-news__inner {
  width: 100%;
  max-width: 1240px;
}
@media screen and (min-width: 769px) {
  .top-news .top-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}