.news-wrap {
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (min-width: 800px) {
    .news-wrap {
        width: calc( 100% - 80px );
        max-width: 1280px;
        padding: 0 40px;
    }
}
.news-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 30px 0 15px;
}
.news-heading-cat {
    font-size: 1.2rem;
    line-height: 1.3em;
    display: inline-block;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
}
.news-heading-talentname {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.news-heading-title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.03em;
}
.news-heading-date {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #8B8B8B;
}
.news-contentandside-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
@media screen and (min-width: 800px) {
    .news-contentandside-wrap {
        margin: 0;
        flex-direction: row;
        justify-content: space-between;
    }
}
.news-content-wrap {
    width: 100%;
    padding-top: 35px;
    border-top: solid 1px #000000;
}
@media screen and (min-width: 800px) {
    .news-content-wrap {
        max-width: 700px;
    }
}
.news-content-thumb {
    width: 100%;
    height: 300px;
    margin-bottom: 35px;
}
@media screen and (min-width: 800px) {
    .news-content-thumb {
        height: 500px;
    }
}
.news-content {
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.22em;
}
.news-content p {
    overflow-wrap: break-word;
}
.news-content img {
    width: 100%;
}
.news-content a {
	color: #8E8563;
}
.news-content a:hover {
    text-decoration: underline;
}
.news-side-wrap {
    width: 100%;
}
.news-side-proflink-wrap {
    padding: 35px 0;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
@media screen and (min-width: 800px) {
    .news-side-wrap {
        width: 380px;
        min-width: 300px;
        margin-left: 30px;
    }
    .news-side-proflink-wrap {
        border-top: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
    }
}
.news-side-proflink-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.news-side-proflink {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    padding: 12px;
    background-color: #F2EFE7;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.news-side-proflink:hover {
    color: #ffffff;
    background-color: #8E8563;
}
.news-side-othernews-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 30px 0 20px;
}
@media screen and (min-width:800px) {
    .news-side-othernews-title {
        margin: 30px 0;
    }
}
.news-side-othernews-list {
    transition: filter 0.3s ease;
}
.news-side-othernews-list:hover {
    filter: brightness(90%);
}
.news-side-othernews-link {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 16px;
}
.news-side-othernews-image {
    height: 100px;
}
.news-side-othernews-image img {
    height: 90px;
    width: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.news-side-othernews-text {
    width: calc(100% - 125px);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.news-side-othernews-datecat-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.news-side-othernews-date {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #8B8B8B;
}
.news-side-othernews-cat {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
}
.news-side-othernews-talentname {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.news-side-othernews-newstitle {
    font-size: 1.3rem;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    font-weight: 400;
}
