/* --------------------
 Technology info - tech
-------------------- */
.tech {
    margin: 0 0 120px;
    padding: 0;
}

.tech__head {
    border-bottom: 4px solid #050355;
    margin: 0 0 60px;
    padding: 40px 15px;
    position: relative;
}

@media (min-width: 768px) {
    .tech__head {
        border-bottom-width: 5px;
        margin-bottom: 80px;
    }
}

.tech__head:after {
    border-bottom: 3px solid #edeeee;
    bottom: -6px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .tech__head:after {
        border-bottom-width: 3px;
        bottom: -8px;
    }
}

.tech__head__title {
    color: #202020;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    text-align: center;
}

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

.tech__head__subtitle {
    color: #0099ee;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

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

.tech__menu {
    margin: 0 0 120px;
}

.tech__menu-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

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

.tech__menu__list {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.tech__menu__list__item {
    margin: 0 0 15px;
    padding: 0 15px;
    width: 100%;
}

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

@media (min-width: 768px) {
    .tech__menu__list__item {
        margin-bottom: 0;
        width: 25%;
    }
}

.tech__menu__list__item__link {
    background-color: #0099ee;
    color: #ffffff;
    display: block;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 360px;
    padding: 12px 5px 25px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .tech__menu__list__item__link {
        padding: 18px 10px 30px;
    }
}

.tech__menu__list__item__link__ja {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 5px;
}

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

.tech__menu__list__item__link__en {
    display: block;
    font-size: 1.4rem;
}

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

.tech__menu__list__item__link:after {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    bottom: 13px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: rotate(45deg);
    transition: bottom .2s cubic-bezier(.645, .045, .355, 1);
    width: 10px;
}

.tech__menu__list__item__link:hover, .tech__menu__list__item__link:focus {
    background-color: #000055;
    color: #ffffff;
}

.tech__menu__list__item__link:hover:after, .tech__menu__list__item__link:focus:after {
    bottom: 8px;
}

.tech__feature {
    margin: 0 0 80px;
}

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

.tech__feature-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

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

.tech__feature__title {
    color: #000055;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .tech__feature__title {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }
}

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

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

.tech__feature__table > thead > tr > td, .tech__feature__table > thead > tr > th {
    border-bottom: 1px solid #000055;
    border-right: 1px solid #000055;
    border-top: 1px solid #000055;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 5px 8px;
    text-align: center;
}

@media (min-width: 768px) {
    .tech__feature__table > thead > tr > td, .tech__feature__table > thead > tr > th {
        padding: 10px 15px;
    }
}

.tech__feature__table > thead > tr > td:first-child, .tech__feature__table > thead > tr > th:first-child {
    border-left: 1px solid #000055;
}

.tech__feature__table > thead > tr > th {
    background-color: rgba(0, 0, 85, .1);
    font-weight: 500;
    white-space: nowrap;
}

.tech__feature__table > tbody > tr > td, .tech__feature__table > tbody > tr > th {
    border-bottom: 1px solid #000055;
    border-right: 1px solid #000055;
    font-size: 1.4rem;
    padding: 5px 8px;
    text-align: center;
    word-break: break-all;
}

.tech__feature__table > tbody > tr > td:first-child, .tech__feature__table > tbody > tr > th:first-child {
    border-left: 1px solid #000055;
}

@media (min-width: 768px) {
    .tech__feature__table > tbody > tr > td, .tech__feature__table > tbody > tr > th {
        padding: 10px 15px;
    }
}

.tech__feature__table > tbody > tr > td img, .tech__feature__table > tbody > tr > th img {
    margin: 0 0 10px;
}

.tech__feature__table > tbody > tr > td span, .tech__feature__table > tbody > tr > th span {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
}

.tech__feature__table > tbody > tr > th {
    background-color: rgba(0, 0, 85, .1);
    border-right: 3px solid #000055;
    font-weight: 500;
    white-space: nowrap;
}

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

@media (min-width: 768px) {
    .tech__feature__table > tbody > tr > td {
        width: 140px;
    }
}

.tech__feature__table > tbody > tr > td.tech__feature__table__content {
    text-align: left;
    width: auto;
}

.tech__feature__table > thead > tr > th:first-child {
    border-right: 3px solid #000055;
}

.tech__feature__table > thead > tr > th.tech__feature__table__pickup {
    border-right: 3px solid #000055;
}

.tech__feature__table > thead > tr:last-child > th.tech__feature__table__pickup {
    border-top: 3px solid #000055;
}

.tech__feature__table > tbody > tr > td.tech__feature__table__pickup {
    border-right: 3px solid #000055;
}

.tech__feature__table > tbody > tr:last-child > td.tech__feature__table__pickup {
    border-bottom: 3px solid #000055;
}

.tech__detail {
    margin: 0 0 80px;
}

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

.tech__detail-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

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

.tech__detail__title {
    color: #000055;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .tech__detail__title {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }
}

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

.tech__detail__table > tbody > tr > td, .tech__detail__table > tbody > tr > th {
    border: 1px solid #000055;
    font-size: 1.3rem;
    padding: 5px 8px;
}

@media (min-width: 768px) {
    .tech__detail__table > tbody > tr > td, .tech__detail__table > tbody > tr > th {
        padding: 8px 15px;
    }
}

.tech__detail__table > tbody > tr > th {
    background-color: rgba(0, 0, 85, .1);
    font-weight: 500;
    width: 140px;
}

.tech__detail__list__item {
    margin: 0 0 45px;
}

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

.tech__detail__list__item__title {
    border-bottom: 2px solid #000055;
    border-left: 6px solid #000055;
    display: block;
    font-size: 1.8rem;
    margin: 0 0 8px;
    padding: 0 5px 0 10px;
}

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

.tech__detail__list__item__content {
    padding: 0 0 0 16px;
}

.tech__detail__list__item__content p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 15px;
}

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

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

.tech__solution {
    margin: 0 0 80px;
}

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

.tech__solution-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

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

.tech__solution__title {
    color: #000055;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .tech__solution__title {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }
}

.tech__solution__subtitle {
    color: #0099ee;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .tech__solution__subtitle {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }
}

.tech__solution__list__item {
    margin: 0 0 60px;
}

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

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

.tech__solution__list__item__title {
    background-color: rgba(0, 0, 85, .1);
    font-size: 1.8rem;
    margin: 0 0 30px;
    padding: 5px;
    text-align: center;
}

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

.tech__solution__list__item__list {
    margin: 0;
}

@media (min-width: 768px) {
    .tech__solution__list__item__list {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 992px) {
    .tech__solution__list__item__list {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.tech__solution__list__item__list__item {
    margin: 50px 0 0;
    padding: 0;
}

@media (min-width: 768px) {
    .tech__solution__list__item__list__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .tech__solution__list__item__list__item {
        padding-left: 24px;
        padding-right: 24px;
        width: 33.33333%;
    }
}

.tech__solution__list__item__list__item:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .tech__solution__list__item__list__item:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .tech__solution__list__item__list__item:nth-child(3) {
        margin-top: 0;
    }
}

.tech__solution__list__item__list__item__thumb {
    margin: 0 0 10px;
    text-align: center;
}

.tech__solution__list__item__list__item__thumb__link {
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.tech__solution__list__item__list__item__thumb__link:hover, .tech__solution__list__item__list__item__thumb__link:focus {
    opacity: .85;
}

.tech__solution__list__item__list__item__action {
    margin: 0 0 10px;
    text-align: center;
}

.tech__solution__list__item__list__item__action__button {
    background-color: #0099ee;
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 360px;
    padding: 12px 5px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

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

.tech__solution__list__item__list__item__action__button:hover, .tech__solution__list__item__list__item__action__button:focus {
    background-color: #000055;
    color: #ffffff;
}

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

.tech__solution__list__item__list__item__table > tbody > tr > th {
    background-color: rgba(0, 0, 85, .1);
    font-weight: 400;
    padding: 5px 8px;
    text-align: left;
    width: 80px;
}

@media (min-width: 768px) {
    .tech__solution__list__item__list__item__table > tbody > tr > th {
        padding: 8px;
        text-align: center;
    }
}

.tech__solution__list__item__list__item__table > tbody > tr > td {
    padding: 5px 8px;
    text-align: left;
}

@media (min-width: 768px) {
    .tech__solution__list__item__list__item__table > tbody > tr > td {
        padding: 8px;
    }
}

.tech__solution__list__item__list__item__table > tbody > tr > td, .tech__solution__list__item__list__item__table > tbody > tr > th {
    border: 1px solid #000055;
    font-size: 1.3rem;
    line-height: 1.8;
    vertical-align: middle;
}

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

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

.tech__solution__list__item__table > thead > tr > th {
    background-color: #000055;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 8px;
    text-align: left;
    white-space: nowrap;
}

.tech__solution__list__item__table > thead > tr > th:last-child {
    border-right-color: #000055;
}

@media (min-width: 768px) {
    .tech__solution__list__item__table > thead > tr > th {
        padding: 8px 15px;
        text-align: center;
        width: 180px;
    }
}

.tech__solution__list__item__table > thead > tr > th.sum {
    text-align: center;
    width: 40px;
}

.tech__solution__list__item__table > tbody > tr > th {
    background-color: rgba(0, 0, 85, .1);
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 8px;
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .tech__solution__list__item__table > tbody > tr > th {
        font-size: 1.6rem;
        padding: 8px 15px;
        vertical-align: middle;
        width: 180px;
    }
}

.tech__solution__list__item__table > tbody > tr > td {
    padding: 5px 8px;
    text-align: left;
}

@media (min-width: 768px) {
    .tech__solution__list__item__table > tbody > tr > td {
        padding: 8px 15px;
    }
}

.tech__solution__list__item__table > tbody > tr > td, .tech__solution__list__item__table > tbody > tr > th {
    border: 1px solid #000055;
    font-size: 1.4rem;
    line-height: 1.8;
    vertical-align: top;
    word-break: break-all;
}

@media (min-width: 768px) {
    .tech__solution__list__item__table > tbody > tr > td, .tech__solution__list__item__table > tbody > tr > th {
        font-size: 1.6rem;
        vertical-align: middle;
    }
}

.tech__solution__list__item__table > tbody > tr > td.sum, .tech__solution__list__item__table > tbody > tr > th.sum {
    text-align: center;
}

.tech__pickup {
    margin: 0 0 50px;
    padding: 60px 15px;
    position: relative;
}

.tech__pickup:before, .tech__pickup:after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tech__pickup:before {
    background-image: url(../../../assets/images/pages/tech/tech-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
    z-index: 0;
}

.tech__pickup:after {
    background-color: #0099ee;
    opacity: .1;
    z-index: 1;
}

.tech__pickup__title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    z-index: 2;
}

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

.tech__pickup__button {
    background-color: #0099ee;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 360px;
    padding: 12px 5px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 2;
}

@media (min-width: 768px) {
    .tech__pickup__button {
        padding: 18px 10px;
    }
}

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

.tech__pickup__button:after {
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 10px;
}

.tech__pickup__button:hover, .tech__pickup__button:focus {
    background-color: #000055;
    color: #ffffff;
}

.tech__pickup__button:hover:after, .tech__pickup__button:focus:after {
    right: 10px;
}

.tech__action {
    margin: 0 0 80px;
}

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

.tech__action__button {
    background-color: #0099ee;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 360px;
    padding: 12px 5px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .tech__action__button {
        padding: 18px 10px;
    }
}

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

.tech__action__button:after {
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 10px;
}

.tech__action__button:hover, .tech__action__button:focus {
    background-color: #000055;
    color: #ffffff;
}

.tech__action__button:hover:after, .tech__action__button:focus:after {
    right: 10px;
}

.tech__contact {
    margin: 0 0 80px;
}

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