#lp1-contents{
    margin: 0;
    padding: 0;
}
#lp1-contents header{
    margin: 0;
    padding: 35.77px 0 8px 0;
    box-shadow: 1px 1px 14px #7b7b7b;
    position: relative;
}
#lp1-contents header div{
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
#lp1-contents header h1{
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: normal;
}
#lp1-contents header img{
    width: 276px;
}
#lp1-contents main{
    margin: 0;
    padding: 0;
    position: relative;
}
#lp1-contents main .register-button{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 460px;
    height: clamp(50px, 7.766vw, 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    font-size: clamp(1.8rem, 2.33vw, 2.4rem);
    border-radius: 6px;
    line-height: 1;
    position: relative;
}
#lp1-contents main h2.style1{
    margin: 100px auto 50px;
    padding: 20px 0;
    width: 100%;
    max-width: 530px;
    font-size: 2.9rem;
    font-weight: normal;
    border: 2px solid #333;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px rgb(175 175 175 / 90%);
    background-color: #fff;
    line-height: 1.1;
    position: relative;
}
#lp1-contents main h2.style1::before,
#lp1-contents main h2.style1::after{
    content: '';
    margin: auto;
    padding: 0;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
}
#lp1-contents main h2.style1::before{
    width: 26px;
    height: 12px;
    background-color: #fff;
    bottom: -11px;
    z-index: 2;
}
#lp1-contents main h2.style1::after{
    width: 28px;
    height: 14px;
    background-color: #333;
    bottom: -14px;
    z-index: 1;
}
#lp1-contents main h2.style2{
    margin: 0;
    padding: 50px 0;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 2.4rem;
}
#lp1-contents main h2.style2::after{
    content: '';
    margin: 5px auto 0;
    padding: 0;
    width: 45px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#lp1-contents main .register-button::after{
    content: '';
    margin: auto;
    padding: 0;
    display: inline-block;
    width: clamp(10px, 1.553vw, 16px);
    height: clamp(10px, 1.553vw, 16px);
    border-width: 2px;
    border-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}
#lp1-contents main .inner{
    margin: 0 auto;
    padding: 0 15px 150px;
    width: 100%;
    max-width: 1170px;
    box-sizing: border-box;
}
#lp1-contents main .appeal-contents{
    margin: 0;
    padding: 0;
    position: relative;
}
#lp1-contents main .appeal-contents::before{
    content: '';
    margin: 0;
    padding: 0;
    width: 100%;
    height: clamp(100px, 50.485vw, 520px);
    background-image: url('/front/images/lp1/appeal-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
}
#lp1-contents main .appeal-contents .appeal-contents-inner{
    margin: 0;
    padding: 0 15px;
    height: clamp(100px, 50.485vw, 520px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
#lp1-contents main .appeal-contents .appeal-contents-inner h2,
#lp1-contents main .appeal-contents .appeal-contents-inner div{
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 3px #fff;
    line-height: 1.6;
    font-weight: normal;
}
#lp1-contents main .appeal-contents .appeal-contents-inner h2{
    font-size: clamp(2.2rem, 3.98vw, 4.1rem);
}
#lp1-contents main .appeal-contents .appeal-contents-inner div{
    font-size: clamp(1.7rem, 2.33vw, 2.4rem);
}
#lp1-contents main .appeal-contents .appeal-contents-inner span{
    color: #e54242;
    font-size: clamp(2.4rem, 3.1vw, 3.2rem);
}
#lp1-contents main .appeal-contents .appeal-contents-inner .register-button{
    margin: 35px auto 20px;
}
#lp1-contents main .why-choose{
    background-image: url('/front/images/lp1/dots-background.png');
    background-repeat: repeat;
}
#lp1-contents main .why-choose h3{
    margin: 80px auto;
    padding: 0 0 24px 0;
    width: 100%;
    max-width: 250px;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background-image: repeating-linear-gradient(-45deg, #63A745, #63A745 1px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: bottom;
}
#lp1-contents main .why-choose .point{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 50px;
}
#lp1-contents main .why-choose .point dl{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#lp1-contents main .why-choose .point dl dt{
    margin: 0 auto;
    padding: 25px 0 0 0;
    width: 90px;
    height: 90px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    -webkit-mask-image: url('/front/images/lp1/why-choose-point-background.svg');
    mask-image: url('/front/images/lp1/why-choose-point-background.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    line-height: 1.1;
}
#lp1-contents main .why-choose .point dl:nth-child(1) dt{
    background-color: #E54242;
}
#lp1-contents main .why-choose .point dl:nth-child(2) dt{
    background-color: #7DA4CD;
}
#lp1-contents main .why-choose .point dl dt span{
    display: block;
    font-size: 3.0rem;
}
#lp1-contents main .why-choose .point dl dd{
    margin: 0;
    padding: 0;
    text-align: center;
}
#lp1-contents main .why-choose .point dl dd img{
    width: 250px;
}
#lp1-contents main .why-choose .point dl dd div{
    font-size: 1.7rem;
}
#lp1-contents main .why-choose .point dl:nth-child(1) dd div:nth-of-type(1){
    color: #e54242;
    font-size: 2.4rem;
}
#lp1-contents main .why-choose .point dl:nth-child(2) dd div:nth-of-type(1){
    color: #7da4cd;
    font-size: 2.4rem;
}

#lp1-contents main .why-choose .high-price{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    gap: 8px;
}
#lp1-contents main .why-choose .high-price dl{
    margin: 0;
    padding: 0;
    width: 44%;
    font-size: 1.7rem;
}
#lp1-contents main .why-choose .high-price dl dt{
    margin: 0;
    padding: 0;
    text-align: center;
}
#lp1-contents main .why-choose .high-price dl dt img{
    margin: 0 0 20px 0;
    width: 70px;
}
#lp1-contents main .why-choose .high-price dl dd{
    margin: 0;
    padding: 0;
    text-align: center;
}
#lp1-contents main .why-choose .high-price dl:nth-of-type(2) dd{
    margin-top: 30px;
    padding: 5.5px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1ae2d;
    color: #fff;
    border-radius: 10px;
    font-size: 1.8rem;
}
#lp1-contents main .why-choose .high-price dl:nth-of-type(2) dd span{
    margin: 0 0 0 16px;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
}
#lp1-contents main .why-choose .high-price .why-icon{
    margin: 16px auto 0;
    padding: 0;
    width: 75px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    background-color: #F1AE2D;
    color: #fff;
    font-size: 1.7rem;
}

#lp1-contents main .why-choose .system{
    margin: 0 0 100px 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    gap: 15px;
}
#lp1-contents main .why-choose .system dl{
    margin: 0;
    padding: 0;
    width: 33.33333333%;
}
#lp1-contents main .why-choose .system dl dt{
    margin: 0 auto 34px;
    padding: 16px 0 0 0;
    width: 73px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    -webkit-mask-image: url('/front/images/lp1/why-choose-system-background.svg');
    mask-image: url('/front/images/lp1/why-choose-system-background.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    line-height: 1.1;
}
#lp1-contents main .why-choose .system dl:nth-child(1) dt{
    background-color: #F1AE2D;
}
#lp1-contents main .why-choose .system dl:nth-child(2) dt{
    background-color: #7DA4CD;
}
#lp1-contents main .why-choose .system dl:nth-child(3) dt{
    background-color: #A3722D;
}
#lp1-contents main .why-choose .system dl dd{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.7rem;
}

#lp1-contents main .item{
    margin: 0;
    padding: 0;
    background-image: url('/front/images/lp1/item-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#lp1-contents main .item h2.style2::after{
    background-image: url('/front/images/lp1/item-title-illustration.svg');
}
#lp1-contents main .item .list{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 20px;
}
#lp1-contents main .item .list dl{
    margin: 0;
    padding: 15px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    box-sizing: border-box;
}
#lp1-contents main .item .list dl dt{
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #e54242;
}
#lp1-contents main .item .list dl dd{
    margin: 0;
    padding: 0;
}
#lp1-contents main .item .list dl dd table{
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    border-collapse: collapse;
}
#lp1-contents main .item .list dl dd table th{
    padding: 0 16px 4px 0;
    width: 1%;
    background: none;
    font-weight: 500;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
}
#lp1-contents main .item .list dl dd table td{
    padding: 0 0 4px 0;
    background: none;
    font-weight: normal;
    text-align: left;
}

#lp1-contents main .environment{
    margin: 0;
    padding: 0;
    background-color: #7da4cd;
}
#lp1-contents main .environment h2.style2::after{
    background-image: url('/front/images/lp1/environment-title-illustration.svg');
}
#lp1-contents main .environment table{
    margin: 0;
    padding: 0;
    color: #fff;
    border-collapse: collapse;
    font-size: 1.4rem;
}
#lp1-contents main .environment table tr:not(:last-child){
    border-bottom: 1px solid #bdd1e6
}
#lp1-contents main .environment table th{
    padding: 20px 16px 20px 0;
    width: 1%;
    font-weight: normal;
    vertical-align: top;
    background: none;
    color: #e0e0e0;
    white-space: nowrap;
}
#lp1-contents main .environment table td{
    padding: 20px 0;
    background: none;
}
#lp1-contents main .environment table td ul{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
}
#lp1-contents main .environment table td ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#lp1-contents main .project-participation{
    background-image: url('/front/images/lp1/dots-background.png');
    background-repeat: repeat;
}
#lp1-contents main .project-participation .flow{
    margin: 0 0 100px 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    gap: 16px;
}
#lp1-contents main .project-participation .flow dl{
    margin: 0;
    padding: 0;
    width: 22%;
    position: relative;
}
#lp1-contents main .project-participation .flow dl:not(:last-child)::after{
    content: '';
    margin: auto;
    padding: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-top-color: #41a227;
    border-right-color: #41a227;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
}
#lp1-contents main .project-participation .flow dl dt{
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
}
#lp1-contents main .project-participation .flow dl dt::before{
    content: '';
    margin: 0 auto 20px;
    padding: 0;
    width: 76px;
    height: 76px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#lp1-contents main .project-participation .flow dl:nth-of-type(1) dt::before{
    background-image: url('/front/images/lp1/project-participation-flow1-illustration.svg');
}
#lp1-contents main .project-participation .flow dl:nth-of-type(2) dt::before{
    background-image: url('/front/images/lp1/project-participation-flow2-illustration.svg');
}
#lp1-contents main .project-participation .flow dl:nth-of-type(3) dt::before{
    background-image: url('/front/images/lp1/project-participation-flow3-illustration.svg');
}
#lp1-contents main .project-participation .flow dl:nth-of-type(4) dt::before{
    background-image: url('/front/images/lp1/project-participation-flow4-illustration.svg');
}
#lp1-contents main .project-participation .flow dl dd{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.7rem;
}

#lp1-contents footer{
    margin: 0;
    padding: 13px 0;
    text-align: center;
    background-color: #d2d2d2;
    position: relative;
}
#lp1-contents footer small{
    line-height: 1;
    font-size: 1.2rem;
}

#lp1-contents .page-top-button{
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    display: none;
    background-color: #e0e0e0;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    bottom: 58px;
    right: 8px;
    z-index: 99;
}
#lp1-contents .page-top-button::before{
    content: '';
    margin: auto;
    padding: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-width: 3px;
    border-style: solid;
    border-top-color: #000;
    border-right-color: #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 725px) {
    #lp1-contents main .register-button{
        max-width: none;
    }
    #lp1-contents main h2.style1{
        margin-top: 20px;
        padding: 10px 0;
        max-width: none;
        font-size: 2.5rem;
    }
    #lp1-contents main .appeal-contents::before{
        display: block;
        position: inherit;
    }
    #lp1-contents main .appeal-contents .appeal-contents-inner{
        margin: 16px 0 0;
        height: auto;
    }
    #lp1-contents main .why-choose .point{
        flex-direction: column;
    }
    #lp1-contents main .why-choose .high-price{
        flex-direction: column;
    }
    #lp1-contents main .why-choose .high-price dl{
        margin: 0 auto;
        width: 90%;
    }
    #lp1-contents main .why-choose .high-price .why-icon{
        clip-path: polygon(85% 0%, 85% 60%, 100% 60%, 50% 100%, 0 60%, 15% 60%, 15% 0);
    }
    #lp1-contents main .why-choose .system{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    #lp1-contents main .why-choose .system dl{
        width: 90%;
    }
    #lp1-contents main .why-choose .system dl dt{
        margin-bottom: 0;
    }
    #lp1-contents main .item .list{
        grid-template-columns: 1fr;
    }
    #lp1-contents main .project-participation .flow{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    #lp1-contents main .project-participation .flow dl{
        width: 100%;
    }
    #lp1-contents main .project-participation .flow dl:not(:last-child)::after{
        transform: rotate(135deg);
        border-width: 4px;
        top: auto;
        bottom: -28px;
        right: 0;
        left: 0;
    }
}