/* ===========================================
 * top use css
=========================================== */
/*メインビジュアル*/
#top_slider{
	width: 100%;
		overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: 100vh;
  width: 100%;
	object-fit: cover;
}
/*トピックス*/
#top_news{
	padding: 60px 0;
}
#top_newsTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_newsTitle h2{
	font-size: 22px;
	color: #54C3F1;
}
#top_newsTitle h2 span{
	font-size: 10px;
	font-weight: 700;
	padding-left: 10px;
}
#top_newsTitle p{
	font-size: 12px;
	font-weight: 700;
}
#top_newsTitle p a{
	color: #a2a2a2;
}
#top_newsInner{
	margin-top: 20px;
}
#top_newsInner ul li{
	padding-bottom: 30px;
}
#top_newsInner ul li .date{
	font-size: 14px;
	color: #a2a2a2;
}
.common_news_span_01{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #54C3F1;
	border: 1px solid #54C3F1;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
.common_news_span_02{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #004EA2;
	border: 1px solid #004EA2;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
#top_newsInner ul li a{
	border-bottom: 1px solid #000;
	font-size: 14px;
}

/*カーリース・レンタカー取扱商品*/
#top_item_car{
	padding: 60px 0;
	background: #54C3F1;
}
#top_item_carTitle{
	text-align: center;
	font-size: 26px;
	color: #fff;
}
#top_item_carInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_item_carInner .box{
	width: 260px;
	height: 105px;
	border: 1px solid #a2a2a2;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	background: #fff;
	margin-bottom: 20px;
}
#top_item_carInner .box .icon{
	width: 77px;
	height: 77px;
}
#top_item_carInner .box .icon img{
	width: 77px;
	height: 77px;
	object-fit: cover;
}
#top_item_carInner .box h4{
	margin-left: 12px;
	font-size: 18px;
	color: #54C3F1;
	line-height: normal;
}


/*レンタル取扱商品*/
#top_item{
	padding: 60px 0;
}
#top_itemTitle{
	text-align: center;
	font-size: 26px;
	color: #54C3F1;
}
#top_itemInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_itemInner .box{
	width: 260px;
	height: 105px;
	border: 1px solid #a2a2a2;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	background: #fff;
	margin-bottom: 20px;
}
#top_itemInner .box .icon{
	width: 77px;
	height: 77px;
}
#top_itemInner .box .icon img{
	width: 77px;
	height: 77px;
	object-fit: cover;
}
#top_itemInner .box h4{
	margin-left: 12px;
	font-size: 18px;
	color: #54C3F1;
	line-height: normal;
}



/*サービス*/
#top_service{
	padding: 60px 0;
}
#top_service .content{
	width: 1336px;
}
#top_serviceInner .block {
    width: 100%;
    position: relative;
    height: 516px;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
}
#top_serviceInner .block .text_box {
    width: 520px;
	min-height: 370px;
    background: #fff;
    padding: 40px 60px;
    box-sizing: border-box;
    letter-spacing: normal;
    position: relative;
    z-index: 2;
}
#top_serviceInner .block:nth-of-type(odd) .text_box {
    left: 120px;
}
#top_serviceInner .block:nth-of-type(even) .text_box {
    margin-left: 696px;
}
#top_serviceInner .block .text_box h3 {
    font-size: 26px;
    color: #54C3F1;
    margin-bottom: 20px;
}
#top_serviceInner .block .text_box .btn{
	position: absolute;
    bottom: 40px;
    right: 60px;
}
#top_serviceInner .block .text_box .btn a{
	color: #54C3F1;
    font-weight: 700;
}
#top_serviceInner .block .text_box .btn a img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
#top_serviceInner .block .img_box {
    width: 831px;
    height: 516px;
    position: absolute;
    z-index: 1;
    top: 0;
}
#top_serviceInner .block:nth-of-type(odd) .img_box {
    right: 0;
}
#top_serviceInner .block:nth-of-type(even) .img_box {
    left: 0;
}
#top_serviceInner .block .img_box img {
    width: 831px;
    height: 516px;
    object-fit: cover;
}



/*インスタグラム*/
#top_instagram{
	padding: 60px 0;
}
#top_instagramTitle{
}
#top_instagramTitle h2{
	text-align: center;
	font-size: 26px;
	color: #54C3F1;
	line-height: normal;
}
#top_instagramTitle h2 span{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
#top_instagramInner ul{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top_instagramInner ul li{
	width: 260px;
}
#top_instagramInner ul li img{
	width: 260px;
	height: 346px;
	object-fit: cover;
}

/*Group*/
#top_link{
	padding: 60px 0;
	background: #54C3F1;
}
#top_linkTitle{
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: normal;
}
#top_linkTitle span{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
#top_linkInnerTop{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.top_linkInnerTop_banner{
	width: 353px;
	height: 110px;
}
.top_linkInnerTop_banner img{
	width: 353px;
	height: 110px;
	object-fit: cover;
}
#top_linkInnerBottom{
	margin-top: 40px;
	position: relative;
}
@media screen and (max-width:640px){
	
	/*メインビジュアル*/
	#top_slider{
		width: 100%;
	  height: 400px;
		overflow: hidden;
	}
	.swiper-slide img {
	  height: 400px;
	  width: 100%;
		object-fit: cover;
	}
	/*トピックス*/
	#top_news{
		padding: 60px 0;
	}
	#top_newsTitle{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top_newsTitle h2{
		font-size: 28px;
		color: #54C3F1;
	}
	#top_newsTitle h2 span{
		font-size: 16px;
		font-weight: 700;
		padding-left: 10px;
	}
	#top_newsTitle p{
		font-size: 18px;
		font-weight: 700;
	}
	#top_newsTitle p a{
		color: #a2a2a2;
	}
	#top_newsInner{
		margin-top: 20px;
	}
	#top_newsInner ul li{
		padding-bottom: 30px;
	}
	#top_newsInner ul li .date{
		font-size: 20px;
		color: #a2a2a2;
	}
	.common_news_span_01{
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #54C3F1;
		border: 1px solid #54C3F1;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	.common_news_span_02{
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #004EA2;
		border: 1px solid #004EA2;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	#top_newsInner ul li a{
		border-bottom: 1px solid #000;
		font-size: 20px;
	}
	
	
	/*カーリース・レンタカー取扱商品*/
	#top_item_car{
		padding: 60px 0;
		background: #54C3F1;
	}
	#top_item_carTitle{
		text-align: center;
		font-size: 32px;
	}
	#top_item_carInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_item_carInner .box{
		width: 280px;
		height: 105px;
		border: 1px solid #a2a2a2;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 4px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	#top_item_carInner .box .icon{
		width: 77px;
		height: 77px;
	}
	#top_item_carInner .box .icon img{
		width: 77px;
		height: 77px;
		object-fit: cover;
	}
	#top_item_carInner .box h4{
		margin-left: 20px;
		font-size: 20px;
		color: #54C3F1;
		line-height: normal;
	}
	
	
	/*レンタル取扱商品*/
	#top_item{
		padding: 60px 0;
	}
	#top_itemTitle{
		text-align: center;
		font-size: 32px;
	}
	#top_itemInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_itemInner .box{
		width: 280px;
		height: 105px;
		border: 1px solid #a2a2a2;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 4px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	#top_itemInner .box .icon{
		width: 77px;
		height: 77px;
	}
	#top_itemInner .box .icon img{
		width: 77px;
		height: 77px;
		object-fit: cover;
	}
	#top_itemInner .box h4{
		margin-left: 20px;
		font-size: 20px;
		color: #54C3F1;
		line-height: normal;
	}


/*サービス*/
	#top_service{
		padding: 60px 0;
	}
	#top_service .content{
		width: 580px;
		margin: 0 auto;
	}
	#top_serviceInner .block {
		width: 100%;
        position: relative;
        height: auto;
        margin-bottom: 60px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
	}
	#top_serviceInner .block .text_box {
    	order: 2;
        width: 540px;
		min-height: auto;
        background: #fff;
        padding: 40px 30px;
        box-sizing: border-box;
        letter-spacing: normal;
        position: relative;
        z-index: 2;
        margin: -80px auto 0;
	}
	#top_serviceInner .block:nth-of-type(odd) .text_box {
		left: auto;
	}
	#top_serviceInner .block:nth-of-type(even) .text_box {
		margin-left: auto;
	}
	#top_serviceInner .block .text_box h3 {
		font-size: 32px;
		color: #54C3F1;
		margin-bottom: 20px;
	}
	#top_serviceInner .block .text_box .btn{
		position: relative;
        bottom: 0;
        right: 0;
        text-align: right;
        margin-top: 20px;
	}
	#top_serviceInner .block .text_box .btn a{
		color: #54C3F1;
		font-weight: 700;
	}
	#top_serviceInner .block .text_box .btn a img {
		vertical-align: middle;
		width: 50px;
		height: 50px;
		object-fit: cover;
	}
	#top_serviceInner .block .img_box {
		order: 1;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        top: 0;
	}
	#top_serviceInner .block:nth-of-type(odd) .img_box {
		right: 0;
	}
	#top_serviceInner .block:nth-of-type(even) .img_box {
		left: 0;
	}
	#top_serviceInner .block .img_box img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	
	
	/*インスタグラム*/
	#top_instagram{
		padding: 60px 0;
	}
	#top_instagramTitle{
	}
	#top_instagramTitle h2{
		text-align: center;
		font-size: 32px;
		color: #54C3F1;
		line-height: normal;
	}
	#top_instagramTitle h2 span{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}
	#top_instagramInner ul{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap:10px;
	}
	#top_instagramInner ul li{
		width: 280px;
	}
	#top_instagramInner ul li img{
		width: 280px;
		height: 373px;
		object-fit: cover;
	}
	/*Group*/
	#top_link{
		padding: 60px 0;
		background: #54C3F1;
	}
	#top_linkTitle{
		text-align: center;
		font-size: 32px;
		color: #fff;
		line-height: normal;
	}
	#top_linkTitle span{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}
	#top_linkInnerTop{
		margin-top: 40px;
		display: block;
		justify-content: space-between;
	}
	.top_linkInnerTop_banner{
		width: 580px;
		height: auto;
	}
	.top_linkInnerTop_banner img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#top_linkInnerBottom{
		margin-top: 40px;
		position: relative;
		display: block;
	}

	
}

