/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-size:14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";

}
body {
  display: none;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


/*■■■■■■■■　common　■■■■■■■■*/



body{
  width: 100%;
  height: 100%;

}

section{
  width: 920px;
  margin: 0 auto;
}

#top .mv{
  position: relative;
  width: 100%;
  height: 880px;
  background: #bae3f9;
  overflow: hidden;
}

#top .mv h1{
  width: 397px;
  position: absolute;
  top: 550px;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
}
#top .mv h3{
  width: 261px;
  position: absolute;
  top: 265px;
  left: 50%;
  margin-left:110px;
  z-index:10;
}

#top .mv figure.cloud{
  width: 100%;
  min-width:1500px;
  position: absolute;
  bottom: -2px;
  left:50%;
  transform: translateX(-50%);
  z-index: 500;
}



#top .mv figure.rocket{
  width: 153px;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#top .mv a figure.rocket_before{
  transition: all ease 1s;
  opacity: 1;
  z-index: 6;
}
#top .mv a:hover figure.rocket_before{
  opacity:0;
}
#top .mv .star{
  width:1500px;
  height: 500px;
  background:url(../images/hoshi_before.svg) no-repeat top center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all ease 1s;
}

#top .mv .star.action{
  background:url(../images/hoshi_after.svg) no-repeat top center;
  top: 50px;
}





#top .sec01{
  width: 660px;
  margin: 0 auto;
}
#top .sec01 h2{
  font-size: 38px;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: ligurino,sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
margin-bottom: 50px;
}
#top .sec01 h2:after{
  content: "";
  width: 100%;
  height: 6px;
  background: #00aeef;
  display: block;
  opacity: 0.4;
  position: absolute;
  bottom: 2px;
  left: 0;
}
#top .sec01 p{
  font-size: 17px;
  line-height: 38px;
  margin-bottom: 90px;
}

nav{
  width: 224px;
  margin: 0 auto;
}
nav a{
  display: block;
  margin-bottom: 15px;
  border-radius:8px;
  overflow: hidden;
}
nav a div.btn{
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: ligurino,sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #58c0ec;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  border: 3px solid #58c0ec;
  box-sizing: border-box;
  border-radius:8px;
}
nav a:hover div.btn{
  color: #FFF;
}

nav a div.btn:after{
  content: "";
  display: block;
  background:#58c0ec;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: top right;
}

nav a:hover div.btn:after{
  transform: scaleX(1);
  z-index: -1;
  transform-origin: top left;
}

footer{
  width:100%;
  height: 390px;
  margin: 0 auto;
  background:url(../images/cloud.svg) no-repeat top center;
  background-size: 100%;
}

#business .mv{
  position: relative;
  width: 100%;
  height: 880px;
  overflow: hidden;
  background:url(../images/bisiness_bg.jpg) no-repeat top center #bae3f9;
  background-size:1500px;
}
#business .mv figure.cloud{
  width: 100%;
  min-width:1500px;
  position: absolute;
  bottom: -2px;
  left:50%;
  transform: translateX(-50%);
  z-index: 500;
}


#business .mv h1{
  font-size: 34px;
  font-family: ligurino,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 465px;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
}


#business .sec01{
  text-align: center;
}
#business .sec01 h2{
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
font-weight: bold;
font-style: normal;
position: relative;
margin-bottom: 50px;
display: inline-block;
}
#business .sec01 h2:after{
  content: "";
  width: 100%;
  height: 6px;
  background: #00aeef;
  display: block;
  opacity: 0.4;
  position: absolute;
  bottom: 2px;
  left: 0;
}

#business p{
  font-size: 17px;
  line-height: 34px;
  width: 660px;
  margin: 0 auto 60px;
  text-align: left;
}

#business ul{
  width: 660px;
  margin: 0 auto 100px;
}
#business ul li{
  border-left: 6px solid #b8def7;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
}
#business ul li h4{
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: bold;
}
#business ul li p{
  font-size: 15px;
  line-height: 26px;

  margin-bottom:0;
}


#business dl dt{
  font-size: 17px;
  margin-bottom:5px;
}

#business dl dd,
#business dl dd a{
  font-size: 17px;
  line-height:32px;
}




#company .mv{
  position: relative;
  width: 100%;
  height: 880px;
  overflow: hidden;
  background:url(../images/bisiness_bg.jpg) no-repeat top center #bae3f9;
  background-size:1500px;
}
#company .mv figure.cloud{
  width: 100%;
  min-width:1500px;
  position: absolute;
  bottom: -2px;
  left:50%;
  transform: translateX(-50%);
  z-index: 500;
}

#company .mv h1{
  font-size: 34px;
  font-family: ligurino,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 465px;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
}


#company .mv .slide1{
  width: 920px;
  height: 880px;
  background:url(../images/company_bg.jpg) no-repeat top center;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  display: block;
}

#company p{
  padding-bottom: 100px;
}

#company dl{
  text-align: center;
  margin-bottom: 50px;
}

#company dl dt{
  font-size: 17px;
  margin-bottom:5px;
}

#company dl dd,
#company dl dd a{
  font-size: 17px;
  line-height:32px;
}






#top .sec01 h2{
  opacity: 0;
  transition: all 1.5s ease;
}
#top .sec01.action h2{
  opacity: 1;
}
#top .sec01 p{
  opacity: 0;
  transition: all 1.5s ease;
  transition-delay: 0.3s;
}
#top .sec01.action p{
  opacity: 1;
}





#business .sec01 h2{
  opacity: 0;
  transition: all 1.5s ease;
}
#business .sec01.action h2{
  opacity: 1;
}
#business .sec01 p{
  opacity: 0;
  transition: all 1.5s ease;
  transition-delay: 0.3s;
}
#business .sec01.action p{
  opacity: 1;
}
#business .sec01 ul li{
  opacity: 0;
  transition: all 1.5s ease;
}
#business .sec01.action ul li:nth-child(1){
  transition-delay: 0.3s;
}
#business .sec01.action ul li:nth-child(2){
  transition-delay: 0.35s;
}
#business .sec01.action ul li:nth-child(3){
  transition-delay: 0.4s;
}
#business .sec01.action ul li:nth-child(4){
  transition-delay: 0.45s;
}
#business .sec01.action ul li{
  opacity: 1;
}




#company .sec01 .wrap dl{
  opacity: 0;
  transition: all 1.5s ease;
}

#company .sec01.action .wrap dl:nth-child(1){
  transition-delay: 0.3s;
  opacity: 1;
}
#company .sec01.action .wrap dl:nth-child(2){
  transition-delay: 0.35s;
  opacity: 1;
}
#company .sec01.action .wrap dl:nth-child(3){
  transition-delay: 0.4s;
  opacity: 1;
}
#company .sec01.action .wrap dl:nth-child(4){
  transition-delay: 0.45s;
  opacity: 1;
}

