.return {
    color: #262222;
    font-size: 1rem;
    animation: blink 1s infinite alternate;
    margin-bottom: 1rem;
    /* 点滅アニメーション */
    transition: opacity 0.5s;
}

.web-link a {
    display: block;
    float: right;
    /* margin-bottom: 2rem; */
    animation: blink 1s infinite alternate;
    /* 点滅アニメーション */
    transition: opacity 0.6s;
}

.web-login-inner {
    margin-left: 1rem;
}

.work-page-2-main {
    margin-bottom: 20%;
}

.work-page-2-main img {
    width: 35%;
}

.drug img {
    width: 60%;
}

.sky-cafe img {
    width: 40%;
}

.goat img {
    width: 30%;
}

.nightpool-img {
    display: flex;
    flex-direction: column;
}

.nightpool-img img {
    width: 100%;
    margin-bottom: 2rem;
}

.work-page-2-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.work-page-2-sentence {
    margin-left: 5%;
}

.work-page-2-sentence h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.work-page-2-sentence p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.work-page-2-sentence img {
    width: 10%;
    min-width: 50px;
    margin-right: 1rem;
}