/* 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.1em;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  min-width: 1200px;
}
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;
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.15, 0.70, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.10, 0.80, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


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



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

.mv{
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv h1{
  width: 250px;
  height: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-70%);
}

.mv .scroll{
  width: 80px;
  position: absolute;
  bottom:70px;
  left: 50%;
  margin-left: -40px;
  text-align: center;
  font-family: chevin-pro,sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
.mv .scroll span{
  display: block;
  width: 20px;
  margin: 0 auto;
  padding-top:15px;
  animation:tonton 0.8s alternate infinite;
  animation-delay:0.8s;
}

@keyframes tonton {
  from {
    transform: translateY(2px);
  }


  to {
    transform: translateY(-2px);
  }
}


.sec01{
  width: 100%;
  position: relative;
  background: url(../images/sec01_bg.jpg) no-repeat;
  background-size: cover;
}

.sec01 .wrap{
  width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}
.sec01 .wrap h2{
  font-size: 40px;
  font-family: chevin-pro,sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  vertical-align: middle;
  border-bottom: 3px solid #FFF;
  padding-bottom:15px;
  margin-bottom:50px;
  color: #FFF;
  position: relative;
  box-sizing: border-box;
}
.sec01 .wrap h2:after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width:50%;
  height: 3px;
  background:#A8DDA0;
  box-sizing: border-box;
  z-index: 1;
}
.sec01 .wrap h2 span{
  vertical-align: middle;
  padding-left: 20px;
  color: #FFF;
}

.sec01 .wrap ul li{
  border-bottom: #FFF 2px solid;
  padding-bottom:20px;
  margin-bottom:20px;
}
.sec01 .wrap ul li dl{
  font-size: 0;
}

.sec01 .wrap ul li dl dt,
.sec01 .wrap ul li dl dd{
  display: inline-block;
  vertical-align:top;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}
.sec01 .wrap ul li dl dt{
  width: 150px;
}



footer{
  width: 100%;
  background:#F2EEEC;
  text-align: center;
  padding: 30px 0;
}

footer small{
  font-size: 14px;
  font-weight: 100;
  width: 100%;
  text-align: center;
  color: #2D2D2D;
  font-family: chevin-pro,sans-serif;
  font-weight: 600;
  font-style: normal;
}


.sec01 .wrap h2{
  transition: all ease 1.5s;
  transition-delay: 0.3s;
  opacity:0;
}

.sec01.animated .wrap h2{
  opacity: 1;
}
.sec01 .wrap ul li{
  transition: all ease 1.5s;
  opacity:0;
}
.sec01 .wrap ul li:nth-child(1){
  transition-delay: 0.3s;
}
.sec01 .wrap ul li:nth-child(2){
  transition-delay: 0.4s;
}
.sec01 .wrap ul li:nth-child(3){
  transition-delay: 0.5s;
}
.sec01 .wrap ul li:nth-child(4){
  transition-delay: 0.6s;
}
.sec01 .wrap ul li:nth-child(5){
  transition-delay: 0.7s;
}
.sec01 .wrap ul li:nth-child(6){
  transition-delay: 0.8s;
}
.sec01 .wrap ul li:nth-child(7){
  transition-delay: 0.9s;
}
.sec01 .wrap ul li:nth-child(8){
  transition-delay: 1s;
}
  

.sec01.animated .wrap ul li{
  opacity: 1;
}


