@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/
.slide_box {
    position: relative;
}
div#s_main_wrap {
	position: relative;
	max-width: 1280px;
	margin:0 auto;
}

ul.s_main {
	background:##15003a;
}

/*ul.s_main li {
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	position: absolute;
	opacity:0;
	transform: translateY(50px);
	transition:1s all ease-in-out 0s;
}*/

/*ul.s_main li:first-child {
	position: relative;
}

ul.s_main li.active{
	transform: none;
	opacity:1;
}
*/
.slideprev,
.slick-prev{
	position: absolute;
	top:46%;
	left:0%;
	width:60px;
	height: 60px;
	cursor: pointer;
	z-index:9;
	opacity: 1;
	transition:0.5s all ease-in-out 0s;
	/*background: url(../images/service/prev.png);*/
}
.slidenext,
.slick-next{
	position: absolute;
	top:46%;
	left:37.5%;
	width:60px;
	height: 60px;
	cursor: pointer;
	z-index:9;
	opacity:1;
	transition:0.5s all ease-in-out 0s;
	/*background: url(../images/service/next.png);*/
}

.slideprev:hover{
	opacity: 0.6;
}

.slidenext:hover{
	opacity: 0.6;
}
button{
    font-size: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.s_thum li:nth-child(1) button:after {
    content: "BUYING / SELLING\A売買";
    white-space: pre;
}
.s_thum li:nth-child(2) button:after {
    content: "MEDIATION SERVICES\A仲介";
    white-space: pre;
}
.s_thum li:nth-child(3) button:after {
    content: "CONSTRUCTION\A建設";
    white-space: pre;
}
.s_thum li:nth-child(4) button:after {
    content: "ARCHITECTURAL DESIGN\A設計";
    white-space: pre;
}
.s_thum li button:after {
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    transform: translateY(-50%);
    	font-family:"游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;

}

/*.s_thum li.slick-active button:after {
    background:#412374;
            
}*/


ul.s_thum {
	/*overflow:hidden;*/
	position: absolute;
    top:0;
    left:0;
    width: 100%;
    transform: translateY(-100%);
	z-index: 4;
}
ul.s_thum.damy {
	/*overflow:hidden;*/
	position: relative;
    top:0;
    transform: none;
	z-index: -5;
    visibility: inherit;
}

ul.s_thum li {
	position: relative;
	float:left;
	width:25%;
	cursor: pointer;
	display:block;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 15px 0;
	transition:all 0.3s linear;
}

ul.s_thum li:nth-child(4) {
    border-right:none;    
}

ul.s_thum li:after {
	content: "";
	position: absolute;
	width: 31px;
	height: 22px;
	bottom:0;
	left:calc(50% - 15px);
	background: url(../images/service/tabon.png) top center no-repeat;
	background-color: transparent;
	opacity: 0;
	z-index: -1;
	transition:all 0.3s linear;
}

ul.s_thum li:nth-child(5) {
	border-right: none;
}


ul.s_thum li:hover,
ul.s_thum li.slick-active {
	background: #412374;
}
ul.s_thum li:hover:after,
ul.s_thum li.slick-active:after {
	opacity: 1;
	bottom:-13px;
}

ul.s_main li .inner {
	background: url(../images/service/bg02.png) bottom right no-repeat #15003a;
	padding: 1.5625%;
	color: #fff;
	height: 100%;
}
ul.s_main li .inner .l {
	float: left;
	width: 40.5%;
}
ul.s_main li .inner .r {
	float: right;
	width: 54%;
}
ul.s_main li .inner h3 {
	font-size: 42px;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
ul.s_main li .inner h3 > span {
	display: inline-block;
}
ul.s_main li .inner h3 span.sub {
	display: block;
	font-size: 28px;
}
ul.s_main li .inner h3 span.icon {
	margin-left: 25px;
	width: 11.5%;
}

.btn li {
	float: left;
	width: 33.3333333333%;
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.btn a .no {
	position: absolute;
	top:0;
	right:0;
	width: 60px;
}
.btn a .bg {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.btn a .bg img {
	transform: scale(1.1);
	transition:all 0.5s ease-in-out;
}
.btn a .bg:after {
	content: "";
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 2;
	transition:all 0.5s ease-in-out;
}
.btn a .txt1 {
	font-size: 1.75vw;
	line-height: 1;
	position: absolute;
	top:50%;
	left:5%;
	width: 90%;
	transform: translateY(-50%);
	transition:all 0.5s ease-in-out;
}
.btn a .txt1 span{
	display: inline-block;
	background: rgba(0,0,0,0.7);
	padding: 7px;
	margin-bottom: 3px;
	transition:all 0.5s ease-in-out;
}
.btn a .txt2 {
	font-size: 1vw;
	position: absolute;
	top:50%;
	left:5%;
	width: 90%;
	opacity: 0;
	transition:all 0.5s ease-in-out;
}


.btn a.cr .txt1,
.btn a:hover .txt1 {
	position: absolute;
	top:30%;
}
.btn a.cr .txt1 span,
.btn a:hover .txt1 span{
	background: rgba(0,0,0,0.0);
	border-bottom: solid 1px #fff;
}
.btn a.cr .txt2,
.btn a:hover .txt2 {
	top:45%;
	opacity: 1;
}
.btn a.crr .bg img,
.btn a:hover .bg img {
	transform: scale(1);
}
.btn a.cr .bg:after,
.btn a:hover .bg:after {
	background: rgba(0,0,0,0.7);
}
.btn a.cr {
	pointer-events: none;
}





@media screen and (max-width: 1280px){
	.s_thum li button:after,
	ul.s_thum li {
		font-size: 1.3vw;
	}
	ul.s_main li .inner h3 {
		font-size: 3.28vw;
	}
	ul.s_main li .inner h3 span.sub {
		font-size: 2vw;
	}
	
	
	

}


@media screen and (max-width: 767px){
    .s_thum li button:after {
		font-size: 3vw;
        line-height: 1.6;
    }
    
    
	ul.s_thum li {
		width: 50%;
		font-size: 3vw;
		padding: 15px 0;
		border-bottom: solid 1px #fff;
	}
	ul.s_thum li:nth-child(2n) {
		border-right: none;
	}
	/*ul.s_thum li:last-child {
		width: 100%;
	}*/
	
	ul.s_thum li:after {
		display: none;
	}
	
	
	
	ul.s_main li .inner {
		background: url(../images/service/bg02.png) bottom right no-repeat #15003a;
		padding: 15px;
		height: 100%;
	}
	ul.s_main li .inner .l {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	ul.s_main li .inner .r {
		float: none;
		width: 100%;
	}
	ul.s_main li .inner h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	ul.s_main li .inner h3 span.sub {
		font-size: 16px;
	}
	ul.s_main li .inner h3 span.icon {
		margin-left: 10px;
		width: 11.5%;
	}
	
	.slideprev{
		top:15%;
		left:0;
		width:25px;
	}
	.slidenext{
		top:15%;
		left:inherit;
		right: 0;
		width:25px;
	}
	
	.btn li {
		float:none;
		width: 100%;
	}
	
	.btn a .txt1 {
		font-size: 5.2vw;
		position: absolute;
		top:22%;
	}
	.btn a .txt1 span {
		background: rgba(0,0,0,0.4);
		border-bottom: none;
	}
	.btn a .txt2 {
		font-size: 4.5vw;
		top:36%;
		opacity: 1;
		letter-spacing: -0.05em;
		width: 94%;
		left:3%;
		line-height: 1.6;
	}
	.btn a .bg img {
		transform: scale(1);
	}
	.btn a .bg:after {
		background: rgba(0,0,0,0.4);
	}
	.btn a .no {
		width: 50px;
	}
	
}


@media screen and (max-width: 600px){
    .s_thum li button:after,
	ul.s_thum li {
		font-size: 3.2vw;
	}
}
