.main {
    margin: 0 auto;
}

.main-container {
    max-width: 88%;
    margin: 60px auto 0;
}

.profile-title {
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.0;
}

.profile-subtitle {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.6;
}

.wrap {
    display: block;
}

.profile-main-image_PC {
    display: none;
}

.message {
    margin: 80px 0px;
    width: 100%;
}

.profile-index {
    font-size: 1.6rem;
    line-height: 2.0;
}

.profile-index::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    display: block;
    margin-top: 50px;
}

.description {
    font-size: 1.4rem;
    margin-top: 100px;
    line-height: 2.2;
    margin-bottom: 100px;
}

.description span {
    font-size: 2.0rem;
}

.profile-page_image1_sp {
    display: block;
}

.profile-page_image1_PC {
    display: none;
}

.profile-page_image1 {
    margin-bottom: 150px;
    box-shadow: -30px 30px #f4db22;
    display: inline-block;
    position: relative;
}

.profile-page_image1::before {
    content: "";
    width: 150px;
    height: 150px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    position: absolute;
    top: -30px;
    left: 20px;
}

.profile-page_image1::after {
    content: "";
    width: 1px;
    height: 150px;
    background: #707070;
    position: absolute;
    top: -50px;
    right: 40px;
}

@media(min-width: 600px) {
    .main-container {
        max-width: 90%;
    }

    .profile-subtitle {
        margin-bottom: 50px;
    }

    .wrap {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        gap: 50px
    }

    .message {
        width: 80%;
        margin: 200px 0;
    }


    .profile-main-image_sp {
        display: none;
    }

    .profile-main-image_PC {
        display: block;
        width: 80%;
        box-shadow: 25px 25px #e6e6e6;

    }

    .profile-page_image1 {
        width: 50%;
        margin-left: 20%;
    }

    .profile-page_image1_sp {
        display: none;
    }

    .profile-page_image1_PC {
        display: block;
    }

    .sp-br {
        display: none;
    }

}

@media(min-width: 960px) {
    .profile-subtitle {
        margin-bottom: 40px;
    }

    .profile-page_image1 {
        width: 40%;
        margin-bottom: 150px;
        margin-left: 15%;
        box-shadow: -65px 45px #f4db22;
    }

    .profile-page_image1::before {
        content: "";
        width: 250px;
        height: 250px;
        top: -60px;
        left: -35px;
    }

    .profile-page_image1::after {
        content: "";
        width: 1px;
        height: 250px;
        top: 0;
        right: -70px;

    }



}

@media(min-width:1280px) {
    .main-container {
        max-width: 1280px;
    }


    .profile-main-image_PC {
        width: 70%;

    }

    .wrap {
        max-width: 1280px;
    }

}