@charset "UTF-8";

/* .bg {
    background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
    background-repeat: no-repeat;
} */

main {
    padding-top: 0;
}

.hero {
    overflow: hidden;
    padding: 110px 0 200px;
    background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
    clip-path: ellipse(133% 100% at 50% 0%);
    margin-bottom: 160px;
}

.intro {
    position: relative;
}

.intro_ttl {
    text-align: center;
    font-size: 33px;
    line-height: 70px;
    margin-bottom: 60px;
}

.intro_txt {
    font-size: 18px;
    width: 100%;
    max-width: 685px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 10;
}

.scroll {
    width: 100%;
    overflow: hidden;
}

.scroll_cnt {
    display: flex;
    width: max-content;
}

.scroll_item {
    padding-right: 22px;
    color: #fff;
    font-size: 162px;
    animation: l-scroll infinite linear 30s;
}

.scroll_item p {
    letter-spacing: 40px;
}

@keyframes l-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.img-fether {
    position: absolute;
    z-index: 0;
    mix-blend-mode: screen;
    animation-delay: 1s;
}

.img-fether.no1 {
    left: 15%;
    top: -55%;
    animation: fuwafuwa1 4s infinite linear;
}
@keyframes fuwafuwa1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.img-fether.no2 {
    right: -5%;
    top: -20%;
    animation: fuwafuwa2 5s infinite linear;
}
@keyframes fuwafuwa2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.img-fether.no3 {
    left: -8%;
    top: 80%;
    animation: fuwafuwa3 4s infinite linear;
}
@keyframes fuwafuwa3 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}


/* message */

.message {
    margin-bottom: 100px;
}

.message_body {
    padding: 170px 0 160px;
    background: linear-gradient(to right bottom, #CFEFE2, #F6F3EC);
    background-size: 77%;
    background-repeat: no-repeat;
    position: relative;
}

.message_cnt {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 115px;
    margin-bottom: 150px;
    position: relative;
    z-index: 10;
}

.message_ttl {
    font-size: 27px;
    margin-bottom: 60px;
}

.message_txt {
    font-size: 16px;
    line-height: 40px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 50px;
}

.profile .name {
    font-size: 18px;
    margin-bottom: 30px;
}

.profile .name span {
    font-size: 33px;
    margin-left: 5px;
}

.career_ttl {
    position: relative;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.career_ttl:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background-color: #D1BF91;
    transform: translateY(50%);
}

.career_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.img-fether.no4 {
    top: -7%;
    right: 14%;
}
.img-fether.no5 {
    left: -7%;
    bottom: 40%;
}


@media screen and (max-width:767px) {

    .hero {
        padding: 80px 24px 0;
        margin-bottom: 50px;
        clip-path: ellipse(250% 100% at 50% 0%);
    }

    .page_head {
        margin-top: 50px;
    }

    .pnkz {
        padding: 0;
    }

    .img-fether {
        width: 60%;
    }

    .img-fether.no1 {
        left: -25%;
        top: -26%;
    }

    .img-fether.no2 {
        right: -20%;
        top: 36%;
    }

    .img-fether.no3 {
        left: -24%;
        top: 89%;
    }
    
    .intro_ttl {
        font-size: 25px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .intro_txt {
        margin: 0 auto;
    }

    .scroll_item {
        font-size: 80px;
    }

    .scroll_item p {
        letter-spacing: 10px;
    }

    /* messgage */

    .message {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .message_body {
        background-size: 95%;
        padding: 0 0 50px;
    }

    .message_body .inner {
        padding: 0 40px 0 24px;
    }

    .message_cnt {
        flex-flow: column-reverse;
        gap: 30px;
        margin-bottom: 50px;
        padding: 250px 0 0;
    }

    .message_cnt .message_cnt_row:nth-child(2) {
        position: absolute;
        top: -20px;
        right: -24px;
        width: 60%;
    }

    .message_ttl {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .message_txt {
        line-height: 30px;
    }

    .message .img-fether {
        width: 50%;
    }

    .img-fether.no4 {
        top: 5%;
        right: 68%;
    }

    .img-fether.no5 {
        left: 53%;
        bottom: 42%;
    }

    .profile {
        flex-flow: column;
        align-items: start;
        gap: 0;
        padding-left: 0;
    }

    .profile img {
        width: 50%;
    }

    .profile .name {
        margin-bottom: 20px;
    }


}