/*
Theme Name: goodjob_theme
*/


/* ----------------reset---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
display: block;
}
body,html {
	height: 100%;
}
body {
line-height: 1;
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ----------------common---------------- */

html {
	overflow: auto;
}
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #000;
	background: #f4f4ef;
}
a {
	text-decoration: underline;
	color: #898989;
}
a:hover {
	opacity: 0.8;
}
p,li,h1,h2,li,ul,div,dl,dt,dd,h1,h2,h3,header,picture {
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.breadcrumb ul {
    display: flex;
    padding: 1em;
}
.breadcrumb ul li {
    margin-right: 0.5em;
	font-size: 0.8rem;
}
.breadcrumb ul li:after {
	content: " >"
}
.breadcrumb ul li:nth-child(2) {
	display: none;
}
body.page .breadcrumb ul li:nth-child(2) {
	display: block;
}
.breadcrumb ul li:last-child {
	margin-right: 0;
}
.breadcrumb ul li:last-child:after {
	content: "";
}

/* ----------------head---------------- */

header {
    background: #2c2929;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 30px;
    height: 92px;
}
header a {
	text-decoration: none;
}
.logo a {
	display: block;
	text-indent: -9999em;
    width: 177px;
    height: 52px;
	background: url(images/logo.png) no-repeat;
}
.language {
    width: 80%;
}
header .language ul {
    justify-content: flex-end;
    display: flex;
    position: relative;
    align-items: center;
}
header .language ul:before {
	content: "";
	background: url(images/globe.png) no-repeat left;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	margin-right: 6px;
}
header .language ul li {
    color: #898989;
    font-family: arial;
    font-size: 0.8rem;
}
header .language ul li a {
	color: white;
}
header .language ul li:nth-child(2) {
	margin-right: 3em;
}
header .language ul li:nth-child(2):before {
	content: "／";
}
.hamburger {
	background: #ba7c1a;
	width: 90px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	cursor: pointer;
}
.hamburger:after {
	background: url(images/hamburger.png) no-repeat;
	display: block;
	width: 28px;
	height: 21px;
	content: "";
}
nav {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	top: 0;
	z-index: 10;
	position: fixed;
}
nav ul {
    margin: 5% auto 0 auto;
    display: table;
    text-align: center;
    position: relative;
}
nav ul li a {
    padding: 1em 0;
    display: block;
    border-bottom: 1px solid;
    color: black;
}
.close {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	margin: 10% 30% 0 auto;
}
.close::before, .close::after{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #7e7e7e;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}
.close::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
nav ul {
	margin: 5% auto 0 auto;
    display: table;
}

/* ----------------toppage---------------- */
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slider.home.slick-slider {
	overflow: hidden;
	padding-bottom: 5%;
}
.slick-dots li button:before {
    content: "";
    background: black;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
.slider.home .slick-dots {
    bottom: 20px;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    width: 10px;
}
.lead {
    text-align: center;
	font-weight: 500;
    line-height: 1.8;
    padding-top: 50px;
	font-size: 1rem;
	max-width: 800px;
    margin: 0 auto;
}
.maintitle {
    font-size: 1.45rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #ba7c1a;
	display: table;
	margin: 0 auto 2em auto;
}
.main-container {
    margin: 90px auto 100px auto;
}
.btn,
.btn.submit {
    display: table;
    margin: 0 auto;
    background: #505050;
    padding: 0 0 0 20px;
    position: relative;
}
.btn.submit {
	cursor: pointer;
}
.btn:hover,
.btn.submit:hover {
	opacity: 0.7;
}
.btn a,
.btn.submit input {
    display: flex;
    margin: 0 auto;
    align-items: center;
    color: white;
    height: 56px;
    text-decoration: none;
    padding: 0 20px 0 30px;
    position: relative;
}
.btn.submit input,
.btn.search a {
	background: url(images/icon_enlarge.png) no-repeat left;
	border: 0;
	cursor: pointer;
	letter-spacing: 0.1em;
    font-size: 1rem;
	font-family: 'Noto Sans JP';
}
.btn.submit:after {
	content: none;
}
.btn.back {
    margin-top: 50px;
}
.btn.back a {
	background: url(images/icon_back.svg) no-repeat left;
}
.btn.search.home {
	margin-bottom: 5%;
}
.btn:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
	position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
    display: table;
}
.btn.search:after {
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent #505050;
    right: -20px;
}
.btn.back:after {
    border-width: 28px 20px 28px 0;
    border-color: transparent #505050 transparent transparent;
    left: -20px;
}
#wrap {
    width: 1000px;
    margin: 0 auto;
}
body.search-results #wrap {
	min-height: 100%;
}
.special {
	margin: 0 auto 5% auto;
}
.special .sptitle {
    background-size: auto auto;
    background-color: rgba(213, 164, 83, 1);
    background-image: repeating-linear-gradient(139deg, transparent, transparent 3px, rgba(207, 150, 58, 1) 3px, rgba(207, 150, 58, 1) 6px );
    text-align: center;
    padding: 0.6em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #52390f;
	line-height: 1.5;
}
.special .inner {
    background: white;
	padding: 20px;
}
.lineup.home ul {
	display: flex;
	flex-wrap: wrap;
}
.lineup.home ul li {
    width: calc(100% / 3 - 20px);
	margin-bottom: 50px;
	margin-right: 30px;
}
.lineup.home ul li:nth-child(3n) {
    margin-right: 0;
}
.lineup.home ul li img {
    max-width: 100%;
}
.lineup.home ul li picture,
.slider.pickup picture {
    box-sizing: border-box;
    background: white;
    display: table;
    border: 1px solid #e8e8e8;
}
.slider.pickup {
    margin: 0 auto 70px auto;
	width: 95%;
}
.slider.pickup img {
    max-width: 100%;
}
.lineup.home ul li picture {
	padding: 12px;
	margin-bottom: 20px;
}
.slider.pickup picture {
	margin: 0 12px;
	padding: 20px;
}
.slider.pickup .slick-prev {
	left: -30px;
}
.slider.pickup .slick-next {
	right: -30px;
}
.pagination {
    display: flex;
	justify-content: center;
}
.pagination span,
.pagination a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 12px;
	font-family: arial;
	margin: 20px 1em 80px 0;
}
.pagination span {
	color: white;
	background: #000;
}
.pagination a {
	color: #8b8b88;
	background: #dbdbd7;
}
.time {
    color: #868686;
    line-height: 2.5;
}
.lineup .time {
	font-size: 0.8rem;
}
.heading .time {
	font-size: 1rem;
}
.address {
    font-size: 0.9rem;
    color: #777777;
    line-height: 1.5;
	margin-bottom: 0.2em;
}
.lineup h2 a {
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    color: black;
    line-height: 1.3;
}
dl.gyoshu {
    display: flex;
}
dl.gyoshu {
    display: flex;
    font-size: 0.9rem;
	align-items: center;
	font-family: 'M PLUS Rounded 1c', sans-serif,arial;
}
dl.gyoshu dt {
    color: white;
    padding: 0.5em;
	margin-right: 0.5em;
	letter-spacing: 0;
}
.lineup dl.gyoshu dt {
	background: #656565;
	font-size: 0.7rem;
	letter-spacing: 0;
	flex-shrink: 0;
}
.heading dl.gyoshu dt {
	color: #898989;
	border: 1px solid #898989;	
	padding: 0.3em 0.5em;
	font-size: 0.9rem;
	letter-spacing: 0;
}
.heading dl.gyoshu dd {
	font-size: 0.9rem;
	letter-spacing: 0;
}
dl.gyoshu dd {
	color: #3e4347;
	line-height: 1.3;
	letter-spacing: 0;
}
.pickup .slick-prev:before,
.pickup .slick-next:before {
    width: 30px;
    height: 72px;
    content: "";
    display: block;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 72px;
}
.pickup .slick-prev:before {
	background-image: url(images/arrow_left.png);
}
.pickup .slick-next:before {
	background-image: url(images/arrow_right.png);
}

/* ----------------single---------------- */

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100% !important;
	width: 100% !important;
	height: 100% !important;
} 
.heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3%;
}
.heading h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
.singleview ul {
    margin: 50px 0 50px 0;
}
.singleview ul li {
	padding: 1em 0 1em 2.5em;
	border-bottom: 1px solid #dcd4c6;
	line-height: 1.5;
}
.singleview ul li:first-child {
	background: url(images/icon_pin.svg) no-repeat left;
}
.singleview ul li:nth-child(2) {
	background: url(images/icon_balloon.svg) no-repeat left;
}
.singleview ul li:nth-child(3) {
	background: url(images/icon_link.svg) no-repeat left;
}
.singleview ul li {
	background-size: 1.2em;
	background-repeat: no-repeat;
	background-position: left;
}


/* ----------------page---------------- */

/* ----------------search---------------- */

.box-wrap {
    display: flex;
	flex-wrap: wrap;
}
.box-wrap input[type="checkbox"]{
	display: none;
}
.box-wrap input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
	line-height: 1.5;
}
.box-wrap input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #9e9e9d;
    background-color: #FFF;
	border-radius: 2px;
}
.box-wrap input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753;
}
.or1,
.or2 {
	color: #d5a453;
    font-size: 1.3rem;
    font-weight: 500;
}
.or1 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dcd4c6;
    margin-bottom: 2em;
}
.or2 {
	margin-right: 1.5em;	
}
.box_sub {
    display: flex;
    flex-wrap: wrap;
	padding-left: 5em;
	margin-bottom: 2em;
	width: auto !important;
}
.box_sub ul li {
    margin-bottom: 2em;
    width: 10em;
}
.box_industry {
	display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #dcd4c6;
	margin-bottom: 3em;
}
.box_industry ul {
    width: 50%;
}
.box_industry ul li {
	margin-bottom: 2em;
	margin-right: 1em;	
}
.box1, .box2, .box3, .box4, .box5, .box6, .box7 {
    width: 15em;
}
body#searchtop input[type="text"] {
    width: 20em;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
.freeword {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #dcd4c6;
	display: flex;
    align-items: center;
	justify-content: center;
}
.freeword p {
    color: #898989;
    font-size: 0.9rem;
    margin-top: 0.8em;
}
body.search .result {
    text-align: center;
    margin: 0 auto 2em auto;
}
body.search .post {
    line-height: 1.5;
	width: 100%;
}
body.search .post p {
    text-align: center;
}

/* ----------------footer---------------- */

.logo-footer a {
	background: url(images/logo_tuybottom.png) no-repeat;
	display: table;
	margin: 0 auto 50px auto;
	width: 130px;
	height: 43px;
	text-indent: -9999em;
}
.copyright {
	background: #303030;
	padding: 2.5em 0;
	display: block;
	width: 100%;
}
.copyright p {
	text-align: center;
	color: white;
	line-height: 1.5;
	font-size: 0.8rem;
	font-family: arial;
}
#page-top {
    position: fixed;
    border-radius: 8px;
    color: #303030;
    bottom: 12%;
    right: 5%;
    cursor: pointer;
	width: 6em;
    height: 6em;
    background: rgba(244,244,239,0.9);
}
#page-top span {
	position: relative;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
}
#page-top span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #505050 transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

/* ----------------media query---------------- */

@media screen and (max-width : 64em) {
	/* common */
	body {
        min-width: 1200px;
    }
}
@media screen and (max-width : 42em) {
	/* common */
	body {
		min-width: initial;
	}
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
	#wrap {
		width: 90%;
	}
	.breadcrumb {
		padding-top: 60px;
	}
	/* header */
	header {
		height: 60px;
		padding: 0 0 0 3%;
		position: fixed;
		width: 100%;
		z-index: 999999;
		top: 0;
	}
	.hamburger {
		width: 30vw;
	}
	.logo a {
		zoom: 0.7;
	}
	.close {
		width: 30px;
		height: 30px;
		margin: 10% 10% 0 auto;
	}	
	nav ul li a {
		font-size: 3.5vw;
	}	
	/* toppage */
	.slider.home.slick-slider {
		padding-bottom: 15%;
		padding-top: 60px;
		margin-bottom: 0;
	}	
	.slider.pickup picture {
		margin: 0 0;
		padding: 0.6em;
	}
	.slick-prev, .slick-next {
		zoom: 0.5;
		top: 0;
    	bottom: 0;
    	margin: auto;
	}
	.slider.pickup {
		margin: 0 auto 15% auto;
		width: 100%;
		padding: 0 2em;
	}	
	.slider.pickup .slick-next {
		right: -1em;
	}
	.slider.pickup .slick-prev {
		left: -2em;
	}	
	.lead {
		font-size: 3.5vw;
		text-align: left;
		max-width: initial;
		padding: 0 1.5em;
	}
	.main-container {
		margin: 10% auto 10% auto;
	}
	.btn.submit input, .btn.search a, .btn.back a {
		font-size: 3.5vw;
    	height: 46px;
	}
	.btn.submit input, .btn.search a {
		background-size: 8%;
	}
	.btn.search:after {
		border-width: 23px 0 23px 20px;
	}
	.btn.back:after {
    	border-width: 23px 20px 23px 0;
	}
	.slider.pickup .slick-dots {
		left: 0;
		right: 0;
	}
	.maintitle {
		font-size: 5vw;
		margin: 0 auto 1em auto;
		border-bottom: 2px solid #ba7c1a;
	}
	.special {
	}
	.lineup.home ul li {
		width: 100%;
		margin-bottom: 10%;
		margin-right: 0;
	}
	.lineup.home ul li picture {
		margin-bottom: 3%;
		padding: 0.6em;
	}
	.lineup .time {
		font-size: 3.2vw;
	}
	.lineup h2 a {
		font-size: 4.5vw;
	}
	.address {
		font-size: 3.5vw;
	}
	.lineup.home ul {
		margin-bottom: 10%;
	}
	.pagination span,
	.pagination a {
		margin: 5% 1em 10% 0;
	}
	.special .sptitle {
		font-size: 4vw;
	}
	.special .inner {
		font-size: 3.5vw;
	}	
	/* footer */
	.copyright {
		padding: 1em 0;
	}
	.copyright p {
		font-size: 3vw;
	}
	.lineup.home ul li:last-child {
		margin-bottom: 0;
	}
	.logo-footer a {
		margin: 0 auto 5% auto;
		zoom: 0.8;
	}	
	#page-top {
		bottom: 10%;
		width: 4em;
    	height: 4em;
	}	
	#page-top span {
		font-size: 2.5vw;
		letter-spacing: 0.06em;
	}	
	/* single */
	.heading .time {
		font-size: 3.2vw;
		line-height: 1.8;
	}
	.heading h2 {
		font-size: 4.5vw;
		line-height: 1.3;
		width: 15em;
	}
	.heading dl.gyoshu dd {
		font-size: 3vw;
	}
	.heading dl.gyoshu dt {
		font-size: 3vw;
		display: table;
		margin-bottom: 0.2em;
	}
	.singleview p,
	.singleview ul li a {
		font-size: 3.5vw;
	}
	.singleview ul li {
		padding: 0.5em 0 0.5em 2.5em;
	}
	.singleview dl.gyoshu {
		display: block;
	}
	.singleview ul {
		margin: 5% auto;
	}
	/* search */
	.box-wrap {
		display: block;
	}
	.box1, .box2, .box3, .box4, .box5, .box6, .box7 {
		margin-bottom: 2em;
	}
	.box-wrap label {
		font-size: 3.5vw;
	}
	.box_sub ul li {
		margin-bottom: 1em;
	}
	.or1, .or2 {
		font-size: 5vw;
	}	
	.box_industry ul li {
		margin-bottom: 1em;
	}	
	.box_industry {
		display: block;
	}	
	.freeword {
		display: block;
	}	
	.or2 {
		margin-bottom: 0.6em;
	}	
	.freeword p {
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.box_sub {
		padding-left: 2em;
		line-height: 1.3;
		display: block;
	}	
	.box-wrap input[type="checkbox"]+label {
		width: 100%;
	}	
	.box_industry ul {
		width: 100%;
	}
	
	
	
}