@charset "UTF-8";


/*----------------------------------------------------
 commons style)SP
----------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: none;
}

.pc_none {
	display: block;
}


/*----------------------------------------------------
 id style)SP
----------------------------------------------------*/

header {
	width: 100%;
	height: 60px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,1.0);
	border-bottom: 2px solid #009e9f;
	margin: 0px;
	padding: 0px;
}
header h1 {
	width: 205px;
	float: left;
	margin: 0px 0px 0px 5%;
	padding: 0px;
}
header h1 a {
	width: 100%;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
header dl {
	margin: 0px;
	padding: 0px;
}
header dl dt {
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
	box-sizing: border-box;
	background-image: url(../images/header_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	margin: 18px 5% 0px 0px;
	padding: 0px;
}
header dl dt.active {
	background-image: url(../images/header_menu_active.png);
}
header dl dd {
	width: 100%;
	display: none;
	position: absolute;
	top: 62px;
	left: 0px;
	z-index: 10;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
header dl dd nav {
	width: 100%;
	background-color: rgba(0,158,159,0.9);
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
header dl dd nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header dl dd nav ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
header dl dd nav ul li a {
	width: 100%;
	line-height: 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
header dl dd ol {
	width: 100%;
	background-color: rgba(245,245,245,0.9);
	overflow: hidden;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
header dl dd ol li {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
header dl dd ol li a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
header dl dd ol li.tel a {
	height: 45px;
	background-size: auto 45px;
	background-image: url(../images/header_tel.png);
}
header dl dd ol li.mail a {
	height: 35px;
	background-size: auto 35px;
	background-image: url(../images/header_mail.png);
}



section#main_area {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 62px 0px 0px 0px;
	padding: 0px;
}
section#main_area h2 {
	width: 100%;
	height: 120px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 120px;
	margin: 0px;
	padding: 0px;
}


section#contents {
	width: 100%;
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
section#contents article {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}



footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	background-color: #009e9f;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
footer div p {
	background-image: url(../images/footer_logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	color: #fff;
	line-height: 1.6em;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}
footer span {
	font-size: 10px;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}



a#pagetop {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: block;
	text-indent: -9999px;
	background-size: 45px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

section.pankuzu {
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
}
section.pankuzu ul {
	width: 90%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.pankuzu ul li {
	float: left;
	text-align: left;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
section.pankuzu ul li a {
	line-height: 1.5em;
	font-size: 12px;
}
section.pankuzu ul li:after {
	content: "≫";
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
section.pankuzu ul li:first-child {
	background-image: url(../images/pankuzu_icn.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 12px;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
section.pankuzu ul li:last-child {
	font-weight: bold;
}
section.pankuzu ul li:last-child:after {
	content: "";
	margin: 0px;
	padding: 0px;
}


h3.ttl {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-left: 3px solid #a3d2d2;
	background-color: #009e9f;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	text-indent: 5%;
	border-radius: 0px 3px 3px 0px;
	color: #fff;
	margin: 0px auto 15px auto;
	padding: 0px;
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/

* {
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}

button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: block;
}

.pc_none {
	display: none;
}



/*----------------------------------------------------
 id style)PC
----------------------------------------------------*/



header {
	width: 100%;
	height: 110px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,1.0);
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
header h1 {
	width: 333px;
	float: none;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -480px;
	padding: 0px;
}
header h1 a {
	width: 100%;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
header dl {
	margin: 0px;
	padding: 0px;
}
header dl dt {
	display: none;
}
header dl dd {
	width: 100%;
	display: block;
	position: absolute;
	top: 110px;
	left: 0px;
	background-color: #009e9f;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}
header dl dd nav {
	width: 960px;
	background-color: inherit;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header dl dd nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header dl dd nav ul li {
	width: 240px;
	height: 60px;
	float: left;
	border: none;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
header dl dd nav ul li a {
	width: 100%;
	line-height: 60px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/nav.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
header dl dd nav ul li.service a {
	background-position: 0px 0px;
}
header dl dd nav ul li.worker a {
	background-position: -240px 0px;
}
header dl dd nav ul li.company a {
	background-position: -480px 0px;
}
header dl dd nav ul li.recruit a {
	background-position: -720px 0px;
}
header dl dd ol {
	width: 530px;
	position: absolute;
	top: -80px;
	right: 50%;
	background-color: #fff;
	overflow: hidden;
	margin: 0px -480px 0px 0px;
	padding: 0px;
}
header dl dd ol li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
header dl dd ol li.tel {
	width: 270px;
	float: left;
}
header dl dd ol li.mail {
	width: 230px;
	float: right;
	margin-top: 5px;
}
header dl dd ol li a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
header dl dd ol li.tel a {
	height: 45px;
	pointer-events: none;
	background-size: contain;
	background-image: url(../images/header_tel.png);
}
header dl dd ol li.mail a {
	height: 35px;
	background-size: contain;
	background-image: url(../images/header_mail.png);
}



section#main_area {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 170px 0px 0px 0px;
	padding: 0px;
}
section#main_area h2 {
	width: 100%;
	height: 240px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 240px;
	margin: 0px;
	padding: 0px;
}



section#contents {
	width: 960px;
	text-align: center;
	overflow: hidden;
	margin: 0px auto 60px auto;
	padding: 0px;
}
section#contents article {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}




footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	background-color: #009e9f;
	margin: 0px;
	padding: 26px 0px 0px 0px;
}
footer div p {
	width: 480px;
	text-align: left;
	background-image: url(../images/footer_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 45px;
	color: #fff;
	line-height: 1.6em;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 150px;
}
footer span {
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 15px 0px 15px 0px;
}


a#pagetop {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: block;
	text-indent: -9999px;
	background-size: 70px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}



/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

section.pankuzu {
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	overflow: hidden;
	margin: 0px 0px 40px 0px;
	padding: 15px 0px 15px 0px;
}
section.pankuzu ul {
	width: 960px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.pankuzu ul li {
	float: left;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
section.pankuzu ul li a {
	line-height: 1.5em;
	font-size: 14px;
}
section.pankuzu ul li:after {
	content: "≫";
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
section.pankuzu ul li:first-child {
	background-image: url(../images/pankuzu_icn.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 16px;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}
section.pankuzu ul li:last-child {
	font-size: 14px;
	font-weight: bold;
}
section.pankuzu ul li:last-child:after {
	content: "";
	margin: 0px;
	padding: 0px;
}



h3.ttl {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-left: 3px solid #a3d2d2;
	background-color: #009e9f;
	text-align: left;
	overflow: hidden;
	font-size: 18px;
	box-sizing: border-box;
	text-indent: 20px;
	border-radius: 0px 3px 3px 0px;
	color: #fff;
	margin: 0px auto 25px auto;
	padding: 0px;
}



}

/*----------------------------------------------------
 style end
----------------------------------------------------*/
