@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
body {
    font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    color: #fff;
}
a{
    text-decoration: none;
    color: black;
}
.sp-br{
    display: none;
}
button {
	padding: 0;
	border: none;
	background: transparent;
  }
  button img {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }









.section-title{
    font-size: clamp(1.6rem, 0.939rem + 2.2vw, 3rem);
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: 10rem;
}




#section1{
    position: relative;
    width: 100%;
}

.main-visual{
    width: 100%;
    height: 100%;
}
.main-visual-responsiv{
    display: none;
}



.title-div{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%,-50%);
    text-align: center;
    
}
.main-title{
font-size:clamp(1.2rem, -0.358rem + 5.18vw, 4.5rem);
}
.sub-title{
font-size: clamp(1rem, -0.18rem + 3.93vw, 3.5rem);
}


#section2{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20rem;
}
.news li {
    list-style: none;
}

.news	{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
	border: solid 1px #000000
}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 15px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size:clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #888888;
	font-weight: bold}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 60px}

.news .text	{float: none;
	width: auto;
	margin-left: 60px}



    #section3{
        width: 100%;
        height: auto;
        margin-top: 30rem;
    }

    .service{
      display: flex;
       margin-left: auto;
       margin-right: auto;
        
    }
    .service p{
        color: #000000;
    }
    .service-inner{
        text-align: center;
        width: 50%;
        height: 50%;
    }
    .service-pic{
        width: 80%;
        height: auto;
    }
    .service-name{
        font-size: clamp(1rem, 0.528rem + 1.57vw, 2rem);
        font-weight: bold;
    }
    .service-discriptipn{
        font-size: clamp(0.8rem, 0.422rem + 1.26vw, 1.6rem);
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: start;
        margin-top: 2rem;
    }



    #section4{
    width: 100%;
    height: auto;
    margin-top: 30rem;
    }
    .drone-box{
        display : flex;
        flex-wrap: wrap;
    width: 100%;
        height: 100%;
    }

 

    .drone-inner{
        flex-wrap: wrap;
        text-align: center;
        width: calc(33% - 4rem);
        height: 33%;
        margin: 5rem 2rem 5rem 2rem;
    }
    .drone-pic{
        width: 80%;
        height: auto;
    }
    .drone-name{
        font-size:clamp(1.5rem, 0.5rem + 5vw, 2rem);
        font-weight: bold;
        color: #3B4043;
    }
    .drone-price{
        font-size: clamp(1.5rem, 0.5rem + 5vw, 2rem);
        color: #00FF77;
        font-weight: bold;
    }



.btn-show{
    display: block;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    background-color: #1AF2D5;
    border-radius: 50px;
    margin-top: 10rem;
}


#section5{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30rem;
}

.rental-flow{
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


#section6{
    width: 100%;
    height:auto;
    margin-top: 30rem;
}

.company-introduction{
 margin-left: auto;
 margin-right: auto;
    width: 80%;
    height: auto;
}
.inner-company-introduction{
    position: relative;
    display: flex;
    border-bottom: #888888 solid 1px;
    width: 100%;
}
.title-company-introduction{
   width: 30%;
}
.discription-company-introduction{
    width: 70%;
}
.company-introduction li{
    font-size: clamp(1rem, 0.84rem + 0.8vw, 1.8rem);
    list-style: none;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #000000;
}

#section7{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30rem;
}

.text-access{
    
    width: 50%;
    height: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    color: #000000;
}
.inner1-access{
    font-size: clamp(1rem, 0.386rem + 2.04vw, 2.3rem);
    margin-bottom: 3rem;
}
.inner2-access{
    font-size: clamp(1rem, 0.386rem + 2.04vw, 2.3rem);
}
.maps{
    width: 50%;
}


#section8{
    width: 100%;
    height: auto;
    margin-top: 30rem;
    margin-bottom: 20rem;
}

.contact{
    position: relative;
    width: 60%;
    height: max-content;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px  darkgray;
}
.form{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10rem 0rem 10rem;
}

#userName,#email,#tell{
    width: 80%;
    height: 50px;
    margin-bottom: 5%;
}
#content{
    width: 80%;
    height: 350px;
    margin-top: 10px;
}

.p-form__btn{
    margin-top: 10%;
}
.form-btn{
    width: 60%;
}



