@charset "utf-8";
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmnTit{
    background-image: url(../img/works/bgCmnTit.jpg);
}

@media only screen and (max-width:767px){
    .secCmnTit{
        background-image: url(../img/works/bgCmnTit_sp.jpg);
        background-size: cover;
    }
}
/* secWorks */
.secWorks{
    margin: 50px auto 0;
}
.secWorks .worksList{
    display: flex;
    flex-wrap: wrap;
}
.secWorks .worksList .item{
    width: 30.782%;
    margin-bottom: 25px;
    margin-right: 3.8%;
}
.secWorks .worksList .item:nth-child(3n){
    margin-right: 0;
}
.secWorks .worksList .item:nth-child(n+4){
    margin-top: 70px;
}
.secWorks .worksList .item .img{
    width: 100%;
    height: 0;
    padding-top: 67.006%;
}
.secWorks .worksList .item .img img{
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.secWorks .worksList .item .txtBox{
    position: relative;
    margin: 15px 5px 0;
}
.secWorks .worksList .item .txtBox::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    bottom: -23px;
    left: 0;
    width: 72px;
    height: 10px;
    background-image: url(../img/works/iconMore.gif);
}
.secWorks .worksList .item .txtBox .tit{
    font-size: 16px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}
@media only screen and (max-width:767px){
    .secWorks{
        margin: 50px auto 0;
    }
    .secWorks .cmnTitBox .engTit{
        width: 77px;
    }
    .secWorks .cmnTitBox .jpTit {
        font-size: 15px;
    }
    .secWorks .worksList{
        justify-content: space-between;
    }
    .secWorks .worksList .item{
        width: 48.12%;
        margin-bottom: 35px;
        margin-right: 0;
    }
    .secWorks .worksList .item:nth-child(n+4){
        margin-top: 0;
    }
    .secWorks .worksList .item .img{
        padding-top: 66.27%;
    }
    .secWorks .worksList .item .txtBox{
        margin: 8px 5px 0;
    }
    .secWorks .worksList .item .txtBox::before{
        bottom: -15px;
    }
    .secWorks .worksList .item .txtBox .tit{
        font-size: 12px;
        line-height: 16px;
        min-height: 32px;
        letter-spacing: 1.5px;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secWorks.details{
    margin-top: 19px;
    padding-bottom: 175px;
}

.secTop{
    padding-bottom: 21px;
    text-align: center;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}
.secTop .tit{
    font-size:25px;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 1px;
}
.secTop .txt{
    font-size:13px;
    line-height: 1.5;
    margin-top: 4px;
}
@media only screen and (max-width:767px){
    .secWorks.details{
        margin-top: 25px;
        padding-bottom: 58px;
    }
    .secTop{
        padding-bottom: 12px;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left bottom / 2px 1px repeat-x;
    }
    .secTop .tit{
        font-size:16px;
        line-height: 1.56;
        letter-spacing: 0px;
    }
    .secTop .txt{
        font-size:12px;
        margin-top: 7px;
    }
}
/* secFast  */
.secFast{
    margin-top: 40px;
}
.secFast .flexbox{
    display: flex;
    align-items: center;
}
.secFast .imgbox{
    width: 600px;
    height: 400px;
}
.secFast .txtbox{
    flex: 1;
    padding-left: 40px;
    text-align: left;
}
.secFast .txtbox .tit{
    font-size:25px;
    line-height: 40px;
    font-weight: bold;
}
.secFast .txtbox .txt{
    font-size:15px;
    line-height: 28px;
    padding-top: 27px;
}
@media only screen and (max-width:767px){
    .secFast{
        margin-top: 20px;
    }
    .secFast .flexbox{
        display: block;
    }
    .secFast .imgbox{
        width: 100%;
        height: 0px;
        padding-top: 66.668%;
    }
    .secFast .txtbox{
        padding-left: 0px;
        margin-top: 15px;
    }
    .secFast .txtbox .tit{
        font-size:16px;
        line-height: 1.5625;
    }
    .secFast .txtbox .txt{
        font-size:12px;
        line-height: 1.75;
        padding-top: 11px;
    }
}

/* secPhotoSlider */
.secPhotoSlider{
    overflow: hidden;
    position: relative;
}
.secPhotoSlider .imgSlider{
    height: 0;
    padding-top: 66.326%;
}
.secPhotoSlider .boxSlider{
    max-width: 1920px;
    width: 100%;
    margin: 0px auto 0;
    position: relative;
}
.secPhotoSlider .boxSlider .swiper{
    width: 980px;
    overflow: visible;
}
.secPhotoSlider .boxThumb{
    margin: -80px auto 0;
    position: relative;
}
.secPhotoSlider .boxThumb.disabled{
    /* width: 640px; */
}
.secPhotoSlider .boxThumb .swiper{
    overflow: hidden;
    width: 640px;
}
.secPhotoSlider .boxThumb.disabled .swiper-wrapper{
    transform: none !important;
}
.secPhotoSlider .boxThumb .swiper-slide,
.secPhotoSlider .boxThumb .swiper-slide-active{
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transform-origin: center center;
    transform: scale(0.75);
    cursor: pointer;
    transition: filter 0.2s ease-out, transform 0.4s ease-out;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.1);
}
.secPhotoSlider .boxThumb .swiper-slide::after{
    content: "";
    border: #FFF solid 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
}
.secPhotoSlider .boxThumb .swiper-slide:hover{
    filter: brightness(1.1);
}
.secPhotoSlider .boxThumb .swiper-container{
    width: 100%;
}
.secPhotoSlider .boxThumb .swiper-wrapper{
    transform: translate3d(0px,0,0);
}
.secPhotoSlider .boxThumb.center .swiper-wrapper{
    justify-content: center;
}
.secPhotoSlider .boxThumb .swiper-slide-active{
    transform: scale(0.75);
}
.secPhotoSlider .boxThumb .swiper-slide-thumb-active{
    transform: scale(1);
}
.secPhotoSlider .imgThumb{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.secPhotoSlider .swiper-button-prev,
.secPhotoSlider .swiper-button-next{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: calc(50% - 2px);
    transition: all 0.2s;
}
.secPhotoSlider .swiper-button-prev{
    left: calc(0% - 25px);
}
.secPhotoSlider .swiper-button-next{
    right: calc(0% - 25px);
}
.secPhotoSlider .swiper-button-prev::after,
.secPhotoSlider .swiper-button-next::after{
    width: 50px;
    height: 50px;
    margin-top: 0;
    top:0;
    left: 0;
    z-index: 10;
    position: absolute;
    content: '';
}
.secPhotoSlider .swiper-button-prev.lazyloaded::after{
    background: url(../img/tenjijyo/imgBtnPrev.png) center top / cover no-repeat;
}
.secPhotoSlider .swiper-button-next.lazyloaded::after{
    background: url(../img/tenjijyo/imgBtnNext.png) center top / cover no-repeat;
}

@media only screen and (max-width:767px){
    .secPhotoSlider{
        position: relative;
    }
    .secPhotoSlider .boxSlider{
        width: 89.335%;
        margin: 0 auto;
        position: relative;
    }
    .secPhotoSlider .boxSlider .swiper{
        width: 100%;
        margin: 0 auto;
    }
    .secPhotoSlider .imgSlider{
        padding-top: 66.27%;
    }
    .secPhotoSlider .boxThumb{
       display: none;
    }
    .secPhotoSlider .swiper-button-prev,
    .secPhotoSlider .swiper-button-next{
        width: 31px;
        height: 31px;
        top: calc(50% - -7px);
    }
    .secPhotoSlider .swiper-button-prev{
        left: calc(0% - 15px);
    }
    .secPhotoSlider .swiper-button-next{
        right: calc(0% - 15px);
    }
    .secPhotoSlider .swiper-button-prev::after,
    .secPhotoSlider .swiper-button-next::after{
        width: 31px;
        height: 31px;
    }
    .secPhotoSlider .swiper-pagination{
        position: static;
        padding-top: 15px;
    }
    .secPhotoSlider .swiper-pagination-bullet{
        background: #dcdcdc;
        margin: 0 5px !important;
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 4;
    }
    .secPhotoSlider .swiper-pagination-bullet-active{
        background: #333333;
    }
}
/* secPhotoSlider */
.secPhotoSlider{
    margin-top: 80px;
}
.secPhotoSlider .photoImg{
    text-align: center;
}
.secPhotoSlider .topTit{
    font-size: 50px;
    text-align: center;
    margin-top: 15px;
    letter-spacing: 2px;
}
.secPhotoSlider .tit{
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-top: 26px;
}
@media only screen and (max-width:767px){
    .secPhotoSlider{
        margin-top: 26px;
    }
    .secPhotoSlider .photoImg{
        width: 79.467%;
        max-width: 298px;
        margin: 0 auto;
    }
    .secPhotoSlider .tit{
        font-size: 13px;
        margin-top: 14px;
    }
    .secPhotoSlider .topTit{
        font-size: 32px;
        margin-top: 12px;
    }
}
/* secPoint */
.secPoint{
    margin-top: 100px;
}
.secPoint .titlebox{
    text-align: center;
}
.secPoint .titlebox .imgtit{}
.secPoint .titlebox .tit{
    font-size: 28px;
    line-height: 1.5;
    margin-top: 17px;
}
.secPoint .itemlist{
    margin-top: 40px;
}
.secPoint .itemlist .item{}
.secPoint .itemlist .item:nth-child(n + 2){
    margin-top: 50px;
}
.secPoint .itemlist .item .inner{
    display: flex;
    align-items: center;
}
.secPoint .itemlist .item:nth-child(2n) .inner{
    flex-direction: row-reverse;
}
.secPoint .itemlist .item .imgbox{
    width: 600px;
    height: 400px;
}
.secPoint .itemlist .item .txtbox{
    flex: 1;
    padding-left:40px;
}
.secPoint .itemlist .item:nth-child(2n) .txtbox{
    padding-left: 0;
    padding-right: 40px;
}
.secPoint .itemlist .item .tit{
    font-size: 25px;
    line-height:40px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secPoint .itemlist .item .txt{
    font-size:15px;
    line-height: 28px;
    padding-top: 15px;
}
@media only screen and (max-width:767px){
    .secPoint{
        margin-top: 48px;
    }
    .secPoint .titlebox{
        text-align: center;
    }
    .secPoint .titlebox .imgtit{
        width: 64px;
        margin: 0 auto;
    }
    .secPoint .titlebox .tit{
        font-size: 15px;
        margin-top: 11px;
        letter-spacing: 0.5px;
    }
    .secPoint .itemlist{
        margin-top: 20px;
    }
    .secPoint .itemlist .item{}
    .secPoint .itemlist .item:nth-child(n + 2){
        margin-top: 36px;
    }
    .secPoint .itemlist .item .inner{
        display: block;
    }
    .secPoint .itemlist .item .imgbox{
        width: 100%;
        height: 0;
        padding-top: 66.67%;
    }
    .secPoint .itemlist .item .txtbox{
        padding-left:0px;
        margin-top: 17px;
    }
    .secPoint .itemlist .item:nth-child(2n) .txtbox{
        padding-right: 0px;
    }
    .secPoint .itemlist .item .tit{
        font-size: 16px;
        line-height:1.5625;
        letter-spacing: 0px;
    }
    .secPoint .itemlist .item .txt{
        font-size:12px;
        line-height: 1.75;
        padding-top: 10px;
        letter-spacing: -1px;
    } 
}
/* secStaff */
.secStaff{
    background: #fafafa;
    margin-top: 100px;
}
.secStaff .inner{
    padding: 50px;
    display: flex;
    align-items: center;
}
.secStaff .inner .img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.secStaff .inner .txtbox{
    flex: 1;
    padding-left: 30px;
}
.secStaff .inner .txtbox .tit{
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    color: #65ad2f;
}
.secStaff .inner .txtbox .txt{
    font-size:15px;
    line-height: 28px;
    padding-top: 9px;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin-top: 46px;
    }
    .secStaff .inner{
        padding: 30px 15px;
        display: block;
    }
    .secStaff .inner .img{
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    .secStaff .inner .txtbox{
        flex: 1;
        padding-left: 0;
        margin-top: 12px;
    }
    .secStaff .inner .txtbox .tit{
        font-size: 15px;
        line-height: 2;
        text-align: center;
    }
    .secStaff .inner .txtbox .txt{
        font-size:12px;
        line-height: 1.75;
        padding-top: 7px;
    }
}

/* secunderbox */
.secunderbox{
    position: relative;
    padding-top: 50px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
    margin-top: 100px;
}
/* secDetailsPager */
.secDetailsPager{
    position: relative;
}
.secDetailsPager .boxBtnPager{
    display: flex;
}
.secDetailsPager .boxBtnPrev,
.secDetailsPager .boxBtnNext{
    width: 395px;
}
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a1a1a;
    position: relative;
    overflow: visible;
}
.secDetailsPager .boxBtnPrev .txtBox{
	width: calc(100% - 180px);
	margin-left: 20px;
	position: relative;
}
.secDetailsPager .boxBtnNext .txtBox{
	width: calc(100% - 180px);
	margin-right: 20px;
	position: relative;
}
.secDetailsPager .boxBtnNext{
    margin: 0 0 0 auto;
}
.secDetailsPager .btnNext{
    flex-direction: row-reverse;
    text-align: right;
}
.secDetailsPager .img{
    width: 180px;
    height: 135px;
    overflow: hidden;
}
.secDetailsPager .btnNext .txtbox {
    width: calc(100% - 180px);
    text-align: left;
    padding-right: 15px;
}
.secDetailsPager .btnPrev .txtbox {
    width: calc(100% - 180px);
    padding-left: 15px;
}
.secDetailsPager .txtbox .txt{
    font-size: 15px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
}
.secDetailsPager .iconbox{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    bottom: -31px;
}
.secDetailsPager .boxBtnNext .iconbox{}
.secDetailsPager .boxBtnNext .iconbox span{
    padding-right: 29px;
}
.secDetailsPager .boxBtnNext .iconbox span::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 9px;
    top: calc(50% - 4.5px);
    right: 0;
}
.secDetailsPager .boxBtnNext .iconbox.lazyloaded span::after{
    background: url(../img/common/imgArrow.png) center center no-repeat;
    background-size: 25px auto;
}
.secDetailsPager .boxBtnPrev .iconbox{
    padding-left: 30px;
}
.secDetailsPager .boxBtnPrev .iconbox span{}
.secDetailsPager .boxBtnPrev .iconbox span::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 9px;
    top: calc(50% - 4.5px);
    left: 0;
}
.secDetailsPager .boxBtnPrev .iconbox.lazyloaded span::after{
    background: url(../img/common/imgArrow.png) center center no-repeat;
    background-size: 25px auto;
    transform: scale(-1, 1);
}

/* secBackbtn */
.secBackbtn{
    position: absolute;
    display: inline-block;
    left: calc(50% - 150px);
    top: 91px;
}
.secBackbtn .btn{
    position: relative;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}
.secBackbtn .btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-right: 1px solid #575757;
    transform: rotate(-135deg);
    margin: auto;
}
@media only screen and (max-width:767px){
    .secunderbox{
        position: relative;
        padding-top: 31px;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left top / 2px 1px repeat-x;
        margin-top: 50px;
    }
    /* secDetailsPager */
    .secDetailsPager{
        position: relative;
    }
    .secDetailsPager .boxBtnPager{
        display: flex;
        position: relative;
    }
    .secDetailsPager .boxBtnPager::after{
        content: "";
        position: absolute;
        left: calc(50% - 0.5px);
        background: linear-gradient(to bottom, #757575, #757575 1px, transparent 1px, transparent 2px);
        background-repeat: repeat-y;
        background-position:right top;
        background-size: 1px 2px;
        width: 1px;
        height: 100%;
    }
    .secDetailsPager .boxBtnPrev,
    .secDetailsPager .boxBtnNext{
        width: 50%;
    }
    .secDetailsPager .btnPrev,
    .secDetailsPager .btnNext{
        display: block;
        width: 57.975%;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .secDetailsPager .boxBtnPrev .txtBox{
        width: calc(100% - 180px);
        margin-left: 20px;
        position: relative;
    }
    .secDetailsPager .boxBtnNext .txtBox{
        width: calc(100% - 180px);
        margin-right: 20px;
        position: relative;
    }
    .secDetailsPager .boxBtnNext{
        margin: 0 0 0 auto;
    }
    .secDetailsPager .btnNext{
    }
    .secDetailsPager .img{
        width: 100%;
        margin: 0 auto;
        height: 0;
        padding-top: 75%;
    }
    .secDetailsPager .btnNext .txtbox {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-top: 12px;
    }
    .secDetailsPager .btnPrev .txtbox {
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
    }
    .secDetailsPager .txtbox .txt{
        font-size: 11px;
        line-height: 1.63;
        -webkit-line-clamp: 2;
        max-height: 36px;
    }
    .secDetailsPager .iconbox{
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 20px;
        bottom: 0;
    }
    .secDetailsPager .boxBtnNext .iconbox{
    left: auto;
    right: 0;
}
    .secDetailsPager .boxBtnNext .iconbox span{
        padding-right: 29px;
    }
    .secDetailsPager .boxBtnNext .iconbox span::after{
        content: "";
        position: absolute;
        width: 25px;
        height: 9px;
        top: calc(50% - 4.5px);
        right: 0;
    }
    .secDetailsPager .boxBtnNext .iconbox.lazyloaded span::after{
        background: url(../img/common/imgArrow.png) center center no-repeat;
        background-size: 25px auto;
    }
    .secDetailsPager .boxBtnPrev .iconbox{
        padding-left: 30px;
    }
    .secDetailsPager .boxBtnPrev .iconbox span{}
    .secDetailsPager .boxBtnPrev .iconbox span::after{
        content: "";
        position: absolute;
        width: 25px;
        height: 9px;
        top: calc(50% - 4.5px);
        left: 0;
    }
    .secDetailsPager .boxBtnPrev .iconbox.lazyloaded span::after{
        background: url(../img/common/imgArrow.png) center center no-repeat;
        background-size: 25px auto;
        transform: scale(-1, 1);
    }
    
    /* secBackbtn */
    .secBackbtn{
        position: static;
        margin-top: 26px;
        display: block;
    }
    .secBackbtn .btn{
        width: 200px;
        height: 44px;
        font-size: 13px;
    }
    .secBackbtn .btn::before{
        left: 12px;
    }
}