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

/*/////////////// セクション1 //////////////*/
.sec1 p {
	letter-spacing: 0;
}



/*/////////////// セクション2 //////////////*/
.sec2 .box {
	background-image: url(../images/service/bg01.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	border: 1px solid #60483c;
	border-bottom: none;
}

.sec2 .title {
	padding: 1.6rem;
}

.sec2 .box .title img {
	width: 2.2rem;
	display: block;
	margin: 0 auto 0.6rem;
}

.sec2 .box .title h2 {
	color: #60483C;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0;
}

.sec2 p {
	background-color: #60483C;
	color: #FFF;
	padding: 1.6rem;
	margin-bottom: 0;
}


@media (min-width: 768px) {
	.sec2 .title {
		padding: 1.8rem;
	}

	.sec2 .box .title img {
		width: 2.4rem;
	}

	.sec2 .box .title h2 {
		font-size: 1.35rem;
	}

	.sec2 p {
		padding: 1.8rem;
	}
}


@media (max-width: 991px) {
	.sec2 .box {
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
	}

}
	
@media (min-width: 992px) {
	.sec2 p {
		height: 16.5rem;
		font-size: 0.95rem;
		line-height: 1.7em;
		padding: 1.6rem;
		letter-spacing: 0;
	}
}

@media (min-width: 1200px) {
	.sec2 p {
		height: 13rem;
	}
}



/*/////////////// セクション3 //////////////*/
.sec3 .box1 h3 {
	font-size: 1.35rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.8rem;	
}

.sec3 .box1 img {
	display: block;
	margin-bottom: 0.8rem;
}

.sec3 .arrow img {
	width: 1.5rem;
	display: block;
	margin: 0 auto;
}


@media (min-width: 768px) {
	.sec3 .box1 {
		width: 44%;
	}
	
	.sec3 .box1 h3 {
		font-size: 1.35rem;
		font-weight: 600;
		text-align: center;
		margin-bottom: 0.8rem;
	}

	.sec3 .box1 img {
		display: block;
		margin-bottom: 0.8rem;
	}

	.sec3 .arrow {
		width: 12%;
		position: relative;
	}
	
	.sec3 .arrow img {
		width: 1.0rem;
		display: block;
	    position: absolute;
		left: 50%;
		top: 32%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);		
	}
	
	.sec3 .large {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec3 .large .box1, .sec3 .large .box2 {
		width: 100%;
	}	
}

@media (min-width: 992px) {
	.sec3 .box1 {
		width: 30%;
	}
	
	.sec3 .box1 h3 {
		font-size: 1.2rem;
		margin-bottom: 1rem;
		letter-spacing: 0;
	}
	
	.sec3 .box1 p {
		line-height: 1.6em;
	}	

	.sec3 .arrow {
		width: 5%;
	}
	
	.sec3 .arrow img {
		width: 0.8rem;
		top: 32%;	
	}
	
	.sec3 .large {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.sec3 .large .box1 {
		width: 65%;
	}
	
	.sec3 .large .box2 {
		width: 30%;
	}
	
	.sec3 .arrow2 {
		width: 30%;
		justify-content: flex-end;
		margin-left: auto;
		margin-right: 0;
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}
	
	.sec3 .arrow2 img {
		width: 1.4rem;
	}	
}


@media (min-width: 1200px) {
	.sec3 .box1 h3 {
		font-size: 1.35rem;
	}
	
	.sec3 .arrow img {
		top: 32%;	
	}
}


/*/////////////// セクション4 //////////////*/
.sec4 {
	background-image: url(../images/service/bg02-sp.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	background-color: #41210a;
}

.sec4 .box h2, .sec4 .box p, .sec4 .box ul li {
	color: #FFF;
}

.sec4 .box h2 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.sec4 .box ul {
	padding-left: 1.5rem;
}

.sec4 .box ul li {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.8rem;
}

.sec4 .box ul li:last-child {
	margin-bottom: 0;
}

.sec4 .box hr {
	color: #FFF;
	display: block;
	border-bottom: 1px;
	border-top: 0;
	opacity: 1;
	margin: 1.5rem 0;
}

@media (min-width: 768px) {
	.sec4 .box {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec4 .box hr {
		margin: 1.8rem 0;
	}
}

@media (min-width: 992px) {
	.sec4 {
		background-image: url(../images/service/bg02-pc.jpg);
		background-size: cover;
	}

	.sec4 .box {
		background-color: rgba(75,41,14,0.75);
		padding: 2.4rem;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}	

	.sec4 .box h2 {
		font-size: 1.4rem;
		font-weight: 700;
		margin-bottom: 0.8rem;
	}

	.sec4 .box ul {
		padding-left: 1.5rem;
	}

	.sec4 .box ul li {
		font-size: 1rem;
		font-weight: 600;
		margin-bottom: 0.8rem;
	}

	.sec4 .box ul li:last-child {
		margin-bottom: 0;
	}

	.sec4 .box hr {
		color: #FFF;
		display: block;
		border-bottom: 1px;
		border-top: 0;
		opacity: 1;
		margin: 1.5rem 0;
	}
}	
@media (min-width: 1200px) {
	.sec4 .box {
		padding: 3rem;
		width: 960px !important;

	}		
}