
@charset "UTF-8";
/* CSS Document */



.sec-about{
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}
.sec-about .text{
	padding-left: 9.722222222%;
	padding-right: 6.94444444444445%;
	padding-bottom: 9.722222222vw;
	box-sizing: border-box;
	width: 50%;
}
.sec-about h3{
	font-size: 2.8rem;
	line-height: 4.4rem;
	margin-bottom: 40px;
}
.sec-about p{
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-bottom: 100px;
	margin-bottom: 6.944vw;
}
.sec-about-img{
	width: 100%;
	width: 50%;
	height: 54.16vw;
	z-index: 12;
	object-fit: cover;
	height: auto;
	box-sizing: border-box;
}

.sec-about .stripe-box{
	position: absolute;
	width: 10.6944444444445%;
	height: 10.6944444444445vw;
	bottom: -44px;
	bottom: -3.055555555556vw;
	left: 0;
	z-index: -100;
    background-color: #fd964b;
    background-image:
	repeating-linear-gradient(45deg,#fff, #fff 3px,transparent 0, transparent 6px);
}
.sec-about .orange-box{
	width: 7.638888889%;
	height: 7.638888889vw;
    position: absolute;
	bottom: -7.430555556vw;
	left: 6.944444444%;
    background-color: #fd964b;
    z-index: -100;
}

@media(min-width: 1300px){
	.sec-about-img-wrapper{
		max-height: 780px;
	}
	.sec-about-img{
		max-height: 780px;
	}
}
@media(max-width: 767px){
	.sec-about{
		display: block;
	}
	.sec-about .text{
		padding-left: 6.588235294%;
		padding-right: 6.588235294%;
		padding-bottom: 14.117647058vw;
		width: 100%;
	}
	.sec-about h2{
		margin-bottom: 12.048192771vw;/*50px*/
	}
	.sec-about h3{
	font-size: 4.705882352vw;/*20px*/
	line-height: 1.5;
	margin-bottom: 7.058823529vw;/*30px*/
	}
	.sec-about p{
		font-size: 3.764705882vw;/*1.6rem*/
		line-height: 1.5;
		margin-bottom: 12.048192771vw;/*50px*/
	}
	.sec-about-img{
		width: 87.294117647%;/*371px*/
		height: 83.764705882vw;/*356px*/
		vertical-align: bottom;
	}
	.sec-about .stripe-box,
	.sec-about .orange-box{
		display: none;
		}
}

/*---------サービス----------------------*/
.sec-service{
	position:relative;
	padding-bottom: 140px;
}
.sec-service ol{
	overflow: hidden;
}
.veige-box-top{
	position:absolute;
	top: -140px;
	right: 0;
	height: 37.5vw;
	min-height: 500px;
	width: 62.847%;
	z-index: -50;
}
.sec-service h2{
	margin: 140px 9.722222222% 86px 0;
	text-align:right;
}
.service img{
	box-shadow: 0px 0px 50px 2px rgb(0 0 0 / 10%);
	object-fit: cover;
}
.service-text{
	background-color: #0f2942;
	color: #fff;
	width: 41.66%;/*600px*/
	min-width: 400px;
	padding: 5.5555555vw 8.75% 5.5555555vw;
	box-sizing: border-box;
	z-index: 100;
	box-shadow: 0px 0px 50px 2px rgb(0 0 0 / 20%);
}
.service-text a{
	text-decoration: none;
	color: #fff;
}
.service-text .num{
	color: #ac9d8f;
	font-size: 3.0rem;
}
.service-text h3{
	font-size: 2.4rem;
	margin: 20px 0 40px;
	font-weight: 600;
}
.service1{
	margin-bottom: 120px;
	display: flex;
	flex-direction: row-reverse;
}
.service1-text{
	margin-right: 5.902777777%;
	position:relative;
}
.service1 img{
	width: 58.33%;
	height: 38.888888889vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service2{
	position: relative;
	margin-bottom: 10.833vw;
	display: flex;
	flex-direction: row-reverse;
}
.service2 .beige-bg{
	background-color: #f7f2ee;
	width: 50%;
	height: 54.02vw;
	min-height: 390px;
	position:absolute;
	top: -410px;
	left: 0;
	z-index: -2;
}
.service2 img{
	width: 54.17%;
	height: 38.888888889vw;
	z-index: 2;
	object-fit: cover;
	position: absolute;
}

.service2-text{
	z-index: 3;
	margin-top: 4.8611vw;/*70px*/
	margin-left: 11.111vw;/*160px*/
	margin-right: auto;
}
.service2 .stripe-box{
	position: absolute;
	width: 13.888%;
	height: 13.888vw;
	bottom: -8.333vw;
	right: 0;
	z-index: 1;
    background-color: #fd964b;
    background-image:
	repeating-linear-gradient(45deg,#fff, #fff 3px,transparent 0, transparent 6px);
}

.service3{
	position: relative;
	padding-top: 18.05vw;
}
.service3-text{
	margin: 0 8.33vw 0 auto;
	position: relative;
}
.service3 img{
	width: 52.78%;
	height: 34.72222222vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service3 .beige-box{
	height: 37.5vw;
	width: 80.13%;
	position:absolute;
	top: 95px;
	right: 0;
	background-color: #f7f2ee;
	z-index: -3;
}

.sec-service .service-link{
	text-align: right;
	margin-top: 3.4722222222vw;
	margin-right: 11%;
}
.service-link a{
	font-size: 1.4rem;
}
/*動く矢印*/
.arrow-anker{
	padding: 0 50px 0 34px;
}
/*矢印と下線の形状*/
.arrow-anker::before{
	background: #fff;
}
.arrow-anker::after{
    right:-20%;
	background: #fff;
}
/*hoverした際の移動*/
.arrow-anker:hover::before{
    left: 40%;
}
.arrow-anker:hover::after{
    right: -40%;
}
@media(max-width: 767px){
	.sec-service {
		padding-bottom: 0;
	}
	.sec-service h2{
		padding: 23.529411764vw 0 0 6.588235294%;
		text-align:left;
		margin: 0;
	}
	.veige-box-top{
		top: 0;
		left: 0;
		height: 110vw;
		min-height: 0;
		width: 100%;
	}
	.service-text{
		width: 100%;
		min-width: 0;
		padding: 13.1764vw 9.524% 15.6vw;
	}
	.sec-service .num{
		line-height: 0;
		font-size: 5.647058823vw;
	}
	.service-text h3{
		font-size: 4.705882352vw;/*20px*/
		margin-top: 4.70588vw;
		margin-bottom: 9.4117vw;
		line-height: 0;
	}
	.service-link a{
		font-size: 3.294117647vw;/*1.4rem*/
	}
	.service-text p{
		line-height: 1.5;
	}
	.sec-service .service-link{
		margin-top: 9.4117vw;
	}
	/*サービス1*/
	.service1{
		position: relative;
		margin-bottom: 14.11764vw;
	}
	.service1 img{
		width: 93.41%;/*397px*/
		height: 65.88vw;
		position: absolute;
		top: 9.411vw;
		left: auto;
		z-index: -1;
	}
	.service1-text{
		width: 100%;
		margin-top: 62.117vw;/*264px*/
		margin-right: 85px;
		margin-right: 11.058%;
		position:relative;
	}

	/*サービス2*/
	.service2{
		margin-bottom: 14.1176vw;/*60px*/
	}
	.service2-text{
		width: 88.9411%;
		position: static;
		margin-top: 51.764vw;
	}
	.service2 img{
		width: 83.2941%;
		height: 78.58823vw;
		position: absolute;
		left: 0;
	}
	.service2 .beige-bg{
		width: 50%;
		height: 115vw;
		position:absolute;
		top: 47vw;
		left: 0;
		z-index: -2;
	}
	.service2 .stripe-box{
		position: absolute;
		width: 50.117vw;
		height: 47.529vw;
		bottom: 117.23vw;
		right: 0;
	}
	/*サービス3*/
	.service3{
		padding-top: 54.117vw;
		position: relative;
		z-index: 9;
	}
	.service3 img{
		width: 100%;
		height: 66.352vw;
		position: absolute;
		top: 0;
		left: 0;
		vertical-align: bottom;
	}
	.service3-text{
		margin: 0;
		width: 88.9411%;
		position: relative;
		vertical-align: bottom;
	}
	.service3-beige-box{
		display: none;
	}
}



/*ブログ*/
.sec-blog{
	position: relative;
}
.sec-blog .container{
	width: 80.55%;
	height: 480px;
	margin: 0 auto 160px;
	z-index: 30;
	background-image: url(../image/blog03.jpg);
	background-size: cover;
	text-align: center;
	padding-top: 110px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0px 0px 50px 2px rgb(0 0 0 / 16%);
}
.sec-blog h2{
	margin-bottom: 40px;
}
.sec-blog p{
	margin-bottom: 50px;
}
.sec-blog .orange-box-special{
	background-color: #fd964b;
	width: 22.5%;
	height: 140px;
	position: absolute;
	top: -140px;
	right: 50%;
}

.sec-blog .stripe-box{
	position: absolute;
	width: 17.3611111111%;
	height: 17.3611111111vw;
	right: 0px;
	bottom: -5.416666666666vw;
	z-index: -1;
    background-color: #fd964b;
    background-image:
	repeating-linear-gradient(45deg,#fff, #fff 3px,transparent 0, transparent 6px);
}
.sec-blog .orange-box{
	width: 8.8888888888889%;
	height: 8.8888888888889vw;
	bottom: -11.1111111vw;
	right: 14.30555555555556%;
    background-color: #fd964b;
    position: absolute;
    z-index: -1;
}
@media(max-width: 767px){
	.sec-blog{
		vertical-align: top;
		padding-top: 23.529vw;/*100px*/
		padding-bottom: 23.529vw;/*100px*/
	}
	.sec-blog .orange-box-special{
		width: 50%;
		height: 190vw;
		position: absolute;
		bottom: 75.7vw;
		top: auto;
		right: 0;
		background-color: #dbcec2;
		z-index: -100;
	}
	.sec-blog .container{
		margin-bottom: 0;
		padding: 18.823529411vw 0;
		height: auto;
		background-size: cover;
		background-image: url(../image/blog-bg-sp.jpg);
	}
	.sec-blog .orange-box{
		width: 50%;
		height: 88vw;
		bottom: -52px;
		bottom: -12.235294117vw;
		left: 0;
		right: auto;
	    z-index: -100;
	}
	.sec-blog .stripe-box{
		display: none;
	}
	.sec-blog .blog-dsc{
		margin-bottom: 50px;
		padding-left: 7.058823529vw;
		padding-right: 7.058823529vw;
	}
}



