<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 28px;
    font-family: SFProDisplayBold;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.section01 p {
    margin-bottom: 30px;
	line-height: 2em;
	font-size: 14px;
}
.section01 .text1 {
    margin-bottom: 60px;
}
.section01 .text2 {
    text-align: center;
}

.section01 .img {
    width: 743px;
    margin: 0 auto;
    text-align: center;
}
.section01 .img img {
    max-width: 100%;
}
.section01 .img02 {
    margin: 30px 0 20px;
    text-align: center;
}
.section01 .img02 img {
    height: 104px;
}
.section01 .img02 img:last-child {
    height: 89px;
}

.section02 {
	display: none;
}

.section02 .box {
	display: flex;
 	column-gap: 33px;
	padding: 0 33px 33px;
}

.section02 .box .subBox {
	max-width: 450px;
	padding: 20px 0 0;
    width: 25%;
	background-color: #fff;
}

.section02 .box .subBox h3 {
	font-size: 17px;
	margin: 0 20px 20px;
	text-align: center;
}

.section02 .box .subBox p {
	padding: 0 20px 20px;
	font-size: 14px;
}

.section02 .box .subBox:nth-child(1),
.section02 .box .subBox:nth-child(3) {
	border-top: 3px solid #ff7800;
	box-shadow: 0 8px 20px #ecececb8;
}

.section02 .box .subBox:nth-child(2),
.section02 .box .subBox:nth-child(4){
  border-top: 3px solid #47c823;
  box-shadow: 0 8px 20px #ecececb8;
}

.section04 {
	padding: 70px 0 100px;
	background-color: #fff;
}

.section04 p {
    margin-bottom: 30px;
    font-size: 14px;
    text-align:  center;
}

.section04 ul {
    display: flex;
    justify-content: space-between;
}

.section04 ul li {
    padding: 0 5px;
}

.section04 ul li img {
    width: 100%;
}

.section05 {
    padding: 50px 0;
}
.section05 h2 span {
    display: block;
    font-size: 24px;
    margin: 25px 0 40px;
    font-weight: normal;
    text-align: center;
    font-family: SFProDisplayRegular;
    text-transform: capitalize;
}
.section05 .photoUl {
    display: flex;
    justify-content: space-between;
}
.section05 .photoUl li {
    width: 200px;
    margin: 0 20px;
}
.section05 .photoUl li img {
    width: 100%;
}
.section03 {
    margin-bottom: 100px;
}
.section03 .numUl {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.section03 .numUl li {
    width:33.33%;
    text-align: center;
    font-size: 20px;
}
.section03 .numUl li i {
    font-style: normal;
}
.section03 .numUl li span {
    display: block;
    font-size: 50px;
    font-weight: bold;
    color:#39b54a;
}
.section03 p {
    margin: 0 80px 20px;
    font-size: 14px;
}

@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: 30px;
	}
	
    .section01 .text {
        margin-bottom: 50px;
    }
    .section01 .img {
        width: 100%;
    }
    
    .section01 h2,
    .section02 h2,
	.section03 h2,
	.section04 h2,
	.section05 h2 {
        margin-bottom: 20px;
		font-size: 20px;
    }
	
	.section02 .box {
		display: block;
 		column-gap: 33px;
		padding: 0 33px 33px;
	}
	
	.section02 .box .subBox {
		margin-bottom: 20px;
		width: auto;
	}
	
	.section04 {
		padding: 30px 10px;
		width: auto;
	}
	
	.section04 ul {
	    overflow: hidden;
	    zoom: 1;
        display: block;
	}
	
	.section04 ul li {
		padding: 0 1% 20px;
		float: left;
		width: 48%;
	}
	
	.section05 {
	   padding: 50px 10px 0;
	}
	
	.section05 h2 span {
		font-size: 16px;
	}
	
	.section05 .photoUl {
		display: block;
		overflow:  hidden;
		zoom: 1;
	}
	
	.section05 .photoUl li {
		margin: 0 0 20px;
		width: 46%;
		float: left;
	}
	
	.section05 .photoUl li:nth-child(even) {
	    float: right;
	}
	
    .section03 {
        margin-bottom: 50px;
    }
	
    .section03 .numUl li span {
        font-size: 30px;
    }
    
    .section03 p {
        margin: 0 10px 20px;
    }
    

}</pre></body></html>