.pc {
    display: block;
}

.sp {
    display: none;
}


/* lower オーバーライド */
#mv__area-lower {
    margin-bottom: 0;
}

#breadcrumb {
    padding-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 6rem;
}

/* lower オーバーライド ここまで*/

/* 背景 グレー */

.message__bg--gray {
    width: 100%;
    height: auto;
    background-color: #F2F3F3;

}



/* 導入部分 */
.message__primary {
    width: 920px;
    margin: 0 auto;
    padding: 0 0 8rem 0;
    position: relative;
}

.message__forth {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 5rem;
    text-align: center;
}

.message__text {
    max-width: 600px;
    line-height: 6rem;
    background-color: #B6B6B6;
    background-image: linear-gradient(180deg, #F2F3F3 98%, transparent 2%);
    background-size: 1px 5.9rem;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: left;
}

.message__tractor-img {
    width: 191px;
    height: 217px;
    position: absolute;
    top: 3%;
    right: -14%;
}

.message__tractor-img img {
    width: 100%;
    height: auto;
}

.message__pic--list {
    width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.message__pic--item {
    width: 445px;
    height: 280px;
    margin: 6rem 0 0 0;
}

.message__pic--img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}


/* メッセージ 会社ごと*/

.message__company--list {
    width: 920px;
    margin: 8rem auto 20rem;
}

.message__company--item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #B6B6B6;
    padding: 12rem 0 6rem;
    margin-top: -4rem;
}

.message__company--item:first-of-type {
    padding: 10rem 0 6rem 0;
    margin-top: -5rem;
}

.message__company--item:last-of-type {

}

.message__company-img {
    display: block;
    width: 380px;
    height: 260px;
    border-radius: 15px;
}

.message__company--textblock {
    width: 500px;
}

.message__company--name {
    font-size: 2rem;
    color: #00A5A5;
    position: relative;
    margin: 0 0 0 1.8rem;
}

.message__company--name::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #35DE90;
    border-radius: 50px;
    position: absolute;
    top: 36%;
    left: -1.8rem;
}

.message__company--title,
.message__company--text,
.message__company--rep_name {
    margin: 3rem 0 0 0;
}

.message__company--title {
    font-size: 2rem;
    font-weight: 600;

}

.message__company--text,
.message__company--rep_name {
    font-size: 1.5rem;
}

.message__company--rep_name {
    text-align: right;
}