/* ===========================================
 * top use css
=========================================== */
/*メインビジュアル*/
#top_slider{
	width: 100%;
}
#mv_slider{
	line-height: 0;
}
#mv_slider video {
    width: 100%;
}
#mv_slider img{
	width: 100%;
	height: 100vh;
	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: #004ea2;
}
#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: #004ea2;
	border: 1px solid #004ea2;
	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: #12b4f0;
	border: 1px solid #12b4f0;
	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{
	padding: 60px 0;
}
#top_itemTitle{
	text-align: center;
	font-size: 26px;
	color: #004ea2;
}
#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;
}
#top_itemInner a:nth-of-type(n+5):nth-of-type(-n+8){
	margin: 20px 0;
}
#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: 18px;
	color: #004ea2;
	line-height: normal;
}
/*営業所検索*/
#top_search{
	padding: 60px 0;
	background: #004ea2;
}
#top_searchInner{
	background: #f6f6f8;
	padding: 35px;
	box-sizing: border-box;
}
#top_searchInner hr{
	margin: 40px 0;
}
#top_searchInner p{
	line-height: 56px;
}
#top_searchTitle{
	color: #004ea2;
	font-size: 24px;
}
#top_searchTitle_sub{
	color: #004ea2;
	font-size: 18px;
}
#top_searchInnerTop_block{
	display: flex;
	align-items: end;
}
#top_searchInnerTop_block_word{
	margin-right: 30px;
}
#top_searchInnerTop_block_point{
	margin-left: 30px;
}
#common_search_area_bt{
	text-align: right;
	margin-top: 20px;
}
#common_search_area_bt a{
	font-weight: 700;
	font-size: 14px;
}
#top_searchInnerTop_block_word form{
	display: flex;
	align-items: center;
}
.office_s_input{
	background: #fff;
    border: 1px #a2a2a2 solid;
	padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
	width: 355px;
}
input[type="submit"].office_s_btn1 {
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff;
	width: 70px;
	height: 56px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	border: 0;
	cursor: pointer;
	display: block;
    border-radius: 4px;
	margin-left: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
input[type="submit"].office_s_btn2{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	width: 260px;
	height: 56px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	border: 0;
	cursor: pointer;
	display: block;
    border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
p#show_result{
	font-size: 14px;
	color: #a2a2a2;
	line-height: normal;
}
#common_search_contents_ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#common_search_contents_ul li a{
	padding: 18px 28px;
	background: #fff;
    border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	display: block;
	font-weight: 700;
}
/*インスタグラム*/
#top_instagram{
	padding: 60px 0;
}
#top_instagramTitle{
	position: relative;
}
#top_instagramTitle #comment{
	width: 122px;
	transform: rotate(20deg);
	position: absolute;
	z-index: 1;
	top:-50px;
	left: calc(50% + 30px);
}
#top_instagramTitle h2{
	text-align: center;
	font-size: 26px;
	color: #004ea2;
	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;
	object-fit: cover;
}
/*blog*/
#top_blog{
	padding: 60px 0;
}
#top_blogInner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_blogInner_blogArea{
	width: 570px;
}
#top_blogTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_blogTitle h2{
	font-size: 22px;
	color: #ffa72c;
}
#top_blogTitle h2 span{
	font-size: 10px;
	font-weight: 700;
	padding-left: 10px;
}
#top_blogTitle p{
	font-size: 12px;
	font-weight: 700;
}
#top_blogTitle p a{
	color: #a2a2a2;
}
#top_blogInner_blogBlock{
	margin-top: 20px;
}
#top_blogInner_blogBlock ul li{
	padding-bottom: 30px;
}
#top_blogInner_blogBlock ul li .date{
	font-size: 14px;
	color: #a2a2a2;
}
.common_news_span_04 {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #ffa72c;
	border: 1px solid #ffa72c;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}

.common_news_span_04_n {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
#top_blogInner ul li a{
	border-bottom: 1px solid #000;
	font-size: 14px;
}
#top_blogInner_recruitArea{
	width: 460px;
	height: 200px;
}
#top_blogInner_recruitArea img{
	width: 460px;
	height: 200px;
	object-fit: cover;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
/*Group*/
#top_link{
	padding: 60px 0;
	background: #004ea2;
}
#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;
}
.link_slider{
	margin: 0 auto;
	width: 985px;
}
.link_slider .slick-slide img{
	width: 314px;
	height: 75px;
	object-fit: cover;
}
.link_slider .slick-slide > div {
	width: 314px;
	height: 75px;
  margin: 0 10px; /* 左右に15pxの間隔 */
}
.prev-arrow,
.next-arrow {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
	position: absolute;
}

.prev-arrow {
	top:20px;
	left: -50px;
	background: url("../img/top/prev.png") center top no-repeat;
}
.next-arrow{
	top:20px;
	right: -50px;
	background: url("../img/top/next.png") center top no-repeat;
}
@media screen and (max-width:640px){
	
	/*メインビジュアル*/
	#top_slider{
		width: 100%;
	}
	#mv_slider{
		line-height: 0;
	}
	#mv_slider img{
		width: 100%;
		height: 600px;
		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: #004ea2;
	}
	#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: #004ea2;
		border: 1px solid #004ea2;
		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: #12b4f0;
		border: 1px solid #12b4f0;
		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{
		padding: 60px 0;
	}
	#top_itemTitle{
		text-align: center;
		font-size: 32px;
		color: #004ea2;
	}
	#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 a:nth-of-type(n+5):nth-of-type(-n+8){
		margin: 0;
	}
	#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: #004ea2;
		line-height: normal;
	}
	/*営業所検索*/
	#top_search{
		padding: 60px 0;
		background: #004ea2;
	}
	#top_searchInner{
		background: #f6f6f8;
		padding: 35px;
		box-sizing: border-box;
	}
	#top_searchInner hr{
		margin: 40px 0;
	}
	#top_searchInner p{
		line-height: 56px;
	}
	#top_searchTitle{
		color: #004ea2;
		font-size: 30px;
	}
	#top_searchTitle_sub{
		color: #004ea2;
		font-size: 24px;
	}
	#top_searchInnerTop_block{
		display: block;
		align-items: end;
	}
	#top_searchInnerTop_block_word{
		margin-right: 0;
	}
	#top_searchInnerTop_block_point{
		margin-left: 0;
	}
	#common_search_area_bt{
		text-align: right;
		margin-top: 20px;
	}
	#common_search_area_bt a{
		font-weight: 700;
		font-size: 20px;
	}
	#top_searchInnerTop_block_word form{
		display: flex;
		align-items: center;
	}
	.office_s_input{
		background: #fff;
		border: 1px #a2a2a2 solid;
		padding: 15px;
		font-size: 22px;
		box-sizing: border-box;
		border-radius: 4px;
		width: 430px;
	}
	input[type="submit"].office_s_btn1 {
		font-family: FontAwesome;
		font-size: 30px;
		color: #fff;
		width: 70px;
		height: 60px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border: 0;
		cursor: pointer;
		display: block;
		border-radius: 4px;
		margin-left: 10px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	}
	input[type="submit"].office_s_btn2{
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		width: 510px;
		height: 60px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border: 0;
		cursor: pointer;
		display: block;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	}
	p#show_result{
		font-size: 20px;
		color: #a2a2a2;
		line-height: normal;
	}
	#common_search_contents_ul{
		display: flex;
		flex-wrap: wrap;
		justify-content:left;
		margin-top: 20px;
		gap: 6px;
	}
	#common_search_contents_ul li a{
		padding: 18px 28px;
		background: #fff;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
		display: block;
		font-weight: 700;
	}
	/*インスタグラム*/
	#top_instagram{
		padding: 60px 0;
	}
	#top_instagramTitle{
		position: relative;
	}
	#top_instagramTitle #comment{
		width: 122px;
		transform: rotate(20deg);
		position: absolute;
		z-index: 1;
		top:-50px;
		left: calc(50% + 30px);
	}
	#top_instagramTitle h2{
		text-align: center;
		font-size: 32px;
		color: #004ea2;
		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;
		object-fit: cover;
	}
	/*blog*/
	#top_blog{
		padding: 60px 0;
	}
	#top_blogInner{
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	#top_blogInner_blogArea{
		width: 580px;
	}
	#top_blogTitle{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top_blogTitle h2{
		font-size: 28px;
		color: #ffa72c;
	}
	#top_blogTitle h2 span{
		font-size: 16px;
		font-weight: 700;
		padding-left: 10px;
	}
	#top_blogTitle p{
		font-size: 18px;
		font-weight: 700;
	}
	#top_blogTitle p a{
		color: #a2a2a2;
	}
	#top_blogInner_blogBlock{
		margin-top: 20px;
	}
	#top_blogInner_blogBlock ul li{
		padding-bottom: 30px;
	}
	#top_blogInner_blogBlock ul li .date{
		font-size: 20px;
		color: #a2a2a2;
	}
	.common_news_span_04 {
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #ffa72c;
		border: 1px solid #ffa72c;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}

	.common_news_span_04_n {
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #fff;
		border: 1px solid #fff;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	#top_blogInner ul li a{
		border-bottom: 1px solid #000;
		font-size: 20px;
	}
	#top_blogInner_recruitArea{
		width: 580px;
		height: auto;
	}
	#top_blogInner_recruitArea img{
		width: 580px;
		height: auto;
		object-fit: cover;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	}
	/*Group*/
	#top_link{
		padding: 60px 0;
		background: #004ea2;
	}
	#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;
	}
	.link_slider{
		margin: 0 auto;
		width: 580px;
	}
	.link_slider img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	.link_slider > div {
		width: 580px;
		height: auto;
	  margin: 0 0; /* 左右に15pxの間隔 */
	}
	.prev-arrow,
	.next-arrow {
		display: block;
		width: 35px;
		height: 35px;
		cursor: pointer;
		position: absolute;
	}

	.prev-arrow {
		top:20px;
		left: -50px;
		background: url("../img/top/prev.png") center top no-repeat;
	}
	.next-arrow{
		top:20px;
		right: -50px;
		background: url("../img/top/next.png") center top no-repeat;
	}

	
}

