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

.content.servoce.top {
	padding: 0;
	background-image: initial;
}

.servoce h2 {
	width: 98%;
	border-left: #008B5F 10px solid;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0 0 0 2%;
	line-height: 40px;
	float: left;
}

.servoce.detail h2 {
	border: none;
	text-align: center;
}

/* ************************************************************* */
/*          INTRO  RAYOUT
/* ************************************************************* */

.servoce .intro {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	float: left;
}

.servoce .intro .main_img {
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
	padding: 0;
}

.servoce .intro .copy {
	width: 100%;
	margin: 100px 0 50px;
	padding: 0;
	float: left;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.7em;
	text-align: center;
}

.servoce .intro h2 {
	width: 100%;
	margin: 100px 0 50px;
	padding: 0;
	float: left;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.7em;
	text-align: center;
	border: none;
}

.servoce .intro .copy2 {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	float: left;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.7em;
	text-align: center;
}

.servoce .intro .message {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	text-align: justify;
	line-height: 1.7em;
}

.servoce .intro .message.block01 {
	text-align: center;
}

.servoce .intro .box {
	width: 90%;
	max-width: 880px;
	margin: 50px auto;
	line-height: 1.3em;
	background-color: #F9F9F9;
	display: flex;
}

.servoce .intro .box .photo {
	width: 30%;
	margin: 0;
	float: left;
}

.servoce .intro dl {
	width: 70%;
	margin: 0;
	line-height: 1.3em;
	float: right;
}

.servoce .intro dt {
	width: 90%;
	margin: 0 5%;
	padding: 1em 0;
	float: left;
	border-bottom: #008B5F 1px solid;
}

.servoce .intro dd {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	float: left;
}

.servoce .intro dd .wrapper {
	width: 90%;
	margin: 10px 5%;
	padding: 0;
	float: left;
}

.servoce .intro dd h3 {
	width: 100%;
	margin: 10px 0;
	padding: 0 0 5px;
	float: left;
	border-bottom: #008B5F 1px solid;
	font-size: 14px;
}

.servoce .intro dd ul {
	width: 50%;
	margin: 1em 0;
	padding: 0;
	float: left;
}

.servoce .intro dd ul li {
	font-size: 14px;
	list-style: disc;
	list-style-position: inside;
}


/* ************************************************************* */
/*          POINT  RAYOUT
/* ************************************************************* */

.service .service_block{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.service_block .grid {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.service_block .grid.right {
	float: right;
}


.service_block .block {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	border: #A7D821 3px solid;
	box-sizing: border-box;
	opacity: 1;
	transition: ease 0.5s all;
	border-radius: 5px;
	float: right;
}

.service_block .block:hover {
	cursor: pointer;
	border: #004831 3px solid;
}

.service_block .photo {
	width: 84%;
	margin: 30px 0;
	aspect-ratio: 430 / 310;
	float: left;
	background-image: url("../images/service/img_02.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.service_block .eco .photo {
	background-image: url("../images/service/img03.webp");
}


.service_block .block a {
	width: 100%;
	height: 100%;
	display: block;
	transition: ease 0.5s all;
	color: #004831;
	float: left;
}

.service_block .block .box {
	width: 80%;
	margin: 30px 10% 30px 10%;
	float: left;
}


.service_block .block .box h3 {
	color: #004831;
	font-size: 20px;
	font-weight: 700;
	line-height: 75px;
	width: 85%;
	margin: 0;
	padding: 0 0 0 80px;
	text-align: justify;
	background-image: url("../images/service/service_ico01.svg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 75px;
}

.service_block .block.eco .box h3 {
	background-image: url("../images/service/service_ico02.svg");
}

.service_block .block .box p {
	text-align: justify;
	margin: 1em 0;
}

.service_block .block .btn {
	width: 180px;
	height: 40px;
	margin: -40px 0 0;
	padding: 0;
	float: left;
}

.service_block .block .btn .more {
	background-color: #A7D821;
	width: 180px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-radius: 0 5px 0 0;
	font-size: 13px;
	background-image: url("../images/common/arr_right02.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px;
	transition: ease 0.5s all;
	text-align: center;
}

.service_block .block:hover .btn .more {
	background-color: #004831;
	color: #A7D821;
	background-image: url("../images/common/arr_right01.png");
}

.service_block .block:hover .btn .more a {
	color: #A7D821;
}

.service_block .block .btn .more a:hover {
	color: #A7D821;
}

/* ************************************************************* */
/*          POLICY  RAYOUT
/* ************************************************************* */

.content.servoce .service_policy {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: linear-gradient(to bottom, #A7D821, #A7D821, #004831, #004831);
}

.content.servoce .service_policy .head {
	width: 100%;
	height: 13vw;
	margin: 0;
	padding: 0;
	z-index: auto;
	float: left;
	top: 0;
	position: relative;
	display: block;
	background-color: #FFF;
	clip-path: polygon( 50% 6.5vw, 0 0,100% 0,50% 6.5vw);
}

.content.servoce .policy_bg {
	width: 100%;
	margin: -13vw 0 0;
	padding: 0;
	float: left;
	background-image: url("../images/service/service_foot.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0 0, 100% 13vw, 100% 100%,0 calc(100% - 13vw));
}



.content.servoce .service_policy .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-image: -webkit-linear-gradient(right, rgba(0,139,95,0.7), rgba(0,72,49,0.7));
	background-image: -o-linear-gradient(right, rgba(0,139,95,0.7), rgba(0,72,49,0.7));
	background-image: linear-gradient(to left, rgba(0,139,95,0.7), rgba(0,72,49,0.7));
	color: #FFF;
}

.content.servoce .service_policy .copy {
	width: 90%;
	margin: 200px 5% 30px;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
}

.content.servoce .service_policy .text {
	width: 90%;
	max-width: 880px;
	margin: 0 auto 200px;
	text-align: center;
}



/* ************************************************************* */
/*          FLOW  RAYOUT
/* ************************************************************* */

.servoce.detail .flow {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.servoce.detail .flow .inner {
	padding: 100px 0 50px;
}

.servoce.detail .flow .headblock {
	width: 100%;
	aspect-ratio: 1920 / 240;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../images/service/content_bg.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: #F9F9F9 2px solid;
	box-sizing: border-box;
}



.servoce.detail .flow .wrapper {
	width: 100%;
	margin: -5px 0 0;
	padding: 0;
	float: left;
	background-color: #F9F9F9;
}

.servoce.detail .flow h2 {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	border: none;
	text-align: center;
	float: left;
}

.servoce.detail .flow .flow_img {
	width: 90%;
	margin: 0 5%;
}

.servoce.detail .flow .box {
	width: 90%;
	margin: 0 5%;
	float: left;
}

.servoce.detail .flow .box .title {
	width: 80%;
	margin: 0 10%;
	padding: 1em 0;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	background-color: #FFF;
	border-radius: 0 30px 30px 0;
	box-shadow: 0px 0px 1px 1px #999;
}

.servoce.detail .flow .box .number {
	width: 100px;
	height: 100px;
	margin: -85px 0 0 50px;
	background-color: #008B5F;
	color: #FFF;
	text-align: center;
	line-height: 100px;
	font-size: 60px;
	border-radius: 50px;
	font-weight: 700;
	float: left;
	box-shadow: 0px 0px 1px 1px #999;
	font-family: "Barlow Condensed", sans-serif;
}

.servoce.detail .flow .box p {
	width: 70%;
	margin: 20px 15% 50px;
	float: left;
}

.servoce.detail .flow .box a:hover {
	opacity: 1;
	transition: ease 0.5s all;
}

.servoce.detail .flow .box a:hover {
	opacity: 0.7;
}

.servoce.detail .flow .box a.price::after {
	content: " \025b6 \025b6 \025b6";
	font-size: 9px;
}

.servoce.detail .flow .box a.price::before {
	content: "\025c6";
	color: #008B5F;
	margin-right: 5px;
}

/* ************************************************************* */
/*          TYLE BTN  RAYOUT
/* ************************************************************* */
.servoce.detail .tyle_btn {
	width: 100%;
	margin: 100px 0;
	padding: 0;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2px;
}

.servoce.detail .tyle_btn dl {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	color: #FFF;
	margin: auto;
	padding: 0;
	border-radius: 6px;
	transition: ease 0.5s all;
}

.servoce.detail .tyle_btn dl:hover {
	background-size: 120%;
}

.servoce.detail .tyle_btn dl.tyle01 { background-image: url("../images/service/detail_01.png"); }
.servoce.detail .tyle_btn dl.tyle02 { background-image: url("../images/service/detail02.png"); }
.servoce.detail .tyle_btn dl.tyle03 { background-image: url("../images/service/detail03.png"); }
.servoce.detail .tyle_btn dl.tyle04 { background-image: url("../images/service/detail04.png"); }
.servoce.detail .tyle_btn dl.tyle05 { background-image: url("../images/service/detail05.png"); }
.servoce.detail .tyle_btn dl.tyle06 { background-image: url("../images/service/detail06.png"); }

.servoce.detail .tyle_btn dl a {
	display: block;
	color: #FFF;
}

.servoce.detail .tyle_btn dl .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: rgba(0,41,28,0.77);
	border-radius: 5px;
}

.servoce.detail .tyle_btn dt {
	width: 90%;
	margin: 70px 5% 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.servoce.detail .tyle_btn dd {
	width: 94%;
	height: 50px;
	margin: 20px 3%;
	text-align: center;
	font-size: 14px;
}

.servoce.detail .tyle_btn dl .btn_box {
	width: 100%;
	margin: 40px 0;
	text-align: center;
	float: left;
}

.servoce.detail .tyle_btn dl .btn_box .btn {
	width: 240px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	border: #FFF 1px solid;
	border-radius: 5px;
	display: block;
	background-image: url("../images/common/Icon awesome-file-pdf.png");
	background-repeat: no-repeat;
	background-position: center right 60px;
	transition: ease 0.5s all;
}

.servoce.detail .tyle_btn dl.tyle02 .btn_box .btn {
	background-image: initial;
}

.servoce.detail .tyle_btn dl.tyle02 .btn_box .btn::after {
	content: " \02192";
}

.servoce.detail .tyle_btn dl a:hover .btn_box .btn {
	background-color: #FFF;
	color: rgba(0,41,28,1);
}

/* ************************************************************* */
/*          FAQ  RAYOUT
/* ************************************************************* */

.servoce.detail .faq {
	width: 90%;
	max-width: 880px;
	margin: 50px auto;
	padding: 0;
}

.servoce.detail .faq table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.servoce.detail .faq td {
	padding-top: 20px;
	font-weight: 700;
}

.servoce.detail .faq .ans td {
	border-bottom: #A7D821 1px solid;
	padding-bottom: 10px;
}

.servoce.detail .faq td:nth-of-type(1) {
	font-size: 24px;
	color: #008B5F;
	text-align: center;
	vertical-align: top;
}

.servoce.detail .faq td:nth-of-type(2) {
	padding-top: 20px;
}

.servoce.detail .faq .ans td:nth-of-type(2) {
	font-weight: 400;
}





/* ************************************************************* */
/*          OVERVIEW  RAYOUT
/* ************************************************************* */
.servoce.detail .overview {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	float: left;
}

.servoce.detail .overview ul {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
}

.servoce.detail .overview li {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.servoce.detail .overview a {
	width:100%;
	display: block;
	padding: 0;
	border-bottom: #008B5F 1px solid;
	opacity: 1;
	transition: ease 0.5s all;
}

.servoce.detail .overview a:hover {
	opacity: 0.7;
}

.servoce.detail .overview .cat {
	display: table-cell;
	width: 130px;
}

.servoce.detail .overview .cat p {
	width: 100%;
	background-color: #008B5F;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	font-size: 12px;
}

.servoce.detail .overview .text {
	display: table-cell;
	padding: 0 1em;
}



/* ************************************************************* */
/*          ACHIEVE  RAYOUT
/* ************************************************************* */
.servoce.detail .achieve {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	float: left;
}

.servoce.detail .achieve:last-child {
	padding: 50px 0 100px;
}

.servoce.detail h2 {
	margin: 1em 0;
	padding: 0;
	line-height: 1.3em;
}

.servoce.detail .achieve.gray {	background-color: #F9F9F9; }

.servoce.detail .achieve .wrapper {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	float: none;
}

.servoce.detail .achieve .wrapper .message {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.servoce.detail .achieve .wrapper ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.servoce.detail .achieve .wrapper li {
	width: 31%;
	margin: 0 1%;
	padding: 0;
	float: left;
}

.servoce.detail .achieve .wrapper li a {
	width: 90%;
	margin: 0;
	padding: 0 0 0 10%;
	display: block;
	background-color: #004831;
	color: #FFF;
	line-height: 50px;
	border-radius: 5px;
	background-image: url("../images/service/ico_pdf.svg");
	background-repeat: no-repeat;
	background-position: center right 5%;
	background-size: 13.5px;
	opacity: 1;
	transition: ease 0.5s all;
}

.servoce.detail .achieve .wrapper li a:hover { opacity: 0.7; }

.servoce.detail .achieve .wrapper .line {
	width: 100%;
	height: 2px;
	margin: 50px 0 0;
	padding: 0;
	background-color: #A7D821;
	float: left;
}

/* ************************************************************* */
/*          ECOSAND  RAYOUT
/* ************************************************************* */

.servoce.ecosand .intro {
	margin: 0;
}

.servoce.ecosand .intro .message {
	margin: 0 auto;
	text-align: justify;
}

.servoce.ecosand .intro .message.tx_center {
	text-align: center;
}

.servoce.ecosand .intro .photo {
	width: 80%;
	max-width: 580px;
	margin: 50px auto 50px;
}

.servoce.detail.ecosand .flow .inner {
	padding: 50px 0 50px;
}

.servoce.detail.ecosand .flow ul li {
	width: 90%;
	margin: 10px 5%;
	padding: 0;
	float: left;
	list-style:decimal;
	font-size: 18px;
	list-style-position: inside;
}

.servoce.detail.ecosand .flow .message {
	width: 90%;
	margin: 0 5% 50px;
	padding: 0;
	float: left;
	letter-spacing: 0;
}




/* ************************************************************* */
/*          ENVIROMENT  RAYOUT
/* ************************************************************* */

.servoce.enviroment .policy {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
	background: initial;
}

.servoce.enviroment .policy .message {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	float: left;
}

.servoce.enviroment .policy .message p {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.servoce.enviroment .policy dl {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	float: left;
}

.servoce.enviroment .policy dt {
	width: 50px;
	display: table-cell;
}

.servoce.enviroment .policy dt p {
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 38px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 20px;
	background-color: #008B5F;
	color: #FFF;
	border-radius: 19px;
}

.servoce.enviroment .policy dd {
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.servoce.enviroment .policy dd ul {
	padding: 0;
	margin: 1em 0;
}

.servoce.enviroment .policy dd li {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 5px;
}

.servoce.enviroment .policy .name_block {
	float: right;
}

/* ************************************************************* */
/*          EA21  RAYOUT
/* ************************************************************* */
.servoce.enviroment .ea21 {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #A7D821;
}

.servoce.enviroment .ea21 .headblock {
	width: 100%;
	height: 13vw;
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	position: relative;
	display: block;
	background-color: #FFF;
	clip-path: polygon( 50% 6.5vw, 0 0,100% 0,50% 6.5vw);
}

.servoce.enviroment .ea21 .wrapper {
	width: 100%;
	margin: -13vw 0 0;
	padding: 200px 0 50px;
	float: left;
	background-color: #F9F9F9;
	clip-path: polygon(0 13vw, 100% 0, 100% 100%,0 100%);
}

.servoce.enviroment .ea21 h2 {
	border: none;
	text-align: center;
}

.servoce.enviroment .ea21 .message {
	width: 90%;
	margin: 0 5%;
	float: left;
	text-align: center;
}

.servoce.enviroment .ea21 .block {
	width: 90%;
	margin: 50px 5%;
	float: left;
	display: flex;
}

.servoce.enviroment .ea21 .block img {
	width: 100%;
	max-width: 366px;
	margin: 0 auto;
}




/* ************************************************************* */
/*          ACHIEVE  RAYOUT
/* ************************************************************* */

.servoce.enviroment .achieve {
	width: 100%;
	margin: 50px 0;
	padding: 50px 0;
	float: left;
}

.servoce.enviroment .achieve .wrapper ul {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	float: left;
}

.servoce.enviroment .achieve .wrapper li {
	width: 31%;
	margin: 0 1% 20px;
	padding: 0;
	float: left;
}

.servoce.enviroment .achieve .wrapper li a {
	width: 90%;
	margin: 0;
	padding: 0 0 0 10%;
	display: block;
	background-color: #004831;
	color: #FFF;
	line-height: 50px;
	border-radius: 5px;
	background-image: url("../images/service/ico_pdf.svg");
	background-repeat: no-repeat;
	background-position: center right 5%;
	background-size: 13.5px;
	opacity: 1;
	transition: ease 0.5s all;
}

.servoce.enviroment .achieve .wrapper li a:hover { opacity: 0.7; }

/* ************************************************************* */
/*          license  RAYOUT
/* ************************************************************* */

.servoce.enviroment .license table {
	width: 50%;
	margin: 0;
	float: left;
}

.servoce.enviroment .license table th {
	background-color: #E2EFBC;
	padding: 1em;
	color: #004831;
	font-weight: 400;
}

.servoce.enviroment .license table td {
	width: 100px;
	background-color: #F9F9F9;
	padding: 10px 1em;
}



/* ************************************************************************************
          Responsive Layout Whideth 1000px
*************************************************************************************** */
@media only screen and (max-width: 1000px) {

.servoce .intro .message,
.servoce .intro .message.block01 { text-align: justify; }

.servoce .intro dd ul {	width: 100%; }
.servoce .intro dd ul li { width: 50%;float: left; }

.servoce.detail .flow .inner {
	margin: 0;
	width: 90%;
	padding: 0;
	float: left;
}

.servoce.detail .flow h2 {
	width: 85%;
	margin: 50px 0 50px 15%;
	padding: 0;
	text-align: center;
	float: right;
}

.servoce.detail .flow .box {
	width: 100%;
	margin: 0;
}

.servoce.detail .flow .box .title {
	width: 95%;
	margin: 0 0 0 10%;
}

.servoce.detail .flow .box p {
	width: 85%;
	margin: 20px 0 50px 15%;
}

.service_block .block.eco .box h3 {
	line-height: 1.3em;
	padding: 20px 0 20px 80px;
}

.servoce.detail .achieve .wrapper li { width: 80%;margin: 0 10% 20px; }
.servoce.detail .achieve .wrapper li a { text-align: center; }

.servoce.enviroment .achieve .wrapper li { width: 80%;margin: 0 10% 20px; }
.servoce.enviroment .achieve .wrapper li a { text-align: center; }

.servoce.detail .tyle_btn {	grid-template-columns: 1fr 1fr; }

.servoce.detail.ecosand .flow .inner {
	width: 90%;
	margin: 50px 5%;
	padding: 0;
	float: left;
}

.servoce.detail.ecosand .flow h2 {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	float: right;
}

.servoce.detail.ecosand .flow .message {
	margin: 0 5%;
}

.servoce.ecosand .intro .photo {
	margin: 0 auto 50px;
}

.servoce.ecosand .intro .message.tx_center {
	text-align: justify;
	width: 80%;
	margin: 0 10%;
}

}

/* ************************************************************************************
          Responsive Layout Whideth 980px
*************************************************************************************** */
@media only screen and (max-width: 900px) {

.service_block .block .box h3 {
	line-height: 1.3em;
	padding: 20px 0 20px 80px;
}

}

/* ************************************************************************************
          Responsive Layout Whideth 880px
*************************************************************************************** */
@media only screen and (max-width: 880px) {

.servoce .intro .copy { margin: 0 0 50px; }
.servoce .intro .copy2 { width: 80%;margin: 0 10% 50px;font-size: 20px; }

.servoce .intro .box { display: inline-block;width: 100%; }
.servoce .intro .box .photo { width: 100%;text-align: center; }
.servoce .intro .box .photo img { width: 70%;margin: 20px auto 0;}
.servoce .intro dl { width: 100%; }

.service_block .grid {
	width: 100%;
}

.service_block .photo {
	width: 50%;
	margin: 20px 25% 0;
	aspect-ratio: 3 / 1.5;
	background-size: 70%;
	background-position: center;
}

.service_block .block .box {
	width: 90%;
	margin: 30px 5% 50px;
}

.service_block .block .box h3,
.service_block .block.eco .box h3 {
	padding: 30px 0 30px 80px;
}

}

/* ************************************************************************************
          Responsive Layout Whideth 780px
*************************************************************************************** */
@media only screen and (max-width: 780px) {

.servoce.detail .flow .box .title {
	width: 85%;
	margin: 0 0 0 15%;
}



.service_block .block.eco .box h3 {
	width: 80%;
	padding: 30px 0 30px 80px;
}

}

/* ************************************************************************************
          Responsive Layout Whideth 680px
*************************************************************************************** */
@media only screen and (max-width: 680px) {

.servoce .intro .copy { font-size: 7vw; }
.servoce .intro .copy2 { text-align: justify; }

.servoce.enviroment .license table { width: 100%; }

.servoce.enviroment .achieve .wrapper li a { text-align: left; }

.servoce.detail .tyle_btn {	grid-template-columns: 1fr;gap: 10px; }
.servoce.detail .tyle_btn dt { margin: 1em 5% 10px;	font-size: 20px;line-height: 1em; }
.servoce.detail .tyle_btn dd { width: 90%;margin: 1em 5% 0;text-align: justify; }
.servoce.detail .tyle_btn dl .btn_box { margin: 20px 0; }


}

/* ************************************************************************************
          Responsive Layout Whideth 580px
*************************************************************************************** */
@media only screen and (max-width: 580px) {

.service_block .block .box h3 {
	font-size: 18px;
	line-height: 50px;
	padding: 0 0 0 55px;
	background-size: 50px;
}
/*.service_block .block.eco .box h3 { line-height: 25px; }*/

.service_block .photo {
	width: 90%;
	margin: 20px 5% 0;
	aspect-ratio: 3 / 1.5;
	background-size: 100%;
}

.service_block .block.eco .box h3 {
	width: 80%;
	padding: 15px 0 15px 60px;
}

.servoce .intro dd ul li { width: 100%; }

.content.servoce .service_policy .copy {
	font-size: 7vw;
}

.servoce.detail .overview .cat { width: 100%;float: left; }
.servoce.detail .overview .text { width: 90%;margin: 0 5% 10px;float: left; }

.servoce.detail .achieve .wrapper .message { text-align: justify; }
.servoce.detail .achieve .wrapper li { width: 100%;margin: 0 0 20px; }
.servoce.detail .achieve .wrapper li a { text-align: left; }

.servoce.detail .flow .box .title {
	font-size: 18px;
	width: 90%;
	margin: 0 0 0 10%;
	padding: 0.5em 0;
}

.servoce.detail .flow .box .number {
	width: 70px;
	height: 70px;
	margin: -55px 0 0 5%;
	font-size: 40px;
	line-height: 70px;
}

.servoce.detail.ecosand .flow h2 {
	font-size: 18px;
}

.servoce.detail.ecosand .flow ul {
	width: 90%;
	margin: 0 5%;
	padding: 0;
}

.servoce.detail.ecosand .flow ul li {
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
	list-style-position: outside;
}

.servoce.enviroment .ea21 .wrapper {
	padding: 200px 0 0;
}

}

/* ************************************************************************************
          Responsive Layout Whideth 480px
*************************************************************************************** */
@media only screen and (max-width: 480px) {

.servoce.enviroment .license table th {	padding: 0.5em 1em; }
.servoce.enviroment .license table td { width: 70px; }

.servoce.detail .flow .box .title {
	font-size: 4vw;
	letter-spacing: 0;
	text-align: left;
	width: 70%;
	margin: 0 0 0 10%;
	padding: 0.5em 0 0.5em 20%;
}

.servoce.detail .flow .box p {
	width: 90%;
	margin: 20px 0 50px 10%;
	float: left;
}

}



