@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
#logo {
	box-sizing: border-box;
	padding-top: 11%;
	padding-bottom: 11%;
	width: 100%;
	background-color: #007C64;
	text-align: center;
}

#main {
	margin-top: 28.5%;
}
#main .lead {
	margin-bottom: 6%;
	line-height: 1;
}

#main .lead img {
	width: 93%;
	height: auto;
}

#main p,
#main .info {
	line-height: 1.71;
}

#main .address {
	margin-top: 29.9%;
	margin-bottom: 3.5%;
	color: #007C64;
	font-weight: bold;
}

#main .link {
	padding: 2.2% 6.2%;
	background-color: #007C64;
	border: #007C64 1px solid;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#main .link span {
	width: 95.5%;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

#main .link span:before {
	content: "";
	margin-top: -7px;
	width: 10px;
	height: 14px;
	background: url("../images/common/icon_arrow01.png") no-repeat left center;
	-webkit-background-size: 5px 7px;
	     -o-background-size: 5px 7px;
	        background-size: 5px 7px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
}


#main table {
	table-layout: fixed;
	margin-top: 4.8%;
	margin-bottom: 1%;
	width: 100%;
	border-collapse: collapse;
}

#main table th,
#main table td {
	border: #707070 1px solid;
	text-align: center;
}

#main table th {
	padding: 1.8% 0;
	width: 5.295%;
	font-weight: normal;
}
#main table thead th:first-child {
	width: 37%;
}

#main table .line {
	background: url("../images/index/table_slash.png") no-repeat center center;
	background-size: 100% 100%;
}


#main #recruit {
	margin-top: 37.5%;
}

#main #recruit h2 {
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 21%;
	width: 33.5%;
	padding-top: 15%;
	padding-bottom: 15%;
	background-color: #007C64;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: relative;
	color: #FFF;
	text-align: center;
}

#main #recruit h2:after {
	content: "";
	margin-left: -4.5px;
	width: 18px;
	height: 20px;
	background: url("../images/common/balloon.png") no-repeat left center;
	-webkit-background-size: 9px 10px;
	     -o-background-size: 9px 10px;
	        background-size: 9px 10px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
}

#main #recruit .type {
	margin-bottom: 13px;
	color: #007c64;
	font-size: 1.167em;
	font-weight: bold;
}

#main #recruit .type02 {
	color: #007c64;
	font-size: 1em;
	font-weight: bold;
}

#main #recruit .info {
	margin-bottom: 25px;
}

#main #recruit .info .firstChild {
	float: none;
}

#main #recruit .info .contact {
	letter-spacing: -0.05em;
}

#main #recruit .info li {
	margin-bottom: 3.6%;
}

#main #recruit .caution {
	margin-bottom: 32%;
	color: #707070;
	font-size: 0.8em;
}

.copyright {
	display: block;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}