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

html {
    scroll-behavior: smooth;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	position: relative;
}

.ib{
	display: inline-block;
}

/* common */
.nowrap{
	white-space:nowrap;	
}
@media (max-width: 767px){
.nowrap{
	display:inline-block;
}
}
.rightbox{
	position:absolute;
	right:15px;
}
h4{
	/* height:36px; */
	font-size:18px;
	padding:8px 0px 0px 0px;
	background-position:left;
	margin-top:0px;	
	border-bottom:solid 4px #FFAA00;
	position:relative;
}
h4>span{
	color:black;
	display:inline-block;
	background-color:#FFAA00;
	padding:6px 8px 4px 8px;
	margin-bottom:0px;
	line-height:18px;
}
h5{
	height:36px;
	font-size:18px;
	padding:0px 0px 8px 0px;
	background-position:left;
	margin-top:0px;	
	border-top:solid 4px #FFAA00;
	position:relative;
}
h5 span{
	color:black;
	display:inline-block;
	background-color:#FFAA00;
	padding:4px 8px 6px 8px;
	margin-bottom:0px;
	line-height:18px;
}
a {
	color:black;	
}
a img{
	transition: transform 0.1s linear;	
}
a img:hover{
	transform: scale(0.95);
}
.large-pic:hover{
	transform: scale(0.99);
}

h4 a{
	position:absolute;
	right:0px;
	bottom:2px;
	padding:2px 8px;
	font-size:14px;
	background-color:#0075C1;
	color:white;
	border-radius:3px;
	display:inline-block;
}
h4 a:hover{
	background-color:#0083D8;
	color:white;
	text-decoration:none;
}

/* header */

#header{
	position:relative;
	border-bottom:solid 5px #FFAA00;
	margin:0px 0px 4px;
	padding:0px -15px 4px;
}
#header #logo{
	text-align:left;
}
#header #tel{
	text-align:right;
}
@media (min-width: 768px){
#header #logo{
	margin-left:-15px;
}
#header #tel img{
	display:block;
	position:absolute;
	right:-15px;
}
}
@media (max-width: 767px){
#header #logo div,#header #tel div{
	display:inline-block;
}
#header #logo{
	text-align:center;
}
#header #tel{
	text-align:center;
}
}
.toptext{
	font-size:12px;	
}
.toptext li{
	display:inline;
	margin:0px 5px;	
}
.navbar{
	margin-bottom:0px;
}

/* footer */

#footer{
	text-align:center;
	font-size:12px;	
	background-color:#1A1A1A;
	color:white;
	margin-top:10px;
	padding-bottom: 120px;
}
#footer a{
	color:white;	
}
#footer .copy{
	padding:10px 5px 8px;	
	font-weight:bold;
}
#footer .links{
	
}
#footer .powered{
	padding:5px;	
}
#footer .copyright{
	font-size:12px;
	padding:10px 5px 10px;
}
#footer li{
	display:inline;
	margin:0px 5px;
}

/* top */
.jobtype{
	line-height:120%;	
}
.jobtype img{
	width:80px;
	float:left;
}
@media (min-width: 768px){
.jobtype2 img{
	width:100px;
}
}
.jobtype div{
	float:left;
	margin-left:5px;
}
.jobtype .title{
	display:block;
	font-size:16px;
	font-weight:bold;	
}
.jobtype button{
	border:none;
	border-radius:3px;
	background-color:#0075C1;
	color:white;
	font-weight:bold;
	font-size:12px;
}
.jobtype button:hover{
	background-color:#0083D8;
}
.jobclear{
	clear:both;
	margin-bottom:8px;	
}

/* contents */
.staffinterviewtext{
	margin-top:4px;
	text-align:center;
	font-size:24px;
	line-height:110%;
	font-weight:bold;
		
}
.staffinterviewtext span{
	display:inline-block;	
}
.interviewname{
	font-size:20px;
}
.interview_list{
	position:relative;
	min-height:130px;
	margin-bottom:16px;
	overflow:hidden;
}
.interview_list img{
	width:120px;
	display:block;
	position:absolute;
}
.interview_list .interviewlabel{
	position:relative;
	left:130px;
	padding-right:130px;
}
.interview_list .title{
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:8px;
}
.interview_list .interviewname{
	font-size:18px;
	line-height:120%;
}

.interview_one{
	position:relative;
	min-height:320px;
	margin-bottom:16px;
	margin-top:20px;
	overflow:hidden;
}
.interview_one img{
}
@media (min-width: 768px){
.interview_one img{
	width:240px;
	display:block;
	position:absolute;
}
.interview_one .interviewlabel{
	position:relative;
	left:250px;
	padding-right:250px;
	bottom:0px;
}
}
.interview_text .interviewlabel{
	position:relative;
	left:0px;
	padding-right:0px;
}
.interview_text{
	min-height:0px;	
}
.interview_one .title{
	font-size:28px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
}
.interview_one .job{
	font-size:22px;
	line-height:120%;
	text-align:center;
	display: none;
}
.interview_one .name{
	font-size:24px;
	font-weight:bold;
	line-height:120%;
	text-align:center;
}
.interviewlink2{
	font-size:14px;	
}
@media (max-width: 768px){
.interviewlink2{
	font-size:22px;
	line-height:40px;	
}
}

.nopicture{
	position:relative;			
}
.nopicture .interview_list{
	min-height:20px;
	padding-left:20px;
}
.nopicture .indexmark{
	position:absolute;
	top:3px;
	width:13px;
	height:13px;
	background-color:#0083D8;
	border-radius:4px;	
}
.interviewlabel2 .title{
	display:inline;
}
.interviewlabel2 .job{
	display:inline;
}
.interviewlabel2 .name{
	display:inline;
}




.area .col-sm-6{
	text-align:center;
}
.topworks{
	margin-bottom:4px;	
}
@media (max-width: 767px){
.topworks{
	text-align:left;
	display:table;
	vertical-align:middle;
}
.topworks img{
	float:left;
}
.topworks span{
	padding-left:10px;
}
}

.topbody{
	padding:4px;
	line-height:140%;
	text-align:center;
}
.wtypebtn{
	width:100%;	
	padding-left:0px;
	padding-right:0px;	
	font-weight:bold;
	margin-bottom:2px;
}


h3{
	text-align:center;
	
}
.desc{
	line-height:160%;	
}
.entry{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
}
.entry-btn{
	width:100%;
	font-weight:bold;
	background-color:#0075C1;
	color:white;
}
.entry-btn:hover{
	background-color:#0083D8;
	color:white;
}
.contact-btn{
	width:100%;
	font-weight:bold;
	background-color:#A3D5F7;
	border:none;
}
.contact-btn:hover{
	background-color:#BCE4FF;
}
@media (max-width: 767px){
}
.contact-btn span{
	display:inline-block;
	white-space:normal !important;
}
.work-btn{
	width:100%;
	font-weight:bold;
	background-color:#D8D8D8;
	color:black;
	margin-bottom:4px;
}
.work-btn:hover{
	background-color:#EBEBEB;
}

.howto{
	text-align:center;
	padding:0px 15px;
}
.howtophase{
	width:100%;
	border:solid 3px #0075C1;
	border-radius:5px;
	padding:5px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.howtophase .title{
	text-align:center;
	font-size:18px;
	font-weight:bold;

}

.brblock span{
	display:inline-block;	
}


.newwork{
	margin-bottom:4px;
	cursor:pointer;
}
@media (min-width: 768px){
	.newwork .col-sm-4{
		padding-right:5px;	
	}
	.newwork .col-sm-8{
		padding-left:0px;	
	}
	.sm-6-left{
		padding-right:2px;		
	}
	.sm-6-right{
		padding-left:2px;
	}
}
.newwork .title{
	font-size:14px;
	font-weight:bold;	
}
.newwork .body{
	font-size:12px;
}

.workpic{
	width:160px;
	height:160px;
	display:inline-block;
	margin-left:0px;
	margin-top:2px;	
}
.step{
	background-color:#FAFFB2;
	border:solid 1px #968B00;
	padding:4px;
	border-radius:4px;
	margin-bottom:2px;	
}
.flag{
	display:inline-block;
	background-color:#DDDDDD;
	border-radius:5px;	
	padding:2px 6px;
	font-size:12px;
	margin-right:4px;
}

/* recommend */
.recommend_elm{
	border:solid 2px #FFAA00;
	padding:4px;
	margin-top:2px;
}	
.recommend_elm .title{
	font-weight:bold;
}
.recommend_elm .body{
}
.recommend_elm .type{
}
.recommend_elm .location{
}
.recommend_elm .pay{
}
.recommend_elm .link{
	text-align:center;
	cursor:pointer;
	border-radius:3px;
	background-color:#0083D8;
	color:white;
	padding:4px;
}
.recommend_elm .tag{
	border-radius:3px;
	background-color:#8E8E8E;
	color:white;
	width:50px;
	font-size:10px;
	text-align:center;
	display:inline-block;
	margin-right:4px;
}
.reclabel{
	text-align:center;
	background-color:#FFAA00;
	color:blcak;
	padding:4px;
	margin-top:8px;
}

/* find */
.find_elm{
	border-top:dotted 2px #3F3F3F;
	padding:8px 4px;
	margin-top:2px;
}	
.find_elm .title{
	font-weight:bold;
	font-size:20px;
}
.find_elm .body{
}
.find_elm .type{
}
.find_elm .location{
}
.find_elm .pay{
}
.find_elm .link{
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	background-color:#0083D8;
	color:white;
	padding:8px 2px;
	width:100px;
	display:inline-block;
}
.find_elm .tag{
	border-radius:3px;
	background-color:#8E8E8E;
	color:white;
	width:50px;
	font-size:10px;
	text-align:center;
	display:inline-block;
	margin-right:4px;
}

.contact{
	font-weight:bold;
	text-align:center;
	font-size:20px;
}

#entryform .row{
	margin-bottom:4px;	
}
#entryform .col-sm-3{
	font-weight:bold;
	padding-top:8px;
}

.formerror{
	margin-bottom:0px;	
}

#confform .row{
	padding:10px 0px;
	border-bottom:dotted 1px #393939;
}
#confform .col-sm-3{
	font-weight:bold;
}
#confform .col-sm-9{
	font-size:20px;
}
#workview .row{
	padding:10px 0px;
	border-bottom:dotted 1px #393939;
}
#workview .col-sm-3{
	font-weight:bold;
	padding-top:4px;
}
#workview .col-sm-9{
	font-size:18px;
}

/* fix entry */
.fixentrycontainer{
	position: fixed;
	z-index: 1000;
	bottom: 10px;
	height: 100px;
	width:100%;
	pointer-events: none;	
}
.fixentrycontainer .container{
	text-align: right;
	padding-right: 35px;
	pointer-events: none;	
}
.fixentry{
	border-radius: 10px;
	font-size: 18px;
	padding: 18px 8px;
	display: inline-block;
	width: auto;
	text-align: center;
	border:solid 3px #0075C1;
	pointer-events: auto;
	background-color: white;
	color:#0075C1;
	
}

/* SLIDE */

.slidetext{
	margin-top:4px;
	text-align:center;
	font-size:24px;
	line-height:110%;
	font-weight:bold;
		
}
.slidetext span{
	display:inline-block;	
}
.slidetagline{
	text-align: center;
	font-size:20px;
}

/* news */
.news td{
	vertical-align: top;	
	padding: 5px 5px 5px 5px;	
}
.news .dot{
	color:#03619F;
	padding-right: 0px;
}
.news .date{
	color:#0083D8;
	white-space: nowrap;
}
.news .text{
	font-weight: bold;
}

.current{
	background-color: #1C88ED;
	border-radius: 2px;
	padding: 1px 8px;
	color:white;
}

/* callcenter */
.cc_firstview{
	height: 600px;max-height: 70vh;position: relative;	
}

.callcenterimage{
	position: absolute;
	width:100%;
	background-image: url(/img/callcenter/mainimage.jpg);
	top:0px;bottom:120px;
	background-size: cover;
	background-position: center;
}

.cc_firstview .copy{
	position: absolute;
	left:3vw;
}
.cc_firstview .copy0{
	top:20px;
	width:45%;
	background-image: url(/svg/cc_staf.svg);
	background-size: contain;
	background-position: center center;
}
.cc_firstview .copy1{
	top:60%;
	width:50%;
}
.callcenterimage .cc_copy1img{
	position: absolute;
	display: block;
	width:33%;
}

@media screen and (max-width: 991px) {
.cc_firstview .copy0{
	width:65%;
}
.cc_firstview .copy1{
	top:60%;
	width:70%;
}    
}
@media screen and (max-width: 764px) {
.cc_firstview{
	max-height: 50vh;
	}
.cc_firstview .copy0{
	width:65%;
}
.cc_firstview .copy1{
	top:60%;
	width:70%;
}    
}
@media screen and (max-width: 480px) {
.cc_firstview .copy0{
	width:70%;
}
.cc_firstview .copy1{
	top:60%;
	width:90%;
}    
}

/*
@media screen and (max-width: 764px) {
.callcenterimage{
	background-position: -380px center;
	}
}
@media screen and (max-width: 640px) {
.callcenterimage{
	background-position: -350px center;
	}
}
@media screen and (max-width: 520px) {
.callcenterimage{
	background-position: -325px center;
	}
}
@media screen and (max-width: 400px) {
.callcenterimage{
	background-position: -300px center;
	}
}
*/

.cc_greenframe{
	border:solid 3px #006B31;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
}
.cc_greenframe .st{
	margin-bottom: 20px;
	height: 40px;
	
}
.cc_greenframe button{
	background-color: rgb(255, 170, 0);	
}
.cc_greenframe p{
}
.cc_bluearrow{
	width:240px;
	height: 25px;
	margin: auto;
	display: block;
	
}
.cc_entry{
	width:480px!important;
	height:80px;
	max-width:90%;
	background-color: rgb(255, 170, 0);	
	border-radius: 15px;
}
.cc_entry:hover{
	background-color: #0075C1;
}
.cc_greenframe .entry-btn strong{
	font-size: 24px;	
}
.cc_greenframe .nohover{
	cursor: default !important;
}

.cc_greenframe .nohover:hover{
	background-color: rgb(255, 170, 0);	
}

