body{
	margin-top: 90px;
    font-family: 'Quicksand', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 
    			 'Hiragino Kaku Gothic Pro', 'メイリオ' , Meiryo , Osaka, 'ＭＳ Ｐゴシック', 
    			 'MS PGothic', sans-serif;
    word-break: break-all;
}
.mainslider div {
	height: 40vw;
	max-height: 500px;
}
.mainslider img {
	height: 100%;
}
.main-bg{
	background-color: #fafaf4;
}
.contentmore{
    background: #F0F0EE;
    padding: 45px 0;	
}
.topnews, .topwork, .topnote, .catnews{
	font-size: 13px;
}
.topnews h5, .topwork h5, .topnote h5, .topconcept h5{
	color: #696969;
	font-weight: bold;
}
.topnews a, .catnews a{
	text-decoration: none;
	color: #696969;
}
.topnote a{
	text-decoration: none;
	margin-bottom: .2rem;
}
.topwork h6, .topnote h6{
	font-size: 13px;
	font-weight: bold;
	color: #464545;
}
.toptolist{
	padding: .3rem 0;
	color: #333 !important;
	text-decoration: none;
}
.toptolist:hover{
	color: #111;
}
.topwork .workcity {
	padding: 0.1rem 1rem;
    border-radius: 20px;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.topworkimage img {
	max-height: 140px;
	width: auto;
}
.topworkimage{
	height: 140px;
}
.notecategory{
	margin: .5rem 0;
}
.notecategory span{
	display:inline-block;
	margin: .1rem 0;
	padding: .2rem 1rem;
	border-radius: 20px;
	color: #FFF;
	white-space: nowrap;
}
.notecategory .company{
	background-color: #F3C539;
}
.notecategory .people{
	background-color: #EA522F;
}
.notecategory .agri{
	background-color: #DE2E41;
}
.notecategory .life{
	background-color: #6CB93C;
}
.notecategory .city{
	background-color: #5CA2C7;
}
.notetag{
	margin: .2rem .1rem;
	padding: .08rem .8rem;
	border-radius: 20px;
	border: 1px solid #D5D5D5;
	color: #A09F9F;
	white-space: nowrap;
}
.notetag:hover{
	margin: .2rem .1rem;
	padding: .08rem .8rem;
	border: 1px solid #ADADAD;
	color: #848484;
	background-color: #EDEDE8;
}
.detailtag{
	padding: .1rem 1rem;
	border-radius: 20px;
	border: 1px solid #D5D5D5;
	color: #A09F9F;
	text-decoration: none;
}
.detailtag:hover{
	padding: .1rem 1rem;
	border-radius: 20px;
	border: 1px solid #ADADAD;
	color: #848484;
	background-color: #EDEDE8;
	text-decoration: none;
}
.mailmagagine{
	background: url("/images/bg_dot_01.gif");
}
.mailmagagine input{
	max-width: 500px;
}
.job-detail tr > td:nth-child(1){
	background-color: #DBDBD5;
	width: 20%;
}
.job-detail tr > td:nth-child(2){
	background-color: #FFF;
	width: 80%;
}
.pc-br {
	display: block;
}
.sp-br {
	display: none
}
@media (max-width: 767px){
	.pc-br {
		display: none;
	}
	.sp-br {
		display: block
	}
}
@media (max-width: 992px){
	.job-detail tr > td:nth-child(1){
		background-color: #DBDBD5;
		display: block;
		width: 100%;
		text-align: center;
	}
	.job-detail tr > td:nth-child(2){
		background-color: #FFF;
		display: block;
		width: 100%;
	}
	.topworkimage{
		height: 100px;
	}
	.topworkimage img{
		height: 100%;
	}
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* slick */
.slick-dotted.slick-slider{
	padding-top: 10px;
}
.single-item .slick-list{
  overflow: visible;
}
.single-item img{
  width: 100%;
}
.slick-dots{
	position: static;
    bottom: 0px;
}
@media (max-width: 767px){
	.slick-dotted.slick-slider{
		padding-top: 10px;
	}
}

/* header nav */
nav{
	background-color: rgba(255, 255, 255, 1);
	border-bottom: none;
}
nav.scroll{
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #ccc;
}
header .navbar-brand img{
	width: 80%;
}
header .dispmenu-pc img, header #Navber img{
	height: 30px;
}
header .dispmenu-pc a{
	text-decoration: none;
	margin: 0 .2rem;
	font-size: 80%;
}
header #Navber li{
	display: flex;
	align-items: center;
	padding: 6px 0 0;
    transition: .18s ease;
}
header #Navber ul li.menu_sep{
	color: #d3d3d3;
}
header #Navber ul li:hover{
	box-shadow: 0px 6px #fdcd00;
}
header #Navber ul li.menu_sep:hover {
    box-shadow: none;
}
header #Navber ul li.nav-disp-sp {
	display: none;
}
header .dispmenu-pc{
	text-align: right;
	margin: .5rem auto;
}
header .dispmenu-sp {
	display: none;
}
@media (max-width: 1199px){
	body{
		margin-top: 68px;
	}
	nav.scroll{
		background-color: rgba(255, 255, 255, 1);
		border-bottom: 1px solid #ccc;
	}
	header .navbar-brand{
		max-width: 120px;
		margin-right: auto;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	header .navbar-brand img{
		width: 100%;
	}
    header .navbar-collapse{
        position: fixed;
        top: 70px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background-color: #FFF;
    }
    header .navbar-collapse.collapsing{
        left: -75%;
        transition: height 0s ease;
    }
    header .navbar-collapse.show{
        left: 0;
        transition: left 300ms ease-in-out;
    }
    header .navbar-toggler.collapsed ~ .navbar-collapse{
        transition: left 500ms ease-in-out;
    }
	header #Navber ul li.nav-disp-sp {
		display: block;
		margin: .2rem 0 .6rem;
	}
	header #Navber ul li.nav-disp-sp a {
		text-decoration: none;
		font-size: 90%;
		margin-right: .5rem;
	}
	header .dispmenu-pc {
		display: none;
	}
	header .dispmenu-sp{
		display: block;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		margin-right: 10px;
	}
	header .dispmenu-sp a{
		margin: 0;
	}
	header .dispmenu-sp img{
		height: 25px;
	}
	header .dispmenu-sp .btn{
		padding: 5px 10px;
		font-size: 12px;
	}
	header .navbar-toggler{
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;
		padding: .25rem;
	}
	header #Navber{
		-webkit-box-ordinal-group:4;
		-ms-flex-order:4;
		-webkit-order:4;
		order:4;
	}
	header #Navber li{
		padding: 0;
	}
	header #Navber ul li:hover{
		box-shadow: none;
	}
	header #Navber ul li.menu_sep{
		display: none;
	}
	header .navbar>.container, header .navbar>.container-fluid, 
	header .navbar>.container-lg, header .navbar>.container-md, 
	header .navbar>.container-sm, header .navbar>.container-xl, 
	header .navbar>.container-xxl{
		justify-content:flex-start;
	}
	@keyframes show{
	    from{ opacity: 0; }
	    to{ opacity: 0.3; }
	}
	header #nav__overlay{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		display: none;
	}
	header #nav__overlay.show{
		display: block;
		opacity: 0.3;
		animation: show 0.25s linear 0s;
		z-index: 999;
	}

}

/* work */
.workpager{
	background-color: rgba(255,0,0,0);
}
.workpager .page-link {
    position: relative;
    display: block;
    color: #333;
    background-color: rgba(255,0,0,0);
    border: none;
}
.workpager .page-link:hover {
    background-color: #E8e8e8;
}
.workpager .page-item.active .page-link {
    color: #333;
    background-color: #ffc107;
    border-color: #ffc107;
}
.workpager .page-item.disabled .page-link {
    background-color: rgba(255,0,0,0);
}
.newwork{
	color: #F06161;
	margin-right: .4rem;
}
.searchlist{
	font-size: 14px;
}
#searcharea img{
	width: 100%;
	height: auto;
	user-select: none;
}
#searcharea map area{
	cursor: pointer;
}
.form-check-input:checked {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}
.form-check-input:focus {
	box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.5);
    border-color: #1ABC9C;
}
#searchtab button{
	border: none;
	background-color: white;
	padding: .8rem 1rem;
	color: black;
}
#searchtab button.active{
	background-color: #ffc107;
}
@media (max-width: 992px){
	#searchtab{
		flex-direction: row !important;
	}
}

/* footer */
.footerlink{
	display: flex;
	flex-direction: row;
}
.footerlink_img, .centerimg{
	float: left;
	margin-right: .5rem;
}
.footerlink_txt, .centeraddr{
	color: #494949;
	font-size: 12px;
	margin-top: 20px;
}
.footerlink:after, .center:after{
	clear: both;
	
}
.centeraddr img{
	max-width: 90px;
	width: 100%;
	height: auto;
}
.centerimg {
	text-align: right;
	padding-right: 0;
	margin: 0;
}
footer{
	font-size: 14px;
}
footer a{
	text-decoration: none;
	color: rgba(0,0,0,.55);
}
footer a:not(:last-child):after{
	content:"/";
	color: #d3d3d3;
	padding-left: 0.3rem; 
}
footer .footer-blocks {
	display: flex;
}
@media (max-width: 992px){
	.centeraddr img{
		max-width: 70px;
	}
	.centerimg {
		text-align: center;
	}

	footer .footer-blocks {
		display: block;
		text-align: center;
	}
	footer .footer-blocks p {
		font-size: small;
		text-align: left;
	}
}

/* company.php */
.clientURL{
	text-decoration: none;
	color: #212529;
}
.supportpayicon {
    font-size: 12px;
    font-weight: 500;
    background-color: #4fbd0b;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 1px;
}

/* note, event, news */
.img-header{
	width: 100%;
/* 	margin-top: -50px; */
}
.noteheader{
	margin-top: -180px;
}
.notenav{
	font-size: 13px;
}
.notenav a{
	text-decoration: none;
	color: #212529;
}
.notecontents{
	padding: 5px 0;
	margin: 15px 0 40px 0;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #101010;
    text-align: left;
}
.eventcontents{
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #101010;
    text-align: left;
}
.eventcontents img.alignright { 
	display: block; margin: 0 0 0 auto!important;
}
.eventcontents img.alignleft { 
	display: block; margin: 0 auto 0 0!important;
}
.eventcontents img.aligncenter { 
	display: block; margin: 0 auto!important;
}
.notecontents h2, .eventcontents h2{
	margin: 20px auto;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    border-left: 2px solid #1e1e1e;
}
.notecontents img{
	width: 100%;
}
.bbadge a{
	text-decoration: none;
	border-radius: .25rem;
	padding: .3rem 1rem;
	background: #007cbd;
	font-size: 12px;
	color: #FFF;
}
.sharelinks .sns img{
	height: 30px;
}
.eventlist h2{
	margin: 50px 0 0px;
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 2px;
}
.eventlist h5{
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
.eventlist thead{
	border-top: 3px solid #dadada;
	border-bottom: 3px solid #dadada;
	font-size: 12px;
}
.eventlist td{
	border: 1px solid #dadada;
	padding: 1rem;
	font-size: 14px;
}
.eventlist td:first-child{
	padding: 10px;
	vertical-align: middle;
}
.eventlist td:nth-child(2){
	background-color: #EDEDED;
}
.eventlist td:not(:nth-child(3)){
	text-align: center;
}
.eventlist img {
    width: 100%;
/*     max-width: 70px; */
    height: auto;
/*     max-height: 70px; */
    border: none;
}
.eventlist a{
	text-decoration: none;
	color: #212529;
}
.eventsidelist a{
	font-size: 14px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
.eventrecruit{
	border: 3px solid #FFC107;
	border-radius: 8px;
	background-color: #FFF;
	color: #FFC107;
	padding: .3rem 1rem;
	font-weight: bold;
}
.event-sidemenu h2{
	font-weight: 600;
	font-size: 14px;
}
.inner-slick{
	max-width: 1200px;
	margin: 1rem auto;
}
.eventtagsearch {
	text-align: right
}
.eventtagsearch > #eventsearch {
	text-align: left;
}
.eventtag{
	margin: .2rem .1rem;
	padding: .08rem .8rem;
	border-radius: 20px;
	border: 1px solid #D5D5D5;
	color: #A09F9F !important;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none;
}
.eventtag:hover{
	margin: .2rem .1rem;
	padding: .08rem .8rem;
	border: 1px solid #ADADAD;
	color: #848484;
	background-color: #EDEDE8;
}
#recomend-list .item {
    width: 235px;
    height: auto;
    margin: 0 20px;
}
#recomend-list .item a {
    text-decoration: none;
}
#recomend-list .item {
    float: left;
}
#recomend-list .item {
    overflow: hidden;
}
#recomend-list .item .item-title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    color: #464545;
}
.eventcontainer {
	display:flexbox;
}
.eventarchives {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.eventsphall, .eventspimg, .eventsptag {
	display:none;
}
@media (max-width: 992px){
	.noteheader, .img-header{
		margin-top: 0px;
	}
	.notecontents, .eventcontents{
		letter-spacing: normal;
		font-size: 13px;
	}
	.newsimg h6{
		color: #333;
		font-size: 12px;
	    font-weight: normal;
	}
	.eventarchives {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}
	.eventcontents {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		line-height: 1.3rem;
	}
	.event-sidemenu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.eventcontents img {
		max-width: 100%;
	}
	.eventlist th:nth-of-type(1), .eventlist td:nth-of-type(1),
	.eventlist th:nth-of-type(n), .eventlist td:nth-of-type(n+4){
		display:none;
	}
	.eventlist td{
		display:block;
		padding: 8px;
	}
	.eventspimg, .eventsptitle, .eventsptag{
		display:block;
		padding: 6px;
	}
	.eventspimg {
		text-align: center;
	}
	.eventsphall{
		display:inline-block;
	}
	.eventlist td:nth-of-type(3) a.eventsp{
/* 		display: flex; */
	}
	.eventsptag > a {
		color: #A09F9F !important;
	}
	.eventlist img {
	    width: auto;
	    max-width: 80%;
	    height: auto;
	    max-height: none;
	}
}

/* wp-the_posts_pagination */
.wppager nav{
	margin: 1.5rem 0;
	justify-content: center;
}
.wppager .nav-links a, .wppager .nav-links span{
	color: #333;
	padding: 8px 14px;
	font-size: 14px;
}
.wppager .nav-links a:hover{
	background-color: #ddd;
}
.wppager .current{
	background-color: #ffc107;
}
.singlecontent {
	padding: 5px 0;
    margin-top: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newsimg{
	border-top: 1px dashed #888888;
}
.catnews a:last-child>div{
	border-bottom: 1px dashed #888888;
}
.newsimg img{
	width: 100%;
	max-width: 60px;
	height: auto;
	max-height: 60px;
	object-fit:cover;
}
.newsimg h6{
	color: #333;
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.newsimg p{
	color: #221616;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 5px;
}
@media (max-width: 992px){
	.newsimg h6{
		color: #333;
		font-size: 12px;
	    font-weight: normal;
	}
	.newsimg p{
		color: #C09853;
		padding-top: 0;
	}
}

/* kurashi */
.kurashitxt h6{
	margin: 1rem 0;
}
.kurashitxt h6 span{
	font-size: 16px;
	border-bottom: 1px solid #58585a;
}
.kurashitxt p{
	line-height: 28px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.kurashi .companies .companiesimg{
	height: 15rem;
    position: relative;
}
.kurashi .companies > div:nth-child(1) .companiesimg-inner{
	background-image: url('/images/kurashi01.jpg');
}
.kurashi .companies > div:nth-child(2) .companiesimg-inner{
	background-image: url('/images/kurashi02.jpg');
}
.kurashi .companies > div:nth-child(3) .companiesimg-inner{
	background-image: url('/images/kurashi03.jpg');
}
.kurashi .companies > div:nth-child(4) .companiesimg-inner{
	background-image: url('/images/kurashi04.jpg');
}
.kurashi .companies .companiesimg .companiesimg-inner{
	background-position: center center;
    background-size: 120% 120%;
    border-radius: 100%;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.kurashi .companies .companiesimg .companiesimg-inner:hover{
    width: 11rem;
    height: 11rem;
    background-size: 100% 100%;
}
.kurashi .companies > div h6, .scenter > div h6{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 3px;
}
.kurashi .companies > div p, .scenter > div p{
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}
@media (max-width: 992px){
	.kurashi {
		font-family: "Roboto", sans-serif;
	}
	.kurashitxt h6 {
	    font-weight: 600;		
	    line-height: 24px;
	    text-align: center;
	}
	.kurashitxt h6 span{
		font-size: 14px;
		border-bottom: none;
	}
	.kurashitxt p {
		line-height: normal;
    }
    .kurashi .companies > div h6 {
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 1px;
    }
    .kurashi .companies > div p {
	    text-align: center;
	    font-size: 12px;
    }
}

/* supportcenter */
.scenterimg{
    position: relative;
    display: inline-block;
    box-shadow: 0 0 0 4px #fdcd00;
    border-radius: 100%;
    width: 115px;
    height: 115px;
    margin-bottom: 1rem;
}
.scenterimg::after {
    position: absolute;
    box-shadow: 0 0 0 4px #fdcd00;
    box-sizing: content-box;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    padding: 0;
    pointer-events: none;
}
.scenter div:hover .scenterimg{
    box-shadow: 0 0 0 10px #fdcd00;
}
.scenter div:hover .scenterimg::after {
    opacity: 0.8;
    transform: scale(0.85);
}
.scenterimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
}
.scinfo {
	font-size: 13px;
	color: #221815;
}
.top-img>p{
	margin-bottom: 0;
}
#support-nav {
	width: 100%;
	position: relative;
	z-index: 9999;
}
#support-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 93px;
}
#support-nav .support-inner {
	padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;
	max-width: 100%;
}
.support-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.support-item {
	width: 25%;
}
.support-item:last-child {
	margin-right: 0;
}
.support-item a {
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
#supportcenter, #centertokyo, #centerosaka, #centerishikawa{
	margin-top: -200px;
	padding-top: 200px;
}
@media (max-width: 992px){
	.scenter div:hover .scenterimg{
	    box-shadow: none;
	}
	#support-nav{
		display: none;
	}
	#supportcenter, #centertokyo, #centerosaka, #centerishikawa{
		font-size: 16px;
		margin-top: 0;
		padding-top: 0;
	}
	.centername {
		font-size:14px;
		letter-spacing:1px;
	}
	.customize-support{
		margin-top: 20px;
	}
	.customize-support p, .customize-support li{
		font-size: 12px;
	}
	.scenter > div h6{
	    font-size: 14px;
	    font-weight: 500;
	    letter-spacing: 1px;
	}
	.scenter > div p{
	    font-size: 12px;
	    letter-spacing: 0px
    }
	.scinfo .row > div:first-child{
		font-weight: bold;
	}
    .scenterimg {
	    box-shadow:none;
	    height: 60px;
    }
    .scenterimg::after {
	    box-shadow:none;
    }
}
@media (max-width: 1199px){
	#support-nav.m_fixed {
		top: 72px;
	}
}

/* 固定ページ */
.fixedheader{
	background: #5D5C5C;
    padding-bottom: 35px;
    padding-top: 70px;
    color: #fff;
    margin-bottom: 45px;	
}
.fixedheader h1{
	max-width: 770px;
    margin: 0 auto;
    padding-left: .5rem;
    letter-spacing: .3rem;
    font-size: 26px;
    font-weight: normal;
}
.fixedcontent{
	line-height: 30px;
	font-size: 14px;
	color: #221815;
}
/*
.fixedcontent h6{
	margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}
.fixedcontent ol{
	padding-left: 1rem;
}
.fixedcontent p, .fixedcontent li{
	color: #221815;
	font-size: 14px;
}
*/

/* サポート登録 */
.applyregist{
	font-size: 14px;
}
.applyscroll {
	width: 100%;
	height: 200px;
	padding: 1rem;
	overflow: scroll;
	border: #6c757d 1px solid;
	border-radius: 10px;
}
.invalidtxt{
	color: #dc3545;
	font-size: .875em;
}
.pcodesearch {
	text-decoration: none;
	color: #6c757d;
}
.pcodesearch:hover {
	color: #212529;
}


