@charset "utf-8";

/* -----------------------------------------------------------
    
-------------------------------------------------------------- */
.page-title-area .title-area{
	padding: 68px 0 0;
}
.page-title-area .page-title-ja{
	font-size: 4rem;
}
@media screen and (max-width: 768px){
	.page-title-area .title-area{
		padding: 29px 0 0 20px;
	}
	.page-title-area .page-title-ja{
		font-size: 2.6rem;
	}
}


/*    intro-area
-------------------------------------------------------------- */
.intro-area{
	padding: 20px 0 75px;
	position: relative;
}
.intro-area::before{
	content: 'Build a bright future Build a bright future';
	position: absolute;
	color: #F9F9F9;
	font: 700 15rem / 1 'Montserrat', sans-serif;
	bottom: 8px;
	white-space: nowrap;
}
.intro-area .txt-area{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.intro-area .basic-txt{
	margin: 22px 0 0;
}

.intro-area .wrap{
}

.intro-area .section-catch{
	font-size: 3.2rem;
}

@media screen and (max-width: 768px){
	.intro-area{
		padding: 40px 0 30px;
		position: relative;
	}
	.intro-area::before{
		font-size: 7rem;
		bottom: -15px;
	}
	.intro-area .txt-area{
		width: 100%;
	}
	.intro-area .section-catch{
		font-size: 2.2rem;
	}
	.intro-area .basic-txt{
		margin: 10px 0 0;
	}

	.intro-area .wrap{
	}


}

/*    service-area
--------------------------------------- */
.service-area{
	background: #F9F9F9;
	padding: 95px 0 95px;
	margin: 0 0 0;
}

.service-area .txt-area{
	text-align: center;
}

.service-area .list{
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 35px auto 0;
}
.service-area .list li{
	width: calc((100% / 3) - 10px);
	border: solid 1px #EFEFEF;
	background: #fff;
	padding: 20px 16px;
	position: relative;
}
.service-area .list li::before{
	content: '';
	position: absolute;
	background: url("../img/construction-service01.png") no-repeat right bottom / contain;
	width: 89px;
	height: 95px;
	bottom: 150px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.service-area .list li:nth-child(2)::before{
	background: url("../img/construction-service02.png") no-repeat right bottom / contain;
	width: 106px;
	height: 93px;	
}
.service-area .list li:nth-child(3)::before{
	background: url("../img/construction-service03.png") no-repeat right bottom / contain;
	width: 119px;
	height: 91px;	
}

.service-area .list li .catch{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding: 117px 0 0;
}
.service-area .list li .catch span{
	font-size: 1.5rem;
	display: block;
	line-height: 1;
}
.service-area .list li:nth-child(n + 2) .catch{
	padding: 130px 0 0;
}
.service-area .list li .basic-txt{
	padding: 20px 0 0;
}

.service-area .disc-block{
	position: relative;
	background: #fff;
	width: 792px;
	border: solid 1px #EFEFEF;
	margin: 30px auto 0;
	padding: 36px 49px 30px;
}
.service-area .disc-block::before{
	content: '';
	position: absolute;
	background: url("../img/service-txt-bg.png") repeat right bottom / auto;
	width: 523px;
	height: 93px;
	right: 0;
	bottom: -1px;
}
.service-area .disc-block .basic-txt{
	position: relative;
}

@media screen and (max-width: 1300px){
	.service-area .list li::before{
		bottom: 180px;
	}
	
}

@media screen and (max-width: 768px){
	.service-area{
		padding: 50px 0;
	}

	.service-area .txt-area{
	}
	.service-area .list{
		display: block;
		width: 100%;
		margin: 20px 0 0;
	}
	.service-area .list li{
		width: 100%;
	}
	.service-area .list li:nth-child(n + 2){
		margin: 10px 0 0;
	}
	.service-area .list li::before{
		width: 50px;
		height: 70px;
		left: auto;
		bottom: auto;
		top: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	.service-area .list li:nth-child(2)::before{
		width: 50px;
		height: 60px;
	}
	.service-area .list li:nth-child(3)::before{
		width: 50px;
		height: 55px;
	}
	.service-area .list li .catch{
		padding: 0 0 0 60px;
		text-align: left;
		font-size: 1.8rem;
	}
	.service-area .list li .catch span{
		font-size: 1.3rem;
	}
	.service-area .list li:nth-child(n + 2) .catch{
		padding: 0 0 0 60px;
	}
	.service-area .list li .basic-txt {
		padding: 15px 0 0;
	}
	
	.service-area .disc-block{
		width: 100%;
		padding: 20px;
		margin: 10px auto 0;
	}
	.service-area .disc-block::before{
		background: url("../img/service-txt-bg.png") no-repeat right bottom / contain;
		width: 100%;
		height: 93px;	
	}
	.service-area .disc-block .basic-txt{
	}
}

/*    point-area
--------------------------------------- */
.point-area{
	margin: 140px 0 0;
}
.point-area .inner{
	width: 800px;
	position: relative;
}
.point-area .inner::before{
	content: '';
	position: absolute;
	background: url("../img/construction-point.png") no-repeat right bottom / auto;
	width: 518px;
	height: 412px;
	right: -150px;
	top: -80px;
	z-index: -1;
}

.point-area .catch{
	font-size: 2.6rem;
	line-height: 1.9;
	margin: 30px 0 0;
}

@media screen and (max-width: 768px){
	.point-area{
		margin: 50px 0 0;
	}
	.point-area .inner{
		width: 100%;
	}
	.point-area .inner::before{
		display: none;
	}
	.point-area .catch{
		font-size: 2rem;
		margin: 20px 0 0;
	}
	.point-area .img{
		width: 100%;
	}
}

/*    cases-area
--------------------------------------- */
.cases-area{
	margin: 140px 0 0;
	background: #F6FBFF;
	padding: 104px 0 130px;
}
.cases-area .txt-area{
	text-align: center;
}
.cases-area .section-catch{
	font-size: 3rem;
	margin: 40px 0 0;
}

.cases-area .scroll-list{
	 padding: 0 100px;
}

.cases-area .scroll-list > div{
		/*max-width: 1800px;*/
	width: 100%;
	/*overflow-x: scroll;*/
}

.cases-area .list{
	margin: 55px auto 30px;
	display: flex;
	/*justify-content: space-between;*/
	/*justify-content: center;*/
	/*width: 1660px;*/
	/*width: 2250px;*/
	width: 3375px;

}
.cases-area .list > li{
	width: calc((100% / 4) - 10px);
	/*width: 540px!important;*/
	position: relative;
	background: #fff;
	border: solid 1px #5FA8E3;
	padding: 30px 45px 50px;
	border-radius: 15px;
}

.cases-area .list > li:nth-child(n + 2){
	margin: 0 0 0 20px;
}

.cases-area .list .title{
	font-size: 2.4rem;
	color: #5FA8E3;
	font-weight: bold;
}

.cases-area .img.first{
	margin: 10px 0 0;
	text-align: center;
}
.cases-area .img-box{
	display: flex;
	justify-content: space-between;
	margin: 8px 0 0;
}
.cases-area .img-box .img{
	width: calc((100% / 3) - 8px);
}
.cases-area .sp-display-b{
	display: none;
}
.cases-area .flexslider .slides li img{
	padding: 2px;
}

@media screen and (max-width: 1700px){
	.cases-area .list{
		/*width: 1660px;*/
		/*padding: 0 50px;*/
		width: 2460px;
	}
	.cases-area .list > li{
		width: 400px;	
	}
}

@media screen and (max-width: 768px){
	.cases-area {
		margin: 30px 0 0;
		padding: 50px 0 50px;
	}
	.cases-area .list{
		/*width: 1340px;*/
		width: 1920px;
		margin: 30px 0 0;
		padding: 0 0 20px;
	}
	.cases-area .list > li{
		width: 320px;
		padding: 20px 20px 20px;
	}
	.cases-area .list > li:nth-child(n + 2){
		margin: 0 0 0 20px;
	}
	
	.cases-area .list .title{
		font-size: 1.8rem;
	}
	.cases-area .img{
		width: calc((100% / 3) - 6px);
	}
	.cases-area .img.first{
		height: 242px;
	    width: 100%;
	}
	.cases-area .img.first img{
		object-fit: contain;
		height: 100%;
	}
	.cases-area .sp-display-b{
		display: block;
	}
	.cases-area .scroll-list{
		 padding: 0 0;
	}
	.cases-area .scroll-list > div{
	}
}




/*    contact-area
--------------------------------------- */
.s-contact-area{
	margin: 100px 0 ;
}
.s-contact-area .inner{
	background: #F3F3F3;
	display: flex;
	justify-content: space-between;
	padding: 79px 100px 80px;
	align-items: center;
}
.s-contact-area ul li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.s-contact-area ul li.job{
	margin: 30px 0 0;
}
.s-contact-area ul li .catch{
	font-size: 2.2rem;
	font-weight: bold;
}

.s-contact-area .btn{
    width: 300px;
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0 30px;
}
.s-contact-area .btn a{
	display: block;
    opacity: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(255,156,58,1) 0%, rgba(255,118,88,1) 100%);
    color: #fff;
	padding: 0 0 0 25px;
}
.s-contact-area ul li.job a{
	background: #15C9C7;
}
.s-contact-area .btn a::before{
	content: '';
	position: absolute;
	background: url("../img/service-contact.png") no-repeat top center / contain;
	width: 40px;
	height: 40px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin: 0 0 0 -70px;
}
.s-contact-area .job .btn a::before{
	content: '';
	position: absolute;
	background: url("../img/service-search.png") no-repeat top center / contain;
	width: 40px;
	height: 40px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.s-contact-area .btn a:hover{
	opacity: .8;
}

@media screen and (max-width: 768px){
	.s-contact-area{
		margin: 50px 0 ;
	}
	.s-contact-area .inner{
		display: block;
		padding: 30px 20px;
	}
	.s-contact-area ul{
		margin: 20px 0 0;
	}
	.s-contact-area ul li{
		display: block;
	}
	.s-contact-area ul li.job{
	}
	.s-contact-area ul li .catch{
		font-size: 1.8rem;
		text-align: center;
	}

	.s-contact-area .btn{
		width: 100%;
		margin: 10px 0 0;
	}
	.s-contact-area .btn a{

	}
	.s-contact-area ul li.job a{
	}
}

/*-------------------------------------*/

.swiper-inner{
	width: 1660px;
	max-width: 1660px;
	min-width: 1660px;
	margin: 0 auto;

}
.swiper-container{
	margin: 55px auto 0;
	padding: 0 0 30px!important;
	overflow-x: scroll;
	max-width: 1660px;
}
.swiper-wrapper{
	display: flex;
}
.swiper-slide{
	padding: 0 10px;
	margin: 0 0 0 0;
}
.swiper-slide > div{
	background: #fff;
	border: solid 1px #5FA8E3;
	border-radius: 15px;
	height: 634px;
	height: 520px;
    padding: 30px 45px 50px;
	/*width: 380px;*/
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.swiper-slide .txt-box .title{
    font-size: 2.4rem;
    color: #5FA8E3;
    font-weight: bold;
}
/*
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  display: block;
  order: -1;
}*/
.tab-label {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	top: 390px;
	/*top: 295px;*/
}
.tab-label:hover{
	opacity: .8;

}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-label img{
	width: 100%;
}
.tab-label:hover img{
	border: 3px solid #5FA8E3;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	top: -70px;
	position: relative;
}
.tab-content img{
	width: 100%;
}
/* アクティブなタブ */
/*.tab-switch:checked+.tab-label {
  background: #ddd;
}*/
.tab-switch:checked+.tab-label img{
  border: 3px solid #5FA8E3;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: 100%;
	opacity: 1;
	transition: .5s opacity;
	text-align: center;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.cases-area .swiper-button-prev,
.cases-area .swiper-button-next{
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	border: solid 3px #5FA8E3;
	top: auto;
	bottom: 0;
}
.cases-area .swiper-button-prev::after,
.cases-area .swiper-button-next::after{
	font-size: 2.5rem;
    font-weight: bold;
	color: #5FA8E3;
}
.cases-area .swiper-button-prev{
	left: auto;
	right: 90px;
}

@media screen and (max-width: 1700px){
	.swiper-inner{
		width: 1200px;
		max-width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
	}
	.swiper-slide > div{
		height: 520px;
		padding: 20px 30px 40px;
	}
	.tab-label{
		top: 295px;
	}
	.tab-content{
		top: -40px;
	}
}


@media screen and (max-width: 768px){
	.swiper-inner{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	.swiper-container{
		margin: 30px 0 0;
	}
	.swiper-slide > div{
		padding: 20px 20px 40px;
		height: auto;
		width: 335px;
	}
	.tab-wrap{
		margin: 10px 0 0;
	}
	.tab-label{
		top: 221px;
		max-width: 70px;
	}
	.tab-label img{
		width: 100%;
	}
	.tab-content{
		max-height: 227px;
		top: -70px;
	}
	.swiper-slide{
		padding: 0;
		margin: 0 20px 0 0;
	}
	.swiper-container{
		padding: 0 0 20px!important;
	}
	
	.cases-area .swiper-button-prev,
	.cases-area .swiper-button-next{
		width: 45px;
		height: 45px;
		border: solid 2px #5FA8E3;
		top: auto;
		bottom: 0;
	}
	.cases-area .swiper-button-prev::after,
	.cases-area .swiper-button-next::after{
		font-size: 2rem;
	}
	.cases-area .swiper-button-prev{
		right: 70px;
	}
	
}

/*20240423 スクロールバー追加*/
/* simplebar用 */
.simplebar-track {
    background: #E5E5E5;
    border-radius: 10px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}

.simplebar-track .simplebar-scrollbar::before{
  background: #5FA8E3;
}