.mainimage {
	position: relative;
}

.req-imgbox {
	box-sizing:border-box;
	width:100%;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height:100vh;
	width: 100%;
}
.sl01 {
	background-image: url("../img/main01.jpg");
}
.sl02 {
	background-image: url("../img/main02.jpg");
}
.sl03 {
	background-image: url("../img/main03.jpg");
}

.cati {
	position: absolute;
	top: 0;
	z-index: 5;
	background: linear-gradient(
-180deg, rgba(47, 72, 88, .0), rgba(47, 72, 88, .2),rgba(47, 72, 88, .9));
	height:100vh;
	width: 100%;
}
.cati-box {
	position: absolute;
	bottom: 10%;
	padding-left: 5%;
	color: #fff;
	max-width: 500px;
	box-sizing: border-box;
}
.cati-box h4 {
	font-size: 450%;
	white-space: nowrap;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
	line-height: 1.2;
}
.cati-box h6 {
	font-size: 150%;
	line-height: 1;
	margin-top: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.imgw100 {
	width: 100%
}

.head {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	z-index: 100;
}
.head-box {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.head-box h1 {
	max-width: 300px;
}
.menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu ul li a {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	padding:10px 20px;
}
.menu ul .contact-menu a {
	background-image: linear-gradient(147deg, rgba(136, 184, 143, 1), rgba(65, 113, 72, 1));
	border-radius: 6px;
	color: #fff;
	padding:20px 20px;
	margin-left: 20px;
}

.gre {
	background-color: #F6F6F8;
}
.section-box {
	max-width: 1300px;
	padding: 100px 5%;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.justcon {
	justify-content: space-between;
}
.about-box01 {
	width: 30%;
}
.about-box02 {
	width: 65%;
}
.about-box02 h3 {
	font-size: 260%;
	font-weight: bold;
	margin-bottom: 20px;
}
.title {
	margin-bottom: 40px;
}
.title h2 {
	font-size: 140%;
	font-weight: bold;
	color: #88B88F;
}
.title h2 span {
	position: relative;
	padding-left: 20px;
}
.title h2 span::before {
	position: absolute;
	content: "";
	background-color: #88B88F;
	border-radius: 5px;
	width: 6px;
	height: 6px;
	left: 3px;
	top: 50%;
	margin-top: -3px;
}
.title h6 {
	font-size: 340%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	
}
.service li {
	width: 30%;
}
.service li img {
	border-radius: 6px;
}
.service li h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.service li h3 span {
	background-color: #88B88F;
	border-radius: 6px;
	padding: 10px;
	color: #fff;
}
.service li h2 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 15px;
}
.midori {
	background-color: #88B88F;
}

.company_box01 {
	width: 50%;
}
.company_box02 {
	width: 50%;
}

.padi-nasi {
	padding: 0px;
}

.recru-box01 {
	width: 45%;
}
.recru-box02 {
	width: 45%;
}
.recru-box02 img {
	border-radius: 6px;
}
.alian-cen {
	align-items: center;
}
.recru-box01 h3 {
	font-size: 260%;
	font-weight: bold;
	margin-bottom: 20px;
}

.btn {
	margin-top: 20px;
}
.btn a {
	display: inline-block;
}
.btn h4 span {
	position: relative;
	display: inline-block;
}
.btn h4 span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #88B88F;
	bottom: 0;
	left: 0;
}
.btn h4  {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 70px;
	display: inline-block;
	vertical-align: middle;
}

.btn h4::before{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-image: linear-gradient(147deg, rgba(136, 184, 143, 1), rgba(65, 113, 72, 1));
	position: absolute;
	content: "";
	vertical-align: middle;
	right: 0;
	top: 50%;
	margin-top: -30px;
}
.btn h4::after{
	right: 26px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	content: "";
	vertical-align: middle;
}

.siro h6 {
	color: #fff;
}
.siro h2 {
	color: #fff;
}
.siro h2 span::before {
	background-color: #fff;
}
.company_box02 p {
	color: #fff;
}

.siro h4 span::after {
	background-color: #fff;
}
.siro h4  {
	color: #fff;
}

.siro h4::before{
	background-image: linear-gradient(147deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.siro h4::after{
	border-top: 2px solid #88B88F;
	border-right: 2px solid #88B88F;
}

.title-sub {
	text-align: center;
	margin-bottom: 60px;
}
.title-sub h2 {
	font-size: 240%;
	font-weight: bold;
}
.title-sub h6 {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	color: #88B88F;
}

.aisatu01 {
	width: 45%;
}
.aisatu02 {
	width: 45%;
}
.aisatu02 img {
	border-radius: 6px;
}
.aisatu01 h3 {
	font-size: 240%;
	font-weight: bold;
	margin-bottom: 40px;
}

.name h4 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 40px;
}
.name h4 span {
	font-size: 80%;
}
.guide01 {
	width: 45%;
}

.table01 table {
	width: 100%;
}
.table01 table td {
	padding: 10px;
	font-size: 120%;
	line-height:1.8;
	letter-spacing: 0.02em;
	font-weight:500;
}
.td01 {
	border-bottom: 1px solid #88B88F;
	width: 160px;
}
.td02 {
	border-bottom: 1px solid #000;;
}
.guide-img {
	margin-top: 100px;
}
.guide-img li {
	width: 30%;
	margin-bottom: 60px;
}
.guide-img ul {
	flex-wrap: wrap;
}
.map {
	margin-top: 40px;
}


footer {
	padding: 100px 5%;
}
footer h4 {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	color: #88B88F;
}
.footlogo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.logo_m {
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
}
footer h2 {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}
footer h2 span {
	font-size: 70%;
}
footer p {
	text-align: center;
}
address {
	font-size: 80%;
	font-family: Arial, Helvetica, "sans-serif";
	color: #9A9A9A;
	margin-top: 30px;
	text-align: center;
}
.contact_box01 {
	width: 35%;
}
.contact_box02 {
	width: 60%;
	border-left: 1px solid #FFFFFF;
	padding-left: 5%;
	box-sizing: border-box;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tel-box {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}
.tel-box h6 {
	display: flex;
	align-items: flex-end;
	font-size: 340%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 0.9;
	margin-right: 10px;
}
.tel-box h6 a {
	color: #fff;
}
.tel-box h6 img {
	width: 30px;
	margin-right: 5px;
}
.majin-nasi {
	margin-bottom: 0px;
}
#contact, #about {
  padding-top: 100px;
  margin-top:-100px;
}

.pageimg-gre {
	background: rgba(47, 72, 88, .2);
	padding: 200px 0% 100px 10%;
}
.pageimg01 {
	background-image: url("../img/page-img01.jpg");
	background-size: cover;
}
.pageimg02 {
	background-image: url("../img/page-img02.jpg");
	background-size: cover;
}
.pageimg-gre h2 {
	color: #fff;
	font-size: 380%;
	font-weight: bold;
}
.pageimg-gre h6 {
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}




.messe01 {
	width: 45%;
}
.messe02 {
	width: 45%;
}
.messe02 img {
	border-radius: 6px;
}
.messe01 h3 {
	font-size: 240%;
	font-weight: bold;
	margin-bottom: 40px;
}
.tokut h3 {
	font-size: 180%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tokut img {
	border-radius: 6px;
}
.tokut01 {
	width: 46%;
}
.tokut02 {
	width: 46%;
}

.hukuri {
	margin-top: 60px;
}
.hukuri ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #7A7A7A;
	padding-top: 30px;
}
.hukuri ul li {
	width: 30%;
	box-sizing: border-box;
	border-left: 1px solid #7A7A7A;
	padding: 20px;
	margin-bottom: 30px;
}
.hukuri ul li h4 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}

.hukuri h3 {
	background-color: #7A7A7A;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 6px 6px 0px 0px;
	text-align: center;
}

.kyoumi {
	background-color: #2F2B2B;
	padding: 40px;
	border-radius: 6px;
	color: #fff;
	margin-top: 60px;
}
.kyoumi h4 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.kyoumi h6 {
	display: flex;
	justify-content: center;
	align-content: center;
}
.kyoumi h6 a {
	color: #fff;
	font-size: 260%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.kyoumi h6 img {
	width: 20px;
	margin-right: 10px;
}
.kyoumi p {
	color: #fff;
	text-align: center;
}

.bosyu-t h3 {
    background-color: #7A7A7A;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
}
.bosyu-t h3:last-child {
	margin-top: 60px;
}




.sphead {
	display: none;
}

@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
.req-imgbox li {
	height:60vh;
}
.cati {
	background: linear-gradient(
-180deg, rgba(47, 72, 88, .0), rgba(47, 72, 88, .2),rgba(47, 72, 88, .9));
	height:60vh;
	display: flex;
	align-items: flex-end;
}
.cati-box {
	padding-top: 0;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	bottom: 5%;
}
.cati-box h4 {
	font-size: 260%;
}
.cati-box h6 {
	font-size: 130%;
	margin-bottom: 10px;
}
	
	.sm-conta {
		padding: 5%;
		color: #fff;
		text-align: center;
	}
	.sm-conta h6 a {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 180%;
		font-weight: bold;
		color: #fff;
	}
	.sm-conta p {
		margin-bottom: 10px;
	}
	
.head {
	position: inherit;
	padding: 0px;
}
.head-box {
	width: 100%;
	padding: 10px 20px;
	display: inherit;
	border-radius: 0px;
	box-shadow: none;
}
.head-box h1 {
	max-width: 200px;
}
.menu {
	display: none;
	}
.flex {
	display: inherit;
}
.section-box {
    padding: 80px 5%;
}
.about-box01 {
    width: 100%;
}
.about-box02 {
    width: 100%;
}
.service li {
    width: 100%;
	margin-bottom: 40px;
}
	.service li:last-child {
		margin-bottom: 0px;
	}
	.company_box01 {
    width: 100%;
		margin-bottom: 40px;
}
.company_box02 {
    width: 100%;
}
.recru-box01 {
    width: 100%;
	margin-bottom: 40px;
}
.recru-box02 {
    width: 100%;
}
.contact_box01 {
    width: 100%;
	margin-bottom: 40px;
}
.contact_box02 {
    width: 100%;
	border-left: none;
	border-top: 1px solid #FFFFFF;
    padding-left: 0%;
    padding-top: 30px;
    padding-bottom: 0px;
}
.tel-box {
    display: inherit;
}
footer h4 {
    font-size: 200%;
}
.pageimg-gre {
    padding: 60px 0% 60px 5%;
}
.pageimg-gre h2 {
    font-size: 280%;
}
.pageimg-gre h6 {
    font-size: 120%;
}
.aisatu01 {
    width: 100%;
	margin-bottom: 40px;
}
.aisatu02 {
    width: 100%;
}
.guide01 {
    width: 100%;
}
.guide-img li {
    width: 100%;
    margin-bottom: 20px;
}
	.table01 table td {
		display: block;
	}
	.table01 table .td01 {
    border-bottom: 1px dotted #88B88F;
    width: 100%;
		box-sizing: border-box;
		color: #88B88F;
		font-weight: bold;
}
.messe01 {
    width: 100%;
	margin-bottom: 40px;
}
.messe02 {
    width: 100%;
}
.tokut01 {
    width: 100%;
	margin-bottom: 40px;
}
.tokut02 {
    width: 100%;
}
.hukuri ul li {
    width: 100%;
}
.kyoumi h4 {
    font-size: 100%;
}
.cati-box h6 {
    font-size: 100%;
    margin-bottom: 0px;
}
.title h6 {
    font-size: 240%;
}
.about-box02 h3 {
    font-size: 180%;
}
.recru-box01 h3 {
    font-size: 180%;
}
.tel-box h6 {
    font-size: 240%;
}
.aisatu01 h3 {
    font-size: 180%;
}
.table01 table td a {
	color: #000000;
}
.messe01 h3 {
    font-size: 180%;
}
.kyoumi h6 a {
    font-size: 180%;
}

}