#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10100;
  background-color: #fff;
}

#visual{
  max-width: 1080px;
  margin: auto;
  height: calc(562.5 / 1000 * 100%) !important;

}

#visual #visual-slide{
  padding-bottom: 30px;
}

#visual-slide .slide{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}

#visual-slide .slide .image img{
  width: 100%;
}

#visual-slide .slide .text{
  position: absolute;
  max-width: 1024px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

#visual-slide .slide#vis1{
/*  background-image: url('/common/image/toppage/visual01.jpg'); */
}
#visual-slide .slide#vis2{
/*  background-image: url('/common/image/toppage/visual02.jpg'); */
}

#animation_container,
#animation_container canvas,
#animation_container #dom_overlay_container{
  width: 100% !important;
  height: 100% !important;
  line-height: 0;
}



#visual-slide .slide#vis3 #slide3copy{
  position: absolute;
  top: 30px;
  left: 4%;
  display: flex;
  height: 100%;
  width: 45%;
  align-items: center;
}

#visual-slide .slide#vis3 #slide3copy img{
  width: 100%;
}

#top-banner{
  display: flex;
  padding: 0 5% 100px;
  max-width: calc(1080px + 5%);
  margin: auto;
  justify-content: center;
  gap: 15px;
}

#top-banner a{
  display: block;
  width: 50%;
  position: relative;
  overflow: hidden;
}

#top-banner a .image{
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#top-banner a .image img{
  max-width: none;
  width: 100%;
}


#top-banner a:hover .image{
  transform: scale(1.1);
}

#top-banner a .title{
  position: absolute;
  left: 5%;
  top: 5%;
  color: #000;
}

#top-banner a .title h2{
  font-size: 32px;
  font-weight: bold;
}

#top-banner a .title p{
  font-weight: bold;
  font-size: 13px;
}

#top-banner a .title .logo{
  display: block;
  padding: 10px 0 0;
  margin-bottom: 10px;
}

#top-banner a .title .logo img{
  min-width: 130px;
}

#toppage h2 .en{
  display: block;
  font-size: 57px;
  color: #1B5FA5;
  margin-bottom: 1rem;
}

#toppage h2 .jp{
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}


#pdf{
  padding: 0 0 0;
  max-width: calc(1080px + 5%);
  margin: 0 auto 100px;
}

#pdf h2{
  text-align: center;
}

#pdf iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 8.9;
}


#toppage #news{
  padding: 50px 0 100px;
  max-width: 1248px;
  margin: 0 auto 0;
}

#toppage #news .layout{
  display: flex;
  justify-content: space-between;
}

#toppage #news .title{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
}

#toppage #news .title a{
  display: inline-block;
  border: 1px solid #2F2F2F;
  border-radius: 15px;
  line-height: 1;
  padding: 10px 40px;
  color: #000;
  text-decoration: none;
}

#toppage #news .title a:hover{
  opacity: .8;
}

#toppage #news ul{
  flex: 1;
}

#toppage #news ul li{
  border-bottom: 1px dotted #2F2F2F;
  padding: 20px 0;
}

#toppage #news ul li a{
  color: #000;
  text-decoration: none;
  display: flex;
}

#toppage #news ul li a:hover{
  text-decoration: underline;
}

#toppage #news ul li a .date{
  display: inline-block;
  width: 138px;
}

#toppage #news ul li a .text{
  flex: 1;
}

#toppage #business{
  position: relative;
  margin-bottom: 100px;
}

#toppage #business .bg{
  position: absolute;
  z-index: -1;
}

#toppage #business .bg1{
  top: -140px;
  left: -5%;
}

#toppage #business .bg2{
  bottom: -250px;
  right: 0;
}

#toppage #business h2{
  text-align: center;
}

#toppage #business .lead{
  text-align: center;
  margin-bottom: 50px;
}

#toppage #business #business-links{
  display: flex;
  flex-wrap: wrap;
}

#toppage #business #business-links{
}

#toppage #business #business-links a{
  display: block;
  position: relative;
  width: 19.5%;
  margin-right: 0.5%;
  color: #fff;
  margin-bottom: 0.5%;
  text-decoration: none;
}

#toppage #business #business-links a .image{ 
  overflow: hidden;
  height: 134px;
  line-height: 0;
}

#toppage #business #business-links a:last-child .image{ 
  height: 159px;
}

#toppage #business #business-links a .text{
  /*
  position: absolute;
  left: 0;
  bottom: 0;
  */
  position: relative;
  z-index: 1;
  top: -15px;
  background-color: #006CB8;
  color: #fff;
  display: block;
  width: 100%;
  padding: 6px 15px;
  line-height: 1.1;
  text-align: left;
  height: 2.5rem;
  display: flex;
  align-items: center;
  font-size: 13px;
}


#toppage #business #business-links a img{
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: auto;
}

#toppage #business #business-links a:hover img{
  transform: scale(1.1);
}


#toppage #company{
  margin-bottom: 100px;
}

#toppage #company h2{
  text-align: center;
}

#toppage #company .lead{
  text-align: center;
  margin-bottom: 50px;
}


#toppage #company #company-link{
  position: relative;
  text-align: center;
  top: -50px;
}

#toppage #company #company-link a{
  display: inline-block;
  font-size: 18px;
  background-color: #00389D;
  color: #fff;
  border-radius: 5px;
  margin-top: 40px;
  padding: 24px 64px 24px 44px;
  line-height: 1;
  text-decoration: none;
  background: #00389D url('../image/toppage/right-arrow.svg') no-repeat right 30px center;
  background-size: 22px 12px;
  transition: opacity 0.5s ease;
}

#toppage #company #company-link a:hover{
  opacity: .8;
}

.slick-list{
  margin-bottom: 9px;
}

.slick-counter{
  position: absolute;
  top: 6px;
  left: -50px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.slick-dots{
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slick-dots li button{
  width: 10px;
  height: 10px;
}

.slick-dots li button:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}
.slick-prev{
  top: auto;
  bottom: 10px;
  left: 50%;
  margin-left: -65px;
  transform: none;
  height: 10px;
  width: 10px;
  background: none;
  border-top: 2px solid #1B5FA5;
  border-left: 2px solid #1B5FA5;
  transform: rotate(-45deg);
}
.slick-next{
  top: auto;
  bottom: 10px;
  right: 50%;
  margin-right: -65px;
  transform: none;
  height: 10px;
  width: 10px;
  background: none;
  border-top: 2px solid #1B5FA5;
  border-right: 2px solid #1B5FA5;
  transform: rotate(45deg);
}


@media screen and (max-width: 767px) {

#visual-slide .slide{
  background: none;
  height: auto;
}

#visual-slide .slide .text{
  align-items: flex-end;
}

#visual-slide .slide#vis1{
  height: calc(100vh - 150px);
}

#visual-slide .slide#vis1 .box{
  height: 100%;
}

#visual-slide .slide#vis1 .box .layout{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  height: 100%;
}

#visual-slide .slide#vis1 .future{
  padding: 2vh 10px;
  height: 12%;
  text-align: center;
}

#visual-slide .slide#vis1 .future img{
  width: auto;
  height: 100%;
  margin: auto;
}

#visual-slide .slide#vis1 .image{
  height: 100%;
  flex: 1;
  background: url('../image/toppage/visual-sp01.jpg') no-repeat center center;
  background-size: cover;
}

#visual-slide .slide#vis1 .copy{
  background-color: #D0DCEE;
  text-align: center;
  padding: 2vh 10px;
  height: 20%;
}

#visual-slide .slide#vis1 .copy img{
  max-width: 250px;
  margin: auto;
  height: 100%;
  width: auto;
}

#visual-slide .slide#vis2 .box{
  height: calc(100vh - 96px);
  background: url('../image/toppage/visual-sp02.jpg') no-repeat center center;
  background-size: cover;
  padding: 10% 5%;
}

#visual-slide .slide#vis2 .box img{
  width: 65%;
}

#visual-slide .slide#vis3 .box{
  height: calc(100vh - 96px);
  background: url('../image/toppage/visual-sp03.jpg') no-repeat center center;
  background-size: cover;
  display: flex !important;
  align-items: center;
  padding: 0 5%;
}

#visual-slide .slide#vis3 .box img{
  width: 100%;
}

#top-banner{
  display: block;
}
#top-banner a{
  width: 100%;
}

#top-banner a .title{
  top: 10%;
}

#top-banner a .title h2{
  font-size: 20px;
}

#top-banner a .title .logo{
  padding-top: 0;
  margin-top: 0;
}

#top-banner a .title .logo img{
  width: 60px;
  min-width: 0;
}

#toppage #news{
  padding: 60px 0;
  margin-bottom: 0;
}

#toppage #news .layout{
  display: block;
}

#toppage #news .title{
  flex-direction: row;
  align-items: center;
  width: 100%;
}

#toppage #news .title h2{
  line-height: 1;
}

#toppage #news ul li a{
  display: block;
}

#toppage #news ul li a .date{
  width: 100%;
  display: block;
}

#toppage h2{
  line-height: 1;
}

#toppage #business #business-links a{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 176px;
}

#toppage #business #business-links a:nth-child(2n){
  margin-right: 0;
}

#toppage #business #business-links a .text{
  text-align: left;
}

#toppage #business .bg2{
  bottom: -100px;
}

#toppage #company #company-link{
  top: 0;
}

.slick-counter{
  font-size: 14px;
  left: -30px;

}

.slick-dots li{
  width: 10px;
  height: 10px;
}

.slick-dots li button:before{
  width: 10px;
  height: 10px;
}

}


#company-map{
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 0 70px;
}


#company-map li{
  position: absolute;
  line-height: 0;
  display: block;
}

#company-map li a{
  text-decoration: none;
  font-size: 28px;
  color: #1B5FA5;
}

#company-map li a:hover{
  opacity: .8;
}

#company-map li#map1{
  top: 39%;
  left: 46%;
}
#company-map li#map2{
  top: 17%;
  left: 7%;
}
#company-map li#map3{
  top: 71%;
  left: 58%;
}
#company-map li#map4{
  top: 65%;
  left: 9%;
}
#company-map li#map5{
  top: 21%;
  right: 8%;
}

@media screen and (max-width: 767px) {

#company-map{
  padding: 0 0 30px;
}

}


.inview {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s transform,opacity cubic-bezier(0.8, 0, 0.5, 1)
}

.inview.active {
    transform: translateY(0);
    opacity: 1
}

.inview.delay01 {
    transition-delay: .5s
}

.inview.delay02 {
    transition-delay: 1s
}
