@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.content01-wrapper {
	position: relative;
}
.content01-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: -25px;
	width: 600px;
	height: 500px;
	background: url(../img/top01.jpg) no-repeat;
	z-index: -1;
}
.content01-wrapper::after {
	content: "";
	position: absolute;
	right: -90px;
	top: -25px;
	width: 600px;
	height: 500px;
	background: url(../img/top02.jpg) no-repeat;
	z-index: -1;
}
.content01 {
	max-width: 1000px;
	height: 450px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 60px 50px;
	box-shadow: 0 0px 3px 1px #efefef;
	z-index: 100;
	background: #fff;
}
.content01-title {
	font-size: 32px;
	color: #5d9033;
	font-weight: 700;
}
.flex-item {
	display: flex !important;
	justify-content: space-around !important ;
	flex-wrap: nowrap !important;
}
.item-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top03 {
	width: 100%;
	margin: 0 1% 1% 1%;
	text-align: center;
	margin-bottom: 40px;
	background: #fff;
	/* -webkit-box-shadow: 0 0 20px 0px #e5e5e5;
	box-shadow: 0 0 20px 0px #e5e5e5; */
	overflow: hidden;
	position: relative;
}

.top03 img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
}

.top03 a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.top03 p {
	position: absolute;
	color: #ffffff;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}
.top03 a:hover img {
	-webkit-filter: blur(0.5px) brightness(0.7);
	filter: blur(0.5px) brightness(0.7);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.top04-wrapper .wp-block-group__inner-container{
max-width: 100% !important;
}
.top04 {
	width: 100%;
	text-align: center;
	background: #fff;
	/* -webkit-box-shadow: 0 0 20px 0px #e5e5e5;
	box-shadow: 0 0 20px 0px #e5e5e5; */
	overflow: hidden;
	position: relative;
}

.top04 img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
}

.top04 a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.top04 p {
	position: absolute;
	color: #ffffff;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}
.top04 a:hover img {
	-webkit-filter: blur(0.5px) brightness(0.7);
	filter: blur(0.5px) brightness(0.7);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.top-contact-btn {
	transition: .2s;
	margin-top: 6px;
}

.top-contact-btn a {
	position: relative;
	background-color: #5d9033;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	max-width: 350px;
	text-decoration: none !important;
	transition: .2s;
	line-height: 1.4;
	margin: 0 auto;
}

.top-contact-btn:hover {
	opacity: 0.9;
}

.top-contact-btn a span {
	padding-right: 10px;
}

.top-tel {
	color: #333333;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
}
.top-tel span{
	color: #333333;
	font-size: 20px;
	text-align: center;
	display: block;
}
.footer {
	margin-top: 0 !important;
}

.top02 {
	width: 100vw;
	height: 100%;
	background-color: #5d9033;
	z-index: -1;
}

.top02_pattern {
	background-size: 15px 15px;
	background-image: repeating-linear-gradient(135deg, #5d9033 0, #6a6a6a 1px, #5d9033 0, #5d9033 50%);
}
.color-white {
	color: #fff !important;
}
.color-white::before {
	background: #fff !important;
}
.top02-subtitle {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.top02-subtitle::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #cc0000;
}
.tablepress tfoot th,
.tablepress thead th {
	background-color: #5d9033 !important;
}
.width100 {
	width: 100%;
}
table th {
	background: #5d9033;
	color: #fff;
}
/* .top02 {
	width: 100vw;
	height: 100vh;
	background-color: #5d9033;
	z-index: -1;
}
.top02_pattern {
	background-image: radial-gradient(#5d9033 2px, transparent 2px), radial-gradient(#5d9033 2px, #ffffff 2px);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
} */
.icon-box {
	margin: 0 auto;
}
.icon-box ul {
	display: flex;
	justify-content: center;
}
.icon-box li {
	margin: 0 10px;
}
.icon-box img {
	width: 40px;
	height: 40px;
}
.icon-box02 {
	width: 100%;
	margin: 0 auto;
}
.icon-box02 ul {
	display: flex;
	justify-content: center;
}
.icon-box02 li {
	margin: 0 10px;
}
.icon-box02 img {
	width: 40px;
	height: 40px;
}
.icon-wrap {
	padding: 80px 0;
}
.icon-box03 {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	position: relative;
}
.icon-box03::before {
	content: '';
	width: 20px;
	height: 20px;
	border-top: solid 6px #fff;
	border-right: solid 6px #fff;
	position: absolute;
	right: -70px;
	top: 45%;
	transform: rotate(45deg);
}
.icon-box03:nth-child(4):before {
	display: none;
}
.icon-box03 img{
	width: 80px;
	height: auto;
}
.icon-box03 p {
	color: #5d9033;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	width: 100%;
}

@media (min-width:1200px){}
@media (max-width:1199px){
	.icon-wrap {
			padding: 40px 0;
		}
		.icon-wrap .flt-box02{
			display: block;
		}
		.icon-box03 {
		width: 150px;
		height: 150px;
		border-radius: 100px;
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 30px 0;
		position: relative;
		margin: 0 auto;
		margin-bottom: 40px;
		}
.icon-box03:nth-child(4) {
	margin-bottom: 0;
}
		.icon-box03::before {
			content: '';
			width: 10px;
			height: 10px;
			border-top: solid 4px #fff;
			border-right: solid 4px #fff;
			position: absolute;
			right: 66px;
			top: 160px;
			transform: rotate(135deg);
		}

		.icon-box03:nth-child(4):before {
			display: none;
		}

		.icon-box03 img {
			width: 60px;
			height: auto;
		}

		.icon-box03 p {
			color: #5d9033;
			font-weight: 700;
			font-size: 16px;
			text-align: center;
			width: 100%;
		}
}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){
	.top-tel {
	font-size: 22px;
	}
	.top-tel span {
	font-size: 14px;
	}
		.content01 {
			height: auto;
			padding: 40px 20px;
			box-shadow: none;
			opacity: 0.9;
		}
		.content01-title {
			font-size: 24px;
			margin-bottom: 20px;
		}
		.content01-wrapper {
			background: url(../img/top01-sp.jpg) no-repeat;
			background-size: cover;
					padding: 40px 10px;
		}
		.content01-wrapper::before,.content01-wrapper::after {
			display: none;
		}

	.top02-subtitle {
	font-size: 16px;
	}

	.top02-item{
	text-align: center;;
	}
	.top02-item img{
	width: 70%;
	}
	.top03 {
	margin: 0;
	margin-bottom: 20px;
	}
	.top03 img {
	height: 150px;
	}
	.top03 p {
		font-size: 16px;
	}
	.top04 {
	margin-bottom: 20px;
	}
	.top04 img {
	height: 100px;
	}
	.top04 p {
		font-size: 16px;
		width: 100%;
	}
}
