@font-face {
    font-family: "mplus-1p-bold";
    src: url("../fonts/mplus-1p-bold.ttf");
}


@font-face {
    font-family: "mplus-1p-heavy";
    src: url("../fonts/mplus-1p-heavy.ttf");
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: url(https://fonts.gstatic.com/s/mplusrounded1c/v22/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sPrfqk33YqOjLBxkUhdkeuqyIMwGYkDA.0.woff2) format('woff2');
}

.body-content .inner-title-top .title {
    margin: auto;
    max-width: 1090px;
    display: flex;
    align-items: center;
    min-height: 112px;
    background: #ffc946;
}

.body-content .inner-title-top .title h1 {
    font-size: 3rem;
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 0 5px rgba(7, 0, 2, .3);
}


.body-content .inner-title-top {
    background-color: #ffc946;
}

.body-content .body-in-box {
    margin: auto;
    max-width: 1090px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.body-in-box .box .lorem p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    letter-spacing: .1em;
    font-family: "mplus-1p-bold";
}

.body-in-box .box .lorem p:first-child {
    margin-bottom: 15px;
}

.body-in-box .box .lorem span.span-highlight {
    font-family: "mplus-1p-heavy";
    font-size: 1.8rem;
}

.body-box-three .lorem-top p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    letter-spacing: .1em;
    font-family: "mplus-1p-bold";
}

.body-box-three .lorem-top p:first-child {
    margin-bottom: 60px;
}

.body-box-three-top .lorem-top p:first-child {
    text-align: center;
}

.body-content .body-in-box .box-left {
    width: 47%;
}

.body-content .body-in-box .box-right {
    width: 45%;
}

.body-content-second .inner-title-top {
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: 40px;
    background: #ffa855;
    margin-top: 60px;
}

.body-content-second .inner-title-top .title {
    max-width: 1095px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}

.body-content-second .inner-title-top .title h2 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: .05em;
    position: relative;
    font-family: "mplus-1p-heavy";
}

.body-content-second .body-in-box {
    max-width: 1095px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.body-content-second .body-in-box .box-left {
    width: 46%;
}

.body-content-second .body-in-box .box-right {
    width: 45%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    justify-content: center;
}


.body-content-second .body-in-box .box-right .title-img p {
    font-size: 1.6rem;
    font-family: "mplus-1p-bold";
    margin-top: 10px;
}

.body-content-second .body-in-box .box-left .img-in-text img {
    width: 80%;
    margin-bottom: 20px;
}

.body-content-second .body-box-three {
    max-width: 1095px;
    margin: 0 auto;
    position: relative;
}

.body-content-second .body-box-three-top {
    padding: 0 75px;
}


.body-content-second .body-box-three .all-box {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 40px;
}


.body-content-second .body-box-three .lorrem-bottom {
    margin-top: 50px;
}

.body-content-second .body-box-three .lorrem-bottom p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    letter-spacing: .1em;
    font-family: "mplus-1p-bold";
}

.body-content-second .body-box-three .all-box .box {
    width: 30%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 155px;
}

.body-content-second .body-box-three .all-box .box img {
    width: 100%;
    height: 100px;
}

.body-content-second .body-box-three .all-box .box .lorem {
    height: 45px;
    display: flex;
    align-items: start;
}


.body-content-second .body-box-three .all-box .box p {
    text-align: center;
    line-height: 1.5;
    font-size: 1.6rem;
}

.body-content-second-last {
    margin-bottom: 50px;
}

.body-content-second .title-top-three .title {
    max-width: 1090px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.body-box-three-top .lorem-top p {
    display: flex;
    justify-content: center;
    color: #ffa855;
}

.body-content-second .title-top-three .title h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: .05em;
    position: relative;
    font-family: "mplus-1p-heavy";
    color: #333;
    text-align: center;
}

.body-content-three-box {
    border: 4px solid #ffc946;
    border-radius: 20px;
    max-width: 1090px;
    margin: auto;
    padding: 65px 33px 65px 33px;
    margin-top: 100px;
    margin-bottom: 85px;
}


@media (max-width: 670px) {
    .body-content-second .body-in-box {
        flex-wrap: wrap;
    }

    .body-content-second .body-in-box .box-left {
        width: 100%;
    }


    .body-content-second .body-box-three .all-box {
        flex-wrap: wrap;
        width: 100%;
    }

    .body-content-second .body-box-three .all-box .box {
        width: 100%;
        margin-bottom: 8vw;
        height: auto;
    }

    .body-in-box .box .lorem span.span-highlight {
        font-size: 3.8vw;
    }


    .body-content-second .body-box-three .all-box .box img {
        width: 100%;
        height: 25vw;
    }

    .body-content-second-last {
        margin-bottom: 0;
        padding-bottom: 10vw;
    }

    .body-content .inner-title-top .title {
        min-height: 15vw;
        padding: 2vw 5vw;
    }

    .body-content .inner-title-top .title h1 {
        font-size: 4.5vw;
    }

    .body-content .body-in-box {
        margin-top: 5vw;
        padding: 0 5vw;
        flex-wrap: wrap;
    }

    .body-content .body-in-box .box-left {
        width: 100%;
    }

    .body-content .body-in-box .box-right {
        width: 100%;
        margin-top: 5vw;
    }

    .body-content-second .inner-title-top .title h2 {
        font-size: 4vw;
        margin: 0;
    }

    .body-content-second .body-in-box .box-right {
        width: 100%;
        margin-top: 5vw;
    }

    .body-content-second .body-box-three {
        margin-top: 5vw;
        flex-wrap: wrap;
        padding: 0;
    }

    .body-content-second-last .body-box-three {
        padding: 0 5vw;
    }

    .body-box-three .lorem-top p:first-child {
        margin-bottom: 5vw;
    }

    .body-box-three .lorem-top p {
        font-size: 3.5vw;
    }

    .body-in-box .box .lorem p {
        font-size: 3.5vw;
    }


    .body-content-second .inner-title-top {
        height: 15vw;
        margin-bottom: 5vw;
        margin-top: 9vw;
    }


    .body-content-second .inner-title-top .title {
        height: auto;
        min-height: 15vw;
        margin-top: 5vw;
        padding: 0 5vw;
        margin-bottom: 5vw;
        align-items: center;
    }

    .body-content-second .body-in-box {
        margin-top: 5vw;
        padding: 0 5vw;
        flex-wrap: wrap;
    }

    .body-content-second .body-box-three .all-box .box p {
        font-size: 3.5vw;
    }

    .body-content-second .body-box-three .all-box .box:last-child {
        margin-bottom: 5vw;
    }


    .body-content-second .body-in-box .box-right .title-img p {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    .body-in-box .box .lorem p:first-child {
        margin-bottom: 2vw;
    }

    .body-content-second .title-top-three .title {
    }

    .body-content-second .title-top-three .title h2 {
        font-size: 4.2vw;
    }

    .body-box-three-top {
        margin-top: 3vw !important;
    }

    .body-content-second .body-box-three .all-box .box .lorem {
        height: auto;
    }

    .body-content-second .body-box-three .all-box {
        margin-top: 5vw;
    }

    .body-content-second .body-box-three .lorrem-bottom {
        margin-top: 0;
    }

    .body-content-second .body-box-three .lorrem-bottom p {
        font-size: 3.2vw;
    }

    .body-content-second .body-in-box .box-left .img-in-text img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .body-content-three-box {
        padding: 10vw 4vw;
        margin: 10vw 4vw 10vw 4vw;
    }



}