/* hilosophy start */
.about-hilosophy{
	padding: 150px 0;
}
.about-hilosophy h2{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
.about-hilosophy h2 span{
	font-weight: bold;
	color: #AE1E25;
}
.about-hilosophy p{
	font-size: 5rem;
	letter-spacing: 5px;
	text-align: center;
}
/* hilosophy end */


/* yurai start */
.about-yurai{
	padding: 0 100px 150px;
	background-color: #f9f9f9;
}
.about-yurai .inner{
	max-width: 100%;
	padding: 100px 70px;
	border: solid 7px #171D61;
	border-radius: 30px;
	background-color: #fff;
}
.about-yurai .container{
	max-width: 1140px;
	margin: 0 auto;
}
.about-yurai .wrapper{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.about-yurai .left{
	width: 50%
}
.about-yurai .left h2{
	width: 80%
}
.about-yurai .left p{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 2;
	margin-top: 70px;
}
.about-yurai .right{
	width: 40%
}
/* yurai end */

/* profile start */

.about-profile .inner{
	max-width: 100%;
}
.about-profile .secTitle-01{
	margin-bottom: 80px;
}
.about-profile .gaiyo{
	padding-top: 150px;
}
.about-profile .gaiyo-inner{
	max-width: 1140px;
	margin: 0 auto;
}
.about-profile .gaiyo .detail table tr th {
	width: 200px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	vertical-align: middle;
}
.about-profile .gaiyo .detail table tr td {
	padding: 20px 0;
}
.about-profile .access{
	padding: 120px 0 150px;
}
.about-profile .access .secTitle-01 .wrapper{
	max-width: 1140px;
	margin: 0 auto;
}
.about-profile .access .map-inner{
	padding: 0 100px;
}
.about-profile .access .map .container{
	box-sizing: border-box;
	height: 30vw;
	border-radius: 20px;
	overflow: hidden;
}
/* profile end */



@media screen and (max-width:767px){
	
	
	
	#about .pageHeader .inner{
		padding: 0 0 150px;
	}
	
	/* hilosophy start */
	.about-hilosophy {
    padding: 70px 0 60px;
	}
	.about-hilosophy h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
	}
	.about-hilosophy p {
    font-size: 2.7rem;
    letter-spacing: 5px;
    text-align: center;
	}
	/* hilosophy end */


	/* yurai start */
	.about-yurai {
    padding: 0 20px 70px;
	}
	.about-yurai .inner{
		border: solid 5px #171D61;
		padding: 40px 30px;
	}
	.about-yurai .wrapper{
		display: block;
	}
	.about-yurai .left,
	.about-yurai .right{
    width: 100%;
	}
	.about-yurai .left{
		margin-bottom: 40px;
	}
	.about-yurai .left h2 {
    margin: 0 auto;
	}
	.about-yurai .left p{
		font-size: 1.5rem;
		margin-top: 30px;
	}
	/* yurai end */

	/* profile start */
	.about-profile .secTitle-01{
		margin-bottom: 40px;
	}
	.about-profile .gaiyo{
		padding-top: 70px;
	}
	.about-profile .gaiyo .detail table tr th{
		font-size: 1.5rem;
		width: 110px;
	}
	.about-profile .gaiyo .detail table tr td {
    padding: 12px 0;
	}
	.about-profile .access{
		padding: 50px 0 70px;
	}
	.about-profile .access .map-inner{
		padding: 0;
	}
	.about-profile .access .map .container {
    height: 200px;
    border-radius: 10px;
	}
	/* profile end */
	

	
}