/* MV */
.mv {
    padding-top: 0;
}

.mv .page_desc {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

.mv_after {
    width: 100vw;
    height: 800px;
}

.mv_after .mv_after_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_after .mv_after_inner {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.mv_after .mv_after_logo {
    width: 144px;
    height: 112px;
}

.mv_after .mv_after_title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.mv_after .mv_after_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 38px;
    text-align: center;
}

.mv_after .mv_after_img {
    width: 50vw;
    height: 800px;
    object-fit: cover;
}



@media all and (min-width: 681px) {
  }
  
  @media all and (max-width: 680px) {
    .mv {
        padding-top: 0;
    }

    .mv .page_desc {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 39px;
        margin-top: 60px;
    }
    
    .mv_after {
        height: auto;
        padding-top: 100px;
    }
    
    .mv_after .mv_after_wrap {
        flex-direction: column;
        gap: 35px;
    }
    
    .mv_after .mv_after_inner {
        width: 100%;
    }
    
    .mv_after .mv_after_title {
        font-size: 25px;
    }
    
    .mv_after .mv_after_text {
        font-size: 16px;
    }
    
    .mv_after .mv_after_img {
        width: 100%;
        height: auto;
    }
    
    .mv .page_navi {
        margin-top: 60px;
    }
    
    .mv .page_navi li {
        letter-spacing: 0;
    }
}
/* MV */


/* 共通コンテンツ */
.sec_equipment {
    padding-bottom: 100px;
}
.sec_equipment .inner {
    max-width: 1200px;
    margin: 0 auto;
}
.sec_equipment_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 44px;
    padding-top: 70px;
}
.sec_equipment_box + .sec_equipment_box {
    margin-top: 130px;
}
.sec_equipment_box .box_title {
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #000;
    padding: 16px 0 20px;
}
.sec_equipment_item {
    width: 100%;
    margin-top: 80px;
}
.sec_equipment_item + .sec_equipment_item {
    margin-top: 100px;
}
.sec_equipment_item .item_titleBox {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.sec_equipment_item .item_cat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 106px;
    border: 1px solid #000;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
}
.sec_equipment_item .item_textBox {
    width: calc(100% - 230px - 40px);
}
.sec_equipment_item .item_title {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
}
.sec_equipment_item .item_title + .item_text {
    margin-top: 14px;
}
.sec_equipment_item .item_text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: justify;
}
.sec_equipment_item .item_imgBox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 33px;
}
.sec_equipment_item .item_imgBox .caption {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.sec_equipment_box .other {
    width: 100%;
    margin-top: 56px;
    padding: 0 100px;
}
.sec_equipment_box .other + .other {
    margin-top: 100px;
}
.sec_equipment_box .other dt {
    padding: 8px 0 10px;
    border: 1px solid #000;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
}
.sec_equipment_box .other dd {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-top: 33px;
}
.sec_equipment_box .other dd .note {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

@media all and (min-width: 681px) {
    .sec_equipment_item.column2 {
        width: calc((100% - 44px)/2);
    }
    .sec_equipment_item.column2 .item_titleBox {
        gap: 28px;
    }
    .sec_equipment_item.column2 .item_cat {
        width: 170px;
    }
    .sec_equipment_item.column2 .item_textBox {
        width: calc(100% - 170px - 28px);
    }
    .sec_equipment_item.column2 .item_text {
        margin-top: -8px;
    }
    .sec_equipment_item.column2 .item_imgBox.column2 {
        gap: 10px;
    }
    .sec_equipment_item.column2 .item_imgBox.column2 .item_img {
        width: calc((100% - 10px) / 2);
    }
    .sec_equipment_item .item_imgBox.column2 {
        gap: 40px 20px;
    }
    .sec_equipment_item .item_imgBox.column3 {
        gap: 40px 15px;
    }
    .sec_equipment_item .item_imgBox.column2 .item_img {
        width: calc((100% - 20px)/2);
    }
    .sec_equipment_item .item_imgBox.column3 .item_img {
        width: calc((100% - (15px*2))/3);
    }
}

@media all and (max-width: 680px) {
    .sec_equipment {
        padding-bottom: 50px;
    }
    .sec_equipment_box {
        display: block;
        padding-top: 35px;
    }
    .sec_equipment_box + .sec_equipment_box {
        margin-top: 45px;
    }
    .sec_equipment_box .box_title {
        font-size: 18px;
        padding: 18px 0 22px;
    }
    .sec_equipment_item {
        width: 100%;
        margin-top: 32px;
        padding: 0 30px;
    }
    .sec_equipment_item + .sec_equipment_item {
        margin-top: 54px;
    }
    .sec_equipment_item .item_titleBox {
        display: block;
    }
    .sec_equipment_item .item_cat {
        width: 100%;
        height: auto;
        padding: 8px 0 10px;
        font-size: 18px;
    }
    .sec_equipment_item .item_textBox {
        width: 100%;
    }
    .sec_equipment_item .item_title {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.8;
        text-align: center;
        margin-top: 15px;
    }
    .sec_equipment_item .item_title + .item_text {
        margin-top: 11px;
    }
    .sec_equipment_item .item_text {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 15px;
    }
    .sec_equipment_item .item_imgBox {
        display: block;
        margin-top: 27px;
    }
    .sec_equipment_item .item_img + .item_img {
        margin-top: 20px;
    }
    .sec_equipment_item .item_imgBox .caption {
        font-size: 14px;
        margin-top: 8px;
    }
    .sec_equipment_box .other {
        margin-top: 32px;
        padding: 0 30px;
    }
    .sec_equipment_box .other + .other {
        margin-top: 45px;
    }
    .sec_equipment_box .other dt {
        padding: 8px 0 10px;
        font-size: 18px;
    }
    .sec_equipment_box .other dd {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.8;
        text-align: left;
        margin-top: 15px;
    }
    .sec_equipment_box .other dd .note {
        display: block;
        margin-top: 11px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 2;
        text-align: left;
    }
}

@media all and (max-width: 370px) {

}
/* 共通コンテンツ */