@charset "UTF-8";

/* ==================================================
section__staff
================================================== */
.section__staff {
    padding: 0 5.3%;
    margin-top: 73px;
    text-align: center;
}

.topic__staff__sp {
    width: 227px;
}

.topic__staff {
    position: relative;
    width: 227px;
    margin: 0 auto;
}

.topic__staff::after {
    content: '';
    width: 155px;
    height: 137px;
    display: inline-block;
    background-image: url('../images/bubble3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 79px;
    right: -69px;
}

.staff__pic {
    width: 175px;
    height: 175px;
    margin-top: 20px;
}

.staff__name1 {
    position: relative;
    margin: 11px auto 0;
    width: 64px;
    height: 23px;
}

.staff__name2 {
    font-size: 1.4rem;
}

.staff__name1::before {
    content: '';
    width: 86px;
    height: 108px;
    display: inline-block;
    background-image: url('../images/picture.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -213px;
    left: -148px;
    transform: rotate(28deg);

    animation: swing2 1s ease-in-out infinite alternate;
}

.staff__name1::after {
    content: '';
    width: 127px;
    height: 86px;
    display: inline-block;
    background-image: url('../images/fish.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    right: -145px;
    transform: rotate(18deg);

    animation: 3s fuwafuwa infinite;
}

.staff__txt1 {
    margin-top: 60px;
    text-align: left;
}

@media screen and (min-width: 769px) {
    .section__staff {
        margin-top: 105px;
    }

    .topic__staff__pc {
        width: 239px;
        margin: 0 auto;
    }

    .topic__staff::after {
        right: -200px;
    }

    .staff__pic {
        width: 390px;
        height: 390px;
        margin-top: 30px;
    }

    .staff__name1::before {
        width: 147.106px;
        height: 184.356px;
        top: -450px;
        left: -315px;
    }

    .staff__name1::after {
        width: 179.741px;
        height: 121.715px;
        top: -103px;
        right: -353px;
    }

    .staff__name1 {
        position: relative;
        margin: 30px auto 0;
        width: 72px;
        font-size: 1.8rem;
    }
    
    .staff__name2 {
        margin-top: 5px;
        font-size: 1.6rem;
    }

    .staff__txt1 {
        width: 640px;
        margin: 38px auto 0;
    }
}
/* pc 769px */


/* ==================================================
section__award
================================================== */
.section__award {
    padding: 0 11.5%;
}

.award {
    margin-top: 67px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.award__list {
    position: relative;
    margin-top: 12px;
}

.award__list::before {
    content: '';
    width: 62px;
    height: 62px;
    display: inline-block;
    background-image: url('../images/award1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -62px;
    right: -26px;
}

.award__list::after {
    content: '';
    width: 62px;
    height: 62px;
    display: inline-block;
    background-image: url('../images/award2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
    left: -26px;
}

@media screen and (min-width: 769px) {
    .award {
        margin-top: 86px;
    }

    .award__list {
        margin: 12px auto 0;
        width: 571px;
    }

    .award__list::before {
        top: -51px;
        right: -54px;
    }
    
    .award__list::after {
        bottom: -62px;
        left: -54px;
    }
}
/* pc 769px */

/* ==================================================
section__design
================================================== */
.section__design {
    padding: 0 5.3%;
    text-align: center;
}

.topic__design {
    margin: 116px auto 0;
    width: 307px;
}

.design__txt {
    margin-top: 12px;
    text-align: center;
}

.design__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.design__list1 {
    align-items: center;
}

.design__item {
    margin: 10px;
}

.design__item1,
.design__item2 {
    margin: 10px 28px;
}

.design__item1 {
    width: 87px;
    height: 105.404px;
}

.design__item2 {
    width: 87px;
    height: 88px;
}

.design__item3,
.design__item4,
.design__item5,
.design__item6 {
    width: 33%;
}


.section__design a {
    margin-top: 38px;
}

.footer {
    margin-top: 48px;
}

@media screen and (min-width: 769px) {
    .topic__design {
        margin: 153px auto 0;
        width: 295px;
    }

    .design__txt {
        margin-top: 24px;
    }
    
    .design__list1 {
        max-width: 760px;
        margin: -76px auto 0;
        justify-content: space-between;
    }

    .design__item3,
    .design__item4,
    .design__item5,
    .design__item6{
        width: 14%;
        margin: 20px 35px 0;
    }

}
/* pc 769px */