@charset "UTF-8";

.lnavi {
	background: #000;
	padding: 15px 0;
}
.lnavi ul {
	display: flex;
	justify-content: space-between;
}
.lnavi li {
	font-size: 17px;
}
.lnavi li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 2px #00aee3;
	padding: 3px 1em;
	position: relative;
}
.lnavi li:hover a,
.lnavi li.cr a {
	color: #00aee3;
}
.lnavi li:hover a::after,
.lnavi li.cr a::after {
	content: " ";
	width: 28px;
	height: 20px;
	background: url(../images/lnavi_s_01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 8px;
	left: -28px;
}

section .heading {
	text-align: center;
}
section .heading em {
	font-style: normal;
}
section .heading h2 {
	color: #FFF;
	font-size: 17px;
	letter-spacing: .5em;
	background: #00aee3;
	margin: 20px 0 4.5vw;
	padding: 5px 0;
}

.h-type1 {
	font-size: 32px;
	letter-spacing: .3em;
	margin-bottom: 2.5vw!important;
}

#mainv {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#mainv div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#wc {
	margin-top: 6vw;
	margin-bottom: 16vw;
}
#wc .wclnavi {
	display: flex;
	justify-content: center;
}
#wc .wclnavi li {
	width: 25%;
	margin: 0 30px;
	position: relative;
}
#wc .wclnavi li a {
	color: #000;
	letter-spacing: .5em;
	text-align: center;
	background: #FFF;
	border: solid 1px #808080;
	padding: 6px 0;
	display: block;
}
#wc .wclnavi li a:hover {
	color: #0083b0;
	text-decoration: none;
	border-color: #96ccdf;
	background: #96ccdf;
}
#wc .wclnavi li::after {
	content: " ";
	width: 36px;
	height: 36px;
	border-bottom: solid 1px #0083b0;
	border-right: solid 1px #0083b0;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}
#wc .subContents {
	width: 60%;
	min-width: 750px;
}
#wc .kojiList {
	margin: 0 0 60px;
}
#wc .kojiList dt {
	color: #0083b0;
	float: left;
}
#wc .kojiList dd {
	padding: 0 0 0 6em;
}
#wc #wc1 {
	background: url(../images/wc_p_01.jpg) no-repeat left top, url(../images/wc_p_02.jpg) no-repeat right 8.8% top 170px;
	background-size: 37% auto, 20% auto;
	margin: 150px 0 0 0;
}
#wc #wc1 h3,
#wc #wc1 .kojiList {
	margin-left: 35%;
}
#wc #wc1 .honbun {
	width: 75%;
	margin-left: 5.3%;
}
#wc #wc1 .wrap2 {
	background: url(../images/wc_p_03.jpg) no-repeat 7.5% top;
	background-size: 20% auto;
	margin: 50px 0 0 0;
}
#wc #wc1 .wrap2 .honbun2 {
	width: 80%;
	margin-left: auto;
}

#wc #wc2 {
	background: url(../images/wc_p_04.jpg) no-repeat right 45px, url(../images/wc_p_05.jpg) no-repeat left 225px;
	background-size: 37% auto, 20% auto;
	margin: 150px 0 0 0;
}
#wc #wc2 h3,
#wc #wc2 .kojiList {
	margin-left: 2.5%;
}
#wc #wc2 .honbun {
	width: 62.5%;
	margin-left: 5.3%;
}
#wc #wc2 .wrap2 {
	background: url(../images/wc_p_06.jpg) no-repeat 18.5% top;
	background-size: 20% auto;
	margin: 50px 0 0 0;
}
#wc #wc2 .wrap2 .honbun2 {
	width: 70%;
	margin-left: auto;
}


#profile {
	margin-top: 15vw;
	margin-bottom: 7vw;
}
#profile .heading em {
	position: relative;
	z-index: 2;
}
#profile h2 {
	position: relative;
}
#profile h2::after {
	content: "";
	width: 18vw;
	height: 23vw;
	background: url(../images/profile_p_01.jpg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -7vw;
	right: 20vw;
}
#profile #message .sign {
	text-align: right;
	margin: 45px 0 0 0;
}
#profile #gaiyo {
	margin: 110px 0 0 0;
}
#profile #gaiyo h3 {
	border-bottom: solid 1px #0083b0;
	position: relative;
}
#profile #gaiyo h3::after {
	content: "";
	width: 251px;
	height: 53px;
	background: url(../images/profile_h_02.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#profile #gaiyo dl {
	border-bottom: solid 1px #0083b0;
	margin: 0 0 10px;
	padding: 0;
}
#profile #gaiyo dl:first-of-type {
	padding-bottom: 10px;
}
#profile #gaiyo dl dt {
	float: left;
}
#profile #gaiyo dl dd {
	padding: 0 0 0 170px;
}
#profile #access {
	margin: 60px 0 0 0;
}
#profile #access iframe {
	width: 100%;
	height: 400px;
}

#recruit {
	margin-bottom: 10vw;
}
#recruit .mainv {
	width: 100%;
	height: 426px;
	background: url(../images/recruit_p_01.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
}
#recruit .mainv h2 {
	font-size: 36px;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#recruit .lead {
	margin: 60px 0 0 0;
}
#recruit .h-type2 {
	border-bottom: solid 25px #00aee3;
}
#recruit .h-type2 .subContents {
	text-align: right;
	position: relative;
}
#recruit .h-type2 .subContents img {
	position: relative;
	top: 10px;
}
#recruit .h-type2 .subContents p {
	font-size: 17px;
	position: absolute;
	bottom: -60px;
	right: 0;
}
#recruit .h-type1 {
	margin-bottom: 15px!important;
}
#recruit #yoko {
	margin: 100px 0 0 0;
}
#recruit #yoko dl {
	border-top: solid 1px #0083b0;
	border-bottom: solid 1px #0083b0;
	margin: 30px 0;
	padding: 30px 0;
}
#recruit #yoko dl dt {
	float: left;
}
#recruit #yoko dl dd {
	padding: 0 0 0 10em;
}
#recruit #boshu .subContents {
	border-bottom: solid 1px #0083b0;
	margin-bottom: 30px;
	padding: 0 0 10px;
}
#recruit .formBlock {
	margin-top: 60px;
}

#contact {
	margin-bottom: 10vw;
}
#contact .h-type2 {
	border-bottom: solid 25px #00aee3;
}
#contact .h-type2 .subContents {
	text-align: center;
}
#contact .h-type2 .subContents img {
	position: relative;
	top: 10px;
}
#contact .formBlock {
	margin-top: 60px;
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:799px) {

	.lnavi {
		padding: 3vw 5vw;
	}
	.lnavi ul {
	}
	.lnavi li {
		font-size: 12px;
	}
	.lnavi li a {
		padding: 3px 0;
	}
	.lnavi li:hover a,
	.lnavi li.cr a {
		color: #00aee3;
	}
	.lnavi li:hover a::after,
	.lnavi li.cr a::after {
		width: 14px;
		height: 10px;
		top: 8px;
		left: -16px;
	}

	section .heading {
	}
	section .heading em {
		width: 70vw;
		margin: 0 auto;
		display: block;
	}
	section .heading h2 {
		font-size: 15px;
	}

	.h-type1 {
		font-size: 24px;
	}

	#mainv {
		width: 100vw;
		height: 300px;
	}
	#mainv div {
		width: 80vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#wc {
	}
	#wc .wclnavi {
	}
	#wc .wclnavi li {
		width: 40%;
		margin: 0 10px;
	}
	#wc .wclnavi li a {
		padding: 4px 0;
	}
	#wc .wclnavi li a:hover {
	}
	#wc .wclnavi li::after {
		width: 24px;
		height: 24px;
		position: absolute;
		bottom: -35px;
	}
	#wc .subContents {
		width: 100vw;
		min-width: 100%;
	}
	#wc .kojiList {
		margin: 0 0 10vw;
	}
	#wc .kojiList dt {
		line-height: 1.8;
	}
	#wc .kojiList dd {
		line-height: 1.8;
	}
	#wc #wc1 {
		background: url(../images/wc_p_01.jpg) no-repeat -10% top, url(../images/wc_p_02.jpg) no-repeat right 300px;
		background-size: 50% auto, 30% auto;
		margin: 25vw 0 0 0;
	}
	#wc #wc1 h3,
	#wc #wc1 .kojiList {
		margin-left: 0;
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	}
	#wc #wc1 .honbun {
		width: 100%;
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
		margin-left: 0;
	}
	#wc #wc1 .wrap2 {
		background: url(../images/wc_p_03.jpg) no-repeat -20% top;
		background-size: 50% auto;
		margin: 30px 0 0 0;
	}
	#wc #wc1 .wrap2 .honbun2 {
		width: 100%;
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
		margin-left: 0;
	}

	#wc #wc2 {
		background: url(../images/wc_p_04.jpg) no-repeat right 45px, url(../images/wc_p_05.jpg) no-repeat left 500px;
		background-size: 37% auto, 35% auto;
		margin: 50px 0 0 0;
	}
	#wc #wc2 h3,
	#wc #wc2 .kojiList {
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
		margin-left: 0;
	}
	#wc #wc2 .honbun {
		width: 100%;
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
		margin-left: 0;
	}
	#wc #wc2 .wrap2 {
		background: url(../images/wc_p_06.jpg) no-repeat left top;
		background-size: 40% auto;
		margin: 50px 0 0 0;
	}
	#wc #wc2 .wrap2 .honbun2 {
		width: 100%;
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
		margin-left: 0;
	}


	#profile {
		margin-top: 10vw;
		margin-bottom: 8vw;
	}
	#profile .heading em {
	}
	#profile h2 {
	}
	#profile h2::after {
		right: 5vw;
	}
	#profile #message .sign {
		width: 40vw;
		margin: 20px 0 0 auto;
	}
	#profile #gaiyo {
		margin: 15vw 0 0 0;
	}
	#profile #gaiyo h3 {
	}
	#profile #gaiyo h3::after {
		width: 125px;
		height: 27px;
		background-size: 100% auto;
		top: auto;
		bottom: 10px;
	}
	#profile #gaiyo dl {
	}
	#profile #gaiyo dl dt {
	}
	#profile #gaiyo dl dd {
		padding: 0 0 0 8em;
	}

	#profile #access {
		margin: 8vw 0 0 0;
	}
	#profile #access iframe {
		width: 100%;
		height: 300px;
	}

	#recruit {
	}
	#recruit .mainv {
		height: 200px;
		background: url(../images/recruit_p_01.jpg) no-repeat center top;
		background-size: cover;
		position: relative;
	}
	#recruit .mainv h2 {
		width: 80vw;
		font-size: 28px;
		text-align: center;
		position: absolute;
		bottom: 3vw;
	}
	#recruit .lead {
		margin: 8vw 0 0 0;
	}
	#recruit .h-type2 {
		border-width: 15px;
	}
	#recruit .h-type2 .subContents {
	}
	#recruit .h-type2 .subContents img {
		width: 40vw;
		position: relative;
		top: 10px;
	}
	#recruit .h-type2 .subContents p {
		font-size: 13px;
		bottom: -45px;
		right: 5vw;
	}
	#recruit .h-type1 {
		margin-bottom: 5px!important;
	}
	#recruit #yoko {
		margin: 10vw 0 0 0;
	}
	#recruit #yoko dl {
	}
	#recruit #yoko dl dt {
		float: none;
	}
	#recruit #yoko dl dt::before {
		content: "■ ";
		color: #0083b0;
	}
	#recruit #yoko dl dd {
		margin: 0 0 5px;
		padding: 0;
	}
	#recruit #boshu .subContents {
		padding: 0 5vw 10px;
	}
	#recruit .formBlock {
		margin-top: 10vw;
	}

	#contact {
	}
	#contact .h-type2 {
		border-width: 15px;
	}
	#contact .h-type2 .subContents {
	}
	#contact .h-type2 .subContents img {
		width: 40vw;
	}
	#contact .formBlock {
		margin-top: 10vw;
	}


}


