.mainimg {
	position: relative;
}
.req-imgbox {
	box-sizing:border-box;
	position: relative;
}
.req-imgbox::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(
-90deg, rgba(47, 72, 88, .0), rgba(47, 72, 88, .2),rgba(47, 72, 88, .9));
	top: 0;
	left: 0;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height:100vh;
	width: 100%;
}
.sl01 {
	background-image: url("../img/01.jpg");
}
.sl02 {
	background-image: url("../img/02.jpg");
}
.sl03 {
	background-image: url("../img/03.jpg");
}
.sl04 {
	background-image: url("../img/04.jpg");
}

.sphead {
	display: none;
}

.cati {
	position: absolute;
	bottom: 20%;
	left: 5%;
	color: #fff;
}
.cati h3 {
	font-weight: bold;
	font-size: 5vmax;
	line-height: 1.3;
}
.cati h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 1.5vmax;
	line-height: 1.2;
	margin-top: 20px;
	position: relative;
}
.cati h6::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 80px;
	background-color: #fff;
	top: 50%;
	margin-left: 20px;
}
.rec-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.rec-btn a {
	display: block;
	background-color: #fff;
	border-radius: 20px 0 0 0; 
	padding: 30px 120px 30px 30px;
	position: relative;
	color: #000000;
}
.rec-btn a::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: linear-gradient(54deg, rgba(0, 152, 1, 1), rgba(66, 165, 201, 1));
	right: 0;
	margin-right: 40px;
	top: 50%;
	margin-top: -20px;
	transition: 0.5s ;
}
.rec-btn a::after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	right: 0;
	margin-right: 55px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}
.rec-btn a h3 {
	font-size: 100%;
}
.rec-btn a h2 {
	font-size: 150%;
	font-weight: bold;
}
.rec-btn a h2 span {
	background: linear-gradient(transparent 50%, #ffff7f 50%);
}
.rec-btn a:hover {
	opacity: 1;
}
.rec-btn a:hover::before {
	height: 60px;
	width: 60px;
	margin-top: -30px;
	right: -10px;
}




.head {
	position: fixed;
	width: 100%;
	z-index: 100;
}

.head-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 30px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
	transition: 0.5s;
}
.head-box.scroll-nav {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.logo {
	max-width: 312px;
	-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
	transition: 0.5s;
}
.head-box.scroll-nav .logo {
	-webkit-filter: none;
filter: none;
}
.g-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.g-menu li a {
	padding: 15px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
	display: block;
	white-space: nowrap;
}
.head-box.scroll-nav .g-menu li a {
	color: #000000;
}
.g-menu li:last-child a {
	background: linear-gradient(54deg, rgba(0, 152, 1, 1), rgba(66, 165, 201, 1));
	border-radius: 6px;
	margin-left: 10px;
	color: #fff;
}
.head-box.scroll-nav .g-menu li:last-child a {
	color: #fff;
}

.contents-box {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 5%;
	box-sizing: border-box;
}
.title {
	margin-bottom: 40px;
}
.title h2 {
	font-size: 220%;
	font-weight: bold;
}
.title h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 100%;
	font-weight: bold;
	color: #069A20;
	position: relative;
	margin-bottom: 20px;
}
.title h6::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #069A20;
	top: 50%;
	margin-left: 20px;
}
.contents-box_top01 p {
	width:80%; 
}
.contents-box_top01 {
	background-image: url("../img/logo_act.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

.contents-box_service ul {
	display: flex;
}
.contents-box_service ul li {
	width: 33.33%;
	border-left: 1px solid #fff;
}
.contents-box_service ul li:first-child {
	border-left: none;
}
.top_service01 {
	background-image: url("../img/top_img01.jpg");
	background-size: cover;
	background-position: center center;
}
.top_service02 {
	background-image: url("../img/top_img02.jpg");
	background-size: cover;
	background-position: center center;
}
.top_service03 {
	background-image: url("../img/top_img03.jpg");
	background-size: cover;
	background-position: center center;
}
.contents-box_service ul li a {
	background:rgba(0,0,0,0.7);
	display: block;
	color: #fff;
	padding: 10%;
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	height: 100%;
}
.contents-box_service ul li a:hover {
	opacity: 1;
	background: #069A20;
}
.contents-box_service ul li a h6 {
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120%;
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 10px;
}
.contents-box_service ul li a h2 {
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 40%;
}
.contents-box_service ul li a h2::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: linear-gradient(54deg, rgba(0, 152, 1, 1), rgba(66, 165, 201, 1));
	left: 50%;
	margin-left: -20px;
	bottom: -80%;
	margin-bottom: -15px;
	transition: 0.5s ;
}

.contents-box_service ul li a h2::after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	left: 50%;
	margin-left: -6px;
	bottom: -80%;
	transform: rotate(45deg);
}

.pic {
	display: flex;
	border-bottom: 1px dotted #fff;
	align-items: center;
	padding: 6px 0;
}
.pic:last-child {
	border-bottom: none;
}
.pic img {
	width: 40px;
}
.pic p {
	font-weight: bold;
}

.contents-box_iso p {
	text-align: center;
	font-weight: bold;
}
.contents-box_iso ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.contents-box_iso ul li {
	padding: 10px;
}
.contents-box_iso ul img {
	height: 100px;
}

.contents-box_top02 {
	background-image: url("../img/top_company.jpg");
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.contents-box_top02 .title h6 {
	color: #fff;
}
.contents-box_top02 .title h6::after {
	background-color: #fff;
}
.contents-box_top02 p {
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 40px;
}

.contents-box_top02 .contents-box {
	padding-bottom: 200px;
}
.contents-box_clompany {
	margin-top: -200px;
}
.contents-box_clompany ul {
	display: flex;
	justify-content: space-between;
}
.contents-box_clompany ul li {
	width: 47%;
}
.contents-box_clompany ul li a {
	
	display: block;
	color: #000000;
	display: block;
	border-radius: 6px;
	padding: 40px;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 20px -7px #777777;
}
.contents-box_clompany .title {
	margin-bottom: 0px;
}

.contents-box_clompany a::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: linear-gradient(54deg, rgba(0, 152, 1, 1), rgba(66, 165, 201, 1));
	right: 0;
	margin-right: 40px;
	top: 50%;
	margin-top: -20px;
	transition: 0.5s ;
}
.contents-box_clompany a::after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	right: 0;
	margin-right: 55px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}
.contents-box_clompany a:hover {
	opacity: 1;
}
.contents-box_clompany a:hover::before {
	height: 60px;
	width: 60px;
	margin-top: -30px;
	right: -10px;
}

.flex {
	display: flex;
}
.space_bet {
	justify-content: space-between;
}
.items_center {
	align-items: center;
}
.with47 {
	width: 47%;
}
.gre {
	background-color: #F2F2F2;
}
.foot01 {
	background: linear-gradient(54deg, rgba(0, 152, 1, 1), rgba(66, 165, 201, 1));
	color: #fff;
}
.foot01 .title h6 {
	color: #fff;
}
.foot01 .title h6::after {
	background-color: #fff;
}
.foottel {
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 10px;
}
.foottel h3 {
	font-size: 130%;
	font-weight: bold;
	padding: 20px 30px 20px 20px;
}
.telnaka {
	padding: 20px 20px 20px 30px;
	border-left: 1px solid #fff;
}
.telnaka a {
	display: flex;
	align-items: center;
}
.telnaka a h6 {
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 240%;
	font-weight: bold;
	margin-left: 10px;
}

.telnaka a img {
	width: 40px;
}
.telnaka p {
	font-size: 90%;
}
.btn {
	margin-top: 20px;
}
.btn a {
	background-color: #fff;
	padding: 10px 20px 10px 30px;
	border-radius: 6px;
	display: inline;
	color: #000;
	font-size: 100%;
	position: relative;
}
.btn a::after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	border-top: 4px solid #009801;
	border-right: 4px solid #009801;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}
.foot_kojo {
	background:rgba(0,0,0,0.2);
	border-radius: 6px;
	margin-top: 40px;
	padding: 20px 0;
}
.foot_kojo li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px 40px;
	border-right: 1px solid #C4C4C4;
}
.foot_kojo li:last-child {
	border-right: none;
}
.foot_kojo li h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.foot_kojo li p {
	font-size: 100%;
	margin-bottom: 10px;
}
.foot_kojo li p a {
	color: #fff;
}
.foot_kojo li h5 a {
	color: #fff;
	text-decoration: underline;
	font-size: 110%;
}
.foot02 {
	background-color: #EFEFEF;
}

.footlogo {
	width: 40%;
	display: flex;
}
.footlogo01 {
	width: 25%;
	margin-right: 30px;
}
.footlogo02 h2 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 20px;
}
.footlogo02 h3 {
	font-size: 100%;
	font-weight: bold;
}
.footmenu {
	width: 55%;
}
.footmenu-li {
	display: flex;
	justify-content: flex-end;
}
.footmenu-li a {
	font-size: 110%;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: underline;
	color: #000;
	display: block;
	padding-bottom: 10px;
	white-space: nowrap;
	padding-top: 3px;
}
.footmenu-iso {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
	margin-bottom: 40px;
}
.footmenu-iso li {
	padding-left: 20px;
}

.footmenu-iso img {
	height: 60px;
}
address {
	font-size: 90%;
	color: #6D6D6D;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: right;
}

.page_img01 {
	background-image: url("../img/pageimg01.jpg");
}
.page_img02 {
	background-image: url("../img/pageimg02.jpg");
}
.page_img03 {
	background-image: url("../img/pageimg03.jpg");
}
.page_img04 {
	background-image: url("../img/pageimg04.jpg");
}
.page_img05 {
	background-image: url("../img/pageimg05.jpg");
}
.page_img06 {
	background-image: url("../img/pageimg06.jpg");
}
.page-img-box {
	background-size: cover;
	background-position: center center;
}
.page_img_syado {
	background:rgba(0,0,0,0.4);
}
.page_img06 .page_img_syado {
	background:rgba(0,0,0,0.1);
}

.page_img {
	max-width: 1400px;
	margin: 0 auto;
	padding: 200px 5% 100px 5%;
	box-sizing: border-box;
}
.page_img .title h2 {
	font-size: 340%;
	color: #fff;
}
.page_img .title h6 {
	color: #fff;
}
.page_img .title h6::after {
	background-color: #fff;
}

.service_temp_box01 {
	width: 40%;
}
.service_temp_box02 {
	width: 55%;
}
.service_temp_box02 img {
	border-radius: 6px;
}

.service_temp h2 {
	font-size: 240%;
	font-weight: bold;
}
.service_temp h2 span {
	background: linear-gradient(transparent 50%, #ffff7f 50%);
}
.service_temp_txt {
	margin-top: 40px;
}
.service_temp_txt ul {
	margin-bottom: 20px;
}
.service_temp_txt ul li {
	border-top: 1px solid #009801;
}
.service_temp_txt ul li:last-child {
	border-bottom: 1px solid #009801;
}
.service_temp_txt ul a {
	display: flex;
	align-items: center;
	padding: 10px;
}
.service_temp_txt ul a img {
	width: 15px;
	margin-right: 10px;
}
.service_temp_txt ul a p {
	color: #000000;
	font-weight: bold;
	font-size: 120%;
}
.service_temp02 li {
	width: 30%;
	position: relative;
}
.service_temp02 li img {
	border-radius: 6px;
	margin-top: 20px;
}
.service_temp02 li h3 {
	font-size: 180%;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
}
.service_temp02 li h4 span {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #009801;
	padding: 10px 20px;
	border-radius: 30px;
	position: absolute;
	margin-left: -10px;
}

.ser-img-bbb {
	width: 50%;
}
.ser-img-bbb img {
	border-radius: 6px;
}
.ser-img-ttt {
	width: 45%;
	background-color: #F2F2F2;
	border-radius: 6px;
	padding: 40px;
	box-sizing: border-box;
}
.ser-img-ttt ul {
	display: flex;
	flex-wrap: wrap;
}
.ser-img-ttt ul li {
	width: 47%;
	position: relative;
	padding-left: 1em;
	box-sizing: border-box;
}
.ser-img-ttt ul li::after {
	content: "●";
	position: absolute;
	left: 0;
	top: 0.4em;
	color: #009801;
}
.ser-img-ttt ul li p {
	font-size: 120%;
	font-weight: bold;
}

.sub-title {
	margin-bottom: 60px;
	text-align: center;
}
.sub-title h3 {
	font-size: 240%;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
.sub-title h3::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	background: linear-gradient(54deg, rgba(0, 152, 1, 1), rgba(66, 165, 201, 1));
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.step {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 6px;
	position: relative;
	background-color: #F2F2F2;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
}
.step h4 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
.step h6 {
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	width: 40px;
	height: 40px;
	background-color: #009801;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: -10px;
	top: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.satei {
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.sate-tel {
	color: #000000;
	max-width: 600px;
	margin: 0 auto;
}

.sate-tel .foottel {
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0px 0px 20px -7px #777777;
}

.sate-tel .telnaka {
	border-left: 1px solid #000;
}
.sate-tel .telnaka a h6 {
	color: #000;
}
.company_temp {
	max-width: 900px;
	margin: 0 auto;
}
.table {
	width: 100%;
	border-top: 1px solid #A6A6A6;
}
.table td {
	padding: 15px;
	font-size: 114%;
	line-height:1.5;
	letter-spacing: 0.02em;
	font-weight:500;
	border-bottom: 1px solid #A6A6A6;
}
.table .td01 {
	font-weight: bold;
	width: 200px;
	background-color: #EBEBEB;
}

.comp-info {
	width: 30%;
}
.comp-info img {
	border-radius: 6px;
}
.comp-info h4 {
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.access-box {
	margin-bottom: 80px;
}
.access-box:last-child {
	margin-bottom: 0px;
}

.rinen {
	font-size: 140%;
	font-weight: bold;
	padding: 40px;
	background-color: #F2F2F2;
	border-radius: 6px;
}

.kankyo-list p {
	font-size: 140%;
	font-weight: bold;
}
.kankyo-list ol li {
	list-style-type:decimal;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.kankyo-list ol li::marker{
    font-size: 150%;
}

.sdgs-img-box {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.sdgs-logo {
	width: 40%;
	height: auto;
}
  
.sdgs-icon {
	width: 60%;
	height: auto;
}

.iso-box {
	box-sizing: border-box;
	background-color: #fff;
	padding: 40px;
	text-align: center;
	margin-top: 40px;
	box-shadow: 0px 0px 20px -7px #777777;
	border-radius: 6px;
}
.iso-box ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.iso-box ul li {
	padding: 10px;
}
.iso-box ul img {
	height: 100px;
}

.rec_info {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
	font-weight: bold;
}

.message_box_ttt {
	width: 47%;
}
.message_box_ttt h3 {
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 40px;
}
.message_box_ttt p {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
.message_box_img {
	width: 47%;
}
.message_box_img img {
	border-radius:6px;
}
.human li {
	border: 1px solid #fff;
}

.map {
	width: 65%;
	border: 1px solid #666666;
}

.company_temp_wide02 li {
	margin-top: 40px;
	width: 47%;
}

.company_temp_wide02 li img {
	border-radius: 6px;
}

#access01, #access02, #access03, #access04 {
		display: block;
    padding-top: 100px;
    margin-top: -100px;
	}

@media screen and ( max-width:1200px )
{
.g-menu li a {
	font-size: 100%;
	}
.footlogo {
	display: block;
}
	.footlogo01 {
		margin-bottom: 20px;
	}
}

.sp-br {
		 display: none;
	}

@media screen and ( max-width:800px )
{
.sphead {
	display: block;
	
}
.g-menu {
	display: none;
}
	.logo {
		max-width: 200px;
	}
	
	.flex {
		display: inherit;
	}
.contents-box_iso ul img {
    height: 50px;
}
	
.req-imgbox li {
    height: 50vh;
}
	.rec-btn {
		display: none;
	}
.title h2 {
    font-size: 200%;
    font-weight: bold;
}
.contents-box_top01 p {
    width: 100%;
}
.contents-box_service ul {
    display: inherit;
}
.contents-box_service ul li {
    width: 100%;
    border-left: none;
	border-bottom: 1px solid #fff;
}
.contents-box_clompany ul {
    display: inherit;
}
.contents-box_clompany ul li {
    width: 100%;
}
.contents-box_clompany ul li:last-child {
    margin-top: 40px;
}
.contents-box_top02 p {
    padding: 5%;
}
.with47 {
    width: 100%;
}
	.foottel {
		margin-top: 40px;
	}
.telnaka {
    padding: 10px;
    border-left: none;
	border-top: 1px solid #fff;
}
.foottel h3 {
     padding: 10px;
}
.foot_kojo li {
    width: 100%;
    padding: 10px 20px;
    border-right: none;
	border-bottom: 1px solid #C4C4C4;
}
.foot_kojo li:last-child {
	border-bottom: none;
}
.footlogo {
    width: 100%;
}
.footlogo01 {
    width: 15%;
    margin-right: 20px;
}
.footlogo02 h3 {
    font-size: 90%;
}
.footmenu-li {
    display: inherit;
}
.footmenu {
    width: 100%;
	border-top: 1px solid #ABABAB;
	padding-top: 40px;
	margin-top: 40px;
}

.footmenu-iso {
justify-content: flex-start;
}
address {
    padding-left: 10px;
    text-align: left;
}
.contents-box_service ul li a {
    padding: 10% 5%;
}
.pic p {
	font-size: 90%;
}
	
	.sp-tel {
		padding: 10px;
	}
	.sp-tel h4 {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 180%;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.sp-tel h4 a {
		color: #000;
	}
	
.page_img {
    padding: 90px 5% 90px 5%;
    box-sizing: border-box;
}
.service_temp_box01 {
    width: 100%;
}
.service_temp h2 {
    font-size: 180%;
    font-weight: bold;
}
.service_temp_box02 {
    width: 100%;
	margin-top: 40px;
}
.service_temp02 li {
    width: 100%;
	margin-bottom: 40px;
}
.service_temp02 li:last-child {
	margin-bottom: 0px;
}
.sate-tel .telnaka {
    border-left: none;
	border-top: 1px solid #000;
}
.page_img .title h2 {
    font-size: 300%;
}
.ser-img-bbb {
    width: 100%;
}
.ser-img-ttt {
    width: 100%;
 margin-top: 20px;
}
.ser-img-ttt ul {
    display: inherit;
}
.ser-img-ttt ul li {
    width: 100%;
}
.service_temp_txt ul a p {
    font-size: 100%;
}
.iso-box ul img {
    height: 80px;
}
.iso-box ul {
    display: inherit;
}
.kankyo-list ol li {
	margin-left: 5%;
}
.comp-info {
    width: 100%;
	margin-bottom: 20px;
}
.map {
    width: 100%;
	height: 300px;
}
.company_temp_wide02 li {
    width: 100%;
}
.table td {
    display: block;
	box-sizing: border-box;
}
.table .td01 {
    width: 100%;
}
.message_box_ttt {
    width: 100%;
}
.message_box_img {
    width: 100%;
	margin-top: 40px;
}
	.human {
		flex-wrap: wrap;
		display: flex;
	}
.human li {
    box-sizing: border-box;
	width: 50%;
}
	
.page_img06 {
	background-image: url("../img/pageimg06-sp.jpg");
	background-position: center bottom;
}
	
.title h6 {
    margin-bottom: 10px;
}
	.sp-br {
		 display: block;
	}
.sdgs-img-box {
	flex-direction: column;
}
	
.sdgs-logo,
.sdgs-icon {
	width: 100%;
}

}
