@charset "UTF-8";
.dtlBox_wrap {
    background: #fff;
    margin-top: 60px;
    padding: 60px 60px;
    border-radius: 16px;
}
.dtlBox_wrap:first-child {
    margin-top: 0
}
.dtlBox_ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: center
}
.dtlBox_lst {
    padding-top: 40px;
    margin-bottom: 60px
}
.dtlBox_lst:last-child {
    margin-bottom: 0
}
.dtlBox_lst .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #E6E6E6
}
.dtlBox_lst .box:first-child {
    padding-top: 0;
    border-top: none
}
.dtlBox_lst .box:last-child {
    padding-bottom: 0
}
.dtlBox_lst .box dt {
    width: 30%;
    padding: 0 10px;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    box-sizing: border-box
}
.dtlBox_lst .box dd {
    width: -webkit-calc(100% - 30%);
    width: calc(100% - 30%);
    padding: 0 10px;
    font-size: 16px;
    line-height: 2;
    box-sizing: border-box
}
.cmpDtl_wrap {
    padding: 0 0 120px;
    background: #F3F6F5
}
.cmpDtl-ttl {
    font-size: 30px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: left;
    line-height: 1.4
}
.sameComp {
    background: #fff;
    margin-top: 60px;
    padding: 60px 60px;
    border-radius: 16px;
}
.similarTitle {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.4;
    padding-left: 18px;
    position: relative;
    box-sizing: border-box
}
.similarTitle:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E2B700;
    z-index: 1;
}
.sameCompList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}
.sameCompList li {
    position: relative;
    width: 50%;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 0 16px;
    box-sizing: border-box
}
.sameCompList li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 10;
    width: 5px;
    height: 12px;
    background: url(/cmn5/svg/arw_r.svg) no-repeat center center;
    background-size: 100% auto
}
.company {
    background: #fff;
    margin-top: 60px;
    padding: 60px 60px;
    border-radius: 16px;
}
.company .c-title-ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: center;
}
.company .realVoice {
    padding-top: 40px;
}
.company .realVoice a {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 20px 40px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}
.company .listin {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.company .listin dl {
    width: 350px;
}
.company .listin dl dt {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.company .listin dl dd {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    margin-top: 4px;
}
.company .listct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-left: 40px;
}
.realVoice .gra {
    width: 120px;
    height: 120px;
}
.realVoice .gra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.company .realVoice .list {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 20px;
}
@media (min-width:767px) {
    .sameCompList li:nth-child(-n+2) {
        margin-top: 0
    }
    .sameCompList li a:hover {
        color: #1C4A40
    }
    .company .realVoice a:hover {
        border: 1px solid #1C4A40;
        color: #1C4A40;
    }
}
@media only screen and (max-width:767px) {
    .dtlBox_wrap {
        margin-top: 40px;
        padding: 30px 20px;
        box-sizing: border-box
    }
    .dtlBox_ttl {
        font-size: 19px
    }
    .dtlBox_lst {
        padding-top: 20px;
        margin-bottom: 40px
    }
    .dtlBox_lst .box {
        display: block;
        padding: 15px 0
    }
    .dtlBox_lst .box dt {
        width: 100%;
        padding: 0 0 5px;
        font-size: 15px;
        line-height: 1.8
    }
    .dtlBox_lst .box dd {
        width: 100%;
        padding: 0;
        font-size: 14px;
        line-height: 1.8
    }
    .cmpDtl_wrap {
        padding: 0 20px 80px
    }
    .cmpDtl-ttl {
        font-size: 17px;
        padding: 0 20px
    }
    .sameComp {
        margin-top: 40px;
        padding: 30px 20px;
    }
    .similarTitle {
        font-size: 14px;
        padding: 0 0 0 10px
    }
    .sameCompList {
        margin-top: 20px
    }
    .sameCompList li {
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
        padding: 0 0 0 15px
    }
    .sameCompList li:nth-child(1) {
        margin-top: 0
    }
    .company {
        margin-top: 40px;
        padding: 30px 20px;
    }
    .company .c-title-ttl {
        font-size: 19px;
    }
    .company .realVoice {
        padding-top: 20px;
    }
    .company .realVoice a {
        padding: 20px 16px;
    }
    .company .listin {
        display: block;
    }
    .company .listin dl {
        width: 100%;
        margin-bottom: 10px;
    }
    .company .listin dl dt {
        font-size: 14px;
    }
    .company .listin dl dd {
        font-size: 12px;
        margin-top: 4px;
    }
    .company .listct {
        width: 100%;
        padding-left: 0;
    }
    .realVoice .gra {
        width: 80px;
        height: 80px;
    }
    .company .realVoice .list {
        font-size: 12px;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding-left: 20px;
    }
}
