@charset "utf-8";

section{
	width:min(100%,1200px);
	margin:0 auto;
	padding:80px 0;
}

h1{
	display: inline-flex;
	align-items: center;
	gap:15px;
}

h1 img{
	height: 1.5em;
	width:auto;
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	section{
		padding:50px 0;
	}
}
/*-------------------------------------------


	会社概要


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

section#outline{
	padding:100px 0 80px 0;	
}

#outline th,
#outline td{
	border-bottom:1px dashed #ccc;
}

#outline tr:last-of-type th,
#outline tr:last-of-type td{
	border-bottom:1px solid #ccc;
}

#outline th{
	width:150px;
	vertical-align: top;
	padding:15px 10px;
}

#outline th p{
	width:100%;
	background-color: #5AB684;
	border-radius: 3px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding:3px 0;
}

#outline td{
	padding:15px 10px 15px 15px;
}

#outline tr.name th{
	vertical-align: middle;
}
#outline tr.name td{
	font-size:30px;
	font-weight: bold;
}

#outline tr td li{
	padding-left:1em;
	text-indent: -1em;
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 430px){
	section#outline{
		padding:100px 0 50px 0;	
	}

	#outline th,
	#outline td{
		display:block;
	}
	
	#outline th,
	#outline tr:last-of-type th{
		padding:15px 5px 0 5px;
		border-bottom:none;
	}
	
	#outline td{
		padding: 15px 15px;
	}
}

/*--------本社-------*/

#honsya{
	width:100%;
	display: flex;
	justify-content:center;
	gap:30px;
}

#honsya .photo{
	width:500px;
}

#honsya .photo img{
	width:100%;
	height:100%;
	border-radius: 5px;
	object-fit: cover;
	object-position: top left;
	/*border:1px solid #AAAAAA;*/
}

#honsya .main{
	flex:1;
}

#honsya h2{
	font-size:2rem;
	font-weight: 700;
	margin-bottom:20px;
}
#honsya table{
	width:100%;
	border-top:1px solid #ccc;
	/*margin-left:50px;*/
	/*margin-top:-10px;*/
}


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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	#honsya{
		flex-direction: column;
	}
	
	#honsya h2{
		text-align: center;
	}
	
	#honsya .photo{
		width:min(100%,400px);
		margin:0 auto;
	}
	
	#honsya .photo img{
		height:auto;
		object-position: center left;
	}
}

/*--------千葉-------*/

#chiba{
	width:100%;
	display: flex;
	justify-content: center;
	gap:30px;
	margin-top:100px;
}


#chiba .photo{
	/*width:650px;*/
	flex:1;
	line-height: 0;
}

#chiba .photo img{
	width:100%;
	height: 100%;
	/*border:1px solid #AAAAAA;*/
	border-radius: 5px;
	object-fit: cover;
	object-position: bottom;
}

/*#chiba .main{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}*/

#chiba table{
	width:auto;
	border-top:1px dashed #ccc;
	/*flex:100%*/
}

#chiba h2{
	/*font-family: 'Noto Serif JP',"HG明朝E","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "ＭＳ Ｐ明朝", serif;*/
	font-size:1.5rem;
	font-weight: 600;
	margin-bottom:20px;
	line-height: 1;
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	#chiba{
		flex-direction: column;
		margin-bottom:30px;
	}
	
	#chiba .photo{
		flex:none;
		eidth:100%;
		order:2;
		margin-top: 30px;
	}
	
	#chiba .photo img{
		width:100%;
		height: auto;
	}
	
	#chiba .main{
		width:100%;
		order:1;
	}
	
	#chiba h2{
		text-align: center;
	}
	
	#chiba table{
		width:100%;
	}
}

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


	アクセス	


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

/*.cboxIframe{height: 500px }*/

#cboxOverlay::after{
	content:'';
	position: absolute;
	right:30px;
	top:30px;
	display: block;
	width:30px;
	height: 3px;
	background-color: #fff;
	transform: rotate(45deg);
}

#cboxOverlay::before{
	content:'';
	position: absolute;
	right:30px;
	top:30px;
	display: block;
	width:30px;
	height: 3px;
	background-color: #fff;
	transform: rotate(-45deg);
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 430px){
	#cboxOverlay::after,
	#cboxOverlay::before{
		right:5px;
		top:15px;
	}
}

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



当社の取り組み



-------------------------------------------*/
#philosophy{
	/*padding:80px 0 0 0;	*/
}
#philosophy h2{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 800;
	margin-bottom:50px;
	display: flex;
	align-items: center;
	letter-spacing: 3px;
	/*color:var(--green)*/
}

#philosophy h2::before,
#philosophy h2::after{
	content: '';
	flex:1;
	height: 2px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#philosophy h2::before{
	margin-right:20px
}

#philosophy h2::after{
	margin-left:20px
}

/*#philosophy article{
	border-bottom:1px solid #ccc;
	/*width:100%;
	margin-bottom:10px;*/
	/*border:1px solid #E1E1E1;*/
	/*padding:25px 0;*/
	/*padding:50px 40px;*/
	/*display: flex;
	align-items: center;
	justify-content: center;
	gap:50px;
}*/

#philosophy h3{
	font-size:1.5rem;
	color:var(--glay);
	font-family: var(--manchou);
	margin-bottom:30px;
}


#philosophy article .logo{
 width:250px;
	 flex-shrink: 0;
}

#philosophy article .logo img{
	width:100%;
	height: auto;
}

#philosophy article .text{
	width:min(100%,550px);
	text-align: left;
}
/*#good h3{
	font-size:1.5rem;
	color:var(--glay);
	font-family: var(--manchou);
	transform: rotate(0.003deg);
	margin-bottom:20px;
	font-weight: 700;
}*/

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 430px){
	#philosophy h2{
		font-size:1.8rem;
		margin-bottom:30px;
	}
	
	#philosophy article{
		flex-direction: column;
		padding:50px 20px;
	}
	
	#philosophy h3{
		font-size:1.2rem;
		text-align: center;
	}
	
	#philosophy article .logo{
		width:200px;
	}
}

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


	ＩＳＯ


-------------------------------------------*/
#iso{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:40px;
	padding:0 0 80px 0;
	border-bottom:1px solid #ccc;
}

#iso ul{
	/*width:100%;*/
	display: inline-flex;
	border:1px solid #E1E1E1;
	border-radius: 5px;
}

#iso li{
	width:250px;
	/*border:1px solid #E1E1E1;*/
	padding:15px 10px 10px 10px;
	text-align: center;
}

#iso li img{
	height: 350px;
	width:auto;
}
/*#iso .i-item:last-child{
	margin-left:30px;
}*/

#iso .coment{
	background-color: #D5EEE0;
	border-radius: 3px;
	padding:3px 10px;
	font-weight: bold;
}

article#iso .text{
	flex:1;
	width:auto;
	/*padding-top:30px;*/
}

#iso dt{
	display: flex;
	align-items: center;
	gap:10px;
	font-weight: 700;
	font-size:1.15rem;
}

#iso dt::before{
	content: '';
	width:19px;
	height: 25px;
	display: block;
	background-image: url("img/ico01.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#iso dd{
	padding:20px 0 20px 29px;
}


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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	#iso{
		flex-direction: column;
	}
	
	#iso ul{
		width:min(100%,500px);
	}
	
}

@media screen and (max-width: 430px){
	#iso{
		padding:0 0 50px 0;
	}
	
	#iso ul{
		padding:20px 10px;
		gap:10px;
	}
	
	#iso li{
		flex:1;
		width:auto;
		padding:0;
	}
	
	#iso li img{
		width:100%;
		height: auto;
	}
}


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


	各認定


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

#goods{
	display: flex;
	flex-wrap: wrap;
	margin:20px 0 0 0;
	/*padding:80px 0;*/
}

#goods article{
	width:50%;
	text-align: center;
	padding:80px 40px;
}

#goods article:nth-child(-n + 2){
	border-bottom:1px solid #ddd;
}

#goods article:nth-of-type(even){
	border-left:1px solid #ddd;
}

#goods article .logo{
	margin:0 auto;
}

#goods article .logo img{
	
}

#goods h3{
	text-align: center;
	margin:30px 0;
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	#goods article{
		width:50%;
		text-align: center;
		padding: 50px 4vw;
	}
}

@media screen and (max-width: 430px){
	#goods{
		flex-direction: column;
		gap:50px;
		margin:80px 0 0 0;
	}
	
	#goods article{
		width:100%;
		border-bottom: 1px solid #ddd;
		padding: 50px 0;
	}
	
	#goods h3{
		margin:10px 0;
	}
	
	#goods article:nth-of-type(even){
		border-left:none;
	}
}
/*-------------------------------------------


	ＷＬＢ


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

#datu{
	width:min(100%,800px);
	margin:20px auto 0 auto;
	padding:80px 0;
	text-align: center;
	line-height: 0;
	border-top:1px solid #ddd;
}

#datu img{
	width:auto;
	height: 400px;
}

#women_bana{
	width:min(100%,800px);
	margin:0 auto;
	text-align: center;
}

#women_bana img{
	width:100%;
	height: auto;
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 430px){
	#datu{
		margin:50px auto 30px auto;
		border-top:none;
	}
	
	#datu img{
		width:min(100%,250px);
		height: auto;
	}
	
	#women_bana img{
		width:min(100%,250px);
	}
}
