@charset "utf-8";
/* CSS Document */

/* ---------- main ---------- */
.cate{
	padding-right: 40px;
	padding-left: 40px;
}
.cate_wrap .cate1{
	background-color: #BA1A23;
	color: #fff;
	border-bottom-left-radius: 60px;
}
.cate1 .box_wrap{
	flex-direction: column;
}
.cate1 .box_wrap .imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}
.cate1 .box_wrap .imgbox .img1{
	width: 100%;
	border-radius: 10px;
	display: block;
	z-index: 1;
}
.cate1 .box_wrap .imgbox .img2{
	position: absolute;
	width: 50%;
	top: 35px;
	right: 0;
	z-index: 2;
}
.cate1 .box_wrap .imgbox .name-wrap{
	flex-direction: column;
	position: absolute;
	width: 50%;
	padding-top: 15px;
}
.cate1 .box_wrap .txtbox{
	z-index: 3;
}
.cate2 .titlebox p{
	line-height: normal;
}
.cate2 .box_wrap .imgbox{
	position: relative;
	width: 100%;
	height: 230px;
	gap: 20px;
	margin-bottom: 30px;
}
.cate2 .box_wrap .imgbox .img1{
	position: absolute;
	width: calc(60% - 10px);
	top: 0;
	left: 0;
	border-radius: 10px;
	display: block;
	z-index: 1;
}
.cate2 .box_wrap .imgbox .img2{
	position: absolute;
	width: calc(40% - 10px);
	bottom: -30px;
	right: 0;
	border-radius: 10px;
	display: block;
	z-index: 1;
}
.cate2 .box_wrap .company-info{
	width: 100%;
	padding-top: 30px;
	flex-direction: column;
	gap: 15px;
}
.company-info .info-row {
	width: 100%;
	align-items: flex-start;
	gap: 20px;
}
.cate2 .box_wrap .company-info .info-row .label{
	width: calc(30% - 10px);
	text-align: left;
}
.cate2 .box_wrap .company-info .info-row .value{
	width: calc(70% - 10px);
}
.titleline{
	position: relative;
	padding-left: 20px;
}
.titleline::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 25px;
	background-color: #CECECE;
}
.cate2 .box_wrap .map-box{
	width: 100%;
	padding-top: 50px;
}
.cate2 .box_wrap .map-box iframe{
	width: 100%;
	height: 320px;
	display: block;
	border-radius: 10px; 
}
.cate3{
	background-color: #F0D920;
	border-top-right-radius: 60px;
}
.cate3 .titlebox{
	width: 100%;
	padding-bottom: 50px;
}
.cate3 .titlebox p{
	width: 50%;
	justify-content: flex-start;
}
.cate3 .titlebox h2{
	width: 50%;
	justify-content: flex-end;
	font-weight: 900;
}
.cate3 .imgbox{
	position: relative;
	padding-bottom: 40px;
}
.cate3 .txtitem{
	position: absolute;
	top: -40px;
	left: 20px;
	z-index: 3;
}
.cate3 .txtitem p{
	letter-spacing: 3px;
	color: #fff;
}
.cate3 .txtitem p span{
	display: inline-block;
	background: #BA1A23;
	padding: 10px 0px;	
}
.cate3 .txtitem p span:first-child{
	margin-left: 8px;
}
.cate3 .txt-vertical{
	line-height: normal;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .imgbox{
		padding-bottom: 70px;
	}
	.cate2 .box_wrap .imgbox{
		height: 120px;
	}
	.cate2 .box_wrap .company-info .info-row .label{
		width: calc(25% - 10px);
	}
	.cate2 .box_wrap .company-info .info-row .value{
		width: calc(75% - 10px);
	}
	.cate2 .box_wrap .map-box{
		padding-top: 30px;
	}
	.cate2 .box_wrap .map-box iframe{
		height: 220px;
	}
	.cate3 .imgbox img{
		width: 100%;
		height: 200px;
	}
	.cate3 .txtitem{
		top: -30px;
		left: 10px;
	}
	.cate3 .imgbox{
		padding-bottom: 30px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

