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

.companyWrap{
	padding:90px 0;
}

.companyWrap .inner{
	max-width: 100%;
}

.companyWrap .historyBox{
	max-width: 1590px;
	margin: 0 auto;
	overflow:hidden;
	border-radius:100px;
	box-shadow: 1px 1px 35px rgba(112,112,112,0.25);
}
.companyWrap .historyBox h2{
	position: relative;
	z-index: 2;
	padding:30px 5px;
	background:#CAAD8B;
	color:#fff;
	text-align:center;
	font-size:5rem;
	font-weight: bold;
}
.companyWrap .historyBox h2:before{
	content:"";
	opacity: 0.63;
	position: absolute;
	left: 10%;
	top:50%;
	z-index: -1;
	width:80%;
	border-top:1px solid #fff;
}

.companyWrap .historyBox h2 span{
	position: relative;
	z-index: 2;
	background:#CAAD8B;
	display: inline-block;
	padding: 0 70px;
}
.companyWrap .historyBox .bg{
	padding: 100px 135px 125px;
}

@media screen and (max-width: 1360px) {
	.companyWrap .historyBox .bg{
		padding: 100px 50px 125px;
	}
}
.companyWrap .historyBox table{ 
	width:100%;
}
.companyWrap .historyBox tr + tr{
	border-top:1px solid #DADADA;
}
.companyWrap .historyBox th{
	vertical-align: top;
	padding:30px 40px;
	width:300px;
	text-align: right;
	font-size:2.8rem;
	font-weight: 500;
}
.companyWrap .historyBox td{
	padding:30px 40px;
	font-size:2.6rem;
}
.companyWrap .historyBox .info{
	
}

.aboutWrap {
	padding: 90px 0 100px;
}

.aboutWrap li{
	display:block;
	margin-bottom: 130px;
}
.aboutWrap li:after{
	content:"";
	display: block;
	clear: both;
}
.aboutWrap li .img{
	float:left;
	width:48.5%;
}
.aboutWrap li .img img{
	object-fit: cover;
	height:100%;
	width:100%;
}
.aboutWrap li .info{
	margin-left:auto;
	padding:40px 0;
	width:45%;
}
.aboutWrap li .sub{
	line-height: 1.7;
	font-size:2rem;
}
.aboutWrap li .note{
	margin-top:5px;
	font-size:1.9rem;
}
.aboutWrap li:nth-of-type(even) .img{
	float:right;
}
.aboutWrap li:nth-of-type(even) .info{
	margin:0 auto 0 0;
}


.contactInfo .map{
	width:100%;
	height: 890px;
	border: 0;
}
.contactInfo .access{
	display:flex;
	padding:50px 0;
}
.contactInfo .access .logo{
	width:36%;
}
.contactInfo .access .info{
	padding-left:100px;
	margin-left:100px;
	width:64%;
	border-left:1px solid #CBCBCB;
}
.contactInfo .access .info li{
	padding:0 0 10px 60px;
	background:url(../img/common/ico_access01.png)no-repeat left 6px;
	color:#3B3B3B;
	font-size:2.4rem;
}
.contactInfo .access .info .access02{
	background-image:url(../img/common/ico_access02.png);
}
.contactInfo .access .info .access03{
	background-image:url(../img/common/ico_access03.png);
}
.contactInfo .access .info .access04{
	background-image:url(../img/common/ico_access04.png);
}
.contactInfo .access .info .th{
	font-weight:bold;
}


/* sp */ 
@media screen and (max-width: 767px) {
	.companyWrap {
		padding: 50px 0;
	}
	.companyWrap .historyBox{
		border-radius: 30px;
	}
	.companyWrap .historyBox h2 {
		padding:14px 5px;
		font-size: 2.5rem; 
	}
	.companyWrap .historyBox h2 span{
		padding: 0 30px;
	}
	.companyWrap .historyBox .bg {
		padding: 20px;
	}
	.companyWrap .historyBox th {
		display: block;
		padding:15px 0 10px;
		width: 100%;
		text-align: left;
		font-size: 1.8rem;
	}
	.companyWrap .historyBox td {
		display: block;
		padding: 0 0 15px;
		width: 100%;
		font-size: 1.6rem;
	}

	.aboutWrap {
		padding: 30px 0 40px;
	}
	
	.aboutWrap li{
		margin-bottom:30px;
	}
	.aboutWrap li .img,
	.aboutWrap li:nth-of-type(even) .img{
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
	.aboutWrap li .info { 
		padding:0;
		width: auto;
	}
	.aboutWrap li .sub { 
		font-size: 1.6rem;
	}
	.aboutWrap li .note { 
		font-size: 1.2rem;
	}
	
	 
	.contactInfo .map{
		width:100%;
		height: 300px; 
	}
	.contactInfo .access{
		display:block; 
	}
	.contactInfo .access .logo{
		width:auto;
		text-align: center;
	}
	.contactInfo .access .logo img{
		width: 70%;
	}
	.contactInfo .access .info{
		padding:20px 0 0;
		margin:20px 0 0;
		width:auto;
		border:0;
		border-top:1px solid #CBCBCB;
	}
	.contactInfo .access .info li{
		padding:0 0 6px 36px;
		background-position:left 3px;
		background-size:24px; 
		font-size:1.6rem;
	}
}

.page404 .txt {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 50px;
}

.page404 .btn {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page404 .txt {
		font-size: 1.6rem;
	}
}
