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

.title{
	background-image:url(../img/title.jpg);
}

.c-nav{
	background-color:rgba(160,160,160,0.25);
	padding:40px 0;
	box-sizing:border-box;
}
.c-nav ul{
}
.c-nav ul li{
	width:50%;
	text-align:center;
}
.c-nav ul li a{
	position:relative;
	display:inline-block;
	padding-right:15px;
}
.c-nav ul li a:hover{
	color:#179B65;
}
.c-nav ul li a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	display:block;
	margin:auto;
	border-top: 2px solid #179B65;
	border-right: 2px solid #179B65;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width:5px;
	height:5px;
}

.profile{
	margin:125px 0;
}
.profile > div{
	justify-content: flex-start;
	align-items: flex-start;
}
.profile .box{
	width:69%;
	padding-top:15px;
}
.profile .box *{
	padding-left:70px;
}
.profile .box h3{
	font-family: 'Kiwi Maru', serif;
	font-size:25px;
	letter-spacing:1px;
	line-height:40px;
	border-bottom:1px solid #81CA98;
	padding-bottom:20px;
	margin-bottom:20px;
}
.profile .box h2{
	font-family: 'Kiwi Maru', serif;
	font-weight:500;
	font-size:20px;
	margin-bottom:20px;
}
.profile .box h2 span{
	padding-left:0;
	margin-left:35px;
	font-family: 'Kiwi Maru', serif;
	font-size:30px;
}
.profile .box p{
	letter-spacing:1px;
	line-height:30px;
}
.profile .i-box{
	margin-top:70px;
}
.profile .i-box li{
	width:32.8%;
}

.company{
	margin-bottom:145px;
}
.company table{
	border-collapse: collapse;
	width:100%;
}
.company table th,
.company table td{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	padding:20px 0;
	box-sizing:border-box;
	vertical-align:top;
}
.company table td a{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.company table th{
	white-space: nowrap;
	border-bottom:1px solid #78C48F;
	color:#179b65;
	letter-spacing:1px;
	width:10%;
}
.company table td{
	border-bottom:1px solid #D5D5D5;
	padding-left:55px;
	letter-spacing:0.5px;
}

.access{
}
.access iframe{
	width:100%;
	height:450px;
}

#company,
#access{
	padding-top:77px;
	margin-top:-77px;
}