@charset "UTF-8";

.boxWorks01 {
	max-width: 1000px;
	margin: auto;
	font-weight: 500;
}
.boxWorks01 h2 {
	font-size: 2rem;
	margin-bottom: 2.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid;
}
.boxWorks01 .boxImg {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3rem;
}
.boxWorks01 .boxImg .slide {
	width: calc(100% - 370px);
}
.boxWorks01 .boxImg .thumb {
	width: 330px;
	margin-left: auto;
}
.boxWorks01 .boxImg .slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.boxWorks01 .boxImg .slide .item {
  position: relative;
  height: 100%;
}
.boxWorks01 .boxImg .slide .item img {
	margin: auto;
}

.boxWorks01 .boxImg .slide > .slick-list,
.boxWorks01 .boxImg .slide > .slick-list > .slick-track,
.boxWorks01 .boxImg .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
}

/* thumb */

.boxWorks01 .boxImg .thumb {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.boxWorks01 .boxImg .thumb .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 0;
}

.boxWorks01 .boxImg .thumb .item::before {
  display: block;
  padding-top: 70%;
  content: "";
}
.boxWorks01 .boxImg .thumb .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 190%;
	max-width: inherit !important;
}
.boxWorks01 .boxImg .thumb .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}
.boxWorks01 .slick-prev:before, .boxWorks01 .slick-next:before {
	content: none;
}
.boxWorks01 .slick-prev {
	width: 22px;
	height: 36px;
	background: url("../_img/_works/icn-prev.png") no-repeat left top !important;
	background-size: contain !important;
	left: -30px;
}
.boxWorks01 .slick-next {
	right: -30px;
	width: 22px;
	height: 36px;
	background: url("../_img/_works/icn-next.png") no-repeat left top !important;
	background-size: contain !important;
}
.boxWorks01 h3.ttl {
	letter-spacing: 0.07em;
	font-size: 2.3rem;
	margin: 0 0 1em 1em;
	padding: 0.8em 0 0.5em 1em;;
	position: relative
}
.boxWorks01 h3.ttl:before {
	content: "";
	width: 1px;
	height: 3em;
	transform: rotate(30deg);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
}
.boxWorks01 .dl_wrap {
	margin-bottom: 5rem;
}
.boxWorks01 .dl_wrap dl {
	line-height: 1.6;
	display: flex;
}
.boxWorks01 .dl_wrap dl dt:after {
	content: "/";
	padding: 0 0.5em;
}
.boxWorks01 .dl_wrap dl:nth-child(n+2) {
	margin-top: 0.3em;
}
.boxWorksList01 {
	max-width: 1000px;
	margin: auto;
	font-size: 16px;
	font-weight: 500;
}
.boxWorksList01 .box_wrap {
	display: flex;
	flex-wrap: wrap;
}
.boxWorksList01 .box {
	width: 31%;
	margin: 0 0 3rem 2%;
	position: relative;
}
.boxWorksList01 .box.new:before {
	content: "NEW";
	color: #fff;
	background-color: #1a1a1a;
	display: inline-block;
	padding: 0.3em 1em;
	font-size: 0.8rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	letter-spacing: 0.1em;
}
.boxWorksList01 .box:nth-of-type(3n + 1) {
	margin-left: 0;
}
.boxWorksList01 .box p {
	margin-top: 0.2em;
	line-height: 1.5;
	letter-spacing: 0.07em;
	font-size: 15px;
}
.boxIndexWorks .box_wrap {
	display: flex;
	flex-wrap: wrap;
}
.boxIndexWorks .box_wrap .item {
	width: 23%;
	margin-left: 2.66%;
	position: relative;
}
.boxIndexWorks .box_wrap .item a {
	display: block;
	position: relative;
}
.boxIndexWorks .box_wrap .item a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.3s;
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.boxIndexWorks .box_wrap .item a:hover {
	opacity: 1;
}
.boxIndexWorks .box_wrap .item a:hover:before {
	opacity: 1;
}
.boxIndexWorks .box_wrap .item:nth-of-type(4n+1) {
	margin-left: 0;
}
.boxIndexWorks .box_wrap .item:nth-child(n+5) {
	margin-top: 3rem;
}
.boxIndexWorks .box_wrap .item .ttl {
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	letter-spacing: 0.07em;
	pointer-events: none;
}
.boxIndexWorks .box_wrap .item .ttl span.icn_new {
	color: #fff;
	background-color: #1a1a1a;
	display: inline-block;
	padding: 0.3em 1em;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	margin-right: 1em;
	position: relative;
	top: -2px;
}
.boxIndexWorks .box_wrap {
	margin-bottom: 5rem;
}
.boxIndexColumn {
	margin-bottom: 5rem;
}
.boxIndexColumn .box_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}
.boxIndexColumn .box_wrap .item {
	width: 48%;
}
.boxIndexColumn .box_wrap .item:nth-of-type(2n){
	margin-left: auto;
}
.boxIndexColumn .box_wrap .item:nth-child(n+3) {
	margin-top: 4rem;
}
.boxIndexColumn .box_wrap .item a {
	display: flex;
}
.boxIndexColumn .box_wrap .item .img {
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.boxIndexColumn .box_wrap .item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: inherit !important;
	width: 160%;
}
.boxIndexColumn .box_wrap .item .cont {
	width: calc(100% - 170px);
	margin-left: auto;
	text-align: left;
}
.boxIndexColumn .box_wrap .item .ttl {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}


@media screen and (max-width: 680px) {
	.boxWorksList01 {
		width: 94%;
	}
	.boxWorksList01 .box,.boxIndexWorks .box_wrap .item {
		width: 48%;
		margin: 0 0 2rem 0 !important;
	}
	.boxWorksList01 .box:nth-of-type(2n),.boxIndexWorks .box_wrap .item:nth-of-type(2n) {
		margin-left: auto !important;
	}
	.boxWorks01 h2 {
		width: 94%;
		margin: 0 auto 2.5em auto;
	}
	.boxWorks01 .boxImg {
		display: block;
	}
	.boxWorks01 .boxImg .slide {
		width: 94%;
		margin: 0 auto 1rem auto;
	}
	.boxWorks01 .boxImg .thumb {
		width: 94%;
		margin: auto;
	}
	.boxWorks01 .boxImg .thumb .item {
		width: 24%;
		height: 20vw;
		margin: 0 0 5px 1.3333%;
		padding: 0;
}
	.boxWorks01 .boxImg .thumb .item:nth-of-type(4n +1) {
		margin-left: 0;
	}
	.boxWorks01 h3.ttl {
		font-size: 2.5rem;
		margin-left: 1.5em;
	}
	.boxWorks01 .dl_wrap,.boxWorks01 .comment {
		padding: 0 3%;
	}
	.boxIndexColumn .box_wrap {
		display: block;
	}
	.boxIndexColumn .box_wrap .item {
		width: 100%;
		margin: 0 !important;
	}
	.boxIndexColumn .box_wrap .item:nth-child(n + 2) {
		margin-top: 3rem !important;
	}
}
.mwform-checkbox-field-text {
	vertical-align: -2px;
}
.form_wrap dl.event01,.form_wrap dl.event02 {
	display: none;
}
.form_wrap dl.event01.show,.form_wrap dl.event02.show {
	display: block;
}
.form_wrap dl.event02 dd {
	display: flex;
	flex-wrap: wrap;
}
.form_wrap dl.event02 .mwform-checkbox-field {
	width: 25%;
	margin-left: 0;
}
.form_wrap dl.event02 .mwform-checkbox-field:nth-child(n+5) {
	margin-top: 1em;
}
@media screen and (max-width: 680px) {
	.form_wrap dl.event02 .mwform-checkbox-field {
		width: 50%;
		margin: 0 !important;
	}
	.form_wrap dl.event02 .mwform-checkbox-field:nth-child(n+3) {
		margin-top: 1em !important;
	}
}

