@charset "UTF-8";

.ContentsItem {
    display: flex;
    justify-content: space-between;
    padding-bottom: 109px;
    border-bottom: 1px solid #fff;
}
.ContentsItem .contents-item-text {
    width: 42.3%;
}
.ContentsItem h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 35px;
}
.ContentsItem p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2em;
    letter-spacing: 0.05em;
}
.ContentsItem .contents-item-image {
    width: 48.9%;
    aspect-ratio: 618 / 412;
    overflow: hidden;
}