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

main section h2:before {
	background: #000000;
}
.mapLinks {
	text-align: right;
}
.mapLinks li {
	font-size: 0.875em;
}
.mapLinks li:after {
	margin-left: 0.25em;
	font-size: 1.25em;
	vertical-align: middle;
}
.access .btn a {
	background: #000000;
}

.mapLinks .view:after {
	content: "\e904";
}
.mapLinks .print:after {
	content: "\e931";
}
#contact .message {
	font-weight: bold;
	line-height: 1.75;
}
#contact .message .text strong {
	color: #c3145a;
}
#contact .message .tel {
	text-align: center;
	line-height: 1.4;
}
#contact .message .tel a,
#contact .message .tel a:hover {
	border-bottom: 0;
}
#contact .message .tel strong,
#contact .lastmessage02 .tel strong {
	display: block;
	margin: 0 0.25em;
	color: #005596;
	vertical-align: middle;
}
#contact .message .tel strong:before,
#contact .lastmessage02 .tel strong:before {
	content: "\e918";
	display: inline-block;
	margin-right: 0.25em;
}

#contact li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #e6e6e6;
}
#contact li:first-child {
	border-top: 0;
}
#contact li > * {
	box-sizing: border-box;
}
#contact li .label {
	position: relative;
	font-weight: bold;
	line-height: 1.4;
}
#contact li.require .label:after {
	content: "必 須";
	right: 0;
	top: 0;
	padding: 0.65em 1em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 0.56em;
	font-weight: bold;
	background: #ffaa00;
	border-radius: 8px;
}
#contact.confirm li.require .label:after {
	display: none;
}
#contact li .input  {
	color: #005596;
	line-height: 1;
	font-weight: bold;
}
#contact li .input .caption  {
	display: block;
	padding-top: 0.5em;
	color: #666666;
	font-weight: normal;
}

#contact li .error {
	margin: 0 0 1em 0;
	color: #c3145a;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
}
#contact li .error:before {
	content: "\e925";
	display: inline-block;
	margin-right: 0.25em;
	font-size: 1.5em;
	vertical-align: middle;
}
#contact .btn.next a,
#contact .btn.next button {
 background: #000000;
}
#contact ..prev a,
#contact .btn.prev .backbtn {
	color: #000000;
	line-height: auto;
	background: transparent;
}

#contact .lastmessage01 {
	line-height: 1.8;
}
#contact .lastmessage01 strong {
	color: #005596;
}
#contact .lastmessage02 {
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}

#sitemap a,
#sitemap a:hover {
	border-bottom: 0;
}
#sitemap a {
	display: block;
}
#sitemap a:after {
	content: "\e911";
	vertical-align: middle;
}
#sitemap .blank a:after {
	content: "\e932";
	font-size: 1em;
}
#sitemap li li a:before {
	content: "\002015";
	margin-right: 0.75em;
	color: #ffaa00;
}
#sitemap a span {
	margin-right: 1em;
}
#sitemap #job a:after {
	color: #ffaa00;
}
#sitemap #client a:after {
	color: #005596;
}
#sitemap #recruit a:after {
	color: #87af28;
}
#sitemap th,
#sitemap td {
	vertical-align: middle;
	background: transparent;
}


@media print, screen and (min-width: 768px) {
	.panel li a:hover .img:after {
		box-shadow: inset 0 0 0 10px #ffaa00;
	}
	.panel li a:hover .title,
	.panel li a:hover .name {
		color: #ffaa00;
	}

	.gmap {
		width: 100%;
		height: 500px;
		margin: 0;
	}
	.gmap iframe,
	.gmap object,
	.gmap embed {
		width: 100%;
		height: 500px;
		border: 0;
	}
	.mapLinks {
		padding: 15px 0;
	}
	.mapLinks li {
		display:inline-block;
		margin-left: 15px;
	}

	#contact #step {
		margin: 0 0 40px 0;
	}
	#contact .message {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin: 0 0 75px 0;
		padding: 24px 0;
		border: 10px solid #005596;
	}
	#contact .message .text {
		width: 540px;
		padding: 0 0 0 40px;
		font-size: 2.0rem;
		border-right: 1px solid #e6e6e6;
		box-sizing: border-box;
	}
	#contact.error .message .text {
		padding: 0 40px;
	}
	#contact .message .tel {
		width: 400px;
		font-size: 1.4rem;
	}
	#contact .message .tel strong,
	#contact .lastmessage02 .tel strong {
		font-size: 3.6rem;
	}
	#contact li {
		padding: 26px 0;
	}
	#contact li .label  {
		width: 235px;
		margin: 10px 70px 0 0;
		font-size: 2.0rem;
	}
	#contact li.require .label:after {
		position: absolute;
	}
	#contact li:last-child .label  {
		margin-top: 70px;
	}
	#contact.confirm li {
		padding: 40px 0 50px 0;
	}
	#contact.confirm li .label,
	#contact.confirm li:last-child .label  {
		margin-top: 0;
	}
	#contact li .input  {
		width: 655px;
		font-size: 2.0rem;
	}
	#contact li .input .caption {
		font-size: 1.4rem !important;
	}
	#contact li .input input,
	#contact li .input textarea  {
		width: 655px;
		padding: 10px 30px;
		font-size: 1.6rem;
	}
	#contact li .error {
		padding-left: 305px;
		width: 100%;
	}
	#contact li textarea {
		height: 150px;
	}
	#contact .btn.big button {
		width: 350px;
		line-height: 100px;
		padding: 0 40px 0 115px;
		font-size: 2.0rem;
	}
	#contact .btn.big button:after {
		margin-left: 40px;
		font-size: 3.5rem;
	}
	#contact .btn.prev a,
	#contact .btn.prev .backbtn {
		width: 350px;
		padding: 0 110px 0 35px;
	}
	#contact .btn.prev a:before,
	#contact .btn.prev .backbtn:before {
		margin-right: 60px;
	}
	#contact .btn.prev a:hover span,
	#contact .btn.prev .backbtn:hover span {
		border-bottom: 1px solid #000000;
	}

	#contact .lastmessage01 {
		margin: 0 0 30px 0;
		padding: 24px 0;
		text-align: center;
		border: 10px solid #005596;
	}
	#contact .lastmessage01 strong {
		font-size: 2.0rem;
	}

	#contact .lastmessage02 {
		margin: 0 0 80px 0;
		font-size: 1.4rem;
	}

	#sitemap a span {
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	#sitemap a:hover span {
		border-bottom: 1px solid #000000;
		transition: all .3s;
	}
	#sitemap th {
		padding: 30px 0;
		font-size: 2.0rem;
	}
	#sitemap td {
		width: 690px;
		padding: 35px 0;
		font-size: 1.4rem;
	}
	#sitemap th a:after {
		font-size: 1em;
	}
	#sitemap td a:after {
		font-size: 1.4em;
	}
	#sitemap #job th,
	#sitemap #job td {
		border-top: 1px solid #ffaa00;
	}
	#sitemap #client th,
	#sitemap #client td {
		border-top: 1px solid #005596;
	}
	#sitemap #recruit th,
	#sitemap #recruit td {
		border-top: 1px solid #87af28;
	}
	#sitemap td > ul > li {
		display: inline-block;
		margin-right: 2em;
		padding: 8px 0;
		vertical-align: top;
	}
	#sitemap li li a:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.gmap {
		height: 50vw;
	}
	.gmap iframe,
	.gmap object,
	.gmap embed {
		width: 100%;
		height: 50vw;
		border: 0;
	}
	.mapLinks {
		padding: 3.125vw 0;
	}
	.mapLinks .print {
		margin-top: 3.125vw;
	}
	#contact #step {
		margin: 0 0 6.25vw 0;
	}
	#contact .message {
		padding: 0 3.125vw;
		margin: 0 0 10vw 0;
		border: 1.5vw solid #005596;
	}
	#contact .message .text {
		padding: 3.125vw 0;
		font-size: 5vw;
		border-bottom: 1px solid #e6e6e6;
	}
	#contact .message .tel {
		padding: 3.125vw 0;
		font-size: 4.3vw;
	}
	#contact .message .tel strong {
		font-size: 7.5vw;
	}
	#contact li {
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 6.25vw 0;
	}
	#contact li.require .label:after {
		display: inline-block;
		margin-left: 2em;
		vertical-align: top;
	}
	#contact li .label  {
		-webkit-order: 1;
		order: 1;
	}
	#contact li .input  {
		-webkit-order: 3;
		order: 3;
	}
	#contact li .error  {
		-webkit-order: 2;
		order: 2;
	}
	#contact li .label  {
		margin: 0 0 3.125vw 0;
		font-size: 5vw;
	}
	#contact li .input  {
		font-size: 4.3vw;
	}
	#contact li .input .caption {
		font-size: 3.5vw !important;
	}
	#contact li .input input,
	#contact li .input textarea  {
		width: 100%;
		padding: 3.125vw;
		font-size: 4.3vw;
	}
	#contact li textarea {
		height: 100px;
	}

	#contact .lastmessage01 {
		padding: 3.125vw;
		margin: 0 0 6.25vw 0;
		font-size: 4vw;
		border: 1.5vw solid #005596;
	}
	#contact .lastmessage01 strong {
		font-size: 4.5vw;
	}
	#contact .lastmessage02 {
		margin: 0 0 10vw 0;
		font-size: 3.8vw;
	}
	#contact .lastmessage02 .tel strong {
		font-size: 7.5vw;
	}
	#sitemap a {
		position: relative;
		display: block;
		padding: 3.125vw 0;
	}
	#sitemap th a {
		padding: 5vw 0;
	}
	#sitemap a:after {
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#sitemap th a {
		padding: 5vw 0;
	}
	#sitemap table {
		border-bottom: 0;
	}
	#sitemap table th {
		padding: 0;
	}
	#sitemap table td {
		padding: 3.125vw 0;
	}
	#sitemap th a:after,
	#sitemap td a:after {
		font-size: 7vw;
	}
	#sitemap th {
		border-bottom: 1px solid #d6d6d6;
	}
	#sitemap #job th {
		border-bottom: 1px solid #ffaa00;
	}
	#sitemap #client th {
		border-bottom: 1px solid #005596;
	}
	#sitemap #recruit th {
		border-bottom: 1px solid #87af28;
	}
	#sitemap li {
		border-bottom: 1px dotted #d6d6d6;
	}
	#sitemap li:last-child {
		border-bottom: 0;
	}
}
