/* --------------------
 Evalution
-------------------- */
.eval {
    margin: 0 0 120px;
}

@media (min-width: 768px) {
    .eval {
        margin-bottom: 180px;
    }
}

@media (min-width: 992px) {
    .eval {
        margin-bottom: 250px;
    }
}

.eval-section {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .eval-section {
        margin-bottom: 120px;
    }
}

@media (min-width: 992px) {
    .eval-section {
        margin-bottom: 200px;
    }
}

.eval-section:last-child {
    margin-bottom: 0;
}

.eval__lead {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .eval__lead {
        margin-bottom: 120px;
    }
}

@media (min-width: 992px) {
    .eval__lead {
        margin-bottom: 200px;
    }
}

.eval__lead p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.75em;
}

@media (min-width: 768px) {
    .eval__lead p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .eval__lead p {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .eval__lead p {
        font-size: 2rem;
    }
}

.eval__lead p:last-child {
    margin-bottom: 0;
}

.eval__item {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .eval__item {
        margin-bottom: 70px;
    }
}

.eval__item:last-child {
    margin-bottom: 0;
}

.eval__item__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    justify-content: normal;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .eval__item__gallery {
        flex-direction: row;
        margin-bottom: 70px;
    }
}

@media (min-width: 1240px) {
    .eval__item__gallery {
        column-gap: 60px;
    }
}

.eval__item__gallery__item {
    text-align: center;
}

@media (min-width: 768px) {
    .eval__item__gallery__item {
        width: calc(50% - 20px);
    }
}

@media (min-width: 1240px) {
    .eval__item__gallery__item {
        width: calc(50% - 30px);
    }
}

.eval__item__content {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .eval__item__content {
        margin-bottom: 70px;
    }
}

.eval__item__content p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.75em;
}

@media (min-width: 768px) {
    .eval__item__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .eval__item__content p {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .eval__item__content p {
        font-size: 2rem;
    }
}

.eval__item__content p:last-child {
    margin-bottom: 0;
}

.eval__item__info__item {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .eval__item__info__item {
        margin-bottom: 70px;
    }
}

.eval__item__info__item:last-child {
    margin-bottom: 0;
}

.eval__item__info__item__title {
    color: #347E43;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .eval__item__info__item__title {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .eval__item__info__item__title {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .eval__item__info__item__title {
        font-size: 2rem;
    }
}

.eval__item__info__item__table-wrapper {
    margin: 0 0 70px;
}

@media (max-width: 767px) {
    .eval__item__info__item__table-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
}

.eval__item__info__item__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.eval__item__info__item__table > thead > tr > th, .eval__item__info__item__table > thead > tr > td {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 768px) {
    .eval__item__info__item__table > thead > tr > th, .eval__item__info__item__table > thead > tr > td {
        font-size: 1.6rem;
        padding: 15px 20px;
    }
}

.eval__item__info__item__table > thead > tr > th:last-child, .eval__item__info__item__table > thead > tr > td:last-child {
    border-right: 1px solid #cccccc;
}

.eval__item__info__item__table > thead > tr > th {
    background-color: #F5F5F5;
    width: auto;
}

.eval__item__info__item__table > thead > tr > td {
    background-color: #fff;
    width: auto;
}

.eval__item__info__item__table > tbody > tr > th, .eval__item__info__item__table > tbody > tr > td {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 768px) {
    .eval__item__info__item__table > tbody > tr > th, .eval__item__info__item__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 15px 20px;
    }
}

.eval__item__info__item__table > tbody > tr > th:last-child, .eval__item__info__item__table > tbody > tr > td:last-child {
    border-right: 1px solid #cccccc;
}

.eval__item__info__item__table > tbody > tr > th {
    background-color: #F5F5F5;
    min-width: 80px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .eval__item__info__item__table > tbody > tr > th {
        width: 200px;
    }
}

.eval__item__info__item__table > tbody > tr > td {
    background-color: #fff;
    width: auto;
}

.eval__item__info__item__table > tbody > tr:first-child > th, .eval__item__info__item__table > tbody > tr:first-child > td {
    border-top: 1px solid #cccccc;
}

.eval__item__contact {
    background-color: #EFF5F0;
    margin: 50px 0 0;
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .eval__item__contact {
        margin-top: 70px;
        padding: 30px 30px 50px;
    }
}

.eval__item__contact__content {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .eval__item__contact__content {
        margin-bottom: 50px;
    }
}

.eval__item__contact__content p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.75em;
    text-align: center;
}

@media (min-width: 768px) {
    .eval__item__contact__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .eval__item__contact__content p {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .eval__item__contact__content p {
        font-size: 2rem;
    }
}

.eval__item__contact__content p:last-child {
    margin-bottom: 0;
}

.eval__item__contact__action {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 30px;
    margin: 0 auto;
    max-width: 880px;
}

@media (min-width: 768px) {
    .eval__item__contact__action {
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .eval__item__contact__action__item {
        width: calc(50% - 15px);
    }
}


.mtm70{
	margin-top:-70px;
}

.machining__contact {
    align-items: stretch;
    background-color: #EFF5F0;
    border: 2px solid #347E43;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
    justify-content: space-between;
    padding: 20px;
}

@media (min-width: 768px) {
    .machining__contact {
        flex-direction: row;
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .machining__contact {
        padding: 45px 40px;
    }
}

@media (min-width: 768px) {
    .machining__contact__fig {
        width: 38.7029288703%;
    }
}

.machining__contact__main {
    padding: 0;
}

@media (min-width: 768px) {
    .machining__contact__main {
        padding-left: 30px;
        width: 61.2970711297%;
    }
}

.machining__contact__main__content {
    margin: 0 0 20px;
}

.machining__contact__main__content p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.75em;
}

@media (min-width: 768px) {
    .machining__contact__main__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .machining__contact__main__content p {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .machining__contact__main__content p {
        font-size: 2rem;
    }
}

.machining__contact__main__content p:last-child {
    margin-bottom: 0;
}

.machining__contact__main__profile {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .machining__contact__main__profile {
        margin-bottom: 40px;
    }
}

.machining__contact__main__profile p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .machining__contact__main__profile p {
        font-size: 1.6rem;
    }
}