body {
    padding-top: 0;
}
/* .member_content team_member::first-child {
object-fit: cover;
} */
.recruit-hero {
    height: 590px;
    position: relative;
    background-size: cover;
}
.page-recruit {
    padding-bottom: 13.88889%;
    margin-top: 80px;
}
.page-title {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 4rem;
    position: absolute;
    color: white;
    top: 40%;
    left: 10%;
}
.recruit-container h2 {
    padding: 5px 20px;
    line-height: 60px;
    font-size: 30px;
    margin: 30px 0;
}
.recruit-container p {
    padding: 0 10px 5px 10px;
    line-height: 30px;
    font-size: 18px;
    margin: auto;
    text-align: left;
}
.recruitment {
    text-align: center;
}
.recruitment h2 {
    font-size: 30px;
    margin: 30px 0;
}
.recruitment iframe {
    display: inline-block;
}
.company-introduction h2 {
    font-size: 30px;
}
.company-introduction iframe {
    text-align: center;
    width: 1170px;
    height: 658px;
    margin-bottom: 20px;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* document download from */
.content-wrapper {
    width: 100%;
    display: flex;
    padding: 100px 15% 0;
    justify-content: space-around;
}
.content-left {
    width: 37%;
}
.content-left > h2 {
    color: #3589B6;
    font-weight: bold;
    margin-bottom: 20px;
}
.content-left-p1 {
    color: #3589B6;
    font-weight: bold;
    font-size: 1.1rem;
}
.content-left-img-wrapper {
    width: 95%;
}
.content-left-img-wrapper img {
    width: 100%;
    border-radius: 2px;
    padding: 5%;
}
.content-left-p2 {
    color: #EB4F26;
    font-weight: bold;
    font-size: 1.3rem;
}
.request-li1 {
    font-weight: bold;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}
.reauest-li1-wrapper {
    padding: 10px;
}
.content-right {
    width: 35%;
}
.wpcf7 {
    /*     margin-left: 200px; */
}
.wpcf7-list-item-label {
    font-weight: bold;
}
.title_doc {
    font-size: 2rem;
    text-align: center;
}
.content-wrap {
    max-width: 1030px;
    margin: 0 auto;
}
/* document download */
.download-content-wrapper {
    margin-top: 100px;
    margin-bottom: 280px;
    text-align: center;
}
.download-h1 {
    font-weight: bold;
    font-size: 1.2rem margin-top: 20px;
}
.sdm_download_link {
    text-align: center;
    margin-top: 100px;
}
.sdm_download.orange {
    padding: 15px 150px;
    font-weight: bold;
}
.request-form-content {
    text-align: center;
}
.request-form-content label {
    width: 100%
}
.form-btn-block {
    margin: 0 auto;
}
.wpcf7-textarea {
    height: 100px;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
    background-color: transparent;
    border: 1px solid rgba(5, 33, 66, 0.6);
    font-size: .9rem;
    padding: 10px 15px;
    width: 100%;
}
.wpcf7-list-item {
    display: inline;
}
.wpcf7-submit {
    border-style: none;
    background-color: #e8e8e8;
    color: #40a0e0;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    padding: 12px 10px 10px;
    display: inline-block;
    font-size: 1.4rem;
    width: 100px;
    font-weight: bold;
    border-radius: 2px;
}
.wpcf7-submit:hover {
    cursor: pointer;
    opacity: 0.8;
}
.btn-wrap {
    padding: 70px 0;
    background: url(../img/btn-bg.jpg) no-repeat;
    background-size: cover;
}
.btn-wrap h2 {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.btn-wrap .btn-wrap-inner {
    display: flex;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto;
}
.btn-wrap .btn-wrap-inner div {
    max-width: 490px;
    width: 48%
}
.btn-wrap .btn-wrap-inner div a {
    display: block;
    width: 100%;
    height: 65px;
    font-size: 19px;
    line-height: 65px;
    font-weight: normal;
}
.pocwrap {
    background: #3589b7;
    padding: 70px 0;
}
.pocwrap h2 {
    color: #fff;
    font-size: 2em;
    padding: 0 0 30px;
    text-align: center;
}
.pocwrap .poc {
    position: relative;
    background: #fff;
    margin: 0 0 20px;
    padding: 0;
}
.pocwrap .poc .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 100%;
    overflow: hidden;
}
.pocwrap .poc .pic img {
    height: 100%;
    width: auto;
    max-width: auto;
}
.pocwrap .poc .txt {
    position: relative;
    float: right;
    width: calc(100% - 380px);
    padding: 30px 40px;
}
.pocwrap .poc .txt h3 {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 60px;
    padding-left: 60px;
}
.pocwrap .poc .txt h3 span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80px;
    height: 80px;
    background: #ffb750;
    color: #fff;
    font-size: 2em;
    font-style: italic;
    text-align: center;
    line-height: 80px;
    margin-right: 15px;
}
.pocwrap .poc .txt dl dt {
    font-weight: bold;
    color: #ffb750;
    padding-bottom: 5px;
}
.pocwrap .poc .txt dl dd {
    line-height: 1.6em;
    padding-bottom: 25px;
}
.pocwrap .poc .txt dl dd ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.pocwrap .poc .txt .price li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 96px;
    line-height: 1.6em;
    font-weight: bold;
}
.pocwrap .poc .txt .price li span {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffb750;
    width: 90px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0;
    border-radius: 3px;
    list-style: none;
}
/* TEAM PAGE */
.tomoki-img {
    object-fit: cover;
    object-position: 0 10%;
    height: 391.83px;
}
@media screen and (max-width: 1160px) {
    .content-wrapper {
        flex-direction: column;
    }
    .content-left {
        width: 100%;
    }
    .content-right {
        width: 100%;
    }
    .wpcf7 {
        /*         margin: 0 5%; */
    }
}
@media screen and (max-width: 813px) {
    .pocwrap {
        background: #3589b7;
        padding: 30px 0;
    }
    .pocwrap h2 {
        font-size: 1.5em;
        line-height: 1.3em;
        padding: 0 0 20px;
    }
    .pocwrap .poc {
        margin: 0 0 15px;
    }
    .pocwrap .poc .pic {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pocwrap .poc .pic img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .pocwrap .poc .txt {
        position: relative;
        float: none;
        width: 100%;
        padding: 10px 20px 15px;
    }
    .pocwrap .poc .txt h3 {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.3em;
        margin: 0 0 30px;
        padding-left: 40px;
    }
    .pocwrap .poc .txt h3 span {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 1.4em;
        line-height: 40px;
    }
    .pocwrap .poc .txt dl {
        font-size: 0.9em;
    }
    .pocwrap .poc .txt dl dt {
        font-weight: bold;
        color: #ffb750;
        padding-bottom: 5px;
    }
    .pocwrap .poc .txt dl dd {
        line-height: 1.6em;
        padding-bottom: 20px;
    }
}

/*ADD 2021*/
.reset-wrap *:not(div) {
    margin: 0;
}
.reset-wrap h2, .reset-wrap h3 {
    font-weight: 600;
}
.reset-wrap a:not(.lp-card-more):not(.lp-hero-btn):not(.cta-btn) {
    color: #082C70;
    font-weight: 600;
    text-decoration: underline;
}
.reset-wrap a:not(.lp-card-more):not(.lp-hero-btn):hover:not(.cta-hero-btn):hover {
    text-decoration: none;
}
.reset-wrap section:not(.hero-engineering) {
    padding: 100px 0;
}
section.mission {
    padding: 250px 0;
    background: url(https://datumix.co.jp/wp/wp-content/uploads/2021/09/mission.png) left center/contain no-repeat;
}
.reset-wrap img {
    width: 100%;
    max-width: 100%
}
.grid {
    display: grid;
}
.grid.cc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.grid.grid-2 {
    grid-template: auto/1fr 1fr
}
.grid.grid-3 {
    grid-template: auto/1fr 1fr 1fr
}
.grid.grid-4 {
    grid-template: auto/1fr 1fr 1fr 1fr
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}
.flex.ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.flex.cc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.flex.start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-30 {
    gap: 30px;
}
.gap-50 {
    gap: 50px;
}
.gap-100 {
    gap: 100px;
}
.font-12 {
    font-size: 12px
}
.font-14 {
    font-size: 14px !important
}
.font-20 {
    font-size: 20px
}
.font-30 {
    font-size: 30px
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: 600;
}
.text-blue {
    color: #082C70;
}
.bg-gray {
    background: #eee;
}
.bg-gradient {
    background: rgb(8, 44, 112);
    background: radial-gradient(circle, rgba(8, 44, 112, 1) 0%, rgba(4, 22, 56, 1) 100%);
}
.bg-stripe {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3.1px, rgba(234, 234, 234, 1) 4.1px, rgba(234, 234, 234, 1) 5.1px);
}
.lp-box {
    padding: 50px 30px;
    background: #fff;
}
.lp-card {
    background: #fff;
    position: relative;
}
.lp-card-body {
    padding: 30px 30px 100px;
}
.lp-card-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-family: Lato;
    font-weight: 300;
    color: #999;
    font-size: 14px;
}
.lp-card-more:hover {
    padding-right: 25px;
}
.lp-card-more img {
    width: 21px;
}
.lp-border {
    border: 1px solid #ddd;
    padding: 30px;
}
.lp-shadow {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1)
}
.lp-layer {
    margin: 100px 0 0 -80px;
}
.lp-hero {
    height: 600px;
    margin-top: 80px !important;
}
.lp-bg-fix {
    background: url(https://datumix.co.jp/wp/wp-content/uploads/2021/09/hero-scaled.jpg) center right/cover;
}
.lp-hero > .flex {
    height: 100%;
}
.lp-hero-title {
    font-family: Lato;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.1;
}
.lp-circle {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50px;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100px !important;
    flex: 0 0 100px !important;
}
.lp-hero-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 300px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px
}
.lp-hero-btn:hover {
    background: #fff;
    color: #082C70 !important;
}
.lp-problem {
    background: #f5f5f5;
    justify-self: center;
    border-radius: 18px;
    padding: 10px 15px;
    line-height: 1;
}
.lp-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 10px 15px;
    line-height: 1;
    margin: 10px !important;
}
.lp-about-img {
    margin: 0 auto 30px !important;
    display: block;
    width: auto !important;
    height: 150px;
}
.lp-trouble .lp-tag {
    background: #f5f5f5
}
.lp-title-en {
    font-family: Lato;
    font-weight: 300;
    opacity: .3;
    font-size: 60px;
}
.lp-check {
    padding-left: 2em;
    line-height: 1;
    position: relative;
}
.lp-check::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(https://datumix.co.jp/wp/wp-content/uploads/2021/09/check.png) center/cover;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.vector {
    background: url(https://datumix.co.jp/wp/wp-content/uploads/2021/09/vector.png) center right/auto 16px no-repeat;
}
.lp-step-item {
    background: #082C70;
    height: 50px;
    position: relative
}
.lp-step-item::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(8, 44, 112, 0);
    border-left-color: #082C70;
    border-width: 10px;
    margin-top: -10px;
}
.lp-step-item:last-child::after {
    display: none;
}
.lp-deliverable {
    padding: 15px;
    border: 2px solid #082C70;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.lp-deliverable-item {
    position: relative;
    padding-left: 2em;
}
.lp-deliverable-item::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 24px;
    background: url(https://datumix.co.jp/wp/wp-content/uploads/2021/09/file.png) center/cover;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.lp-case-title {
    border: 1px solid #ddd;
    padding: 1em;
}
table {
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}
th, td {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}
th {
    min-width: 160px
}
td {
    font-size: 14px
}
.table-about {
    width: 100%;
    max-width: 700px;
    margin: auto !important;
}
.video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden
}
#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important
}
@media (max-width: 768px) {
    .reset-wrap section {
        padding: 50px 0;
    }
    .font-20 {
        font-size: 17px
    }
    .font-30 {
        font-size: 24px
    }
    .text-right {
        text-align: center;
    }
    .flex {
        display: grid
    }
    .grid.grid-2, .grid.grid-3, .grid.grid-4 {
        grid-template: auto/1fr
    }
    .gap-50, .gap-100 {
        gap: 30px
    }
    .lp-hero {
        height: 80vh;
    }
    .lp-hero.simulation {
        background: url(https://datumix.co.jp/wp/wp-content/uploads/2021/09/hero-scaled.jpg) center right -105%/cover !important;
    }
    .lp-hero p, .lp-hero h1 {
        text-shadow: 0 1px 8px #000;
    }
    .lp-hero-title {
        font-size: 40px;
    }
    .lp-hero .gap-30 {
        gap: 15px
    }
    .lp-hero .lp-tag {
        margin: 5px !important;
    }
    .lp-circle {
        width: 50px;
        height: 50px;
        font-size: 12px
    }
    .lp-hero-btn {
        margin: 10px auto !important;
        width: 100%;
    }
    .lp-title-en {
        font-size: 45px
    }
    .lp-step-item::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(8, 44, 112, 0);
        border-top-color: #082C70;
        border-width: 10px;
        margin-left: -10px;
        margin-top: 0;
    }
    th, td {
        font-size: 13px;
        padding: 10px;
    }
    th {
        min-width: 120px
    }
    .lp-layer {
        margin: 0;
    }
}
/*ADD 2022*/
.text-center {
    text-align: center;
}
.hero--img {
    width: clamp(250px, 50%, 609px);
    position: absolute !important;
    top: -120px;
    right: 2rem;
}
.engineering * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.engineering {
/*    background: url(../img/hero.png) top -50px right calc((100vw - 1200px)/2) no-repeat;*/
    line-height: 1.7;
}
.engineering h1, .engineering h2, .engineering h3, .engineering h4 {
    font-weight: normal;
    line-height: 1.3;
}
.engineering h1{
    visibility: hidden;
}
.engineering h2 {
    font-size: clamp(24px, 5vw, 30px)
}
.engineering h3 {
    font-size: clamp(21px, 4.5vw, 24px)
}
.engineering h4 {
    font-size: 16px
}
.engineering .container {
    margin: auto;
    padding: 0 2em;
    max-width: calc(1200px + 4em);
    width: 100%;
}
.engineering .w-800 {
    margin: auto;
    padding: 0 2em;
    max-width: calc(800px + 4em);
    width: 100%;
}
.engineering .w-1000 {
    margin: auto;
    padding: 0 2em;
    max-width: calc(1000px + 4em);
    width: 100%;
}
.engineering .cta-btn {
    display: inline-block;
    line-height: 1;
    padding: 1em clamp(1em, 4em, 70px);
    color: #fff;
    background: #0c7493;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}
.engineering .cta-btn:hover {
    background: #0a556b;
    -webkit-transition: .3s;
    transition: .3s
}
.engineering .cta-btn.cta-btn--lg {
    font-size: 24px;
    font-weight: bold;
    display: table;
    margin: auto;
}
.header-engineering > .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.header-engineering h1 {
    font-size: 20px;
    padding: 20px 0;
}
.header-engineering a {
    line-height: 0;
}
.hero-engineering {
    max-height: 700px;
    min-height: 70vh;
    position: relative;
}
.hero-engineering .container {
    max-height: 700px;
    min-height: 70vh;
    position: relative
}
.hero-engineering .grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.hero-engineering img {
    width: clamp(300px, 80vw, 450px);
}
.hero--title {
    font-size: 30px;
}
.hero--caption {
    font-size: clamp(15px, 4vw, 18px)
}
.hero-engineering .cta-btn {
    justify-self: flex-start
}
.hero--left {
    position: absolute;
    left: 2em;
    bottom: 0;
    font-size: 10px;
    color: #aaa;
}
.hero--left::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #ccc;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero--left::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #999;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero--right {
    position: absolute;
    right: 2em;
    bottom: 0;
    font-size: 10px;
    color: #aaa;
}
.about-engineering {
    background: rgb(255 255 255 / 90%)
}
.about--img {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 400px !important;
    flex: 0 0 400px !important
}
.about--img img {
    width: 396px;
}
.bg {
    background: url(../img/bg.svg) top right 50px no-repeat;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 120%;
    height: 100vh;
}
.flow-engineering {
    background: #F2F8FA url(../img/flow-bg.svg) center left 50px repeat-y fixed;
}
.flow-engineering .title-en {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(50px, 15vw, 60px);
    color: #0C7493;
}
.flow-engineering h3 {
    margin-top: clamp(-30px, -5vw, -50px);
}
.results-engineering {
    background: linear-gradient(45deg, #032934 0%, #0c7493 100%);
    color: #fff;
}
.results-engineering .swiper-pagination {
    position: absolute
}
.results-engineering .swiper-pagination-bullet {
    background: rgb(255 255 255 / 50%)
}
.results-engineering .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}
.results-engineering .swiper-slide {
    max-width: 640px;
    padding-bottom: 50px;
}
.results-engineering .swiper-slide .img-caption {
    font-size: 14px;
    color: #ddd;
}
.results-engineering .patent {
    position: relative
}
.results-engineering .patent span {
    position: absolute;
    right: 0;
    bottom: 0;
}
.case-engineering h3 {
    position: relative;
    padding-left: 35px;
}
.case-engineering h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 30px;
    background: url(../img/title-icon.svg)
}
.case-engineering h4 {
    color: #0C7493;
}
.case-engineering ul {
    padding-left: 1.2em;
    margin-top: -25px;
}
.case-tag {
    width: 90px;
    height: 22px;
    background: #999999;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 90px !important;
    flex: 0 0 90px !important;
    text-align: center;
    padding-top: 2px;
}
.case-wrap {
    padding-left: calc((100vw - 1200px)/2);
    padding-top: 50px;
}
.case::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc((100vw - 1200px)/2);
    height: 100%;
    background: #fff;
    z-index: 999
}
.case-card {
    max-width: 650px;
    min-width: calc((100vw - 1200px)/2);
    padding: 50px;
    border-radius: 30px 0px;
    background: #fff;
    border: 2px solid #eee;
    height: auto;
}
.apply-engineering {
    padding: 100px 0 200px !important;
}
.apply-engineering img {
    height: 48px;
    margin-bottom: 30px;
}
.footer-engineering {
    background: #111;
    color: #fff;
    padding: 50px 0;
}
.footer-engineering a {
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 1.5em;
}
.footer-engineering a + a {
    border-left: 1px solid #999
}
.footer-engineering .copy {
    color: #999;
    font-size: 12px
}
@media (max-width: 768px) {
    .reset-wrap section {
        padding: 50px 0;
    }
    .font-20 {
        font-size: 17px
    }
    .font-30 {
        font-size: 24px
    }
    .text-right {
        text-align: center;
    }
    .flex {
        display: grid
    }
    .grid.grid-2, .grid.grid-3, .grid.grid-4 {
        grid-template: auto/1fr
    }
    .gap-50 {
        gap: 30px
    }
    .engineering {
        background: url(../img/hero.png) top 10vw right -15vw/60vw no-repeat;
        line-height: 1.7;
    }
    .engineering .container {
        padding: 0 5vw;
    }
    .engineering .w-800, .engineering .w-1000 {
        padding: 0;
    }
    .engineering .swiper {
        width: 100%;
        height: 100%;
    }
    .header-engineering {
        background: rgb(255 255 255 / 90%);
    }
    .header-engineering > .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .hero-engineering {
        padding-top: 30vw !important;
    }
    .hero-engineering .cta-btn {
        width: 100%;
    }
    .hero--left::before, .hero--left::after {
        display: none;
    }
    .results-engineering, .cta-engineering, .case-engineering {
        padding: 50px 5vw !important;
    }
    .results-engineering .swiper-slide {
        width: 100%;
        max-width: 100%;
    }
    .engineering .cta-btn.cta-btn--lg {
        padding: 1em;
    }
    .case-card {
        padding: 30px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 14px;
    }
    .case-card .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .apply-engineering {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }
    .footer-engineering a + a {
        border-left: 0;
        margin-top: 1em;
    }
}
