@charset "UTF-8";

/*ファーストビュー ============================*/
@media(max-width: 767px){
	.sec-top:before{
		background-image: url(../assets/independent_first-view.jpg);
		background-size: cover;
		background-position: -50px center;
	}
}
@media(min-width: 768px){
	.sec-top{
		background-image: url(../assets/independent_first-view.jpg);
		background-size: cover;
		background-position: -50px -80px;
	}
}
@media(min-width: 900px){
	.sec-top{
		background-position: center 100%;
	}
}

/*NEXTリンク============================*/
.sec-next-link > a img{
	object-position: 0px 0px;
}


/*サービス内容====================*/
.sec-independent{
	padding-top: 70px;
	position: relative;
	z-index: 0;
}
.about-service{
	margin-bottom: 70px;
}
.sec-independent h2{
	margin-bottom: 40px;
}
.about-service__text{
	margin: 0 6.58823529411765%;
}
.about-service__text h3{
	margin-bottom: 30px;
}
.about-service__text h4{
	font-size: 1.8rem;
	color: #0088cc;
	margin-bottom: 10px;
	text-align: left;
}
.about-service__text p{
	text-align: left;
	margin-bottom: 26px;
}

.about-service__image{
	background-image: url(../assets/independent_about-service.jpg);
	background-size: cover;
	height: 70.588235vw;
	margin-left: 6.58823529411765%;
	position: relative;
	z-index: -1;
}
@media(min-width: 768px){
	.about-service{
		margin-bottom: 80px;
		position: relative;
		z-index: 0;
	}
	.about-service__text{
		background: #fff;
		padding: 40px 6.94445%;
		margin: 0;
		width: 80%;
		width: 66%;
	}
	.about-service__image{
		/*height: 100%;*/
		height: calc(100% - 20px);
		margin: 0;
		width: 70%;
		position: absolute;
		right: 0;
		z-index: -1;
	}
}
@media(min-width: 960px){
	.sec-independent{
		padding-top: 120px;
	}
	.about-service{
		margin-bottom: 80px;
		position: relative;
		max-width: 1440px;
		margin: 0 auto;
	}
	.sec-independent h2{
		margin-bottom: 70px;
	}
	.about-service__text{
		background: #fff;
		padding: 60px 6.94445% 80px;
		margin: 0;
		width: 54%;
		max-width: initial;
	}
	.about-service__image{
		height: calc(100% - 20px);
		margin: 0;
		width: 54%;
		position: absolute;
		top: auto;
		right: 0;
		left: auto;
		bottom: auto;
		z-index: -1;
	}
}

/*運送業をやる3つのメリット===============*/
.three-merits{
	margin-bottom: 70px;
	position: relative;
	padding-top: 70px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.decoration-box{
	background-color: #0088cc;
	width: 100%;
	height:340px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.three-merits h3{
	margin: 0 auto 40px 28px;
	text-align: center;
	color: #fff;
	display: block;
}
.three-merits h3 span:first-child{
	font-size: 1.6rem;
	margin-bottom: 6px;
}
.three-merits h3 span:last-child{
	border-bottom: solid 1px #fff;
	padding: 0 4px 6px;
}
.three-merits ul{
	position: relative;
	z-index: 10;
}
.three-merits li{
	position: relative;
	z-index: 2;
}
.three-merits li div{
	height: 56.470588vw;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}
.three-merits li:not(:last-child){
	margin-bottom: 50px;
}
.three-merits li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.three-merits li:not(:last-child){
	margin-bottom: 50px;
}
.three-merits li:nth-child(odd) div{
	margin-left: 6.58823529411765%;
}
.three-merits li:nth-child(even) div{
	margin-right: 6.58823529411765%;
}
.three-merits li h4{
	color: #0088cc;
	font-size: 1.8rem;
	margin-bottom: 6px;
	padding: 0 6.58823529411765%;
}
.three-merits li p{
	margin: 0 6.58823529411765%;
	text-align: left;
}


@media(min-width: 768px){
	.three-merits{
		padding-top: 80px;
		overflow: auto;
	}
	.three-merits h3{
		border: none;
		margin-bottom: 60px;
	}
	.three-merits h3 span:last-child{
	    border-bottom: 2px solid #fff;
	    padding: 0 6px 6px;
	}
	.three-merits li:nth-child(odd) div{
		margin-left: 0;
	}
	.three-merits li:nth-child(even) div{
		margin-right: 0;
	}
	.three-merits ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 6.94444%;
	}
	.three-merits ul li{
		width: 46%;
		margin: 0;
	}
	.three-merits li div{
		height: 260px;
	}
	.three-merits li h4{
		text-align: left;
	}
	.three-merits li p{
		margin: 0;
	}
}


@media(min-width: 960px){
	.three-merits{
		padding-top: 120px;
		margin: 80px auto 120px;
	}
	.decoration-box{
		height: 500px;
		width: 80%;
	}
	.three-merits h3{
		border: none;
		text-align: left;
		width: 86.111111%;
		max-width: 1240px;
		margin: 0 auto 80px;
	}
	.three-merits h3 span:last-child{
	    border-bottom: 2px solid #fff;
	    padding: 0 6px 6px;
	}
	.three-merits li:not(:last-child){
		margin-bottom: 0;
	}
	.three-merits ul{
		width: 86.1111111%;
		max-width: 1240px;
		margin: 0 auto;
	}
	.three-merits ul li{
		width: 29.8%;
		margin: 0;
	}
	.three-merits li div{
		height: 380px;
	}
	.three-merits li h4{
		text-align: left;
	}
	.three-merits li p{
		margin: 0;
	}
/*位置をずらす*/
	.three-merits li:first-child{
		margin-top: 20px;
	}
	.three-merits li:nth-child(2){
		margin-top: 90px;
	}
	.three-merits li:last-child{
		margin-top: 0;
		
	}
}
@media(min-width: 1920px){
	.decoration-box{
		width: 70%;
	}
}


/*収入イメージ================================*/
.sec-income{
	background: #fafafa;
	padding: 70px 6.58823529411765%;
	margin-bottom: 70px;
	overflow: auto;
}
.sec-income h3{
	margin-bottom: 30px;
}
.sec-income h4{
	color: #0088cc;
	margin-bottom: 10px;
}
.sec-income h4 span{
	font-size: 2.0rem;
}
.sec-income__contents-wrapper-01{
	margin-bottom: 50px;
}
.sec-income p{
	text-align: left;
	margin-bottom: 26px;
}
.sec-income_image{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.sec-income__contents-wrapper-01 .sec-income_image{
	background-image: url(../assets/income01.jpg);
	background-size: cover;
}
.sec-income__contents-wrapper-02 .sec-income_image{
	background-image: url(../assets/income02.jpg);
	background-size: cover;
}
@media(max-width: 959px){
	.sec-income_image{
		height: 260px;
		height: 61.176471vw;
	}
}
@media(min-width: 768px){
	.sec-income h3{
		margin-bottom: 40px;
	}
	.sec-income h4{
		margin-bottom: 20px;
		text-align: left;
	}
	.sec-income_container > div{
		display: flex;
		justify-content: space-between;
	}
	.sec-income__contents-wrapper-01{
		margin-bottom: 60px;
	}
	.sec-income__contents-wrapper-02{
		flex-direction: row-reverse;
	}
	.sec-income_image{
		width: 50%;
		height: auto;
		max-height: 100%;
		background-position: center;
	}
	.sec-income_text{
		width: 44%;
	}
	.sec-income p{
		margin-bottom: 0;
	}
}
@media(min-width: 960px){
	.sec-income{
		padding: 120px 13.888888%;
		padding-top: 120px;
		margin-bottom: 120px;
	}
	.sec-income_container{
		max-width: 1240px;
		margin: 0 auto;
	}
	.sec-income h3{
		margin-bottom: 80px;
	}
	.sec-income h4{
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.sec-income h4 span{
		font-size: 3.0rem;
	}
	.sec-income_container > div{
		display: flex;
		justify-content: space-between;
	}
	.sec-income__contents-wrapper-01{
		margin-bottom: 80px;
	}
	.sec-income__contents-wrapper-02{
		flex-direction: row-reverse;
	}
	.sec-income_image{
		width: 50%;
		height: auto;
		max-height: 100%;
		background-position: center;
	}
	.sec-income_text{
		width: 44%;
		padding-bottom: 40px;
	}
}

