@charset "UTF-8";
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Noto Sans JP Medium"), url("/corporate/cmn/font/NotoSansJP-Medium.woff2") format("woff2")
}
.f-NotoSans {
    font-family: "Inter", "Noto Sans JP", "Noto Sans CJK", sans-serif;
    font-weight: 500;
}
.compCnt_wrap {
    padding: 112px 0 200px;
}
.compCnt_in {
    padding: 0 180px;
}
.compCnt_wrap .box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.compCnt_wrap .box:first-child {
    margin-top: 0;
}
.compCnt_wrap .ttl {
    width: 190px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: .07em;
    position: relative;
    padding-left: 18px;
}
.compCnt_wrap .ttl:before {
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #4a4a4a;
    z-index: 1;
}
.compCnt_wrap .cnt {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .07em;
}
.compCnt_wrap .cnt.is-flx {
    display: flex;
    flex-wrap: wrap;
}
.compCnt_wrap .location {
    margin-bottom: 30px;
}
.compCnt_wrap .location:last-child {
    margin-bottom: 0;
}
.compCnt_wrap .location dt {
    font-weight: 700;
    color: #4a4a4a;
}
.compCnt_wrap  .group:first-child {
    width: 172px;
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .compCnt_in {
        padding: 0;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .compCnt_wrap {
        padding: 80px 24px 120px;
    }
    .compCnt_in {
        padding: 0;
    }
    .compCnt_wrap .box {
        margin-top: 32px;
    }
    .compCnt_wrap .ttl {
        width: 112px;
        font-size: 13px;
        line-height: 1.84;
        padding-left: 12px;
    }
    .compCnt_wrap .ttl:before {
        width: 4px;
        height: 14px;
        top: 6px;
    }
    .compCnt_wrap .cnt {
        width: -webkit-calc(100% - 112px);
        width: calc(100% - 112px);
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: .01em;
    }
    .compCnt_wrap .location {
        margin-bottom: 28px;
    }
    .compCnt_wrap .group:first-child {
        width: 50%;
    }
    .compCnt_wrap .group {
        width: 50%;
    }
}
