/* 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: 100%;
  margin: 0 auto;
}

#top .mv{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 95.6%;
  background: #bae3f9;
  overflow: hidden;
}

#top .mv h1{
  width:210px;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
}

#top .mv h3{
  width:100px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left:50px;
  z-index:10;
}


#top .mv figure.cloud{
  width:100%;
  height: 0;
  padding-bottom: 42.3%;
  position: absolute;
  bottom: -2px;
  left:50%;
  transform: translateX(-50%);
  z-index: 500;
  background:url(../images/footer_bg.png) no-repeat top center;
  background-size: 100%;
}
#top .mv figure.cloud img{
  display: none;
}

#top .mv .star{
  width:500px;
  height: 500px;
  background:url(../images/hoshi_before.svg) no-repeat top center;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all ease 1s;
}


#top .mv figure.rocket{
  width: 70px;
  position: absolute;
  top: 20px;
  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 .slide2.active{
  opacity: 1;
  z-index:2;
}

#top .sec01{
  width: 80%;
  margin: 0 auto;
}
#top .sec01 h2{
  font-size:19px;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: ligurino,sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
margin-bottom:30px;
}
#top .sec01 h2:after{
  content: "";
  width: 100%;
  height: 4px;
  background: #00aeef;
  display: block;
  opacity: 0.4;
  position: absolute;
  bottom: 1px;
  left: 0;
}
#top .sec01 p{
  font-size: 14px;
  line-height: 28px;
  margin-bottom:50px;
}
#top .sec01 p br{
  display: none;
}

nav{
  width: 224px;
  margin: 0 auto;
}
nav a{
  display: block;
  margin-bottom: 15px;
  border-radius:8px;
  overflow: hidden;
}
nav a div.btn{
  font-size: 18px;
  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: 2px 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: 0;
  padding-bottom: 42.3%;
  margin: 0 auto;
  background:url(../images/footer_bg.png) no-repeat top center;
  background-size: 100%;
}


#business .mv{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 95.6%;
  background: #bae3f9;
  overflow: hidden;
  background:url(../images/bisiness_bg.jpg) no-repeat top center #bae3f9;
  background-size:600px;
}
#business .mv figure.cloud{
  width:100%;
  height: 0;
  padding-bottom: 42.3%;
  position: absolute;
  bottom: -2px;
  left:50%;
  transform: translateX(-50%);
  z-index: 500;
  background:url(../images/footer_bg.png) no-repeat top center;
  background-size: 100%;
}
#business .mv figure.cloud img{
  display: none;
}




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

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

#business p{
  font-size: 14px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto 30px;
  text-align: left;
}
#business p br{
  display: none;
}


#business ul{
  width: 80%;
  margin: 0 auto 50px;
}
#business ul li{
  border-left: 5px solid #b8def7;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
}
#business ul li h4{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
#business ul li p{
  font-size: 14px;
  line-height: 26px;
  margin:0;
  width: 100%;
}


#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: 0;
  padding-bottom: 95.6%;
  background: #bae3f9;
  overflow: hidden;
  background:url(../images/company_bg.jpg) no-repeat top center #bae3f9;
  background-size:600px;
}
#company .mv figure.cloud{
  width:100%;
  height: 0;
  padding-bottom: 42.3%;
  position: absolute;
  bottom: -2px;
  left:50%;
  transform: translateX(-50%);
  z-index: 500;
  background:url(../images/footer_bg.png) no-repeat top center;
  background-size: 100%;
}
#company .mv figure.cloud img{
  display: none;
}

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


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

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

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

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


