@charset "UTF-8";
/* CSS Document */

/*=======================================================================================================================
index
=======================================================================================================================*/

#works_list section {
	padding: 110px 0;
}
#works_list .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#works_list section:nth-child(even) {
	background: #f3f3f3;
}
#works_list section:nth-child(even) .inner {
	flex-direction: row-reverse;
}
.works_ttl {
	writing-mode: vertical-rl;
	width: 210px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	position: relative;
	padding-top: 80px;
}
#works_list section:nth-child(3) .works_ttl,
#works_list section:nth-child(5) .works_ttl {
	padding-top: 100px;
}
#works_list section:nth-child(4) .works_ttl {
	padding-top: 90px;
}
#works_list section {
	counter-increment:works_ttl_num;
}

#works_list section:nth-child(even) .works_ttl{
	justify-content: flex-start;
}

.works_ttl h3 {
	font-size: 25px;
	margin-left: 15px;
	z-index: 1;
}
.works_ttl p {
	color: #788192;
	z-index: 1;
}
#works_list section .works_ttl:before {
	content:"0"counter(works_ttl_num);
	position: absolute;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 115px;
	writing-mode: horizontal-tb;
}
#works_list section:nth-child(odd) .works_ttl:before {
	top: 0;
	left: 0;
}
#works_list section:nth-child(even) .works_ttl:before {
	top: 0;
	right: -10px;
}
#works_list section .works_ttl:after {
	width: 80px;
	height: 80px;
	border-top: 1px solid #2c323d;
	content: "";
	display: block;
	transform: rotate(45deg);
	position: absolute;
}
#works_list section:nth-child(odd) .works_ttl:after {
	background: #fff;
	top: 15px;
	left: -45px;
	outline: #fff 2px solid;
}
#works_list section:nth-child(even) .works_ttl:after {
	background: #f3f3f3;
	top: 15px;
	right: 55px;
	outline: #f3f3f3 2px solid;
}
#works_list .works_modal {
	width: 750px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #788192;
}
#works_list .works_modal > div {
	width: 200px;
	margin-bottom: 55px;
}
#works_list .works_modal:after {
	width: 200px;
	content: "";
	display: block;
}
#works_list #works_landscape .works_modal > div {
	width: 340px;
}
#works_list .works_modal a {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
#works_list .works_modal a:before {
	width: 40px;
	height: 40px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff url('../img/icon_zoom.png') no-repeat center center;
	background-size: 18px;
}
#works_list section:nth-child(even) .works_modal a:before {
	background: #f3f3f3 url('../img/icon_zoom.png') no-repeat center center;
	background-size: 18px;
}
#works_list .works_modal a img {
	display: block;
	width: 100%;
}
#works_list .works_modal p {
	font-size: 11px;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 1px;
	line-height: 1.3em;
}
#works_list section a.btn_blue {
	margin: 0 auto 0;
}
@media screen and (max-width:1023px) {
	#works_list .inner {
		width: 100%;
	}
	#works_list section {
		padding: 80px 40px;
	}
	.works_ttl {
		width: 20%;
	}
	.works_ttl h3 {
		font-size: 20px;
	}
	#works_list .works_modal {
		width: 80%;
		margin-bottom: 10px;
	}
	#works_list .works_modal > div {
		width: 30%;
		margin-bottom: 40px;
	}
	#works_list .works_modal:after {
		width: 30%;
	}
	#works_list #works_landscape .works_modal > div {
		width: 47.5%;
	}
	#works_list section .works_ttl:before {
		font-size: 100px;
	}
	#works_list section .works_ttl:after {
		width: 65px;
		height: 65px;
	}
	#works_list section:nth-child(odd) .works_ttl:after {
		top: 15px;
		left: -35px;
	}
}
@media screen and (max-width:767px) {
	#works_list .inner {
		flex-direction: column;
	}
	.works_ttl {
		writing-mode: horizontal-tb;
		width: 100%;
		margin-bottom: 40px;
		padding-top: 0;
	}
	#works_list section:nth-child(3) .works_ttl, 
	#works_list section:nth-child(5) .works_ttl,
	#works_list section:nth-child(4) .works_ttl {
		padding-top: 15px;
	}
	.works_ttl h3 {
		margin-left: 54px;
		margin-bottom: 15px;
		font-size: 18px;
	}
	.works_ttl p br {
		display: none;
	}
	#works_list .works_modal {
		width: 100%;
	}
	#works_list .works_modal p {
		margin-bottom: 2px;
	}
	#works_list section {
		padding: 50px 20px;
	}
	#works_list .works_modal a:before {
		width: 30px;
		height: 30px;
 	}
	#works_list .works_modal a {
		margin-bottom: 15px;
	}
	#works_list .works_modal > div {
		margin-bottom: 30px;
	}
	#works_list section .works_ttl:before {
		font-size: 70px;
	}
	#works_list section .works_ttl:after {
		width: 48px;
		height: 48px;
	}
	#works_list section:nth-child(odd) .works_ttl:after,
	#works_list section:nth-child(even) .works_ttl:after {
		left: -45px;
		top: 0px;
	}
	#works_list section:nth-child(odd) .works_ttl:before,
	#works_list section:nth-child(even) .works_ttl:before {
		left: -16px;
		top: -13px;
	}
}

/*=======================================================================================================================
detail
=======================================================================================================================*/

#works_lead {
	width: 960px;
	margin: -70px auto 110px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
#works_lead span {
	font-family: 'Cormorant Garamond', serif;
	font-size: 150px;
	line-height: 0.67em;
	display: inline-block;
	margin-bottom: 60px;
	font-weight: 100;
}
#works_lead img {
	width: 295px;
    filter: drop-shadow(7px 7px 5px rgba(44,50,61,0.3));
}
.works_landscape #works_lead img {
	width: 360px;
}
.works_landscape #works_lead span,
.works_pet #works_lead span {
	margin-bottom: 80px;
}
#works_lead h3 {
	font-size: 25px;
	margin-bottom: 60px;
	position: relative;
}
#works_lead h3:after {
	width: 30px;
	height: 1px;
	content: "";
	background: #2c323d;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 0;
}
#works_lead p {
	color: #788192;
	line-height: 1.8em;
}
@media screen and (max-width:1023px) {
	#works_lead {
		width: calc(100% - 80px);
		margin: -38px auto 80px;
	}
	#works_lead h3 {
		font-size: 20px;
		margin-bottom: 35px;
	}
	#works_lead h3:after {
		bottom: -18px;
		width: 20px
	}
	#works_lead img {
		width: 30vw;
		margin-left: 30px;
	}
	#works_lead span,
	.works_landscape #works_lead span,
	.works_pet #works_lead span {
		font-size: 85px;
		margin-bottom: 55px;
	}
}
@media screen and (max-width:767px) {
	#works_lead {
		margin: -32px auto 40px;
		width: calc(100% - 40px);
		flex-direction: column-reverse;
	}
	.works_landscape #works_lead {
		margin: -12px auto 40px;		
	}
	#works_lead > div {
		margin-top: -70px;
	}
	.works_conte #works_lead > div,
	.works_pet #works_lead > div {
		margin-top: -90px;		
	}
	#works_lead span,
	.works_landscape #works_lead span,
	.works_pet #works_lead span {
		font-size: 70px;
		margin-bottom: 12px;
	}
	.works_landscape #works_lead span,
	.works_pet #works_lead span {
		margin-bottom: 30px;
	}
	.works_conte #works_lead span {
		margin-bottom: 20px;
	}
	#works_lead h3 {
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 40px;
	}
	#works_lead p br {
		display: none;
	}
	#works_lead img {
		margin-left: auto;
	}
}

/* list
-----------------------------------------------*/

#works_detail_list {
	text-align: center;
	padding-bottom: 100px;
}
#works_detail_list .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
	color: #788192;
	text-align: left;
}
#works_detail_list .inner > div {
	width: 200px;
	margin-bottom: 55px;
}
#works_detail_list .inner:before {
	width: 200px;
	content: "";
	display: block;
	order: 1;
}
#works_detail_list .inner:after {
	width: 200px;
	content: "";
	display: block;
}
.works_landscape #works_detail_list .inner > div {
	width: 30.3%;
	margin-bottom: 55px;
}
#works_detail_list .inner a {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
#works_detail_list .inner a:before {
	width: 40px;
	height: 40px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff url('../img/icon_zoom.png') no-repeat center center;
	background-size: 18px;
}
#works_detail_list .inner a img {
	display: block;
	width: 100%;
}
#works_detail_list .inner p {
	font-size: 11px;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 1px;
	line-height: 1.3em;
}
.works_detail_list_more_btn {
	background: #1e4285;
	color: #fff;
	width: 250px;
	padding: 13px 30px 13px 30px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	transition: .3s;
	box-sizing: border-box;
}
.works_detail_list_more {
	display: none;
}
.works_detail_list_more_btn:after {
	width: 6px;
	height: 6px;
	display: block;
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	right: 15px;
	top: 20px;
	position: absolute;
}
.works_detail_list_more_btn.open:after {
	transform: rotate(-135deg);
	top: 22px;
}
@media screen and (min-width:1024px) {
	.works_detail_list_more_btn:hover {
		opacity: .6;
	}
}
@media screen and (max-width:1023px) {
	#works_detail_list {
		padding-bottom: 80px;
	}
	#works_detail_list .inner {
		width: calc(100% - 80px);
		margin-bottom: 10px;
	}
	#works_detail_list .inner > div {
		width: 22%;
		margin-bottom: 40px;
	}
	.works_landscape #works_detail_list .inner > div {
		margin-bottom: 40px;		
	}
	.works_landscape #works_lead img {
		width: 36vw;
	}
}
@media screen and (max-width:767px) {
	#works_detail_list {
		padding-bottom: 60px;
	}
	#works_detail_list .inner {
		width: calc(100% - 40px);
	}
	#works_detail_list .inner > div,
	.works_landscape #works_detail_list .inner > div {
		width: 47%;
	}
	#works_detail_list .inner a:before {
		width: 30px;
		height: 30px;
	}
	.works_detail_list_more_btn {
		font-size: 14px;
	}
	#works_detail_list .inner p {
		margin-bottom: 2px;
	}
	#works_detail_list .inner {
		margin-bottom: 0;
	}
}


/* cases
-----------------------------------------------*/

#works_detail_cases .category_ttl {
	margin-bottom: 190px;
	z-index: 1;
}
.works_detail_cases_box {
	background: #f6f6f6;
	text-align: center;
	position: relative;
	padding-bottom: 110px;
}
.works_cases_slide {
	width: 960px;
	max-width: calc(100% - 160px);
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.works_cases_thumb {
	margin-top: 60px;
	width: 25%;
}
.works_cases_thumb .slick-slider .slick-track, .slick-slider .slick-list {
	padding: 0 !important;
}
.works_cases_thumb .slick-track {
	transform:unset !important;
}
.works_cases_thumb .slick-track img {
	transition: .3s;
}
.works_cases_thumb .slick-track img:hover {
	opacity: .7;
	cursor: pointer;
}
.works_cases_thumb img.slick-slide {
	display: block;
	margin-bottom: 40px;
	width: 130px !important;
	height: 155px;
    filter: drop-shadow(3px 3px 5px rgba(44,50,61,0.3));
	outline: 0;
}
.works_cases_main {
	margin-top: -100px;
	width: 75%;
}
.works_cases_main.slick-slider {
	position: static;
}
.works_cases_main_img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.works_cases_main_img > img {
	width: 500px;
    filter: drop-shadow(12px 12px 5px rgba(44,50,61,0.3));
	transform: translateZ(0);
}
.works_cases_num,
.works_cases_total {
	font-family: 'Cormorant Garamond', serif;
	color: #d5d5d5;
	position: relative;
	display: block;letter-spacing: 1px;
	font-weight: 100;
}
.works_cases_total {
	margin: 30px 0 0 50px;
}
.works_cases_num:before,
.works_cases_total:before {
	content: '0';
}
.works_cases_num:after {
	content: "CASE";
	font-size: 17px;
	display: block;
	position: absolute;
	top: -20px;
	left: 4px;
}
.works_cases_total:after {
	width: 1px;
	height: 70px;
	content: "";
	display: block;
	position: absolute;
	background: #d5d5d5;
	top: -32px;
	left: -2px;
	transform: rotate(45deg);
}
.works_cases_num {
	font-size: 60px;
}
.works_cases_total {
	font-size: 28px;
}
.works_cases_main .slick-counter {
	display: inline-block;
	position: relative;
	top: -70px;
	margin: -75px auto;
	text-align: left;
	width: 720px;
	max-width: 100%;
	box-sizing: border-box;
	/*pointer-events: none;*/
}
.works_cases_caption {
	width: 31%;
	background: #fff;
	padding: 40px 0 0 0;	
}
.works_cases_caption img {
	margin: 0 auto 20px;
}
.works_cases_caption div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	line-height: 2em;
}
.works_cases_caption h4 {
	writing-mode: vertical-rl;
	font-size: 20px;
}
.works_cases_caption span {
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.works_cases_main_text {
	width: calc(100% - 180px);
	background: #fff;
	margin-left: auto;
	text-align: left;
	box-sizing: border-box;
	padding: 40px 50px;
	color: #788192;
	line-height: 2em;
}
.works_cases_main .slick-arrow {
	font-family: 'Spartan', sans-serif;
	color: #2c323d;
	background: none;
	border: none;
	letter-spacing: 2px;
	position: relative;
	padding: 5px 0;
	transition: .3s;
}
.works_cases_main .slick-arrow:hover {
	opacity: .7;
}
.works_cases_main .slick-arrow:before {
	width: calc(100% + 50px);
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2c323d;
}
.works_cases_main .slick-arrow:after {
	width: 4px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	right: -46px;
	border-right: 1px solid #2c323d;
	border-left: 1px solid #2c323d;
	transform: skewX(45deg);
}
.works_cases_main .slick-prev {
	position: absolute;
	left: 30px;
	top: 290px;
	transform: rotate(90deg);
	z-index: 1;
}
.works_cases_main .slick-next {
	position: absolute;
	right: 30px;
	top: 290px;
	transform: rotate(-90deg);
}
@media screen and (max-width:1023px) {
	.works_detail_cases_box {
		padding-bottom: 80px;
	}
	.works_cases_slide {
		flex-direction: column-reverse;
		width: calc(100% - 200px);
		margin-bottom: 20px;
	}
	.works_cases_main {
		width: 100%;
	    margin-top: -50px;
	}
	.works_cases_caption h4 {
		font-size: 16px;
	}
	.works_cases_caption img {
		width: 90px;
	}
	.works_cases_main_text {
		width: 90%;
	}
	.works_cases_main_img > img {
		width: 65%;
	}
	.works_cases_caption {
		width: 35%;
	}
	.works_cases_main .slick-counter {
		display: none;
	}
	.works_cases_thumb {
		width: 370px;
		margin: 30px 0 40px auto;
		position: relative;
		right: -15px;
	}
	.works_cases_thumb img.slick-slide {
		margin: 0 15px;
	}
	#works_detail_cases .category_ttl {
		margin-bottom: 110px;
	}
	.works_cases_thumb img.slick-slide {
		width: 90px !important;
		height: 109px;
	}
	.body_works_portrait01 .works_cases_thumb .slick-track > img.slick-slide:first-child {
		width: 98px !important;	
	}
	.body_works_conte .works_cases_thumb .slick-track > img.slick-slide:first-child {
		width: 85px !important;	
	}
}
@media screen and (max-width:767px) {
	.works_detail_cases_box {
		padding-bottom: 55px;
	}
	.works_cases_slide {
		width: calc(100% - 40px);
		max-width: 100%;
		margin-bottom: 0;
	}
	.works_cases_main_text {
		padding: 15px 20px 20px;
		width: 87%;
	}
	.works_cases_main_img {
		flex-direction: column;
		align-items: flex-start;
	}
	.works_cases_caption {
		align-items: center;
	}
	.works_cases_caption img {
		width: 70px;
		margin: 0 10px 0 20px;
	}
	.works_cases_caption {
		width: 87%;
		margin-left: auto;
		margin-top: -35px;
		display: flex;
		padding: 60px 0 0 0;
	}
	.works_cases_caption span {
		writing-mode: inherit;
	}
	.works_cases_caption h4 {
		writing-mode: inherit;
		font-size: 16px;
	}
	.works_cases_caption div {
		text-align: left;
		flex-direction: column;
	}
	.works_cases_thumb {
		width: 276px;
		margin: 20px auto 40px;
		position: static;
	}
	#works_detail_cases .category_ttl {
		margin-bottom: 90px;
	}
	.works_cases_thumb img.slick-slide {
		width: 70px !important;
		height: 86px;
	}
	.body_works_portrait01 .works_cases_thumb .slick-track > img.slick-slide:first-child {
		width: 75px !important;
	}
	.body_works_conte .works_cases_thumb .slick-track > img.slick-slide:first-child {
		width: 66px !important;
	}
	.works_cases_main_img > img {
		width: 80%;
		filter: drop-shadow(7px 7px 5px rgba(44,50,61,0.3));
	}
	.works_cases_main .slick-next {
		top: 110px;
		right: 10px;
	}
	.works_cases_main .slick-prev {
		top: auto;
		bottom: 460px;
		left: 10px;
	}
	.works_cases_thumb img.slick-slide {
		margin: 0 10px;
	}
}

/* other
-----------------------------------------------*/

#works_other {
	background: #2c323d;
	color: #fff;
	padding: 70px 0 0;
}
#works_other .category_ttl {
	margin-bottom: 75px;
}
#works_other .inner {
	display: flex;
}
#works_other a {
	color: #fff;
	text-align: center;
	display: block;
	width: 25%;
	box-sizing: border-box;
	padding: 50px 0 105px;
	border-top: 1px solid #424751;
	position: relative;
}
#works_other a span {
	height: 182px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#works_other a img {
	filter: drop-shadow(10px 10px 5px rgba(0,0,0,0.3));
}
.works_other_portrait01 img {
	width: 150px;
}
.works_other_portrait02 img {
	width: 150px;
}
.works_other_landscape img {
	width: 185px;
}
.works_other_conte img {
	width: 145px;
}
.works_other_pet img {
	width: 150px;
}
#works_other a:not(:last-child) {
	border-right: 1px solid #424751;
}
#works_other a:before {
	width: 34px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	bottom: 50px;
	left: calc(50% - 17px);
	border-radius: 50%;
	border: 1px solid #fff;
}
#works_other a:after {
	width: 22px;
	height: 5px;
	content: "";
	display: block;
	position: absolute;
	bottom: 62px;
	left: calc(50% - 17px);
	border-top: 1px solid #fff;
	background: #2c323d;
}

#works_other h4:after {
	width: 4px;
	height: 5px;
	content: "";
	display: block;
	position: absolute;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	bottom: 67px;
	left: calc(50% - 2px);
	transform: skewX(45deg);
}
@media screen and (max-width:1023px) {
	#works_other {
		padding: 50px 0 0;
	}
	#works_other .category_ttl {
	margin-bottom: 50px;
	}
	#works_other a {
		padding: 0 0 80px;
	}
	#works_other a:before {
		bottom: 35px;
	}
	#works_other h4:after {
		bottom:52px;
	}
	#works_other a:after {
		bottom: 47px;
	}
	#works_other a span {
	margin-bottom: 0;
	}
	.works_other_portrait01 img,
	.works_other_portrait02 img,
	.works_other_conte img,
	.works_other_pet img {
		width: 100px;
	}
	.works_other_landscape img {
		width: 130px;
	}
}
@media screen and (max-width:767px) {
	#works_other {
		padding: 45px 0 0;
	}
	#works_other .category_ttl {
		margin-bottom: 40px;
	}
	#works_other .inner {
		flex-wrap: wrap;
	}
	#works_other a {
		width: 50%;
		padding: 20px 0 75px;
	}
	#works_other a span {
		margin-bottom: 15px;
		height: 123px;
	}
	#works_other a:before {
		bottom: 28px;
	}
	#works_other a:after {
		bottom: 40px;
	}
	#works_other h4:after {
		bottom: 45px;
	}
}




























