main {
  padding-bottom:0;
}
.top-content {
  margin-bottom: 12rem;
}
.top-content.top-technology {
  margin-bottom: 10rem;
}
.top-content-top {
  padding-top:85px;
  background: #002D49;
  color:#fff;
}
.top-content-sub {
  position: relative;
    z-index: 10;
    margin-top:-120px;
    overflow: hidden;
}
.top-content-sub::before {
  opacity: 0;
  content:'';
  font-size:20rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  color:rgba(60,62,78,.05);
  position: absolute;
  left:30px;
  top:0px;
  transform: rotate(90deg);
  transform-origin: left center;
  z-index: -2;
  transition:opacity 1s ease .4s;
}
.in-view.top-content-sub::before {
  opacity: 1;
}
.top-service .top-content-sub::before {
  content:'SERVICE';
}
.top-result .top-content-sub::before {
  content:'RESULT';
  left:95%;
}
.top-content-top-inner {
  display: flex;
  padding-bottom:190px;
}

.top-content-sub-inner {
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.top-content-inner {
  padding: 0 50px;
}


/*result*/
.top-result .top-content-inner {
  padding: 20px 50px 0;
}

.hover-btn a {
  font-size:1.8rem;
}

/*tech*/
.top-technology-wrap {
  display: flex;
}
.top-technology-wrap .top-technology-content {
  width:54%;
}
.top-technology-content .cta-txt-sub {
	line-height:2.4;
}
.top-technology-wrap .top-technology-fig {
  width:46%;
  background-image: url(../img/top/fig-top-tech.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-technology-content .top-content-top {
  padding-top: 40px;
}
.top-technology-content .top-content-top-inner {
  flex-direction: column;
}
.top-technology-content .cta-ttl-h2 {
  width:auto;
  margin-bottom: 2rem;
}
.top-technology-content .container-wide {
  padding: 0 30px 0 40px;
}
.top-technology-content .hover-btn a {
  width: 268px;
  height: 46px;
  font-size:1.4rem;
  color:#fff;
}
.top-technology-content .hover-btn a::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.top-technology-content .hover-btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top-technology-content .top-content-top-inner {
  padding-bottom: 70px;
}
.top-gunshi a img {
	transition:opacity .3s;
}
.top-gunshi a:hover img {
	opacity:.7;
}
.cloudgunshi a {
  display: flex;
  align-items: center;
  border:1.5px solid #002D49;
  padding:50px 50px 50px 0;
}
.cloudgunshi a .cloudgunshi-ttl {
  width:360px;
  padding:0 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cloudgunshi a .cloudgunshi-ttl .to-detail {
  background: #002D49;
  color:#fff;
  width:200px;
  text-align: center;
  margin-top:1rem;
}
.cloudgunshi a .cloudgunshi-ttl h2 {
  font-size:3.2rem;
  font-weight: 700;
  color:#002D49;
}
.cloudgunshi a .cloudgunshi-txt {
  flex:1;
}
.cloudgunshi a:hover {
  background:#002D49;
  color:#fff;
}
.cloudgunshi a:hover h2 {
  color:#fff;
}
.cloudgunshi a:hover .to-detail {
  border:1px solid #fff;
  background:#fff;
  color:#002D49;
}
/*blog*/
.top-ttl-cnt {
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top-ttl-cnt .en {
  font-size:5rem;
  font-weight: 700;
  color:#002D49;
  line-height: 1.4;
}
.top-ttl-cnt .ja {
  font-size:2rem;
  font-weight: 700;
  color:#002D49;
}
.top-ttl-cnt-btm {
  margin-bottom: 4rem;
  text-align: center;
}
.top-ttl-cnt-btm .txt {
  width: 800px;
  max-width: 100%;
  font-size:2.2rem;
  display: inline-block;
  line-height: 1.5;
  color:#fff;
  background:#002D49;
  padding:.5rem 5rem;
}
.blog_slider .swiper-slide {
  max-width: 490px;
	height:auto;
}
.blog-slier-list {
  position:relative;
  padding:15px 30px;
	height:100%;
}
.blog-slier-list a {
	display:flex;
	height:100%;
	flex-direction:column;
}
.blog-slider-fig img {
  box-shadow:4px 6px 8px rgba(0,0,0,.17);
}
.blog-slider-fig {
  margin-bottom: 3rem;
}
.blog-slider-ttl {
	margin-bottom:1rem;
}
.blog-slider-date {
	margin-top:auto;
  color:#6C6C6C;
  font-size: 1.3rem;
}
.blog-slider-cat {
  position: absolute;
    top: 0px;
    left: 15px;
    background: #D09F13;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: .5rem 3rem;
    z-index: 1;
}
.blog-slider-nav {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
.blog_slider .swiper-button-next {
  background-image:url(../img/top/blog-next.png);
  background-repeat: no-repeat;
  background-size:16px auto;
  position: relative;
  top:auto;
  right: auto;
  bottom:auto;
  left:auto;
  margin-top: 0;
  margin-left: 5rem;
}
.blog_slider .swiper-button-prev {
  background-image:url(../img/top/blog-prev.png);
  background-repeat: no-repeat;
  background-size:16px auto;
  position: relative;
  top:auto;
  right: auto;
  bottom:auto;
  left:auto;
  margin-top: 0;
}
.top-blog {
  padding-bottom:10rem;
  border-bottom:1px dashed #6C6C6C;
}
.blog-ttl{
  margin-top: 40px;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #002D49;
}
/* .blog-slider-fig img {
  transition: all .4s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}
.blog-slier-list a:hover img {
  transform:translateY(-10px);
  box-shadow: 4px 6px 18px rgba(0,0,0,.4);
} */

/*news*/
.news-entry-time {
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  color:#002D49;
  font-size:1.2rem;
}
.news-entry-cat {
  color:#666666;
  font-size:1.2rem;
  margin-left:30px;
}
.news-entry-descript {
  margin-bottom: 20px;
  display: flex;
}
.news-list {
  width:50%;
  padding:0 30px;
}
.news-list a {
  height: 100%;
  padding:60px 0 40px;
  display: block;
  border-bottom:1px solid #707070;
}
.news-archive-list {
  margin:0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.top-news .to-archive {
  margin-top: 10rem;
}
.toppage-header {
  padding:14rem 0 12rem;
  text-align: center;
}
.top-catch {
  margin-bottom: 8rem;
}
.top-catch .en {
  display: block;
  font-size:6.5rem;
  font-family: 'Roboto',sans-serif;
  font-weight: 100;
  line-height: 1.4;
}
.top-catch .ja {
  font-size:2.1rem;
  font-weight: 300;
  display: inline-block;
}
.top-catch .fl {
  color:#EFA366;
}
.top-catch .tc-s {
  padding:0 15px;
}
.top-service-list .service-sub-list a {
	display:block;
}
.top-copy {
  font-size:1.8rem;
  line-height: 2.777;
}
.top_slider {
  height:calc(100vh - 80px);
}
.top_slider .swiper-slide {
  background-size:cover;
}
.site-logo {
  height:180px;
  z-index: 1;
  transition:height .4s ease;
}
.scrolled .site-logo {
  height:100%;
}
.topslider {
  position: relative;
}
.topslider-txt-wrap {
  position:absolute;
  width:80%;
  height: 100%;
  padding-bottom:130px;
  top:0;
  left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.tst {
  font-size:4rem;
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1.2;
  padding:.5rem 1rem;
  position:relative;
  color: transparent;
  transition:color 0s ease-in-out;
  transition-delay: .8s;
}
.in-view .tst {
  color:#333;
}
.tst::before {
  content:'';
  display: block;
  width:0%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:transparent;
  z-index: -1;
  transition:width .3s linear;
  transition-delay: .5s;
}
.in-view .tst::before {
  width:100%;
  background:#fff;
}
.tst::after {
  content:'';
  display: block;
  width:100%;
  height: 100%;
  position:absolute;
  top:0;
  right:0;
  background:transparent;
  transition:width .3s linear 1s,background-color 0s linear .8s;
}
.in-view .tst::after {
  width:0%;
  background:#fff;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0 5%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 10px;
}
.swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  display: inline-block;
  border-radius: 4px;
  background: #9E9E9F;
  opacity: 1;
}
.scroll {
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  z-index: 10;
  padding-bottom:50px;
}
.scroll::before {
  content:'';
  display: inline-block;
  width:1px;
  height:50px;
  background:#fff;
  position:absolute;
  bottom:0;
  left:50%;
}
.scroll::after {
  content:'';
  display: inline-block;
  width:1px;
  height: 5px;
  background:#002D49;
  position:absolute;
  left:50%;
  bottom:50px;
  animation:arrow ease-out 1.2s infinite;
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  99% {
    opacity:1;
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
.scroll-txt {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .top-catch .en {
    font-size: 7vw;
  }
  .nav-open .site-logo {
    height: 100%;
  }
  .top-copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-content-top {
    padding-top: 40px;
  }
  .top-content-top-inner {
    flex-direction: column;
    padding-bottom: 160px;
  }
  .top-content-sub::before {
    font-size: 12rem;
    left: 30px;
    top: 60px;
  }
  .top-content-inner {
    padding: 0 20px;
  }
  .top-content-sub-inner {
    padding:20px 0;
  }
  .top_slider {
    height:calc(100vh - 50px);
  }
  .site-logo {
    height: 120px;
  }
  .tst {
    font-size: 3rem;
  }
  .top-catch .en {
    font-size:12vw;
  }
  .top-catch .tc-s {
    display: block;
  }
  .news-archive-list {
    margin:0;
  }
  .news-list {
    width: 100%;
    padding: 0;
  }
  .news-list a {
    padding:20px 0;
  }
  .top-ttl-cnt-btm .txt {
    padding: .5rem 2rem;
    font-size: 1.6rem;
  }
  .cloudgunshi a {
    padding:20px;
    flex-direction: column;
  }
  .cloudgunshi a .cloudgunshi-ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .top-technology-wrap {
    display: flex;
    flex-direction: column;
  }
  .top-technology-wrap .top-technology-content {
    width: 100%;
  }
  .top-technology-wrap .top-technology-fig {
    width: 100%;
    height: 240px;
  }
  .top-result .top-content-inner {
    padding: 20px 20px 0;
  }
  .topslider-txt-wrap {
    width:90%;
  }
  .top-technology-content .container-wide {
    padding: 0 30px 0 30px;
  }
  .top-blog .hover-btn {
    margin-top: 2rem;
  }
	.top-ttl-cnt .en {
    font-size: 4.4rem;
	}
}
@media screen and (max-width:329px) {
.top-technology-content .hover-btn a {
    width: 200px;
}
.cta-ttl-h2 .en {
    font-size: 4rem;
    letter-spacing: 0px;
}
}