@charset "UTF-8";
/*
 Theme Name:   New Standard 4 Child
 Template:     new-standard-4
 Version:      1.0.22
*/

/* ↑ ここより上は削除しないでください。 */

/* ↓ ここより下に追加のCSSを記入してください。 */
/* 追加クラスは接頭詞に.emcを付与　既存クラスはそのまま流用 */

/* memo */
/* もとサイトの背景カラーは灰色
#f5f5f5 */

/* ----memo----end---- */


/* header */
/* utility */

:root{
    --emc-c-blue-: #244FBC;
}
.emc-bb{
    box-sizing: border-box;
}
.emc-is-relative{
    position: relative;
}
.emc-fs-middle{
    font-size: 20px;
}
.emc-fs-ms{
    font-size: 18px;
}
.emc-margin-center{
    margin: 0 auto;
}
.emc-margin-center-for-inner>div{
    margin: 0 auto;
}
.emc-text-center{
    text-align: center;
}
.emc-d-none{
    display: none!important;
}
.emc-mw-1140{
    max-width: 1140px!important;
    margin-left: auto;
    margin-right: auto;
}
.emc-button-spacer{
    margin-top: 45px;
    margin-bottom: 60px;
}
.emc-opacity-08{
    opacity: .8;
}
.d-sp-none{
    display: block;
}
.d-pc-none{
    display: none;
}
.d-sp-none-inline{
    display: inline;
}
.d-pc-none-inline{
    display: none;
}
.d-block{
    display: block;
}
@media screen and (max-width:959.98px){
    .emc-group-padding{
        padding-left: 10px;
        padding-right: 10px;
    }
    .d-sp-none{
        display: none;
    }
    .d-pc-none{
        display: block;
    }
    .d-sp-none-inline{
        display: none;
    }
    .d-pc-none-inline{
        display: inline;
    }
    .emc-fs-middle{
        font-size: 18px;
    }
    .emc-fs-ms{
        font-size: 16px;
    }
}
/* !!!!!forced!!!!!!! */
.emc-forced-container-block-m{
    max-width: 710px;
    padding: 0 5px;
    margin: 0 auto;
}
.wp-block-group.has-background {
    padding: 40px 25px;
}
.wp-block-themeisle-blocks-icon-list .wp-block-themeisle-blocks-icon-list-item
{
    align-items: flex-start;
}
.wp-block-themeisle-blocks-icon-list .wp-block-themeisle-blocks-icon-list-item > i{
    align-items: flex-start;
    padding-top: 12px;
}
@media screen and (max-width:959.98px){
    .wp-block-group.has-background {
        padding: 22px 10px;
    }
}
/* forced-end */

@media screen and(min-width:960px){
    .emc-fs-middle{
        font-size: 20px!important;
    }
    .emc-fs-ms{
        font-size: 18px!important;
    }
}
.emc-sns-link a{
    text-decoration: none;
    color: #000;
}
p.emc-title-lead-2{
    display: inline-block;
    width: fit-content!important;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 20px;
    font-weight: 300;
    font-size: 26px;
    background-color: rgba(255, 255, 255, .8);
    text-align: left;
}
p.emc-title-lead-1{
    display: inline-block;
    width: fit-content!important;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 20px;
    color: #000;
    font-weight: 900;
    font-size: 36px;
    background-color: rgba(255, 255, 255, .7);
    text-align: left;
}
.emc-top-slider{
    position: relative;
}
.emc-top-slider::after{
    content: "人と未来への懸け橋";
    display: inline-block;
    width: fit-content!important;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 20px;
    color: #000;
    font-weight: 900;
    font-size: 36px;
    background-color: rgba(255, 255, 255, .7);
    text-align: left;
}
/* p.emc-title-lead-1{
    display: inline-block;
    width: fit-content!important;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 36px;
    background-color: #fff;
    text-align: left;
    display: none;
} */

.emc-home-call-buttons{
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: left;
    width: fit-content!important;
}
.emc-home-call-button{
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 0.7;
}
.emc-home-call-button a{
    position: relative;
    padding-left: 46px;
}
.emc-home-call-button a::before{
    position: absolute;
    content: "";
    background-image: url("./icon/call-icon.svg");
    width: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28px;
    top: calc(50% - 16px);
    left: 15px;
}
.emc-home-call-button a{
    position: relative;
}
.emc-home-call-buttons-time{
    font-size: 18px;
    min-width: 160px;
}
.emc-home-archive-list{
    background-color: #fff;
}
.emc-home-archive-list li{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dashed #e0e0e0;
}
.emc-home-archive-list li:last-child{
    border-bottom: none;
}
.emc-home-archive-list li a{
    color: #141431;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.emc-home-archive-list time{
    color: #000;
    font-size: 18px;
    min-width: 160px;
}
h2.emc-home-archive-title{
    margin: 0px 0 30px;
}
.emc-home-news-group{
    margin: 100px auto 80px;
}
div.emc-home-view-button{
    margin-bottom: 60px!important;
}
/* .emc-spacer-80{
    height: 40px;
} */
.emc-footer-link a{
    font-size: 16px;
    color: #141431;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
}
.emc-footer-link-1,.emc-footer-link-2{
    text-align: center;
}
@media screen and (min-width: 960px){
    .emc-footer-link-1{
        text-align: right;
    }
    .emc-footer-link-2{
        text-align: left;
    }
}


@media screen and (min-width: 960px){
    .header-main-wrap{
        max-width: 1140px;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 18px;
    }
    .header-bar{
        display: none!important;
    }
    .emc-header-contact{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 40px 0 auto;
        text-decoration: none;
    }
    .emc-header-call{
        position: relative;
        padding-left: 29px;
        padding-bottom: 3px;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 2px;
        font-weight: 900;
    }
    .emc-header-time{
        font-size: 16px;
        display: block;
        text-align: center;
        padding-left: 29px;
    }
    .emc-header-call::before {
        position: absolute;
        content: "";
        background-image: url(./icon/call-icon-black.svg);
        color: #000;
        width: 19px;
        height: 26px;
        top: calc(50% - 13px);
        left: 0px;
    }


    /* .header-main-wrap>li:nth-child(6){
        position: relative;
        padding-right: 30px;
    }
    .header-main-wrap>li:nth-child(6)::before{
        content: "";
        position: absolute;
        top: calc(50%-11px);
        left: 0;
        width: 20px;
        height: 20px;
        z-index: -1;
        background:url("") no-repeat center center;
        background-size: cover;
    }
    .header-main-wrap>li:nth-child(7){
        position: relative;
        padding-right: 30px;
    }
    .header-main-wrap>li:nth-child(7)::before{
        content: "";
        position: absolute;
        top: calc(50%-11px);
        left: 0;
        width: 20px;
        height: 20px;
        z-index: -1;
        background:url("") no-repeat center center;
        background-size: cover;
    } */
    p.emc-title-lead-2{
        top: 30px;
        left: 15%;
        padding: 0 20px;
        font-weight: 300;
        font-size: 36px;
    }
    p.emc-title-lead-1{
        top: 30px;
        left: 15%;
        padding: 0 20px;
        font-weight: 500;
        font-size: 50px;
    }
    .emc-top-slider::after{
        top: 30px;
        left: 15%;
        padding: 0 20px;
        font-weight: 900;
        font-size: 50px;
    }
    /* p.emc-title-lead-1{
        top: 105px;
        left: 15%;
        padding: 0 20px;
        font-weight: 500;
        font-size: 50px;
    } */
    .emc-home-call-buttons{
        position: absolute;
        bottom: 0px;
        right: 0;
        text-align: left;
        width: fit-content!important;
    }
    .emc-home-call-button{
        margin-bottom: 20px;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        font-size: 32px;
        letter-spacing: 3px;
        line-height: 0.7;
    }
    .emc-home-call-button a{
        position: relative;
        padding-left: 66px;
    }
    .emc-home-call-button a::before{
        position: absolute;
        content: "";
        background-image: url("./icon/call-icon.svg");
        width: 32px;
        height: 43px;
        top: calc(50% - 20px);
        left: 24px;
    }
    .emc-home-call-button a{
        position: relative;
    }
    .emc-home-call-buttons-time{
        font-size: 22px;
    }
    .emc-home-archive-list li{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        padding: 40px;
        font-size: 18px;
        text-decoration: none;
        font-weight: 500;
    }
    .emc-home-archive-list li a{
        font-size: 18px;
        text-decoration: none;
        width: calc(100% - 160px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .emc-home-archive-list time{
        color: #000;
        font-size: 18px;
    }
    h2.emc-home-archive-title{
        margin: 0px 0 20px;
        text-align: left;
    }
    /* .emc-spacer-80{
        height: 80px;
        margin: 0;
    } */
}

/* 取扱商品ページ */
.emc-h2-ult{
    border-bottom: 3px solid var(--emc-c-blue-);
    padding:0 5px 10px 0;
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
.emc-products .emc-h2-ult{
    display: block;
    width: 100%;
}

@media screen and (max-width:959.98px){
    .emc-h2-ult{
        margin-top: 55px;
    }
}
/* sp */
@media screen and (max-width: 959.98px){
    .has-huge-font-size{
        font-size: 28px!important;
    }
    .has-large-font-size{
        font-size: 24px!important;
    }
    .ns-mb-64{
        margin-bottom: 32px!important;
    }
    .emc-header-call-info{
        display: none;
    }
    .header-nav-tel{
        margin-bottom: 40px!important;
    }
    .header-nav-tel-number{
        font-size:25px!important;
    }
    .header-nav-tel-hours{
        font-size:15px!important;
    }
}
/* グループ会社 */
@media screen and (max-width: 959.98px) {
    .emc-spacer-1{
    
    }
    .emc-flex-table-1{
        flex-direction: column;
    }
    .emc-flex-table-1>div{
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
/* educe */
.emc-educe-area-1{
    padding: 0 10px;
    font-size: 20px;
}
/* pulatama */
.emc-pulatama-table th, td{
    text-align: center!important;
}
@media screen and (max-width:959.98px){
    .wp-block-buttons>.wp-block-button.wp-block-button__width-50{
        width: 100%;
    }
}
/* company */
@media screen and (max-width:959.98px){
    .emc-company-flex{
        flex-direction: column;
    }
    .emc-company-table td:first-child{
        width: 25%;
    }
    .emc-company-table td:last-child{
        width: 75%;
    }
}
/* service */
@media screen and (max-width:959.98px){
    .emc-service-block{
        text-align: center;
    }
    .emc-service-block-button{
        justify-content: center!important;
    }
}
/* import */
.emc-import-block{
    max-width: 1140px!important;
    margin: 80px auto 100px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
}
.emc-import-content{
    margin-left: 30px;
}
.emc-import-content .emc-h2-ult{
    width: 100%;
    margin: 30px 0!important;
}
@media screen and (max-width:959.98px){
    .page-id-99 .wp-block-group.has-background {
        padding: 0px 0px 40px 0;
    }
    .emc-import-block{
        margin: 40px auto 40px;
    }
    .emc-import-content{
        margin-left: 0px;
    }
    .emc-import-content .emc-h2-ult{
        width: 100%;
        margin: 15px 0 22px 0!important;
    }
}

/* sp-end */
/* main-CSS-CLASS */
.footer-copyright-container{
    padding: 7px 20px;
}

.emc-block-container{
    margin-top: 64px;
    margin-bottom: 64px;
}


