
.sp_dis {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp_dis {
		display: block;
	}
}


#work .sec01 .work__ttl {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
#work .sec01 .work__txt {
	margin-bottom: 60px;
	text-align: center;
	font-size: 18px;
}
#work .sec01 .work__sort {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
#work .sec01 .work__sort li {
	width: 23%;
}
#work .sec01 .work__sort li .work__sort--ttl {
	margin-bottom: 5px;
	font-weight: bold;
}
#work .sec01 .work__sort li .select_wrap {
	position: relative;
}
#work .sec01 .work__sort li .select_wrap::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000;
    border-bottom: 0;
}
#work .sec01 .work__sort li select {
	border: 1px solid #979797;
	width: 100%;
	padding: 5px 5%;
	font-weight: bold;
	cursor: pointer;
}
#work .sec01 .work__sort li select:focus {
    outline: none;
}
@media screen and (max-width: 767px) {
	#work .sec01 .work__ttl {
		margin-bottom: 3%;
		font-size: 20px;
		line-height: 1.8;
	}
	#work .sec01 .work__txt {
		margin-bottom: 10%;
		font-size: 14px;
		line-height: 1.8;
	}
	#work .sec01 .work__sort {
		margin-bottom: 0;
	}
	#work .sec01 .work__sort li {
		width: 48%;
	}
	#work .sec01 .work__sort li:nth-child(-n+2) {
		margin-bottom: 5%;
	}
	#work .sec01 .work__sort li .work__sort--ttl {
		margin-bottom: 0;
		font-size: 14px;
	}
	#work .sec01 .work__sort li .select_wrap::after {
		top: 22px;
		right: 8px;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 4px solid #000;
	}
	#work .sec01 .work__sort li select {
		padding: 2% 5%;
		font-size: 12px;
	}
}



#work .sec02 .work__ttl {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
#work .sec02 .work__ttl span {
	margin-right: 30px;
	margin-bottom: 50px;
	font-size: 60px;
	font-weight: normal;
	font-family: "Jost", sans-serif;
	letter-spacing: 3px;
}
#work .sec02 .work__txt {
	margin-bottom: 50px;
}
#work .sec02 .work__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#work .sec02 .work__list li {
	width: 31%;
	margin-bottom: 80px;
}
#work .sec02 .work__list li figure {
	margin-bottom: 20px;
}
#work .sec02 .work__list li figure img {
	max-width: 100%;
}
#work .sec02 .work__list li h4 {
	margin-bottom: 10px;
	font-size: min(1.8vw,20px);
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#work .sec02 .work__list li .work__cate {
	margin-bottom: 10px;
}
#work .sec02 .work__list li .work__more a {
	display: block;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 2.5% 0;
	text-align: center;
	font-weight: bold;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.1em;
}
#work .sec02 .work__list li .work__btn a {
	display: block;
	background: #333;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: min(1.4vw,16px);
}
@media screen and (max-width: 767px) {
	#work .sec02 .work__ttl {
		margin-bottom: 1%;
		font-size: 14px;
	}
	#work .sec02 .work__ttl span {
		margin-right: 5%;
		margin-bottom: 0;
		font-size: 36px;
	}
	#work .sec02 .work__txt {
		margin-bottom: 6%;
	}
	#work .sec02 .work__list li {
		width: 100%;
		margin-bottom: 12%;
	}
	#work .sec02 .work__list li:last-child {
		margin-bottom: 0;
	}
	#work .sec02 .work__list li figure {
		margin-bottom: 4%;
	}
	#work .sec02 .work__list li h4 {
		margin-bottom: 0;
		font-size: 18px;
	}
	#work .sec02 .work__list li .work__cate {
		margin-bottom: 1%;
		font-size: 14px;
	}
	#work .sec02 .work__list li .work__more a {
		margin-bottom: 2%;
		padding: 2% 0;
		font-size: 14px;
	}
	#work .sec02 .work__list li .work__btn a {
		padding: 2.5% 0;
		font-size: 14px;
	}
}



#work .sec02 .slideer {
	margin-bottom: 80px;
}
#work .sec02 .work_slider {
	margin-left: 50%;
	position: relative;
}
#work .sec02 .work_slider li {
	margin-left: -180px;
	margin-right: 220px !important;
}
#work .sec02 .work_slider li figure {
	margin-bottom: 20px;
}
#work .sec02 .work_slider li figure img {
	max-width: 100%;
}
#work .sec02 .work_slider li h4 {
	margin-bottom: 10px;
	font-size: min(1.8vw,20px);
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#work .sec02 .work_slider li .work__cate {
	margin-bottom: 10px;
}
#work .sec02 .work_slider li .work__more a {
	display: block;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 2.5% 0;
	text-align: center;
	font-weight: bold;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.1em;
}
#work .sec02 .work_slider li .work__btn a {
	display: block;
	background: #333;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: min(1.4vw,16px);
}
.bx-controls-direction {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	max-width: 1160px;
	margin: 0 auto;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -60px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333 !important;
}
@media screen and (max-width: 767px) {
	#work .sec02 .slideer {
		margin-bottom: 0;
	}
	#work .sec02 .work_slider li {
		margin-left: -180px;
		margin-right: 220px !important;
	}
	#work .sec02 .work_slider li figure {
		margin-bottom: 4%;
	}
	#work .sec02 .work_slider li h4 {
		margin-bottom: 0;
		font-size: 18px;
	}
	#work .sec02 .work_slider li .work__cate {
		margin-bottom: 1%;
		font-size: 14px;
	}
	#work .sec02 .work_slider li .work__more a {
		margin-bottom: 2%;
		padding: 2% 0;
		font-size: 14px;
	}
	#work .sec02 .work_slider li .work__btn a {
		padding: 2.5% 0;
		font-size: 14px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -40px !important;
	}
}



#work .sec02 .work__list.other li {
	width: 23%;
	margin-bottom: 80px;
}
#work .sec02 .work__list.other li figure {
	position: relative;
}
#work .sec02 .work__list.other li figure:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #666;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	z-index: 999;
}
#work .sec02 .work__list.other li.archi figure:before {
	content: "建築";
}
#work .sec02 .work__list.other li.art figure:before {
	content: "アート系";
}
#work .sec02 .work__list.other li.indust figure:before {
	content: "産業機器";
}
#work .sec02 .work__list.other li h4 {
	font-size: min(1.6vw,20px);
}
#work .sec02 .work__list.other li .work__btn a {
	padding: 12px 0;
	font-size: min(1.2vw,14px);
}
@media screen and (max-width: 767px) {
	#work .sec02 .work__list.other li {
		width: 48%;
		margin-bottom: 10%;
	}
	#work .sec02 .work__list.other li:nth-child(n+7) {
		margin-bottom: 0;
	}
	#work .sec02 .work__list.other li figure:before {
		padding: 5px 20px;
		font-size: 12px;
	}
	#work .sec02 .work__list.other li h4 {
		font-size: 13px;
	}
	#work .sec02 .work__list.other li .work__btn a {
		padding: 4% 0;
		font-size: 12px;
		line-height: 1.4;
	}
}



.header.header--fixed.header-active {
	z-index: 9998;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9999;
}
.modal__bg {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
}
.modal__content {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
    background: #fff;
    max-width: 750px;
	width: 100%;
	max-height: 90%;
    padding: 0 0 40px;
	overflow-y: auto;
	overscroll-behavior-y: none;
}
.modal__content figure {
	margin-bottom: 20px;
}
.modal__content .modal__content--inner {
	padding: 0 40px;
}
.modal__content .modal__content--ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.modal__content .modal__content--ttl .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.modal__content .modal__content--ttl .cate {
	background: #666;
	margin-left: 30px;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.modal__content .modal__content--txt {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
}
.modal__content .modal__content--detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.modal__content .modal__content--detail li {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 48%;
	padding: 10px 1%;
	font-size: 14px;
}
.modal__content .modal__content--detail li span {
	margin-right: 20px;
	font-weight: bold;
}
.modal__content .modal__content--tag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.modal__content .modal__content--tag li {
	background: #f2f2f2;
	margin-right: 10px;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.4;
}
.modal__content .modal__content--btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal__content .modal__content--btn li {
	width: 48%;
}
.modal__content .modal__content--btn li:first-child a {
	display: block;
	border: 1px solid #333;
	background: #333;
	padding: 20px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.modal__content .modal__content--btn li:first-child a:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 3%;
	background: url("../img/icon_arw_w.png") no-repeat center center/cover;
	width: 28px;
	height: 7px;
}
.modal__content .modal__content--btn li:last-child a {
	display: block;
	border: 1px solid #333;
	background: #f2f2f2;
	padding: 20px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.modal__content .modal__content--btn li:last-child a:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 3%;
	background: url("../img/icon_arw_b.png") no-repeat center center/cover;
	width: 28px;
	height: 7px;
}
.modal__content .js-swiper-main {
	max-width: 750px;
	width: 100%;
}
.modal__content .js-swiper-thumbs {
	max-width: 750px;
	width: 100%;
	margin: 10px 0 30px;
}		 
.modal__content .js-swiper-thumbs .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.modal__content .js-swiper-thumbs .swiper-slide {
	width: 12% !important;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}
.modal__content .js-swiper-thumbs .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
}
.modal__content .js-swiper-thumbs .swiper-slide.swiper-slide-thumb-active:after {
	display: none;
}
.modal__content .swiper-button-prev {
	background: url("../img/btn_prev_w.png") no-repeat center center/cover;
	width: 50px !important;
	height: 50px !important;
}
.modal__content .swiper-button-prev:after {
	display: none !important;
}
.modal__content .swiper-button-next {
	background: url("../img/btn_next_w.png") no-repeat center center/cover;
	width: 50px !important;
	height: 50px !important;
}
.modal__content .swiper-button-next:after {
	display: none !important;
}
.btn_close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	background: rgba(256,256,256,0.5);
	width: 40px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	color: #000;
	font-size: 20px;
	z-index: 9999;
}
.modal__content .swiper-slide video {
	width: 100%;
	height: auto;
}
#modal12 .modal__content .swiper-slide {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.modal__content {
		max-width: 90%;
		padding: 0 0 5%;
	}
	.modal__content .container {
		margin: 0;
		padding: 0;
	}
	.modal__content figure {
		margin-bottom: 3%;
	}
	.modal__content .modal__content--inner {
		padding: 0 5%;
	}
	.modal__content .modal__content--ttl {
		margin-bottom: 2%;
	}
	.modal__content .modal__content--ttl .ttl {
		font-size: 18px;
		line-height: 1.6;
	}
	.modal__content .modal__content--ttl .cate {
		margin-left: 5%;
		padding: 2px 10px;
		font-size: 12px;
	}
	.modal__content .modal__content--txt {
		margin-bottom: 4%;
		font-size: 12px;
		line-height: 1.6;
	}
	.modal__content .modal__content--detail {
		margin-bottom: 5%;
	}
	.modal__content .modal__content--detail li {
		width: 48%;
		padding: 5px 1%;
		font-size: 12px;
	}
	.modal__content .modal__content--detail li span {
		margin-right: 5%;
	}
	.modal__content .modal__content--tag {
		margin-bottom: 4%;
	}
	.modal__content .modal__content--tag li {
		margin-right: 8px;
		margin-bottom: 5px;
		padding: 2px 10px;
		font-size: 12px;
		line-height: 1.4;
	}
	.modal__content .modal__content--btn li:first-child a {
		padding: 10px 5%;
		font-size: 12px;
		line-height: 1.6;
	}
	.modal__content .modal__content--btn li:first-child a:after {
		right: 5%;
		width: 16px;
		height: 4px;
	}
	.modal__content .modal__content--btn li:last-child a {
		padding: 10px 5%;
		font-size: 12px;
		line-height: 1.6;
	}
	.modal__content .modal__content--btn li:last-child a:after {
		right: 5%;
		width: 16px;
		height: 4px;
	}
	.modal__content .js-swiper-main {
		max-width: 100%;
		width: 100%;
	}
	.modal__content .js-swiper-thumbs {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 30px;
	}		 
	.modal__content .js-swiper-thumbs .swiper-slide {
		width: 15% !important;
		margin: 0 5px;
	}
	.modal__content .swiper-button-prev {
		width: 30px !important;
		height: 30px !important;
	}
	.modal__content .swiper-button-next {
		width: 30px !important;
		height: 30px !important;
	}
	.btn_close {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 50%;
		background: rgba(256,256,256,0.5);
		width: 30px;
		height: 30px;
		padding-top: 5px;
		text-align: center;
		color: #000;
		font-size: 16px;
		z-index: 9999;
	}
}





