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

.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: 132px;
    height: 91px;
}

.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;
}
.mv .page_navi li{
    width: 500px;
}


@media all and (min-width: 681px) {
  }
  
  @media all and (max-width: 680px) {
    .mv {
        padding-top: 0;
    }
    
    .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 */


/* 共通コンテンツ */
.title_box {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 50px;
}

.title_box .title_box_title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #000;
    width: 230px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_box .title_content_box {
    width: 920px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.title_box .title_content_box_title {
    width: 100%;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #000;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_content_box_text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 40px;
}

.sub_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}
@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .title_box {
        width: 85vw;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        gap: 0;
    }
    
    .title_box .title_box_title {
        font-size: 18px;
        width: 40%;
        height: 100%;
    }
    
    .title_box .title_content_box {
        width: 60%;
        height: 100%;
        gap: 0;
    }
    
    .title_box .title_content_box_title {
        width: 100%;
        height: 100px;
        font-size: 17px;
        text-align: center;
    }
    
    .title_content_box_text {
        width: 85vw;
        margin: 0 auto;
        font-size: 15px;
        line-height: 30px;
        padding-top: 10px;
    }
    
    .sub_title {
        font-size: 16px;
        width: 85%;
        height: 50px;
        margin: 0 auto;
    }

}

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

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


/* 全棟に標準採用 */
.sec_main {
    padding: 90px 0;
}

.sec_main .sec_main_wrap {
    background-image: url(../../img/kenchiku/structure/top_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
}

.sec_main .sec_main_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec_main .sec_main_title_text {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.sec_main .sec_main_title_text_sub {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.sec_main .sec_main_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.sec_main .sec_main_img {
    width: 476px;
    height: 476px;
}

.sec_main .sec_main_img.cross {
    width: 79px;
    height: 79px;
}

.sec_main .sec_main_contents_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 76px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.sec_main .sec_main_contents_title {
    width: 100%;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_main .sec_main_contents_text {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .sec_main {
        padding: 48px 0 58px 0;
    }
    
    .sec_main .sec_main_wrap {
        background-image: url(../../img/kenchiku/structure/top_01.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 521px;
        gap: 10px;
    }
    
    .sec_main .sec_main_wrap {
    }
    
    .sec_main .sec_main_title_text {
        font-size: 28px;
    }
    
    .sec_main .sec_main_title_text_sub {
        font-size: 16px;
    }
    
    .sec_main .sec_main_img_wrap {
        flex-direction: column;
        gap: 7px;
    }
    
    .sec_main .sec_main_img {
        display: block;
        width: 100%;
        height: 130px;
        margin: 0 auto;
    }
    
    .sec_main .sec_main_img.cross {
        width: 32px;
        height: 32px;
    }
    
    .sec_main .sec_main_contents_wrap {
        width: 100%;
        padding: 41px 0 0 0;
        gap: 25px;
    }
    
    .sec_main .sec_main_contents_title {
        height: 100px;
        font-size: 18px;
        line-height: 29px;
        text-align: center;
    }
    
    .sec_main .sec_main_contents_text {
        width: 85vw;
        margin: 0 auto;
        font-size: 16px;
        line-height: 32px;
    }
}

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

}
/* 全棟に標準採用 */


/* 構造体 */
.sec_kouzou {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.sec_kouzou .sec_kouzou_wrap {
    width: 100%;
    height: 343px;
    margin: 50px auto 0 auto;
    padding: 68px 17px 0 17px;
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: #E0E0E0;
}

.sec_kouzou .sec_kouzou_item {
    height: 222px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px;
}

.sec_kouzou .sec_kouzou_item:nth-child(n + 2) {
    border-left: 1px solid #000;
}

.sec_kouzou .sec_kouzou_item_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.sec_kouzou .sec_kouzou_item_text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 40px;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .sec_kouzou {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 70px;
    }
    
    .sec_kouzou .sec_kouzou_wrap {
        height: auto;
        margin: 25px auto 0 auto;
        padding: 5px 0;
        align-items: center;
        flex-direction: column;
    }
    
    .sec_kouzou .sec_kouzou_item {
        width: 85%;
        height: auto;
        gap: 10px;
        padding: 25px 0 15px 0;
        border-left: none;
    }
    
    .sec_kouzou .sec_kouzou_item:nth-child(n + 2) {
        border-left: none;
        border-top: 1px solid #000;
    }
    
    .sec_kouzou .sec_kouzou_item_title {
        font-size: 16px;
        font-weight: bold;
    }
    
    .sec_kouzou .sec_kouzou_item_text {
        font-size: 15px;
        line-height: 30px;
    }

}

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

}
/* 構造体 */


/* 構造・工法 */
.sec_structure {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}


.sec_structure .sec_structure_wrap {
    
}

.sec_structure .sec_structure_img {
    display: block;
    margin: 70px auto 84px auto;
    width: 100%;
    height: 550px;
}


.sec_structure .sec_structure_contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.sec_structure .sec_structure_contents_item {
    width: 590px;
    height: 595px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec_structure .sec_structure_contents_item_title {
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_structure .sec_structure_contents_item_img {
    width: 100%;
    height: auto;
}

.sec_structure .sec_structure_contents_item_text {
    width: 550px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 28px;
    box-sizing: border-box;
}
.sec_structure .two-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
    width: 550px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 28px;
    box-sizing: border-box;
}

.sec_structure .two-row .two-row_img {
    width: 250px;
    height: 133px;
}
.sec_structure .sec_structure_text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 47.5px;
}

.sec_structure .sec_structure_text_box_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-top: 10px;
}

.sec_structure .sec_structure_text_box_text {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec_structure .sec_structure_arrow {
    width: 36px;
    height: 21px;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .sec_structure {
        width: 100%;
        padding-bottom: 133px;
    }
    
    
    .sec_structure .sec_structure_wrap {
        
    }
    
    .sec_structure .sec_structure_img {
        display: block;
        margin: 30px auto 42px auto;
        width: 100%;
        height: auto;
    }
    
    
    .sec_structure .sec_structure_contents {
        width: 85%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 35px;
    }

    .sec_structure .sec_structure_contents .top_margin {
        margin-top: 30px;
    }
    
    .sec_structure .sec_structure_contents_item {
        width: 100%;
        height: auto;
        gap: 0;
    }
    
    .sec_structure .sec_structure_contents_item_title {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
    
    .sec_structure .sec_structure_contents_item_img {
        width: 100%;
        height: auto;
    }
    
    .sec_structure .sec_structure_contents_item_text {
        width: 100%;
        margin: 15px auto 0 auto;
        font-size: 15px;
        line-height: 30px;
        box-sizing: border-box;
    }
    .sec_structure .two-row {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        line-height: 30px;
    }
    
    .sec_structure .two-row .two-row_img {
        width: 100%;
        height: auto;
    }
    .sec_structure .sec_structure_text_box {
        width: 85vw;
        margin: 65px auto 65px auto;
        gap: 30px;
    }
    
    .sec_structure .sec_structure_text_box_title {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        line-height: 29px;
    }
    
    .sec_structure .sec_structure_text_box_text {
        width: 100%;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.1em;
        line-height: 34px;
        margin-bottom: 0;
        white-space: nowrap;
    }
    
    .sec_structure .sec_structure_arrow {
        width: 36px;
        height: 21px;
    }

}

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

}
/* 構造・工法 */


/* 基礎 */
.sec_basic {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.sec_basic .sec_basic_wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column; 
    margin: 70px auto 62px auto;
    gap: 34px;
}

.sec_basic .sec_basic_img {
    width: 100%;
    height: 680px;
}

.sec_basic .sec_basic_contents {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 50px;
}

.sec_basic .sec_basic_contents_img {
    width: 580px;
    height: 410px;
}   

.sec_basic .sec_basic_contents_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.sec_basic .sec_basic_contents_item_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.sec_basic .sec_basic_contents_item_text {
    width: 425px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 34px;
}

.sec_basic .sec_basic_content_wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px;
    margin: 40px auto 0 85px;
}

.sec_basic .sec_basic_content_item {
    width: 480px;
    display: flex;
    flex-direction: column;
}

.sec_basic .sec_basic_content_arrow {
    width: 20px;
    height: 44px;
    margin-bottom: 120px;
}

.sec_basic .sec_basic_content_item_img {
    width: 100%;
    height: 320px;
}

.sec_basic .sec_basic_content_item_title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 8px auto 0 auto;
}

.sec_basic .sec_basic_content_item_text {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .sec_basic {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 130px;
    }
    
    .sec_basic .sec_basic_wrap {
        margin: 15px auto 70px auto;
        gap: 22px;
    }
    
    .sec_basic .sec_basic_img {
        width: 100%;
        height: auto;
    }
    
    .sec_basic .sec_basic_contents {
        width: 85%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    
    .sec_basic .sec_basic_contents_img {
        width: 100%;
        height: auto;
    }   
    
    .sec_basic .sec_basic_contents_item {
        gap: 0;
        margin-bottom: 0;
    }
    
    .sec_basic .sec_basic_contents_item_title {
        font-size: 17px;
    }
    
    .sec_basic .sec_basic_contents_item_text {
        width: 100%;
        font-size: 15px;
        line-height: 30px;
    }
    
    .sec_basic .sec_basic_content_wrap {
        width: 87.5%;
        flex-direction: column;
        gap: 15px;
        margin: 40px auto 0 auto;
    }
    
    .sec_basic .sec_basic_content_item {
        width: 85%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    
    .sec_basic .sec_basic_content_arrow {
        width: 20px;
        height: 44px;
        margin-bottom: 0;
        transform: rotate(90deg);
    }
    
    .sec_basic .sec_basic_content_item_img {
        width: 100%;
        height: auto;
    }
    
    .sec_basic .sec_basic_content_item_title {
        font-size: 16px;
        letter-spacing: 0.1em;
        margin: 15px auto 5px auto;
    }
    
    .sec_basic .sec_basic_content_item_text {
        width: 100%;
        font-size: 15px;
        letter-spacing: 0;
    }

}

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

}

/* 基礎 */


/* 地盤調査 */
.sec_invest {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.sec_invest .sec_invest_wrap {
    margin: 62px auto 0 auto;
}

.sec_invest .sec_invest_item {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 40px;
    margin: 44px auto 80px auto;
}

.sec_invest .sec_invest_item_img {
    width: 520px;
    height: 323px;
}

.sec_invest .sec_invest_item_text {
    width: 490px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 34px;
}

.sec_invest .sec_invest_text {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 36px auto 40px auto;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .sec_invest {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 200px;
    }
    
    .sec_invest .sec_invest_wrap {
        margin: 62px auto 0 auto;
    }
    
    .sec_invest .sec_invest_item {
        width: 85%;
        margin: 0 auto 53px auto;
        flex-direction: column;
        gap: 15px;
    }
    
    .sec_invest .sec_invest_item_img {
        width: 100%;
        height: auto;
    }
    
    .sec_invest .sec_invest_item_text {
        width: auto;
        font-size: 15px;
        line-height: 30px;
    }
    
    .sec_invest .sec_invest_text {
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        width: 85%;
        margin: 28px auto 40px auto;
    }
}

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

}

/* 地盤調査 */


/* ミライエ */
.sec_miraie {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}   

.sec_miraie .sec_miraie_title {
    width: 100%;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_miraie .sec_miraie_text {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 67px auto;
}

.sec_miraie .sec_miraie_subtitle {
    width: 1050px;
    height: 60px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}

.sec_miraie .sec_miraie_img {
    display: block;
    width: 1050px;
    height: 800px;
    margin: 24px auto 56px auto;
}

.sec_miraie .sec_miraie_top_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 67px;
}

.sec_miraie .sec_miraie_top_box_img {
    width: 455px;
    height: 300px;
}

.sec_miraie .sec_miraie_top_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

.sec_miraie .sec_miraie_top_content_title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 29px;
    text-align: center;
}

.sec_miraie .sec_miraie_top_content_img {
    width: 418px;
    height: auto;
}

.sec_miraie .sec_miraie_top_content_text {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 30px;
    text-align: center;
}

.sec_miraie .sec_miraie_reason {
    width: 1050px;
    margin: 73px auto 0 auto;
}

.sec_miraie .sec_miraie_reason_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
}

.sec_miraie .sec_miraie_reason_item_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    margin: 20px auto 19px auto;
}

.sec_miraie .sec_miraie_reason_item {
    width: 250px;
    height: 220px;
    background-color: #1975B2;
    position: relative;
}

.sec_miraie .sec_miraie_reason_item_img {
    width: auto;
    height: 165px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec_miraie .sec_miraie_reason_list {
    margin: 0 auto 63px auto;
}

.sec_miraie .sec_miraie_reason_list_item {
    font-size: 12px;
    letter-spacing: 0.1em;
}

.sec_miraie .sec_miraie_reason_youtube_box {
    width: 1050px;
    height: 385px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_miraie .sec_miraie_reason_youtube_content {
    width:380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec_miraie .sec_miraie_reason_youtube_text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 38px;
}

.sec_miraie .sec_miraie_reason_youtube_link {
    display: block;
    width: 280px;
    height: 113px;
    font-size: 15px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    position: relative;
}

.sec_miraie .sec_miraie_reason_youtube_link::after {
    content: "";
    display: block;
    width: 7.5px;
    height: 15px;
    background-image: url(../../img/kenchiku/structure/btn_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%) ;
    transition: transform 0.3s ease-in-out;
}

.sec_miraie .sec_miraie_reason_youtube_link:hover::after {
    transform: translate(5px, -50%);
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
    .sec_miraie {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 110px;
    }   
    
    .sec_miraie .sec_miraie_title {
        width: 100%;
        height: 100px;
        font-size: 18px;
        text-align: center;
    }
    
    .sec_miraie .sec_miraie_text {
        width: 85%;
        font-size: 16px;
        line-height: 32px;
        margin: 25px auto 60px auto;
    }
    
    .sec_miraie .sec_miraie_subtitle {
        width: 85%;
        height: 50px;
        font-size: 16px;
    }
    
    .sec_miraie .sec_miraie_img {
        width: 85%;
        height: auto;
        margin: 0 auto 28px auto;
    }
    
    .sec_miraie .sec_miraie_top_box {
        width: 85%;
        gap: 18px;
        margin: 0 auto 26px auto;
    }
    
    .sec_miraie .sec_miraie_top_box_img {
        width: 40%;
        height: 100px;
        object-fit: cover;
    }
    
    .sec_miraie .sec_miraie_top_content {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }
    
    .sec_miraie .sec_miraie_top_content_title {
        font-size: 15px;
        line-height: 20px;
    }
    
    .sec_miraie .sec_miraie_top_content_img {
        width: 100%;
        height: 54px;
        object-fit: contain;
    }
    
    .sec_miraie .sec_miraie_top_content_text {
        font-size: 15px;
        letter-spacing: 0.05em;;
    }
    
    .sec_miraie .sec_miraie_reason {
        width: 85%;
        margin: 40px auto 0 auto;
    }
    
    .sec_miraie .sec_miraie_reason_title {
        font-size: 16px;
    }
    
    .sec_miraie .sec_miraie_reason_item_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 17px;
        margin: 20px auto 10px auto;
    }
    
    .sec_miraie .sec_miraie_reason_item {
        width: calc(50% - 8.5px);
        height: 171px;
    }
    
    .sec_miraie .sec_miraie_reason_item_img {
        width: auto;
        height: 127px;
    }
    
    .sec_miraie .sec_miraie_reason_list {
        margin: 0 auto 40px auto;
    }
    
    .sec_miraie .sec_miraie_reason_list_item {
        font-size: 12px;
        letter-spacing: 0;
    }
    
    .sec_miraie .sec_miraie_reason_youtube_box {
        width: 85%;
        height: auto;
        margin: 0 auto;
        flex-direction: column;
    }

    .sec_miraie .sec_miraie_reason_youtube_box iframe {
        width: 85vw;
        height: 50vw;
    }

    .sec_miraie .sec_miraie_reason_youtube_content {
        width: 85vw;
        height: auto;
        align-items: center;
    }
    
    .sec_miraie .sec_miraie_reason_youtube_text {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 32px;
    }
    
    .sec_miraie .sec_miraie_reason_youtube_link {
        height: 50px;
        font-size: 15px;
        margin: 37px auto 46px auto;
    }
    
    .sec_miraie .sec_miraie_reason_youtube_link::after {
    }
    
    .sec_miraie .sec_miraie_reason_youtube_link:hover::after {
        transform: translate(5px, -50%);
    }
}

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

}

/* ミライエ */