@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&family=Noto+Serif+JP:wght@500&display=swap');

html,body,span,
h1,h2,h3,h4,h5,h6,p,
dl,dt,dd,
ul,ol,li,
table,tr,th,td,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}



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

img {
    border: none;
    vertical-align: top;
}

br {
    letter-spacing: 0;
}

/* 回り込み解除 */
.cl {
    clear:both;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input,
select {
    vertical-align: middle;
}

input,
select,
textarea {
    -webkit-appearance: none;
}

/* リンク指定 */
a {
    text-decoration: none;
    outline: none;
}

a:active,
a:link,
a:visited,
a:hover {
    outline: none;
}

body {
	margin: 0;
	padding: 0;
	color: #3e3e3f;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: Avenir , "Open Sans" , 'Noto Sans JP' , sans-serif;
	text-align: center;
	background-image: url(/img/bg.png);
}

#wall {
	padding-top: 90px;
	text-align: left;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
 		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@media screen and (min-width:768px){
	/* PC版 */
	#contents {
		margin: 0 auto;
		padding-bottom: 65px;
		width: 1170px;
		text-align: left;
	}
	
	.clearfix:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	
	.s-title {
		margin-bottom: 45px;
		width: 100%;
		float: left;
		font-size: 36px;
		line-height: 1.3em;
		text-align: center;
	}
	
	.s-description {
		width: 100%;
		float: left;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	.border {
		padding: 50px 0;
		width: 100%;
		text-align: center;
		float: left;
	}
	
	#point-link a,
	#corporate-toi-link a,
	#jobs-start-link a {
		margin: 0 auto;
		width: 570px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		display: block;
		background-repeat: no-repeat;
		background-position: right center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: relative;
	}
	
	#point-link a::before,
	#corporate-toi-link a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #21479c;
		border-right: 2px solid #21479c;
		transform: rotate(45deg);
		margin-top: -9px;
	}
	
	#point-link a:hover::before,
	#corporate-toi-link a:hover::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	/* ------------------------------------------------------------[ヘッダー] */
	#header-back {
		width: 100%;
		height: 90px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9000;
		background-color: #fff;
	}
	
	#header-back-l,
	#header-back-r {
		width: 50%;
		height: 90px;
		float: left;
	}
	
	#header-back-l {
		background-color: #fff;
	}
	
	#header-back-r {
		background-color: #21479c;
	}
	
	#header {
		width: 100%;
		height: 90px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	
	#header .inner {
		margin: 0 auto;
		width: 1170px;
		height: 90px;
	}
	
	#h-logo {
		width: 257px;
		height: 90px;
		float: left;
	}
	
	#h-logo a {
		width: 257px;
		height: 90px;
		display: block;
		text-indent: -200em;
		overflow: hidden;
		float: left;
		background-image: url(/img/logo-type.png);
		background-size: 257px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#h-menu-opne {
		display: none;
	}
	
	#h-menu {
		width: 680px;
		height: 90px;
		float: left;
		background-color: #fff;
	}
	
	#h-menu li {
		padding: 0 0 0 50px;
		height: 90px;
		float: left;
	}
	
	#h-menu li a {
		display: inline-block;
	}
	
	#h-link {
		width: 210px;
		height: 90px;
		float: right;
	}
	
	#h-link a {
		width: 180px;
		display: block;
	}
	
	#h-menu li a,
	#h-link a {
		padding-top: 68px;
		height: 22px;
		font-weight: bold;
		font-size: 18px;
	    letter-spacing: -0.03em;
		color: #333;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#h-link a {
		color: #fff;
	}
	
	#h-menu li a:hover {color: #999;}
	#h-link a:hover {color: ##6294ff;}
	
	.close {
		display: none;
	}
	
	#pan {
		padding: 20px 20px 80px;
		width: 1130px;
		font-size: 16px;
		float: left;
		color: #000;
	}
	
	#pan li {
		padding: 0 4px;
		float: left;
	}
	
	#pan a {
		color: #00f;
		font-weight: bold;
		text-decoration: underline;
	}
	
	/* ------------------------------------------------------------[トップページ] */
	#top-image {
		padding-bottom: 70px;
		width: 100%;
		color: #666;
		text-align: center;
		float: left;
	}
	
	#top-image .inner {
		margin: 0 auto;
		width: 1170px;
	}
	
	#top-image h2 {
		font-size: 36px;
	}
	
	#top-image p {
		padding-top: 25px;
		font-size: 19px;
		line-height: 1.8em;
	}
	
	#word-tab {
		margin-bottom: 50px;
		width: 1170px;
		float: left;
	}
	
	#word-tab li {
		width: 585px;
		float: left;
	}
	
	#word-tab li a {
		width: 585px;
		display: block;
		line-height: 71px;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
	}
	
	#word-tab li:first-child a {
		height: 91px;
		color: #fff;
		background-image: url(/img/work-tab1.png);
	}
	
	#word-tab li:last-child a {
		height: 71px;
		color: #ff1e96;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px #ff1e96 solid;
		background-repeat: no-repeat;
		background-position: right center;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: relative;
	}
	
	#word-tab li:last-child a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #ff1e96;
		border-right: 2px solid #ff1e96;
		transform: rotate(45deg);
		margin-top: -9px;
	}
	
	#word-tab li:last-child a:hover {
		background-color: #ff1e96;
		color: #fff;
	}
	
	#word-tab li:last-child a:hover::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	#top-work-title1 {
		padding-bottom: 35px;
		margin-bottom: 35px;
		width: 1170px;
		font-size: 40px;
		line-height: 55px;
		text-align: center;
		float: left;
	}
	
	#top-work-list {
		padding: 0 95px 50px;
		width: 980px;
		float: left;
	}
	
	#top-work-list li {
		padding-left: 40px;
		width: 450px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
		float: left;
		
		background-image: url(/img/check-icon.png);
		background-repeat: no-repeat;
		background-position: 0 4px;
	}
	
	#top-work-text {
		padding-bottom: 80px;
		width: 1170px;
		float: left;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.2em;
	}
	
	#top-point {
		padding-bottom: 60px;
		width: 1170px;
		float: left;
	}
	
	#top-point li {
		width: 380px;
		height: 300px;
		float: left;
	}
	
	#top-point li img {
		width: 380px;
	}
	
	#top-point li:nth-child(1),
	#top-point li:nth-child(2),
	#top-point li:nth-child(4),
	#top-point li:nth-child(5) {
		margin-right: 15px;
	}
	
	#top-point li p {
		width: 380px;
		text-align: center;
	}
	
	#top-point li p strong {
		padding: 15px 0;
		font-size: 24px;
		display: block;
		line-height: 1em;
	}
	
	#top-point li p span {
		color: #000;
	}
	
	#point-link {
		width: 1170px;
		float: left;
		text-align: center;
	}
	
	#point-link a {
		color: #21479c;
		border: 4px #21479c solid;
		background-position: right center;
	}
	
	#point-link a:hover {
		background-color: #21479c;
		color: #fff;
	}
	
	/* ------------------------------------------------------------[フッター] */
	#foot {
		padding: 30px 0 55px;
		width: 100%;
		float: left;
		background-color: #3e3e3f;
	}
	
	#foot-title {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff;
		font-size: 24px;
	}
	
	#foot-cool {
		width: 100%;
		height: 90px;
		float: left;
	}
	
	#foot-cool li {
		width: 50%;
		height: 90px;
		float: left;
	}
	
	#foot-cool li:first-child {
		background-color: #fff;
	}
	
	#foot-cool li:first-child a {
		color: #666;
		float: right;
	}
	
	#foot-cool li:last-child {
		background-color: #21479c;
	}
	
	#foot-cool li:last-child a {
		color: #fff;
		float: left;
	}
	
	#foot-cool li a {
		width: 585px;
		height: 90px;
		line-height: 90px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		display: block;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	#foot-cool li a:hover {
		opacity: 0.5;
	}
	
	#foot-cool li a img {
		margin: 28px 20px 0 0;
	}
	
	#foot #inner {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
	}
	
	#foot-link {
		margin-bottom: 20px;
		padding: 35px 0 40px;
		width: 1170px;
		float: left;
		border-bottom: 1px #fff solid;
	}
	
	#foot-link .half {
		width: 585px;
		float: left;
	}
	
	.foot-link-work {
		margin-right: 30px;
		width: 190px;
		height: 90px;
		float: left;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		border: 2px #fff solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#foot-link dl {
		padding-top: 5px;
		width: 350px;
		float: left;
		color: #fff;
	}
	
	#foot-link dt {
		font-size: 16px;
		font-weight: bold;
	}
	
	#foot-link dd a {
		color: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	#foot-link dd a:hover {
		color: #c5c5c5;
	}
	
	#foot-link dd span {
		color: #999;
	}
	
	#foot-about {
		width: 1170px;
		float: left;
	}
	
	#foot-logo {
		width: 155px;
		height: 149px;
		display: block;
		float: left;
		background-image: url(/img/foot-logo.png);
		background-size: 155px 149px;
		background-repeat: no-repeat;
	}
	
	#foot-about #office-date {
		padding: 10px 0 0 25px;
		width: 390px;
		float: left;
		color: #fff;
	}
	
	#foot-about #office-date b {
		font-size: 16px;
	}
	
	#foot-other-link {
		padding-top: 10px;
		width: 490px;
		float: left;
	}
	
	#foot-other-link li {
		padding: 0 20px;
		float: left;
	}
	
	#foot-other-link li a {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	#foot-other-link li a:hover {
		color: #c5c5c5;
	}
	
	#copy-r {
		padding-top: 100px;
		width: 1170px;
		float: left;
		text-align: center;
		color: #fff;
	}
	
	/* ------------------------------------------------------------[ヘッダー画像(TOP以外)] */
	.otop-image {
		width: 100%;
		text-align: center;
		background-color: #3e3e3f;
		float: left;
		position: relative;
	}
	
	#otop-image .inner {
		margin: 0 auto;
		width: 1170px;
		position: relative;
	}
	
	#otop-image .inner img {
		position: relative;
		z-index: 10;
	}
	
	#otop-image-title {
		margin-left: -275px;
		width: 550px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		color: #fff;
		border: 5px #fff solid;
		position: absolute;
		z-index: 20;
		top: 165px;
		left: 50%;
	}
	
	/* ------------------------------------------------------------[プライバシー・ポリシー] */
	#pp-box {
		padding: 70px 205px 90px;
		width: 1170px;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#pp-box h2 {
		margin-bottom: 35px;
		width: 100%;
		float: left;
		font-size: 36px;
		line-height: 1em;
		text-align: center;
	}
	
	#pp-box p {
		padding-bottom: 60px;
		width: 100%;
		color: #000;
		float: left;
	}
	
	#pp-box p b {
		font-weight: normal;
	}
	
	/* ------------------------------------------------------------[お問い合わせ] */
	#toi-tab {
		margin-bottom: 80px;
		width: 1170px;
		height: 110px;
		float: left;
	}
	
	#toi-tab li {
		width: 585px;
		height: 110px;
		float: left;
	}
	
	#toi-tab li a,
	#toi-tab li b {
		width: 585px;
		height: 90px;
		display: block;
		text-align: center;
		line-height: 90px;
		font-size: 24px;
		font-weight: bold;
		position: relative;
	}
	
	#toi-tab li span {
		width: 585px;
		height: 90px;
		display: block;
		text-align: center;
		line-height: 90px;
		font-size: 24px;
		color: #999;
		position: relative;
	}
	
	#toi-tab li b {
		color: #fff;
		background-color: #3e3e3f;
		float: left;
	}
	
	#toi-tab li a {
		color: #3e3e3f;
		float: right;
	}
	
	#toi-tab li a:hover {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#toi-tab li b:after,
	#toi-tab li a:hover:after {
		content: '';
		position: absolute;
		border-top: 30px solid #3e3e3f;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		bottom: -20px;
		left: 260px;
	}
	
	#toi-tel-fax {
		margin-bottom: 80px;
		width: 1170px;
		float: left;
	}
	
	#toi-tel-fax li {
		width: 568px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 38px;
		font-weight: bold;
		background-color: #fff;
	}
	
	#toi-tel-fax li span {
		padding-right: 20px;
		font-size: 16px;
		display: inline-block;
	}
	
	#toi-tel-fax li:first-child {
		float: left;
	}
	
	#toi-tel-fax li:last-child {
		float: right;
	}
	
	#error-msg {
		margin-bottom: 20px;
		width: 100%;
		float: left;
		border: 2px #ff1a00 solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#error-msg span {
		padding: 5px 0;
		width: 100%;
		float: left;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 1em;
		background-color: #ff1a00;
	}
	
	#error-msg p {
		padding: 15px;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 1.4em;
		color: #ff1a00;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-box {
		padding: 105px 125px 60px;
		width: 1170px;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-end {
		padding: 0 0 150px;
		width: 100%;
		float: left;
		font-size: 24px;
		text-align: center;
	}
	
	#toiawase {
		margin-top : -90px;
		padding-top : 90px;
	}
	
	#toi-box table {
		margin-bottom: 60px;
		width: 100%;
		float: left;
	}
	
	#toi-box th,
	#toi-box td {
		padding: 10px 0;
		font-size: 18px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px #3e3e3f dotted;
	}
	
	#toi-box th span {
		margin-left: 2px;
		padding: 2px 5px 1px;
		background-color: #f00;
		color: #fff;
		font-size: 13px;
		line-height: 1em;
		display: inline-block;
	}
	
	#toi-box th.non,
	#toi-box td.non {
		border-bottom: none;
	}
	
	#toi-box td {
		width: 635px;
	}
	
	#toi-box td input[type="text"],
	#toi-box td textarea {
		padding: 5px;
		font-size: 20px;
		border: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-box td input[type="text"] {
		width: 633px;
		height: 48px;
	}
	
	#toi-box td textarea {
		width: 633px;
		height: 253px;
	}
	
	.checkbox-input {
		display: none;
	}
	
	.checkbox-parts {
		padding: 3px 0 0 30px;
		position: relative;
		margin-right: 20px;
		font-weight: bold;
	}
	
	.checkbox-parts::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 23px;
		height: 23px;
		border: 1px #3e3e3f solid;
	}
	
	.checkbox-input:checked + .checkbox-parts::after{
		content: "";
		display: block;
		position: absolute;
		top: 1px;
		left: 5px;
		width: 7px;
		height: 16px;
		transform: rotate(40deg);
		border-bottom: 3px solid #009a9a;
		border-right: 3px solid #009a9a;
	}
	
	#submit {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#submit input[type="submit"] {
		margin: 0 auto;
		width: 570px;
		height: 90px;
		display: block;
		color: #21479c;
		font-size: 24px;
		font-weight: bold;
		border: 4px #21479c solid;
		background-color: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	#submit input[type="submit"]:hover {
		background-color: #21479c;
		color: #fff;
		cursor: pointer;
	}
	
	/* ------------------------------------------------------------[よくある質問] */
	.qa-box {
		margin-bottom: 100px;
		width: 1170px;
		height: 270px;
		float: left;
		background-color: #fff;
	}
	
	.qa-box .title {
		padding-left: 135px;
		width: 1035px;
		height: 90px;
		line-height: 90px;
		font-size: 24px;
		float: left;
		border: 1px #e6e6e6 solid;
		background-image: url(/img/qa-title.png);
		background-repeat: no-repeat;
	}
	
	.qa-box .text {
		padding: 30px 135px 0 135px;
		width: 900px;
		font-size: 24px;
		line-height: 1.2em;
		float: left;
	}
	
	/* ------------------------------------------------------------[会社概要] */
	#cp1,
	#cp2,
	#cp3 {
		margin-top : -90px;
		padding-top : 90px;
	}
	
	#company-tab {
		margin-bottom: 105px;
		width: 1170px;
		height: 90px;
		float: left;
		border-left: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-tab li {
		width: 389px;
		height: 90px;
		float: left;
		border-right: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-tab li a {
		width: 388px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #3e3e3f;
		display: block;
		position: relative;
	}
	
	#company-tab li a:hover {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#company-tab li a:hover:after {
		content: '';
		position: absolute;
		border-top: 30px solid #3e3e3f;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		bottom: -20px;
		left: 165px;
	}
	
	/* 社長あいさつ */
	#president-greeting {
		padding: 40px 90px 40px;
		margin-bottom: 80px;
		width: 1170px;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#president-greeting img {
		float: right;
		width: 380px;
	}
	
	#president-greeting p {
		width: 100%;
		font-weight: bold;
		float: left;
		font-size: 14px;
		line-height: 1.4em;
		position: relative;
	}
	
	#president-greeting p span {
		padding-top: 20px;
		width: 100%;
		text-align: right;
		font-weight: normal;
		float: left;
	}
	
	#president-greeting p span b {
		font-size: 24px;
		font-weight: bold;
	}
	
	/* 事業内容 */
	#business-contents {
		margin-bottom: 110px;
		width: 1170px;
		font-size: 24px;
		line-height: 1.2em;
		text-align: center;
		font-weight: bold;
		float: left;
	}
	
	/* 会社概要 */
	#company-profile {
		margin-bottom: 40px;
		padding: 70px 135px;
		width: 1170px;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-profile table {
		width: 900px;
	}
	
	#company-profile th {
		width: 275px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#company-profile th,
	#company-profile td {
		padding: 16px 0 5px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px #3e3e3f dotted;
	}
	
	/* MAP */
	.map-title {
		margin-bottom: 45px;
		width: 100%;
		float: left;
		font-size: 36px;
		line-height: 1em;
		text-align: center;
	}
	
	.map-title span {
		display: block;
		font-size: 14px;
		line-height: 1em;
		font-weight: normal;
	}
	
	#company-map {
		width: 100%;
		height: 600px;
		float: left;
	}
	
	/* ------------------------------------------------------------[お仕事をお探しの方へ] */
	#jobs-tab {
		margin-bottom: 80px;
		width: 1170px;
		height: 110px;
		float: left;
	}
	
	#jobs-tab li {
		width: 585px;
		height: 110px;
	}
	
	#jobs-tab li:first-child {
		float: left;
	}
	
	#jobs-tab li:last-child {
		float: right;
	}
	
	#jobs-tab li a,
	#jobs-tab li b {
		width: 585px;
		height: 90px;
		display: block;
		text-align: center;
		line-height: 90px;
		font-size: 24px;
		font-weight: bold;
		position: relative;
	}
	
	#jobs-tab li b {
		color: #fff;
		background-color: #3e3e3f;
		float: left;
	}
	
	#jobs-tab li a {
		color: #3e3e3f;
		float: right;
	}
	
	#jobs-tab li a:hover {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#jobs-tab li b:after,
	#jobs-tab li a:hover:after {
		content: '';
		position: absolute;
		border-top: 30px solid #3e3e3f;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		bottom: -20px;
		left: 262px;
	}
	
	#jobs-merit {
		margin: 15px 0 80px;
		width: 1170px;
		float: left;
	}
	
	#jobs-merit li {
		padding-top: 45px;
		width: 380px;
		height: 115px;
		text-align: center;
		float: left;
		background-color: #fff;
	}
	
	#jobs-merit li b {
		font-weight: 700;
		color: #ff1e96;
		font-size: 24px;
		display: block;
	}
	
	#jobs-merit li span {
		color: #000;
		font-size: 20px;
	}
	
	#jobs-merit li:first-child {
		margin-right: 15px;
	}
	
	#jobs-merit li:last-child {
		margin-left: 15px;
	}
	
	.jobs-text {
		padding: 0 0 15px 385px;
		width: 785px;
		float: left;
		color: #3e3e3f;
		font-size: 20px;
	}
	
	.jobs-text img {
		margin-right: 12px;
	}
	
	#jobs-text2 {
		margin: 30px 0 0 0;
		width: 1170px;
		float: left;
		font-size: 26px;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
	}
	
	#jobs-text2 b {
		color: #ff1e96;
	}
	
	#jobs-photo {
		padding: 0 20px;
		width: 100%;
		float: left;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-photo img {
		margin: 0 auto;
		width: 100%;
		max-width: 1948px;
	}
	
	/* お仕事内容 */
	#jobs-description {
		width: 100%;
		float: left;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	#jobs-description-list {
		padding: 65px 15px 0;
		width: 1140px;
		float: left;
	}
	
	#jobs-description-list li {
		margin: 0 15px 25px;
		width: 255px;
		height: 90px;
		line-height: 90px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		float: left;
		background-color: #fff;
	}
	
	/* 募集要項 */
	#jobs-date-box {
		padding: 70px 0 95px;
		width: 100%;
		float: left;
		background-color: #ff1e96;
		text-align: center;
	}
	
	#jobs-date-box #inner {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
	}
	
	#jobs-date-title {
		margin-bottom: 45px;
		width: 100%;
		float: left;
		color: #fff;
		font-size: 36px;
		line-height: 1em;
		text-align: center;
	}
	
	#jobs-date {
		padding: 70px 135px 85px;
		width: 1170px;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-date table {
		width: 100%;
		float: left;
	}
	
	#jobs-date th {
		width: 275px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#jobs-date th,
	#jobs-date td {
		padding: 16px 0 5px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px #ff1e96 dotted;
	}
	
	#jobs-start-link {
		width: 100%;
		padding: 95px 0 80px;
		float: left;
		text-align: center;
		background-color: #fff;
	}
	
	#jobs-start-link a {
		color: #ff1e96;
		border: 4px #ff1e96 solid;
		background-position: right center;
		position: relative;
	}
	
	#jobs-start-link a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #ff1e96;
		border-right: 2px solid #ff1e96;
		transform: rotate(45deg);
		margin-top: -9px;
	}
	
	#jobs-start-link a:hover {
		background-color: #ff1e96;
		color: #fff;
	}
	
	#jobs-start-link a:hover::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	/* ------------------------------------------------------------[お仕事の始め方] */
	#jobs-start-text {
		margin-bottom: 50px;
		width: 1170px;
		float: left;
		font-size: 26px;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
	}
	
	#jpbs-start-step {
		margin-bottom: 100px;
		width: 1170px;
		float: left;
	}
	
	#jpbs-start-step dl {
		width: 380px;
		height: 193px;
		float: left;
		background-color: #fff;
	}
	
	#jpbs-start-step dt {
		padding-top: 25px;
		width: 380px;
		height: 93px;
		float: left;
		font-size: 18px;
		color: #fff;
		text-align: center;
		background-color: #ff1e96;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jpbs-start-step dt span {
		font-size: 20px;
	}
	
	#jpbs-start-step dd {
		padding: 30px 30px 0;
		width: 380px;
		height: 100px;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.jobs-start-staff-l,
	.jobs-start-staff-r {
		margin-bottom: 30px;
		padding: 65px 60px 0;
		width: 570px;
		height: 455px;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.jobs-start-staff-l {
		float: left;
	}
	
	.jobs-start-staff-l dt {
		margin-bottom: 10px;
		width: 100%;
		color: #ff1e96;
		font-size: 24px;
		float: left;
	}
	
	.jobs-start-staff-l dd {
		margin-bottom: 24px;
		width: 100%;
		float: left;
	}
	
	.jobs-start-staff-r {
		float: right;
	}
	
	.jobs-start-staff-r h4 {
		margin-bottom: 10px;
		width: 100%;
		color: #ff1e96;
		font-weight: normal;
		font-size: 24px;
	}
	
	.jobs-start-staff-r p {
		margin-bottom: 15px;
		width: 100%;
		float: left;
	}
	
	.jobs-start-staff-r p span {
		padding-right: 20px;
		font-size: 24px;
		display: inline-block;
		color: #ff1e96;
	}
	
	/* ------------------------------------------------------------[ご利用をお考えの企業様] */
	#corporate-tab {
		margin-bottom: 105px;
		width: 1170px;
		height: 90px;
		float: left;
		border-left: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-tab li {
		width: 389px;
		height: 90px;
		float: left;
		border-right: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-tab li a,
	#corporate-tab li b {
		width: 389px;
		height: 90px;
		display: block;
		text-align: center;
		line-height: 90px;
		font-size: 24px;
		font-weight: bold;
		position: relative;
	}
	
	#corporate-tab li span {
		width: 389px;
		height: 90px;
		display: block;
		text-align: center;
		line-height: 90px;
		font-size: 24px;
		color: #999;
		position: relative;
	}
	
	#corporate-tab li b {
		color: #fff;
		background-color: #3e3e3f;
		float: left;
	}
	
	#corporate-tab li a {
		color: #3e3e3f;
		float: right;
	}
	
	#corporate-tab li a:hover {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#corporate-tab li b:after,
	#corporate-tab li a:hover:after {
		content: '';
		position: absolute;
		border-top: 30px solid #3e3e3f;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		bottom: -20px;
		left: 170px;
	}
	
	.corporate-title {
		margin-bottom: 50px;
		width: 100%;
		float: left;
		font-size: 36px;
		line-height: 1em;
		text-align: center;
	}
	
	.corporate-description {
		width: 1170px;
		float: left;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	/* フィールドのネットワーク地図 */
	#field-map {
		margin-bottom: 30px;
		width: 1170px;
		height: 837px;
		float: left;
		position: relative;
	}
	
	#field-map #japan {
		width: 1170px;
		height: 837px;
		text-align: right;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#field-map-text {
		padding-left: 125px;
		width: 595px;
		height: 195px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.8em;
		float: left;
	}
	
	#field-map-area {
		padding: 0 300px 0 125px;
		width: 330px;
	}
	
	#field-map-area li {
		width: 165px;
		height: 33px;
		font-size: 18px;
		font-weight: bold;
		float: left;
	}
	
	#corporate-toi-link {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#corporate-toi-link a {
		color: #21479c;
		border: 4px #21479c solid;
		background-position: right center;
	}
	
	#corporate-toi-link a:hover {
		background-color: #21479c;
		color: #fff;
	}
	
	/* サービスご提供の流れ */
	#corporate-nagare {
		padding: 0 70px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-nagare dt {
		margin-bottom: 40px;
		padding-top: 40px;
		width: 160px;
		height: 160px;
		float: left;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 900;
		font-family: arial ;
		line-height: 1.5em;
		background-color: #00a0e9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 80px;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
	}
	
	#corporate-nagare dt span {
		font-size: 28px;
		font-weight: 700;
		color: #fff;
	}
	
	#corporate-nagare dd {
		margin-bottom: 40px;
		padding-top: 40px;
		width: 840px;
		height: 125px;
		font-size: 23px;
		line-height: 1.3em;
		float: right;
	}
}

/*@media all and (min-width: 0) and (max-width: 767px) {*/
@media screen and (max-width:767px){

	/* SP版 */
	#contents {
		padding: 0 0 30px;
		text-align: left;
	}
	
	.clearfix:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	
	.s-title {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0 20px;
		width: 100%;
		float: left;
		font-size: 28px;
		line-height: 1.3em;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.s-description {
		width: 100%;
		float: left;
		line-height: 1.3em;
		font-weight: bold;
		text-align: center;
	}
	
	.border {
		padding: 10px 0;
		width: 100%;
		text-align: center;
		float: left;
	}
	
	.border img {
		width: 70%;
	}
	
	/* ------------------------------------------------------------[ヘッダー] */
	#header-back,
	#header-back-l,
	#header-back-r {
		display: none;
	}
	
	#header {
		width: 100%;
		height: 90px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	
	#header .inner {}
	
	#h-logo {
		width: 100%;
		height: 60px;
		float: left;
		text-align: center;
		background-color: #fff;
	}
	
	#h-logo a {
		margin: 0 auto;
		width: 100%;
		height: 60px;
		display: block;
		text-indent: -200em;
		overflow: hidden;
		background-image: url(/img/logo-type.png);
		background-repeat: no-repeat;
		background-position: center 2px;
		background-size: auto 55px;
	}
	
	#h-menu-opne {
		width: 50%;
		height: 60px;
		float: left;
	}
	
	#h-menu-opne a {
		width: 100%;
		height: 60px;
		color: #333;
		font-size: 16px;
		line-height: 60px;	
		font-weight: bold;
		display: block;
		background-color: #fff;
	}
	
	#h-menu-opne a.close {
		display: none;
	}
	
	#h-menu {
		padding-top: 10px;
		width: 100%;
		height: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		top: 120px;
		left: 0;
		z-index: 9000;
		display: none;
	}
	
	#h-menu li {
		width: 100%;
		height: 60px;
		float: left;
	}
	
	#h-menu li a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		font-weight: bold;
		display: block;
		color: #666;
		text-align: center;
	}
	
	#h-link {
		width: 50%;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		float: right;
		background-color: #21479c;
	}
	
	#h-link a {
		width: 100%;
		height: 60px;
		display: block;
		color: #fff;
		font-weight: bold;
	}
	
	#h-menu-opne a img {
		margin: 23px 5px 0 0;
		width: 16px;
	}
	
	#h-menu-opne a.close img {
		margin: 23px 5px 0 0;
		width: 16px;
	}
	
	#pan {
		padding: 5px 5px 20px;
		width: 100%;
		color: #000;
		font-size: 12px;
		text-align: left;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#pan li {
		margin: 0 2px;
		float: left;
	}
	
	#pan li span {
		margin: 0;
		padding: 0;
	}
	
	#pan li a {
		color: #00f;
		font-weight: bold;
	}
	
	/* ------------------------------------------------------------[トップページ] */
	#top-image {
		padding-bottom: 35px;
		width: 100%;
		color: #fff;
		text-align: center;
		background-color: #3e3e3f;
		float: left;
	}
	
	#top-image .inner img {
		width: 100%;
		height: auto;
	}
	
	#top-image .inner {
		width: 1170px;
	}
	
	#top-image h2 {
		font-size: 22px;
	}
	
	#top-image p {
		padding-top: 12px;
		line-height: 1.6em;
	}
	
	#word-tab {
		margin-bottom: 30px;
		width: 100%;
		float: left;
	}
	
	#word-tab li {
		width: 50%;
		float: left;
	}
	
	#word-tab li a {
		width: 100%;
		height: 40px;
		display: block;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		position: relative;
	}
	
	#word-tab li:first-child a {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#word-tab li:first-child a:after {
		content: '';
		position: absolute;
		margin-left: -10px;
		border-top: 16px solid #3e3e3f;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		bottom: -15px;
		left: 50%;
	}
	
	#word-tab li:last-child a {
		color: #ff1e96;
		border: 2px #ff1e96 solid;
		background-position: right center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#top-work-title1 {
		margin-bottom: 15px;
		width: 100%;
		font-size: 22px;
		line-height: 1.3em;
		text-align: center;
		float: left;
	}
	
	#top-work-list {
		padding: 0 10px 30px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#top-work-list li {
		padding-left: 30px;
		width: 100%;
		float: left;
		background-image: url(/img/check-icon.png);
		background-repeat: no-repeat;
		background-position: 10px 4px;
		background-size: 15px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#top-work-text {
		padding-bottom: 30px;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.3em;
	}
	
	#top-point {
		padding: 0 0 10px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#top-point li {
		margin-bottom: 20px;
		width: 100%;
		float: left;
		background-color: #fff;
	}
	
	#top-point li img {
		width: 100%;
		height: auto;
	}
	
	#top-point li p {
		padding: 0 10px 10px;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#top-point li p strong {
		padding: 15px 0 10px;
		font-size: 22px;
		display: block;
		line-height: 1em;
	}
	
	#top-point li p span {
		color: #000;
	}
	
	#point-link {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#point-link a {
		margin: 0 auto;
		width: 300px;
		height: 50px;
		line-height: 46px;
		color: #21479c;
		font-size: 20px;
		font-weight: bold;
		display: block;
		border: 2px #21479c solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	
	#point-link a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #21479c;
		border-right: 2px solid #21479c;
		transform: rotate(45deg);
		margin-top: -9px;
	}
	#wall {
		padding-top: 120px;
	}
	/* ------------------------------------------------------------[フッター] */
	#foot {
		padding: 15px 0 30px;
		width: 100%;
		float: left;
		background-color: #3e3e3f;
	}
	
	#foot-title {
		margin-bottom: 15px;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff;
		font-size: 22px;
	}
	
	/* 電話 */
	#foot-cool {
		width: 100%;
		float: left;
	}
	
	#foot-cool li {
		width: 100%;
		height: 50px;
		float: left;
	}
	
	#foot-cool li:first-child {background-color: #fff;}
	#foot-cool li:first-child a {color: #666;}
	#foot-cool li:last-child {background-color: #21479c;}
	#foot-cool li:last-child a {color: #fff;}

	#foot-cool li a {
		padding-left: 20px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: bold;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#foot-cool li a img {
		margin: 16px 10px 0 0;
		width: 15px;
	}
	
	#foot #inner {}
	
	#foot-link {
		padding: 15px 0 20px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#foot-link .half {
	}
	
	.foot-link-work {
		display: none;
	}
	
	#foot-link dl {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		color: #fff;
		text-align: left;
	}
	
	#foot-link dt {
		padding-bottom: 5px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px #fff solid;
	}
	
	#foot-link dd {}
	
	#foot-link dd a,
	#foot-link dd span {
		padding-left: 20px;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #fff;
		font-size: 16px;
		display: block;
		border-bottom: 1px #fff solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#foot-link dd span {
		color: #999;
	}
	
	#foot-about {
		width: 100%;
		float: left;
	}
	
	#foot-logo {
		display: none;
	}
	
	#foot-about #office-date {
		padding: 10px;
		width: 100%;
		float: left;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#foot-about #office-date b {
		font-size: 16px;
	}
	
	#foot-other-link {
		width: 100%;
		float: left;
		border-top: 1px #fff solid;
	}
	
	#foot-other-link li {
		width: 100%;
		float: left;
	}
	
	#foot-other-link li a {
		padding-left: 20px;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #fff;
		font-size: 16px;
		display: block;
		border-bottom: 1px #fff solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#copy-r {
		padding-top: 30px;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff;
	}
	
	/* ------------------------------------------------------------[ヘッダー画像(TOP以外)] */
	

	#top-image .inner {
		margin: 0 auto;
		width: 100%;
	}
	
	.otop-image {
		width: 100%;
		text-align: center;
		background-color: #3e3e3f;
		float: left;
		position: relative;
	}
	
	.otop-image .inner {}
	
	.otop-image .inner img {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10;
	}
	
	#otop-image-title {
		margin-left: -140px;
		margin-top: -25px;
		width: 280px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		border: 2px #fff solid;
		position: absolute;
		z-index: 20;
		top: 50%;
		left: 50%;
	}
	
	/* ------------------------------------------------------------[プライバシー・ポリシー] */
	#pp-box {
		padding: 15px 10px 0;
		width: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#pp-box h2 {
		margin-bottom: 20px;
		width: 100%;
		float: left;
		font-size: 22px;
		line-height: 1em;
		text-align: center;
	}
	
	#pp-box p {
		padding-bottom: 30px;
		width: 100%;
		color: #000;
		float: left;
	}
	
	#pp-box p b {
		font-weight: normal;
	}
	
	/* ------------------------------------------------------------[お問い合わせ] */
	#toi-tab {
		margin-bottom: 30px;
		width: 100%;
		float: left;
	}
	
	#toi-tab li {
		width: 50%;
		float: left;
	}
	
	#toi-tab li a,
	#toi-tab li b,
	#toi-tab li span {
		width: 100%;
		height: 45px;
		display: block;
		line-height: 45px;
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		position: relative;
	}
	
	#toi-tab li b {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#toi-tab li span {
		color: #999;
	}
	
	#toi-tab li a {
		color: #3e3e3f;
	}
	
	#toi-tab li a:hover {}
	
	#toi-tab li b:after {
		content: '';
		position: absolute;
		margin-left: -10px;
		border-top: 16px solid #3e3e3f;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		bottom: -15px;
		left: 50%;
	}
	
	#toi-tel-fax {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		border-top: 1px #ccc solid;
	}
	
	#toi-tel-fax li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		background-color: #fff;
		border-bottom: 1px #ccc solid;
	}
	
	#toi-tel-fax li a {
		width: 100%;
		height: 40px;
		display: block;
		color: #000;
	}
	
	#toi-tel-fax li span {
		padding-right: 10px;
		font-size: 14px;
		display: inline-block;
	}
	
	#toi-tel-fax li:first-child {}
	#toi-tel-fax li:last-child {}
	
	#error-msg {
		margin-bottom: 10px;
		width: 100%;
		float: left;
		border: 2px #ff1a00 solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#error-msg span {
		padding: 5px 0;
		width: 100%;
		float: left;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1em;
		background-color: #ff1a00;
	}
	
	#error-msg p {
		padding: 5px;
		width: 100%;
		float: left;
		line-height: 1.4em;
		color: #ff1a00;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-box {
		padding: 30px 20px 20px;
		width: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-end {
		padding: 30px 20px 80px;
		width: 100%;
		float: left;
		font-size: 20px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toiawase {
		margin-top : -90px;
		padding-top : 90px;
	}
	
	#toi-box table {
		margin-bottom: 30px;
		width: 100%;
		float: left;
	}
	
	#toi-box th,
	#toi-box td {
		padding: 5px;
		text-align: left;
		vertical-align: top;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-box th span {
		margin-left: 2px;
		padding: 2px 5px 1px;
		background-color: #f00;
		color: #fff;
		font-size: 13px;
		line-height: 1em;
		display: inline-block;
	}
	
	#toi-box th {
		font-size: 16px;
	}
	
	#toi-box td {
		margin-bottom: 5px;
		border-bottom: 1px #3e3e3f dotted;
	}
	
	#toi-box th.non,
	#toi-box td.non {}
	
	#toi-box td input[type="text"],
	#toi-box td textarea {
		padding: 5px;
		font-size: 20px;
		border: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#toi-box td input[type="text"] {
		width: 100%;
		height: 40px;
	}
	
	#toi-box td textarea {
		width: 100%;
		height: 140px;
	}
	
	.checkbox-input {
		display: none;
	}
	
	.checkbox-parts {
		padding: 3px 0 0 30px;
		position: relative;
		margin-right: 20px;
		font-weight: bold;
	}
	
	.checkbox-parts::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 23px;
		height: 23px;
		border: 1px #3e3e3f solid;
	}
	
	.checkbox-input:checked + .checkbox-parts::after{
		content: "";
		display: block;
		position: absolute;
		top: 1px;
		left: 5px;
		width: 7px;
		height: 16px;
		transform: rotate(40deg);
		border-bottom: 3px solid #009a9a;
		border-right: 3px solid #009a9a;
	}
	
	#submit {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#submit input[type="submit"] {
		margin: 0 auto;
		width: 300px;
		height: 50px;
		line-height: 46px;
		color: #21479c;
		font-size: 20px;
		font-weight: bold;
		display: block;
		border: 2px #21479c solid;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* ------------------------------------------------------------[よくある質問] */
	.qa-box {
		margin-bottom: 25px;
		width: 100%;
		float: left;
		background-color: #fff;
	}
	
	.qa-box .title {
		padding-left: 50px;
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		float: left;
		border: 1px #e6e6e6 solid;
		background-image: url(/img/qa-title.png);
		background-repeat: no-repeat;
		background-size: 45px 45px;
	}
	
	.qa-box .text {
		padding: 15px 10px 15px 50px;
		width: 100%;
		line-height: 1.2em;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* ------------------------------------------------------------[会社概要] */
	#cp1,
	#cp2,
	#cp3 {
		margin-top : -90px;
		padding-top : 90px;
	}
	
	#company-tab {
		margin-bottom: 30px;
		width: 100%;
		height: 45px;
		float: left;
		border-left: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-tab li {
		width: 33%;
		height: 45px;
		float: left;
		border-right: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-tab li a {
		width: 100%;
		height: 45px;
		display: block;
		line-height: 45px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #3e3e3f;
		position: relative;
	}
	
	#company-tab li a:hover {}
	#company-tab li a:hover:after {}
	
	/* 社長あいさつ */
	#president-greeting {
		padding: 30px 20px;
		margin-bottom: 40px;
		width: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#president-greeting img {
		margin-bottom: 10px;
		width: 100%;
		max-width: 380px;
	}
	
	#president-greeting p {
		
		width: 100%;
		font-weight: bold;
		float: left;
	}
	
	#president-greeting p span {
		padding-top: 20px;
		width: 100%;
		text-align: right;
		display: block;
		font-weight: normal;
	}
	
	#president-greeting p span b {
		font-size: 18px;
		font-weight: bold;
	}
	
	/* 事業内容 */
	#business-contents {
		margin-bottom: 30px;
		padding: 0 20px;
		width: 100%;
		font-size: 16px;
		line-height: 1.2em;
		text-align: center;
		font-weight: bold;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* 会社概要 */
	#company-profile {
		padding: 30px 20px;
		width: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-profile table {
		width: 100%;
		float: left;
	}
	
	#company-profile th,
	#company-profile td {
		padding: 5px;
		text-align: left;
		vertical-align: top;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company-profile th {
		font-size: 16px;
	}
	
	#company-profile td {
		margin-bottom: 5px;
		border-bottom: 1px #3e3e3f dotted;
	}
	
	/* MAP */
	.map-title {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		font-size: 36px;
		line-height: 1em;
		text-align: center;
	}
	
	.map-title span {
		display: block;
		font-size: 14px;
		line-height: 1em;
		font-weight: normal;
	}
	
	#company-map {
		margin-bottom: 30px;
		width: 100%;
		height: 300px;
		float: left;
	}
	
	#company-map iframe {
		width: 100%;
		height: 300px;
	}
	
	/* ------------------------------------------------------------[お仕事をお探しの方へ] */
	#jobs-tab {
		margin-bottom: 30px;
		width: 100%;
		float: left;
	}
	
	#jobs-tab li {
		width: 50%;
		float: left;
	}
	
	#jobs-tab li:first-child {}
	#jobs-tab li:last-child {}
	
	#jobs-tab li a,
	#jobs-tab li b {
		width: 100%;
		height: 45px;
		display: block;
		line-height: 45px;
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		position: relative;
	}
	
	#jobs-tab li b {
		color: #fff;
		background-color: #3e3e3f;
	}
	
	#jobs-tab li a {
		color: #3e3e3f;
	}
	
	#jobs-tab li a:hover {}
	
	#jobs-tab li b:after {
		content: '';
		position: absolute;
		margin-left: -10px;
		border-top: 16px solid #3e3e3f;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		bottom: -15px;
		left: 50%;
	}
	
	#jobs-merit {
		margin-bottom: 10px;
		width: 100%;
		float: left;
	}
	
	#jobs-merit li {
		margin-bottom: 20px;
		padding: 40px 10px 40px;
		width: 100%;
		text-align: center;
		float: left;
		line-height: 1.3em;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-merit li b {
		font-weight: 700;
		color: #ff1e96;
		font-size: 28px;
		display: block;

	}
	
	#jobs-merit li span {
		color: #000;
		font-size: 16px;
	}
	
	.jobs-text {
		padding: 0 20px 10px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.jobs-text img {
		width: 15px;
		margin-right: 5px;
		margin-top: 5px;
	}
	
	#jobs-text2 {
		margin: 30px 0 0;
		padding: 0 20px;
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-text2 b {
		color: #ff1e96;
	}
	
	#jobs-photo {
		padding: 0 20px;
		width: 100%;
		float: left;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-photo img {
		margin: 0 auto;
		width: 100%;
		max-width: 1948px;
	}
	
	/* お仕事内容 */
	#jobs-description {
		margin-bottom: 30px;
		padding: 0 20px;
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-description-list {
		margin-bottom: 20px;
		width: 100%;
		float: left;
	}
	
	#jobs-description-list li {
		padding: 1px 1px;
		width: 50%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-description-list li span {
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-weight: bold;
		text-align: center;
		display: block;
		background-color: #fff;
	}
	
	.jdl20 {
		margin-top: 20px;
	}
	
	/* 募集要項 */
	#jobs-date-box {
		margin-bottom: 30px;
		padding: 10px 0 10px;
		width: 100%;
		float: left;
		background-color: #ff1e96;
		text-align: center;
	}
	
	#jobs-date-box #inner {
		padding: 0 10px;
		text-align: left;
	}
	
	#jobs-date-title {
		margin-bottom: 10px;
		width: 100%;
		float: left;
		color: #fff;
		font-size: 22px;
		line-height: 1em;
		text-align: center;
	}
	
	#jobs-date {
		padding: 10px;
		width: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-date table {
		width: 100%;
		float: left;
	}
	
	#jobs-date th,
	#jobs-date td {
		padding: 5px;
		text-align: left;
		vertical-align: top;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jobs-date th {
		font-size: 16px;
	}
	
	#jobs-date td {
		margin-bottom: 5px;
		border-bottom: 1px #3e3e3f dotted;
	}
	
	#jobs-start-link {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#jobs-start-link a {
		margin: 0 auto;
		width: 300px;
		height: 50px;
		line-height: 46px;
		color: #ff1e96;
		font-size: 20px;
		font-weight: bold;
		display: block;
		border: 2px #ff1e96 solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	
	#jobs-start-link a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #ff1e96;
		border-right: 2px solid #ff1e96;
		transform: rotate(45deg);
		margin-top: -9px;
	}
	
	/* ------------------------------------------------------------[お仕事の始め方] */
	#jobs-start-text {
		margin-bottom: 20px;
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
	}
	
	#jpbs-start-step {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jpbs-start-step dl {
		margin-bottom: 20px;
		width: 100%;
		float: left;
		background-color: #fff;
	}
	
	#jpbs-start-step dt {
		padding: 10px 0;
		width: 100%;
		float: left;
		color: #fff;
		text-align: center;
		background-color: #ff1e96;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#jpbs-start-step dt span {
		font-size: 20px;
	}
	
	#jpbs-start-step dd {
		padding: 15px 10px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.jobs-start-staff-l,
	.jobs-start-staff-r {
		margin-bottom: 30px;
		padding: 30px 20px 5px;
		width: 100%;
		float: left;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.jobs-start-staff-r {
		padding: 30px 20px 20px;
	}
	
	.jobs-start-staff-l dt {
		margin-bottom: 5px;
		width: 100%;
		color: #ff1e96;
		font-size: 22px;
		float: left;
	}
	
	.jobs-start-staff-l dd {
		margin-bottom: 25px;
		width: 100%;
		float: left;
	}
	
	.jobs-start-staff-r {
		float: right;
	}
	
	.jobs-start-staff-r h4 {
		margin-bottom: 10px;
		width: 100%;
		color: #ff1e96;
		font-weight: normal;
		font-size: 24px;
	}
	
	.jobs-start-staff-r p {
		margin: 15px 0 10px;
		padding-left: 15px;
		text-indent: -15px;
		line-height: 1.3em;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.jobs-start-staff-r p span {
		margin-right: 5px;
		font-size: 24px;
		color: #ff1e96;
	}
	
	/* ------------------------------------------------------------[ご利用をお考えの企業様] */
	#corporate-tab {
		margin-bottom: 30px;
		width: 100%;
		float: left;
		border-left: 1px #3e3e3f solid;
		border-right: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: box;
	}
	
	#corporate-tab li {
		width: 100%;
		height: 45px;
		float: left;
		-webkit-box-flex: 1;
		box-flex: 1;
	}
	
	#corporate-tab li a,
	#corporate-tab li b,
	#corporate-tab li span {
		width: 100%;
		height: 45px;
		display: block;
		line-height: 45px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		position: relative;
	}
	
	#corporate-tab li span {
		color: #999;
		border-left: 1px #3e3e3f solid;
		border-right: 1px #3e3e3f solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-tab li b {
		color: #fff;
		background-color: #3e3e3f;
		float: left;
	}
	
	#corporate-tab li a {
		color: #3e3e3f;
		float: right;
	}
	
	#corporate-tab li a:hover {}
	
	#corporate-tab li b:after {
		content: '';
		position: absolute;
		margin-left: -16px;
		border-top: 16px solid #3e3e3f;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		bottom: -15px;
		left: 50%;
	}
	
	.corporate-title {
		margin-bottom: 25px;
		width: 100%;
		float: left;
		font-size: 22px;
		line-height: 1em;
		text-align: center;
	}
	
	.corporate-description {
		width: 100%;
		float: left;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	/* フィールドのネットワーク地図 */
	#field-map {
		margin-bottom: 30px;
		width: 100%;
		float: left;
	}
	
	#field-map #japan {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#field-map #japan img {
		width: 90%;
	}
	
	#field-map-text {
		padding: 0 10px 15px;
		width: 100%;
		font-weight: bold;
		line-height: 1.4em;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#field-map-area {
		padding: 0 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#field-map-area li {
		padding-left: 15px;
		width: 50%;
		height: 30px;
		font-size: 16px;
		font-weight: bold;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-toi-link {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#corporate-toi-link a {
		margin: 0 auto;
		width: 300px;
		height: 50px;
		line-height: 46px;
		color: #21479c;
		font-size: 20px;
		font-weight: bold;
		display: block;
		border: 2px #21479c solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	
	#corporate-toi-link a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #21479c;
		border-right: 2px solid #21479c;
		transform: rotate(45deg);
		margin-top: -9px;
	}
	
	/* サービスご提供の流れ */
	#corporate-nagare {
		padding: 0 10px;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-nagare dt {
		margin-bottom: 20px;
		padding-top: 15px;
		width: 80px;
		height: 80px;
		float: left;
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 1.4em;
		font-family: Arial;
		font-weight: bold;
		background-color: #00a0e9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
	}
	
	#corporate-nagare dt span {
		font-size: 20px;
		color: #fff;
	}
	
	#corporate-nagare dd {
		margin-bottom: 20px;
		padding: 10px 10px 0 90px;
		width: 100%;
		line-height: 1.3em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#corporate-nagare dd:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
}

