/* --------------------
 Technology
-------------------- */
.tech {
    overflow: hidden;
}

.tech-container {
    position: relative;
}

.tech__overview {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .tech__overview {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

@media (min-width: 992px) {
    .tech__overview {
        padding-bottom: 150px;
        padding-top: 150px;
    }
}

.tech__overview-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .tech__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.tech__overview__content {
    margin: 0 0 30px;
}

.tech__overview__content p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1.25em;
    text-align: center;
}

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

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

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

.tech__overview__note {
    margin: 0 0 30px;
}

.tech__overview__note p {
    color: #5D616E;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1.25em;
    text-align: center;
}

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

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

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

.tech__overview__action {
    margin: 0 0 80px;
}

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

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

.tech__overview__action a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #D60016;
    border-radius: 30px;
    color: #D60016;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200px;
}

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

@media (min-width: 992px) {
    .tech__overview__action a {
        border-width: 3px;
        font-size: 1.8rem;
    }
}

.tech__overview__action a:focus {
    background-color: #D60016;
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .tech__overview__action a:hover {
        background-color: #D60016;
        color: #fff;
    }
}

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

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

.tech__overview__table > thead > tr > th, .tech__overview__table > thead > tr > td {
    font-weight: 400;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.tech__overview__table > thead > tr > th:first-child, .tech__overview__table > thead > tr > td:first-child {
    width: 19.4444444444%;
}

.tech__overview__table > thead > tr > th:first-child:before, .tech__overview__table > thead > tr > td:first-child:before {
    background-image: url(../../assets/images/pages/technology/technology-line-horizontal.svg);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 1080px 1px;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 200vw;
}

@media (min-width: 768px) {
    .tech__overview__table > thead > tr > th:first-child:before, .tech__overview__table > thead > tr > td:first-child:before {
        max-width: 1080px;
        width: calc(100vw - 60px);
    }
}

.tech__overview__table > thead > tr > th:not(:first-child), .tech__overview__table > thead > tr > td:not(:first-child) {
    width: 40.2777777778%;
}

.tech__overview__table > thead > tr > th:not(:last-child):after, .tech__overview__table > thead > tr > td:not(:last-child):after {
    background-image: url(../../assets/images/pages/technology/technology-line-vertical.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1px 330px;
    bottom: auto;
    content: "";
    display: block;
    height: 330px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.tech__overview__table > thead > tr > th {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .tech__overview__table > thead > tr > th {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .tech__overview__table > thead > tr > th {
        font-size: 1.8rem;
    }
}

.tech__overview__table > thead > tr > td {
    font-size: 1.4rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .tech__overview__table > thead > tr > td {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .tech__overview__table > thead > tr > td {
        font-size: 1.8rem;
    }
}

.tech__overview__table > tbody > tr > th, .tech__overview__table > tbody > tr > td {
    font-weight: 400;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.tech__overview__table > tbody > tr > th {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .tech__overview__table > tbody > tr > th {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .tech__overview__table > tbody > tr > th {
        font-size: 1.8rem;
    }
}

.tech__overview__table > tbody > tr > td {
    font-size: 1.2rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .tech__overview__table > tbody > tr > td {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .tech__overview__table > tbody > tr > td {
        font-size: 1.8rem;
    }
}

.tech__overview__table > tbody > tr > td a {
    align-items: center;
    background: linear-gradient(to bottom, #008bd5 0%, #1d2087 50%, #008bd5 100%);
    background-position: center 0%;
    background-size: 100% 200%;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: inherit;
    font-weight: 700;
    height: 100px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 300px;
    padding: 0 10px 20px;
    position: relative;
    text-decoration: none;
    transition: background-position 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.tech__overview__table > tbody > tr > td a:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #fff;
    bottom: 15px;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 16px;
}

.tech__overview__table > tbody > tr > td a:focus {
    background-position: center 100%;
}

@media (hover: hover) and (pointer: fine) {
    .tech__overview__table > tbody > tr > td a:hover {
        background-position: center 100%;
    }
}

.tech__overview__table > tbody > tr:not(:last-child) > th:first-child:before, .tech__overview__table > tbody > tr:not(:last-child) > td:first-child:before {
    background-image: url(../../assets/images/pages/technology/technology-line-horizontal.svg);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 1080px 1px;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 200vw;
}

@media (min-width: 768px) {
    .tech__overview__table > tbody > tr:not(:last-child) > th:first-child:before, .tech__overview__table > tbody > tr:not(:last-child) > td:first-child:before {
        max-width: 1080px;
        width: calc(100vw - 60px);
    }
}

.tech__point__item {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .tech__point__item {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .tech__point__item {
        padding-bottom: 150px;
        padding-top: 150px;
    }
}

.tech__point__item-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .tech__point__item-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.tech__point__item__flx {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
    margin: 0 0 100px;
}

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

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

.tech__point__item__flx__video {
    width: 100%;
}

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

.tech__point__item__flx__video iframe {
    aspect-ratio: 16/9;
    display: block;
    height: auto;
    width: 100%;
}

.tech__point__item__flx__fig {
    width: 100%;
}

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

@media (max-width: 767px) {
    .tech__point__item__flx__fig img {
        width: 100%;
    }
}

.tech__point__item__flx__fig__pickup {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    margin: 30px 0 0;
}

.tech__point__item__flx__fig__pickup__fig {
    width: 46.2962962963%;
}

.tech__point__item__flx__fig__pickup__content {
    padding: 0 0 0 20px;
    width: 53.7037037037%;
}

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

.tech__point__item__flx__fig__pickup__content p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1.25em;
}

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

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

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

.tech__point__item__flx__content {
    padding: 0;
    width: 100%;
}

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

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

.tech__point__item__flx__content p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1.25em;
}

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

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

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

.tech__point__item__flx__content p b {
    color: #1D2087;
}

.tech__point__item:nth-child(odd) {
    background-color: #fff;
}

.tech__menu {
    padding: 30px 0 60px;
}

@media (min-width: 768px) {
    .tech__menu {
        padding-bottom: 100px;
        padding-top: 0;
    }
}

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

.tech__menu-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .tech__menu-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.tech__menu__item-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .tech__menu__item-wrapper {
        column-gap: 30px;
    }
}

@media (min-width: 992px) {
    .tech__menu__item-wrapper {
        column-gap: 80px;
    }
}

.tech__menu__item {
    width: calc(50% - 10px);
}

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

@media (min-width: 992px) {
    .tech__menu__item {
        width: calc(50% - 40px);
    }
}

.tech__menu__item__link {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    height: 100px;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .tech__menu__item__link {
        font-size: 1.8rem;
        height: 200px;
    }
}

.tech__menu__item__link img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tech__menu__item__link:before {
    background: linear-gradient(to bottom, #008bd5 0%, #1d2087 50%, #008bd5 100%);
    background-position: center 0%;
    background-size: 100% 200%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-position 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 1;
}

.tech__menu__item__link:after {
    border: 1px solid #fff;
    bottom: 10px;
    content: "";
    display: block;
    left: 10px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

@media (min-width: 768px) {
    .tech__menu__item__link:after {
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
}

.tech__menu__item__link span {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.tech__menu__item__link:focus:before {
    background-position: center 100%;
    opacity: 0.8;
}

@media (hover: hover) and (pointer: fine) {
    .tech__menu__item__link:hover:before {
        background-position: center 100%;
        opacity: 0.8;
    }
}