@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* CSS Document */

.bg_img::before {
	background-image: url("../img/pagetitle4.jpg");
}
.pagetitle .titlebox {
	background-color: #1AAB79;
}
/* ---------- main ---------- */
.cate1 {
	padding-bottom: 0px;
}
.cate1 .box_wrap {
	gap: 50px;
	background-color: #fff;
	border-radius: 20px;
	padding: 80px 100px;
}
.cate1 .box_wrap .topbox{
	width: 100%;
}
.cate1 .box_wrap .topbox .titlebox{
	width: 65%;
}

.cate1 .box_wrap .topbox .info-wrap{
	width: 35%;
	flex-direction: column;
	align-items: flex-start;
}
.cate1 .box_wrap .topbox .infobox .label{
	background-color: #1AAB79;
	width: 80px;
	border-radius: 5px;
	text-align: center;
}
.cate1 .box_wrap .underbox{
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	box-sizing: border-box;
	align-items: stretch;
	width: 100%;
}
.cate1 .box_wrap .underbox .imgbox{
	width: calc(60% - 15px);
}
.cate1 .box_wrap .underbox .imgbox img{
	border-radius: 20px;
}
.cate1 .box_wrap .underbox .mapbox{
	position: relative;
	width: calc(40% - 15px);
}
.cate1 .box_wrap .underbox .mapbox iframe {
	position: absolute;
    width: 100%;     
    height: 100%;
    border-radius: 20px;
    border: none;
}
.cate1 .titleline::before{
	background-color: #1AAB79;
}


.cate2 .box_wrap .imgbox{
	position: relative;
	width: calc(50% - 100px);
}
.cate2 .box_wrap .imgbox .topimg{
	position: absolute;
	width: 50%;
	border-radius: 50%;
	bottom: -20%;
	left: -15%;
}
.cate2 .box_wrap .imgbox .topimg{
	display: block;
}
.cate2 .box_wrap .txtbox{
	width: calc(50% - 50px);
	padding-left: 80px;
}
.cate2 .box_wrap .txtbox .titlebox{
	text-align: center;
	position: relative;
 
}
.cate2 .box_wrap .txtbox .titlebox h2::before,
.cate2 .box_wrap .txtbox .titlebox h2::after{
	content: "";
	position: absolute;
	top: 20%;
	width: 50px;
	height: 8px;
	background-image: radial-gradient(#1AAB79 40%, transparent 41%);
	background-size: 8px 8px;
	background-repeat: repeat-x;
	transform: rotate(55deg);

}
.cate2 .box_wrap .txtbox .titlebox h2::before{
	left: 0%;
}
.cate2 .box_wrap .txtbox .titlebox h2::after{
	right: 0%;
	transform: rotate(-55deg);
}

.cate2 .box_wrap .txtbox .txtitem img{
	width: 40%;
	display: block;
	margin-left: auto;
}

.title_item1 .title_box .title::before,
.title_item1 .title_box .title::after{
	background-image: radial-gradient(#1AAB79 40%, transparent 50%);
    z-index: 1; 
}
.menu-wrap {
  z-index: 10000 !important;
}

.title_item1 .title_box .title::before,
.title_item1 .title_box .title::after {
  z-index: -1;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap .topbox .titlebox{
		width: 50%;
	}
	.cate1 .box_wrap{
		padding: 50px 80px;
	}
	.cate1 .box_wrap .topbox .info-wrap{
		width: 50%;
	}
	.cate2 .box_wrap{
		flex-direction: column;
	}
	.cate2 .box_wrap .imgbox{
		width:80%;
	}
	.cate2 .box_wrap .txtbox{
		width:80%;
		padding: 150px 0 0 0;
	}

	.cate2 .box_wrap .txtbox .titlebox h2::before{
		left: 20%;
	}
	.cate2 .box_wrap .txtbox .titlebox h2::after{
		right: 20%;
	}
	.cate2 .box_wrap .txtbox .txtitem img{
		width: 20%;
	}

}

/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

	.cate1 .box_wrap .topbox .info-wrap{
		flex-direction: column;
		align-items: flex-start;
	}
	.cate1 .box_wrap .topbox .titlebox{
		width: 100%;
	}
	.cate1 .box_wrap .topbox .info-wrap{
		width: 100%;
	}
	.cate1 .box_wrap .topbox{
		flex-direction: column;
		align-items: flex-start;
	}
	.cate1 .box_wrap .underbox{
		flex-direction: column;
	}
	.cate1 .box_wrap .underbox .imgbox{
		width: 100%;
	}
	.cate1 .box_wrap .underbox .mapbox{
		width: 100%;
	}
	.cate1 .box_wrap .underbox .mapbox iframe {
		position: static;
		width: 100%; 
		height: 200px;
	}
	.cate2 .box_wrap .imgbox{
		width: 60%;
		margin: 0 auto;
		justify-content: center;
	}
	.cate2 .box_wrap .txtbox{
		padding: 100px 0 0 0;
	}
	.cate2 .box_wrap .txtbox .titlebox h2::before{
		left: 10%;
	}
	.cate2 .box_wrap .txtbox .titlebox h2::after{
		right: 10%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap{
		padding: 30px 50px;
	}
	.cate2 .box_wrap .txtbox{
		padding-top: 100px;
	}
		.cate2 .box_wrap .txtbox .txtitem img{
		width: 30%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap{
		padding: 20px 30px;
	}
	.cate1 .infobox .default_txt2{
		font-size: 12px;
	}
	.cate2 .box_wrap .txtbox{
		padding-top: 80px;
	}
	.cate2 .box_wrap .txtbox .titlebox h2::before{
		left: -5%;
	}
	.cate2 .box_wrap .txtbox .titlebox h2::after{
		right: -5%;
	}
	.cate2 .box_wrap .txtbox .titlebox h2::before,
	.cate2 .box_wrap .txtbox .titlebox h2::after{
		width: 40px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

