@charset "utf-8";
@import url("../../../assets/css/jump_contents.css");
@import url("../../../assets/css/square.css");
@import url("../../../assets/css/gallery.css");
@import url("../../css/third.css");
@import url("../../css/flex.css");
/* CSS Document */
.top_image {
    background: url(../images/title.jpg) center/cover no-repeat #000;
	background-position: 40%;
}
.thirdtop_inner::before {
	content: "SUPER MOBILE";
	font-family: 'Merriweather-Regular.woff';
}
.square {
	font-weight: 500;
}
.square small {
	font-weight: 200;
	margin-left: 1.3em;
	display: block;
}
@media print, screen and (min-width: 1043px) {
		.thirdtop_inner::before {
		height: 3em;
		font-size: 3em;
	}
}


.contents_title {
	line-height: 1.3em;
}
/*.contents_title_sub {
	margin: 0.8em auto 1em;
}
*/@media screen and (min-width: 1024px) {
	.thirdtop_contents {
		height: 500px;
	}
}
@media print, screen and (min-width: 1500px) {
	.thirdtop_contents {
		height: 450px;
	}
}
/* 作業風景のためのcss */
.clean_scenery li {
	position: relative;
	margin: 5em auto;
	counter-increment: section;
}
.clean_scenery {
	margin: 0 auto;
}
.clean_img {
	margin: auto auto 0.5em;
}
.clean_scenery li:not(:last-child) .clean_img::after {
	content: "";
	background: url("../images/arrow.svg") no-repeat;
	position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	width: 15%;
	height: 46px;
	left: 50%;
	bottom: -3em;
}
.clean_scenery li figure img {
	object-fit: cover;
	width: 100%;
}
.clean_scenery li figure::before {
  content: counter(section, decimal-leading-zero);
  counter-increment: number 1;
  width: 2.3em;
  height: 2.3em;
  position: absolute;
  top: -1em;
  left: -1em;
  padding-top: 0.3em;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  color: #1E841E;
  font-weight: bold;
  border: 2px solid #1E841E;
  border-radius: 50%;
  background-color: #fff;
  z-index: 99;
}
.clean_scenery figcaption {
	font-size: 1.1em;
}
@media screen and (min-width: 351px) {
	.contents_title br {
	display: none;
	}
}
@media screen and (min-width: 500px) {
	.clean_scenery li{
		margin: 8em auto;
	}
	.clean_scenery li:not(:last-child) .clean_img::after {
		bottom: -5em;
	}
}
@media print, screen and (min-width: 744px) {
.clean_scenery {
	margin: -2em auto 0;
}
	.clean_scenery::after {
	content: "";
	display: block;
	width: 45%;
	}
	.clean_scenery li {
		width: 45%;
		margin: 3em auto;
	}
	.clean_scenery li:not(:last-child) .clean_img::after {
		transform: translate(-50%, -50%)  rotate(-90deg);
		-webkit-transform: translate(-50%, -50%)  rotate(-90deg);
		left: 102%;
		top: 38%;
		bottom: 1.5em
	}
	.clean_scenery li figure {
		width: 90%;
	}
	.clean_scenery {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
@media print, screen and (min-width: 1024px) {
	.clean_scenery li {
		width: 30%;
	}
	.clean_scenery figcaption {
	font-size: 1.2em;
	}
}
@media print, screen and (min-width: 1500px) {
	.clean_scenery li:not(:last-child) .clean_img::after {
		top: 38%;
	}
}
/* 業務内容のためのcss */
.clean_business {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
}
.check_box {
	margin: 1em auto 0;
	max-width: 1200px;
	border: solid 1px #1E841E;
	border-radius: 10px;
	position: relative;
}
.check_box ul {
	width: 80%;
	margin: 2em auto;
}
.check_box ul li {
	font-size: 1em;
	font-weight: 500;
	width: 100%;
	margin: 1em auto;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.check_box ul li br {
	display: none;
}
.check_box::before {
	content: "";
    width: 5em;
    height: 3em;
    position: absolute;
    top: -2em;
    right: -1em;
    display: inline-block;
    background-color: #fff;
}
.check_box::after {
    content: "";
    width: 5em;
    height: 3em;
    position: absolute;
    bottom: -2em;
    left: -1em;
    display: inline-block;
    background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.check_box {
		margin: 1.5em auto 2em;
	}
	.check_box ul {
		display: flex;
		flex-wrap: wrap;
		margin: 2em auto;
		justify-content: space-between;
	}
	.check_box ul::after {
		content: "";
		display: block;
		width: 48%;
		height: 1.1em;
		margin: 1em auto;
	}
	.check_box ul li {
		width: 48%;
	}
	.check_box ul li br {
	display: block;
	}
}
@media print, screen and (min-width: 1024px) {
	.check_box ul li {
		font-size: 1.2em;
	}
}
@media print, screen and (min-width: 1400px) {
	.check_box {
		margin: 1.5em auto 3em;
	}
	.check_box ul {
		max-width: 1000px;
		width: 95%;
	}
	.check_box ul li {
		width: 33%;
		margin: 0.5em auto;
	}
	.check_box ul::after {
		width: 33%;
	}
}
	
	@media print{
    .green_padding {
        break-inside: avoid;
    }
}
