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

@media screen and (min-width: 1000px) {
/* 960pからの幅*/
	
	.header_inner{
		width: calc(100% - 20px);
		max-width: 1200px;
		height: 10px;
		padding: 10px 0 0 0;
		margin: 0 auto;
		box-sizing: border-box;
		display: grid;
		grid-template-columns:repeat(10, 10%);
  		grid-template-row:repeat(2, 75px);
	}
		
	a.logo{
		width: 90%;
		height: 70px;
		display: block;
		grid-column: 1 / 5;
  		grid-row: 1 / 3;
	}
		
	a.logo img{
		width: 100%;
		max-width: 320px;
		display: block;
		margin: 25px auto 0 auto;
		object-fit: cover;
		object-position: left;
	}
	
	a.tel{
		width: 100%;
		height: 60px;
		display:block;
		margin: 0 auto;
		text-align: center;
		font-size: clamp(1.8rem, calc(1.5rem + 0.5vw), 2.4rem);
		font-weight: 800;
		line-height: 60px;
		grid-column: 5 / 8;
		grid-row: 1 / 2;
		transition: 0.5s;
	}
	
	a.tel:hover{
		opacity: 0.5;
		transition: 0.25s;
	}
	
	a.tel::before{
		content: url("../images/bshome_tel.svg");
		width: 25px;
		box-sizing: border-box;
		padding: 5px 0px 0 0;
		margin: 0px 5px 0 0;
		display: inline-block;
		line-height: 60px;
	}
	
	a.contact{
		width: 100%;
		display: block;
		height: 60px;
		margin: 0 auto;
		background: #48775A;
		text-align: center;
		font-size: 1.45rem;
		font-weight: 600;
		border-radius: 10px;
		grid-column: 8 / 11;
		grid-row: 1 / 2;
		line-height: 47px;
		color: #fff;
		transition: 0.5s;
	}
	
	a.contact:hover{
		opacity: 0.5;
		transition: 0.25s;
	}
	
	a.contact::after{
		content:"（メーラーが起動します）";
		font-size: 0.8rem;
		display: block;
		margin: -27px 0 0 0;
	}
		
	a.contact img{
		width: 27px;
		display: inline;
	}
	
	nav{
		grid-column: 5 / 11;
		grid-row: 2 / 3;
		display: block;
		margin: -10px 0 0 0;
	}
	
	nav ul{
		width: 100%;
		height: 50px;
		display: flex;
		margin: 25px 0 0 0;
	}
	
	nav ul li {
		width: 25%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		box-sizing: border-box;
		border-right: 1px solid #B3B3B3;
		
	}
	
	nav ul li:last-child{	
		border-right:none;
	}
	
	nav ul li a{
		width: 100%;
		height: 50px;
		display: block;
		transition-duration: 0.25s;
	}
	
	nav ul li a:hover{
		width: 100%;
		height: 50px;
		background-color:#BCC9BC;
		display: block;
		color: #FFF;
		transition-duration: 0.5s;
	}
	
	.mv_img{
		width: 100%;
	}
	
	.mv_catch{
		width: calc(100% - 40px);
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	
	.mv_catch::before{
		width: 100%;
		height: 78px;
		content: "";
		margin: 0 auto;
		background-image: url("../images/bshome_img_mvtx_pc.svg");
		background-position: top;
		background-size:contain;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		top: 50px;
	}
	
	.mv{
		width: 100%;
		height: 800px;
		background-image: url("../images/bshome_img_mv_pc.png");
		background-position: bottom;
		background-size:cover;
		background-repeat: no-repeat;
		
	}	
	
	.mv_text{
		width: 80%;
		max-width: 1200px;
		position: relative;
		top: -160px;
		margin: 0 auto -110px auto;
		text-align: center;
		padding: 50px 0;
		background: rgba(255,255,255,0.90);
		box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
	}
	
	.mv_text h2{
		font-size: clamp(2.0rem, 2.4vw, 2.5rem);
		line-height: 3.3rem;
		margin: 0 0 20px 0;
		letter-spacing: -2px;
		color:#48775A;
		font-weight: 800;
	}
	
	.mv_text p{
		font-size: 1.25rem;
	}
	
	.mv_text p span{
		display: block;
	}
		
	.content_02{
		width: 100%;
	}
	
	.content_title_01,.content_title_02,.content_title_03{
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.content_title_01 .content_title_inner{
		width: 100%;
		height: 230px;
		margin: 0px auto 0px auto;
		z-index: 1;
		background-image: url("../images/bshome_img_chapter_title_01.jpg");
		background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
		background-size:cover;
		background-position:center;		
	}
	
	.content_title_02 .content_title_inner{
		width: 100%;
		height: 230px;
		margin: 0px auto 0px auto;
		z-index: 1;
		background-image: url("../images/bshome_img_chapter_title_02.jpg");
		background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
		background-size:cover;
		background-position:center;		
	}
	
	.content_title_03 .content_title_inner{
		width: 100%;
		height: 230px;
		margin: 0px auto 0px auto;
		z-index: 1;
		background-image: url("../images/bshome_img_chapter_title_03.jpg");
		background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
		background-size:cover;
		background-position:center;		
	}
		
	.content_title_01 .content_title_inner h3,.content_title_02 .content_title_inner h3,.content_title_03 .content_title_inner h3{
		width: 90%;
		max-width: 1200px;
		margin: 0px auto 0 auto;
		display: block;
		text-align: right;
		position: relative;
		top: 50px;
		font-size: 2.5rem;
		color: #fff;
		
	}
		
	.content_title_01 .content_title_inner h3 img.chapter_title{
		width: 100%;
		max-width: 540px;
		height: auto;
		margin-bottom: -105px;
	}
	
	.content_title_02 .content_title_inner h3 img.chapter_title{
		width: 100%;
		max-width: 880px;
		height: auto;
		margin-bottom: -20px;
	}
	
	.content_title_03 .content_title_inner h3 img.chapter_title{
		width: 100%;
		max-width: 660px;
		height: auto;
		margin-bottom: -20px;
	}
	
	.service_01,.service_02,.service_03{
		width: 90%;
		max-width: 1200px;
		margin: 0 auto 50px auto;
		display: flex;
	}
	
	.service_02{
		flex-direction: row-reverse;
	}
		
	.service_01 img,.service_03 img{
		width: 40%;
		display: block;
	}
	
	.service_02 img{
		width: 40%;
		display: block;
	}
	
	.service_01 .service_tx_01,.service_03 .service_tx_03{
		width: calc(60% - 50px);
		z-index: 25;
		margin:0 0 0 50px;
		box-sizing: border-box;
		border-bottom: 2px solid rgba(72,119,90,0.50);
	}
	
	.service_02 .service_tx_02{
		width: calc(60% - 50px);
		z-index: 25;
		margin: 0 50px 0 0;
		box-sizing: border-box;
		border-bottom: 2px solid rgba(72,119,90,0.50);
	}
	
	.service_01 h4,.service_02 h4,.service_03 h4{
		font-size:2.4rem;
		color: #48775A;
		margin: 0 0 10px 0;
	}
	
	.service_01 p,.service_02 p,.service_03 p{
		font-size: 1.4rem;
	}
	
	.service_03 p.bg_yellow{
		background: rgba(244,220,135,0.5);
		font-size: 1.6rem;
		border-radius: 50px;
		text-align: center;
		padding: 10px 0;
		margin: 0px 0 10px 0;
	}
	
	.company_inner{
		width: 90%;
		max-width: 1200px;
		margin: 50px auto 0 auto;
		display: flex;
		box-sizing: border-box;
		padding: 40px 50px;
		background: #EBEFF4;
	}
	
	.company_left{
		width: 25%;
	}
	
	.company_left {
		width: 100%;
		display: block;
	}
	
	.company_left h5{
		color: #214582;
		font-size: 1.8rem;
		font-weight: 700;
		border-bottom: 3px solid #214582;
		margin: 10px 0 20px 0;	
	}
	
	.company_left p{
		font-size: 1.4rem;
		text-align: justify;
	}
	
	.company_right{
		width: calc(75% - 30px);
		margin: 0 0 0 30px;
	}
	
	.company_right img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		object-position: center;
	}
	
	.content_04{
		width: 100%;
	}
	
	.content_04 table{
		width: 80%;
		max-width: 1200px;
		margin: 0 auto 50px auto;
	}
	
	.content_04 table tbody tr th,.content_04 table tbody tr td{
		text-align: center;
		padding: 20px 10px;
		font-size: 1.25rem;
		box-sizing: border-box;
		border-top: solid 1px #E6E6E6;
	}
	
	.content_04 table tbody tr th{
		width: 25%;
	}
	
	.content_04 table tbody tr td{
		width: 75%;
	}
	
	.content_04 table tbody tr th.end_border,.content_04 table tbody tr td.end_border{
		width: 40%;
		border-bottom:solid 2px #E6E6E6;
	}
	
	.content_04 table tbody tr th.col_01{
		background-color: #EEF3F0;
	}
	
	.content_04 table tbody tr th.col_02{
		background-color: #F7F9F8;
	}
	
	
.contact_h{
	width: calc(100% - 80px);
	margin: 0 auto;
	padding:50px 0 20px 0;
	font-size:2.1rem;
	text-align:center;
	font-weight:500;
	color:#508363;
	border-bottom:3px solid #508363;
}

.mailform{
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 20px auto 50px auto;
	display: block;
	background: #F3F5F3;
	border-radius: 25px;
}

.mailform form{
	width: 60%;
	padding: 50px 20px;
	margin: 0 auto;
}

.mailform form label{
	width: 100%;
	display: block;
	font-size: 1.2rem;
	margin: 0 0 5px 0;
}

.hissu{
	width: 60px;
	margin: 0 0 0 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #F90401;
	padding: 3px 5px;
	border-radius: 5px;
	line-height: 1.0rem;
}

.setsumei{
	margin: 0 0 0 10px;
	font-size: 0.75rem;
	line-height: 0.5rem;
	color: #999;
}
	
	::placeholder{
			color: #bbb;
	}

.mailform form input,.mailform form textarea{
	display: block;
	border: 1px solid #ccc;
	padding: 0 0 20px 0;
}

.mailform form input{
	width: 60%;
	height: 35px;
	margin-bottom: 20px;
	display: block;
	font-size:1.0rem;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #FFF;
}

.mailform form textarea{
	width: 100%;
	height: 400px;
	margin-bottom: 40px;
	background-color: #FFF;
	font-size:1.0rem;
	padding: 5px;
	color: #000;
}

.mailform form input:last-child{
	width: 100%;
	height: 80px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	background-color: #508363;
	text-align: center;
	line-height: 80px;
	border: none;
	border-radius: 15px;
}

.thankyou_tx{
	width: calc(100% - 80px);
	padding: 30px 0 70px 0;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 2.1rem;
	text-align: center;
}
	
	
}