@charset "UTF-8";

#about_rin-palette{
    background: url(../images/common/bg01.png);
    padding-top: 110px;
    padding-bottom: 80px;
}
#about_rin-palette h2{
    margin-bottom: 70px;
}

#support{
    padding-top: 60px;
    padding-bottom: 60px;
}
#support h2{
    margin-bottom: 60px;
}
#support .cont01 .support_list{
    display: flex;
    justify-content: center;
}
#support .cont01 .support_list ul{
    margin-top: -4em;
}

#assist_find_way{
    background: url(../images/common/bg05.png);
    padding-top: 120px;
    padding-bottom: 150px;
    position: relative;
}
#assist_find_way:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    background: url(../images/top/img12.png) no-repeat top center;
    background-size: contain;
}
#assist_find_way h2{
    margin-bottom: 45px;
}
#assist_find_way .info{
    margin-bottom: 160px;
}
#assist_find_way .cont01{
    justify-content: space-between;
}
#assist_find_way .cont01 > div{
    width: 31%;
    padding-left: 4.5em;
    padding-bottom: 215px;
    position: relative;
}
#assist_find_way .cont01 .headline{
    position: relative;
    font-size: 20px;
    font-family: var(--fnt_fam_noto);
    font-weight: 900;
}
#assist_find_way .cont01 .headline:before{
    content: "";
    position: absolute;
    width: 3.5em;
    height: 300px;
    left: -4.5em;
    top: -2em;
    background: url(../images/top/img02.png) no-repeat right top;
    background-size: contain;
}
#assist_find_way .cont01 .headline h3{
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    background-image: linear-gradient(to right, #666, #666 4px, transparent 2px, transparent 8px);
    background-size: 9px 4px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
#assist_find_way .cont01 .headline h3 span:first-child{
    color: var(--col_orange);
    font-size: 130%;
}
#assist_find_way .cont01 .headline h3 span:last-child{
    color: var(--col_blue);
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--fnt_fam_lexend-tera);
    font-size: 90%;
    font-weight: normal;
}
#assist_find_way .cont01 .headline p{
    font-size: 110%;
    margin-bottom: 35px;
    padding-right: 1em;
}
#assist_find_way .cont01 .box02 .headline:before{
    background: url(../images/top/img03.png) no-repeat right top;
    background-size: contain;
}
#assist_find_way .cont01 .box03 .headline:before{
    background: url(../images/top/img04.png) no-repeat right top;
    background-size: contain;
}
#assist_find_way .cont01 > div picture{
    position: absolute;
    bottom: 0;
}
#assist_find_way .cont01 > div picture img{
    border-radius: 20px;
}
#assist_find_way .cont01 .txt_stl{
    margin-bottom: 50px;
    font-size: var(--fnt_size_s);
}

#one-cushion{
    background: url(../images/common/bg02.png) top center;
    background-size: 1.2em;
    padding-top: 60px;
    margin-bottom: 130px;
}
#one-cushion .contents-box_full{
    background: var(--col_white);
}
#one-cushion .contents-box.width_l{
    padding-top: 120px;
}
#one-cushion h2{
    color: var(--col_main-color);
    margin-bottom: 55px;
}
#one-cushion p{
    margin: 0 18%;
    margin-bottom: 100px;
}
#one-cushion picture img{
    width: 1120px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#activities_together{
    background: url(../images/common/bg03.png);
    padding-top: 90px;
}
#activities_together h2{
    color: var(--col_main-color);
    margin-bottom: 60px;
}
#activities_together p.info{
    margin-bottom: 100px;
}

#four_features{
    background: url(../images/common/bg04.png);
    position: relative;
    z-index: 0;
    padding-bottom: 160px;
}
#four_features .contents-box_full{
    background: url(../images/top/bg_side01.png) left top no-repeat, url(../images/top/bg_side02.png) right top no-repeat;
    padding-top: 320px;
    z-index: -1;
    position: relative;
}
#four_features .contents-box{
    max-width: 1120px;
}
#four_features h2{
    text-align: center;
    position: relative;
}
#four_features h2 img{
    width: auto;
    max-width: 80%;
    margin-right: 6em;
    margin-top: -160px;
}
#four_features h2:before{
    content: "";
    position: absolute;
    width: 720px;
    max-width: 80%;
    height: 720px;
    background: var(--col_white);
    border-radius: 50%;
    z-index: -9999;
    top: -260px;
    left: 1em;
    right: 0;
    margin: auto;
}
#four_features .txt_stl{
    background: var(--col_white);
    border-radius: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 70px;
    margin-bottom: 90px;
}
#four_features h2{
    margin-bottom: 100px;
}
#four_features .flex_box{
    flex-wrap: wrap;
}
#four_features .flex_box > div{
    width: 50%;
    position: relative;
}
#four_features .flex_box > div:first-child, #four_features .flex_box > div:nth-child(2){
    padding-bottom: 55px;
}
#four_features .flex_box > div:nth-child(3),#four_features .flex_box > div:last-child{
    padding-top: 40px;
}
#four_features .flex_box > div:first-child:after, #four_features .flex_box > div:nth-child(2):after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(../images/common/bar01.png) left center no-repeat;
    background-size: 100% 100%;
    top: auto;
    /* right: 0px; */
    left: 5px;
    margin: auto;
    bottom: -3px;
}
#four_features .flex_box > div:nth-child(2):before, #four_features .flex_box > div:nth-child(4):before{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: url(../images/common/bar02.png) center center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}
#four_features .flex_box img{
    width: 70%;
    display: block;
    margin: 0 auto;
}
#four_features .flex_box h3{
    font-family: var(--fnt_fam_noto);
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--col_blue);
    margin-bottom: 55px;
    height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#four_features .flex_box p{
    margin: 0 14%;
    font-size: var(--fnt_size_s);
}
#four_features .img_stl{
    width: auto;
    max-width: 80%;
    display: block;
    margin: auto;
}

@media screen and (max-width: 1360px) {
    #assist_find_way .contents-box.width_l{
        margin-left: 3%;
    }
    #assist_find_way .cont01 .txt_stl{
        margin-bottom: 0;
    }
    #one-cushion p{
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 1023px) {
    #support .cont01 .support_list ul {
        margin-top: 0;
    }
    
    #assist_find_way{
        padding-bottom: 0;
    }
    #assist_find_way h2.headline01{
        width: 110%;
        margin-left: -5%;
    }
    #assist_find_way .cont01{
        flex-wrap: wrap;
    }
    #assist_find_way .cont01 > div{
        width: 50%;
        margin-bottom: 120px;
        padding-bottom: 29vw;
    }
    #four_features h2:before{
        width: 60vw;
        height: 60vw;
        top: -25vw;
    }
    #four_features h2 img{
        margin-top: -15vw;
        max-width: 70%;
    }
    #four_features .flex_box h3{
        font-size: 23px;
    }
}
@media screen and (max-width: 768px) {
    #about_rin-palette{
        padding-top: 2em;
        padding-bottom: 1em;
    }
    #about_rin-palette h2{
        margin-bottom: 1em;
    }
    #support {
        padding-top: 1em;
    }
    #support h2 {
        margin-bottom: 1em;
        width: 110%;
        margin-left: -5%;
    }
    #support .cont01 .support_list{
        padding-top: 2em;
    }
    #support .cont01 .support_list ul{
        font-size: var(--fnt_size_s);
    }
    #assist_find_way{
        padding-top: 4em;
    }
    #assist_find_way:before{
        background-size: 25%;
    }
    #assist_find_way .contents-box.width_l{
        padding-left: 5%;
    }
    #assist_find_way h2 {
        margin-bottom: 1em;
    }
    #assist_find_way .info {
        margin-bottom: 6em;
    }
    #assist_find_way .cont01 > div{
        width: 100%;
        padding-bottom: 0;
        padding-left: 4em;
    }
    #assist_find_way .cont01 > div:last-child{
        margin-bottom: 4em;
    }
    #assist_find_way .cont01 .headline:before{
        width: 3em;
        left: -4em;
    }
    #assist_find_way .cont01 > div picture {
        position: static;
    }
    #assist_find_way .cont01 .txt_stl{
        margin-bottom: 2em;
    }
    #one-cushion{
        padding-top: 0;
        margin-bottom: 4em;
    }
    #one-cushion .contents-box.width_l {
        padding-top: 3em;
    }
    #one-cushion h2 {
        margin-bottom: 1em;
    }
    #one-cushion p {
        margin-bottom: 2.5em;
    }
    #activities_together{
        padding-bottom: 7em;
        padding-top: 2em;
        background-size: 16px;
    }
    #activities_together h2{
        margin-bottom: 1em;
    }
    #activities_together p.info {
        margin-bottom: 5em;
    }
    #four_features{
        padding-bottom: 7em;
    }
    #four_features .contents-box_full{
        background: transparent;
        padding-top: calc(25vw + 3em);
    }
    #four_features h2 {
        margin-bottom: 0;
    }
    #four_features .flex_box{
        flex-direction: column;
    }
    #four_features .flex_box h3{
        margin-bottom: 2em;
    }
    #four_features .flex_box > div{
        width: 100%;
        padding-bottom: 55px;
        padding-top: 40px;
    }
    #four_features .flex_box img{
        width: 80%;
    }
    #four_features .txt_stl{
        padding-bottom: 0;
        margin-bottom: 4em;
    }
    #four_features .flex_box p {
        margin: 0 5%;
    }
    #four_features h2 img{
        margin-right: 3em;
    }
    #four_features .flex_box > div:nth-child(2):before, #four_features .flex_box > div:nth-child(4):before{
        display: none;
    }
    #four_features .flex_box > div:after{
        content: "";
        position: absolute;
        width: 98%!important;
        height: 5px;
        background: url(../images/common/bar01.png) left center no-repeat;
        background-size: 100% 100%;
        top: auto;
        /* right: 0px; */
        left: 5px;
        margin: auto;
        bottom: -3px;
    }
    #four_features .flex_box > div:last-child:after{
        display: none;
    }
    #four_features .img_stl{
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #assist_find_way .cont01 .headline h3 span:first-child{
        font-size: 100%;
    }
    #assist_find_way .cont01 .headline p{
        font-size: 86%;
        margin-bottom: 1em;
    }
    #assist_find_way .cont01 > div{
        margin-bottom: 7em;
    }
    #assist_find_way .cont01 > div{
        padding-left: 3em;
    }
    #assist_find_way .cont01 .headline:before{
        width: 2.5em;
        left: -3em;
    }
    #four_features .flex_box h3 {
        font-size: 18px;
    }
    #four_features .flex_box > div:after{
        height: 3px!important;
    }
}