@charset "UTF-8";

/*------lv--------*/
#lv p span{
	position: relative;
	padding-bottom: 35px;
}
#lv p span:before{
	position: absolute;
	display: block;
	content: "ACCESS";
	bottom: 0;
	width:100px;
	left: calc(50% - 50px);
	color: #086f0d;
	background: #fbe2a4;
	border-radius: 5px;
	padding: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	font-weight: 500;
	text-shadow: none;
	box-sizing: border-box;
}
@media screen and (max-width:800px){
	#lv p span:before{
		top: 40px;
	}
}

/*------最初のセクション（first）--------*/
#first+.contents_box01{
	margin-top: 60px;
	padding-left: 2%;
	padding-right: 2%;
}
#first+.contents_box01 .content_wrapper{
	background: rgb(35 25 22 / 59%);
	border-radius: 20px;
	padding: 60px 30px;
}

@media screen and (max-width: 900px){
	#first+.contents_box01{
		margin-top: 30px;
	}
	#first+.contents_box01 .content_wrapper{
		padding: 30px 15px;
	}

}

/*------会社概要--------*/
#gaiyou+.block_table_1 .outer{
	background: #fff;
	padding: 50px;
	box-shadow: 10px 10px 0 #a6937c;
	border-radius: 20px;
}
#gaiyou+.block_table_1 table thead{
	background: #fff;
}
#gaiyou+.block_table_1 table thead th,
#gaiyou+.block_table_1 table thead td{
	background-color: #fff;
}
#gaiyou+.block_table_1 table th{
	background-color: #fff;
	border: none;
	text-align: left;
}
#gaiyou+.block_table_1 table td{
	border: none;
	vertical-align: middle;
}
#gaiyou+.block_table_1 tr{
	border-bottom: 1px solid #7e6b5a;
}
#gaiyou+.block_table_1 tr th{
	border-bottom: 2px solid #7e6b5a;
	font-weight: 500;
	padding: 15px 6px;
}
#gaiyou+.block_table_1 tr td{
	padding-left: 20px;
}
@media screen and (max-width: 900px){
	#gaiyou+.block_table_1 .outer{
	padding: 10px 15px 30px;
	}
}
@media screen and (max-width: 500px){
 #gaiyou+.block_table_1 tr:nth-of-type(1)>th:first-child {
    width: 25% !important;
}
}
/*------地図と内観写真--------*/
#access+.block_html .content_wrapper{
	padding: 0;
}
#accessmap{
	display: flex;
	flex-wrap: wrap;

}
#accessmap>iframe{
	width: 50%!important;
}
#accessmap>div{
	width: 50%;
	height: 500px;
	overflow: hidden;
}
#accessmap>div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 800px){
	#accessmap>iframe,
	#accessmap>div{
		width: 100%!important;
		height: 300px;
	}
}

/* --------------------------修正0928-------------------------- */

/* -------------his------------- */

#his+.block_table_3 .content_wrapper{
	max-width: 1200px !important;
}
#his+.block_table_3 .outer{
	position: relative;
	margin-bottom: 80px;
}
#his+.block_table_3 .outer:before{
	content: "";
	display: block;
	width: 10px;
	height: calc(100% - 50px);
	position: absolute;
	top: 100px;
	left: calc(20% - 40px + 105px);
	background: #facd89;
}
#his+.block_table_3 table,
#his+.block_table_3 th,
#his+.block_table_3 td{
	border: none;
	font-size: 2rem;
	vertical-align: middle;
}
#his+.block_table_3 table{
	margin-top: -50px;
	border-collapse: separate;
	border-spacing: 0 30px;
	position: relative;
	z-index: 2;
}
#his+.block_table_3 th{
	background-color: transparent;
	text-align: right;
	padding-right: 130px;
	position: relative;
}
#his+.block_table_3 th:before{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	right: 35px;
	background: url(../../images/company/building.png) 50% 50% no-repeat #1f78a2;
	background-size: auto 60%;
	border-radius: 100%;
}
#his+.block_table_3 tr:nth-of-type(2n) th{
	color: #1f78a2;
}
#his+.block_table_3 tr:nth-of-type(2n-1) th{
	color: #231916;
}
#his+.block_table_3 tr:nth-of-type(2n-1) th:before{
	background-color: #231916;
}
#his+.block_table_3 td{
	color: #fff;
	padding: 15px;
	position: relative;
	text-decoration: underline;
	background: #231916;
}
#his+.block_table_3 td:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	position: absolute;
	top: calc(50% - 15px);


	left: -30px;
	border-right: 15px solid #1f78a2;
}
#his+.block_table_3 tr:nth-of-type(2n) td{
	background: #1f78a2;
}s
#his+.block_table_3 tr:nth-of-type(2n-1) td{
	background: #231916;
}
#his+.block_table_3 tr:nth-of-type(2n-1) td:before{
	border-right: 15px solid #231916;
}
#his + .block_table_3 th > div{
    white-space: nowrap;
}
@media screen and (max-width: 750px){
	#his+.block_table_3{
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 620px){
	#his + .block_table_3 .outer{
		margin-top: 45px;
	}
	#his + .block_table_3 table,
	#his + .block_table_3 thead,
	#his + .block_table_3 tbody,
	#his + .block_table_3 tfoot,
	#his + .block_table_3 tr,
	#his + .block_table_3 th,
	#his + .block_table_3 td{
		display: block;
	}
	#his + .block_table_3 .outer::before{
		top: 90px;
		left: 25px;
	}
	#his + .block_table_3 tr{
		position: relative;
		display: flex;
		width: 100%;
		align-items: stretch;
		justify-content: flex-start;
		padding-top: 45px;
	}
	#his + .block_table_3 th{
		width: 0 !important;
		padding-right: 90px;
	}
	#his + .block_table_3 th div{
		width: 150px;
		text-align: left;
		position: absolute;
		top: -30px;
		left: 100px;
	}
	#his + .block_table_3 table, #his + .block_table_3 th, #his + .block_table_3 td{
		font-size: 1.7rem;
	}
}

/* -------------map------------- */

#map+.widget_map{
	position: relative;
}
#map+.widget_map:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: #231916;
	pointer-events: none;
}
@media screen and (max-width: 750px){
	#map + .widget_map{
		padding-top: 20px;
	}
}



#map+section iframe{
width:100%;
}








