@charset "utf-8";
/* CSS Document */
.cate1{
	flex-direction: column;
	gap: 60px;
}
.cate1 .box_wrap{
	gap: 20px;
	align-items: stretch;
}
.cate1 .box_wrap .leftbox{
	width: calc(55% - 10px);
}
.cate1 .box_wrap .rightbox{
	width: calc(45% - 10px);
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
}
.cate1 .box_wrap .boxitem{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
    align-items: stretch;
}
.cate1 .box_wrap .boxitem .imgbox{
	position: relative;
	width: 46%;
	flex-shrink: 0;
	height: auto;
    min-height: 100%;
    overflow: hidden;
}
.cate1 .box_wrap .boxitem .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cate1 .box_wrap .boxitem .txtbox{
	width: 54%;
	padding: 50px 45px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.cate1 .box_wrap .rightbox .boxitem2 {
    width: 100%;
	height: auto;
    min-height: 150px;
    padding: 35px 40px;
    align-items: center;
    gap: 30px;
	
}
.cate1 .box_wrap .boxitem2 .imgbox{
	position: relative;
	width: 25%;
    flex-shrink: 0;
    background: transparent;
}
.cate1 .box_wrap .boxitem2 .imgbox img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.cate1 .box_wrap .boxitem2 .txtbox{
	flex:1;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}
/* ---------- cate2 ---------- */
.cate2{
	flex-direction: column;
	gap: 60px;
}
.cate2 .box_wrap{
	gap: 30px;
	align-items: stretch;
}
.cate2 .box_wrap .boxitem{
	flex-direction: column;
	gap: 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	width: calc((100% - 60px) / 3);
	height: auto;
    align-self: stretch;
}
.cate2 .box_wrap .boxitem .icon {
    width: 70px;
}
.cate2 .box_wrap .boxitem .icon img {
    width: 100%;
    height: auto;
    display: block;
}
.cate2 .box_wrap .boxitem .box_line {
    width: 20px;
    height: 1px;
    background-color: #9DD1BA;
}
.cate2 .box_wrap .boxitem .menuitem {
	width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 10px;
}
.cate2 .box_wrap .boxitem .menuitem .label {
    background-color: #D8EBE3;
    border-radius: 50px;
    padding: 4px 18px;
    font-size: 13px;
    line-height: 1.4;
}
/* ---------- cate3 ---------- */

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column;
	}
	.cate1 .box_wrap .leftbox,
	.cate1 .box_wrap .rightbox{
		width: 90%;
		margin: 0 auto;
	}
	.cate1 .box_wrap .boxitem .txtbox {
		width: 70%;
		padding: 30px 40px;
	}
	.cate1 .box_wrap .boxitem .imgbox {
		width: 30%;
	}
	.cate1 .box_wrap .boxitem2 .imgbox {
        width: 15%;
    }
	.cate1 .box_wrap .rightbox .boxitem2 {
		min-height: 100px;
		padding: 20px 40px;
	}
	.cate1 .box_wrap .boxitem2 .txtbox {
		padding: 0;
	}
	.cate2 .box_wrap .boxitem{
		width: calc((100% - 30px) /2);
	}

}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .leftbox,
	.cate1 .box_wrap .rightbox{
		width: 100%;
	}
	.cate2 .box_wrap {
		gap: 20px;
	}
	.cate2 .box_wrap .boxitem {
		padding: 30px　20px;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .cate1 .box_wrap .boxitem .txtbox {
        padding: 30px 10px;
		gap: 10px;
    }
	.cate1 .box_wrap .boxitem2 .txtbox {
		padding: 0;
	}
    .cate1 .box_wrap .rightbox .boxitem2 {
        min-height: 80px;
        padding: 20px 10px 20px 40px;
    }
    .cate1 .box_wrap .boxitem2 .imgbox {
        width: 20%;
    }
    .cate1 .box_wrap .boxitem2 .txtbox {
        width: 80%;
    }

    .cate1 .box_wrap .boxitem{
        flex-direction: column;
    }

    .cate1 .box_wrap .boxitem .imgbox{
        width: 100%;
        min-height: 220px;
		aspect-ratio: 16 / 9;
    }
    .cate1 .box_wrap .leftbox, .cate1 .box_wrap .rightbox {
        width: 100%;
        margin: 0 auto;
    }
    .cate1 .box_wrap .boxitem .txtbox{
        width: 100%;
        padding: 20px 15px;
    }
	.cate1 .box_wrap .rightbox .boxitem2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 15px;
    }
    .cate1 .box_wrap .boxitem2 .imgbox {
        width: 70px;
        height: 70px;
        min-height: 0;
        aspect-ratio: 1 / 1;
        flex-shrink: 0;
    }
    .cate1 .box_wrap .boxitem2 .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .cate1 .box_wrap .boxitem2 .txtbox{
        padding: 0;
    }
	.cate2 .box_wrap .boxitem{
		width: 90%;
	}
	.cate2 {
		gap: 40px;
	}
	.cate2 .box_wrap .boxitem .icon {
		width: 50px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

