@media screen and (max-width:767px) {
    .wrapper {
        width: 85%;
    }

    h2.page-title {
        font-size: 60px;
        transform: translate(-1px, 10px);
        line-height: 1;
    }

    .main-visual-section .wrapper {
        height: 200px;
        width: 100vw;
    }

    /*--------------------------------------------------------------
# TOP
--------------------------------------------------------------*/
    .page-top-section .wrapper {
        flex-direction: column;
        padding: 80px 0;
    }

    .page-top-content {
        width: 100%;
        padding: 0;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h3::after {
        margin-top: 15px;
    }

    .page-top-img img {
        transform: none;
    }

    /*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/

    .wrapper {
        padding: 80px 0;
    }

    .profile-section .wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .profile-section img {
        width: 100%;
    }

    .profile-content {
        width: 100%;
    }

    p.profile-name {
        font-size: 18px;
    }

    .profile-name span {
        font-size: 25px;
    }

    /*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/

    .access-section .wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .access-section h3 {
        margin-bottom: 15px;
    }

    .access-content {
        width: 100%;
    }

    .access-section table tr td {
        display: block;
        width: 100%;
        padding: 5px;
        border-bottom: none;
        font-size: 14px;
    }

    .access-section table tr {
        padding-bottom: 10px;
    }

    .access-section table tr:first-child td:nth-child(2) {
        border-top: none;
        margin-bottom: 20px;
    }

    .map {
        width: 100%;
    }

    /*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
    .about .media-section .wrapper {
        width: 90vw;
    }

    .about .media-section .media-content-wrap {
        gap: 2%;
    }

    .media-section .media-content-wrap .media-content {
        width: 49%;
        margin-bottom: 20px;
    }

    .media-content-area {
        padding: 20px 10px;
    }

    h3.title-center {
        margin-bottom: 30px;
    }

    .about .media-section .date {
        margin: 0 0 10px 0;
    }

    .media-content-wrap .media-title {
        font-size: 12px;
    }
}