@charset "UTF-8";
/********************************************************************************

page-howto.css　活用方法css

********************************************************************************/

/*============================================================
 セクション共通
*============================================================*/
#page-howto .section .sec-title {
    padding: 0 0 10px 20px;
    border-bottom: solid 1px var(--common-color-black);
    position: relative;
    margin-bottom: 40px;
    line-height: 44px;
    /* text-box-trim: trim-start;
    text-box-edge: cap alphabetic; */
}
#page-howto .section .sec-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 40px;
    background-color: var(--common-color-black);
    position: absolute;
    bottom: 10px;
    left: 0;
}
#page-howto .section .select-list {
    padding: 20px 40px;
    background-color: var(--common-color-white);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#page-howto .section .select-list .item > * {
    display: block;
    padding: 10px;
    border-radius: 6px;
    border: solid 1px var(--common-color-black);
    background-color: var(--common-color-white);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}
#page-howto .section .select-list .item.curreent {
    background-color: var(--common-color-black);
    color: var(--common-color-white);
}

/*============================================================
 セクション 農業や地域をスマートに変えていく IIJ MITSUHAのラインナップ
*============================================================*/
#page-howto #sec-intro {
}

#page-howto #sec-intro .sec-catch {
    font-weight: 500;
    font-size: clamp(var(--rem20px), 3.39vw, var(--rem42px));
    line-height: 140%;
    color: var(--common-color-accent);
    margin-bottom: 40px;
}
#page-howto #sec-intro .sec-lead {
    margin-bottom: 60px;
}
#page-howto #sec-intro .anchor-list {
    padding-top: 60px;
    border-top: solid 1px #B0B0B0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#page-howto #sec-intro .anchor-list .anchor {
    width: 250px;
    height: 76px;
    background-color: var(--common-color-white);
    border-radius: 6px;
    align-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}
#page-howto #sec-intro .anchor-list .anchor span::after {
    content: "";
    display: block;
    height: 16px;
    background-image: url(../images/common/icon-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transform: rotate(90deg);
    margin-top: 10px;
}

/*============================================================
 セクション 主な活用方法
*============================================================*/
#page-howto #sec-howto {
}
#page-howto #sec-howto .sec-catch {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: var(--common-color-black);
    margin-bottom: 40px;
}
#page-howto #sec-howto .sec-lead {
    margin-bottom: 40px;
}

#page-howto #sec-howto .usecase {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--common-color-white);
}
#page-howto #sec-howto .usecase .image {
    width: 45%;
}
#page-howto #sec-howto .usecase .info {
    flex: 1;
    padding: 20px 40px;
}
#page-howto #sec-howto .usecase .info .lead {
    font-weight: bold;
    margin-bottom: 20px;
}
#page-howto #sec-howto .usecase .info .select-list {
    padding: 0;
}


#page-howto #howto-dialog .swiper-slide .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
#page-howto #howto-dialog .swiper-slide .layout .image {
    width: 43.5%;
}
#page-howto #howto-dialog .swiper-slide .layout .info {
    flex: 1;
}
#page-howto #howto-dialog .swiper-slide .layout .info .title {
    padding-left: 20px;
    border-left: solid 4px var(--common-color-black);
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 20px;
}

/*============================================================
 セクション システム構成機器一覧
*============================================================*/
#page-howto #sec-device {
}
#page-howto #sec-device .text-link {
    margin: 20px 0 40px 0;
    text-align: right;
}
#page-howto #sec-device .text-link a {
    padding-right: 30px;
    background-image: url(../images/common/icon-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: right top 8px;
    background-size: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}
#page-howto #sec-device .block-device-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 100px;
}
#page-howto #sec-device .block-title {
    font-weight: 500;
    font-size: clamp(var(--rem18px), 1.94vw, var(--rem24px));
    line-height: 140%;
    padding-left: 16px;
    border-left: solid 3px var(--common-color-black);
    margin-bottom: 40px;
}
#page-howto #sec-device .block-lead {
    margin-bottom: 40px;
}
#page-howto #sec-device .block-card {
    --col: 4;
    --gap: 26px;
    gap: 40px var(--gap);
}
#page-howto #sec-device .block-card .item .image {
    padding-top: 20px;
}
#page-howto #sec-device .block-card .item .image img {
    object-fit: contain;
}

#page-howto #sec-device .block-device#device-cat-solar-base .block-card .item .image {
    /* aspect-ratio: unset; */
}
#page-howto #sec-device .block-device .block-card .item .info .summary .title {
    margin-bottom: 10px;
}
#page-howto #sec-device .block-device .block-card .item .info .summary .lead {
    margin-bottom: 10px;
}
#page-howto #sec-device .term-notice {
    margin-top: 40px;
    font-size: 12px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1239px) {
    /*============================================================
     セクション 共通
    *============================================================*/
    #page-howto .section .select-list {
        padding: 20px 20px;
    }
    
    /*============================================================
     セクション システム構成機器一覧
    *============================================================*/
    #page-howto #sec-device .block-card {
        --col: 3;
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-howto #mainvisual  {
    }

    /*============================================================
     セクション 主な活用方法
    *============================================================*/
    #page-howto #sec-howto .usecase {
        flex-direction: column-reverse;
        align-items: unset;
    }
    #page-howto #sec-howto .usecase .image {
        width: 100%;
        padding: 0 20px 20px 20px;
    }
    #page-howto #sec-howto .usecase .info {
        flex: unset;
        padding: 20px;
    }
    
    #page-howto #howto-dialog .swiper-slide .layout {
        flex-direction: column-reverse;
    }
    #page-howto #howto-dialog .swiper-slide .layout .image {
        width: 100%;
        /* height: 100%; */
        text-align: center;
    }
    #page-howto #howto-dialog .swiper-slide .layout .image img {
        width: 100%;
        max-width: 360px;
    }
    #page-howto #howto-dialog .swiper-slide .layout .info .title {
        font-size: 18px;
        padding-left: 16px;
    }
    #page-howto #howto-dialog .swiper-slide .layout .info  .lead {
        font-size: 14px;
        margin-bottom: 9px;
    }
 
}
