body {
    width: 100vw;
    overflow-x: hidden;
    background-color: #F4F4F6;
}

a:hover{
    text-decoration: none;
}

.nav-iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 550rem;
}

.footer-iframe {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.banner-img-wrap {
    width: 100vw;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.banner-mask {
    width: 100%;
}

.mb-20 {
    margin-bottom: 20rem;
}

.common-text-green {
    font-size: 40rem;
    color: #0D3C3F;
    font-weight: bold;
}

.common-text-content-green {
    font-size: 30rem;
    color: #0D3C3F;
}

.common-title-margin {
    margin-top: 20rem;
    margin-bottom: 20rem;
}

.color-white {
    color: #fff;
}

.banner-title {
    position: absolute;
    font-size: 80rem;
    font-weight: bold;
    color: #fff;
    top: 271rem;
    left: 240rem;
}


.text-content-wrap>h1 {
    text-align: center;
    font-size: 50rem;
    color: #3D3F4F;
    font-weight: bold;
    padding: 0 200rem;
    box-sizing: border-box;
}
.text-title {
    width: calc(100vw - 400rem);
    margin: 0 auto;
    text-align: center;
    font-size: var(--pc-title);
    font-weight: bold;
    padding: 50rem 0;
}

.text-title >h1 {
    font-size: 50rem;
}

.text-content {
    width: calc(100vw - 400rem);
    margin: 0 auto;
    padding: 30rem 0;
    font-size: 24rem;
}

.text-content p,
.text-content ul,
.text-content li,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6{
    margin: 0;
    padding: 0;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6{
    line-height: 60rem;
}

.text-content ul li {
    list-style: disc;
}


.text-content ul {
    padding: 0 0 0 50rem;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h5 {
    font-weight: bold;
}

.banner-mask{
    width: 100vw;
    display: block;
}
.banner-mask-mobile {
    display: none;
}

.success-modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

.success-info-wrap {
    width: 700rem;
    height: 470rem;
    border-radius: 10rem;
    background-color: #fff;
    padding: 30rem 130rem;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.success-info-wrap .success-icon {
    width: 200rem;
}

.success-info-wrap .success-title {
    font-size: 24rem;
    font-weight: 400;
}

.success-info-wrap .success-desc {
    font-size: 18rem;
    color: rgba(0, 0, 0, .45);
    text-align: center;
    margin-bottom: 0;
}

.success-info-wrap .confirm-button {
    width: 176rem;
    height: 38rem;
    border-radius: 5rem;
    background-color: #17AC64;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 20rem;
}

.footer-iframe {
    position: relative;
    display: inherit;
}

.text-content ul li, .text-content p {
    font-size: var(--pc-content);
}

.text-content h3, .text-content h3 span {
    font-size: var(--pc-title) !important;
}

:root {
    --pc-big-title: 45rem;
    --pc-biggest-title: 40rem;
    --pc-title: 35rem;
    --pc-content: 25rem;
    --mobile-big-title:35rem;
    --mobile-biggest-title: 30rem;
    --mobile-title: 120rem;
    --mobile-content: 80rem;
}

@media screen and (min-width: 846px) {
    .mb-80-pc {
        margin-bottom: 80rem;
    }

    .common-text-green-title {
        font-size: 40rem;
        color: #0D3C3F;
        font-weight: bold;
    }

    .mb-50-pc {
        margin-bottom: 50rem;
    }

    .mb-20-pc {
        margin-bottom: 20rem;
    }
}

@media screen and (max-width: 845px) {
    .nav-iframe {
        z-index: 0;
        height: 50rem;
    }

    .common-text-green {
        font-size: 15rem;
    }

    .common-text-content-green {
        font-size: 15rem;
    }

    .common-title-margin {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .common-text-green-title {
        font-size: 18rem;
        color: #0D3C3F;
        font-weight: bold;
    }

    .mb-60-mobile {
        margin-bottom: 60rem;
    }

    .mb-30-mobile {
        margin-bottom: 30rem;
    }

    .banner-title {
        font-size: 24rem;
        top: 59rem;
        left: 46rem;
    }

    .text-content-wrap>h1 {
        font-size: 20rem;
        padding: 0 20rem;
    }
    .text-title{
        width: calc(100vw - 40rem);
        font-size: var(--mobile-title);
        padding: 10rem 0;
    }
    .text-title >h1 {
        font-size: 20rem;
    }
    .text-content {
        width: calc(100vw - 40rem);
        padding: 10rem 0;
    }

    .text-content p,
    .text-content ul {
        font-size: var(--mobile-content);
    }

    .text-content ul {
        padding: 0 0 0 30rem;
    }

    .success-info-wrap {
        width: calc(100vw - 80rem);
        height: 312rem;
        border-radius: 4rem;
        background-color: #fff;
        padding: 17rem 14rem 30rem;
    }

    .success-info-wrap .success-icon {
        width: 102rem;
    }

    .success-info-wrap .success-title {
        font-size: 20rem;
        font-weight: 400;
    }

    .success-info-wrap .success-desc {
        font-size: 15rem;
    }

    .success-info-wrap .confirm-button {
        width: 114rem;
        height: 28rem;
        border-radius: 5rem;
        font-size: 15rem;
    }

    .text-content ul li, .text-content p {
        font-size: var(--mobile-content);
    }
    
    .text-content h3, .text-content h3 span {
        font-size: 20rem !important;
    }
    .text-content h1,
    .text-content h2,
    .text-content h3,
    .text-content h4,
    .text-content h5,
    .text-content h6{
        line-height: normal;
    }
}

@media screen and (max-width: 845px) {
    .banner-mask{
        display: none;
    }
    .banner-mask-mobile {
        width: 100vw;
        display: block;
    }
}