.img100{
		width:100%;
		height:auto;
}
@media only screen and (max-width:767px){
    .wrapperSp{
        width: 89.334%;
        margin: 0 auto;
    }
}

/* txtSecTit */
.txtSecTit{
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.txtSecTit::after{
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
@media only screen and (max-width:767px){
    .txtSecTit{
        font-size: 12px;
        letter-spacing: 0.5px;
        padding-right: 9px;
    }
    .txtSecTit::after{
        width: 30px;
        right: -30px;
    }
}

.boxIconCircle{
    position: absolute;
    bottom: 0;
    right: 0;
}
.boxIconCircle .link{
    position: relative;
    display: block;
    text-align: center;
    width: 46px;
    height: 46px;
}
.boxIconCircle .link .txtBox{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s ease-out;
}
.btnIn:hover .txtBox{
    padding-left: 5px;
} 
.btnIn:hover .txtBox img{
    content: url("../img/index/iconHoverArrowBlack.png");
} 
.boxIconCircle .link svg{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    height: auto;
}
.btnIn:hover .circle{
    stroke-dashoffset: 0;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
.boxIconCircle .circle{
    stroke-dasharray: 594;
    stroke-dashoffset: 594;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    stroke: #000;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
.boxIconCircle.boxIconCircleWhite .link .txtBox{
    border: 1px solid rgba(255, 255, 255, 1);
}
.boxIconCircle.boxIconCircleWhite .circle{
    stroke: #000;
    stroke-width: 5;
}
@media only screen and (max-width:767px){
    .boxIconCircle .link{
        width: 27px;
        height: 27px;
    }
    .btnIn:hover .txtBox{
        padding-left: 5px;
    }
    .boxIconCircle .link .txtBox img{
        width: 9px;
        height: 3px;
    }
}

/* secMainOffice */
.secMainOffice{
    text-align: center;
}
.secMainOffice .txtTit{
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 60px;
}
.secMainOffice .txtTitEng{
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    margin-bottom: 38px;
}
@media only screen and (max-width:767px){
    .secMainOffice .txtTit{
        font-size: 17px;
        letter-spacing: 2px;
        margin-top: 20px;
    }
    .secMainOffice .txtTitEng{
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 9px;
        margin-bottom: 18px;
    }
    .secMainOffice .boxImg{
        width: 214px;
        margin: 0 auto;
    }
}

/* secGallerySlider */
.secGallerySlider{
    margin-top: 100px;
}
.secGallerySlider .boxSlider{
    position: relative;
    overflow: hidden;
}
.secGallerySlider .boxSlider2{
    margin-top: 20px;
}
.secGallerySlider .swiper-wrapper{
    transition-timing-function: linear;
}
.secGallerySlider .swiper{
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secGallerySlider{
        margin-top: 30px;
    }
    .secGallerySlider .swiper{
        width: calc(82.668vw + 6px);
    }
    .secGallerySlider .boxSlider:last-child{
        margin-top: 6px;
    }
    .secGallerySlider .img{
        text-align: center;
        height: 0;
        padding-top: 68.192%;
        position: relative;
    }
    .secGallerySlider .img img{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        object-fit:cover;
        font-family:'object-fit:cover;';
    }
}

/* secOfficeTour */
.secOfficeTour{
    background: #f7f7f7;
    margin-top: 180px;
    padding-top: 180px;
    padding-bottom: 120px;
}
.secOfficeTour .txtAbout{
    font-size: 15px;
    margin-top: 28px;
}
.secOfficeTour .boxOfficeImg{
    margin-top: 100px;
}
.secOfficeTour .boxOfficeImg2{
    margin-top: 111px;
}
.secOfficeTour .boxOfficeImgFlex{
    display: flex;
    gap: 28px;
}
.secOfficeTour .boxTxtOffice{
    padding: 0 20px;
}
.secOfficeTour .txtOfficeTit{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 38px;
}
.secOfficeTour .txtOfficeAbout{
    font-size: 14px;
    line-height: calc(29 / 14);
    margin-top: 16px;
}
@media only screen and (max-width:767px){
    .secOfficeTour{
        margin-top: 60px;
        padding-top: 37px;
        padding-bottom: 40px;
    }
    .secOfficeTour .txtAbout{
        font-size: 13px;
        margin-top: 27px;
    }
    .secOfficeTour .boxOfficeImg{
        margin-top: 28px;
    }
    .secOfficeTour .boxOfficeImg2{
        margin-top: 25px;
    }
    .secOfficeTour .boxOfficeImgFlex{
        flex-direction: column;
        gap: 30px;
    }
    .secOfficeTour .boxTxtOffice{
        padding: 0;
    }
    .secOfficeTour .txtOfficeTit{
        font-size: 15px;
        letter-spacing: 0;
        margin-top: 21px;
    }
    .secOfficeTour .txtOfficeAbout{
        font-size: 11px;
        line-height: calc(22 / 11);
        margin-top: 7px;
    }
}

/* secBnr */
.secBnr{
    margin-top: 118px;
    text-align: center;
}
.secBnr .boxImgTxt2{
    margin-top: 15px;
}
.secBnr .txtTit{
    font-size: 35px;
    letter-spacing: 5px;
    margin: 20px auto 36px;
}
.secBnr .btnList{
    display: flex;
    gap: 60px;
    margin-top: 112px;
}
.secBnr .btnList .item{
    width: calc((100% - 60px) / 2);
    list-style: none;
}
.secBnr .item .bnrLink{
    display: block;
    width: 100%;
    height: 270px;
    color: #fff;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secBnr .item:first-child .bnrLink.lazyloaded{
    background: url(../img/common/bnrCmnCompany.jpg) center top / cover;
}
.secBnr .item:nth-child(2) .bnrLink.lazyloaded{
    background: url(../img/common/bnrCmnRecruit.jpg) center top / cover;
}
.secBnr .item .txtJp{
    font-size: 22px;
}
.secBnr .item .txtEng{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 23px;
}
.secBnr .boxIconCircle{
    position: relative;
}
.secBnr .bnrLink:hover .txtBox{
    padding-left: 7px;
}
.secBnr .bnrLink:hover .txtBox img{
    content: url("../img/index/iconHoverArrowBlack.png");
} 
.secBnr .bnrLink:hover .circle{
    stroke-dashoffset: 0;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
@media only screen and (max-width:767px){
    .secBnr{
        margin-top: 57px;
    }
    .secBnr .txtTit{
        font-size: 17px;
        line-height: calc(30 / 17);
        letter-spacing: 1px;
        margin: 8px auto 22px;
    }
    .secBnr .boxImgTxt{
        width: 280px;
        margin: 0 auto;
    }
    .secBnr .btnList{
        flex-direction: column;
        gap: 20px;
        margin-top: 45px;
    }
    .secBnr .btnList .item{
        width: 100%;
    }
    .secBnr .item .bnrLink{
        height: 117px;
        padding: 0 30px;
    }
    .secBnr .item .txtJp{
        font-size: 15px;
    }
    .secBnr .item .txtEng{
        font-size: 12px;
        margin-top: 11px;
    }
    .secBnr .bnrLink:hover .txtBox{
        padding-left: 7px;
        /* filter: brightness(0) invert(1); */
    }
    .secBnr .bnrLink:hover .circle{
        stroke-dashoffset: 0;
        transition-duration: 1.6s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
}

/* secContact */
.secContact{
    margin-top: 150px;
    margin-bottom: 200px;
    height: 400px;
    padding: 0 80px;
}
.secContact.lazyloaded{
    background: url("../img/index/bgContact.jpg") center top / cover;
}
.secContact .txtSecTit{
    position: absolute;
    top: 60px;
    left: -20px;
    color: rgba(255, 255, 255, 0.5);
}
.secContact .txtSecTit::after{
    background: rgba(255, 255, 255, 0.2);
}
.secContact .boxTxt{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition-delay: 0.3s;
}
.secContact .boxIn{
    color: #fff;
}
.secContact .titIn{
    font-size: 22px;
    letter-spacing: 0.5px;
}
.secContact .txtIn{
    font-size: 14px;
    margin-top: 28px;
}
.secContact .cmnBtn{
    margin: 0;
    border: #fff solid 1px;
    font-weight: unset;
    color: #fff;
    transition-delay: 0.3s;
}
.secContact .cmnBtn .txtLink{
    position: relative;
    padding-left: 37px;
}
.secContact .cmnBtn .txtLink::after{
    content: "";
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.secContact .cmnBtn .txtLink.lazyloaded::after{
    background: url("../img/index/iconContact.png") center top / cover;
}
@media only screen and (max-width:767px){
    .secContact{
        margin-top: 59px;
        margin-bottom: 100px;
        width: 100%;
        height: auto;
        padding: 70px 0 69px;
    }
    .secContact.lazyloaded{
        background: url("../img/index/bgContact_sp.jpg") center top / cover;
    }
    .secContact .txtSecTit{
        top: -30px;
        left: 0;
    }
    .secContact .boxTxt{
        flex-direction: column;
        align-items: unset;
        transition-delay: 0.3s;
    }
    .secContact .boxIn{
        text-align: center;
    }
    .secContact .titIn{
        font-size: 15px;
        letter-spacing: 0;
    }
    .secContact .txtIn{
        font-size: 13px;
        line-height: calc(24 / 13);
        margin-top: 14px;
    }
    .secContact .cmnBtn{
        width: 245px;
        padding: 16px 0 15px;
        margin: 24px auto 0;
        transition-delay: 0.3s;
    }
    .secContact .cmnBtn .txtLink{
        padding-left: 32px;
    }
    .secContact .cmnBtn .txtLink::after{
        width: 18px;
        height: 15px;
    }
}