.section01 {
    /* padding: 7rem 0 10rem; */
    padding: 4rem 0;
    border-top: 36px solid var(--main-color);
    border-bottom: 36px solid var(--main-color);
}
.section01 p {
    font-size: 24px;
    text-align: center;
    line-height: 2.4;
    color: var(--main-color);
    font-weight: 600;
}
.section01 .contents-title .title-en {
    font-weight: normal;
    margin: 0;
}
.section01 .contents-title h2 {
    margin: 0;
    margin-top: -15px;
    line-height: 1.2;
    /* color: #292929; */
    color: var(--text-color);
}
.highlight .num {
    font-size: 80px;
}

/* .section02 {
    background: var(--sub-main-bg-color);
    padding-bottom: 5rem;
} */

.contents-title {
    text-align: center;
}

.contents-title .title-en {
    color: var(--main-color);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
}

.contents-title h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 1.2rem;
}

.contents-title .text {
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
}

.section02 .reason {
    display: flex;
    flex-direction: column;
}

.section02 .reason img {
    width: 100%;
    height: auto;
    display: block;
}

.section02 .reason .contents-title {
    text-align: start;
}

.section02 .reason .contents-title p {
    margin: 0;
}

.section02 .reason .text-right,
.section02 .reason .text-left {
    background: #fff;
    border-radius: 30px;
    padding: 4rem 0 4rem 4.5rem;
    width: 50%;
    position: relative;
    top: 0;
    z-index: 4;
}
.section02 .reason .text-right {
    left: 40%;
}
.section02 .reason .text-left {
    left: 10%;
}

.section02 .reason .num {
    margin-top: -2.5rem !important;
    color: var(--main-color);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 134px;
    font-weight: 600;
}

.section02 .reason .title-en {
    font-size: 34px;
}

.section02 .reason .reason-img {
    z-index: 3;
    /* align-content: center; */
    position: relative;
}

.background-box {
    padding-bottom: 8.5rem;
    position: relative;
}
.reason01 .background-box {
    margin-top: -525px;
}
.reason02 .background-box {
    margin-top: -213px;
}
.reason03 .background-box {
    margin-top: -417px;
}
.reason04 .background-box {
    margin-top: -525px;
}
.reason05 .background-box {
    margin-top: -398px;
}

.reason01 .background-box,
.reason03 .background-box,
.reason05 .background-box {
    background: var(--sub-main-bg-color);
}
.reason02 .background-box,
.reason04 .background-box {
    background: var(--main-color);
}

.section02 .reason h2 {
    position: relative;
    padding-bottom: 1rem;
    font-size: 32px;
    line-height: 1.5;
}
.section02 .reason .reason04 h2 {
    color: var(--text-color);
    margin-top: -1rem;
}
.reason04 .contents-title .highlight-lg {
    line-height: 2;
}

.contents-title .highlight-lg {
    font-size: 40px;
    color: var(--main-color);
}
.highlight-lg {
    font-size: 32px;
}

.section02 .reason .text {
    font-size: 25px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.9;
}

.background-box ul {
    padding: 0;
    list-style: none;
    font-size: 25px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.6;
}
.reason03 .list-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
}
.reason03 .list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: var(--main-color);
    transform: translateY(-50%);
}

.br-none, .br-none02, .br-none03, .br-498-none, .br-375-none, .br-320-none, .br-390-none2, .br-630-none {
    display: block;
}

.br-1367,
.br-1280,
.br-498,
.br-428,
.br-390,
.br-390-none,
.br-375,
.br-375-none2,
.br-360-none,
.br-320,
.br-320-none2 {
    display: none;
}

@media (max-width: 1800px) {
    .reason01 .background-box {
        margin-top: -472px;
    }
    .reason02 .background-box {
        margin-top: -192px;
    }
    .reason03 .background-box {
        margin-top: -380px;
    }
    .reason04 .background-box {
        margin-top: -475px;
    }
    .reason05 .background-box {
        margin-top: -360px;
    }

    .section02 .reason .text-right,
    .section02 .reason .text-left {
        width: 52%;
    }
}

@media (max-width: 1700px) {
    .reason01 .background-box {
        margin-top: -450px;
    }
    .reason02 .background-box {
        margin-top: -182px;
    }
    .reason03 .background-box {
        margin-top: -360px;
    }
    .reason04 .background-box {
        margin-top: -450px;
    }
    .reason05 .background-box {
        margin-top: -340px;
    }

    .section02 .reason .text-right,
    .section02 .reason .text-left {
        width: 54%;
    }
}

@media (max-width: 1580px) {
    .section01 {
        /* padding: 4rem 0 6rem; */
        padding: 3rem 0 4rem;
        border-top: 30px solid var(--main-color);
        border-bottom: 30px solid var(--main-color);
    }

    .contents-title h2 {
        font-size: 40px;
    }
    
    .highlight .num {
        font-size: 70px;
    }

    .reason01 .background-box {
        margin-top: -410px;
    }
    .reason02 .background-box {
        margin-top: -170px;
    }
    .reason03 .background-box {
        margin-top: -335px;
    }
    .reason04 .background-box {
        margin-top: -418px;
    }
    .reason05 .background-box {
        margin-top: -315px;
    }

    .section02 .reason .title-en {
        font-size: 26px;
    }
    .section02 .reason .num {
        font-size: 102px;
        margin-left: -2px !important;
    }
    .section02 .reason h2 {
        font-size: 28px;
    }
    .section02 .reason .text {
        font-size: 22px;
        line-height: 1.7;
    }
    .section02 .reason .text-right,
    .section02 .reason .text-left {
        padding: 4rem 0 4rem 4rem;
        width: 52%;
    }
    .section02 .reason .text-right {
        left: 38%;
    }
    .highlight-lg {
        font-size: 27px;
    }
    .contents-title .highlight-lg {
        font-size: 36px;
    }
    .background-box ul {
        font-size: 22px;
    }
    .reason03 .list-item::before {
        width: 42px;
    }
    .reason03 .list-item {
        position: relative;
        padding-left: 60px;
    }
}

@media (max-width: 1490px) {
    .section01 {
        border-top: 28px solid var(--main-color);
        border-bottom: 28px solid var(--main-color);
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 53%;
        padding: 3.5rem 0 3rem 4rem;
    }
    .section02 .reason .text-right {
        left: 37%;
    }
    .br-none {
        display: none;
    }

    .reason01 .background-box {
        margin-top: -388px;
    }
    .reason02 .background-box {
        margin-top: -160px;
    }
    .reason03 .background-box {
        margin-top: -315px;
    }
    .reason04 .background-box {
        margin-top: -396px;
    }
    .reason05 .background-box {
        margin-top: -297px;
    }
}

@media (max-width: 1367px) {
    .br-1367 {
        display: block;
    }

    .contents-title .title-en {
        /* font-size: 28px; */
        font-size: 26px;
    }
    .section01 {
        border-top: 27px solid var(--main-color);
        border-bottom: 27px solid var(--main-color);
    }
    /* .section01 .contents-title h2 {
        margin-top: -31px;
    } */
    .contents-title h2 {
        font-size: 36px;
    }
    .highlight .num {
        font-size: 65px;
    }

    .section02 .reason .text-right,
    .section02 .reason .text-left {
        width: 53%;
        padding: 3rem 0 3rem 3rem;
    }

    .reason01 .background-box {
        margin-top: -360px;
    }
    .reason02 .background-box {
        margin-top: -145px;
    }
    .reason03 .background-box {
        margin-top: -290px;
    }
    .reason04 .background-box {
        margin-top: -360px;
    }
    .reason05 .background-box {
        margin-top: -270px;
    }

    .section02 .reason .title-en {
        font-size: 23px;
    }
    .section02 .reason .num {
        font-size: 96px;
    }
    .section02 .reason .text {
        font-size: 21px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .background-box ul {
        font-size: 21px;
    }
    .reason03 .list-item {
        letter-spacing: -0.3px;
    }
}
@media (max-width: 1280px) {
    .section01 {
        border-top: 25px solid var(--main-color);
        border-bottom: 25px solid var(--main-color);
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        padding: 3rem 0 2.5rem 3rem;
    }
    .br-none03 {
        display: none;
    }
    .br-1280 {
        display: block;
    }

    .contents-title .highlight-lg {
        font-size: 34px;
    }

    .contents-title .title-en {
        font-size: 26px;
    }
    .contents-title h2 {
        font-size: 38px;
    }
    .highlight .num {
        font-size: 68px;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 57%;
    }
    .section02 .reason .text-right {
        left: 33%;
    }

    .reason01 .background-box {
        margin-top: -325px;
    }
    .reason02 .background-box {
        margin-top: -136px;
    }
    .reason03 .background-box {
        margin-top: -272px;
    }
    .reason04 .background-box {
        margin-top: -336px;
    }
    .reason05 .background-box {
        margin-top: -255px;
    }
}

@media (max-width: 1204px) {
    .section01 {
        border-top: 23px solid var(--main-color);
        border-bottom: 23px solid var(--main-color);
    }

    .background-box {
        padding-bottom: 7rem;
    }
    .reason01 .background-box {
        margin-top: -303px;
    }
    .reason02 .background-box {
        margin-top: -128px;
    }
    .reason03 .background-box {
        margin-top: -256px;
    }
    .reason04 .background-box {
        margin-top: -315px;
    }
    .reason05 .background-box {
        margin-top: -240px;
    }

    .contents-title .title-en {
        font-size: 23px;
    }
    .contents-title h2 {
        font-size: 36px;
    }
    .highlight .num {
        font-size: 62px;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 60%;
    }
    .section02 .reason .text-right {
        left: 30%;
    }
}

@media (max-width: 1110px) {
    .section01 {
        padding: 2.5rem 0 2.2rem;
        border-top: 21px solid var(--main-color);
        border-bottom: 21px solid var(--main-color);
    }
    .section01 p {
        font-size: 19px;
        line-height: 2;
    }

    .container {
        max-width: 1000px;
    }

    .contents-title h2 {
        font-size: 34px;
        margin-bottom: 0.5rem;
    }

    .contents-title .title-en {
        font-size: 26px;
        margin-bottom: 0.3rem;
    }

    .contents-title .text {
        font-size: 18px;
    }

    .section01 .contents-title h2 {
        margin-top: 0;
        font-size: 34px;
    }

    .section02 .reason .text-right {
        left: 28%;
    }
    .section02 .reason .text-left {
        left: 8%;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 64%;
        top: -80px;
        padding: 3rem 0 3rem 3.5rem;
    }
    .section02 .reason .title-en {
        font-size: 24px;
    }
    .section02 .reason h2 {
        font-size: 24px;
        line-height: 1.4;
        padding-bottom: 0.7rem;
    }
    .section02 .reason .text {
        font-size: 20px;
        line-height: 1.6;
    }
    .highlight-lg {
        font-size: 26px;
    }

    .section02 .reason .num {
        font-size: 92px;
    }
    .section02 .reason .reason01 .num {
        margin-left: 1px !important;
    }
    .section02 .reason .reason02 .num,
    .section02 .reason .reason03 .num,
    .section02 .reason .reason04 .num,
    .section02 .reason .reason05 .num {
        letter-spacing: -3px;
    }

    .contents-title .highlight-lg {
        font-size: 30px;
    }

    .background-box ul {
        font-size: 20px;
        line-height: 1.4;
    }

    .reason03 .list-item::before {
        width: 40px;
        height: 1.5px;
    }

    .reason03 .list-item {
        padding-left: 52px;
        margin-bottom: 14px;
    }

    .background-box {
        padding-bottom: 2rem;
    }
    .reason01 .background-box {
        margin-top: -200px;
    }
    .reason02 .background-box {
        margin-top: -36px;
    }
    .reason03 .background-box {
        margin-top: -152px;
    }
    .reason04 .background-box {
        margin-top: -205px;
    }
    .reason05 .background-box {
        margin-top: -140px;
    }
}

@media (max-width: 991px) {
    .section01 {
        border-top: 19px solid var(--main-color);
        border-bottom: 19px solid var(--main-color);
    }

    .section01 .contents-title h2 {
        font-size: 30px;
    }
    .highlight .num {
        font-size: 60px;
    }

    .contents-title .title-en {
        font-size: 22px;
    }

    .section02 .reason .title-en {
        font-size: 20px;
    }
    .section02 .reason .num {
        font-size: 86px;
        margin-top: -2.2rem !important;
        margin-left: -3px !important;
    }
    .section02 .reason .reason01 .num {
        margin-left: 0 !important;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        padding: 2rem 0 2rem 2.5rem;
        width: 68%;
    }
    .section02 .reason .text-right {
        left: 24%;
    }

    .background-box {
        padding-bottom: 0rem;
    }
    .reason01 .background-box {
        margin-top: -174px;
    }
    .reason02 .background-box {
        margin-top: -25px;
    }
    .reason03 .background-box {
        margin-top: -130px;
    }
    .reason04 .background-box {
        margin-top: -180px;
    }
    .reason05 .background-box {
        margin-top: -120px;
    }
}

@media (max-width: 859px) {
    .section01 {
        border-top: 17px solid var(--main-color);
        border-bottom: 17px solid var(--main-color);
    }

    .section01 .contents-title h2 {
        font-size: 28px;
    }
    .highlight .num {
        font-size: 56px;
    }

    .section02 .reason .num {
        font-size: 82px;
        margin-top: -2rem !important;
    }
    
    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 75%;
    }
    .section02 .reason .text-right {
        left: 12.3%;
    }
    .section02 .reason .text-left {
        left: 12.3%;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        padding: 1.5rem 0 1.5rem 1.5rem;
        top: -55px;
    }

    .reason01 .background-box {
        margin-top: 0;
    }
    .reason02 .background-box {
        margin-top: 0;
    }
    .reason03 .background-box {
        margin-top: 0;
    }
    .reason04 .background-box {
        margin-top: 0;
    }
    .reason05 .background-box {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .section01 {
        border-top: 15px solid var(--main-color);
        border-bottom: 15px solid var(--main-color);
        padding: 1rem 0 1.2rem;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 84%;
    }
    .section02 .reason .text-right {
        left: 8%;
    }
    .section02 .reason .text-left {
        left: 8%;
    }
}

@media (max-width: 698px) {
    .section01 {
        border-top: 17px solid var(--main-color);
        border-bottom: 17px solid var(--main-color);
    }

    /* .section01 .contents-title h2 {
        margin-top: 0;
    } */
    .section02 .reason .text {
        font-size: 19px;
    }

    .reason03 .list-item {
        letter-spacing: -0.5px;
        font-size: 18.5px;
        padding-left: 45px;
    }
    .reason03 .list-item::before {
        width: 32px;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 85%;
    }
    .section02 .reason .text-right {
        left: 7.5%;
    }
    .section02 .reason .text-left {
        left: 7.5%;
    }
}

@media (max-width: 630px) {
    .br-630-none {
        display: none;
    }
}

@media (max-width: 498px) {
    .br-498-none {
        display: none;
    }
    .br-498 {
        display: block;
    }

    .contents-title .title-en {
        font-size: 18px;
    }
    .section01 .contents-title h2 {
        font-size: 23px;
    }
    .highlight .num {
        font-size: 50px;
    }

    .section02 .reason .title-en {
        font-size: 17px;
    }
    .section02 .reason .num {
        font-size: 70px;
        margin-top: -1.5rem !important;
    }

    .section02 .reason h2 {
        font-size: 21px;
    }
    .section02 .reason .text {
        font-size: 17px;
    }
    .highlight-lg {
        font-size: 24px;
    }
    .contents-title .highlight-lg {
        font-size: 24px;
    }
    .reason03 .list-item {
        font-size: 16.5px;
        padding-left: 34px;
    }
    .reason03 .list-item::before {
        width: 25px;
    }
}

@media (max-width: 467px) {
    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 92%;
    }
    .section02 .reason .text-right {
        left: 4%;
    }
    .section02 .reason .text-left {
        left: 4%;
    }
}

@media (max-width: 430px) {
    .section01 {
        border: 0;
        padding: 1rem 0 1.5rem;
    }

    .section01 .contents-title h2 {
        font-size: 27px;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        padding: 1rem 0 1rem 1rem;
    }

    .section02 .reason h2 {
        letter-spacing: 0;
    }

    .br-428-none {
        display: none;
    }
    .br-428 {
        display: block;
    }

    .contents-title .highlight-lg {
        font-size: 22.5px;
    }
}

@media (max-width: 393px) {
    .section02 .reason h2 {
        font-size: 20px;
    }
    
    .contents-title .highlight-lg {
        font-size: 22px;
        letter-spacing: -0.7px;
    }

	.section02 .reason .text {
        font-size: 16.5px;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        width: 90%;
    }
    .section02 .reason .text-right {
        left: 5%;
    }
    .section02 .reason .text-left {
        left: 5%;
    }

    .br-390-none.br-498 {
        display: none;
    }
    .br-390-none2 {
        display: none;
    }
    .br-390 {
        display: block;
    }
}

@media (max-width: 375px) {
    .br-375-none {
        display: none;
    }
    .br-375-none2.br-498 {
        display: none;
    }
    .br-375 {
        display: block;
    }
    .section02 .reason h2 {
        letter-spacing: -0.5px;
    }

    .contents-title .highlight-lg {
        font-size: 21.5px;
    }
}

@media (max-width: 360px) {
    .section01 .contents-title h2 {
        font-size: 26px;
    }

    .section02 .reason h2 {
        font-size: 19px;
        letter-spacing: 0;
    }
    .section02 .reason .text {
        font-size: 16px;
    }
    .highlight-lg {
        font-size: 22.5px;
    }
    .contents-title .highlight-lg {
        font-size: 20.5px;
    }

    .reason03 .list-item::before {
        width: 20px;
    }
    .reason03 .list-item {
        font-size: 16px;
        padding-left: 30px;
    }

    .br-360-none.br-498 {
        display: none;
    }
}

@media (max-width: 320px) {
    .br-320-none {
        display: none;
    }
    .br-320-none2.br-498 {
        display: none;
    }
    .br-320 {
        display: block;
    }

    .section01 {
        padding: 0.5rem 0 1rem;
    }

    .section01 .contents-title h2 {
        font-size: 25px;
    }
    .highlight .num {
        font-size: 45px;
    }

    .section02 .reason .text-right, .section02 .reason .text-left {
        top: -23px;
    }

    .section02 .reason .title-en {
        font-size: 16px;
    }
    .section02 .reason .num {
        font-size: 62px;
    }

    .section02 .reason h2 {
        font-size: 18px;
        letter-spacing: -1px;
    }
    .highlight-lg {
        font-size: 20px;
    }
    .contents-title .highlight-lg {
        font-size: 20px;
    }

    .highlight {
        letter-spacing: -1px;
    }
}