@charset "Shift_JIS";




/* oem Style */
.sec-title {
    text-align: center;
    font-size: 30px;
    line-height: 180%;
    font-weight: 600;
    margin-bottom: 30px;
}

.sec-comment {
    text-align: center;
    font-size: 16px;
    line-height: 240%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sec-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sec-comment {
        font-size: 100%;
    }
}


#oem-intro {
    margin-bottom: 100px;
}

#oem-intro .sec-title {
    margin: 114px 0 58px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #oem-intro {
        margin-bottom: 60px;
    }

    #oem-intro .sec-title {
        margin: 60px 0 30px;
    }

    #oem-intro .sec-comment {
        text-align: left;
    }
}

#oem-facility {
    background: url(../img/common/bg.jpg) repeat;
    background-size: 1536px auto;
    padding: 100px 0;
}

#oem-facility .builder {
    max-width: 987px;
}

.list-facility {
    gap: 40px 2.5%;
    margin-top: 43px;
}

.list-facility .item {
    width: 31.6%;
    background: #fff;
    border: solid 1px #D5D5D5;
    display: flex;
    flex-direction: column;
}

.list-facility .item .img {
    flex: 1;
    height: 100%;
}

.list-facility .item .detail {
    flex: 2;
    height: 100%;
    padding: 32px 25px;
}

.list-facility .item .detail .title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
}

.list-facility .item .detail .txt {
    text-align: center;
    font-size: 15px;
    line-height: 180%;
}

/*==== mobile スマフォ横?用css ===*/
@media screen and (max-width: 768px) {
    .list-facility .item {
        width: 48.5%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #oem-facility {
        padding: 60px 0;
    }

    .list-facility .item {
        width: 100%;
    }
}

#oem-lot {
    margin-top: 160px;
}

#oem-lot .builder {
    background: url(../img/common/bg.jpg) repeat;
    background-size: 1536px auto;
    padding: 60px 12%;
}

#oem-lot p {
    text-align: center;
}

#oem-lot .block-inline {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 15px 30px;
}

#oem-lot .sec-comment {
    width: 90%;
    font-size: 15px;
    line-height: 150%;
    margin: 30px auto 0;
}

/*==== mobile スマフォ横?用css ===*/
@media screen and (max-width: 768px) {
    #oem-lot {
        margin-top: 60px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #oem-lot .builder {
        padding: 30px 5%;
    }
}

#oem-flow {
    background: url(../img/common/bg.jpg) repeat;
    background-size: 1536px auto;
    padding: 100px 0;
    margin-top: 160px;
}

.list-flow {
    max-width: 940px;
    margin: 73px auto 0;
}

.list-flow .item {
    width: 100%;
}

.list-flow .item .detail {
    gap: 20px 5%;
    background: #fff;
    padding: 20px 30px;
    letter-spacing: -0.31px;
    line-height: 24px;
}

.list-flow .item .detail .num {
    width: 10%;
    max-width: 45px;
    font-size: 18px;
    font-family: 'Shippori Mincho';
    color: #0a0a0a;
    border-right: solid 1px #d5d5d5;
    padding-right: 25px;
}

.list-flow .item .detail .title {
    width: calc(35% - 45px);
    font-size: 18px;
    font-family: 'Shippori Mincho';
    color: #0a0a0a;
}

.list-flow .item .detail .txt {
    width: 55%;
    font-size: 15px;
}

.list-flow .item::after {
    content: "";
    display: block;
    margin: 12px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 12px solid #d9d9d9;
    border-bottom: 0;
    transform: translateX(8vw);
}

.list-flow .item:nth-last-child(1):after {
    display: none;
}

/* dummy */
.list-flow.dummy {
    max-width: 500px;
}
.list-flow.dummy .item .detail .title {
    width: calc(90% - 45px);
}
.list-flow.dummy .item::after {
    transform: translateX(0);
}


/*==== mobile スマフォ横?用css ===*/
@media screen and (max-width: 768px) {
    #oem-flow {
        margin-top: 60px;
    }

    .list-flow .item .detail .title {
        width: calc(90% - 45px);
    }

    .list-flow .item .detail .txt {
        width: 100%;
    }

    .list-flow .item::after {
        transform: translateX(0);
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #oem-flow {
        padding: 60px 0;
        margin-top: 60px;
    }

    .list-flow {
        max-width: 940px;
        margin: 40px auto 0;
    }
}

.block-cv {
    margin: 100px auto;
    gap: 20px 2%;
}

.block-cv .item {
    width: 49%;
    border: solid 1px #D5D5D5;
    padding: 44px 30px;
    display: flex;
    flex-direction: column;
}

.block-cv .item p {
    text-align: center;
}

.block-cv .item .title {
    flex: 1;
    height: 100%;
    font-size: 24px;
    letter-spacing: -0.31px;
    line-height: 24px;
    font-family: 'Shippori Mincho';
    margin-bottom: 44px;
}

.block-cv .item .txt {
    flex: 2;
    height: 100%;
}

.block-cv .item .note {
    flex: 3;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 150%;
    font-weight: 600;
    margin-top: 28px;
}

.btn-bl {
    cursor: pointer;
    display: inline-block;
    margin: 28px auto 0;
    padding: 17px 40px;
    background: #333;
    color: #fff;
    border: solid 1px #333;
    border-radius: 0;
    font-family: 'Shippori Mincho';
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    transition: all 300ms 0s ease;
}

.btn-bl span {
    display: inline-block;
    margin-left: 12px;
}

.btn-bl span img {
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5)) invert(100%) sepia(0%) saturate(3156%) hue-rotate(357deg) brightness(117%) contrast(100%);
    transition: all 300ms 0s ease;
}

.btn-bl:hover {
    background: #fff;
    color: #333;
}

.btn-bl:hover span img {
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}

/*==== mobile スマフォ横?用css ===*/
@media screen and (max-width: 768px) {
    .block-cv .item {
        width: 100%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .block-cv {
        margin: 60px auto;
    }
    .block-cv .item {
        padding: 30px 20px;
    }
    .block-cv .item .title {
        margin-bottom: 30px;
    }
}
