.carousel-top {
    width: 66%;
    max-width: 66%;
    margin: 40px auto;
}

.no-sidebar .content .main {
    padding: 0;
    background-color: #fff;
}
.slick-slider {
    overflow: hidden;
}
.slick-slide img {
    width: 100%;
}
.slick-slide a:hover {
    opacity: 1;
}
#main .slick-prev img,
#main .slick-next img{
    opacity: .7;
    width: 40px;
    height: 40px;
    position: relative;
    top: -20px;
}
#main .slick-prev {
    left: 15px;
    z-index: 1;
}
#main .slick-next {
    right: 15px;
    z-index: 1;
}
#main .slick-next img {
    transform: scaleX(-1);
}
#main .slick-prev:before,
#main .slick-next:before {
    content: "";
}
.sd {
    font-size: 24px;
}

ul.slick-dots {
    padding: 5px;
    bottom: 30px;
}

.content-wrap section {
    margin-bottom: 80px;
}

.searchform {
    display: flex;
    align-items: center;
    align-items: stretch;
}

.searchform input[type="text"] {
    width: calc(90% - 10px);
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #323232;
    background-color: #fff;
}

.searchform button {
    margin-left: 10px;
    background-color: #323232;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 10%;
    min-width: 70px;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    text-align: center;
}

.content-wrap h2.line-title {
    font-size: 1.6rem;
    padding: 0 0 30px;
    color: #323232;
}
.content-wrap h2.line-title {
    padding: 0 0 10px;
    margin: 0 0 34px;
    border-bottom: 1px solid #323232;
}

h3 {
    text-align: left;
}

.large-post {
    display: flex;
    align-items: stretch;
    gap: 35px;
    margin-bottom: 80px;
}

.large-post .btn-1 {
    margin-left: auto;
}

.large-post-content {
    width: calc(34% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.large-post-content-top h3{
    margin: 2px 0 30px;
    letter-spacing: .4px;
}

.large-post-thumbnail {
    width:calc(66% + 20px);
    text-align: right;
}

.large-post-thumbnail img {
    width: 100%;
}

.posts-grid {
    display: flex;
    gap: 35px;
}

.latest-post {
    flex: 1;
    text-align: center;
    color: #323232;
}
.latest-post a {
    color: #323232;
}
.latest-post img {
    max-width: 100%;
    height: auto;
}
#career-advice .large-post {
    margin-bottom: 90px;
}
.more-posts {
    text-align: center;
    margin-top: 20px;
}
section h3{
    margin: 20px 0;
}
section p{
    text-align: left;
    margin-bottom: 60px;
    letter-spacing: .2px;
}
section .ranking-post p {
    margin-bottom: 0;
}
.ranking-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: -2px 0 30px;
}
.ranking-post {
    display: flex;
    flex: 1;
    align-items: stretch;
    border-bottom: 1px solid #323232;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ranking-post:last-child {
    border-bottom: none;
}
.ranking-post-thumbnail {
    margin-right: 20px;
    flex: 2;
}
.ranking-post-content {
    flex: 3;
}
.ranking-post-content h3 {
    margin: 0 0 5px;
    font-size: .86rem;
    position: relative;
    top: -4px;
}
.ranking-post-thumbnail {
    flex: 1;
}
.ranking-post-content {
    flex: 2;
}
.no-thumbnail {
    background: linear-gradient(45deg, #f3e3d1, #f3e6e4);
    width: 100%;
    padding-bottom: 56%;
    position: relative;
}

.no-thumbnail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ranking-post .no-thumbnail{
    height: auto;
}

.ranking-post .ranking-post-thumbnail {
    position: relative;
}

.ranking-post .ranking-post-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    z-index: 1;
    opacity: .8;
}

.ranking-post:nth-of-type(1) .ranking-post-thumbnail::before {
    content: "1";
}

.ranking-post:nth-of-type(2) .ranking-post-thumbnail::before {
    content: "2";
}

.ranking-post:nth-of-type(3) .ranking-post-thumbnail::before {
    content: "3";
}

@media screen and (max-width: 834px) {
    .related-list {
        display: block;
    }

    .related-entry-card {
        display: flex;
    }

    figure.related-entry-card-thumb {
        float: none;
        width: 200px;
        flex: 1;
    }

    .related-entry-card-content {
        flex: 2;
    }

    .related-entry-card-title.card-title.e-card-title {
        margin: 0 0 20px;
    }
    .carousel-top .slick-dots {
        display: block !important;
    }
    .large-post {
        flex-direction: column-reverse;
    }
    .large-post-thumbnail,
    .large-post-content {
        width: 100%;
    }
    section p {
        margin-bottom: 30px;
    }
    .posts-grid {
        flex-direction: column;
    }
    .posts-grid h3 {
        margin: -5px 0 20px;
    }
    .latest-post {
        display: flex;
    }
    .latest-post.ranking {
        display: block;
    }
    .post-thumbnail-wrap {
        flex: 1;
    }
    .posts-txt-wrap {
        flex: 2;
        margin: 0 0 0 20px;
    }
    ul.slick-dots {
        bottom: 0px;
    }
    .slick-dotted.slick-slider {
        padding-bottom: 40px;
    }
    .ranking-post {
        border: none;
    }
    .posts-grid h3.ranking-title {
        margin: 0 0 30px;
    }
    #main .slick-prev img,
    #main .slick-next img {
        opacity: .7;
        width: 20px;
        height: 20px;
        position: relative;
        top: -10px;
    }

    #main .slick-prev {
        left: 5px;
        z-index: 1;
    }

    #main .slick-next {
        right: 5px;
        z-index: 1;
    }
    .carousel-top {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

}
@media screen and (max-width: 480px) {
    .carousel-top .slick-dots li {
        width: 6%;
        margin: 0 2%;
    }
    .carousel-top .slick-dots li button {
        width: 100%;
    }
    .carousel-top .slick-dots li button:before {
        width: 100%;
    }

}