@charset "utf-8";
/* CSS Document */
.footer_contact1{display:block}
.pagetitle{
	background-color: #D9E7F3;
}
.pagetitle .imgbox .badge_box{
	background-color: #085CB1;
}
.main-wrap{
	background-color: #F4F4F4;
}

.titleimg{
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	gap: clamp(20px, 10% , 80px);
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.titleimg img{
	width: 40%;
}

.cate1 .boxwrap .box{
	background-color: #fff;
	border: 5px solid #DAE6F3;
	padding: 3%;
	border-radius: 10px;
}
.cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 30px;
}


.cate4 .topbox{
	border-radius: 20px;
	overflow: hidden;
	background-color: #F59C00;
	align-items: stretch;
}
.cate4 .topbox > div{
	width: 50%;
}
.cate4 .topbox .txtbox{
	padding: 5%;
}
.cate4 .topbox .txtbox p{
	line-height: 2;
}

body.on .cate4 .topbox .imgbox img{
	opacity: 0;
	display: block;
}

.cate4 .bottombox .boxwrap{
	gap: 50px;
}
.cate4 .bottombox .box{
	width: calc(100% / 3 - 100px / 3);
}

.cate5 .boxwrap .box{
	justify-content: center;
	align-items: flex-start;
}
.cate5 .boxwrap .box:not(:last-of-type){
	margin-bottom: 50px;
}
.cate5 .boxwrap .box img{
	width: 200px;
}
.cate5 .boxwrap .box .txtbox{
	width: calc(100% - 200px);
	padding-left: 5%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate4 .bottombox .boxwrap{
		gap: 40px;
	}
	.cate4 .bottombox .box{
		width: calc(100% / 3 - 80px / 3);
	}
	
	.cate5 .boxwrap .box img{
		width: 180px;
	}
	.cate5 .boxwrap .box .txtbox{
		width: calc(100% - 180px);
		padding-left: 5%;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate4 .bottombox .boxwrap{
		gap: 30px;
	}
	.cate4 .bottombox .box{
		width: calc(100% / 3 - 60px / 3);
	}
	.cate5 .boxwrap .box img{
		width: 160px;
	}
	.cate5 .boxwrap .box .txtbox{
		width: calc(100% - 160px);
		padding-left: 5%;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate4 .topbox .imgbox{
		width: 70%;
	}
	.cate4 .topbox .txtbox{
		width: 100%;
	}
	body.on .cate4 .topbox .imgbox{
		background-image: none!important;
		padding: 5%;
		padding-bottom: 0;
	}
	body.on .cate4 .topbox .imgbox img{
		opacity: 1;
		display: block;
		border-radius: 20px;
	}
	.cate4 .bottombox .boxwrap{
		gap: 20px;
	}
	.cate4 .bottombox .box{
		width: calc(100% / 3 - 40px / 3);
	}
	.cate5 .boxwrap .box img{
		width: 130px;
	}
	.cate5 .boxwrap .box .txtbox{
		width: calc(100% - 130px);
		padding-left: 5%;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate4 .topbox .imgbox{
		width: 100%;
	}
	.cate4 .bottombox .boxwrap{
		gap: 40px;
	}
	.cate4 .bottombox .box{
		width: 80%;
	}
	.cate5 .boxwrap .box img{
		width: 200px;
	}
	.cate5 .boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

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

