@charset "utf-8";
#page.index main {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /*background-image: url(../images/top/main.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-align-content: center;
  	align-content: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}
  #page.index #main .scroll {
    width: 70px;
    height: 140px;
    background-image: url(../images/top/scroll-arrow.png);
    background-position: center 40px;
    background-repeat: no-repeat;
    bottom: 60px;
    left: 50%;
    right: 50%;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
    #page.index #main .scroll:hover {
      background-position: center bottom;
    }


@media (max-width: 768px) {
  #page.index main {
      width: 100%;
      height: 100vh;
      text-align:center;
  }

  #page.index #main h2 img {
      width: 90%;
  }
  
  #page.index #main .scroll {
    width: 12vw;
    height: 24vw;
    background-position: center 8vw;
    background-repeat: no-repeat;
    bottom: 4vw;
    left: 50%;
    right: 50%;
  }
}


#page.index #contents #sec01{
  padding:110px 0 105px;
}
  #page.index #contents #sec01 .l{
    width: calc(40% + 100px);
  }
  #page.index #contents #sec01 .l .box{
    width:600px;
    float:right;
    text-align: left;
    padding-right:30px;
    padding-left:140px;
  }
    #page.index #contents #sec01 .l h2{
      font-size:32px;
      font-weight:bold;
      margin-bottom:30px;
    }

  #page.index #contents #sec01 .r{
    width: calc(60% - 100px);
    height:500px;
    background-image: url(../images/top/sec01-photo01.jpg);
    background-position: left top;
    background-repeat: no-repeat;
  }
@media (max-width: 768px){
  #page.index #contents #sec01{
    padding:14vw 0;
  }
    #page.index #contents #sec01 .l{
      width: 90vw;
      float:none;
      margin:0 auto;
    }
    #page.index #contents #sec01 .l .box{
      width:100%;
      float:none;
      text-align: left;
      padding-right:0;
      padding-left:0px;
    }
      #page.index #contents #sec01 .l h2{
        font-size:6vw;
        margin-bottom:4vw;
        line-height:1.6;
      }

    #page.index #contents #sec01 .r{
      width: 80vw;
      height:67vw;
      background-size: 100vw auto;
      float:right;
      margin-top:10vw;
    }
}



#page.index #contents #sec02{
  height:500px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url(../images/top/sec02-back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
  #page.index #contents #sec02 h2{
    max-width:1300px;
  }
@media (max-width: 768px) {
  #page.index #contents #sec02{
    height:60vw;
  }
    #page.index #contents #sec02 h2{
      max-width:100%;
    }
}


#page.index #contents #sec03{
  padding:120px 0 40px;
}
  #page.index #contents #sec03 .box{
    margin-bottom:90px;
    display: table;
  }
    #page.index #contents #sec03 .box .photo{
      width:600px;
    }
    #page.index #contents #sec03 .box .comment{
      width:380px;
      padding-left:50px;
    }
    #page.index #contents #sec03 .box .comment.l{
      padding-right:50px;
    }
      #page.index #contents #sec03 .box .comment .stitle{
        font-size:18px;
      }
      #page.index #contents #sec03 .box .comment .number{
        font-size:18px;
        background-color:#000;
        color:#fff;
        width:150px;
        height:26px;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
      }
      #page.index #contents #sec03 .box .comment h3{
        font-size:28px;
        padding:25px 0;
      }
@media (max-width: 768px) {
  #page.index #contents #sec03{
    padding:15vw 0 5vw;
  }
    #page.index #contents #sec03 .box{
      margin-bottom:12vw;
      width:100%;
    }
      #page.index #contents #sec03 .box .photo{
        width:100%;
        margin:0 auto;
        float:none;
      }
      #page.index #contents #sec03 .box .comment{
        width:70vw;
        padding-left:0;
        float:none;
        margin:5vw auto 0;
      }
      #page.index #contents #sec03 .box .comment.l{
        padding-right:0;
      }
        #page.index #contents #sec03 .box .comment .stitle{
          font-size:3vw;
        }
        #page.index #contents #sec03 .box .comment .number{
          font-size:3vw;
          background-color:#000;
          color:#fff;
          width:20vw;
          height:4.2vw;
        }
        #page.index #contents #sec03 .box .comment h3{
          font-size:5.2vw;
          padding:4vw 0;
        }
}



#page.index #contents #sec04{
  background-image: url(../images/top/sec04-back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
  #page.index #contents #sec04 .title{
  	margin:0 auto;
    width:439px;
    padding:80px 0 75px;
  }
  #page.index #contents #sec04 .button{
  	margin:30px auto 90px;
  }
@media (max-width: 768px) {
  #page.index #contents #sec04{
    background-image: url(../images/top/sec04-back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #page.index #contents #sec04 .title{
    width:70vw;
    padding:14vw 0 10vw;
  }
  #page.index #contents #sec04 .button{
  	margin:30px auto 90px;
  }

}



#page.index #contents #news{
  padding:110px 0 110px;
}
  #page.index #contents #news .title{
    margin:0 auto;
    width:334px;
    padding:80px 0 75px;
  }
  #page.index #contents #news .button{
    margin:120px auto 0;
  }


#page.index #contents #sec06{
  background-image: url(../images/top/sec06-back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 0;
}
  #page.index #contents #sec06 .title{
  	margin:0 auto;
    width:980px;
    padding:0 0 80px;
  }
  #page.index #contents #sec06 .l{
    width:275px;
  }
  #page.index #contents #sec06 .l h3{
    padding:0 0 25px;
    line-height:1.4;
    font-size:28px;
    font-weight:bold;
    color:#fff;
  }
  #page.index #contents #sec06 .l p{
    color:#fff;
  }
  #page.index #contents #sec06 .r{
    width:574px;
    display:table;
  }
    #page.index #contents #sec06 .r ul{
      width:100%;
      display:table;
    }
      #page.index #contents #sec06 .r li{
        float:left;
        width:260px;
        margin-top:80px;
        position: relative;
      }
      #page.index #contents #sec06 .r li:nth-child(2n){
        float:right;
      }
      #page.index #contents #sec06 .r li:nth-child(1){
        margin-top:60px;
      }
      #page.index #contents #sec06 .r li:nth-child(2){
        margin-top:180px;
      }
      #page.index #contents #sec06 .r li h4{
        padding:15px 0 0;
        line-height:1.4;
        font-size:23px;
        font-weight:bold;
        color:#fff;
      }

      #page.index #contents #sec06 .r li:before{
        content: "";
      	display: inline-block;
      	position: absolute;
      	top:-35px;
      	left:-20px;
      	background-image: url(../images/top/sec06-num01.png);
      	background-size:100%;
      	background-repeat:no-repeat;
      	background-position: left top;
      	width: 89px;
      	height: 51px;
      	z-index: 10;
      }
      #page.index #contents #sec06 .r li:nth-child(2):before{
      	background-image: url(../images/top/sec06-num02.png);
      }
      #page.index #contents #sec06 .r li:nth-child(3):before{
      	background-image: url(../images/top/sec06-num03.png);
      }
      #page.index #contents #sec06 .r li:nth-child(4):before{
      	background-image: url(../images/top/sec06-num04.png);
      }
      #page.index #contents #sec06 .r li:nth-child(5):before{
      	background-image: url(../images/top/sec06-num05.png);
      }
      #page.index #contents #sec06 .r li:nth-child(6):before{
      	background-image: url(../images/top/sec06-num06.png);
      }
      #page.index #contents #sec06 .r li:nth-child(7):before{
      	background-image: url(../images/top/sec06-num07.png);
      }
@media (max-width: 768px) {
  #page.index #contents #sec06{
    padding:12vw 0;
  }
    #page.index #contents #sec06 .title{
    	margin:0 auto;
      width:100%;
      padding:0 0 10vw;
    }
    #page.index #contents #sec06 .l{
      width:100%;
    }
    #page.index #contents #sec06 .l h3{
      padding:0 0 4vw;
      font-size:6vw;
      text-align:center;
    }
    #page.index #contents #sec06 .r{
      width:90vw;
    }
        #page.index #contents #sec06 .r li{
          width:42vw;
          margin-top:12vw;
          position: relative;
        }
        #page.index #contents #sec06 .r li:nth-child(1){
          margin-top:12vw;
        }
        #page.index #contents #sec06 .r li:nth-child(2){
          margin-top:28vw;
        }
        #page.index #contents #sec06 .r li h4{
          padding:3vw 0 0;
          font-size:4.2vw;
        }

        #page.index #contents #sec06 .r li:before{
          content: "";
        	display: inline-block;
        	position: absolute;
        	top:-4vw;
        	left:-1.5vw;
        	width: 11.5vw;
        	height: 6.6vw;
        }
}


/* --------------------------------
  Hero
-------------------------------- */

/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 21s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 100vh;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 7s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 14s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}


/* ------ hero erea ------- */
.hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;
  width: 100%;
  z-index: -1;
}

/* ------ hero title ------- */
.hero__title {
  font-size: 50px;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: -10%;
  width: 110%;
}