body p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.disflex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.welcome-text.disflex-between{
    gap: 40px;
}
.about-top-bg {
    background-image: url(../../resources/shashusho/img/about-img-top.png);
    position: relative;
    width: auto;
    height: 780px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
}
.about-top-bg h1.title-sub {
    font-size: 36px;
    margin: 10px 5px 10px;
    font-weight: 525;
    word-break: break-all;
    padding-top: 41px;
}
.about-top-bg .wrap-caption-top .note-text{
    margin-bottom: 36px;
    margin-top: 36px;
}
.about-top-bg .wrap-caption-top .note-text p{
    color: #1b1b1b;
    font-size: 16px;
}
.about-top-bg .wrap-caption-top-about .note-text{
    margin-bottom: 36px;
    margin-top: 36px;
}
.about-top-bg .wrap-caption-top-about .note-text p{
    color: #1b1b1b;
    font-size: 16px;
}
.link-tosca{
    color: #20707A;
}
.section-1{
    margin-bottom: 90px;
    margin-top: 90px;
}
.section-2{
    margin-bottom: 18.5em;
}
.heading-red{
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 35px;
    word-break: keep-all;
    font-weight: bold;
}
.heading-dark{
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    font-size: 35px;
    word-break: keep-all;
}
.wrap-heading-text{
    width: 60%;
    margin: auto;
    position: relative;
    padding-top: 1em;
}
.wrap-heading-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #1B1B1B;
}
.illust-recom p{
    text-align: center;
    margin-top: 8px;
}
.find-regist-btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
    margin: 30px auto;
    width: 60%;
}
.find-regist-btn .ui-button{
    width: 100%;
    /*border-radius: 5px;*/
    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(10%);
}
.about-candle{
    position: absolute;
    /* width: 25%; */
    left: -15em;
    transform: translateY(-125%);
}
.about-quilt{
    position: absolute;
    /*width: 23%;*/
    right: -15em;
    transform: translateY(-125%);
}
.about-handwoven{
    position: absolute;
    /* width: 25%; */
    left: -12em;
    transform: translateY(70%);
}
.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: 1em;
    line-height: 36px;
    color: #1B1B1B;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
}
.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: #000000;
    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: 10px;
}
.wrap-point-features h2{
    margin-bottom: 25px;
    font-size: 22px;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 525;
    line-height: 140%;
}
.text-point-desc{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.section-3{
    /*background-color: #F9D94E;*/
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}
.card-benefit{
    background: #ffffff;
    border: 1px solid #D9D9D9;
    padding: 2em;
    width: 48.5%;
    min-height: 519px;
}
.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;
    min-height: 45px;
}
.wrap-card{
    /*    display: grid;*/
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 35px;
    justify-content: center;
}
.circle-btn.yellow{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #F2CC4B;
    margin-left: 0px;
    /* margin-top: 4px; */
    background-color: #F2CC4B;
}
.circle-btn.grey{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #E7E7E7;
    margin-left: 0px;
    /*margin-top: 4px;*/
    background-color: #E7E7E7;
}
.circle-btn.black{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #1b1b1b;
    margin-left: 0px;
    /*margin-top: 4px;*/
    background-color: #1b1b1b;
}
.circle-btn .fa.fa-angle-right{
    font-size: 26px;
    /*color: #000;*/
    color: #ffffff;
    margin-left: 10px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0px;
    font-weight: 700;
}
.green-ballon-box a, .yellow-ballon-box a {
    display: flex;
    justify-content: flex-end;
    color: #EB5640;
    flex-wrap: nowrap;
    font-size: 16px;
    padding-top: 0;
}
.green-ballon-box a, .grey-ballon-box a{
    display: flex;
    justify-content: flex-end;
    color: #EB5640;
    flex-wrap: nowrap;
    font-size: 16px;
    padding-top: 0;
}
.pink-ballon-box{
    padding: 1.5em;
    background-color: #FEF2EE;
    position: relative;
}
.green-ballon-box{
    padding: 1.5em;
    background-color: #D8E9EB;
    position: relative;
    border-radius: 10px;
}
.yellow-ballon-box{
    padding: 40px;
    background-color: #F9D94E;
    position: relative;
    border-radius: 10px;
    width: 568px;
    /*height: 277px;*/
}
.grey-ballon-box{
    padding: 40px;
    background-color: #F9F9F9;
    position: relative;
    border-radius: 10px;
    width: 568px;
    /*height: 277px;*/
}
.pink-ballon-box.left-box:after{
    content: "";
    background-image: url("/resources/shashusho/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;
}
.yellow-ballon-box.left-box:after{
    content: "";
    /*background-image: url("/resources/shashusho/img/yellow-polygon.png");*/
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    right: -23px;
    top: 25%;
    transform: translateX(0px);
    z-index: 3;
}
.green-ballon-box.left-box:after{
    content: "";
    background-image: url("/resources/shashusho/img/Polygon-green.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;
}
.grey-ballon-box.right-box:before{
    content: "";
    /*background-image: url("/resources/shashusho/img/Polygon-grey.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/shashusho/img/arrow-orange.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    top: 40%;
    right: -20px;
    background-color: white;
    z-index: 3;
}
.step-regist:last-child:after{
    display: none;
}
.welcome-text-wrap{
    position: absolute;
    transform: translateY(-120%);
    padding-bottom: 1.6em;
}
.welcome-text img{
    width: 76%;
    margin: auto;
}
.welcome-text h2{
    font-size: 20px;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 525;
    line-height: 140%;
}
.welcome-text h2 span{
    font-size: 22px;
}
.pink-ballon-box.left-box p{
    margin: 1em auto;
}
.pink-ballon-box.right-box p{
    margin: 1em auto;
}
.green-ballon-box.left-box p{
    margin: 1em auto;
}
.yellow-ballon-box.left-box p{
    margin: 20px 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.grey-ballon-box.right-box p{
    margin: 20px 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.illust-recom img{
    margin: auto;
    height: 200px;
    width: 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: 100%;
    margin-bottom: 3em;
}
.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-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
}
.wrap-find-classroom .ui-button{
    font-size: 20px;
}
.button-find-classroom{
    width: 30%;
}
.section-4{
    padding-top: 0em;
    padding-bottom: 4.5em;
    background-color: #F9D94E;
    /*#D8E9EB*/
}
.section-5{
    background-color: #F9F9F9;
    padding-top: 3em;
    padding-bottom: 4.5em;
    position: relative;
}
.section-6{
    /*padding-top: 4em;*/
    padding-bottom: 5em;
    background-color: #F9F9F9;
}
.card-recommend{
    background: #ffffff;
    border: 1px solid #D9D9D9;
    padding: 2em;
}
.pre-ttl-sep{
    font-weight: normal;
    text-align: center;
    font-size: 28px;
}
.ttl-red-number{
    color: #EB5640;
    font-size: 45px;
}
.step-circle{
    width: 57px;
    border: 1px solid #EB5640;
    border-radius: 50%;
    padding: 8px;
    height: 57px;
    font-size: 13px;
    text-align: center;
    color: #EB5640;
    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;
    font-size: 20px;
}
.wrap-step-regist{
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 4em;
}
.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-style: normal;
    font-weight: 525;
    font-size: 22px;
    line-height: 32px;
}
.button-regist-asuser.ui-button{
    font-size: 20px;
    width: 38%;
    min-width: fit-content;
}
.find-regist-btn .ui-button.colorBlack {
    background: #000;
    color: #fff;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.find-regist-btn .ui-button.colorBlack:hover {
    background: #EB5640;
    border: none;
}
.wrap-regist-as-user .ui-button.colorBlack {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
}
.wrap-regist-as-user .ui-button.colorBlack:hover {
    background: #EB5640;
    border: none;
}
body button.ui-button.colorBlack.use-arrow-white::after{
    content: "";
    display: block;
    background-image: url(/resources/shashusho/img/arrow-white.png);
    position: absolute;
    transform: rotate(360deg)translateY(90%);
    top: 0%;
    width: 23px;
    background-size: contain;
    height: 16px;
    right: 10%;
}
.card-benefit img{
    margin: auto;
    width: auto;
    height: 200px;
}
.button-card .ui-button.white{
    background-color: transparent;
    border: 1px solid #707070;
    color: #1b1b1b;
}
.wrap-find-classroom .ui-button.button-find-classroom.colorBlack{
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-height: 45px;
    padding: 0;
}
.wrap-find-classroom .ui-button.button-find-classroom.colorBlack:hover{
    background: #EB5640;
    border: none;
}
body button.black:hover, body .button.black:hover, body .ui-button.black {
    background-color: #000000;
    border: unset;
    color: #FFFFFF;
}
body button.black:hover, body .button.black:hover, body .ui-button.black:hover {
    background: #EB5640;
    border: none;
}
.point-box {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    background: #FFFFFF;
}
.point-info{
    padding: 1em;
}
.point-info img{
    margin: auto;
    margin-bottom: 1em;
}
.PC-only{
    display: block;
}
.SM-only{
    display: none;
}
.color-white .sec-wrapper-idx-sm .new-home-breadcrumb {
    color: white;
    display: flex;
    gap: 45px;
    margin-top: 25px;
}
.icon-wanted .home-new {
    margin-left: 1.5em;
}
.color-white img.step-image {
    width: 121px;
    height: 109px;
}
.color-white .feature-title h1 {
    margin-top: 8px;
} 
.color-white .shashusho-desc h1 {
    text-align: left;
}
.color-white .description-paragraph h1 {
    margin-top: 100px;
}
.color-white .PC-only .banner {
    position: relative;
    top: -55px;
} 
.color-white .shashusho-desc{
    gap: 53px;
}
.border-box{
    border: 1px solid #1B1B1B;
    padding: 60px 78px;
    margin-bottom: 70px;
}
.border-box p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #000;
}
.border-box .descript{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 40px;
}
.border-box .descript-n-list{
    margin-bottom: 40px;
}
.border-box .descript-n-list ol{
    margin: 0;
    padding-inline-start: 25px;
}
.border-box .descript-n-list ol li{
    font-size: 16px;
}
.border-box .signature{
    align-items: end;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    row-gap: 20px
}
.disflex-center.card-about{
    gap: 5px;
}
.black-box{
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
    border: 1px solid transparent;
    background-color: #1b1b1b;
    color: #ffffff;
    padding-top: 17px;
    /*padding-bottom: 17px;*/
    height: auto;
    /*padding: 28px;*/
}
.black-box p{
    text-align: center;
    font-size: 18px;
}
.black-box.first-card{
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.black-box.second-card{
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.black-box.thrid-card{
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.white-box{
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #1b1b1b;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.white-box p,
.white-box a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
}
.white-box a{
    float: none;
    font-weight: 500;
    color: #20707A;
}
.card-section{
    margin-bottom: 70px;
}
.margin-right-breadcrumb {
    margin-right: -3.5em;
}
.about-explanation .title h2{
    font-size: 22px;
    margin-bottom: 10px;
}
.tab-paragraph{
    padding-left: 20px;
}

@media(max-width: 1242px){
    .card-benefit{
        width: 48%;
    }
    .find-regist-btn{
        width: 80%;
    }
}
@media(max-width: 1024px){
    .color-white .PC-only .banner {
        top: -100px;
    }
    .color-white .bg-top-recruitmentInfo h1.title-sub {
        font-size: 48px;
    }
    .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%;
    }
    .find-regist-btn{
        width: 100%;
    }
}

@media(max-width: 768px){
    .grey-ballon-box.right-box:before,
    .yellow-ballon-box.left-box:after{
        background-image: none;
    }
    .color-white .shashusho-desc{
        gap: 20px;
    }
    .color-white .description-paragraph h1 {
        margin-top: 20px;
    }
    .color-white .PC-only .banner {
        top: -200px;
    }
    .wrap-find-classroom .ui-button.button-find-classroom.colorBlack{
        padding: 1px .5em;
    }
    .button-card .ui-button.long-btn-card{
        padding: 1px 2.2em;
    }
    .button-card button.black{
        margin: .5em 0;
    }
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-size: 32px;
    }
    .card-benefit h2{
        font-size: 22px;
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #000000;
    }
    .regist-user-btn{
        padding: 5px 10px;
        height: auto;
    }
    .step-regist:nth-child(2):after{
        display: none;
    }
    .step-regist:after{
        top: 35%;
    }
    .card-benefit{
        width: 100%;
        /*47.55%;*/
        min-height: 490px;
    }
    .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: -6.5em;
        /*width: 28;*/
    }
    .about-knit{
        right: -7.5em;
        /*width: 28%;*/
    }
    .about-candle{
        left: -9em;
        /*width: 25%;*/
        transform: translateY(-78%);
    }
    .about-quilt{
        right: -9.5em;
        /*width: 23%;*/
        transform: translateY(-85%);
    }
    .about-handwoven{
        /*width: 26%;*/
        left: -7.5em;
        transform: translateY(70%);
    }
    .about-dry-flower{
        right: -7.5em;
        /*width: 22%;*/
        transform: translateY(-87%);
    }
    .welcome-text{
        display: flex;
        align-items: center;
    }
    .pink-ballon-box{
        padding: 1em;
    }
    .green-ballon-box{
        padding: 1em;
    }
    .grey-ballon-box{
        padding: 1em;
    }
    .section-3{
        padding-top: 0em;
    }
    .welcome-text img{
        width: 95%;
    }
    .section-2{
        margin-bottom: 17em;
    }
    .welcome-text-wrap{
        transform: translateY(-110%);
    }
    .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: 100%;
    }
    .button-card{
        justify-content: initial;
        display: grid;
    }
    .step-regist{
        width: 50%;
        margin-bottom: 3em;
    }
    .step-regist:nth-child(2n){
        border-right: none;
    }
    .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;
    }
    .button-card .ui-button.white {
        margin-bottom: 1em;
    }
    .wrap-step-regist{
        justify-content: space-between;
    }
    .grey-ballon-box {
        padding: 30px 20px;
        /*height: 308px;*/
    }
    .yellow-ballon-box {
        padding: 30px 20px;
        /*height: 308px;*/
    }
    .welcome-text.disflex-between {
        gap: 15px;
    }
    .circle-btn .fa.fa-angle-right {
        font-size: 20px;
        margin-left: 8px;
        margin-top: 0px;
    }
    .circle-btn.black {
        height: 23px;
        width: 23px;
    }
    .card-section .disflex-between{
        flex-wrap: wrap;
    }
}
@media(max-width: 765px){
    .card-benefit{
        width: 47%;
    }
}
@media(max-width: 40.063em){
    .grey-ballon-box.right-box:before,
    .yellow-ballon-box.left-box:after{
        background-image: none;
    }
    .border-box{
        padding: 20px;
    }
    .icon-wanted .home-new {
        margin-left: 0;
        width: 100%;
    }
    .color-white .bg-top-recruitmentInfo h1.title-sub {
        font-size: 22px;
    }
    .wrap-find-classroom .ui-button.button-find-classroom.colorBlack {
        padding: 1px 1.2em;
    }
    .button-card .ui-button.ui-button-text-icon-right .ui-button-text {
        padding: 0.429em 2em 0.429em 1em;
    }
    .find-regist-btn{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 10px;
        margin: 30px auto;
        width: 100%;
    }
    .card-benefit{
        min-height: 430px;
        padding: 1em;
    }
    .card-benefit p {
        min-height: 20px;
    }
    .PC-only{
        display: none;
    }
    .SM-only{
        display: block;
    }
    body p{
        font-size: 16px;
    }
    .illust-recom-wrap{
        margin-bottom: 3em;
    }
    .section-5  .card-benefit h2{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0.6em;
    }
    .card-benefit p{
        margin-top: 0;
    }
    .section-5 .card-benefit{
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    }
    .section-5 .card-benefit p{
        ont-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
    }
    .card-benefit.reccomend-hotel .ttl-recomend-hotel{
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 2em;
        font-weight: 525;
        align-items: center;
    }
    .ttl-recomend-hotel h1.ttl-recomend-us{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
    }
    .card-benefit.reccomend-hotel .ttl-recomend-hotel .slash-left {
        border-left: 2px solid #000;
        height: 45px;
        transform: rotate(150deg);
        margin-right: 1.5em;
    }
    .card-benefit.reccomend-hotel .ttl-recomend-hotel .slash-right {
        border-left: 2px solid #000;
        height: 45px;
        transform: rotate(25deg);
        margin-left: 1.5em;
    }
    .section-4 .reccomend-hotel .ttl-recomend-hotel
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-size: 22px;
    }
    .wrap-point-features h2{
        font-size: 18px;
    }
    .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: -17px;
        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);
    }
    .green-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);
    }
    .green-ballon-box.right-box:before{
        top: -23px;
        left: 10%;
        transform: rotate(90deg);
    }
    .grey-ballon-box.right-box:before{
        top: -30px;
        left: 46.5%;
        transform: rotate(90deg);
    }
    .pink-ballon-box.left-box{
        margin-bottom: 2em;
    }
    .pink-ballon-box.right-box{
        margin-top: 2em;
    }
    .green-ballon-box.left-box{
        margin-bottom: 2em;
    }
    .grey-ballon-box.right-box{
        margin-top: 0;
        margin-bottom: 1em;
    }
    .wrap-heading-text{
        width: 100%;
        margin-top: 0em;
        padding-top: 0;
    }
    .about-porcelain {
        transform: translateY(-78%);
        left: 30px;
        top: 1.5em;
        width: 18%;
    }
    .about-knit {
        transform: translateY(-90%);
        right: 45px;
        width: 20%;
    }
    .about-candle {
        transform: translateY(-173%);
        left: -8px;
        width: 28%;
    }
    .about-quilt {
        transform: translateY(20%);
        right: 35px;
        width: 25%;
    }
    .about-handwoven {
        transform: translateY(15%);
        left: 23px;
        width: 20%;
    }
    .about-dry-flower {
        transform: translateY(-484%);
        right: -5px;
        width: 23%;
    }
    .heading-red{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
        word-break: break-all;
        margin-top: 1.5em;
    }
    .heading-dark{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
        word-break: break-all;
    }
    .wrap-heading-text p{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
    }
    .girl_knit {
        width: 70%;
        transform: translateY(0);
        margin-left: 4.5em;
    }
    .section-1 {
        margin-top: 1em;
        margin-bottom: unset;
    }
    .wrap-point-features{
        display: grid;
        gap: 10px;
    }
    .wrap-point-features div{
        margin-bottom: 2.5em;
    }
    .welcome-text-wrap{
        position: unset;
        transform: unset;
    }
    .welcome-text{
        display: flex;
        flex-direction: column;
    }
    .welcome-text.disflex-between {
        gap: 30px;
    }
    .card-benefit{
        width: 100%;
    }
    .section-3{
        padding-top: 0em;
        margin-top: 70px;
        /*background-color: transparent;*/
        margin-bottom: 35px;
        
    }
    .section-2{
        margin-bottom: 1em;
    }
    .section-3 .background-yellow{
        background-color: #F9D94E;
        margin-top: 1.5em;
    }
    .section-3 .background-green{
        background-color: #D8E9EB;
        padding-bottom: 1.5em;
    }
    .section-4 .reccomend-hotel{
        padding: 0;
    }
    .section-4.background-yellow-SM{
        background-color: #F9D94E;
    }
    .reccomend-hotel p{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: #000000;
    }
    .reccomend-hotel.card-benefit img {
        margin: auto;
        width: auto;
        height: auto;
        margin-bottom: 1.5em;
    }
    .ttl-benefit-us{
        margin-top: 1em;
    }
    .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: auto;
    }
    .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: 0.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: center;
        display: flex;
    }
    .wrap-card {
        display: grid;
        grid-template-rows: none;
        grid-auto-flow: row;
        gap: 35px;
        justify-content: center;
    }
    .sameheight-wrap {
        display: grid;
        grid-template-columns: none;
        align-items: start;
    }
    .wrap-regist-as-user .ui-button.colorBlack {
        background: #000;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        height: 47px;
        margin: 1.5em auto 1em;
    }
    .wrap-find-classroom .ui-button.button-find-classroom.colorBlack{
        margin: 1em auto 0em;
    }
    .yellow-ballon-box.left-box:after {
        content: "";
        /*background-image: url(/resources/shashusho/img/yellow-polygon.png);*/
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        height: 32px;
        width: 32px;
        right: -23px;
        top: 99%;
        z-index: 3;
        transform: rotate(90deg)translateY(175px);
    }
    .margin-top2-SM{
        margin-top: 2em;
    }
    .button-card button.black {
        margin: 0.5em 5px;
        padding: 0em .2em;
    }
    .margin-right05{
        margin-right: .5em;
    }
    .margin-left05{
        margin-left: .5em;
    }
    .button-card .ui-button {
        width: 145px;
    }
    .button-card .ui-button.long-btn-card {
        padding: 1px .2em;
    }
    .welcome-text h2{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 18px;
        line-height: 140%;
    }
    .welcome-text h2 span {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
    }
    .yellow-ballon-box,
    .grey-ballon-box{
        width: auto;
        height: auto;
    }
    .about-top-bg h1.title-sub {
        font-size: 33px;
        max-width: 285px;
        margin: auto;
    }
}

@media(max-width: 40.063em){
    .find-regist-btn .ui-button.colorBlack{
        font-size: 15px;
    }
    .ttl-3-features, .ttl-recomend-us, .ttl-for-tc, .ttl-step-regist, .ttl-benefit-us{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
    }
    .illust-recom img {
        height: 150px;
    }
    .wrap-caption-top.about-caption-top{
        top: 17%;
    }
    .about-top-bg{
        height: 1000px;
    }

}

@media(max-width: 320px){ 
    .card-benefit {
        width: 85%;
        padding: 1em;
        margin: auto;
        min-height: 460px;
    }
    .card-benefit p {
        min-height: 20px;
    }
    .find-regist-btn .ui-button.colorBlack {
        padding: 0;
    }
}
