@charset "utf-8";

/*-------------------office-------------------*/
.office_mainimg{
    background: url("../images/office/bg_office01.jpg") no-repeat top center;
    padding: 63px 0 50px;
    height: 796px;
    margin-top: 170px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.office_mainimg_tit{
    font-size: 20px;
}
.office_mainimg_tit span{
    font-size: 80px;
    line-height: 1;
    display: block;
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    text-transform: uppercase;
}
.office_mainimg_tit span b{
    font-size: 120px;
    line-height: 0.8;
    font-weight: 400;
}
.office_mainimg_tit01{
    font-size: 36px;
    margin: 30px 0 0;
    font-weight: 700;
}
.office_mainimg_tit01 span{
    font-size: 55px;
}
.office_mainimg_txt{
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0 36px;
}
.office_mainimg ul{
    display: flex;
    justify-content: space-between;
}
.office_mainimg li{
    width: 260px;
}
.office_mainimg li .listbox{
    border: 2px solid #fff;
    background: rgba(70,90,136,0.8);
    padding: 12px 0 8px;
    box-sizing: border-box;
}
.office_mainimg li .listimg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.office_mainimg li .listtxt{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 9px;
    font-family: 'Noto Sans JP', sans-serif;
}
.office_mainimg .top_contact_btn a:nth-child(1){
    background: url(../images/icon/arrow_r_wh.svg) no-repeat right 23px center #002055;
    -webkit-background-size: 7px;
    background-size: 7px;
}
.office_mainimg .top_contact_btn a:nth-child(2){
    background: url(../images/icon/arrow_r_wh.svg) no-repeat right 23px center #a4945d;
    -webkit-background-size: 7px;
    background-size: 7px;
}
.off_about{
    background: url("../images/office/bg_office02.jpg") no-repeat top center;
    padding: 60px 0 70px;
    margin-top: 30px;
}
.breadcrumb_office{
    background: #fff !important;
}
.hdl{
    text-align: center;
    color: #002055;
}
.hdl .en{
    display: block;
    font-size: 28px;
    line-height: 1;
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    padding-bottom: 11px;
    position: relative;
}
.hdl .en:before{
    background: #002055;
    width: 40px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    z-index: 2;
    position: absolute;
}
.hdl .ja{
    display: block;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
}
.off_about_txt{
    font-size: 21px;
    margin: 40px 0 54px;
    font-weight: 700;
    text-align: center;
}
.off_about ul{
    display: flex;
    justify-content: space-between;
}
.off_about li{
    width: 260px;
}
.off_about li .listbox{
    border: 2px solid #fff;
    background: rgba(70,90,136,0.8);
    padding: 28px 20px 28px;
    color: #fff;
    box-sizing: border-box;
}
.off_about li .listimg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}
.off_about li .listtit{
    margin: 16px 0 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.off_about li .listtxt{
    font-size: 15px;
}
.off_target{
    background: #fff;
    padding: 60px 0 70px;
}
.off_target_box{
    margin-top: 47px;
    border: 3px solid #334d77;
    padding: 40px 75px 32px;
    box-sizing: border-box;
}
.off_target_box li{
    padding: 10px 14px 10px 66px;
    font-size: 20px;
    font-weight: 600;
    background: url("../images/office/ico_list01.png") no-repeat left 10px center;
    box-sizing: border-box;
}
.off_target_box li+li{
    border-top: 2px solid #334d77;
}
.off_strength{
    background: #eaedf1;
    padding: 60px 0 70px;
}
.off_strength_txt{
    margin: 36px 0 40px;
    text-align: center;
    font-size: 21px;
}
.off_strength_box+.off_strength_box{
    margin-top: 35px;
}
.off_strength_box{
    border: 3px solid #334d77;
    background: #fff;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
}
.off_strength_box .img{
    width: 380px;
}
.off_strength_box .des{
    width: calc(100% - 380px);
    padding-right: 20px;
    box-sizing: border-box;
}
.off_strength_box .des_tit{
    display: flex;
    justify-content: left;
    align-items: flex-end;
    margin-bottom: 36px;
}
.off_strength_box .des_tit_en{
    font-size: 20px;
    color: #002055;
    line-height: 1;
    width: 150px;
}
.off_strength_box .des_tit_en span{
    font-size: 100px;
    display: block;
    line-height: 0.6;
}
.off_strength_box .des_tit_ja{
    width: calc(100% - 150px);
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #002055;
}
.off_strength .des_txt+.des_txt{
    margin-top: 12px;
}
.off_strength .des_txt{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
.off_case{
    background: #fff;
    padding: 60px 0 70px;
}
.off_case_txt{
    margin: 40px 0 70px;
    font-size: 21px;
    text-align: center;
}
.off_case ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -50px;
}
.off_case li{
    width: 360px;
    margin-bottom: 50px;
}
.off_case .listdes{
    border: 3px solid #334d77;
    padding: 30px 0 20px;
    border-radius: 16px;
    position: relative;
}
.off_case .listnum{
    position: absolute;
    top: -18px;
    left: -3px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    background: #002055;
    color: #fff;
    font-size: 20px;
    width: 160px;
    line-height: 1;
}
.off_case .listnum span{
    font-size: 30px;
    position: relative;
    top: -2px;
    margin-left: 6px;
}
.off_case .listbf{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
}
.off_case .listbf>p{
    margin: 0 20px;
}
.off_case .listleft{
    width: 126px;
    height: 126px;
    border-radius: 50%;
    padding: 26px 0 30px;
    text-align: center;
    background: #334d77;
    position: relative;
    box-sizing: border-box;
}
.off_case .listleft:before{
    background: url("../images/office/ico_list02.png") no-repeat left center;
    width: 18px;
    height: 19px;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    z-index: 2;
    position: absolute;
}
.off_case .listleft span{
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 11px;
}
.off_case .listbf span.left01{
    font-size: 18px;
    line-height: 1.2;
}
.off_case .listbf span.left02{
    font-size: 16px;
    line-height: 1.2;
}
.off_case .listright{
    width: 126px;
    height: 126px;
    border-radius: 50%;
    padding: 26px 0 30px;
    text-align: center;
    background: #dbdbdb;
    box-sizing: border-box;
}
.off_case .listright span{
    font-size: 20px;
    color: #002055;
    display: block;
    margin-bottom: 11px;
}
.off_case .listtit{
    margin-top: 15px;
    font-size: 21px;
    font-weight: 600;
    color: #002055;
}
.off_case li:nth-child(6) .listleft{
    padding: 13px 0 0;
}
.off_contact{
    background: #fafafa;
    padding: 60px 0 70px;
}
.off_contact_tit{
    font-size: 36px;
    font-weight: 600;
    color: #002055;
    text-align: center;
    margin: 40px 0 14px;
}
.off_contact_txt{
    font-size: 21px;
    text-align: center;
}
.off_contact .top_contact_btn{
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .office_mainimg{
        background: url("../images/office/bg_office01.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 30px 0 30px;
        height: auto;
        margin-top: 68px;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
    }
    .office_mainimg_tit{
        font-size: 14px;
    }
    .office_mainimg_tit span{
        font-size: 40px;
        line-height: 1;
        display: block;
        font-family: "Cormorant SC", serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    .office_mainimg_tit span b{
        font-size: 60px;
        line-height: 0.8;
        font-weight: 400;
    }
    .office_mainimg_tit01{
        font-size: 18px;
        margin: 15px 0 0;
        font-weight: 700;
    }
    .office_mainimg_tit01 span{
        font-size: 24px;
    }
    .office_mainimg_txt{
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0 18px;
    }
    .office_mainimg ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .office_mainimg li{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .office_mainimg li .listbox{
        border: 2px solid #fff;
        background: rgba(70,90,136,0.8);
        padding: 6px 0 8px;
        box-sizing: border-box;
    }
    .office_mainimg li .listimg{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
    }
    .office_mainimg li .listtxt{
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        margin-top: 9px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .office_mainimg .top_contact_btn a:nth-child(1){
        background: url(../images/icon/arrow_r_wh.svg) no-repeat right 23px center #002055;
        -webkit-background-size: 7px;
        background-size: 7px;
    }
    .office_mainimg .top_contact_btn a:nth-child(2){
        background: url(../images/icon/arrow_r_wh.svg) no-repeat right 23px center #a4945d;
        -webkit-background-size: 7px;
        background-size: 7px;
    }
    .off_about{
        background: url("../images/office/bg_office02.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 50px 0 50px;
        margin-top: 20px;
    }
    .breadcrumb_office{
        background: #fff !important;
    }
    .hdl{
        text-align: center;
        color: #002055;
    }
    .hdl .en{
        display: block;
        font-size: 20px;
        line-height: 1;
        font-family: "Cormorant SC", serif;
        font-weight: 400;
        padding-bottom: 11px;
        position: relative;
    }
    .hdl .en:before{
        background: #002055;
        width: 25px;
        height: 1px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
    .hdl .ja{
        display: block;
        font-size: 22px;
        line-height: 1.4;
        font-weight: 600;
        margin-top: 18px;
    }
    .off_about_txt{
        font-size: 14px;
        margin: 20px 0 24px;
        font-weight: 700;
    }
    .off_about ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .off_about li{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .off_about li .listbox{
        border: 2px solid #fff;
        background: rgba(70,90,136,0.8);
        padding: 14px 10px 14px;
        color: #fff;
        height: 226px;
        box-sizing: border-box;
    }
    .off_about li .listimg{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
    }
    .off_about li .listtit{
        margin: 10px 0 10px;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .off_about li .listtxt{
        font-size: 12px;
    }
    .off_target{
        background: #fff;
        padding: 50px 0 50px;
    }
    .off_target_box{
        margin-top: 25px;
        border: 2px solid #334d77;
        padding: 20px 20px 20px;
        box-sizing: border-box;
    }
    .off_target_box li{
        padding: 10px 0 10px 30px;
        font-size: 14px;
        font-weight: 600;
        background: url("../images/office/ico_list01.png") no-repeat left top 14px;
        -webkit-background-size: 18px;
        background-size: 18px;
        box-sizing: border-box;
    }
    .off_target_box li+li{
        border-top: 2px solid #334d77;
    }
    .off_strength{
        background: #eaedf1;
        padding: 50px 0 50px;
    }
    .off_strength_txt{
        margin: 18px 0 20px;
        text-align: center;
        font-size: 14px;
    }
    .off_strength_box+.off_strength_box{
        margin-top: 20px;
    }
    .off_strength_box{
        border: 2px solid #334d77;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: block;
        justify-content: left;
    }
    .off_strength_box .img{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .off_strength_box .des{
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    .off_strength_box .des_tit{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .off_strength_box .des_tit_en{
        font-size: 14px;
        color: #002055;
        line-height: 1;
        width: 90px;
    }
    .off_strength_box .des_tit_en span{
        font-size: 50px;
        display: block;
        line-height: 0.6;
    }
    .off_strength_box .des_tit_ja{
        width: calc(100% - 90px);
        font-size: 15px;
        line-height: 1.4;
        font-weight: 600;
        color: #002055;
    }
    .off_strength .des_txt+.des_txt{
        margin-top: 10px;
    }
    .off_strength .des_txt{
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .off_case{
        background: #fff;
        padding: 50px 0 50px;
    }
    .off_case_txt{
        margin: 20px 0 40px;
        font-size: 14px;
        text-align: center;
    }
    .off_case ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .off_case li{
        width: 100%;
        margin-bottom: 30px;
    }
    .off_case .listdes{
        border: 3px solid #334d77;
        padding: 30px 0 20px;
        border-radius: 16px;
        position: relative;
    }
    .off_case .listnum{
        position: absolute;
        top: -18px;
        left: -3px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 33px;
        background: #002055;
        color: #fff;
        font-size: 20px;
        width: 160px;
        line-height: 1;
    }
    .off_case .listnum span{
        font-size: 30px;
        position: relative;
        top: -2px;
        margin-left: 6px;
    }
    .off_case .listbf{
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .off_case .listbf>p{
        margin: 0 20px;
    }
    .off_case .listleft{
        width: 126px;
        height: 126px;
        border-radius: 50%;
        padding: 26px 0 30px;
        text-align: center;
        background: #334d77;
        position: relative;
        box-sizing: border-box;
    }
    .off_case .listleft:before{
        background: url("../images/office/ico_list02.png") no-repeat left center;
        width: 18px;
        height: 19px;
        right: -28px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
    .off_case .listleft span{
        font-size: 20px;
        color: #fff;
        display: block;
        margin-bottom: 11px;
    }
    .off_case .listbf span.left01{
        font-size: 18px;
        line-height: 1.2;
    }
    .off_case .listbf span.left02{
        font-size: 16px;
        line-height: 1.2;
    }
    .off_case .listright{
        width: 126px;
        height: 126px;
        border-radius: 50%;
        padding: 26px 0 30px;
        text-align: center;
        background: #dbdbdb;
        box-sizing: border-box;
    }
    .off_case .listright span{
        font-size: 20px;
        color: #002055;
        display: block;
        margin-bottom: 11px;
    }
    .off_case .listtit{
        margin-top: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #002055;
    }
    .off_case li:nth-child(6) .listleft{
        padding: 13px 0 0;
    }
    .off_contact{
        background: #fafafa;
        padding: 50px 0 50px;
    }
    .off_contact_tit{
        font-size: 24px;
        font-weight: 600;
        color: #002055;
        text-align: center;
        margin: 20px 0 10px;
    }
    .off_contact_txt{
        font-size: 14px;
        text-align: center;
    }
    .off_contact .top_contact_btn{
        margin-top: 35px;
    }
}


/*-------------------refrigerated_warehouse-------------------*/
.refrigerated_mainimg {
    background: url("../images/refrigerated_warehouse/teaser.jpg") no-repeat top center;
    padding-top: 115px;
}

.refrigerated_mainimg .office_mainimg_tit span {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    min-width: 470px;
    border-radius: 20px;
    background: #002055;
    display: inline-flex;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.refrigerated_mainimg .office_mainimg_tit01 span {
    line-height: 1.2;
}

.refrigerated_mainimg ul {
    justify-content: flex-start;
    gap: 0 25px;
}

.refrigerated_mainimg li .listbox {
    background: rgba(51, 77, 119, 0.8); 
} 

.refrigerated_mainimg .office_mainimg_txt {
    margin-bottom: 70px;
}

.refrigerated_mainimg .top_contact_btn {
    margin-top: 60px;
}

.refrigerated_mainimg .top_contact_btn a {
    height: 80px;
    line-height: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

























