.mwj_profile .mwj_profile_wrapper .author-profile__image img{
    width: 100%;
    height: auto;
    aspect-ratio: 516/638;
    object-fit: cover;
}
.mwj_profile .author-profile__title{
    font-weight: 500;
    color: #3C7C80;
    font-family: 'Noto Sans JP', Sans-Serif;
    margin-bottom: 24px;
}
.mwj_profile .mwj_profile_wrapper .mwj_free_text{
    font-size: 16px;
    line-height: 32px;
    background-color: #f0f7f7;
    position: relative;
}
.mwj_profile .mwj_profile_wrapper .mwj_free_text::before,
.mwj_profile .mwj_profile_wrapper .mwj_free_text::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
}
.mwj_profile .mwj_profile_wrapper .mwj_free_text::before{
    top: 0;
    border-top: 2px solid #91bdbf;
    border-left: 2px solid #91bdbf;
    left: 0;
}
.mwj_profile .mwj_profile_wrapper .mwj_free_text::after{
    bottom: 0;
    border-bottom: 2px solid #91bdbf;
    border-right: 2px solid #91bdbf;
    right: 0;
}
.mwj_profile .mwj_profile_wrapper .mwj_free_text p{
    margin-bottom: 0;
    line-height: 32px;
}
.mwj_profile .mwj_profile_wrapper .profile_dl dt,
.mwj_profile .contact-wrapper .mail span{
    font-weight: 500;
    font-family: 'Noto Sans JP', Sans-Serif;
}
.mwj_profile .mwj_profile_wrapper .profile_dl dd a{
    text-decoration: underline;
    color: #3C7C80!important;
    word-wrap: break-word;
}
.mwj_profile .mwj_profile_wrapper .contact-wrapper{
    border: 1px solid #e6e6e6;
}
.mwj_profile .contact-wrapper .ccm-social-link-service-icon i{
    color: #4d4d4d;
    font-size: 24px;
    margin-right: 20px;
}
.mwj_profile .contact-wrapper .ccm-social-link-service-icon i:hover{
    opacity: .75;
}
.mwj_profile .contact-wrapper .mail a{
    text-decoration: underline;
    font-weight: 400;
    color: #3C7C80;
}

@media screen and (min-width: 992px){
    .mwj_profile .mwj_profile_wrapper {
        display: flex;
        justify-content: space-between;
    }
    .mwj_profile .mwj_profile_wrapper .author-profile__image{
        width: 35%;
        margin-right: 5%;
    }
    .mwj_profile .mwj_profile_wrapper .author-profile__body{
        width: 60%;
    }
    .mwj_profile .author-profile__title{
        font-size: 32px;
        line-height: 51px;
        margin-bottom: 24px;
    }
    .mwj_profile .mwj_profile_wrapper .mwj_free_text{
        padding: 40px;
        margin-bottom: 24px;
    }
    .mwj_profile .mwj_profile_wrapper .profile_dl{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
    .mwj_profile .mwj_profile_wrapper .profile_dl dt{
        border-bottom: 1px solid #91BDBF;
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 16px;
    }
    .mwj_profile .mwj_profile_wrapper .profile_dl dd{
        grid-column: span 2 / span 2;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 16px;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .mwj_profile .mwj_profile_wrapper .contact-wrapper{
        margin-top: 30px;
        margin-bottom: 60px;
        padding: 24px;
    }
    .mwj_profile .contact-wrapper .mail span{
        font-size: 16px;
        line-height: 32px;
        margin-right: 16px;
    }
    .mwj_profile .contact-wrapper .mail a{
        font-size: 16px;
        line-height: 32px;
    }
}

@media screen and (max-width: 991px){
    .mwj_profile .author-profile__title{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .mwj_profile .author-profile__body{
        margin-top: 20px;
    }
    .mwj_profile .mwj_profile_wrapper .mwj_free_text{
        padding: 30px 28px;
        margin-bottom: 20px;
    }
    .mwj_profile .mwj_profile_wrapper .profile_dl dt{
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .mwj_profile .mwj_profile_wrapper .profile_dl dd{
        font-size: 14px;
        line-height: 28px;
        border-bottom: 1px solid #91BDBF;
        padding-bottom: 12px;
    }
    .mwj_profile .mwj_profile_wrapper .contact-wrapper{
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 16px;
    }
    .mwj_profile .contact-wrapper .mail span,.mwj_profile .contact-wrapper .mail a{
        font-size: 14px;
        line-height: 28px;
        margin-right: 0;
        display: block;
    }
    .mwj_profile .contact-wrapper .mail a{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}