@media all and (min-width: 641px) {

body {
	font-size: 87.5%; /* 14pt */
	color: #FFF;
	background: #000;
}
a, a:link, a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
.container {
	width: 100%;
	min-width: 1040px;
}
.container-inner {
	width: 960px;
	margin: 0 auto;
}
.page-anchor {
	margin-top: -90px!Important;
	padding-top: 90px!Important;
}

/* footer */
#footer {
	color: #000000;
	background: #FFFF00;
}
#footer .copyright {
	font-size: 12px;
	text-align: center;
	margin: 0;
}


/* nav */
#toggle {
	display: none;
}

.fixed {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	width: 687px;
	height: 68px;
	z-index: 9999;
	margin: 0 auto;
}

#entry-nav {
	margin-bottom: 80px;
}
#entry-nav .title {
	text-align: center;
}
#entry-nav ul {
	width: 718px;
	margin: 0 auto;
}
#entry-nav li {
	position: relative;
	float: left;
	width: 359px;
}
#entry-nav li.entry-n {
	left: 8px;
}
#entry-nav li.entry-m {
	right: 8px;
}
#entry-nav li a {
	display: block;
	width: 359px;
	height: 64px;
	text-indent: -9999px;
}
#entry-nav li.entry-n a {
	background: url(../images/common/entry_nav_n.png) 0 0 no-repeat;
}
#entry-nav li.entry-m a {
	background: url(../images/common/entry_nav_m.png) 0 0 no-repeat;
}
#entry-nav li a:hover {
	transition-duration:.5s;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/* title */
#title {
}
#title .title {
}


/* content */
#content {
}
#content .container-inner {
}
.section {
	margin-bottom: 40px;
}

.pagetop {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 3000;
}
.pagetop img {
	display: block;
}
.line-box {
	position: relative;
}
.line-box .line-tl {
	position: absolute;
	width: 334px;
	height: 951px;
	background: url(../images/common/line.png) 0 0 no-repeat;
	margin: 0;
}
.line-box .line-br {
	position: absolute;
	width: 334px;
	height: 951px;
	background: url(../images/common/line.png) 0 0 no-repeat;
	margin: 0;
}


/* mainv */
body#recruit-top #mainv {
	background: url(../images/top/mainv.jpg) center center no-repeat;
	background-size: cover;
}
body#recruit-interview #mainv {
	background: url(../images/interview/mainv.jpg) center center no-repeat;
	background-size: cover;
}
body#recruit-requirement #mainv,
body#recruit-entry #mainv {
	background: url(../images/requirement/mainv.jpg) center center no-repeat;
	background-size: cover;
}
#mainv .c1 {
	background: url(../images/common/mainv_c1.png) top left no-repeat;
}
#mainv .c2 {
	background: url(../images/common/mainv_c2.png) bottom right no-repeat;
}
#mainv .container-inner {
	position: relative;
	height: 570px;
}
#mainv .nav {
	position: absolute;
	bottom: 0;
	left: 136px;
	width: 687px;
	height: 68px;
	margin: 0;
}
#mainv .nav li {
	float: left;
	width: 229px;
	height: 68px;
}
#mainv .nav li a {
	display: block;
	width: 229px;
	height: 68px;
	text-indent: -9999px;
}
#mainv .nav li.top a {
	background: url(../images/common/nav_top.png) 0 0 no-repeat;
}
#mainv .nav li.interview a {
	background: url(../images/common/nav_interview.png) 0 0 no-repeat;
}
#mainv .nav li.requirement a {
	background: url(../images/common/nav_requirement.png) 0 0 no-repeat;
}
#mainv .nav li a:hover {
	background-position: 0 -68px;
}
#mainv .nav li.on a {
	background-position: 0 -136px;
}

#mainv .line-box .line-tl {
	top: -50px;
	left: -380px;
	width: 422px;
	height: 1200px;
	background: url(../images/common/line1200.png) 0 0 no-repeat;
}
#mainv .line-box .line-br {
	width: 218px;
	height: 620px;
	background: url(../images/common/line620.png) 0 0 no-repeat;
	bottom: -50px;
	right: -176px;
}
#mainv .nav-top {
	position: absolute;
	top: 30px;
	right: -28px;
}
body#recruit-top #mainv .message {
	position: absolute;
	top: 160px;
	/* left: 490px; */
}
body#recruit-interview #mainv .message {
	position: absolute;
	top: 170px;
	left: 0;
}
body#recruit-requirement #mainv .message,
body#recruit-entry #mainv .message {
	position: absolute;
	top: 200px;
	left: 0;
}
#mainv .message .desc {
	margin-top: -20px;
}


/* recruit-top */
body#recruit-top #content {
	background: url(../images/common/back.jpg) top center no-repeat;
	background-attachment: fixed;
}
body#recruit-top #top-point {
	overflow: hidden;
	padding: 70px 0 100px;
}
body#recruit-top #top-point #point00 {
	font-size: 16px;
	width: 690px;
	height: 170px;
	margin: 0 auto 0;
}
body#recruit-top #top-point #point01,
body#recruit-top #top-point #point02,
body#recruit-top #top-point #point03 {
	font-size: 16px;
	width: 890px;
	margin: 0 auto 50px;
}
body#recruit-top #top-point #point01 .content,
body#recruit-top #top-point #point02 .content,
body#recruit-top #top-point #point03 .content {
	width: 574px;
	margin-left: 163px;
}
body#recruit-top #top-point #point03 {
	background: url(../images/top/worldmap_pc.png) bottom right no-repeat;
	padding-bottom: 60px;
	margin: 0 auto;
}
body#recruit-top #top-point #point03 .content {
	width: 373px;
}
body#recruit-top #top-point #point02 .line-tl {
	top: -50px;
	left: -300px;
}
body#recruit-top #top-point #point03 .line-tl {
	top: -50px;
	left: -300px;
}
body#recruit-top #top-point .btn {
	width: 284px;
	height: 78px;
	margin: 0 auto;
}
body#recruit-top #top-point .btn a {
	display: block;
	width: 284px;
	height: 39px;
	text-indent: -9999px;
	background: url(../images/top/btn_point_pc.png) 0 0 no-repeat;
}
body#recruit-top #top-point .btn a:hover {
	background-position: 0 -39px;
}
body#recruit-top #top-staff {
	margin-top: -44px;
}
body#recruit-top #top-staff h2.title {
	position: relative;
	right: 20px;
	width: 245px;
	height: 44px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/top/staff_pc.png) 0 0 no-repeat;
}
body#recruit-top #top-staff .staff {
	position: relative;
	width: 100%;
	height: 254px;
	overflow: hidden;
	background: #333333;
	margin-bottom: 60px;
}
body#recruit-top #top-staff .staff .image-m {
	width: 357px;
	height: 254px;
}
body#recruit-top #top-staff #staff1 .image-m {
	float: left;
	background: url(../images/top/staff1.jpg) top right no-repeat;
	background-size: cover;
}
body#recruit-top #top-staff #staff2 .image-m {
	float: right;
	background: url(../images/top/staff3.jpg) top right no-repeat;
	background-size: cover;
}
body#recruit-top #top-staff #staff3 .image-m {
	float: left;
	background: url(../images/top/staff_kuwahara.jpg) top left no-repeat;
	background-size: cover;
}
body#recruit-top #top-staff #staff1 .image-m .inner,
body#recruit-top #top-staff #staff3 .image-m .inner {
	height: 254px;
	background: url(../images/top/staff_gl.png) bottom right no-repeat;
}
body#recruit-top #top-staff #staff2 .image-m .inner {
	height: 254px;
	background: url(../images/top/staff_gr.png) bottom left no-repeat;
}
body#recruit-top #top-staff #staff1 .image-s,
body#recruit-top #top-staff #staff3 .image-s {
	float: right;
	width: 116px;
	height: 254px;
	background: url(../images/top/staff_i2.jpg) center left no-repeat;
	background-size: cover;
}
body#recruit-top #top-staff #staff1 .image-s .inner,
body#recruit-top #top-staff #staff3 .image-s .inner {
	height: 254px;
	background: url(../images/top/staff_gr.png) bottom left no-repeat;
}
body#recruit-top #top-staff #staff2 .image-s {
	float: left;
	width: 116px;
	height: 254px;
	background: url(../images/top/staff_i1.jpg) center right no-repeat;
	background-size: cover;
}
body#recruit-top #top-staff #staff2 .image-s .inner,
body#recruit-top #top-staff #staff4 .image-s .inner {
	height: 254px;
	background: url(../images/top/staff_gl.png) bottom right no-repeat;
}
body#recruit-top #top-staff .staff .text {
	float: left;
	height: 254px;
	display: flex;
	align-items: center;
}
body#recruit-top #top-staff #staff1 .title,
body#recruit-top #top-staff #staff4 .title {
	padding: 0px 0 20px 10px;
}
body#recruit-top #top-staff #staff2 .title,
body#recruit-top #top-staff #staff3 .title {
	padding: 0px 0 10px 10px;
}
body#recruit-top #top-staff .staff .team {
	font-size: 16px;
	color: #FFFF00;
	margin-left: -10px;
}
body#recruit-top #top-staff .staff .name {
	margin-left: -20px;
}
body#recruit-top #top-staff .staff .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 253px;
	height: 39px;
}
body#recruit-top #top-staff #staff1 .btn,
body#recruit-top #top-staff #staff3 .btn {
	margin: 0 0 0 167px;
}
body#recruit-top #top-staff #staff2 .btn,
body#recruit-top #top-staff #staff4 .btn {
	margin: 0 0 0 -93px;
}
body#recruit-top #top-staff .staff .btn a {
	display: block;
	width: 253px;
	height: 39px;
	text-indent: -9999px;
	background: url(../images/top/btn_staff_pc.png) 0 0 no-repeat;
}
body#recruit-top #top-staff .staff .btn a:hover {
	background-position: 0 -39px;
}



/* recruit-interview */
body#recruit-interview #mainv {
	overflow: hidden;
}
body#recruit-interview #content {
	background: url(../images/common/back.jpg) top center no-repeat;
	background-attachment: fixed;
	padding-top: 30px;
}
body#recruit-interview #content .interview {
	width: 100%;
	padding-bottom: 80px;
	overflow: hidden;
}
body#recruit-interview #content .interview .line {
	width: 100%;
	height: 27px;
	margin: 0;
}
body#recruit-interview #content .interview .line-y {
	background: url(../images/interview/line_y.png) top center no-repeat;
	background-size: 100% 27px;
}
body#recruit-interview #content .interview .line-w {
	background: url(../images/interview/line_w.png) top center no-repeat;
	background-size: 100% 27px;
}
body#recruit-interview #content .interview .line span {
	display: block;
	width: 1000px;
	height: 27px;
	margin: 0 auto;
}
body#recruit-interview #content .interview .line-y span {
	background: url(../images/interview/line_y.png) top center no-repeat;
	background-size: 1200px 27px;
}
body#recruit-interview #content .interview .line-w span {
	background: url(../images/interview/line_w.png) top center no-repeat;
	background-size: 1200px 27px;
}
body#recruit-interview .interview .head {
	color: #727171;
}
body#recruit-interview .interview .head-w {
	background: #FFF;
}
body#recruit-interview .interview .head-y {
	background: #e6e431;
}
body#recruit-interview .interview .head .image {
	float: left;
	width: 564px;
	height: 278px;
}
body#recruit-interview .interview .head .image .inner {
	width: 100%;
	height: 278px;
}
body#recruit-interview .interview .head-w .image .inner {
	background: url(../images/interview/white.png) top right no-repeat;
}
body#recruit-interview .interview .head-y .image .inner {
	background: url(../images/interview/yellow.png) top right no-repeat;
}
body#recruit-interview .interview .text {
	float: left;
	padding: 65px 0 0 25px;
}
body#recruit-interview .interview .text h2 {
	margin-bottom: 25px;
}
body#recruit-interview .interview .text .team {
	font-size: 16px;
}
body#recruit-interview .interview .content {
	width: 850px;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 80px;
	margin: 0 auto;
}
body#recruit-interview .interview .content .section {
	margin-bottom: 50px;
}
body#recruit-interview .interview .content h3,
body#recruit-interview .interview .content h4 {
	font-family:"A-OTF リュウミン Pro","Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , 
		"游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
body#recruit-interview .interview .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
body#recruit-interview .interview .content h4 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	margin-bottom: 6px;
}
body#recruit-interview .interview .content h3 span {
	display: block;
	position: absolute;
	top: -5px;
	left: -725px;
	width: 720px;
	height: 2000px;
	background: url(../images/interview/line.png) 0 0 no-repeat;
}
body#recruit-interview .interview .content .section-m h4 {
	font-size: 28px;
}
body#recruit-interview #interview1 .image {
	background: url(../images/interview/interview1.jpg) top right no-repeat;
	background-size: cover;
}
body#recruit-interview #content #interview1 .interview-inner {
	background: url(../images/interview/interview1b.png) bottom center no-repeat;
}
body#recruit-interview #interview2 .image {
	background: url(../images/interview/interview3.jpg) top right no-repeat;
	background-size: cover;
}
body#recruit-interview #content #interview2 .interview-inner {
	background: url(../images/interview/interview3b.png) bottom center no-repeat;
}

body#recruit-interview #interview3 .image {
	background: url(../images/interview/interview_kuwahara.jpg) top right no-repeat;
	background-size: cover;
}
body#recruit-interview #content #interview3 .interview-inner {
	background: url(../images/interview/interview4b.png) bottom center no-repeat;
}
body#recruit-interview #content #interview3 .content {
	padding-bottom: 10px;
}



/* recruit-requirement */
body#recruit-requirement #content {
	background: url(../images/common/back.jpg) top center no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
body#recruit-requirement #requirement-nav {
	width: 600px;
	margin: 0 auto 60px;
}
body#recruit-requirement #requirement-nav li {
	position: relative;
	width: 300px;
	height: 50px;
}
body#recruit-requirement #requirement-nav li.new {
	float: left;
	left: 15px;
}
body#recruit-requirement #requirement-nav li.midway {
	float: right;
	left: 2px;
}
body#recruit-requirement #content .requirement {
	width: 960px;
	margin: 0 auto 50px;
}
body#recruit-requirement #content .requirement th,
body#recruit-requirement #content .requirement td {
	border-top: 1px solid #ACA7A9;
	padding: 10px 15px;
}
body#recruit-requirement #content .requirement th {
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: rgba(255,255,0,0.9);  
}
body#recruit-requirement #content .requirement td {
	font-size: 14px;
	color: #585054;
	border-left: 1px solid #ACA7A9;
	background-color: rgba(255,255,255,0.95);  
}
body#recruit-requirement #content .requirement a {
	color: #004386;
}
body#recruit-requirement #content .requirement a.anchor {
	background: url(../images/requirement/anchor.png) 0 0 no-repeat;
	padding-left: 14px;
}
body#recruit-requirement #requirement-entry {
	text-align: center;
}


/* recruit-entry */
body#recruit-entry #content {
	background: url(../images/common/back.jpg) top center no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
body#recruit-entry #content h2.title {
	margin-left: 99px;
	margin-bottom: 40px;
}
body#recruit-entry #contact-form .message {
	margin-bottom: 20px;
}
body#recruit-entry #contact-form .rq {
	color: #FFFF00;
}
body#recruit-entry #contact-form .error {
	color: #FFFF00;
	line-height: 1.6;
}
body#recruit-entry #contact-form .error-top {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: rgba(255,0,0,0.9);  
	padding: 10px;
	margin-bottom: 20px;
}
body#recruit-entry #contact-form .note {
	font-size: .867em;
}
body#recruit-entry #contact-form .thanks-caption {
	font-size: 1.25em;
	font-weight: bold;
}
body#recruit-entry #contact-form table {
	width: 100%;
	line-height: 1.8;
}
body#recruit-entry #contact-form th {
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	padding: 6px 10px 4px 0;
}
body#recruit-entry #contact-form td { 
	font-size: 16px;
	padding: 0 4px 4px;
}
body#recruit-entry #contact-form table.input-table th {
	width: 8em;
}
body#recruit-entry #contact-form table.confirm-table {
	border-top: 1px solid #666;
	margin-bottom: 30px;
}
body#recruit-entry #contact-form table.confirm-table th {
	width: 8em;
	border-bottom: 1px solid #666;
	background-color: rgba(0,0,0,0.5);  
	padding: 8px 12px;
}
body#recruit-entry #contact-form table.confirm-table td {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	background-color: rgba(0,0,0,0.5);  
	padding: 8px 12px;
}
body#recruit-entry #contact-form .input {
	font-family:Tahoma;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 5px;
	margin: 5px 0;
}
body#recruit-entry #contact-form .input-fit {
	max-width: 60%;
}
body#recruit-entry #contact-form .textarea {
	width: 98%;
}
body#recruit-entry #contact-form .form-navi {
	text-align: center;
	margin-top: 10px;
}



}
