body p{
    font-size: 15px;
}
.section-1{
    margin-bottom: 7em;
}
.section-2{
    margin-bottom: 18.5em;
}
.heading-red{
    color: #EE5E36;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 45px;
    word-break: keep-all;
    font-weight: bold;
}
.heading-dark{
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    font-size: 40px;
    word-break: keep-all;
}
.wrap-heading-text{
    width: 60%;
    margin: auto;
    position: relative;
    padding-top: 1em;
}
.wrap-heading-text p{
    font-size: 16px;
    text-align: center;
}
.illust-recom p{
    margin-top: 8px;
}
.find-regist-btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}
.find-regist-btn .ui-button{
    width: 42%;
    border-radius: 0;
    font-weight: bold;
    height: 45px;
    font-size: 17px;
}
.girl_knit{
    width: 60%;
    margin: auto;
}
.about-porcelain{
    position: absolute;
    width: 25%;
    left: -6em;
    transform: translateY(25%);
}
.about-knit{
    position: absolute;
    width: 25%;
    right: -2em;
    transform: translateY(0%);
}
.about-candle{
    position: absolute;
    width: 25%;
    left: -15em;
    transform: translateY(-145%);
}
.about-quilt{
    position: absolute;
    width: 23%;
    right: -15em;
    transform: translateY(-125%);
}
.about-handwoven{
    position: absolute;
    width: 25%;
    left: -12em;
    transform: translateY(45%);
}
.about-dry-flower{
    position: absolute;
    width: 23%;
    right: -12em;
    transform: translateY(-110%);
}
.ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist{
    text-align: center;
    margin-bottom: 1.2em;
    font-weight: revert;
    line-height: 48px;
    color: #1B1B1B;
    font-size: 40px;
}
.ttl-benefit-us{
    margin-top: 2em;
    text-align: center;
    margin-bottom: 2em;
    font-weight: revert;
    line-height: 48px;
    color: #1B1B1B;
    font-size: 40px;
}
.label-point{
    color: #ffffff;
    background-color: #FF7E51;
    padding: 4px 8px;
    width: fit-content;
    font-weight: bold;
    line-height: 1.3577;
    margin-bottom: 1em;
    font-size: 16px;
}
.many_hand, .girl-regist, .style-learn{
    margin-bottom: 26px;
}
.wrap-point-features{
    display: flex;
    gap: 45px;
}
.wrap-point-features h2{
    margin-bottom: 25px;
    font-size: 22px;
}
.text-point-desc{
    font-size: 15px;
}
.section-3{
    background-color: #F9F8F4;
    padding-top: 12em;
    padding-bottom: 4.5em;
    position: relative;
}
.card-benefit{
    background: #ffffff;
    border: 1px solid #D9D9D9;
    padding: 2em;
    width: 48.5%;
}
.button-card{
    display: flex; align-items: center; justify-content: space-evenly;
}
.button-card .ui-button{
    width: 40%;
    min-height: 45px;
    font-size: 16px;
}
.button-card .ui-button:hover{
    background-color: rgba(242, 94, 42, 1);
    border: 2px solid rgba(242, 94, 42, 1);
    color: #fff;
}
.card-benefit h2{
    margin: 1em auto;
    text-align: center;
    font-size: 28px;
}
.card-benefit p{
    margin: 2em auto;
}
.wrap-card{
    /*    display: grid;*/
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 35px;
    justify-content: center;
}
.pink-ballon-box{
    padding: 1.5em;
    background-color: #FEF2EE;
    position: relative;
}
.pink-ballon-box.left-box:after{
    content: "";
    background-image: url("/resources/handmate/img/arrow-right-pink.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    right: -23px;
    top: 25%;
    transform: translateX(0px);
    z-index: 3;
}
.pink-ballon-box.right-box:before{
    content: "";
    background-image: url("/resources/handmate/img/arrow-left-pink.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    left: -23px;
    top: 25%;
    transform: translateX(0px);
    z-index: 3;
}
.step-regist:after{
    content: "";
    background-image: url("/resources/handmate/img/arrow-orange.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    top: 45%;
    right: -21px;
    background-color: white;
    z-index: 3;
}
.step-regist:last-child:after{
    display: none;
}
.welcome-text-wrap{
    position: absolute;
    transform: translateY(-110%);
}
.welcome-text img{
    width: 76%;
    margin: auto;
}
.welcome-text h2{
    font-size: 20px;
}
.welcome-text h2 span{
    font-size: 28px;
}
.pink-ballon-box.left-box p{
    margin: 1em auto;
}
.pink-ballon-box.right-box p{
    margin: 1em auto;
}
.illust-recom img{
    margin: auto;
}
.illust-recom{
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-right: 1px solid #BABABA;
}
.illust-recom:last-child{
    border-right: 0;
}
.illust-recom-wrap{
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    width: calc(100% + 68px);
    margin-left: -34px;
    margin-bottom: 7em;
}
.wrap-find-classroom{
    display: flex;
    align-items: center;
    margin: auto;
    float: none;
    justify-content: space-evenly;
    border: 1px solid #AAAAAA;
    padding: 1.5em 1em;
    /*    font-size: 20px;*/
    font-weight: 400;
}
.wrap-find-classroom p{
    font-size: 25px;
}
.wrap-find-classroom .ui-button{
    font-size: 20px;
}
.button-find-classroom{
    width: 40%;
}
.section-4{
    padding-top: 4em;
    padding-bottom: 4.5em;
}
.section-5{
    background-color: #F9F8F4;
    padding-top: 4em;
    padding-bottom: 4.5em;
    position: relative;
}
.section-6{
    padding-top: 4em;
    padding-bottom: 5em;
}
.pre-ttl-sep{
    font-weight: normal;
    text-align: center;
    font-size: 28px;
}
.ttl-red-number{
    color: #EE5E36;
    font-size: 45px;
}
.step-circle{
    width: 57px;
    border: 1px solid #F25E2A;
    border-radius: 50%;
    padding: 8px;
    height: 57px;
    font-size: 14px;
    text-align: center;
    color: #F25E2A;
    font-weight: bold;
    line-height: 20px;
    margin-right: 1em;
}
.step-circle span{
    font-size: 20px;
}
.step-regist{
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-right: 1px solid #D9D9D9;
}
.step-regist:last-child{
    border-right: 0;
}
.ttl-step-item{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.step-regist h3{
    font-weight: normal;
}
.wrap-step-regist{
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 7em;
}
.wrap-regist-as-user{
    display: flex;
    align-items: center;
    margin: auto;
    float: none;
    justify-content: space-evenly;
    border: 1px solid #AAAAAA;
    padding: 0.6em 1em;
    font-size: 20px;
    font-weight: 400;
}
.wrap-regist-as-user p{
    font-size: 25px;
}
.button-regist-asuser.ui-button{
    font-size: 20px;
    width: 38%;
    min-width: fit-content;
}
@media(max-width: 1242px){
    .card-benefit{
        width: 48%;
    }
}
@media(max-width: 1024px){
    .heading-dark{
        font-size: 35px;
    }
    .heading-red{
        font-size: 38px;
    }
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-size: 38px;
    }
    .ttl-benefit-us{
        margin-top: 1em;
    }
    .button-card .ui-button{
        font-size: 15px;
    }
    .button-card .ui-button.long-btn-card{
        padding: 6px 19px;
        height: auto;
    }
    .wrap-heading-text{
        padding-top: 2em;
    }
    .section-1{
        margin-bottom: 4em;
    }
    /*    .card-benefit{
            width: 48.175%;
        }*/
    /*    .wrap-find-classroom{
            width: 60%;
        }*/
    .wrap-regist-as-user p{
        font-size: 22px;
    }
    .button-regist-asuser.ui-button{
        font-size: 22px;
        width: 40%;
    }
}

@media(max-width: 934px){
    .card-benefit{
        width: 47%;
    }
}

@media(max-width: 768px){
    .button-card .ui-button.long-btn-card{
        padding: 6px 9px;
    }
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-size: 32px;
    }
    .card-benefit h2{
        font-size: 22px;
    }
    .wrap-find-classroom p{
        font-size: 21px;
    }
    .regist-user-btn{
        padding: 5px 10px;
        height: auto;
    }
    .step-regist:nth-child(2):after{
        display: none;
    }
    .step-regist:after{
        top: 35%;
    }
    .card-benefit{
        width: 47.55%;
    }
    .wrap-heading-text{
        width: 65%;
    }
    .heading-red{
        font-size: 32px;
    }
    .heading-dark{
        font-size: 30px;
    }
    .wrap-heading-text p{
        font-size: inherit;
    }
    .about-porcelain{
        left: -5.5em;
        width: 28%;
    }
    .about-knit{
        right: -5.5em;
        width: 28%;
    }
    .about-candle{
        left: -9em;
        width: 26%;
    }
    .about-quilt{
        right: -9em;
        width: 23%;
    }
    .about-handwoven{
        width: 26%;
        left: -8em;
    }
    .about-dry-flower{
        right: -7em;
        width: 23%;
    }
    .welcome-text{
        display: flex;
        align-items: center;
    }
    .pink-ballon-box{
        padding: 1em;
    }
    .section-3{
        padding-top: 17em;
    }
    .welcome-text img{
        width: 95%;
    }
    .section-2{
        margin-bottom: 17em;
    }
    .welcome-text-wrap{
        transform: translateY(-100%);
    }
    .ttl-3-features, .ttl-benefit-us, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist{
        margin-bottom: 1em;
    }
    .wrap-find-classroom{
        width: 70%;
        justify-content: space-between;
    }
    .button-card .ui-button{
        width: 45%;
    }
    .button-card{
        justify-content: space-around;
    }
    .step-regist{
        width: 50%;
        margin-bottom: 3em;
    }
    .wrap-regist-as-user p{
        font-size: 20px;
    }
    .button-regist-asuser.ui-button{
        font-size: 20px;
    }
    .wrap-regist-as-user{
        width: 85%;
        justify-content: space-between;
    }
}
@media(max-width: 765px){
    .card-benefit{
        width: 47%;
    }
}
@media(max-width: 40.063em){
    body p{
        font-size: 14px;
    }
    .illust-recom-wrap{
        margin-bottom: 3em;
    }
    .card-benefit h2{
        font-size: 18px;
        margin-bottom: 0.6em;
    }
    .card-benefit p{
        margin-top: 0;
    }
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-size: 22px;
    }
    .wrap-point-features h2{
        font-size: 20px;
    }
    .pre-ttl-sep{
        font-size: 23px;
    }
    .ttl-red-number{
        font-size: 25px;
    }
    .illust-recom:last-child{
        margin-bottom: 0;
    }
    .step-regist:last-child{
        border-bottom: none;
        padding-bottom: .5em;
    }
    .step-regist:after{
        bottom: -21px;
        top: unset;
        left: 46%;
        transform: rotate(90deg);
    }
    .step-regist:nth-child(2):after{
        display: block;
    }
    .pink-ballon-box.left-box:after{
        top: unset;
        bottom: -9%;
        right: unset;
        transform: rotate(90deg);
    }
    .pink-ballon-box.right-box:before{
        top: -23px;
        left: 10%;
        transform: rotate(90deg);
    }
    .pink-ballon-box.left-box{
        margin-bottom: 2em;
    }
    .pink-ballon-box.right-box{
        margin-top: 2em;
    }
    .wrap-heading-text{
        width: 100%;
        margin-top: 4.5em;
    }
    .about-porcelain{
        transform: translateY(-90%);
        left: 30px;
    }
    .about-knit{
        transform: translateY(-115%);
        right: 45px;
    }
    .about-candle{
        transform: translateY(-205%);
        left: 0;
    }
    .about-quilt{
        transform: translateY(-200%);
        right: 0;
    }
    .about-handwoven{
        transform: translateY(15%);
        left: 30px;
    }
    .about-dry-flower{
        transform: translateY(-305%);
        right: 45px;
    }
    .heading-red{
        font-size: 23px; 
        word-break: break-all;
        margin-top: 4.5em;
    }
    .heading-dark{
        font-size: 23px; 
        word-break: break-all;
    }
    .girl_knit{
        width: 60%;
    }
    .wrap-point-features{
        display: block;
    }
    .wrap-point-features div{
        margin-bottom: 2.5em;
    }
    .welcome-text-wrap{
        position: unset;
        transform: unset;
    }
    .welcome-text{
        display: block;
    }
    .card-benefit{
        width: 100%;
    }
    .section-3{
        padding-top: 3em;
    }
    .section-2{
        margin-bottom: 1em;
    }
    .ttl-benefit-us{
        margin-top: 2.5em;
    }
    .illust-recom{
        margin-bottom: 2em;
    }
    .wrap-find-classroom{
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
        padding: 1em;
    }
    .wrap-find-classroom .button-find-classroom{
        margin-top: .5em;
        width: 60%;
    }
    .wrap-find-classroom p{
        font-size: 18px;
    }
    .step-regist{
        width: 100%;
        border-bottom: 1px solid #D9D9D9;
        padding: 0 0 2em 0;
        margin: 0 1.5em 2em 1.5em;
        border-right: 0;
    }
    .wrap-step-regist{
        margin-bottom: 4.5em;
    }
    .wrap-regist-as-user{
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: .5em;
    }
    .wrap-regist-as-user p{
        font-size: 17px;
    }
    .wrap-find-classroom .ui-button{
        font-size: 16px;
    }
    .wrap-find-classroom .ui-button{
         font-size: 16px;
    }
    .button-regist-asuser.ui-button{
        font-size: 18px;
        margin-top: .5em;
        width: 75%;
    }
    .button-card {
        justify-content: space-around;
    }
}

@media(max-width: 40.063em){
    .about-dry-flower{
        transform: translateY(-495%);
    }
    .find-regist-btn .ui-button{
        width: 47%;
    }
    .find-regist-btn .ui-button{
        font-size: 15px;
    }
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-size: 20px;
    }
}