@charset "UTF-8";
/* CSS Document */
img{width: 100%}

body{
	position: relative;
}


section{
	width: 90%;
	margin: 0px auto 50px auto;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



/* ロゴ*/

.logo{
	position:fixed;
	width: 15%;
	top: 20px;
	left: 20px;
	z-index: 999;
}


/* 弊社について*/
section.top01 {
margin-top: 30%;
}
section.top01 div{
display: inline-block;
	width: 73%;
	vertical-align: top;
}

section.top01 div p{
font-size: 1.0rem;
color: #515151;
	line-height: 180%;
	
	margin: 10px 0px 0px 0px;
}

section.top01 div:first-child{
width: 25%;
	
}

.top01 h2{
	font-size: 1.3rem;
	color: #5E5E5E;
	margin: 0;
	width: 60%;
	 display: flex;
 writing-mode: vertical-rl;
align-items: center;
font-weight: 500;
	border-bottom: 2px solid #969696;
	padding: 0px 0px 10px 0px;
	
}

.top01 h3{
font-size: 1.0rem;
	color: #5E5E5E;
	width: 60%;

	display: block;
text-align: center;
margin: 5px 0 20px 0;
	font-weight: 600;

	color:#007091;
}


/* 代表あいさつ*/
section.top02 div{
display: inline-block;
	width: 100%;
	vertical-align: top;
	margin:15px auto 0px auto;
	
}

section.top02 div p{
font-size: 1.0rem;
color: #515151;
	line-height: 150%;
	width: 100%;
		display: block;
	margin: 10px auto 0px auto;


}

section.top02 h4{
font-size: 1.5rem;
	font-weight: 600;
	display:block;
	width:100%;
	color: #172E66;
	
padding: 0;
	margin: 0;
}

section.top02 div span{
	display:block;
width: 100%;
margin-right: 0px;
	vertical-align: top;
	
}


section.top02 div span img:first-child{
	margin-bottom: 20px;
	
}

.top02 div h2,.concept h2,.company h2{
	font-size: 1.3rem;
	color: #5E5E5E;
	text-align: left;
margin: 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: 500;
	border-right: 2px solid #969696;
	padding: 10px 30px 10px 0px;

}


.top02 h3,.concept h3,.company h3{
	font-size: 1.0rem;
	color: #5E5E5E;
display: inline-block;
	font-weight: 600;
	color:#007091;
	margin: 0;
	padding: 10px 0px 10px 30px;
}

/* コンセプト*/
section.concept{
	background-image:url("../images/concept_back.jpg");
background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 10% 7%;
	box-sizing: border-box;
outline: 1px solid #fff;
	outline-offset: -15px;
	width: 100%;
	margin-top: 25%;
}



section.concept  p{
font-size: 	0.8rem;
color: #fff;
	line-height: 150%;

	width: 100%;
		text-align: left;
	margin: 3% auto 0 auto;
	 
}



.concept  h2{
	color: #fff;
		border-right: 2px solid #fff;
}


.concept h3{
color: #fff;
}

/*営業項目*/

section.items div{
display: inline-block;
	width: 100%;
	vertical-align: top;
}


section.items div:first-child{
width: 100%;

	
}


.items h2{
	font-size: 1.3rem;
	color: #5E5E5E;
	margin: 0;
	width: 30%;
	display: inline-block;
font-weight: 500;
	border-right: 2px solid #969696;
	padding: 5px 0px 5px 0px;
	

}

.items h3{
	font-size: 1.0rem;
	color: #5E5E5E;
	width: 60%;
display: inline-block;
text-align: left;
	padding: 5px 0px 5px 10px;
	font-weight: 600;

	color:#007091;
}


.items ul{
	display: block;
	width: 90%;
	vertical-align: top;
	font-size: 1.0rem;
	margin: 20px auto 0 auto;
}

.items ul:last-child{
	display: block;
	width: 90%;
		margin: 0px auto 0 auto;
}


.items ul li{
	margin-bottom: 30px;
	border-bottom: 1px #D3D1D1  solid;
	padding-bottom: 5px;
	list-style:disc;

}


/*会社概要*/

.company{
margin-top: 20%;


}

.company table{
	widows:100%;
	border-collapse: collapse;
	margin: 3% auto;
	font-size: 0.8rem;


}

.company table tr{
border-bottom: 1px #D3D1D1  solid;
}

.company table th{
width: 40%;
	font-weight: 500;
	color: #555555;
	text-align: right;
	padding:10px 10px 5px 0px;
	border-right: 1px #D3D1D1  solid;
}

.company table td{

	padding:10px 10px 5px 10px;
	line-height: 150%;
}


.company table td span{
padding-right: 30px;
width: 100%;	
display:block;
padding: 10px 0px 0px 0px;
	color: #420809;
}


.company table td b{
	display: inline-block;
	float: left;
	font-weight: normal;
	font-size: 0.7rem;
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}

.company table td b::before{
content: '取得年月日';
	display: inline-block;
	width: 60px;
	font-size: 0.7rem;
	height:10px;
	color: #420809;
	margin-right: 0px;
	margin-bottom: 5px;
}

.company table td ul{
font-size: 0.8rem;
display:inline-block;
width: 100%;
vertical-align: top;
margin-left: 10px;	
}
.company table td ul li{

list-style-type: disc;
margin-bottom: 10px;
		
}
	.company table td ul li span{
width: auto;
float: right;
display:inline-block;
padding: 0px 0px 0px 0px;
		
}



/*アクセスマップ*/

section.access div{
display: inline-block;
	width: 100%;
	vertical-align: top;
}


section.access div:first-child{
width: 100%;
margin-bottom: 30px;
	
}


.access h2{
font-size: 1.3rem;
	color: #5E5E5E;
	margin: 0;
	width: 30%;
	display: inline-block;
align-items: center;
font-weight: 500;
	border-right: 2px solid #969696;
	padding: 5px 0px 5px 5px;
	
	

}

.access h3{
	font-size: 1.0rem;
	color: #5E5E5E;
	width: 50%;
	display: inline-block;
text-align: left;
padding: 5px 0px 5px 10px;
margin: 0px 0;
	font-weight: 600;

	color:#007091;

	
}



footer{
	width: 100%;
	color: #494949;
border-top:1px solid #757575;
padding: 1% 5% 0% 5%;
	box-sizing: border-box;
	display: flex;
  flex-flow: row wrap;
}
footer div{
	width: 100%;
		display: inline-block;
	vertical-align: top;

	
}

footer div.footer01{
	order: 2;
}


footer div.footer02{
	order: 1;
}
footer h2{
	
	font-size: 1.0rem;
	font-weight: 600;
}

footer h3{
	
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 180%;
}


footer h4{
	
	font-size: 0.9rem;
	font-weight: 600;

	margin: 20px 0px 10px 0px;
}
footer span{
	
	font-size:0.8rem;
	display: inline-block;
width: 100%;
	margin: 5px 0px 15px 0px;
}
footer ul{
	font-size:  0.8rem;
margin: 10px auto;
	display: block;
	text-align: center;
}

footer ul li{
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 10px;
}

footer ul li:last-child{
padding-right: 0px;
	
}

footer ul li a,footer span a{
	
	transition: 0.3s ;
}
footer ul li a:hover,footer span a:hover{
	color: #C8C8C8;
}

footer small{
	font-size: 0.7rem;
width: 100%;
	display: block;
color: #929292;
	margin-top: 7%;
}