@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap{
	gap: 100px;
}
.cate1 .box_wrap .imgbox{
	width: calc(40% - 50px);
}
.cate1 .box_wrap .txtbox{
	width: calc(60% - 50px);
	align-items: flex-start;
}
.cate1 .box_wrap .imgbox img{
	 border-radius: 10px;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	background-color: #fff;
	padding: 60px 50px;
	border-radius: 10px;
	border: 1px solid #DEE6C9;
	gap: 60px;
}
.cate2 .box_wrap .txtbox{
	width: calc(60% - 30px);
	align-items: flex-start;
}
.cate2 .box_wrap .imgbox{
	width: calc(40% - 30px);
}
.cate2 .box_wrap .imgbox img{
	border-radius: 10px;
}

.cate2 .plofielebox {
    width: 100%;
    flex-direction: column;
}
.cate2 .plofielebox .plofieleitem {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
}
.cate2 .plofielebox .plofieleitem h3 {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    font-weight: 500;
    border-bottom: 1px dotted #ADAAAA;
}
.cate2 .plofielebox .plofieleitem h3::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #4C4844;
    border-radius: 50%;
    transform: translateY(-50%);
}
.cate2 .plofielebox .plofieleitem p {
    padding-left: 16px;
    line-height: 2;
}
.cate2 .plofielebox .snsbox {
    gap: 10px;
	margin-right: auto;
}
.cate2 .plofielebox .snsbox img{
    width: 20px;
	height: 20px;
}
.cate3 .box_wrap{
	gap: 30px;
}
.cate3 .box_wrap .boxitem{
	width: calc((100% - 60px)/3);
	gap: 15px;
	flex-direction: column;
	align-items: flex-start;
}
.cate3 .box_wrap .boxitem img{
	border-radius: 5px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap {
		gap: 50px;
	}
	.cate1 .box_wrap .imgbox {
		width: calc(50% - 25px);
	}
	.cate1 .box_wrap .txtbox {
		width: calc(50% - 25px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .box_wrap {
		flex-direction: column-reverse;
	}
	.cate2 .box_wrap .txtbox {
		width: 100%;
	}
	.cate2 .box_wrap .imgbox {
		width: 50%;
	}
	.cate3 .box_wrap .boxitem {
		width: calc((100% - 30px) / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .box_wrap .imgbox {
		width: 60%;
	}
    .cate1 .box_wrap {
        flex-direction: column;
    }
	.cate1 .box_wrap .txtbox {
		width: 100%;
	}
	.cate1 .box_wrap .imgbox {
		width: 60%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate3 .box_wrap .boxitem {
		width: 90%;
	}
	.cate2 .box_wrap {
		padding: 40px 20px;
		gap: 40px;
	}
	.cate2 .box_wrap .imgbox {
		width: 80%;
	}
	.cate1 .box_wrap .imgbox {
		width: 80%;
	}
}

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

