@charset "utf-8";
/* CSS Document */


/*---------------------------------------

	メインレイアウト

---------------------------------------*/

@media screen and (max-width: 1024px) {
	#contents {
		width:100%;
		padding-bottom: 580px;
	}

	#contents section {
		padding: 80px 0;
	}

	.inner {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}
}


/*---------------------------------------

	共通設定

---------------------------------------*/

@media screen and (max-width: 980px) {
	/*----------見出し---------*/
	.pagettl {
		height: 250px;
	}
	
	.pagettl h2{
	}


	.news_ttl {
		background: url(../img/title/news.jpg) #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	
	/*----------文字---------*/
	.line-break {
		display: inline;
	}
	
	.sp-br {
		display: none;
	}
	.none {
		display: none;
	}

	.sp_left {
		text-align: left;
	}

	/*----------画像---------*/
	.pc {
		display: none;	
	}
	
	.sp {
		display:block;
	}	
	
	
	/*----------テーブル---------*/
	table.type01 th {
		width: 30%;
		padding: 20px 10px;
	}
	
	table.type01 td {
		width: 70%;
		padding: 20px 10px;
	}

	.table_scroll table {
		margin-bottom: 20px;
	}

	/*----------ボタン---------*/
	.btn a {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	/*----------テーブル---------*/
	.table_scroll {
		width: 600px;
	}
}

/*---------------------------------------

	ヘッダー
	
---------------------------------------*/

@media screen and (max-width: 768px) {
	/*----------ヘッダー---------*/
	header {
		z-index: 999;
		height: 90px;
		padding: 0px 10px;
	}
	
	header #logo img{
		width: 80%;
	}
}



/*---------------------------------------

	トップページ

---------------------------------------*/

@media screen and (max-width:768px) {
	.top_news {
		width: 90%;
		display: block;
		padding: 20px;
		bottom: -120px
	}
	
	.top_news h2{
		font-weight: bold;
		color: #FFF;
		border-right: none;
		padding: 0;
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.top_news p{
		color: #FFF;
		padding-left: 1em;
	}
	
	.top_news p span {
		display:block;
		margin-right: 0px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 1100px) {
	/*----------スライド---------*/
	.slide div {
		height: 70vh;
	}

	.slide div .img_02 {
		background-position: center right;
	}
}


@media screen and (max-width: 980px) {
	/*---------株式会社ACTIVEについて---------*/
	.about_bg {
		background-size: contain;
		background-position: center bottom;
		padding: 160px 0px !important;
	}

	.about_active {
		position: absolute;
		bottom:80px;
		right:20px;
		z-index: -999;
	}

	.about_bg img {
		width: 200px;
	}

	/*----------事業紹介---------*/
	.top_service {
		flex-direction: column;
		margin: 60px 0;
	}

	.top_service h3 {
		margin-top: 40px;
	}
	
	.top_service .text{
		width: 100%;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.top_service .btn {
		margin: 40px auto 0;
	}
	
	.top_service .img_01 {
		width: 100%;
		height: 300px;
		background:url(../img/service_01.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.top_service .img_02 {
		width: 100%;
		height: 300px;
		background:url(../img/service_02.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.top_service .img_03 {
		width: 100%;
		height: 300px;
		background:url(../img/service_03.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.order1 {
		order: 1;
	}
	
	.order2 {
		order: 2;
	}

	/*----------SNS---------*/
	.sns ul{
		display: block;
		justify-content: center;
		margin-top: 60px;
	}
	
	.sns li {
		padding-right: 0px;
		padding-bottom: 40px;
		text-align:center;
	}
	
	.sns li:last-child {
		padding-bottom: 0px;
	}
	
	.sns li img {
		width: 250px;
	}
}

@media screen and (max-width:750px) {
	/*---------お問い合わせ---------*/
	.top_contact {
		padding: 0px !important;
	}

	.top_contact .inner {
		position: static;
		padding: 0px;
	}
	
	.top_contact .map {
		width: 100%;
		height: 100%;
	}

	.top_contact iframe {
		height: 400px;
	}
	
	.top_contact .office {
		position: static;
		width: 100%;
		padding: 30px;
	}
	
}




/*---------------------------------------

	子ページ

---------------------------------------*/

@media screen and (max-width:1000px) {
	/*----------会社概要---------*/
}

@media screen and (max-width:768px) {
	/*----------事業紹介---------*/
	.service .img_01 {
		width: 85%;
		height: 250px;
	}
	
	.service .img_02 {
		width: 85%;
		height: 250px;
	}
	
	.service .img_03 {
		width: 85%;
		height: 250px;
	}
	
	.service .text {
		width: 90%;
		margin-top: -50px;
		margin-left: auto;
		background: #f5fbf8;
		padding: 30px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	section:nth-child(odd) .service .text {
		margin-right: auto;
		margin-left: 20px;
	}

	/*----------お問合せ---------*/
	.contact {
		display: block;
		justify-content: center;
	}

	.contact li:first-child {
		padding-right: 0px;
		padding-bottom: 40px;
	}

}



/*---------------------------------------

	フッター

---------------------------------------*/
@media screen and (max-width: 1024px) {
	#footer_inner {
		width: 100%;
	}
	
	.footer_menu nav {
		width: 100%;
	}
}

@media screen and (max-width:750px) {
	#footer_inner #logo img {
	 	width: 200px;
	}
	
	.footer_menu ul {
		flex-wrap: wrap;
	}
	
	.footer_menu ul li{
		width: 50%;
		padding: 0;
		text-align:center;
		margin-bottom: 20px;
	}

	.footer_menu ul li:nth-child(even){
		border-right: none;
	}
	
	.footer_menu ul li:last-child {
		margin-bottom: 0px;
	}
	
	.footer_sns {
		margin-top: 30px;
	}
	
	.footer_sns li{
		width: 20% !important;
		padding: 0px !important;
		margin-bottom: 0px !important;
	}
}
