.section{
    color: #333;
}
.sec1{
    padding: 5.2% 0 3.125%;
}
.sec1 .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sec1 .img-box{
    overflow: hidden;
    width: 43.2%;
    border: 1px solid #e5e5e5;
    background-color: #fdfdfd;
    cursor: pointer;
}
.sec1 .img-box img{
    transition: transform 0.75s;
}
.sec1 .text-box{
    width: 47.5%;
}
.sec1 h3{
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0.625em;
}
.sec1 h3 span{
    font-size: 0.6875em;
    margin-left: 0.8em;
}
.sec1 h4.sec1 p,.sec1 li{
    font-size: 1.125em;
    line-height: 1.78;
}
.sec1 h4{
    font-weight: normal;
}
.sec1 h4 span{
    margin-left: 1em;
}
.sec1 h5{
    font-size: 1.25em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin: 1.8em 0 1.2em;
}
.sec1 h5::after{
    display: block;
    content: "";
    height: 1px;
    background-color: #e5e5e5;
    margin-left: 1.5em;
    flex-grow: 1;
}
.sec1 li{
    margin-bottom: 0.56em;
    padding-left: 0.67em;
}
.sec1 li:last-child{
    margin-bottom: 0;
}
.sec1 li::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 0.27em;
    height: 0.27em;
    border-radius: 50%;
    background-color: #333;
    margin-left: -0.67em;
    margin-right: 0.4em;
    margin-top: 0.755em;
}


.sec2{
    padding: 3.125% 0 10.4%;
}
.sec2 li{
    margin-bottom: 6.6%;
}
.sec2 li:last-child{
    margin-bottom: 0;   
}
.sec2 h5{
    font-size: 1.375em;
    font-weight: bold;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 1.2em;
}
.sec2 h5::after{
    display: block;
    content: "";
    height: 1px;
    background-color: #e5e5e5;
    margin-left: 1.2em;
    flex-grow: 1;
}
.sec2 p{
    font-size: 1.125em;
    line-height: 1.78;
    margin-bottom: 0.56em;
}
.sec2 p:last-child{
    margin-bottom: 0;
}
.sec2 p.small{
    font-size: 1em;
}
.sec2 img{
    max-width: 100%;
}
.sec2 .flex-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}
.sec2 .flex-box img{
    margin-left: 5%;
    max-width: 45%;
    flex-shrink: 0;
}
@media only screen and (min-width:1025px){
    .sec1 .img-box:hover img{
        transform: scale(1.1);
    }
}
@media only screen and (max-width:1024px){
    .sec1{
        padding: 10% 0 7.5%;
    }
    .sec1 .inner{
        display: block;
    }
    .sec1 .img-box{
        width: 100%;
    }
    .sec1 .text-box{
        width: 100%;
        margin-bottom: 10%;
    }
    .sec1 h3{
        font-size: 1.375em;
    }
    .sec1 h3 span{
        display: block;
        margin-left: 0;
        margin-top: 0.5em;
    }
    .sec1 h4.sec1 p,.sec1 li{
        font-size: 0.9375em;
    }
    .sec1 h5{
        font-size: 1em;
    }


    .sec2{
        padding: 7.5% 0 15%;
    }
    .sec2 li{
        margin-bottom: 10%;
    }
    .sec2 h5{
        font-size: 1.125em;
    }
    .sec2 p{
        font-size: 0.9375em;
    }
    .sec2 p.small{
        font-size: 0.875em;
    }
    .sec2 .flex-box{
        display: block;
    }
    .sec2 .flex-box img{
        margin-left: 0;
        max-width: 100%;
        margin-top: 10%;
    }
}