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

@media screen and (max-width: 767px) {
	
	.title{
		background-image: url(../img/title_sp.jpg);
	}
	
	.c-nav{
		background-color:#E7E7E7;
		padding:6vw 0;
	}
	.c-nav ul li a{
		font-size:4vw;
	}
	
	.profile{
		margin:15vw 0;
	}
	.profile > div{
		display:block;
	}
	.profile > div > img{
		display:block;
		margin:0 auto;
		padding:0 25vw;
		box-sizing:border-box;
	}
	.profile .box{
		width:100%;
		padding:8vw 6vw;
		box-sizing:border-box;
	}
	.profile .box *{
		padding-left:0;
	}
	.profile .box h3{
		font-size:5vw;
		line-height:7.5vw;
		border-bottom:none;
		margin-bottom:0;
		padding:0 4vw;
		box-sizing:border-box;
	}
	.profile .box h2{
		font-size:5vw;
		border-bottom: 1px solid #81CA98;
		margin:3vw 0;
		padding:0 4vw 3vw;
		box-sizing:border-box;
	}
	/*.profile .box h2:after{
		content:"";
		display:block;
		height:1px;
		background:linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
	}*/
	.profile .box h2 span{
		font-size:6.5vw;
		margin-left:3vw;
	}
	.profile .box p{
		padding:0 4vw;
		box-sizing:border-box;
		line-height:7vw;
		font-size:3.8vw;
	}
	.profile .i-box{
		margin-top:0;
		padding:0 10vw;
		box-sizing:border-box;
	}
	.profile .i-box li{
		width:100%;
		margin-bottom:3vw;
	}
	.profile .i-box li:last-of-type{
		margin-bottom:0;
	}
	
	.content > h2{
		border-bottom: solid 2px #D6D6D6;
		position: relative;
		padding-bottom:1vw;
	}
	.content > h2:after{
		content: "";
		display: block;
		line-height: 0;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 35%;
		border-bottom: 2px solid #78C48F;
	}
	.content > h2 span{
		display:none;
	}
	
	.company{
		margin-bottom:10vw;
		padding:77px 6vw 0;
		box-sizing:border-box;
	}
	.company table th,
	.company table td{
		font-size:3.8vw;
		padding:3vw 0;
		vertical-align:middle;
	}
	.company table th{
		width:20%;
		color:#000000;
	}
	.company table td{
		padding:3vw;
	}
	
	.access{
		padding:77px 6vw 6vw;
		box-sizing:border-box;
	}
	.access > h2{
		margin-bottom:5vw;
	}
	.access iframe{
		height:85vw;
	}
	
}