@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}
.mybtn {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    width: 155px;
    height: 45px;
    border-radius: 25px;
    background-color: #ff8c02;
    text-align: center;
    line-height: 45px;
}

.mybtn:hover {
    background-color: #ff741e;
}
.child{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section01 {
    background-image: url("../images/banner1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 680px;
    position: relative;
}
.first-text {
    display: block;
    text-align: center;
}

.btn-area {
    display: block;
    text-align: center;
    padding-top: 120px;
}
.mybtn-w{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #ff8c02;
    width: 155px;
    height: 45px;
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    margin-right: 60px;
}
.mybtn-w:hover{
    background-color: #ececec;
}
.section02 {
    background-image: url("../images/banner2background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.second-text {
    display: block;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 80px;
}

.second-icon {
    display: block;
    text-align: center;
    padding-bottom: 120px;
}

.third-text {
    display: block;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 70px;
}

.third-icon {
    display: block;
    text-align: center;
    padding-bottom: 100px;
}
.section04 {
    background-image: url("../images/banner2background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.forth-text {
    display: block;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
}

.forth-icon {
    display: block;
    text-align: center;
    padding-bottom: 45px;
}
.fifth-text {
    display: block;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 30px;
}

.fifth-icon {
    display: block;
    text-align: center;
    margin-right: -170px;
}
.section06 {
    background-image: url("../images/banner2background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 6;
    margin-top: -110px;
}
.sixth-icon{
    display: block;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}