@charset "utf-8";

/* secCmnIndexTop */
.secCmnIndexTop{
    background: url(../img/flow/bgCmnIndexTop.jpg) center top / cover;
}
.secCmnIndexTop .titBox{
    padding-left: 20px;
}
.secCmnIndexTop .titBox::after{
    left: -10px;
    top: -70px;
}
.secCmnIndexTop .titJpn{
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        background: url(../img/flow/bgCmnIndexTop_sp.jpg) center top / cover;
    }
    .secCmnIndexTop .titBox{
        padding-left: 10px;
    }
    .secCmnIndexTop .titBox::after{
        width: 156px;
        height: 101px;
        left: -10px;
        top: -45px;
        background: url(../img/common/iconCmnIndexTop02_sp.png) center top / cover;
    }
    .secCmnIndexTop .titEng{
        width: 51px;
    }
    .secCmnIndexTop .titJpn{
        letter-spacing: 1px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secFlow{
    margin-top: 25px;
}
.secFlow .topTit{
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
}
.secFlow .list{
    margin-top: 45px;
}
.secFlow .item{
    position: relative;
    padding-left: 110px;
}
.secFlow .item::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 41px;
    top: 50px;
}
.secFlow .item:last-child::after{
    display: none;
}
.secFlow .item.lazyloaded::after{
    background: url(../img/flow/iconFlowItem.gif) center top repeat;
}
.secFlow .numberImgBox{
    position: absolute;
    left: 0;
    top: 30px;
    width: 80px;
    height: 80px;
    border: solid 1px #0c6334;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.secFlow .flexBox{
    display: flex;
    padding: 30px 0 30px;
    border-top: solid 1px #d6d6d6;
}
.secFlow .item:last-child .flexBox{
    border-bottom: solid 1px #d6d6d6;
}
.secFlow .titBox{
    width: calc(100% - 330px);
    padding: 18px 30px 0 0;
}
.secFlow .tit{
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #0c6334;
}
.secFlow .txt{
    font-size: 15px;
    line-height: 2.13;
    margin-top: 10px;
}
.secFlow .subTit{
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    color: #0c6334;
}
.secFlow .subTit02{
    font-size: 13px;
    margin-top: -20px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-align: right;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin-top: 10px;
    }
    .secFlow .topTit{
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }
    .secFlow .list{
        margin-top: 20px;
    }
    .secFlow .item{
        padding-left: 50px;
    }
    .secFlow .item::after{
        height: 100%;
        left: 20px;
        top: 20px;
    }
    /* .secFlow .item.lazyloaded::after{
        background: url(../img/flow/iconFlowItem_sp.gif) center top repeat;
    } */
    .secFlow .numberImgBox{
        top: 8px;
        width: 40px;
        height: 40px;
    }
    .secFlow .numberImgBox img{
        width: auto;
        height: 16px;
    }
    .secFlow .flexBox{
        display: block;
        padding: 14px 0 20px;
    }
    .secFlow .titBox{
        width: 100%;
        padding: 0;
    }
    .secFlow .tit{
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.625;
    }
    .secFlow .txt{
        font-size: 12px;
        line-height: 1.83;
        margin-top: 2px;
    }
    .secFlow .img{
        margin-top: 13px;
    }
    .secFlow .subTit{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 2px;
        padding-bottom: 4px;
    }
    .secFlow .subTit02{
        font-size: 12px;
        margin-top: 5px;
        padding-right: 10px;
        letter-spacing: normal;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width:374px){
    .secFlow .tit{
        letter-spacing: normal;
    }
}
@media only screen and (max-width:359px){
    .secFlow .topTit{
        font-size: 14px;
    }
    .secFlow .tit{
        font-size: 13px;
    }
    .secFlow .subTit{
        font-size: 11px;
    }
}
/* secCmnGalleryBnr */
.secCmnGalleryBnr{
    margin-top: 40px;
}
.secCmnGalleryBnr .inner{
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000000;
    height: 600px;
}
.secCmnGalleryBnr .img{
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
.secCmnGalleryBnr .txtBox{
    position: relative;
    z-index: 10;
    padding-bottom: 30px;
}
.secCmnGalleryBnr .tit{
    font-size: 17px;
}
.secCmnGalleryBnr .titEng{
    margin-top: 30px;
}
.secCmnGalleryBnr .txt{
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 1px;
    margin-top: 25px;
}
.secCmnGalleryBnr .viewTxt{
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    margin-top: 23px;
}
.secCmnGalleryBnr .viewTxt::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    right: -162px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secCmnGalleryBnr .viewTxt.lazyloaded::after{
    background: url(../img/common/iconCmnBnrViewmore.png) center top / cover;
}
.secCmnGalleryBnr .inner:hover .viewTxt::after{
    right: -172px;
}
@media only screen and (max-width:767px){
    .secCmnGalleryBnr{
        margin-top: 15px;
    }
    .secCmnGalleryBnr .inner{
        display: block;
        height: auto;
    }
    .secCmnGalleryBnr .img{
        position: static;
    }
    .secCmnGalleryBnr .txtBox{
        position: absolute;
        z-index: 10;
        padding: 0 8% 10px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .secCmnGalleryBnr .tit{
        font-size: 17px;
    }
    .secCmnGalleryBnr .titEng{
        margin-top: 15px;
    }
    .secCmnGalleryBnr .titEng img{
        width: auto;
        height: 18px;
    }
    .secCmnGalleryBnr .txt{
        display: none;
    }
    .secCmnGalleryBnr .viewTxt{
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 20px;
        padding-right: 0
    }
    .secCmnGalleryBnr .viewTxt::after{
        width: 100px;
        height: 10px;
        right: auto;
        left: 5px;
        top: calc(50% + 5px);
    }
    .secCmnGalleryBnr .viewTxt.lazyloaded::after{
        background: url(../img/common/iconCmnBnrViewmore_sp.png) center top / cover;
    }
    .secCmnGalleryBnr .inner:hover .viewTxt::after{
        right: auto;
        left: 10px;
    }
}