@charset "utf-8";
/*------------------------------------------------------------
    special/welcome
------------------------------------------------------------*/
.special.welcome .btn {
    width: max-content;
    font-family: "Noto Sans JP", sans-serif;
}
.special.welcome .-txt.mail {
    color: #00BA49;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    margin-top: 2rem;
    text-align: center!important;
}
.special.welcome .-titleh3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    margin-top: 2rem;
}
@media all and (max-width: 519px) {
    .special.welcome .btn {
        width: 100%;
    }
    .pagePath li:last-of-type {
        flex-shrink: 0;
    }
}
@media all and (min-width: 520px) {
    .special.welcome .-titleh3 {
        font-size: 1.8rem;
        margin-top: 4rem;
    }
}
/* kv_area */
.special.welcome .kv_area {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bg_kv.png) no-repeat top left / cover;
    height: 48rem;
    position: relative;
    z-index: 3;
}
.special.welcome .kv_area:before {
    content: "";
    position: absolute;
    display: block;
    height: 52rem;
    width: 90%;
    top: 4rem;
    left: 5%;
    background: url(../images/kv_img.png) no-repeat top center / contain;
    z-index: 4;
    pointer-events: none;
}
.special.welcome .kv_area:after {
    content: "";
    position: absolute;
    display: block;
    height: 5rem;
    width: 100%;
    background: url(../images/bg_kv_bottom.png) repeat-x top left / 15rem;
    bottom: -5rem;
    left: 0;
}
.special.welcome .kv_area .-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.special.welcome .kv_area .-title .-txt {
    width: 44rem;
    margin: .5rem auto 0;
}
.special.welcome .kv_area .-title .-img {
    margin: 4.5rem auto 0;
    width: 50rem;
}
@media all and (max-width: 519px) {
    .special.welcome .kv_area {
        background: url(../images/bg_kv_sp.png) no-repeat top left / cover;
        height: 146vw;
    }
    .special.welcome .kv_area:before {
        height: 116%;
        width: 100%;
        top: 2vw;
        left: 0;
        background-image: url(../images/kv_img_sp.png);
    }
    .special.welcome .kv_area .-title .-img {
        width: 85%;
        margin: 12rem auto 0;
    }
    .special.welcome .kv_area .-title .-txt {
        width: 85%;
        margin-top: .5rem;
    }
}
/* -yellow */
.special.welcome .-yellow {
    background: #FFF798 url(../images/bg_yellow.png) repeat center / contain;
    position: relative;
    padding: 8rem 0 12rem;
    z-index: 2;
}
.special.welcome .-yellow:before {
    content: "";
    position: absolute;
    display: block;
    height: 5rem;
    width: 100%;
    background: url(../images/bg_yellow_bottom.png) repeat-x top left / 15rem;
    bottom: -5rem;
    left: 0;
}
.special.welcome .-yellow .content_block,
.special.welcome .-member .box {
    border: 8px solid #6cff9f;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    margin: auto;
    padding: 4.5rem 5%;
}
.special.welcome .-yellow .content_block + .content_block {
    margin-top: 4.5rem;
}
.special.welcome .-yellow .content_block > .-txt {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    margin-top: 2.5rem;
    text-align: left;
}
.special.welcome .-yellow .btn_area,
.special.welcome .-member .btn_area {
    position: relative;
    margin-top: 1rem;
    z-index: 3;
}
.special.welcome .-yellow .btn,
.special.welcome .-member .btn {
    background: #00BA48;
    height: 5rem;
    width: 100%;
}
.special.welcome .-yellow .btn:hover,
.special.welcome .-member .btn:hover {
    background: #00B11B;
}
.special.welcome .-yellow .list {
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
}
.special.welcome .-yellow .list .-link {
    display: block;
    position: relative;
}
.special.welcome .-yellow .list .-link .-hover {
    display: none;
}
.special.welcome .-yellow .list .-link:hover .-hover {
    display: block;
}
.special.welcome .-yellow .list .-link:hover .-normal {
    display: none;
}
.special.welcome .-yellow .content_block .list .-link .-txt {
    position: absolute;
    width: 100%;
    bottom: 26%;
    left: 0;
    color: #fff;
    text-align: center;
    min-height: 2em;
    font-weight: bold;
    line-height: 1.5;
    font-size: 90%;
}
.special.welcome .-yellow .-title {
    color: #00BA49;
    font-size: 2.4rem;
    font-weight: 800;
    position: relative;
    border-bottom: 2px solid #9FFB9B;
    display: inline-block;
    padding: 0 .8rem 1.2rem;
}
.special.welcome .-yellow .-title:before,
.special.welcome .-yellow .-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(../images/ball_green.png) no-repeat center / cover;
    bottom: -4.5px;
}
.special.welcome .-yellow .-title:before {
    left: -10px;
}
.special.welcome .-yellow .-title:after {
    right: -10px;
}
.special.welcome .-yellow .content_block.about {
    position: relative;
}
.special.welcome .-yellow:after {
    content: "";
    display: block;
    position: absolute;
    width: 34rem;
    height: 25.6rem;
    background: url(../images/img_footprint01.png) no-repeat center / contain;
    right: 22rem;
    bottom: -16rem;
    z-index: 5;
}
@media all and (max-width: 519px) {
    .special.welcome .-yellow {
        padding: 7rem 0 15rem;
        background-image: url(../images/bg_yellow_sp.png);
    }
    .special.welcome .-yellow:before {
        background-size: 14.5rem;
    }
    .special.welcome .-yellow:after {
        background-image: url(../images/img_footprint01_sp.png);
        width: 23rem;
        height: 21rem;
        right: 1.5rem;
        bottom: -8.5rem;
    }
    .special.welcome .-yellow .content_block,
    .special.welcome .-member .box {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-left: .8rem;
        margin-right: .8rem;
    }
    .special.welcome .-yellow .content_block > .-txt {
        margin-top: 1.7rem;
        line-height: 1.85;
    }
    .special.welcome .-yellow .content_block + .content_block {
        margin-top: 3.5rem;
    }
    .special.welcome .-yellow .list {
        flex-wrap: wrap;
        margin:  2.5rem -.5rem 0;
    }
    .special.welcome .-yellow .list li {
        width: 50%;
    }
    .special.welcome .-yellow .list li:nth-child(2) {
        margin-top: 3rem;
    }
    .special.welcome .-yellow .list li:nth-child(odd) {
        margin-top: -3rem;
    }
    .special.welcome .-yellow .list li:first-child {
        margin-top: 0;
    }
    .special.welcome .-yellow .-title {
        font-size: 1.8rem;
        width: 100%;
    }
    .special.welcome .-yellow .content_block.features {
        padding-bottom: 2.5rem;
    }
    .special.welcome .-yellow .content_block.features {
        position: relative;
    }
    .special.welcome .-yellow .content_block.features:before {
        content: "";
        display: block;
        position: absolute;
        width: 8rem;
        height: 8rem;
        background: url(../images/ball_sp.png) no-repeat center / contain;
        left: -1.5rem;
        top: -4.5rem;
    }
}
@media all and (min-width: 520px) {
    .special.welcome .-yellow .content_block.about:after {
        content: "";
        position: absolute;
        display: block;
        height: 20rem;
        width: 93%;
        background: url(../images/img_about_bottom.png) no-repeat bottom left / 100%;
        bottom: -6rem;
        left: 2%;
        pointer-events: none;
    }
    .special.welcome .-yellow .content_block.about {
        max-width: 72%;
    }
    .special.welcome .-yellow .list {
        margin: 3.5rem 2rem 0;
    }
    .special.welcome .-yellow .list .-link {
        padding: 0 .2rem;
    }
    .special.welcome .-yellow .list li:nth-child(even) {
        margin-top: 23px;
    }
    .special.welcome .-yellow .content_block.features {
        max-width: 82%;
        padding-bottom: 3rem;
    }
}
/* -border */
.special.welcome .-border {
    padding: 12rem 0 11.5rem;
    background: url(../images/bg_border.png) repeat-y center / contain;
}
.special.welcome .-border .content_block.point {
    position: relative;
    z-index: 2;
}
.special.welcome .-border .content_block.point + .point {
    margin-top: 12rem;
}
.special.welcome .-border .content_block.point:after {
    content: "";
    display: block;
    position: absolute;
    width: 12rem;
    height: 9.6rem;
    bottom: -9rem;
    z-index: 3;
}
.special.welcome .-border .content_block.point:nth-child(odd):after {
    background: url(../images/img_footprint02.png) no-repeat center / contain;
    left: 37%;
}
.special.welcome .-border .content_block.point:nth-child(even):after {
    background: url(../images/img_footprint03.png) no-repeat center / contain;
    right: 40%;
}
.special.welcome .-border .content_block.point .-title .inner {
    color: #DC010B;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 1rem;
    margin: 0 -1rem;
}
.special.welcome .-border .content_block.point .-title .-img {
    width: 14.5rem;
    display: block;
    margin: .5rem 0;
}
.special.welcome .-border .content_block.point .-title {
    position: relative;
    border-bottom: 2px solid #DC010B;
    margin: 0 1.2rem;
    line-height: 1;
}
.special.welcome .-border .content_block.point .-title:before,
.special.welcome .-border .content_block.point .-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(../images/ball_red.png) no-repeat center / cover;
    bottom: -4px;
}
.special.welcome .-border .content_block.point .-title:before {
    left: -11px;
}
.special.welcome .-border .content_block.point .-title:after {
    right: -11px;
}
.special.welcome .-border .content_block.point .-title .num {
    font-size: 8rem;
}
.special.welcome .-border .content_block.point .-title .-txt {
    font-size: 3rem;
    font-weight: 800;
}
.special.welcome .-border .content_block.point .btn {
    color: #DC010B;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 6rem;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 3rem;
    text-align: center;
}
.special.welcome .-border .content_block.point .btn:hover {
    background: rgba(220, 1, 11, .1);
}
.special.welcome .-border .content_block.point .txt_wrap > .-txt {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
    margin-top: 1.2rem;
}
.special.welcome .-border .content_block.birthday {
    background: #4FC9FF;
    position: relative;
}
.special.welcome .-border .content_block.birthday .-title {
    position: relative;
    border-bottom: 2px solid #fff;
    margin: 0 .8rem;
}
.special.welcome .-border .content_block.birthday .-title:before,
.special.welcome .-border .content_block.birthday .-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(../images/ball_white.png) no-repeat center / cover;
    bottom: -4px;
}
.special.welcome .-border .content_block.birthday .-title:before {
    left: -11px;
}
.special.welcome .-border .content_block.birthday .-title:after {
    right: -11px;
}
.special.welcome .-border .content_block.birthday .-title .en {
    width: 14rem;
}
.special.welcome .-border .content_block.birthday .-title .ja {
    width: 37.5rem;
}
.special.welcome .-border .content_block.birthday .-txt {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
    margin-top: 1.2rem;
}
.special.welcome .-border .content_block.birthday .indent_list {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 1.5rem;
}
.special.welcome .-border .content_block.birthday .btn {
    color: #4FC9FF;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 1em 3em;
    max-width: 38rem;
    margin: 3.5rem 0 0;
}
.special.welcome .-border .content_block.birthday .btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #0CA5E8;
}
.special.welcome .-border .content_block.birthday:before,
.special.welcome .-border .content_block.birthday:after {
    content: "";
    position: absolute;
    pointer-events: none;
}
@media all and (max-width: 519px) {
    .special.welcome .-border {
        background-image: url(../images/bg_border_sp.png);
        padding: 10rem 0;
    }
    .special.welcome .-border .content_block.point {
        margin-left: 1.4rem;
        margin-right: 1.4rem;
    }
    .special.welcome .-border .content_block.point:after {
        width: 7.8rem;
        height: 6rem;
        bottom: -10.2rem;
    }
    .special.welcome .-border .content_block.point:nth-child(4):after {
        bottom: -8.5rem;
    }
    .special.welcome .-border .content_block.point:nth-child(3),
    .special.welcome .-border .content_block.point:nth-child(4) {
        margin-top: 14rem;
    }
    .special.welcome .-border .content_block.point .-title {
        text-align: center;
        margin-top: 3rem;
    }
    .special.welcome .-border .content_block.point:nth-child(3) .-title,
    .special.welcome .-border .content_block.point:nth-child(4) .-title {
        margin-top: 4rem;
    }
    .special.welcome .-border .content_block.point .-title .inner {
        display: block;
        padding-bottom: 2rem;
    }
    .special.welcome .-border .content_block.point .-title .-img {
        width: 15.5rem;
        margin: auto;
        padding-right: 3rem;
    }
    .special.welcome .-border .content_block.point .-title .-txt {
        font-size: 2.4rem;
        line-height: 1.4;
        display: block;
        margin-top: 2rem;
    }
    .special.welcome .-border .content_block.point .-title .point {
        display: block;
    }
    .special.welcome .-border .content_block.point .btn {
        width: 100%;
        padding: 1.2rem 5rem;
        margin-top: 2.5rem;
    }
    .special.welcome .-border .content_block.point:nth-child(odd):after {
        left: 29%;
    }
    .special.welcome .-border .content_block.point:nth-child(5):after {
        bottom: -7.5rem;
    }
    .special.welcome .-border .content_block.point:nth-child(even):after {
        right: 30%;
    }
    .special.welcome .-border .content_block.birthday {
        margin: 15rem 0 0;
        padding: 4.5rem 1.6rem 5.5rem;
    }
    .special.welcome .-border .content_block.birthday:before {
        width: 100%;
        height: 15rem;
        top: -3rem;
        left: 0;
        background: url(../images/frame_birthday01_sp.png) no-repeat top center / 100%;
    }
    .special.welcome .-border .content_block.birthday:after {
        position: absolute;
        content: "";
        bottom: -2rem;
        right: 3rem;
        width: 10rem;
        height: 6rem;
        background: url(../images/frame_birthday02_sp.png) no-repeat center / 100%;
        pointer-events: none;
    }
    .special.welcome .-border .content_block.birthday .-img {
        width: 96%;
        margin: auto;
    }
    .special.welcome .-border .content_block.birthday .txt-wrap {
        margin-top: 3.5rem;
    }
    .special.welcome .-border .content_block.birthday .-title {
        padding-bottom: 1rem;
        margin: 3rem 1rem 0;
    }
    .special.welcome .-border .content_block.birthday .-title .sp {
        margin: 0 -0.8rem;
        display: block;
    }
    .special.welcome .-border .content_block.birthday .btn {
        height: auto;
        width: 100%;
        padding: 1.5rem;
        margin-top: 2rem;
    }
    .special.welcome .-border .content_block.birthday .-txt {
        margin-top: 1.2rem;
    }
    .special.welcome .-border .content_block.birthday .indent_list {
        margin-top: 1rem;
    }
}
@media all and (min-width: 520px) {
    .special.welcome .-border .content_block.point {
        display: flex;
        align-items: center;
    }
    .special.welcome .-border .content_block.point + .point {
        margin-top: 8rem;
    }
    .special.welcome .-border .content_block.point:nth-child(3) {
        margin-top: 10rem;
    }
    .special.welcome .-border .content_block.point:nth-child(4) {
        margin-top: 13rem;
    }
    .special.welcome .-border .content_block.point:nth-child(5) {
        margin-top: 11rem;
    }
    .special.welcome .-border .content_block.point .-title .inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .special.welcome .-border .content_block.point .-title .-txt {
        text-align: right;
        line-height: 1.4;
    }
    .special.welcome .-border .content_block.point .btn {
        height: 50px;
    }
    .special.welcome .-border .content_block.point .-img,
    .special.welcome .-border .content_block.point .txt_wrap {
        width: calc(50% - 30px);
    }
    .special.welcome .-border .content_block.point:nth-child(even) > .-img {
        order: 1;
        margin-left: 6rem;
    }
    .special.welcome .-border .content_block.point:nth-child(odd) > .-img {
        margin-right: 6rem;
    }
    .special.welcome .-border .content_block.point:nth-child(5) > .-img {
        margin-right: 3rem;
    }
    .special.welcome .-border .content_block.point:nth-child(3):after,
    .special.welcome .-border .content_block.point:nth-child(4):after {
        bottom: -11rem;
    }
    .special.welcome .-border .content_block.birthday {
        padding: 7.5rem 6% 6.5rem 5.5%;
        margin-top: 14rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .special.welcome .-border .content_block.birthday:before {
        background: url(../images/frame_birthday01.png) no-repeat top center / 100%;
        width: 104%;
        height: 20rem;
        top: -3.8rem;
        left: -2rem;
    }
    .special.welcome .-border .content_block.birthday:after {
        background: url(../images/frame_birthday02.png) no-repeat center / 100%;
        width: 16rem;
        height: 9rem;
        right: -2rem;
        bottom: -4rem;
    }
    .special.welcome .-border .content_block.birthday .-title .pc {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 -1.2rem;
    }
    .special.welcome .-border .content_block.birthday .-img {
        width: 42.5%;
        order: 1;
        margin-top: 3rem;
    }
    .special.welcome .-border .content_block.birthday .txt_wrap {
        width: 53.5%;
    }
    .special.welcome .-border .content_block.birthday .-titleh3 {
        margin-top: 3rem;
    }
}
/* -member */
.special.welcome .-member {
    background: #FFEA00 url(../images/bg_kv.png) repeat top left / contain;
    position: relative;
}
.special.welcome .-member:before {
    content: "";
    position: absolute;
    display: block;
    height: 5rem;
    width: 100%;
    background: url(../images/bg_member_top.png) repeat-x bottom left / 15rem;
    top: -5rem;
    left: 0;
}
.special.welcome .-member .-txt {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    text-align: left;
}
@media all and (max-width: 519px) {
    .special.welcome .-member {
        padding-top: 5rem;
        background-image: url(../images/bg_kv_sp.png);
    }
    .special.welcome .-member:before {
        background-image: url(../images/bg_member_top_sp.png);
    }
    .special.welcome .-member .box {
        margin: 0;
    }
    .special.welcome .-member .-img {
        width: 70%;
        margin: auto;
        padding: 4rem 0 7rem;
    }
}
@media all and (min-width: 520px) {
    .special.welcome .-member {
        padding: 3.5rem 0 7rem;
    }
    .special.welcome .-member .content_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .special.welcome .-member .-img {
        width: 39%;
        margin: 3.5rem -1rem 0 0;
    }
    .special.welcome .-member .box {
        margin: 0;
        width: 56%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .special.welcome .-member .content_block .-txt.mail {
        margin-top: 2.5rem;
    }
}
@media (min-width: 520px) and (max-width: 1247px) {
    .special.welcome .-yellow .content_block .list .-link .-txt {
        font-size: 1vw;
    }
}