@charset "UTF-8";
.works {}
.works_title {
	font-size: 24px;
	line-height: 1.4;
}
.works_info {
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 20px;
	margin-bottom: 37px;
	margin-top: 10px;
}
.works_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.works_tagList > li {
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.works_tagList > li:first-child {}
.works_tagList > li:last-child {
	margin-right: 0;
}
.works_tagList > li:nth-child(2n+1) {}
.works_tagList > li:nth-child(n+3) {}
.works_tagList > li > a {
	display: flex;
	text-decoration: none;
	border: 2px solid #64C34D;
	border-radius: 30px;
	color: #46A230;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	height: 25px;
	line-height: 1;
	font-size: 13px;
	padding: 0 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.works_tagList > li > a[data-slug="nonoichi-hakusan"] {
	border-color: #FFCF0F;
	color: #FF8E00;
}
.works_tagList > li > a[data-slug="uchinada-tsubata-kahoku"] {
	border-color: #4D95E9;
	color: #4D95E9;
}
.works_tagList > li > a[data-type="other"] {
	border-color: #FD9D24;
	color: #FD9D24;
}
.works_tagList > li > a::before {
	content: "";
}
.works_tagList > li > a::after {
	content: "";
}
.works_cols {
	display: flex;
	justify-content: space-between;
}
.works_col {}
.works_col-no1 {
	width: 62.5%;
}
.works_headline {
	font-weight: 500;
	margin: 16px 0;
	font-size: 22px;
}
.works_text {
	font-size: 14px;
	margin: 14px 0 25px 0;
}
.works_imageSlide {
	opacity: 0;
	font-size: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.works_imageSlide.slick-initialized {
	opacity: 1;
}
/* --------------------- */
.works_imageSlide.slick-initialized.kanazawa-seaside,
.works_imageSlide.slick-initialized.kanazawa-north,
.works_imageSlide.slick-initialized.kanazawa-east,
.works_imageSlide.slick-initialized.kanazawa-west,
.works_imageSlide.slick-initialized.kanazawa-south,
.works_imageSlide.slick-initialized.kanazawa-center,
.works_imageSlide.slick-initialized.kanazawa-seaside {
	opacity: 1;
	border: solid 4px #64C34D;
}
.works_imageSlide.slick-initialized.nonoichi-hakusan {
	opacity: 1;
	border: solid 4px #FCC30B;
}
.works_imageSlide.slick-initialized.uchinada-tsubata-kahoku {
	opacity: 1;
	border: solid 4px #4D95E9;
}
/* --------------------- */
.works_image {
	padding-bottom: 64.3%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.works_thumbList {
	list-style: none;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.works_thumbList > li {
	width: 16%;
	margin-left: 0.48%;
}
.works_thumbList > li.kanazawa-seaside,
.works_thumbList > li.kanazawa-north,
.works_thumbList > li.kanazawa-east,
.works_thumbList > li.kanazawa-west,
.works_thumbList > li.kanazawa-south,
.works_thumbList > li.kanazawa-center,
.works_thumbList > li.kanazawa-seaside {
	width: 16%;
	margin-left: 0.48%;
	border: solid 1px #64C34D;
}
.works_thumbList > li.nonoichi-hakusan {
	width: 16%;
	margin-left: 0.48%;
	border: solid 1px #FCC30B;
}
.works_thumbList > li.uchinada-tsubata-kahoku {
	width: 16%;
	margin-left: 0.48%;
	border: solid 1px #4D95E9;
}
.works_thumbList > li:first-child {
	margin-left: 0;
}
.works_thumbList > li:last-child {}
.works_thumbList > li:nth-child(6n+1) {
	margin-left: 0;
}
.works_thumbList > li:nth-child(n+7) {
	margin-top: 0.8%;
}
.works_thumbList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-bottom: 64.3%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: .3s;
	transition-property: opacity;
}
.works_thumbList > li > a::before {
	content: "";
}
.works_thumbList > li > a::after {
	content: "";
}
.works_col-no2 {
	width: 32.4%;
}
.works_table {
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
}
.works_table > caption {
	background-color: #EDEDED;
	font-weight: 500;
	text-align: left;
	padding: 9px 15px;
	font-size: 16px;
}
.works_table > tbody {}
.works_table > tbody > tr {
	border-bottom: 1px solid #ADADAD;
}
.works_table > tbody > tr:first-child {}
.works_table > tbody > tr:last-child {}
.works_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	padding: 10px 10px;
}
.works_table > tbody > tr > td {
	padding: 10px 10px;
	word-break: break-word;
}
.works_map {
	margin-top: 28px;
	position: relative;
	z-index: 1;
	padding-bottom: 62.6%;
}
.works_map > iframe {
	position: absolute;
	z-index: 1;
	border: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.works_shareButton {
	padding: 1rem 0;
}
.contact {
	margin-top: 85px;
	border: 4px solid #64C34D;
	padding: 35px 35px;
}
.contact_title {
	margin-bottom: 25px;
}
.contact_title > img {
	width: 39px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.contact_title > b {
	display: block;
	font-size: 18px;
	text-align: center;
}
.contact_text {
	text-align: center;
	margin-bottom: 1em;
}
.contact_text:last-child {
	margin-bottom: 0;
}
.contact_text > a {}
.contact_text > a::before {
	content: "";
}
.contact_text > a::after {
	content: "";
}
.outline {
	margin: 58px 0;
}
.outline_title {
	background-color: #F4DF70;
	height: 47px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 500;
}
.outline_title-regular {
	background-color: #95DEFF;
}
.outline_title-contract {
	background-color: #83DD6D;
}
.outline_title-parttime {
	background-color: #FFBE6C;
}
.outline_table {
	width: 100%;
}
.outline_table > tbody {}
.outline_table > tbody > tr {
	border-bottom: 1px solid #BFBFBF;
}
.outline_table > tbody > tr:first-child {}
.outline_table > tbody > tr:last-child {}
.outline_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #F0F0F0;
	font-weight: normal;
	text-align: left;
	padding: 10px 20px;
	width: 86px;
}
.outline_table > tbody > tr > th:first-child {
	border-left: 1px solid #BFBFBF;
}
.outline_table > tbody > tr > td:last-child {
	border-right: 1px solid #BFBFBF;
}
.outline_table > tbody > tr > td {
	padding: 10px 20px;
	width: 40%;
}
.outline_linkWrap {
	background-color: rgba(244, 223, 112, 0.2);
	padding: 28px 28px;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
.outline_link {
	max-width: 340px;
	margin: 0 auto;
}
.outline_link > a {}
.outline_link > a::before {
	content: "";
}
.outline_link > a::after {
	content: "";
}
.works_no {
	line-height: 1;
	margin-bottom: 4px;
	font-size: 14px;
}
.works_salaryList {
	list-style: none;
	margin: 5px 0 10px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.works_salaryList > li {
	display: inline;
	font-size: 14px;
}
.works_salaryList > li::after {
	content: "、";
}
.works_salaryList > li:last-child::after {
	display: none;
}
.works_salaryList > li:first-child {}
.works_salaryList > li:last-child {}
.works_salaryList > li:nth-child(2n+1) {}
.works_salaryList > li:nth-child(n+3) {}
.works_salaries {
	font-size: 14px;
	margin: 5px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.works_imageSlide {}
	.works_image {}
	.works_thumbList {
		margin-top: 5px;
	}
	.works_thumbList > li {
		width: 23.5%;
		margin-left: 2%;
	}
	.works_thumbList > li:first-child {}
	.works_thumbList > li:last-child {}
	.works_thumbList > li:nth-child(6n+1) {
		margin-left: 2%;
	}
	.works_thumbList > li:nth-child(4n+1) {
		/* margin-left: 0; */
	}
	.works_thumbList > li:nth-child(n+5) {
		/* margin-top: 2%; */
	}
	.works_thumbList > li:first-of-type {
		margin-left: 0;
	}
	.works_thumbList > li:nth-of-type(7) {
		margin-left: 0;
	}
	.works_thumbList > li > a {}
	.works_thumbList > li > a::before {}
	.works_thumbList > li > a::after {}
	.works_col-no2 {}
	.works_table {
		font-size: 12px;
	}
	.works_table > caption {
		font-size: 14px;
		padding: 10px 10px;
	}
	.works_table > tbody {}
	.works_table > tbody > tr {}
	.works_table > tbody > tr:first-child {}
	.works_table > tbody > tr:last-child {}
	.works_table > tbody > tr > th {
		padding: 10px 5px;
	}
	.works_table > tbody > tr > td {
		padding: 10px 5px;
	}
	.works_map {
		margin-top: 15px;
	}
	.works_map > iframe {}
	.contact {
		margin-top: 25px;
		border-width: 2px;
		padding: 15px 15px;
	}
	.contact_title {
		margin-bottom: 10px;
	}
	.contact_title > img {
		width: 30px;
	}
	.contact_title > b {
		font-size: 14px;
	}
	.contact_text {
		text-align: left;
	}
	.contact_text:last-child {}
	.contact_text > a {}
	.contact_text > a::before {}
	.contact_text > a::after {}
	.outline {
		margin: 35px 0;
	}
	.outline_title {
		font-size: 14px;
		height: 36px;
	}
	.outline_table {
		display: block;
	}
	.outline_table > tbody {
		display: block;
	}
	.outline_table > tbody > tr {
		border: none;
		display: block;
	}
	.outline_table > tbody > tr:first-child {}
	.outline_table > tbody > tr:last-child {}
	.outline_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 5px 10px;
	}
	.outline_table > tbody > tr > th[data-empty] + td,
	.outline_table > tbody > tr > th[data-empty] {
		display: none;
	}
	.outline_table > tbody > tr > th:empty {
		display: none;
	}
	.outline_table > tbody > tr > td:empty {
		display: none;
	}
	.outline_table > tbody > tr > th:first-child {
		border: none;
	}
	.outline_table > tbody > tr > td:last-child {
		border: none;
	}
	.outline_table > tbody > tr > td {
		display: block;
		padding: 5px 10px;
		width: auto;
	}
	.outline_linkWrap {
		border: none;
		background: no-repeat;
		padding: 0;
	}
	.outline_link {
		max-width: none;
	}
	.outline_link > a {}
	.outline_link > a::before {}
	.outline_link > a::after {}
	.works_no {
		font-size: 12px;
	}
	.works_salaries {
		font-size: 12px;
		margin: 3px 0 5px;
		white-space: normal;
		overflow: visible;
	}
@media screen and (max-width:1235px) {
	.works_thumbList > li:nth-child(n+6) {
		margin-top: 0.8%;
	}
	.works_thumbList > li:nth-of-type(6) {
		margin-left: 0;
	}
	.works_thumbList > li {
		width: 17%;
		margin-left: 0.48%;
	}
	.works_thumbList > li.kanazawa-seaside,
	.works_thumbList > li.kanazawa-north,
	.works_thumbList > li.kanazawa-east,
	.works_thumbList > li.kanazawa-west,
	.works_thumbList > li.kanazawa-south,
	.works_thumbList > li.kanazawa-center,
	.works_thumbList > li.kanazawa-seaside {
		width: 17%;
		margin-left: 0.48%;
		border: solid 1px #64C34D;
	}
	.works_thumbList > li.nonoichi-hakusan {
		width: 17%;
		margin-left: 0.48%;
		border: solid 1px #FCC30B;
	}
	.works_thumbList > li.uchinada-tsubata-kahoku {
		width: 17%;
		margin-left: 0.48%;
		border: solid 1px #4D95E9;
	}
	.works_thumbList > li:nth-of-type(7) {
		margin-left: 0.48%;
	}
}
@media screen and (min-width:1000px) {
	.works_tagList > li > a:hover {
		background-color: #64C34D;
		color: #fff;
	}
	.works_tagList > li > a:hover[data-slug="uchinada-tsubata-kahoku"] {
		background-color: #4D95E9;
	}
	.works_tagList > li > a[data-slug="nonoichi-hakusan"]:hover {
		background-color: #FFCF0F;
	}
	.works_tagList > li > a[data-type="other"]:hover {
		background-color: #FD9D24;
	}
	.works_thumbList > li > a:hover {
		opacity: .7;
	}
	.contact_text > a:hover {}
	.outline_link > a:hover {}
}
@media screen and (max-width:999px) {
	.works {}
	.works_title {
		font-size: 22px;
	}
	.works_info {}
	.works_tagList {}
	.works_tagList > li {}
	.works_tagList > li:first-child {}
	.works_tagList > li:last-child {}
	.works_tagList > li:nth-child(2n+1) {}
	.works_tagList > li:nth-child(n+3) {}
	.works_tagList > li > a {
		font-size: 12px;
	}
	.works_tagList > li > a[data-type="other"] {}
	.works_tagList > li > a::before {}
	.works_tagList > li > a::after {}
	.works_cols {}
	.works_col {}
	.works_col-no1 {
		width: 58%;
	}
	.works_headline {
		font-size: 20px;
		margin: 10px 0;
	}
	.works_text {}
	.works_imageSlide {}
	.works_image {}
	.works_thumbList {}
	.works_thumbList > li {}
	.works_thumbList > li:first-child {}
	.works_thumbList > li:last-child {}
	.works_thumbList > li:nth-child(2n+1) {}
	.works_thumbList > li:nth-child(n+3) {}
	.works_thumbList > li > a {}
	.works_thumbList > li > a::before {}
	.works_thumbList > li > a::after {}
	.works_col-no2 {
		width: 39%;
	}
	.works_table {}
	.works_table > caption {}
	.works_table > tbody {}
	.works_table > tbody > tr {}
	.works_table > tbody > tr:first-child {}
	.works_table > tbody > tr:last-child {}
	.works_table > tbody > tr > th {}
	.works_table > tbody > tr > td {}
	.works_map {}
	.works_map > iframe {}
	.contact {
		margin-top: 45px;
		border-width: 3px;
		padding: 25px 25px;
	}
	.contact_title {
		margin-bottom: 20px;
	}
	.contact_title > img {}
	.contact_title > b {
		font-size: 16px;
	}
	.contact_text {}
	.contact_text:last-child {}
	.contact_text > a {}
	.contact_text > a::before {}
	.contact_text > a::after {}
	.outline {
		margin: 45px 0;
	}
	.outline_title {
		height: 42px;
		font-size: 16px;
		padding: 0 15px;
	}
	.outline_table {}
	.outline_table > tbody {}
	.outline_table > tbody > tr {}
	.outline_table > tbody > tr:first-child {}
	.outline_table > tbody > tr:last-child {}
	.outline_table > tbody > tr > th {}
	.outline_table > tbody > tr > th:first-child {}
	.outline_table > tbody > tr > td:last-child {}
	.outline_table > tbody > tr > td {}
	.outline_linkWrap {}
	.outline_link {}
	.outline_link > a {}
	.outline_link > a::before {}
	.outline_link > a::after {}
	.works_no {
		font-size: 13px;
	}
	.works_salaries {}
}
@media screen and (max-width:767px) {
	.works {}
	.works_title {
		font-size: 18px;
	}
	.works_info {
		margin-bottom: 20px;
		padding-bottom: 20px;
		margin-top: 5px;
	}
	.works_tagList {}
	.works_tagList > li {}
	.works_tagList > li:first-child {}
	.works_tagList > li:last-child {}
	.works_tagList > li:nth-child(2n+1) {}
	.works_tagList > li:nth-child(n+3) {}
	.works_tagList > li > a {
		border-width: 1px;
		font-size: 11px;
		height: 22px;
	}
	.works_tagList > li > a[data-type="other"] {}
	.works_tagList > li > a::before {}
	.works_tagList > li > a::after {}
	.works_cols {
		display: block;
	}
	.works_col {
		width: auto;
	}
	.works_col-no1 {
		margin-bottom: 25px;
	}
	.works_headline {
		font-size: 16px;
		line-height: 1.4;
	}
	.works_text {
		margin: 10px 0 20px 0;
	}
	.works_thumbList > li.kanazawa-seaside,
	.works_thumbList > li.kanazawa-north,
	.works_thumbList > li.kanazawa-east,
	.works_thumbList > li.kanazawa-west,
	.works_thumbList > li.kanazawa-south,
	.works_thumbList > li.kanazawa-center,
	.works_thumbList > li.kanazawa-seaside {
		margin-left: 0.2%;
	}
	.works_thumbList > li:nth-child(n+6) {
		margin-top: 0.8%;
	}
}

.works_tagList.works_chokotto {
	margin-top: 10px;
}
.works_tagList.works_chokotto > li {
}
.works_tagList.works_chokotto > li > a {
	border: 2px solid #ffb14b;
	background-image: linear-gradient(90deg, #ffc3aa, #fff0aa);
	color: #111A11;
	position: relative;
	z-index: 0;
	transition-property: background-image, color;
}
.works_tagList.works_chokotto > li > a:hover {
	background-image: linear-gradient(90deg, #ffb14b, #ffb14b);
	color: #fff;
}
/* .works_tagList.works_chokotto > li > a::before {
	content: "";
	background-image: linear-gradient(90deg, #ffc3aa, #fff0aa);
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50px;
} */
