@charset "utf-8";


/* work
-----------------------------------------------------------------*/
#main_visual {
	background: url(../img/work/fv.png) no-repeat center top;
	background-size: cover;
}


#container {
	background: url(../img/top/sec03_bg.png) no-repeat right bottom;
}
#container .subtitle {
	padding: 70px 0;
	color: #543520;
	font-size: 38px;
	letter-spacing: 3px;
	text-align: center;
}
@media (max-width: 767px) {
	#container .subtitle {
		font-size: 28px;
	}
}


/*sec01*/
#sec01 {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
#sec01::after {
	content: "";
	display: block;
	background-color: #eee9d0;
	width: calc(920px + calc(calc(100% - 1300px) / 2));
	height: 380px;
	position: absolute;
	z-index: -1;
	top: 110px;
	left: 0;
}
#sec01 .content {
	padding-top: 65px;
	padding-bottom: 75px;
}
#sec01 .title_wrapper {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	pointer-events: none;
}
#sec01 .title {
	position: relative;
	color: #53341f;
	font-size: 26px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec01 .title span {
	display: inline-block;
	margin-top: 80px;
}
#sec01 .title::before {
	content: "";
	position: absolute;
	top: -10px;
	right: -20px;
	display: block;
	width: 1px;
	height: 350px;
	background-color: #53341f;
}
#sec01 .detail {
	width: 550px;
}
#sec01 .detail p {
	padding: 110px 0 35px 100px;
	line-height: 1.8;
}
#sec01 .detail .btn {
	display: inline-block;
	width: 170px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
#sec01 .detail .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
.sec01_img {
	position: absolute;
	top: 0;
	right: -190px;
}
@media (max-width: 767px) {
	#sec01 {
		/*position: relative;*/
		/*z-index: 1;*/
		/*margin-bottom: 100px;*/
	}
	#sec01::after {
		/*content: "";*/
		/*display: block;*/
		/*background-color: #eee9d0;*/
		width: 80%;
		height: 350px;
		/*position: absolute;*/
		/*z-index: -1;*/
		top: 55px;
		/*left: 0;*/
	}
	#sec01 .content {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#sec01 .title_wrapper {
		position: static;
	}
	#sec01 .title {
		padding-bottom: 10px;
		border-bottom: 1px solid #53341f;
		/*display: inline-block;*/
		/*color: #53341f;*/
		/*font-size: 26px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec01 .title span {
		margin-top: 0;
		margin-left: 40px;
	}
	#sec01 .title::before {
		display: none;
		/*content: "";*/
		/*position: absolute;*/
		/*top: -10px;*/
		/*right: -20px;*/
		/*display: block;*/
		/*width: 1px;*/
		/*height: 350px;*/
		/*background-color: #53341f;*/
	}
	#sec01 .detail {
		width: 100%;
	}
	#sec01 .detail p {
		padding: 30px 0 30px;
	}
	#sec01 .detail .btn {
		/*display: inline-block;*/
		/*width: 170px;*/
		/*height: 40px;*/
		/*font-size: 14px;*/
		/*text-align: center;*/
		/*line-height: 40px;*/
	}
	#sec01 .detail .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	.sec01_img {
		position: static;
		/*top: 0;*/
		/*right: -190px;*/
	}
	.sec01_img img {
		width: 100%;
	}
}


/*sec02*/
#sec02 {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
#sec02::after {
	content: "";
	display: block;
	background-color: #eee9d0;
	width: calc(920px + calc(calc(100% - 1300px) / 2));
	height: 380px;
	position: absolute;
	z-index: -1;
	top: 110px;
	right: 0;
}
#sec02 .content {
	padding-top: 65px;
	padding-bottom: 75px;
	padding-left: 530px;
}
#sec02 .title_wrapper {
	position: absolute;
	left: 530px;
	top: 65px;
	width: 100%;
	pointer-events: none;
}
#sec02 .title {
	position: relative;
	height: 500px;
	/*padding: 10px 10px 0 0;*/
	/*border-right: 1px solid #53341f;*/
	color: #53341f;
	font-size: 26px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec02 .title::before {
	content: "";
	position: absolute;
	top: -10px;
	right: -20px;
	display: block;
	width: 1px;
	height: 350px;
	background-color: #53341f;
}
#sec02 .detail {
	width: 550px;
}
#sec02 .detail p {
	padding: 110px 0 35px 70px;
	line-height: 1.8;
}
#sec02 .detail .btn {
	display: inline-block;
	width: 170px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
#sec02 .detail .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
.sec02_img {
	position: absolute;
	top: 0;
	left: -190px;
}
@media (max-width: 767px) {
	#sec02 {
		/*position: relative;*/
		/*z-index: 1;*/
		/*margin-bottom: 100px;*/
	}
	#sec02::after {
		/*content: "";*/
		/*display: block;*/
		/*background-color: #eee9d0;*/
		width: 80%;
		height: 280px;
		/*position: absolute;*/
		/*z-index: -1;*/
		top: 55px;
		/*right: 0;*/
	}
	#sec02 .content {
		padding-top: 0;
		padding-bottom: 40px;
		padding-left: 0;
	}
	#sec02 .title_wrapper {
		position: static;
	}
	#sec02 .title {
		/*display: inline-block;*/
		height: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #53341f;
		/*color: #53341f;*/
		/*font-size: 26px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec02 .title span {
		display: inline-block;
		margin-left: 80px;
	}
	#sec02 .title::before {
		/*content: "";*/
		/*position: absolute;*/
		/*top: -10px;*/
		/*right: -20px;*/
		/*display: block;*/
		/*width: 1px;*/
		/*height: 350px;*/
		/*background-color: #53341f;*/
	}
	#sec02 .detail {
		width: 100%;
	}
	#sec02 .detail p {
		padding: 30px 0 30px;
	}
	#sec02 .detail .btn {
		/*display: inline-block;*/
		/*width: 170px;*/
		/*height: 40px;*/
		/*font-size: 14px;*/
		/*text-align: center;*/
		/*line-height: 40px;*/
	}
	#sec02 .detail .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	.sec02_img {
		position: static;
		/*top: 0;*/
		/*left: -190px;*/
	}
	.sec02_img img {
		width: 100%;
	}
}


/*sec03*/
#sec03 {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
#sec03::after {
	content: "";
	display: block;
	background-color: #eee9d0;
	width: calc(920px + calc(calc(100% - 1300px) / 2));
	height: 380px;
	position: absolute;
	z-index: -1;
	top: 110px;
	left: 0;
}
#sec03 .content {
	padding-top: 65px;
	padding-bottom: 75px;
}
#sec03 .title_wrapper {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	pointer-events: none;
}
#sec03 .title {
	position: relative;
	height: 500px;
	/*padding: 10px 10px 0 0;*/
	/*border-right: 1px solid #53341f;*/
	color: #53341f;
	font-size: 26px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec03 .title::before {
	content: "";
	position: absolute;
	top: -10px;
	right: -20px;
	display: block;
	width: 1px;
	height: 350px;
	background-color: #53341f;
}
#sec03 .detail {
	width: 550px;
}
#sec03 .detail p {
	padding: 110px 0 35px 70px;
	line-height: 1.8;
}
#sec03 .detail .btn {
	display: inline-block;
	width: 170px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
#sec03 .detail .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
.sec03_img {
	position: absolute;
	top: 0;
	right: -190px;
}
@media (max-width: 767px) {
	#sec03 {
		/*position: relative;*/
		/*z-index: 1;*/
		/*margin-bottom: 100px;*/
	}
	#sec03::after {
		/*content: "";*/
		/*display: block;*/
		/*background-color: #eee9d0;*/
		width: 80%;
		height: 350px;
		/*position: absolute;*/
		/*z-index: -1;*/
		top: 55px;
		/*left: 0;*/
	}
	#sec03 .content {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#sec03 .title_wrapper {
		position: static;
	}
	#sec03 .title {
		position: static;
		height: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #53341f;
		/*display: inline-block;*/
		/*color: #53341f;*/
		/*font-size: 26px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec03 .title span {
		display: inline-block;
		margin-left: 40px;
	}
	#sec03 .title::before {
		display: none;
		/*content: "";*/
		/*position: absolute;*/
		/*top: -10px;*/
		/*right: -20px;*/
		/*display: block;*/
		/*width: 1px;*/
		/*height: 350px;*/
		/*background-color: #53341f;*/
	}
	#sec03 .detail {
		width: 100%;
	}
	#sec03 .detail p {
		padding: 30px 0 30px;
	}
	#sec03 .detail .btn {
		/*display: inline-block;*/
		/*width: 170px;*/
		/*height: 40px;*/
		/*font-size: 14px;*/
		/*text-align: center;*/
		/*line-height: 40px;*/
	}
	#sec03 .detail .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	.sec03_img {
		position: static;
		/*top: 0;*/
		/*right: -190px;*/
	}
	.sec03_img img {
		width: 100%;
	}
}


/*sec04*/
#sec04 {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
#sec04::after {
	content: "";
	display: block;
	background-color: #eee9d0;
	width: calc(920px + calc(calc(100% - 1300px) / 2));
	height: 380px;
	position: absolute;
	z-index: -1;
	top: 110px;
	right: 0;
}
#sec04 .content {
	padding-top: 65px;
	padding-bottom: 75px;
	padding-left: 530px;
}
#sec04 .title_wrapper {
	position: absolute;
	left: 530px;
	top: 65px;
	width: 100%;
	pointer-events: none;
}
#sec04 .title {
	position: relative;
	height: 500px;
	/*padding: 10px 10px 0 0;*/
	/*border-right: 1px solid #53341f;*/
	color: #53341f;
	font-size: 26px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec04 .title::before {
	content: "";
	position: absolute;
	top: -10px;
	right: -20px;
	display: block;
	width: 1px;
	height: 350px;
	background-color: #53341f;
}
#sec04 .detail {
	width: 550px;
}
#sec04 .detail p {
	padding: 110px 0 35px 70px;
	line-height: 1.8;
}
#sec04 .detail .btn {
	display: inline-block;
	width: 250px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
#sec04 .detail .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
.sec04_img {
	position: absolute;
	top: 0;
	left: -190px;
}
@media (max-width: 767px) {
	#sec04 {
		/*position: relative;*/
		/*z-index: 1;*/
		/*margin-bottom: 100px;*/
	}
	#sec04::after {
		/*content: "";*/
		/*display: block;*/
		/*background-color: #eee9d0;*/
		width: 80%;
		height: 280px;
		/*position: absolute;*/
		/*z-index: -1;*/
		top: 55px;
		/*right: 0;*/
	}
	#sec04 .content {
		padding-top: 0;
		padding-bottom: 40px;
		padding-left: 0;
	}
	#sec04 .title_wrapper {
		position: static;
	}
	#sec04 .title {
		/*display: inline-block;*/
		height: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #53341f;
		/*color: #53341f;*/
		/*font-size: 26px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec04 .title::before {
		/*content: "";*/
		/*position: absolute;*/
		/*top: -10px;*/
		/*right: -20px;*/
		/*display: block;*/
		/*width: 1px;*/
		/*height: 350px;*/
		/*background-color: #53341f;*/
	}
	#sec04 .detail {
		width: 100%;
	}
	#sec04 .detail p {
		padding: 30px 0 30px;
	}
	#sec04 .detail .btn {
		/*display: inline-block;*/
		/*width: 170px;*/
		/*height: 40px;*/
		/*font-size: 14px;*/
		/*text-align: center;*/
		/*line-height: 40px;*/
	}
	#sec04 .detail .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	.sec04_img {
		position: static;
		/*top: 0;*/
		/*left: -190px;*/
	}
	.sec04_img img {
		width: 100%;
	}
}



