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

s3
ダンプ運送・クレーン作業

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


/* --------------------------------------------
サービスについて
---------------------------------------------- */
.s3-aboutWrap {
	padding-bottom: 6rem;
	background-color: #141414;
}
.s3-aboutItem {
	position: relative;
}


.s3-aboutItem .photo {
	overflow: hidden;
  width: 100%;
	height: 30vw;
	max-height: 500px;
	margin: auto;
	background-size: cover;
	background-position: center;
	opacity: 0.6;
}
.s3-aboutItem .photo {
	background-image: url(../img/3/img2.jpg);
}
.s3-aboutItem-crane .photo {
	background-image: url(../img/3/img1.jpg);
	filter:grayscale(0.3);
}


.s3-aboutItem > .titleType-A {
	/*position: absolute;
	bottom: 2vw;*/
	width: 100%;
	padding: 5em 0 0.5em;
	margin: -3.2em 0 1.5em;
	text-align: center;
	font-size: 26px; font-size: 2.6rem;
	z-index: 1;
	color:#F4F3F1;
}
.s3-aboutItem > .titleType-A span {
	display: block;
	margin: -1.25em auto 0;
	font-size: 4em;
	font-family: 'Oswald', sans-serif;
  font-weight: 500;
	letter-spacing: -0.02em;
	white-space: nowrap;
	color:#F4F3F1;
}

/*--- Responsive ---*/
@media screen and (max-width:640px){
	.s3-aboutItem > .titleType-A {
		top: calc(5% - 1em);
		font-size: 20px; font-size: 2.0rem;
	}
	.s3-aboutItem > .titleType-A span {
	margin: -1.45em auto 0;
	font-size: 3em;
}
}




.s3-aboutWrap__leadTxt p {
	padding: 5rem 5% 8rem;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	color:#F4F3F1;
	/*background: #F4F3F1;*/
}

@media screen and (max-width:960px) {
	.s3-aboutWrap__leadTxt p {
		text-align: justify;
	}

	.s3-aboutWrap__leadTxt p br {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.s3-aboutWrap__leadTxt p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}




.s3-aboutItem ul {
	position: relative;
	text-align: center;
	margin: 0em auto 0;
	padding-bottom: 4em;
}
/*.s3-aboutItem ul h3{
	position: relative;
	text-align: center;
	color:#F4F3F1;
}
.s3-aboutItem ul h3::before{
	content: "";
	display: block;
	margin: 0 auto 0.5em;
	width: 1px;
	height: 3em;
	background:#F4F3F1;
}*/
.s3-aboutItem ul li {
	display: inline-block;
	vertical-align: top;
	width: 26%;
	max-width: 340px;
	margin: 0 1.3%;
}
.s3-aboutItem ul li img {
	width: 100%;
	margin-bottom: 1em;
}
.s3-aboutItem ul li h4 {
	text-align: center;
	line-height: 1.5;
	font-size: 17px; font-size: 1.7rem;
	color:#F4F3F1;
	font-weight: normal;
}


/*.s3-aboutItem div:nth-of-type(2) {
	width: 26em;
  padding: 11rem 5% ;
  background-color: #A7926C;
}*/
.s3-aboutItem h3 {
	/*display: none;*/
  padding-bottom: 1em;
	font-size: 24px; font-size: 2.4rem;
}
.s3-aboutItem p {
}


/*
.s3-aboutItem-A div.photo {
  order: 2;
}
.s3-aboutItem-B div:nth-of-type(2) {
  background-color: #141414;
}
.s3-aboutItem-B {
	color: #fff;
}

*/



/*--- Responsive ---*/
@media screen and (max-width:640px) {
.s3-aboutItem {
  display: block;
}


.s3-aboutItem .photo {
  width: 100%;
	height: 60vw;
}

/*.s3-aboutItem div:nth-of-type(2) {
  width: 100%;
  padding: 4rem 10% ;
}*/


.s3-aboutItem h3 br {
	display: none;
}

.s3-aboutItem-A div.photo {
  order: 1;
}

.s3-aboutItem ul {
	margin: 2em auto 0;
}
.s3-aboutItem ul li {
	display: block;
	width: 76%;
	margin: 0 auto 2rem;
}

.s3-aboutItem-A ul li {
	width: 55%;
}


}






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

コラボクレーン

---------------------------------------------- */
/*.clbCrane {
	display: flex;
	max-width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto 16rem;
	padding: 0 7%;
	color:#F4F3F1;
}

.clbCrane .titleType-A {
	line-height: 1.2;
}

.clbCrane .titleType-A span {
	margin: -2em auto 0;
	font-size: 2.5em;
	color: rgba(0, 150, 174, 0.60);
}

.clbCrane__photo {
	width: 50%;
}

.clbCrane__photo img {
	display: block;
	width: 100%;
}

.clbCrane__text {
	width: 50%;
	height: 25vw;
	max-height: 32rem;
	padding: 0 5% 3em;
	margin-top: 7em;
	background: rgba(255, 255, 255, 0.1);
}

.clbCrane__text .titleType-A {
	margin: -3.0em 0 2em -0em;
	text-align: left;
}

.clbCrane__text .titleType-A span {
	margin: -2.2em 0 0 -0.2em;

}

.clbCrane__text p {
	padding: 0.5em 0 1em;
}*/



/*--- Responsive ---*/
/*@media screen and (max-width:1100px) {
	.clbCrane__photo {
		width: 70%;
		max-width: 460px;
		margin: 0 auto 2em;
	}

	.clbCrane__text {
		position: relative;
		width: 100%;
		padding: 0 10% 3em;
		margin-top: 0em;
	}
}*/







/*

.clbCrane {
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 0 auto 4rem;
	color:#F4F3F1;
}

.clbCraneTitle {
	display: block;
	margin: 0rem auto -0.2em;
	text-align: right;
	font-size: 8rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 0.95;
	white-space: nowrap;
	color: rgba(0, 150, 174, 0.5);
}

.clbCrane img {
	display: block;
	float: left;
	width: calc(60% - 3rem);
	margin-right: 3rem;
}
.clbCrane p {
	float: right;
	width:40%;
	padding: 4vw 0 1rem;
}


@media screen and (max-width:960px) {
.clbCraneTitle {
	font-size: 7rem;
}
.clbCrane br {
	display: none;
}
}

@media screen and (max-width:640px) {
.clbCraneTitle {
	text-align: center;
	font-size: 11vw;
}
.clbCrane img {
	float: none;
	width: 100%;
	margin-right: 0%;
}
.clbCrane p {
	float: none;
	width: 100%;
}
}

*/



