@charset "utf-8";

/* ===================
criticism-work
====================== */
@media screen and (max-width: 767px) {
    .homeWorkSection {
        padding-block: 101px 114px;
        padding-inline: 8%;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection {
        padding-block: 212px 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: 67px;
    }
}

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

.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_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:hover img {
    scale: 1.05;
}

.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 {
        margin-block-start: 17px;
        font-size: 16px;
    }
}

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

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

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

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


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

@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: 14px;
    }
}


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

@media screen and (min-width: 768px) {
    .criticism {
        padding-block: 181px 187px;        
    }
}

@media screen and (max-width: 767px) {
    .criticism_inner {
        padding-inline: 8%;        
    }
}

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

.mainvisual_bg {
    position: relative;
}

.mainvisual_bg picture,
.mainvisual_bg img {
    display: block;
    width: 100%;
    height: auto;
}

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

@media screen and (max-width: 767px) {
    .topvisual_copy,.topvisual_subcopy {
    position: absolute;
    left: 4px; 
    color: #fff;
    z-index: 1;
    }
}

@media screen and (min-width: 768px) {
    .topvisual_copy,.topvisual_subcopy {
    position: absolute;
    left: 45px; 
    color: #fff;
    z-index: 1;
    }
}

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

@media screen and (min-width: 768px) {
    .topvisual_copy {
        bottom: 76px;   
        font-size: 64px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .topvisual_subcopy {
        bottom: 8px;   
        font-size: 14px;
        left: 112px;
        padding-left: 8%;
    }
}

@media screen and (min-width: 768px) {
    .topvisual_subcopy {
        bottom: 32px;   
        font-size: 32px;
        left: 26%;
        padding-left: 7%;
    }
}

@media screen and (max-width: 767px) {
    .topvisual_subcopy::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 2px;
        background-color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .topvisual_subcopy::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 75px;
        height: 2px;
        background-color: #fff;
    }
}

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

@media screen and (max-width: 767px) {
    .criticismArticle_text {
        margin-block-start: 67px;
        display: grid;
        gap: 30px;
        line-height: 2.8rem;
    }
}

@media screen and (min-width: 768px) {
    .criticismArticle_text {
        margin-block-start: 200px;
        display: grid;
        gap: 30px;
        line-height: 3.2rem;
    }
}

.criticismArticle_img {
    grid-area: 2/1;
}

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

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

.criticismArticle_description {
    font-size: 16px;
    font-feature-settings: "palt";
}

.criticismArticle_end {
    font-size: 14px;
    font-feature-settings: "palt"
}

@media screen and (max-width: 767px) {
    .criticismArticle_secondText {
        margin-block-start: 60px;
        display: grid;
        gap: 30px;
        line-height: 2.8rem;
    }
}

@media screen and (min-width: 768px) {
    .criticismArticle_secondText {
        margin-block-start: 100px;
        display: grid;
        gap: 30px;
        line-height: 3.2rem;
    }
}

/* ===================
criticism_bottom
====================== */

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

@media screen and (min-width: 768px) {
    .criticismNumber {
        margin-block-start: 187px;
        display: flex;
        gap: 9px;
    }
}

.criticismNumber {
        font-size: 14px;
        font-family: "FOT-筑紫明朝 Pr6N L";
        justify-content: center;
}

.criticismNumber_line, .criticismNumber_subText {
    color: #B4B4B4;
}

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

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

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

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

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


.criticism_bottom .btn:first-child .btn_arrow img {
    transform: rotate(180deg);
}

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

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



