/*------------------------------ TOP ------------------------------*/
#top{
	margin-top: 100px;
	padding:0;
	width: 100%;
	height: 43vw;
	max-height: 630px;
	position: relative;
	text-align: left;
	background: url('../img/top_bg.png') 50% 0 fixed;
	background-size: cover;
}
.catch_box{
	width:535px;
	color: rgb(160, 14, 21);
	font-weight: bold;
	font-family: 'Londrina Shadow', cursive;
	font-family: 'Londrina Solid', cursive;
	padding-top: 9vw;
	padding-left: 5vw;
}
h1{
	font-size: 96px;
	letter-spacing: 10px;
}
.cacth_copy{
	font-size: 46px;
	letter-spacing: 5px;
	text-align: right;
	white-space: nowrap;
}
/*------------------------------ TOP ------------------------------*/

/*---------------------------- cacthphrase ----------------------------*/
#cacthphrase.section{
	margin: 60px 0;
}
.cacthphrase_box{
	font-size: 16px;
	margin: 0 auto;
	text-align: left;
	line-height: 2;
	letter-spacing: 2px;
	width: 95%;
	max-width: 880px;
}
.cacthphrase_box p{
	margin-bottom: 32px;
}
.cacthphrase_box p:last-child{
	margin-bottom: 0;
}
/*---------------------------- cacthphrase ----------------------------*/

/*---------------------------- sevice ----------------------------*/
#sevice{
	position: relative;
	background: url(../img/top_bg.png) 0 0 fixed;
	background-size: cover;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
#sevice .subtitle{
	padding: 0;
}
#sevice .subtitle::before{
	bottom:0;
}
#sevice .subtitle::after{
	bottom:-4px;
}
#sevice .subtitle::before,
#sevice .subtitle span::before{
	border-bottom-color: #e0e0e0;
}
#sevice .subtitle::after,
#sevice .subtitle span::after{
    border-bottom-color: #fff;
}
#sevice .subtitle span{
	padding-bottom: 5px;
}
h3{
	margin-bottom: 20px;
}
.graphic h3{
	margin-left: -10px;
}
.service_wrap{
	width: 600px;
	background: #fff;
	margin: 50px auto;
	padding:50px;
}
.service_contents{
	margin-top:-3px;
	padding: 50px 50px 20px;
}
.service_contents > div:not(.links){
	margin-bottom:40px;
}
.service_text{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_text p{
	text-align: center;
	flex-basis: 50%;
	margin-bottom:15px;
	font-size: 14px;
}
.owned_service{
	width: 350px;
	margin: 0 auto;
}
.owned_service img{
	width: 100%;
	height: auto;
	transition: .3s all;
}
.owned_service > div{
	margin-top: 30px;
}
/*---------------------------- sevice ----------------------------*/

/*---------------------------- works ----------------------------*/
#works{
	/* padding-bottom: 0; */
	padding-top: 80px;
}
.works_wrap{
	width: 100%;
	height: auto;
	/* margin-top: 30px; */
}
figure.works_item{
	color: #fff;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0;
	margin: 10px;
	width: calc(25% - 20px);
}
figure.works_item *{
	transition: .3s all;
	color: #fff;
}
figure.works_item a{
	display: block;
}
figure.works_item > a{
	background: #212121;
}
figure.works_item img{
	/* background: #212121; */
	height: 100%;
	opacity: 1;
	vertical-align: bottom;
	width: 100%;
}
figure.works_item h3{
	background: rgba(33, 33, 33, .5);
	font-weight: bold;
	margin: 0;
	position: absolute;
	top:  0;
	text-align: right;
	transform: translateY(-300%);
	width: 100%;
	z-index: 1;
}
figure.works_item h3 a{
	padding: 15px 25px 0 0;
}
figure.works_item h3 a::before{
	border-style: solid;
	border-width: 0 275px 55px 0;
	border-color: transparent rgba(33, 33, 33, .5) transparent transparent;
	content: '';
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
}
figure.works_item figcaption{
	background: rgba(33, 33, 33, .5);
	padding: 5px 25px 15px;
	position: absolute;
	bottom: 0;
	text-align: left;
	transform: translateY(250%);
	width: 100%;
	z-index: 2;
}
figure.works_item figcaption h4{
	font-weight: bold;
}
figure.works_item figcaption::before{
	border-style: solid;
	border-width: 55px 0 0 275px;
	border-color: transparent transparent transparent rgba(33, 33, 33, .5);
	content: '';
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 0;
}
#works .links{
	margin-top: 20px;
	margin-right: 0;
}
/*---------------------------- works ----------------------------*/
