/*works*/
#top_works {
    background-image: url(../images/top_service_bg.svg);
    background-position: left 5%;
    background-size: 70% auto;
    background-repeat: no-repeat;
}
/*
#top_works #top_works_bg .contentWrapper {
	padding-bottom: 0px;
}
*/
.contentWrapper.s_hitsuyou_wrap {
	padding-top: 0px;
}





#works_ttl {
/*
    display: flex;
    align-items: center;
*/ text-align: center;
    margin-bottom: 6.15%;
}
#works_ttl h2 {
    font-size: 40px;
    line-height: 1.5em;
    font-family: nitalago-ruika, sans-serif;
	font-weight: 500;
}
#works_ttl h2 .txt_s {
    font-size: 32px;
    line-height: 1.5em;
    display: block;
}
#works_ttl h2 .inline_block {
    display: inline-block;
}


#works_catch {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 600;
	margin: 4.61% 0 0;}

.link_btn.btn_yellow {
    width: 400px;
    margin-right: 0px;
}

.link_btn.btn_yellow a{
	width: 400px;
}
#works_box {
	display: flex;
}
.works_box_inner_each {
	width: 47.695%;
	margin-right: 4.61%;
}
.works_box_inner_each:nth-child(2) {
	margin-right: 0px;
}
.works_box_inner_h3_border {
	border-top : 1px solid #2b9c9e;
	border-bottom : 1px solid #2b9c9e;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6.15%;
}

.works_box_inner_each h3 {
	text-align: center;
	font-size: 20px;
	line-height: 1em;	
	background-color: #2b9c9e;
    color: #fff;
    padding: 3.07% 0;

}



.s_box_img {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2b9c9e;
}
.s_box_img img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.s_box_ttl {
	color: #c30d23;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 8px;
}
.s_box_txt {
	font-size: 16px;
	line-height: 2em;
}
#works_plus_img {
	width: 65px;
	margin: 6.15% auto;
}
#works_plus_img img {
	width: 100%;
}

#works_btn {	
	margin: 6.15% auto 0;	
	display: flex;
	justify-content: space-between;
}
.works_btn_each {		
    height: 70px;
	width: 50%;    
	margin-right: 4.61%;	
	border-radius: 50px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
}

.works_btn_each a{
    height: 70px;
    width: 100%;
    border: 2px solid #c30d23;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 80px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.works_btn_each a:hover{
	opacity: 1;
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
	background-position: 90% center;
	background-size: 25px auto;
	background-repeat: no-repeat;		
}

.works_btn_each:last-child{
	margin-right: 0;
}
.works_btn_each.btn_w {	
	color: #c30d23;	
}

.works_btn_each.btn_r {	
	color: #fff;
}

.works_btn_each.btn_w a{	
    background-color: #fff;
    border: 2px solid #c30d23;       
    background-image: url(../images/btn_arrow.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    
	}

.works_btn_each.btn_r a{
	background-color: #c30d23;
    background-image: url(../images/btn_arrow_w.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;   
}

.works_btn_each.btn_w a:hover{
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	opacity: 1;
}

.btn_r a:hover{
	background-color: #fff;
	color: #c30d23;
	background-image: url(../images/btn_arrow.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	opacity: 1;
}


@media screen and (max-width:700px) {
/*works*/
#top_works {
	background-image: none;
	background-position: left 5%;
	background-size: 750px auto;
	background-repeat: no-repeat;
}
	
	#top_works_bg {
	background-color: #f4f9f9;
}

	#top_works #top_works_bg .contentWrapper {
	padding-bottom: 10%;
}
.contentWrapper.s_hitsuyou_wrap {
	padding-top: 10%;
}


	
#works_ttl {
	display: block;
	align-items: center;
	margin-bottom: 17.69%;
}
#works_ttl h2 {
	font-size: 30px;
	line-height: 1em;
	font-family: nitalago-ruika, sans-serif;
}
#works_ttl h2 .txt_s {
    font-size: 25px;
    line-height: 1.5em;
    display: block;
    margin-bottom: 8px;
}
#service_ttl h2 .inline_block {
    display: inline-block;
}
	
#works_catch {
	font-size: 20px;
	line-height: 1.5em;	
	font-weight: 600;
	margin-bottom:4.61%;
}
.link_btn.btn_yellow {
	width: 100%;
}

.link_btn.btn_yellow a{
	width: 100%;
	font-size: 18px;
	line-height: 1em;
}
#works_box {
	display: block;
}
.works_box_inner_each {
	width: 100%;
	margin-right: 0;
	margin-bottom: 8.46%;
}
.works_box_inner_each:nth-child(2) {
	margin-right: 0px;
}
	.works_box_inner_each:last-child{
		margin-bottom: 0;
	}
.works_box_inner_h3_border {
	border-top : 1px solid #2b9c9e;
	border-bottom : 1px solid #2b9c9e;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6.15%;
}

.works_box_inner_each h3 {
	text-align: center;
	font-size: 20px;
	line-height: 1em;	
	background-color: #2b9c9e;
    color: #fff;
    padding: 3.07% 0;

}



.s_box_img {
	width: 100%;
	margin-bottom: 16px;
	}
.s_box_img img {
	width: 100%;
}
.s_box_ttl {
	color: #c30d23;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 8px;
}
.s_box_txt {
	font-size: 16px;
	line-height: 2em;
}

#works_btn {	
	margin: 6.15% auto 0;	
	display: block;
	justify-content: space-between;
}
.works_btn_each {		
    height: 70px;
	width: 100%;    
	margin-right: 4.61%;	
	border-radius: 50px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;	
}

.works_btn_each a{	
    height: 70px;
	width: 100%;
	border: 2px solid #c30d23;	
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}
.works_btn_each a:hover{
	opacity: 1;
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
	background-position: 90% center;
	background-size: 25px auto;
	background-repeat: no-repeat;		
}

.works_btn_each:last-child{
	margin-right: 0;
}
.works_btn_each.btn_w {	
	color: #c30d23;
	margin-bottom: 4.61%;
}

.works_btn_each.btn_r {	
	color: #fff;
}

.works_btn_each.btn_w a{	
    background-color: #fff;
    border: 2px solid #c30d23;       
    background-image: url(../images/btn_arrow.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    
	}

.works_btn_each.btn_r a{
	background-color: #c30d23;
    background-image: url(../images/btn_arrow_w.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;   
}

.works_btn_each.btn_w a:hover{
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	opacity: 1;
}

.btn_r a:hover{
	background-color: #fff;
	color: #c30d23;
	background-image: url(../images/btn_arrow.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	opacity: 1;
}

}