.section-01 .row {
    display: flex;
    margin-bottom: 40px;
}
.section-01 .col-1 {
    max-width: 300px;
    height: auto;
    position: relative;
    object-fit: cover;
    overflow: hidden;
}
.section-01 .col-1 img {
    max-width: 300px;
    height: auto;
    object-fit: cover;
}
.section-01 .col-2 {
    max-width: calc(100% - 300px);
}
.section-01 .col-2 p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #949494;
    margin-top: 24px;
    margin-left: 60px;
}
.section-01 .col-2 h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.025em;
    margin-left: 60px;
    margin-top: 12px;
    margin-bottom: 28px;
}
.section-01 .col-2 h2:hover {
    transition: 0.5s;
    opacity: 0.5;
}
.section-01 .col-2 .view-web {
    display: flex;
    align-items: center;
}
.section-01 .col-2 .view-web:hover {
    transition: 0.5s;
    opacity: 0.5;
}
.section-01 .col-2 .view-web-text {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.025em;
    margin-left: 60px;
}
.section-01 .col-2 .view-web-btn {
    margin-left: 12px;
    line-height: 0;
}


/* under768px */
@media (max-width: 768px) {
    .section-01 .row {
        max-width: 300px;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .section-01 .col-2 p {
        width: 300px;
        font-size: 13px;
        margin-top: 20px;
        margin-left: 0px;
    }
    .section-01 .col-2 h2 {
        width: 300px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.025em;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .section-01 .col-2 .view-web-text {
        min-width: 64px;
        font-size: 13px;
        margin-left: 0px;
    }
}