@charset "utf-8";

/* ===================
bookReview-work
====================== */
@media screen and (max-width: 767px) {
    .homeWorkSection {
        padding-block: 50px 114px;
        padding-inline: 30px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection {
        padding-block: 220px 83px;
        padding-inline: 8.3%;
    }
}

.homeWorkSection_top {
    display: flex;
    justify-content: center;
}

.homeWorkSection_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_title {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_title {
        font-size: 52px;
    }
}

@media screen and (max-width: 767px) {
    .homeWorkSection_number {
        font-size: 8px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_number {
        font-size: 12px;
    }
}


.homeWorkSection_grid {
    display: grid;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_grid {
        gap: 68px;
        margin-block-start: 27px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px;
        margin-block-start: 178px;
    }
}

.homeWorkSection_link:hover img {
    scale: 1.05;
}

.homeWorkSection_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_title {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_title {
        font-size: 52px;
    }
}

.homeWorkSection_button {
    display: grid;
    justify-content: end;
    margin-block-start: 90px;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_button {
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_button {
        justify-content: end;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_title {
        display: grid;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 130px;
        column-gap: 70px; 
    }
}

.workArticle {
    display: grid;
}


.workArticle_block {
    display: grid;
}

.workArticle_img {
    grid-area: 1 / 1;
    overflow: clip;
}

.workArticle_img img {
    transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.workArticle_subTitle {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .workArticle_subTitle {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_subTitle {
        font-size: 2rem;
        margin-block-start: 21px;
    }
}

.workArticle_subText {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .workArticle_subText {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_subText {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_button {
        display: flex;
        justify-content: flex-end;
        gap: 24px;
        margin-block-start: 120px;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_button {
        font-size: 1.4rem;
    }
}



/* ===================
bookReview
====================== */
@media screen and (max-width: 767px) {
    .bookReview {
        margin-block: 67px 48px;
    }
}

@media screen and (min-width: 768px) {
    .bookReview {
        margin-block: 230px 81px;
    }
}

.bookReview_head {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .bookReview_head {
        margin-block-start: 118px;
        gap: 13px;
        margin-inline: 9%;
    }
}

@media screen and (min-width: 768px) {
    .bookReview_head {
        gap: 23px;
        margin-inline: 14%;
    }
}

.bookReviewArticle_numbers {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";    
}

@media screen and (max-width: 767px) {
    .bookReviewArticle_numbers {
        font-size: 20px;
        color: #333;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_numbers {
        font-size: 30px;
        color: #333;
    }
}

.bookReviewArticle_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";    
}


@media screen and (max-width: 767px) {
    .bookReviewArticle_title {
        font-size: 20px;
        color: #333;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_title {
        font-size: 28px;
        color: #333;
    }
}

.bookReviewArticle_subTitle {
    display: grid;
    align-items: center;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";

}

@media screen and (max-width: 767px) {
    .bookReviewArticle_subTitle {
        margin-left: 43%;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_subTitle {
        margin-inline: 35%;
    }
}

@media screen and (max-width: 767px) {
    .bookReviewArticle_subTitle {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_subTitle {
        font-size: 18px;
    }
}

.bookReviewArticle_subTitle {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";    
}

.bookReview_lead {
    position: relative;
}

@media screen and (max-width: 767px) {
    .bookReviewArticle_subTitle::before {
        content: "";
        position: absolute;
        left: 27%;
        top: 60%;
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background-color: #333;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_subTitle::before {
        content: "";
        position: absolute;
        left: 31%;
        top: 60%;
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background-color: #333;
    }
}

@media screen and (max-width: 767px) {
    .bookReviewArticle {
        margin-block-start: 41px;
        margin-inline: 8%;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle {
        margin-block-start: 93px;
        margin-inline: 14%;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_block {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 10%;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .bookReviewArticle_img img {
        margin-block-start: 65px;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_img {
        grid-area: auto;
    }
}

.bookReviewArticle_description, .bookReviewArticle_subDescription {
    font-size: 16px;
    line-height: 2.8rem;
    color: #333;
    font-feature-settings: "palt"
}

@media screen and (min-width: 768px) {
    .bookReviewArticle_subDescription {
        margin-block-start: 15px;
    }
}

@media screen and (max-width: 767px) {
    .bookReviewArticle_subDescription {
        margin-block-start: 30px;
    }
}

@media screen and (max-width: 767px) {
    .bookReviewNumber {
        margin-block-start: 65px;
        margin-inline: 8%;
        display: flex;
        gap: 9px;
    }
}

@media screen and (min-width: 768px) {
    .bookReviewNumber {
        margin-block-start: 93px;
        margin-inline: 14%;
        display: flex;
        gap: 9px;
    }
}

.bookReviewNumber {
        font-size: 14px;
        font-family: "FOT-筑紫明朝 Pr6N L";
}

.bookReviewNumber_line, .bookReviewNumber_subText {
    color: #B4B4B4;
}


/* ===================
bookReview_bottom
====================== */
@media screen and (max-width: 767px) {
    .bookReview_bottom {
        margin-block-start: 118px;
        margin-inline: 8%;
    }
}

@media screen and (min-width: 768px) {
    .bookReview_bottom {
        margin-block-start: 116px;
        margin-inline: 14.3%;
    }
}

@media screen and (max-width: 767px) {
    .bookReview_bottom {
    display: flex;
    justify-content: space-between;
    margin-block-start: 92px;
    }
}

@media screen and (min-width: 768px) {
    .bookReview_bottom {
    display: flex;
    justify-content: space-between;
    margin-block-start: 116px;
    }
}

    .bookReview_bottom .btn:first-child {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}


.btn_text {
    font-size: 14px;
    font-family: "FOT-筑紫ゴシック Pr5 L";
}

@media screen and (max-width: 767px) {
    .bookReview_bottom .btn:first-child .btn_text,
    .bookReview_bottom .btn:last-child .btn_text {
        display: none;
    }
}


