/*css fadeIn Up*/
/*=================================================*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#office  img {
    max-width: 100%;
}

#office  .animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both
}

#office  .animatedFadeInUp {
    opacity: 0;
}

#office  .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#office  {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: black;
    
}

#office  .pc_br{
    display: none;
}

#office  .inner{
    padding: 0px 12px;
    /* max-width: 500px;
    margin: auto; */
}

#office  .img-width{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

#office.noto-jp{
    font-family: 'Noto Sans JP', sans-serif !important;
}


/*main-banner*/
/*===============================================*/

#office  .main-banner {
    position: relative;
}

#office  .main-banner .image_wrap .main-img {
    display: block;
    width: 100% !important;
}

#office  .main-banner .heading{
    position: absolute;
    bottom: 15px;
    left: 3.2%;
    color: #fff;
}

#office  .main-banner .heading .t1{
    display: inline-block;
    max-width: 270px;
}

#office  .main-banner .heading .t2{
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2.5px;
    position: relative;
    margin-top: -7px;
}




/*office-content*/
/*==================================*/

#office  .office-content {
    background: rgba(227,232,237,.30);
    padding-bottom: 51px;
}


#office  .office-content .title-page {
    text-align: center;
    padding: 38px 0px;
    font-size: 12px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 99;
    font-weight: 400;
}

#office  .office-content .item-office {
    position: relative;
    padding-left: 24px;
    background: white;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding-bottom: 30px;
    margin-bottom: 20px;
}
#office  .office-content .item-office::before {
    position: absolute;
    height: 4px;
    width: 15px;
    background: #A4A5A6;
    content: '';
    top: 20px;
    left: 0px;
}

#office  .office-content .box-info {
    display: flex;
    flex-wrap: wrap;
}
#office  .office-content .box-info .text-info {
    width: 42%;
    padding-top: 10px;
    padding-right: 5px;
}
#office  .office-content .box-info .box-img {
    width: 58%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

#office  .office-content  .dt-info {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
#office  .office-content  .dd-info {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#office  .office-content .box-info {
    margin-bottom: 15px;
}
#office  .office-content  .dt-content {
    font-size: 16px;
    font-weight: 500;
    color: #A4A5A6;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
#office  .office-content  .dd-content {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding-right: 20px;
    font-weight: 400;
}
#office {
    min-width: 320px;
}


@media (max-width: 350px) {

    #office .office-content .dt-content,
    #office .office-content .dt-info  {
        font-size: 13px;
    }
    #office .office-content .box-info .text-info {
        padding-right: 5px;
    }
    #office .office-content .dd-info {
        font-size: 10px;
        line-height: 18px;
    }
}


@media (min-width: 768px) {
    #office  .pc_br{
        display: block;
    }
    #office  .sp_br{
        display: none;
    }
    #office {
        min-width: 1024px;
    }


    #office  .inner {
        padding: 0px 5px;
        max-width: 1140px;
        margin: auto;
    }

    /*main-banner*/
    /*===================================*/
    #office  .main-banner .heading .t2 {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 4px;
        position: relative;
        margin-top: -8px;
    }

    #office  .main-banner .heading {
        bottom: 33px;
        left: 20.8%;
        color: #fff;
        transform: translateX(-50%);
    }

    /*people-content*/
    /*===================================*/
    
    #office .office-content .title-page {
        padding: 45px 0px;
        font-size: 16px;
        line-height: 40px;
    }

    #office .office-content .item-office {
        padding-left: 7%;
        padding-bottom: 20px;
        margin-bottom: 40px;
        min-height: 520px;
    }
    #office .office-content .box-info .text-info {
        width: 42%;
        padding-top: 3%;
        padding-right: 0px;
    }
    #office .office-content .item-office::before {
        height: 6px;
        width: 50px;
        content: '';
        top: 50px;
    }
    #office .office-content .dt-info {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #office .office-content .dd-info {
        font-size: 16px;
        line-height: 34px;
  
    }

    #office .office-content .box-info {
        margin-bottom: 40px;
    }
    #office .office-content .dt-content {
        font-size: 24px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    #office .office-content .dd-content {
        font-size: 14px;
        line-height: 30px;
        padding-right: 10.5%;
    }
        #office .office-content .dd-content {
        font-size: 16px;
        line-height: 30px;
        padding-right: 8.5%;
    }
    #office .office-content .item-office::before {
        top: 53px;
    }


}




