@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    margin-bottom: 50px;
}

.section01 {
	margin-bottom: 100px;
}

.section01 .wrap {
    background-color: #fff;
    padding: 50px 80px 80px;
    box-sizing: border-box;
}
h1,
.section01 h2,
.section02 h2,
.section03 h2,
.section04 h2,
.section05 h2 {
    font-size: 24px;
    font-family: SFProDisplayBold;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.section01 p {
    margin-bottom: 30px;
	line-height: 2em;
	font-size: 16px;
}
.section01 .text1 {
    margin-bottom: 60px;
}
.section01 .text2 {
    text-align: center;
}

.section01 .photoList {
	margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.section01 .photoList li {
    padding: 0 5px;
}

.section01 .photoList li img {
    width: 100%;
}

.section01 .partners {
    text-align: center;
}
.section01 .partners img {
    max-width: 25%;
}

.section01 .numUl {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.section01 .numUl li {
    width:33.33%;
    text-align: center;
    font-size: 20px;
}
.section01 .numUl li i {
    font-style: normal;
}
.section01 .numUl li span {
    display: block;
    font-size: 50px;
    font-weight: bold;
    color:#39b54a;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .section01 .wrap {
        padding: 20px 10px;
    }
    h1 {
		font-size: 24px;
    }
	
    .section01 h2,
	.section02 h2,
	.section03 h2,
	.section04 h2,
	.section05 h2 {
		font-size: 20px;
    }
	
    .section01 .text {
        margin-bottom: 50px;
    }
    .section01 .img {
        width: 100%;
    }
   
	.section05 h2 span {
		margin: 20px;
		font-size: 18px;
	}

}
@media all and (min-width: 0) and (max-width: 767px) {
    .section01 .wrap {
        padding: 20px 10px;
    }
    
    h1 {
        font-size: 20px;
    }
	
	.section01 {
		margin-bottom: 50px;
	}
	
    .section01 .text1 {
        margin-bottom: 50px;
    }
    .section01 .img {
        width: 100%;
    }
    
    .section01 h2,
    .section02 h2,
	.section03 h2,
	.section04 h2,
	.section05 h2 {
        margin-bottom: 20px;
		font-size: 20px;
    }
	
    .section01 .photoList {
    	margin-bottom: 50px;
        display: block;
    }
    
    .section01 .photoList li {
        padding-bottom: 20px;
    }
    
    .section01 .partners img {
        max-width: 33%;
    }


    .section01 .numUl li span {
        font-size: 30px;
    }
    
    .section01 p {
        margin: 0 10px 20px;
    }
    

}