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

/* ---------- cate02 ---------- */
.cate2 .box_wrap{
	padding-top: 40px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
	align-items: stretch;
}
.cate2 .box_wrap .boxitem{
	width: calc(33% - 40px);
	display: flex;              
	flex-direction: column;
}
.cate2 .box_wrap .boxitem .txtbox p{
	line-height: 2em;
}
.cate2 .box_wrap .boxitem .imgbox img{
	border-radius: 40px; 
}
/* ---------- cate03 ---------- */
.merit-box {
	max-width: 1000px;
	margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}
.merit-box .merit-item{
	width: 280px;     
    height: 280px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    gap: 10px;
    flex-direction: column;
}
.merit-box .merit-item img{
	width: 40%;                
    height: auto;
}
/* ---------- cate04 ---------- */
/* ---------- cate05 ---------- */
.learn-box{
	max-width: 1280px;
	margin: 0 auto;
}
.learn-box .greenline{
	background-color: #fff;
	border: #E0ECD6 solid 2px;
	border-radius: 40px;
	padding: 40px 50px;
}
.learn-box .learntop{
	gap:50px;
}
.learn-box .item1{
	width: 50%;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .box_wrap{
		gap: 40px;
	}
	.learn-box .item1{
		width: 60%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.learn-box .item1{
		width: 80%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .box_wrap {
		flex-direction: column;
		gap: 40px;
	}
	.cate2 .box_wrap .boxitem {
		width: 100%;
	}
	.cate2 .box_wrap .boxitem .imgbox {
		display: flex;
		justify-content: center;
	}
	.cate2 .box_wrap .boxitem .imgbox img{
		border-radius: 20px;
	}
	.cate2 .box_wrap .boxitem .txtbox h3{
		text-align: left;
	}
	.learn-box .greenline {
		padding: 20px 30px;
		border-radius: 20px;
	}
	.learn-box .item1 {
		width: 100%;
	}

	.cate2 .box_wrap .boxitem {
		margin: 0 auto; 
	}
}

/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
 .merit-box .merit-item {
    width: 260px;
    height: 260px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

