@charset "utf-8";

.content_area{
	padding-bottom:100px;
}

h2{
	margin-bottom:50px;
}

table th{
	padding:30px 20px 30px 0;
}

table td{
	padding:30px 20px 30px 0;
}

.page_catch p{
	letter-spacing:0.05em;
	text-align:left;
}

.page_catch .txt_right span{
	font-size:1.8rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 700;
}

.philosophy{
	position:relative;
	padding:100px 20px 160px 20px;
	background:#F5F5F5;
	margin-top: 50px;
}
.philosophy:before{
	content:"";
	position:absolute;
	background:url(../img/logo_bg_gray.svg) no-repeat center / cover;
	width: 568px;
    height: 590px;
    left: 0;
    right: 0;
	top:100px;
    margin: auto;
}
.philosophy_area{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	max-width: 1000px;
    margin: 0 auto 0;
}
.philosophy_item{
	width:50%;
	text-align:center;
}
.philosophy_item:first-child{
	width:100%;
	margin-bottom:78px;
}
.philosophy_item .en_ttl{
	font-family: "Poppins", sans-serif;
	font-size: 3.8rem;
    font-weight: 700;
	letter-spacing:0.1em;
    line-height: 1.2;
    margin: 0 0 43px 0;
	color:#E63944;
}
.philosophy_item p{
	margin-bottom:0;
}
.philosophy_item span{
	display:block;
	font-size:2.0rem;
    font-weight: 700;
	letter-spacing:0.05em;
	margin-bottom:10px;
}


/*---会社概要-----*/

.about{
	padding:30px 0 0 0;
}

.about table th{
	width:30%;
}

/*---有資格者一覧-----*/

.qualification{
	padding:40px 0 0 0;
}
.qualification table th{
	width:50%;
}
.qualification table td{
	width:50%;
	padding:20px 20px 20px 13px;
}

/*---アクセス-----*/

.access{
	padding:30px 0 0 0;
}

.access_area{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:25px;
}
.access_img{
	width:33.8%;
}
.access_img img{
	width:100%;
}
.access_txt{
	width:63.7%;
	margin-left:2.5%;
}

.map{
	height: 0;
    overflow: hidden;
    padding-bottom: 52%;
    position: relative;
}
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {

	.content_area{
		padding-bottom:50px;
	}

	h2{
		margin-bottom:30px;
	}
	
	.page_catch p{
		margin:30px 0 20px 0;
	}
	.page_catch .txt_right span{
		font-size:1.4rem;
	}

	table th{
		padding:18px 15px 18px 0;
	}

	table td{
		padding:18px 15px 18px 0;
	}
	
	
	.philosophy{
		padding:50px 20px 40px 20px;
	}
	.philosophy:before{
		top:0;
		bottom:0;
		width:100%;
		max-width:454px;
		background-size: contain;
	}
	
	.philosophy_item,.philosophy_item:first-child{
		width:100%;
		margin-bottom:30px;
	}
	.philosophy_item .en_ttl{
		font-size:2.5rem;
		margin-bottom:20px;
	}
	.philosophy_item span{
		font-size:1.6rem;
		margin-bottom:10px;
	}
	
	
	
	.about{
		padding:10px 0 0 0;
	}
	.qualification{
		padding:10px 0 0 0;
	}
	.access{
		padding:10px 0 0 0;
	}
	.access_area{
		margin-bottom:10px;
	}
	.access_img{
		width:100%;
		margin-bottom:15px;
	}
	.access_txt {
		width:100%;
		margin-left:0;
	}
}