@charset 'UTF-8';

.mainimg {
    padding: 0;
}
.main {
    padding: 80px 0 0;
}

.top-scroll-type-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 204px;
    background-color: #fff;
}
.top-scroll-type-first {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 204px;
    color: #EBEEF2;
    font-size: 25rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: 0.08em;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: bg-animation-first 90s 0s linear infinite normal;
    animation: bg-animation-first 90s 0s linear infinite normal;
    opacity: 0.55;
}

.top-scroll-type-second {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 204px;
    color: #EBEEF2;
    font-size: 25rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 0.85;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: bg-animation-second 90s -45s linear infinite normal;
    animation: bg-animation-second 90s -45s linear infinite normal;
    opacity: 0.55;
}

@-webkit-keyframes bg-animation-first {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes bg-animation-first {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


@-webkit-keyframes bg-animation-second {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes bg-animation-second {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.index-drone .box {
    position: relative;
    max-width: 1000px;
    min-height: 600px;
    margin: -93px auto 0;
    z-index: 10;
}
.index-drone .box .image{
    position: absolute;
    top: 0;
    left: -460px;
}
.index-drone .box .text {
    width: 500px;
    margin: 0 0 0 auto;
}
.index-drone .box .title {
    margin: 0 0 40px;
    padding-top: 20px;
    color: #333333;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 1.589;
    letter-spacing: 0.08em;
}
.index-drone .box  .title span {
    color: #0AD99C;
}

.index-scene{
    background: url("../image/bg01.jpg") center top no-repeat;
    background-size: cover;
    padding: 70px 15px 80px;
    color: #fff;
    text-align: center;
}
.index-scene__inner {
    max-width: 1000px;
    margin: 0 auto;
}
.index-scene .title{
    font-weight: bold;
    font-size: 3.4rem;
    color: #FAF322;
    line-height: 1.59;
    letter-spacing: 0.08em;
    margin-bottom: 45px;
}
.index-scene  ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.index-scene ul li {
    background: #fff;
    width: 402px;
    margin: 0 5px 10px;
    font-weight: bold;
    font-size: 2rem;
    color: #34373E;
   line-height: 1.7;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.05em;
}
.index-scene .button {
    margin: 50px auto 0;
    width: 400px;
}

.index-price {
    min-height: 650px;
}
.index-price .box{
    position: relative;
}
.index-price .box .image {
    position: absolute;
    right: -460px;
    top: 0;
}
.index-price .box .text {
    width: 500px;
    margin: 0 0 auto;
}
.index-price .box .title {
    margin: 0 0 40px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 1.589;
    letter-spacing: 0.08em;
    color: #333333;
}
.index-price .box .title span {
    color: #0AD99C;
}
.index-price .button {
    width: 250px;
    margin: 50px 0 auto;
}

.index-procedure {
    position: relative;
    background: #34373E;
    margin-bottom: 140px;
}
.index-procedure .box {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}
.index-procedure .image {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
}
.index-procedure .image-inner {
	position: relative;
	height: 100%;
}
.index-procedure .image img {
	position: absolute;
	top: 50%;
	right: 0;
	min-height: 100%;
	transform: translateY(-50%);
}
.index-procedure .box .text {
    padding: 68px 0 70px;
    max-width: 620px;
    margin: 0 0 0 auto;
}
.index-procedure .box .title {
    font-size: 3rem;
    color: #FAF322;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: 0.08em;
}

.index-gallery{
    position: relative;
    margin-bottom: 120px;
    z-index: 9;

}
.index-gallery::before{
    content: '';
    width: 100%;
    height: 88.6%;
    bottom: -120px;
    position: absolute;
    background: #F3F6FA;
    z-index: -9;
    left: 50%;
    margin-left: -400px;
}
.index-gallery .bg-box{
    max-width: 1000px;
    margin: 0 auto;
}
.index-gallery .big-title{
    font-size: 4.2rem;
    line-height: 1.2;
    color: #34373E;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
.index-gallery .big-title span{
    margin-left: 30px;
    font-size: 1.8rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
}
.index-gallery .box{
    display: flex;
    flex-wrap: wrap;
}
.index-gallery section{
    width: 310px;
    position: relative;
    margin: 0 35px 30px 0;
}
.index-gallery section:nth-child(3n){
    margin-right: 0;
}
.index-gallery .inner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.index-gallery .article-text {
    display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(52, 55, 62, 0.6);
    width: 100%;
    height: 100%;
    padding: 30px 27px;
    opacity: 0;
    transition: opacity .3s;
}
.index-gallery .inner:hover .article-text {
    opacity: 1;
}
.index-gallery .article-text__inner {
    position: relative;
    width: 100%;
    padding-top: 25px;
    text-align: center;
}
.index-gallery .title{
    position: absolute;
    top: calc(-1rem - 34px);
    left: 0;
    width: 100%;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 1.625;
    letter-spacing: 0.15em;
}
.index-gallery .title span{
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
.index-gallery .text{
    font-size: 1.6rem;
    line-height: 1.625;
}

