@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(50% - 30px);
	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: 1280px;
	margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}
.merit-box .merit-item{
	width: 260px;     
    height: 260px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    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: calc(50% - 25px);
}
.learn-box .item2{
	width: 100%;
	gap:50px;
}
.learn-box .item2 .leftbox{
	width: calc(50% - 25px);
}
.learn-box .item2 .rightbox{
	padding: 30px;
	background-color: rgba(239, 239, 202, 0.6);
	width: calc(50% - 25px);
}
.learn-box .item2 .rightbox .txt1 {
    position: relative;
    padding-left: 20px;
}
.learn-box .item2 .rightbox .txt1::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #4BA223;
    border-radius: 50%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .box_wrap{
		gap: 40px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 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;
	}
	.learn-box .greenline {
		padding: 20px 30px;
		border-radius: 20px;
	}
	.learn-box .learntop {
		flex-direction: column;
		gap: 20px;
	}
	.learn-box .item1 {
		width: 100%;
	}
	
	.learn-box .item2 {
		flex-direction: column;
		gap:30px;
	}
	.learn-box .item2 .leftbox {
		width: 100%;
	}
	.learn-box .item2 .rightbox {
		width: 100%;
	}
	.cate2 .box_wrap .boxitem {
		margin: 0 auto; 
	}
}

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

