/*
Theme Name: ITCEN JAPAN
Theme URI: #
Author: #
Author URI: 
Description: #!
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/* General element styling --------------------------------------------- */

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/century-gothic.woff2') format('woff2'),
        url('fonts/century-gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    margin: 0 0 20px;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.txt__center {
    text-align: center;
}

.txt__bold {
    font-weight: bold;
}

.am-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1440px;
}

.am-container.style2 {
    max-width: 1000px;
}

.am-container.style3 {
    max-width: 1200px;
}

.am-container.style5 {
    width: calc(100% - 120px);
}

.am-container.bg-grey {
    background: #F5F5F5;
}

.am-flex {
    display: flex;
}

.am-flex.wrap {
    flex-wrap: wrap;
}

.am-flex.between {
    justify-content: space-between;
}

.am-flex.center {
    justify-content: center;
}

.am-flex.vert-center {
    align-items: center;
}

.am-flex.vert-stretch {
    align-items: stretch;
}

.am-flex.vert-fl-end {
    align-items: flex-end;
}

.am-col1 {
    width: calc(100% / 12);
}

.am-col2 {
    width: calc(100% / 12 * 2);
}

.am-col3 {
    width: calc(100% / 12 * 3);
}

.am-col4 {
    width: calc(100% / 12 * 4);
}

.am-col5 {
    width: calc(100% / 12 * 5);
}

.am-col6 {
    width: calc(100% / 12 * 6);
}

.am-col7 {
    width: calc(100% / 12 * 7);
}

.am-col8 {
    width: calc(100% / 12 * 8);
}

.am-col9 {
    width: calc(100% / 12 * 9);
}

.am-col10 {
    width: calc(100% / 12 * 10);
}

.am-col11 {
    width: calc(100% / 12 * 11);
}

.am-hide {
    display: none;
}

.am-center {
    text-align: center;
}

.am-sp {
    display: none;
}

.am-pc {
    display: block;
}

.am-modal__min-btn {
    border: unset;
    background: unset;
    margin: 0 auto;
    display: block;
}

dialog.am-modal__max {
    width: 100%;
    height: 100%;
    border: unset;
    background: #0003;
}

.am-modal__max-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: calc(100% - 80px);
    height: calc(100% - 120px);
    padding: 20px;
    border-radius: 10px
}

.am-modal__max-pix {
    width: calc(100% - 100px);
    height: calc(100% - 150px);
    overflow: auto;
    padding: 50px;
    box-shadow: 0 0 10px #8888 inset;
    border: 1px solid #888;
}

.am-modal__max-pix>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: auto;
    /* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
    width: auto;
    height: auto;
    max-width: 200vw;
    max-height: 200vh;
    /* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
    margin: 10px auto;
    display: block;
    padding: 10px;
    min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
    content: unset;
}

.am-bg-layout {
    position: relative;
}

section#ai-studios-overview {
    background: url('images/bg-img04.png') bottom no-repeat;
    background-size: 100%;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
}

.am-bg-layout.style2 .am-bg-pix>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    height: auto;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
    padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
    height: 68px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    background-color: #000;
}

.hdr__layout {
    height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
    height: auto;
    width: 350px;
    display: block;
}

.hdr__navi-menu {
    display: block;
}

.hdr__navi {
    margin: 0 0 0 auto;
}

.hdr__navi-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0 10px 0 0;
}

.hdr__navi-menu li {
    list-style: none;
    text-align: center;
    display: block;
    line-height: 1;
}

.hdr__navi-lang {
    text-align: center;
}

.hdr__navi-menu li:last-child {
    border-width: 0;
}

.hdr__navi-menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    display: block;
    white-space: nowrap;
}

.hdr__navi-lang a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.hdr__navi-lang a.active {
    color: #000;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
    position: absolute;
    top: calc(120px / 2);
    right: 15px;
    border: 2px solid #fff;
    background: transparent;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    display: none;
}

.hdr__menu-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 8px 0;
    transition: 0.5s ease;
    opacity: 1;
}

header.hdr__menu--show {
    height: 100vh;
    overflow: auto;
}

.bnr__pix {
    text-align: center;
    padding: 0 0 50px;
}

.bnr__pix>video {
    width: 100%;
    height: auto;
}

.bnr__ov {
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.hdr__ftr.ftr__cont {
    display: none;
}

.hdr__navi-lang img {
    width: 30px;
    height: 30px;
    margin: 5px 30px 0 0;
    vertical-align: middle;
    object-fit: contain;
    object-position: top;
}

span.hdr__tel {
    font-size: 24px;
    line-height: 1;
    color: #fcae1c;
    border-bottom: 2px solid;
    border-top: 2px solid transparent;
    font-weight: 700;
}

.slider__layout {
    position: relative;
    padding: 0;
}

.slider__ov {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: max-content;
}

.slider__ov-main-title {
    font-weight: 400;
    font-size: 50px;
    margin: 0;
    font-weight: 700;
}

.slider__ov-sub-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    text-shadow: 2px 2px 0 #000, 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.slider__ov-btn {
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-decoration: unset;
    display: inline-block;
    background: #FFF;
    padding: 18px;
    border-radius: 10px;
    margin: 30px 0 0;
}

.slider__ov-btn>i {
    margin: 0 0 0 20px;
}

.slider__tel {
    display: block;
    font-weight: 700;
    border-bottom: 2px solid;
    width: fit-content;
    border-top: 2px solid transparent;
    color: #fcaf17;
    line-height: 1;
}

.slider__ov-sub-title img {
    width: 30px;
    height: 28px;
    display: flex;
    margin: 0 10px 0 0;
    object-fit: cover;
    object-position: top;
}

span.slider__time {
    display: block;
    margin: 0 0 20px;
}

.slider__tel a {
    color: #f7ac17;
    text-decoration: none;
    font-size: 24px;
}

.slick-slide img {
    display: block;
}

.am-col-auto.hdr__logo img {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.hdr__logo a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Century Gothic', sans-serif;
    position: relative;
}

.slider__item img {
    height: 720px;
    width: 100%;
    object-fit: cover;
}

.hdr__navi-lang a {
    display: inline-block;
}

.am-anchor {
    position: relative;
}

.am-anchor>span {
    position: absolute;
    top: -60px;
}

.slider__nav.slider-nav {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.slider-nav__arrows.slider-navi.slider-navi_main i {
    font-size: 25px;
}

.slider-nav__arrows.slider-navi.slider-navi_main button {
    background: #fff;
    border: none;
    color: #000;
    font-weight: 400;
    border-radius: 50%;
    padding: 8px 10px;
    margin: 0 5px 0 0;
}

button.slider-navi__pause {
    background: none !important;
    color: #fff !important;
}

#menu {
    padding: 80px 0;
}

.menu-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.menu-content {
    color: #fff;
    align-content: center;
    padding: 50px 100px;
    line-height: 1.8;
}

.menu-subtitle {
    font-size: 24px;
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #003B94;
    margin: 0 0 10px 0;
}

.menu-description {
    font-size: 18px;
    display: block;
    margin: 0 0 15px 0;
}

@media screen and (max-width:767px) {
    .menu-description {
        font-size: 15px;
    }
}

.menu-details {
    font-size: 15px;
    color: #fff;
    outline: 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.products-content__desc {
    border-bottom: 1px solid transparent;
    color: #000;
    text-decoration: none;
}

#menu .menu-details {
    color: #fff;
}

.menu-details:hover,
.products-content__desc:hover {
    border-bottom: 1px solid #000;
}

#menu .menu-details:hover {
    border-bottom: 1px solid #fff;
}

.sec1-top {
    background: #0C456D;
    background: linear-gradient(45deg, rgba(12, 69, 109, 1) 0%, rgba(0, 35, 60, 1) 100%);
    overflow: hidden;
    border-radius: 10px;
    width: calc(100% - 30px);
}

@media screen and (max-width:767px) {
    .sec1-top {
        border-radius: 0;
    }
}

.arrow-icon {
    justify-content: center;
    display: inline-block;
    margin: 0 5px -2px 0;
    justify-self: center;
}

.menu-image {
    width: 50%;
    display: flex;
}

.menu-image img {
    min-height: 300px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

/* @media screen and (max-width:1024px) {
    .menu-image img {
        height: max(29.3vw, 200px);
    }
} */

@media screen and (max-width:767px) {
    .menu-image img {
        height: 100%;
        min-height: auto;
    }
}

.menu-content {
    width: 50%;
    box-sizing: border-box;
}

#products-solution {
    padding: 80px 0;
    padding-bottom: 10px;
}

.products-solution-cont {
    text-align: center;
}

.title-jp {
    font-size: 16px;
    display: block;
    color: #002152;
}

.title-en {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px 0;
    display: block;
    background: linear-gradient(to left, #0089EA, #005998);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 10px 0;
    line-height: 1;
}

.products-solution-item {
    background-color: #EFEFEF;
    margin: 0 auto;
    padding: 50px 0;
}

.products-solution-item__cont {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-width: 13.906vw;
}

.products-solution-item__image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    min-width: 13.906vw;
    background: #9B9B9B;
}

@media screen and (max-width:767px) {
    .products-solution-item__image {
        height: auto;
        aspect-ratio: 1.5 / 1;
    }
}

.products-solution-item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: #000;
    width: 100%;
    height: 100%;
    max-height: 40px;
    overflow: hidden;
    transition: max-height 1.5s ease, background-color 0.5s ease;
}

.products-solution-item__cont:hover .products-solution-item__content {
    background-color: #000B;
    max-height: 300px;
}

.products-solution-item__caption {
    width: 100%;
    padding: 5px 0;
    margin: 0;
}

.products-solution-item__desc {
    margin: 0 10px 10px;
    font-size: 12px;
}

.products-solution-item__container {
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    column-gap: 5.156vw;
    row-gap: 43px;
    justify-content: center;
}

.products-solution-item__icon {
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 0 4px;
}

#products-solution .am-col3 {
    width: calc((100% / 3) - 5.156vw);

}


.products-content {
    margin: 50px auto;
    max-width: 1000px;
}

.products-content__title {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #002152;
    padding: 0 0 5px;
    font-weight: 700;
    color: #002152;
}

.products-content__details {
    text-align: left;
    margin: 0 0 0 30px;
}

@media screen and (min-width:1025px) {
    .products-content__details {
        margin: 0 0 0 50px;
    }
}

.products-content__text {
    line-height: 28px;
    margin-top: clamp(8px, 1.042vw, 20px);
    margin-bottom: clamp(8px, 1.042vw, 20px);
    display: inline-block;
}

.products-content__item {
    display: block;
    margin: 0;
}

.products-content__image img {
    width: 500px;
    height: 240px;
    border-radius: 10px;
}

.products-content__image.last-image img {
    object-fit: cover;
}

.products-content__cont {
    margin: 0 0 30px 0;
}

.products-content__desc {
    margin: 0 0 10px;
    display: inline-block;
}

.products-desc {
    margin: 0 0 30px;
}

#si-service {
    padding: 80px 0;
    background-color: #EFEFEF;
    padding-bottom: 10px;
}

.itcen-title {
    text-align: center;
}

.si-service-item__layout.am-flex {
    max-width: 1440px;
    justify-self: end;
    margin: 0 auto 80px;
    align-items: flex-start;
    width: 100%;
    transition: transform 0.3s ease;
    position: relative;
}

.si-service-item__image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.si-service-item__title {
    font-size: 20px;
    display: block;
    font-weight: 700;
}

.si-service-item__desc {
    margin: 20px 0;
    display: block;
}

.si-service-item__content {
    background: #FFF;
    padding: 50px;
    padding-bottom: 0;
    width: 625px;
    height: 320px;
    z-index: 2;
    border-radius: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: -40px;
}

.si-service-item__image1 img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.si-service-item__image2 {
    margin-left: auto;
}

.si-service-item__image2 img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.si-service-item__content1 {
    right: 17%;
}

.si-service-item__content2 {
    left: 9%;
}

.si-service-item__image {
    z-index: 1;
    width: 790px;
    height: 100%;
}

@media screen and (max-width:1024px) {
    .si-service-item__content1 {
        right: 15px;
    }

    .si-service-item__content2 {
        left: 15px;
    }

    .si-service-item__image {
        width: 85%;
    }

    .si-service-item__content {
        width: 500px;
        padding: 30px;
    }
}

@media screen and (max-width:767px) {
    .si-service-item__image1 img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .si-service-item__image2 img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/*  */
#company-information {
    padding: 80px 0;
    padding-bottom: 55px;
}

.company-information-item {
    margin: 0 auto;
}

.company-information-item__cont {
    position: relative;
}

.company-information-item__image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.signature-box {
    text-align: right;
}

@media screen and (max-width:999px) {
    .company-information-item__image {
        height: 28.03vw;
    }
}

.company-information-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    width: 100%;
    text-align: center;
    height: 100%;
    max-height: 40px;
    overflow: hidden;
    transition: max-height 1.5s ease, background-color 0.5s ease;
}

.company-information-item__cont:hover .company-information-item__content {
    background-color: #000B;
    max-height: 300px;
}

.company-information-item__caption {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.company-information-item__desc {
    margin: 0 10px 10px;
    font-size: 12px;
}

#company-information .am-col4 {
    max-width: calc(100% / 3 * 12 - 30px);
    margin: 0 30px 0 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.company-information-item__container {
    max-width: 1200px;
    margin: 0 auto;
}

.company-information-item__icon {
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 0 4px;
}

.company-information-content {
    margin: 50px auto;
    max-width: 1000px;
}

.company-information__title {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #002152;
    padding: 0 0 5px;
    font-weight: 700;
}

.company-information__details {
    text-align: left;
    margin: 0 0 0 30px;
}

.company-information__text {
    line-height: 28px;
    margin: 20px 0;
    display: inline-block;
}

.company-information__item {
    display: inline-block;
    margin: 0;
}

.company-information__image img {
    width: 500px;
    height: 240px;
}

.company-information__cont {
    margin: 0 0 30px 0;
}

.company-information__desc {
    margin: 0 0 10px;
    display: inline-block;
}

.company-information-desc {
    margin: 0 0 30px;
}

#contact-form {
    background-color: #EFEFEF;
    padding-top: 80px;
    padding-bottom: 50px;
}

.contact-form-cont {
    max-width: 1000px;
    margin: 0 auto;
}

.form-contol,
.form-area {
    background-color: transparent;
    outline: none;
    border: 1px solid #9B9B9B;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
}

.form-contol ::-moz-placeholder,
.form-area ::-moz-placeholder {
    color: #919191;
}

.form-contol ::placeholder,
.form-area ::placeholder {
    color: #919191;
}

.form-contol {
    height: 50px;
}

.form-area {
    height: 12.7rem;
    resize: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.form-contact--table {
    width: 100%;
    margin: 80px 0 0;
    margin-top: 0;
}

.form-contact--table tr td {
    box-sizing: border-box;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.form-contact--table tr td:first-child {
    width: 227px;
    color: #000;
    padding-top: 10.5px;
    padding-right: 20px;
}

.form-contact--table tr td:last-child {
    width: calc(100% - 227px);
}

.form-contact--table tr:last-child td {
    padding-top: 0;
}

.contact-stiker {
    display: flex;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #888888;
    float: right;
    background: #888888
}

.form-contact {
    padding-top: 7.6rem;
}

.contact-stiker--red {
    color: #fff;
    border-color: #077ED3;
    background: #077ED3;
}

.tr-main-area {
    vertical-align: top;
}

.txt-form-privacy {
    color: #000;
    margin-top: 2rem;
}

.form-submit {
    border: 0;
    outline: 0;
    background-color: #39ABBE;
    background: linear-gradient(to left, #005998, #0089EA);
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 138px;
    height: 46px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 700;
}

.form-submit:after {
    content: none;
}

.submit-form {
    text-align: center;
    padding-top: 0;
    position: relative;
}

.submit-form .wpcf7-spinner {
    margin: 0 !important;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 15px 0;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

input[type="checkbox"] {
    width: 27px;
    height: 27px;
    border: 1px solid #9B9B9B;
    vertical-align: middle;
}

.thanks-cont {
    text-align: center;
}

.ftr {
    background-color: #000;
    text-align: center;
    padding: 50px 0 0;
}

.ftr__cpright {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.ftr__menu a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 30px 40px 0 0;
    display: inline-flex;
}

.ftr__submenu a {
    color: #fff;
    text-decoration: none;
    margin: 20px 40px 20px 0;
    display: inline-block;
}

.ftr__cont.am-flex {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: end;
}

.ftr__layout {
    max-width: 1000px;
    text-align: center;
}

.ftr__menu a:last-child {
    margin: 30px 0 0;
}

.ftr__submenu a:last-child {
    margin: 30px 0 0 0;
}

.ftr__sns {
    display: block;
    margin: 130px 0 0px 40px;
}

.ftr__sns a {
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-flex;
}

#products-solution .am-col3:last-child {
    margin: 0;
}

.form-contact--table tr td select {
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(./images/dropdown-arrow.png);
    background-position: right 6px center;
    max-width: 230px;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.mail-icon {
    border: 3px solid #fff;
}

img.mail-icon {
    height: 21px;
    vertical-align: bottom;
}

img.banner-lower-page__image {
    height: 500px;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.8);
    display: block;
}

.ai-banner img.banner-lower-page__image {
    object-fit: inherit;
}

#banner-lower-page {
    position: relative;
    margin-top: 100px;
}

.banner-solution {
    object-fit: cover !important;
}

.itcen-title2 {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    line-height: 1.5;
    /* width: max-content; */
    width: 100%;
    padding: 0 10px;
}

.itcen-title2 span {
    color: #fff;
}

span.title-jp2 {
    display: block;
    font-size: 26px;
}


span.title-en2 {
    font-size: 40px;
}

.banner-recruitment-title .title-jp1 {
    font-size: 20px;
    padding-top: 40px;
    display: block;
}

.company-intro__cont {
    text-align: center;
    color: #fff;
    padding: 100px 10px;
    line-height: 190%;
}

#company-intro img.banner-lower-page__image {
    object-position: bottom;
    margin: -8px 0 0;
}

#company-greetings {
    padding: 80px 0;
    background-color: #EFEFEF;
    padding-bottom: 50px;
}


#company-profile .menu-details {
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.company-profile__cont table tr:nth-child(2) td:last-child .menu-details {
    margin-bottom: 5px;
}

.company-greetings__text {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 15px -90px;
}

img.company-greetings__image {
    border-radius: 0 10px 10px 0;
    width: 100%;
}

#company-greetings .am-bg-pix>img {
    opacity: 0.5;
}

#company-greetings .am-col7 {
    width: calc(100% /12 * 7 - 40px);
    margin: 0 40px 0 0;
}

.company-profile__cont {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.company-profile__cont table {
    width: 100%;
}

.company-profile__cont table tr td {
    border: 1px solid #D9D9D9;
    border-width: 0 0 1px 0;
    padding: 13px 15px 13px 0;
}

#company-profile {
    padding-top: 80px;
    padding-bottom: 18px;
    background: url(../itcen-themes/images/company-profile.png) no-repeat center;
    background-size: cover;
}

.company-profile__cont table tr td:first-child {
    font-weight: 700;
    margin: 0 50px 0 0;
    width: 300px;
    position: relative;
    border-bottom: 0;
}

.company-profile__cont table tr:not(:last-child) td:first-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    right: 48px;
    border-bottom: 1px solid #D9D9D9;
}


.company-profile__cont table tr td ul {
    padding-left: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.company-profile__cont table tr td:last-child {
    width: calc(100% - 300px);
}

#company-greetings .am-col5 {
    width: calc(100% / 12 * 5);
    max-width: 525px;
}

.company-greetings__cont {
    justify-content: flex-start;
    padding-top: 40px;
}

#company-history {
    padding: 80px 0;
    background-color: #F5F5F5;
    padding-bottom: 40px;
}


.company-history__table tr td {
    border: 1px solid #D9D9D9;
    border-width: 0 0 1px;
    padding: 15px;
    vertical-align: top;
}

.company-history__table {
    overflow-x: auto;
}

.company-history__table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 730px;
}

.company-history__table tr td:first-child {
    color: #077ED3;
    font-weight: 700;
    font-size: 20px;
    width: 175px;
    padding-left: 0;
}

.company-history__table tr td:first-child img {
    margin: 0 10px 0 0;
}

.company-history__table tr td:nth-child(2n) {
    color: #003B94;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 0;
}

.td-none-border {
    border-bottom: 0 !important;
}

.subtitle-history {
    font-weight: 700;
    display: inline-block;
}

.subtitle-history:not(.vs-02) {
    padding-bottom: 10px;
}

.company-profile__table tr:last-child td {
    border: none;
}

.company-history__table table tr:last-child td {
    border: none;
}

@media screen and (max-width: 650px) {
    .company-intro__cont {
        /* text-align: left; */
    }
}

.smart-mig span.title-jp2 {
    font-size: 49px;
    font-weight: bold;
}

#ai-studios {
    padding: 80px 0;
    background-color: #F5F5F5;
}

.ai-studios--gp {
    background: url(../itcen-themes/images/ai-studios--gp-bg.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 20px;
}

.ai-studios-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.itcen-title3 {
    text-align: center;
    font-size: 40px;
    color: #002152;
    position: relative;
    padding-bottom: 24px;
}

.itcen-title3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #006EBB;
    background: linear-gradient(90deg, rgba(0, 110, 187, 1) 0%, rgba(1, 71, 122, 1) 100%);
}

.itcen-title3 span {
    display: inline-block;
}

.itcen-title4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 30px 0;
    color: #003B94;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itcen-title4:before,
.itcen-title4:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #077ED3;
}

.itcen-title4 span {
    display: inline-block;
    padding: 0 20px;
}

.ai-studios-desc {
    text-align: center;
}

.ai-studios-item__step {
    background-color: #077ED3;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.ai-studios-item__image {
    display: block;
    margin: 30px auto;
}

.ai-studios-item {
    margin: 0 4% 0 0;
    position: relative;
}

.ai-studios-item__image {
    height: 76px;
    object-fit: contain;
}

p.ai-studios-item__content {
    border: 1px solid #077ED3;
    margin: 0;
    border-radius: 0 0 10px 10px;
}

.ai-studios-item__subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.ai-studios-desc2 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.fc-red {
    color: #D52929;
}

.ai-studios-flow {
    margin: 30px 0;
}

.am-col4.ai-studios-item:last-child {
    margin: 0;
}

span.ai-studios-item__desc {
    padding: 20px;
    display: block;
}

.ai-studios-item:after {
    width: 9.5%;
    height: 37px;
    background: url('images/ai-studios-icon.png') no-repeat center / contain;
    position: absolute;
    transform: translateX(-50%);
    top: 50%;
    left: auto;
    right: -16.5%;
}

.ai-studios-item:not(:last-child):after {
    content: '';
}

.ai-studios-overview__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-studios-overview__cont .itcen-title4 span.title4-span {
    padding: 50px 10px 20px;
}

.itcen-title5 {
    font-size: 24px;
    text-align: center;
    color: #077ED3;
    font-weight: 700;
}

.ai-studios-overview__desc {
    text-align: center;
    margin: 40px 0;
}

.ai-studios-overview__item {
    border: 1px solid #d8d8d8;
}

.ai-studios-overview__subitem {
    padding: 10px;
}

.am-col6.ai-studios-overview__item {
    margin: 0 20px 20px 0;
    border-radius: 8px;
    width: calc(50% - 22px);
}

.ai-studios-overview__subitem .am-col5 {
    max-width: 220px;
    margin: 0 5px 0 0;
}

.ai-studios-overview__subitem .am-col5 img {
    border-radius: 5px;
}

.ai-studios-overview__subitem .am-col7 {
    max-width: calc(100% - 220px);
    vertical-align: middle;
    align-content: center;
}

.ai-studios-overview__subtitle {
    margin: 0;
    font-weight: 700;
}

.am-col6.ai-studios-overview__item.mrg-adj {
    margin: 0 0 20px 0;
}

.ai-studios-overview__subcont {
    justify-content: center;
}

.ai-video-creation {
    max-width: 1000px;
    margin: 80px auto 0;
}

.ai-video-creation__desc {
    text-align: center;
    margin: 40px 0;
}

.ai-video-creation__image {
    width: 100%;
    max-width: 354px;
    display: block;
    margin: 0 auto 40px;
}

.ai-video-creation__table tr td {
    border: 1px solid transparent;
    padding: 15px 20px;
    min-height: 80px;
}

.ai-video-creation__table tr td:first-child {
    font-weight: 700;
    background-color: #2c9ff21a;
    width: 250px;
    text-align: center;
}

.ai-video-creation__table tr td:last-child {
    /* width: calc(100% - 250px); */
}

.ai-video-creation__table tbody tr:nth-child(odd) td:last-child {
    background: #fff;
}

.ai-video-creation__table tbody tr:nth-child(even) td:last-child {
    background: rgb(217 217 217 / 20%);
}

.ai-video-creation__table {
    width: 100%;
}

.ai-export-share {
    padding-top: 60px;
    padding-bottom: 60px;
    background: hsl(194deg 100% 97% / 50%);
}

.ai-export-share__desc {
    text-align: center;
    margin: 40px 0;
}

.ai-export-share__cont {
    padding-top: 20px;
    padding-bottom: 8px;
}

.ai-export-share__subtitle {
    font-size: 18px;
    font-weight: 700;
}

.ai-export-share__subitem ul {
    margin: 0;
}

.ai-export-share__subitem:not(:last-child) {
    margin: 0 0 80px;
}

.ai-export-share__subtitle {
    margin: 0 0 10px 0;
    display: block;
}

.ai-export-share__cont .am-col5 img {
    width: 100%;
    height: 299px;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 8px;
}

.ai-export-share__cont .am-col5 {
    margin: 0 30px 0 0;
}

.ai-export-share__main {
    max-width: 1200px;
    margin: 0 auto;
}

#ai-human {
    background-color: #F5F5F5;
}

.ai-human__cont {
    padding: 80px 0 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.ai-human__desc {
    text-align: center;
    margin: 0 0 40px;
}

.ai-human__image {
    margin: 0 auto;
    display: block;
}

.ai-human__desc2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 49px;
    line-height: 28px;
    text-align: center;
}

.ai-human-features {
    background-color: #fff;
    padding: 80px 0;
}

.ai-human-revolution-wap {
    padding: 0 10px;
}

.ai-human-revolution {
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #077ED3;
    position: relative;
}

.ai-human-revolution::before,
.ai-human-revolution::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 97%;
    width: 1px;
    background: #077ED3;
}

.ai-human-revolution::after {
    right: 0;
}


.ai-human-revolution__desc {
    font-size: 24px;
    color: #077ED3;
    font-weight: 700;
    text-align: center;
    display: block;
}

.ai-human-revolution__subcont {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 15px 15px 15px 30px;
    height: 130px;
}

.ai-human-revolution__subtitle {
    font-size: 18px;
    color: #077ED3;
    font-weight: 700;
}

.ai-human-revolution__subcont ul {
    padding: 0 0 0 20px;
}

.ai-human-revolution__item {
    margin: 0 44px 44px 0;
    width: calc(50% - 44px);
}

.ai-human-revolution__subcont .am-col5 {
    width: 85px;
    margin: 0 30px 0 0;
    align-content: center;
}

.ai-human-revolution__subcont .am-col5 img {
    width: 100%;
}

.ai-human-revolution__subcont .am-col7 {
    width: calc(100% - 85px);
}

.ai-human-product {
    padding: 80px 0;
}

.ai-human-product .itcen-title4 {
    margin: 0 0 30px;
}

.ai-human-product__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-human-product__desc {
    text-align: center;
    margin: 0 0 40px;
}

.ai-human-revolution .am-flex.wrap {
    justify-content: center;
    padding: 0 1.042vw;
}

.am-col6.ai-human-revolution__item.mrg-adj {
    margin: 0 0 30px 0;
}

.ai-human-application-area {
    padding: 80px 0;
}

.ai-human-application-area__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-human-application-area__title {
    display: block;
    color: #077ED3;
    font-weight: 700;
    border: 1px solid #077ED3;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

.ai-human-application-area__desc {
    display: block;
}

.ai-human-application-area__item {
    margin: 0 20px 20px 0;
    width: calc(100% / 12 * 4 - 22px);
}

.ai-human-application-area__item img {
    width: 100%;
}

.ai-human-application-area__img {
    width: 100%;
    border-radius: 5px;
}

.ai-human-application-area__item.mrg-adj {
    margin: 0 0 30px 0;
}

.ai-human-application-area__subcont {
    justify-content: space-between;
}

.ai-human-application-area__subcont {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-human-product-video__cont {
    padding: 80px 0;
}

.ai-human-product-video .itcen-title4 {
    margin: 0 0 30px;
}

.smart-mig img {
    object-position: center;
    background-color: #000;
    display: block;
}

#smart-mig-txt {
    background: url(images/bg-smart-mig-txt.png) no-repeat center / cover;
}

#smart-mig-overview,
.innorules-brms {
    background-color: #F5F5F5;
    padding-top: clamp(60px, 4.167vw, 80px);
    padding-bottom: clamp(60px, 5.833vw, 112px);
}

.smart-mig-overview__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.smart-mig-overview__cont .itcen-title3 span.title-jp3 {
    font-weight: bold;
}

.smart-mig-overview__desc {
    text-align: center;
    margin: 0 0 30px 0;
    padding-top: 15px;
}

.smart-mig-overview__img {
    display: block;
    margin: 0 auto;
}

#smart-mig-automatic {
    padding: 80px 0;
}

.smart-mig-automatic {
    background: url(../itcen-themes/images/smart-mig-automatic-bg.png) no-repeat center;
    background-size: cover;
}

#smart-mig-column-mapping {
    background-color: #F5F5F5;
    padding: 80px 0;
}

#mapping-gap-analysis {
    padding: 80px 0;
    background-color: #F5F5F5;
}

.mapping-gap-analysis__img {
    display: block;
    margin: 0 auto;
}

.smart-mig-overview__img-cont {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.smart-mig-overview__img-cont.vs-01 {
    padding: 40px 0;
}

.smart-intro .company-intro__cont_lock-bg {
    background: url(../itcen-themes/images/smart-intro-bg.png) no-repeat top center;
    background-size: cover;
}

#code-mapping {
    padding: 80px 0;
}

.code-mapping {
    background: url(../itcen-themes/images/code-mapping-bg.png) no-repeat top center;
    background-size: cover;
}


#dashboard {
    padding: 80px 0;
}

.smart-dashboard {
    background: url(../itcen-themes/images/smart-dashboard-bg.png) no-repeat top center;
    background-size: cover;
    padding-top: clamp(60px, 4.167vw, 80px);
    padding-bottom: clamp(60px, 5.833vw, 112px);
}

#achivements-case-studies {
    background-color: #F5F5F5;
    padding: 80px 0;
}

.achivements-case-studies__dentbox {
    border: 1px solid #077ed3;
    margin: 0 0 66px;
}

.achivements-case-studies__subtitle {
    color: #077ED3;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: -15px auto 34px;
    background: #f5f5f5;
    padding: 0px 32px;
}

.achivements-case-studies__box-title {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px;
}

.achivements-case-studies__box {
    max-width: 184px;
    background-color: #DAEFFE;
    padding: 20px;
    min-height: 140px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 30px;
}

#achievements-case-studies .am-col7 {
    display: flex;
}

#achivements-case-studies .achivements-case-studies__content {
    border: 1px solid #077ED3;
    padding: 20px;
    border-radius: 5px;
    min-height: 200px;
    align-content: center;
    margin: 0 0 20px 0;
}

#achivements-case-studies .am-col5 {
    max-width: 300px;
}

.achivements-case-studies__point {
    margin: 0 0 20px;
    display: block;
}

.achivements-case-studies__number {
    background-color: #077ed3;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin: 0 5px 0 0;
}

.achivements-case-studies__txt {
    padding-left: 10%;
    display: block;
    background: url('images/ai-studios-icon.png') 6.5% 5px no-repeat;
    background-size: 15px 16px;
}

.achivements-case-studies__point i {
    color: #077ed3;
    margin: 0 5px 0 20px;
}

.achivements-case-studies__cont {
    max-width: 1000px;
    margin: 0 auto;
}

.achivements-case-studies__cont .smart-mig-overview__desc {
    padding-bottom: 30px;
}

.achivements-case-studies__korea {
    border: 1px solid #077ed3;
    padding-bottom: 30px;
}

.achivements-case-studies__korea-cont {
    max-width: 640px;
    margin: 0 auto;
}

.am-col4.achivements-case-studies__korea-img {
    margin: 0 0 25px;
}

.am-col4.achivements-case-studies__korea-img img {
    width: 178px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.achivements-case-studies__korea-subtitle {
    color: #077ED3;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: -15px auto 52px;
    background: #f5f5f5;
    padding: 0px 15px;
}

.smart-performance {
    background: url(../itcen-themes/images/smart-performance-bg.png) no-repeat top center;
    background-size: cover;
    padding-top: clamp(60px, 4.167vw, 80px);
    padding-bottom: clamp(60px, 5.833vw, 112px);
}

.smart-performance--box-desc {
    padding-bottom: clamp(40px, 3.958vw, 76px);
}

.smart-performance--box+.smart-performance--box {
    margin-top: clamp(40px, 4.427vw, 85px);
}

.smart-performance .smart-performance--box {
    border-top: 0;
    padding-bottom: clamp(30px, 3.385vw, 65px);
}

.smart-performance .smart-performance--subtitle-gp {
    position: relative;
    display: flex;
}

.smart-performance .smart-performance--subtitle-gp span {
    display: block;
    background: transparent;
    min-width: max-content;
}

.smart-performance .smart-performance--subtitle-gp::before,
.smart-performance .smart-performance--subtitle-gp::after {
    content: '';
    display: inline-block;
    clear: both;
    height: 1px;
    background: #077ED3;
    width: 100%;
}

.smart-performance--desc {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

.smart-performance--table {
    overflow-x: auto;
}


.smart-performance table {
    width: 100%;
    border-spacing: 29px 0;
    min-width: 998px;
    padding-left: 39px;
    padding-right: 39px;
}

.smart-performance th {
    width: 192px;
}

.smart-performance th,
.smart-performance td {
    padding: 17px 0;
    text-align: center;
    border-bottom: 1px solid #000000;
    white-space: nowrap;
}

.smart-performance td.td-last {
    padding: 4.5px 0;
}

.smart-performance td span {
    font-size: 10px;
    white-space: nowrap;
    display: block;
}

#smart-mig-video {
    padding: 80px 0;
}

.smart-mig-video__cont {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.smart-mig-video__img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

#achivements-case-studies .am-flex.wrap {
    justify-content: center;
    padding-bottom: 15px;
}

#achivements-case-studies .am-flex.wrap .am-col7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 12 * 7.2);
}

#leak-detection-system {
    padding: 80px 0;
    background-color: #F5F5F5;
}

.leak-detection-system__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.itcen-title6 {
    font-size: 26px;
    text-align: center;
    padding: 20px 0;
}

.itcen-title7 {
    font-size: 28px;
    text-align: center;
    margin: 40px 0;
}

.invisible-leak__image {
    margin: 0 30px 0 0;
}

.invisible-leak__subtitle {
    color: #077ED3;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 20px 0;
    display: block;
}

.invisible-leak__content {
    margin: 0;
    line-height: 28px;
}

.invisible-leak__link i {
    color: #077ed3;
    margin: 0 5px 0;
}

.invisible-leak__link a {
    text-decoration: none;
    color: #003B94;
    font-weight: 700;
    border-bottom: 3px solid;
}

.sec1-solution {
    box-sizing: border-box;
}

.sec1-solution * {
    box-sizing: border-box;
}

.sec1-solution p {
    margin: 0;
}

.cont-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
}

.cont-1000rm {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.cont-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
}

.style4 {
    font-size: 28px;
    font-weight: 700;
    background-image: url(images/bg-img05.jpg);
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.style5 {
    font-size: 28px;
    display: block;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

.sec1-solution-p1-main {
    display: grid;
    max-width: 999px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 50% 1fr;
    column-gap: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sec1-solution-p1-main .sec1-solution-p1-tlt {
    padding-bottom: 10px;
}

.sec1-solution-p1-tlt {
    font-size: 20px;
    font-weight: 700;
    color: #077ED3;
    line-height: 1.5;
}

.txt-fs16 {
    font-size: 16px;
}

.txt-fs12 {
    font-size: 12px;
}

.solution-txt {
    margin-top: 40px !important;
    text-align: left;
}

.link-cendector {
    font-size: 20px;
    font-weight: 700;
    color: #003B94;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    background-image: url(images/arow1.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding-left: 33px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.link-cendector:before,
.link-cendector:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}

.link-cendector:before {
    background-color: #003B94;
    right: 0;
}

.link-cendector:after {
    background-color: #2C9FF2;
    width: 32px;
}

.link-cendector:hover {
    opacity: 0.7;
}

.gr-link-cendector {
    padding-top: 20px;
    padding-bottom: 30px;
}

.gr-link-cendector.vs-02 {
    padding-top: 5px;
    padding-bottom: 47px;
}

#leak-solution {
    background-color: #F5F5F5;
    padding-top: 70px;
}

.sec1-solution-p2 {
    background-image: url(images/img01.png);
    background-size: cover;
    background-position: bottom right;
    padding-top: 80px;
    padding-bottom: 20px;
}

.style6 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #003B94;
    text-align: center;
    display: grid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    line-height: 1.5;
}

.style6:before,
.style6:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #077ED3;
}

.sec1-solution-p2-content-title {
    font-size: 20px;
    font-weight: 700;
    color: #0089EA;
    border-bottom: 1px solid #0089EA;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
}

.sec1-solution-p2-content-title2 {
    padding-top: 44px;
}

.sec1-solution-p2-main {
    display: grid;
    grid-template-columns: 50% 1fr;
    padding-top: 65px;
}

.sec1-solution-p2-main .txt-fs16 {
    padding-top: 10px;
}

.sec1-solution-p2-content {
    padding-top: 15px;
}

.sec1-solution-p3 {
    padding-top: 75px;
    padding-bottom: 40px;
}

.txt-fs20 {
    font-size: 20px;
}

.txt-fs24 {
    font-size: 24px;
}

.sec1-solution-p3-list {
    padding-top: 45px;
}

.sec1-solution-p3-list .sec1-solution-p3-list-item+.sec1-solution-p3-list-item {
    padding-top: 28px;
}

.sec1-solution-p3-list-item .txt-fs20 {
    font-weight: 700;
    margin-top: -20px;
    padding-bottom: 10px;
}

.sec1-solution-p4 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.sec1-solution-p4-img {
    padding-top: 50px;
    position: relative;
}

.sec1-solution-p4 .txt-fs24 {
    color: #DE0000;
    font-weight: 700;
    width: max-content;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px;
}

.sec1-solution-p4 .txt-fs24.right {
    position: absolute;
    right: 5px;
    top: 16px;
    color: #2020FF;
}

.sec1-solution-p5 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.txt-fs15 {
    font-size: 15px;
}

.txt-fs18 {
    font-size: 18px;
}

.sec1-solution-p6-flow {
    margin-top: 60px;
    overflow: auto;
}

.sec1-solution-p6-img {
    min-width: 600px;
}

.sec1-solution-p6-img img {
    width: 100%;
}

.txt-fs12 {
    font-size: 12px;
}

.sec1-solution-p5-txt {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 10px;
}

.sec1-solution-p5-gr-txt {
    padding-top: 50px;
}

.sec1-solution-p5-gr-txt p+p {
    padding-top: 30px;
}

.sec1-solution-p6 {
    background-image: url(images/picture7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 74px;
    padding-bottom: 60px;
}

.link-arrow2 {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    column-gap: 2px;
}

.link-arrow2 span {
    border-bottom: 1px solid transparent;
}

.link-arrow2:hover span {
    border-bottom: 1px solid #000;
}

.sec1-solution-p6-gr-link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    padding-top: 60px;
}

.sec1-solution-p8 {
    background-color: #fff;
}

.sec1-solution-p7 {
    padding-top: 74px;
    padding-bottom: 80px;
}

.sec1-solution-p7 .txt-fs24 {
    font-weight: 700;
    color: #0089EA;
    text-align: center;
    padding-top: 40px;
}

.sec1-solution-p7-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    padding-top: 47px;
}

.sec1-solution-p7-img img {
    border-radius: 10px;
}

.sec1-solution-p7-img2 img {
    border-radius: 10px;
}

.sec1-solution-p7-img2 {
    display: grid;
    grid-template-columns: 1fr 65.8%;
    column-gap: 30px;
    padding-top: 47px;
}

.products-solution {
    background: url(../itcen-themes/images/products-solution-bg.png) no-repeat top right;
    background-size: cover;
}

.sec1-solution-p9 {
    padding: 70px 0;
}

.sec1-solution-p9 .style6 {
    padding-top: 40px;
}

.sec1-solution-p9-txt1 {
    text-align: center;
    padding-top: 40px;
}

.sec1-solution-p9 .sec1-solution-p2-content {
    padding-top: 0;
}

.sec1-solution-p9 .sec1-solution-p2-main {
    align-items: center;
    column-gap: 30px;
    padding-top: 0;
}

.sec1-solution-p9 .sec1-solution-p2-main+.sec1-solution-p2-main {
    padding-top: 30px;
}

.sec1-solution-p9 .sec1-solution-p2-main .txt-fs16 {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 9px;
}

.sec1-solution-p9 .sec1-solution-p2-main .txt-fs16:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
    transform: translateY(10px);
}

.txt__solution {
    margin-bottom: 15px !important;
}

.sec1-solution-p2-main-gr {
    padding-top: 50px;
}

.solution__table {
    margin-top: 19px;
}

.solution__table table {
    border-spacing: 0;
}

.solution__table table tr td {
    padding: 7px;
    font-size: 15px;
}

.solution__table table tr td:first-child {
    width: 194px;
    position: relative;
    border: 1px solid #D9D9D9;
    border-width: 1px 1px 0 1px;
}

.solution__table table tr td:last-child {
    padding-left: 15px;
}

.solution__table table tr:last-child td:first-child {
    border-bottom: 1px solid #D9D9D9;
}

.sec1-solution-p10 {
    background-image: url(images/bg-26.png);
    background-size: cover;
}

.sec1-solution-p10-img {
    margin-top: 90px;
}

.sec1-solution-p11-img {
    margin-top: 40px;
}

.table-container {
    margin-top: 40px;
    overflow-x: auto;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.table-container th,
.table-container td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: center;
}

.table-container th {
    background-color: #0076c6;
    color: white;
}

.table-container td:first-child {
    text-align: center;
    white-space: nowrap;
    background: #fff;
}

.table-container td:first-child:not([rowspan]) {
    background-color: #f5f5f5;
}

.table-container td[rowspan] {
    width: 26%;
    font-weight: bold;
    background-color: #f1f1f1;
}

.table-container tbody tr td:nth-child(2) {
    width: 27.4%;
}

.table-container tbody tr td:last-child {
    width: 46%;
    background: #fff;
    text-align: left;
}

.ai-itcen-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
    position: relative;
}

.ai-itcen-title-wrap .ai-human-revolution__desc {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.ai-itcen-title-wrap::after,
.ai-itcen-title-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #077ED3;
}

.ai-itcen-title-wrap::after {
    right: 0;
    left: auto;
}

.ai-itcen-title-wrap::before {
    left: 0;
    right: auto;
}

@media (max-width: 600px) {
    .table-container table {
        font-size: 14px;
    }
}

@media screen and (max-width:999px) {
    .sec1-solution-p10-img {
        margin-top: 20px;
        margin-left: 0 !important;
    }

    .itcen-title3 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .style4 {
        font-size: 20px;
        height: 55px;
    }

    .style5,
    .style6 {
        font-size: 24px;
    }

    .txt-fs24 {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .ai-studios-item:not(:last-child):after {
        content: none;
    }

    .ai-human-revolution::before,
    .ai-human-revolution::after {
        height: 98.7%;
    }

    .solution__table table tr td:first-child {
        background-color: #0076c6;
        color: white;
        border-color: #0076c6;
    }

    .solution__table table tr td:last-child {
        padding-left: 7px;
    }

    .solution__table table tr td {
        width: 100% !important;
        float: left;
        border: 1px solid #D9D9D9;
        border-width: 1px 1px 0 1px;
    }

    .solution__table table tr:last-child td:last-child {
        border-top: 0;
        border-bottom: 1px solid #D9D9D9;
    }

    .itcen-title3 {
        font-size: 26px;
    }

    .sec1-solution-p1-main {
        display: block;
        padding-bottom: 0;
    }

    .txt-fs16 {
        font-size: 15px;
    }

    .sec1-solution-p1-img {
        padding-bottom: 20px;
    }

    .style5 {
        font-size: 20px;
        padding-top: 0;
    }

    .style6 {
        font-size: 20px;
        column-gap: 10px;
    }

    #leak-solution {
        padding-top: 50px;
    }

    .link-cendector {
        font-size: 18px;
    }

    .sec1-solution-p2 {
        padding-top: 50px;
    }

    .style6:before,
    .style6:after {
        width: 15px;
    }

    .sec1-solution-p2-main {
        padding-top: 30px;
        display: block;
    }

    .sec1-solution-p2-content-title {
        font-size: 18px;
    }

    .sec1-solution-p2-content-title2 {
        padding-top: 25px;
    }

    .sec1-solution-p2-img {
        text-align: center;
    }

    .txt-fs20 {
        font-size: 18px;
    }

    .sec1-solution-p3-list-item .txt-fs20 {
        margin-top: 0;
    }

    .sec1-solution-p3 {
        padding-top: 50px;
    }

    .sec1-solution-p4-img {
        padding-top: 30px;
    }

    .sec1-solution-p4 .txt-fs24.right {
        top: 0;
    }

    .txt-fs24 {
        font-size: 18px;
    }

    .txt-fs18 {
        font-size: 16px;
    }

    .sec1-solution-p6-flow {
        margin-top: 30px;
    }

    .sec1-solution-p5 {
        padding: 50px 0;
    }

    .sec1-solution-p5-gr-txt {
        padding-top: 30px;
    }

    .sec1-solution-p6-gr-link {
        column-gap: 20px;
        padding-top: 30px;
    }

    .sec1-solution-p7-img {
        display: block;
    }

    .sec1-solution-p7-img .sec1-solution-p7-img-item+.sec1-solution-p7-img-item {
        padding-top: 15px;
    }

    .sec1-solution-p7-img2 {
        display: block;
    }

    .sec1-solution-p7-img2 .sec1-solution-p7-img-item+.sec1-solution-p7-img-item {
        padding-top: 15px;
    }

    .sec1-solution-p7,
    .sec1-solution-p8 {
        padding: 50px 0;
    }

    .sec1-solution-p7 .txt-fs24 {
        padding-top: 25px;
    }

    .sec1-solution-p7-img,
    .sec1-solution-p7-img2 {
        padding-top: 20px;
    }

    .sec1-solution-p9 .sec1-solution-p2-content {
        padding-top: 15px;
    }

    .sec1-solution-p2-main-gr {
        padding-top: 30px;
    }

    .sec1-solution-p9 .style6 {
        padding-top: 20px;
    }

    .sec1-solution-p9 {
        padding: 50px 0;
    }
}

.drop-down-menu {
    position: relative;
}

.drop-down-menu-parent {
    position: relative;
    z-index: 2;
}

.drop-down-menu-sub-child,
.drop-down-menu-child {
    position: absolute;
    top: 0;
    left: -22px;
    padding-top: 62px;
    width: max-content;
    display: none;
}

.drop-down-menu-sub-child {
    top: 1px;
    left: auto;
    right: -100%;
}

.drop-down-menu-child li:not(:first-child) {
    border-top: 1px solid #fff;
}

.drop-down-menu-sub-child a {
    background: #8d8d8d;
}

.drop-down-menu-sub-child li:not(:first-child) {
    border-color: #333;
}

@media screen and (min-width:768px) {

    .drop-down-menu-sub:hover .drop-down-menu-sub-child,
    .drop-down-menu:hover .drop-down-menu-child {
        display: block;
    }
}

.drop-down-menu-child-item {
    background-color: #52565d;
    padding: 18px 23px !important;
    min-width: 242px;
}

.drop-down-menu-child-item+.drop-down-menu-child-item {
    border-top: 1px solid #fff;
}

.drop-down-menu-child-item:hover {
    opacity: 0.7;
}

.toggle-icon {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: none;
}

.toggle-icon-menu-sub {
    z-index: 5;
}

.toggle-icon:before,
.toggle-icon:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    top: 50%;
}

.toggle-icon:before {
    transform: rotate(90deg);
}

.toggle-icon.is-active:before {
    opacity: 0;
}

.products-solution-item__content-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.neo_link_id {
    position: relative;
}

.neo_link_id-main {
    position: absolute;
    left: 0;
    top: -130px;
}

.br-767 {
    display: none;
}

.ft-page {
    background-color: #000;
    padding-top: 80px;
}

.ft-footer {
    position: relative;
}

.ft-pdf {
    position: absolute;
    right: 0;
    bottom: 28px;
}

.ft-page * {
    box-sizing: border-box;
}

.list-link-menu-ft2 {
    padding-top: 30px;
}

.ft-page1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-page1-logo-img {
    width: 200px;
}

.list-link-menu-ft a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.list-link-menu-ft {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.ft-page ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.ft-page ul li::marker {
    display: none;
}

.list_menu-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
}

.ft-page1-menu {
    position: relative;
    padding-right: 225px;
}

.ft-page1-menu-social {
    position: absolute;
    top: 0;
    right: 0;
}

.coppy-right {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    line-height: 1.5;
}

.gr-green-ting-p2 * {
    box-sizing: border-box;
}

.gr-green-ting-p2-box {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 38px;
    padding-bottom: 30px;
}

.gr-green-ting-p2-box p {
    margin: 0;
}

.gr-green-ting-prp {
    font-size: 16px;
}

.gr-green-ting-xn {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    padding-top: 40px;
}

.gr-green-ting-xn span {
    font-size: 15px;
    font-weight: 400 !important;
}

.gr-green-ting-p2-box p span {
    font-weight: 700;
}

.company-intro__cont_lock-bg {
    background-image: url('images/bg-img02.jpg');
    background-size: cover;
    background-position: left center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.into-scath {
    margin-top: -10px;
}

.slider__layout {
    margin-top: 100px !important;
}

.layout-text-banner-h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
}

.layout-text-banner-h2 * {
    box-sizing: border-box;
}

.layout-text-banner-h2 h2 {
    margin: 0;
    padding: 0;
    font-size: 39px;
    line-height: 1.8;
    color: #fff;
    font-weight: 700;
    text-shadow: rgb(0, 108, 185) 2px 0px 0px, rgb(0, 108, 185) 1.75517px 0.958851px 0px, rgb(0, 108, 185) 1.0806px 1.68294px 0px, rgb(0, 108, 185) 0.141474px 1.99499px 0px, rgb(0, 108, 185) -0.832294px 1.81859px 0px, rgb(0, 108, 185) -1.60229px 1.19694px 0px, rgb(0, 108, 185) -1.97998px 0.28224px 0px, rgb(0, 108, 185) -1.87291px -0.701566px 0px, rgb(0, 108, 185) -1.30729px -1.5136px 0px, rgb(0, 108, 185) -0.421592px -1.95506px 0px, rgb(0, 108, 185) 0.567324px -1.91785px 0px, rgb(0, 108, 185) 1.41734px -1.41108px 0px, rgb(0, 108, 185) 1.92034px -0.558831px 0px;
}

.toggle-icon {
    z-index: 3;
}

.ai-banner .title-h2-aistudio {
    font-size: 26px;
    line-height: 140%;
}

.br-1500 {
    display: none;
}

.drop-down-menu-child--company {
    left: -29px;
}

.information-security__list ul {
    padding-left: 20px;
}

#information-security {
    padding: 80px 0;
}

.information-security__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.information-security__subtitle {
    font-weight: 700;
    font-size: 18px;
}

#privacy-policy {
    padding: 80px 0;
    background-color: #F5F5F5;
}

.privacy-policy__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.privacy-policy__item {
    margin: 40px 0;
}

.privacy-policy__item ul {
    padding-left: 20px;
}

.am-flex4.ai-human-application-area__item iframe {
    border-radius: 5px;
}



/* THANG-CSS  */

/* apply-form */
.recruitment-form-wrap {
    padding-top: 20px;
    padding-bottom: clamp(40px, 3.021vw, 58px);
}

.apply-form-wrapper table {
    width: 100%;
    table-layout: fixed;
}

.apply-form-wrapper table td {
    padding-top: 24px;
    padding-bottom: 24px;
}

.apply-form-wrapper table td:first-child {
    width: 196px;
    color: #003B94;
    -webkit-text-stroke: 1px #D9D9D9;
    paint-order: stroke fill;
}

.apply-form-wrapper table td:last-child {
    position: relative;
}

.apply-form-wrapper input[type="text"],
.apply-form-wrapper input[type="email"],
.apply-form-wrapper input[type="file"],
.apply-form-wrapper textarea {
    width: 100%;
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    box-sizing: border-box;
}

.apply-form-wrapper input[type="file"] {
    width: 34.115vw;
}


.apply-form-wrapper .request {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    color: #D52929;
    font-size: 15px;
    margin-top: 8px;
}

.apply-form-wrapper .privacy-box {
    border: 1px solid #D9D9D9;
    padding: 22px;
    height: 271px;
    overflow-y: auto;
    margin-bottom: 2.5rem;
    margin-top: 27px;
}

.privacy-box-title {
    color: #003B94;
    -webkit-text-stroke: 1px #D9D9D9;
    paint-order: stroke fill;
}

.apply-form-wrapper .privacy-box a {
    color: #000;
    text-decoration: none
}

.apply-form-wrapper .privacy-box .privacy-box-wrap {
    max-width: 904px;
    line-height: 202%;
    letter-spacing: 0.1px;
}

.apply-form-wrapper .agree-check {
    margin-bottom: 20px;
}

.apply-form-wrapper .form-actions p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.apply-form-wrapper .btn-cancel,
.apply-form-wrapper .btn-submit {
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.apply-form-wrapper .btn-submit.link-cendector:after {
    left: auto;
    right: 0;
}

.apply-form-wrapper .btn-cancel {
    font-size: 20px;
    font-weight: 700;
    color: #003B94;
    display: inline-block;
    outline: 0;
    background-color: transparent;
    text-decoration: none;
    background-image: url(images/arow2.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding-left: 33px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.apply-form-wrapper .btn-submit {
    font-size: 20px;
    font-weight: 700;
    color: #003B94;
    display: inline-block;
    outline: 0;
    background-color: transparent;
    text-decoration: none;
    background-image: url(images/arow1.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 33px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

.apply-form-wrapper .privacy-check-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.apply-form-wrapper .privacy-txt {
    position: absolute;
    top: 0;
    left: 2.3rem;
    width: max-content;
}

.privacy-check {
    position: relative;
    width: 100%;
    max-width: 315px;
}

.privacy-check--gp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(20px, 2.76vw, 53px);
}

.privacy-check .wpcf7-list-item {
    position: relative;
}

.privacy-check .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
}


.privacy-check .wpcf7-list-item-label {
    font-size: 0;
    width: 1.55rem;
    height: 1.55rem;
    border: #D9D9D9 solid 1px;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -0.3rem;
    margin-right: .7rem;
    cursor: pointer;
}

.privacy-check .wpcf7-list-item input:checked~span::before {
    opacity: 1;
}

.privacy-check .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: #D9D9D9;
    transition: all 0.35s;
}

.privacy-check .wpcf7-not-valid-tip {
    position: relative;
    width: 50rem;
    display: block;
    left: 4.7rem;
    top: 0;
}

.tr-file td:last-child p {
    display: flex;
    align-items: center;
    gap: 17px;
}

.tr-file td:last-child .note-file {
    min-width: 132px;
    border-radius: 5px;
    background: #2C9FF2;
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitment {
    background: url(../itcen-themes/images/recruitment-bg.png) no-repeat center;
    background-size: cover;
    padding-top: clamp(60px, 4.167vw, 80px);
    padding-bottom: clamp(60px, 4.063vw, 78px);
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 2.604vw, 50px);
}

.btn-group .btn-download.link-cendector {
    background-image: url(images/DL.png);
}

.recruitment-form {
    padding-top: 50px;
}

/* apply-form */
.table-recruitment-01 {
    padding-top: 32px;
    overflow-x: auto;
}

.table-recruitment-01 table {
    text-align: center;
    width: 100%;
    border-color: #fff;
    min-width: 1000px;
    border-radius: 15px;
    overflow: hidden;
}

.table-recruitment-01 th {
    background: #2c9ff21a;
    width: 25%;
    font-size: 16px;
}

.table-recruitment-01 th,
.table-recruitment-01 td {
    padding: 16.5px 0;
}

.table-recruitment-01 tr:nth-child(1) td,
.table-recruitment-01 tr:nth-child(2) td,
.table-recruitment-01 tr:nth-child(5) td {
    background-color: rgb(217 217 217 / 20%);
}

.table-recruitment-01 tr:nth-child(3) td,
.table-recruitment-01 tr:nth-child(4) td,
.table-recruitment-01 tr:nth-child(6) td {
    background: #fff;
}

.table-recruitment-01 tr:nth-child(5),
.table-recruitment-01 tr:nth-child(6) {
    height: 160px;
}

.table-recruitment-02 {
    padding-top: 56px;
    padding-bottom: clamp(40px, 4.167vw, 80px);
}

.table-recruitment-02 table {
    border-radius: 15px;
    overflow: hidden;
}

.table-recruitment-02 tr td {
    padding: 16.5px 30px;
}

.table-recruitment-02 tr td:first-child {
    width: 371px;
    background: #2c9ff21a;
    text-align: center;
    font-weight: bold;
}

.table-recruitment-02 tr td:last-child {
    background: #fff;
}

[class*=dflex] {
    display: flex;
    flex-wrap: wrap;
}

[class*=aic] {
    align-items: center;
}

[class*=aie] {
    align-items: flex-end;
}

[class*=ais] {
    align-items: flex-start;
}

[class*=jcc] {
    justify-content: center;
}

[class*=jcsb] {
    justify-content: space-between;
}

[class*=jcfe] {
    justify-content: flex-end;
}

[class*=fcolumn] {
    flex-flow: column;
}

[class*=grid] {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::after,
*::before {
    box-sizing: border-box;
}

.grid-1000 {
    max-width: 1030px;
}

.grid-1200 {
    max-width: 1230px;
}

.txt_fs_49 {
    font-size: 49px;
}

.products-top {
    padding-top: clamp(60px, 3.906vw, 75px);
    padding-bottom: clamp(60px, 3.906vw, 75px);
    background: url(../itcen-themes/images/products-top-bg.png) no-repeat center;
    background-size: cover;
}

.products-top--gp {
    background: linear-gradient(to right, #0C456D, #00233C);
    overflow: hidden;
    border-radius: 10px;
}

.products-top--item--gp {
    align-items: center;
}

.products-top--item {
    width: 100%;
}

.products-top--item,
.products-top--item * {
    color: #fff;
}

.products-top--item .products-content__title {
    font-size: clamp(18px, 1.25vw, 24px);
    border-color: #077ED3;
    padding-bottom: 10px;
}

.products-top--item .products-content__text {
    font-size: clamp(14px, 0.938vw, 18px);
}

.products-top--item .products-content__desc {
    font-size: 15px;
}

.products-top--item .products-content__details {
    margin: 0;
    padding-left: 5.208vw;
    padding-right: 5.208vw;
}

.products-top--item-box {
    width: 50%
}

.products-top--item-box-img {
    display: block;
}

.ai-human--maxtrix {
    padding-top: 160px;
    padding-bottom: 113px;
    background: url(../itcen-themes/images/ai-human--maxtrix.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.ai-human--maxtrix-title {
    line-height: 100%;
    margin-bottom: 50px;
}

.ai-human--maxtrix-txt {
    font-size: clamp(16px, 1.042vw, 20px);
}

.ai-human--maxtrix-list {
    gap: 20px;
    padding-top: 47px;
    margin: 0;
}

.ai-human--maxtrix-list li {
    list-style: none;
    padding: 11px 0;
    border: 1px solid;
    border-radius: 100px;
    /* min-width: 215px; */
    max-width: 215px;
    width: 100%;
}

@media screen and (max-width:1500px) {
    .br-1500 {
        display: block;
    }
}

@media screen and (max-width:999px) {
    .ft-page1 {
        display: block;
    }

    .ft-page1-logo {
        text-align: center;
    }

    .ft-page1-menu {
        padding-right: 0;
        padding-top: 30px;
    }

    .ft-page1-menu-social {
        position: static;
    }

    .list-link-menu-ft,
    .list_menu-social {
        justify-content: center;
    }

    .list_menu-social {
        padding-top: 20px;
    }

    .layout-text-banner-h2 h2 {
        font-size: 24px;
    }

    .title-h2-aistudio {
        font-size: 36px !important;
    }
}

@media screen and (max-width:900px) {
    .drop-down-menu-child {
        padding-top: 38px;
    }
}

@media screen and (max-width:767px) {
    .drop-down-menu-child {
        position: static;
        width: 100%;
        padding-top: 0;
    }

    .drop-down-menu-sub-child {
        padding-top: 0;
    }

    .drop-down-menu-sub-child li {
        border-width: 0 !important;
    }

    .drop-down-menu-sub-child,
    .drop-down-menu-child {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
    }

    .drop-down-menu-child-item {
        padding: 15px 0px !important;
        background-color: #000;
    }

    .drop-down-menu-child-item+.drop-down-menu-child-item {
        border-top: 0px solid #fff;
    }

    .toggle-icon {
        display: block;
    }

    .br-767 {
        display: block;
    }

    .title-jp2-lh {
        line-height: 1.5;
    }

    .list-link-menu-ft {
        display: block;
        text-align: center;
    }

    .list-link-menu-ft a {
        display: inline-block;
    }

    .list-link-menu-ft li+li {
        padding-top: 20px;
    }

    .list-link-menu-ft2 {
        padding-top: 20px;
    }

    .coppy-right {
        padding-bottom: 15px;
        padding-top: 40px;
    }

    .ft-page {
        padding-top: 50px;
    }

    .gr-green-ting-p2-box {
        padding: 20px 15px;
    }

    .gr-green-ting-xn {
        padding-top: 20px;
    }

    .layout-text-banner-h2 h2 {
        font-size: 22px;
    }

    .title-h2-aistudio {
        font-size: max(4.69vw, 22px) !important;
    }

    .drop-down-menu-child-item {
        min-width: auto;
    }
}

.preparation {
    font-size: 20px;
}

.picture30__boxfff {
    background-color: #fff;
    text-align: center;
    padding: 30px 15px;
}

.reset-css * {
    box-sizing: border-box;
}

.reset-css ul {
    list-style: none;
    margin: 0;
}

.reset-css p {
    margin: 0;
}

.innorules-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
    padding-top: 10px;
    row-gap: 33px;
    padding-left: 0;
    padding-right: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.innorules-ul-title {
    font-weight: 700;
    color: #003B94;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #077ED3;
    padding-bottom: 4px;
}

.innorules-ul .txt-fs16 {
    text-align: left;
    line-height: 1.8;
    padding-top: 7px;
}

/* .dots {
    display: grid;
    grid-template-columns: max-content 1fr;
}

.dots:before {
    content: 'ãƒ»';
} */

.dots {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 8px;
}

.dots:before {
    content: '';
    clear: both;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    transform: translateY(13px);
}

.smart-performance--results {
    padding-top: clamp(60px, 4.688vw, 90px);
}

.smart-performance--tableproduct {
    position: relative;
    padding-top: clamp(0px, 1.042vw, 20px);
    overflow-x: auto;
}

.smart-performance--tableproduct table {
    border-radius: 15px;
    min-width: 1000px;
    overflow: hidden;
}

.smart-performance--tableproduct tr th {
    background: #2c9ff21a;
}

.smart-performance--tableproduct tr th,
.smart-performance--tableproduct tr td {
    text-align: center;
    padding: 16.5px 0;
}

.smart-performance--tableproduct tr th:first-child {
    width: 250px;
}

.smart-performance--tableproduct tr th:nth-child(2) {
    width: 250px;
}

.smart-performance--tableproduct tr th:last-child {
    width: 495px;
}

.service-achievements--table tbody tr:nth-child(even) td:last-child,
.smart-performance--tableproduct tbody tr:nth-child(odd) {
    background: rgb(217, 217, 217, 0.2);
}

.service-achievements--table tbody tr:nth-child(odd) td:last-child,
.smart-performance--tableproduct tbody tr:nth-child(even) {
    background: #fff;
}

.service-achievements {
    padding-top: clamp(30px, 2.604vw, 50px);
    padding-bottom: clamp(30px, 3.333vw, 64px);
    background: url(../itcen-themes/images/service-achievements-bg.png) no-repeat center;
    background-size: cover;
}

.service-achievements--table {
    padding-top: clamp(15px, 2.083vw, 40px);
}

.service-achievements--table table {
    width: 100%;
}

.service-achievements--table tr td {
    min-height: 231px;
}

.service-achievements--table tr td:first-child {
    background: #2c9ff21a;
    width: 246px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.service-achievements--table tr td:last-child {
    padding: 26px 22px;
    vertical-align: middle;
}

.service-achievements--table ul {
    padding-left: 20px;
}

.service-overview {
    padding-top: clamp(30px, 2.604vw, 50px);
    padding-bottom: clamp(40px, 2.344vw, 45px);
    background: url(../itcen-themes/images/service-overview-bg.png) no-repeat center;
    background-size: cover;
}

.service-overview--list {
    list-style: none;
}

.service-overview--item {
    font-size: clamp(15px, 0.938vw, 18px);
    font-weight: bold;
    padding-top: clamp(10px, 1.302vw, 25px);
    padding-bottom: clamp(10px, 1.302vw, 25px);
}

.service-overview--list li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.service-overview--list.vs-01 {}

.service-overview--list .service-overview--link {
    color: #000;
    text-decoration: none;
}

.service-overview--list.vs-01 .service-overview--link {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0.938vw;
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
}

.service-overview--list.vs-01 .service-overview--link::before {
    content: '';
    clear: both;
    display: block;
    width: 29px;
    height: 22px;
    background: url(../itcen-themes/images/Group-1.png) no-repeat left center;
    background-size: contain;
}


.service-overview--list.vs-02 .service-overview--link {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 8px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.service-overview--list.vs-02 .service-overview--link::before {
    content: '';
    clear: both;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../itcen-themes/images/Group.png) no-repeat left center;
    background-size: contain;
    /* transform: translateY(13px); */
}

.service-solutions {
    padding-top: clamp(30px, 2.604vw, 50px);
    padding-bottom: clamp(40px, 2.344vw, 45px);
    background: url(../itcen-themes/images/service-solutions-bg.png) no-repeat center;
    background-size: cover;
}

.ai--maxtrix-bottom {
    padding-bottom: clamp(40px, 4.375vw, 84px);
}

.ai--maxtrix-bottom--txt {
    margin-top: 10px;
    margin-bottom: 35px;
}

@media screen and (max-width:767px) {
    .service-achievements--table table {
        border-collapse: collapse
    }

    .service-achievements--table td {
        width: 100% !important;
        float: left;
        padding: 15px !important;
        /* padding: 26px 15px !important; */
        min-height: auto !important;
        text-align: left !important;
        border-top: 1px solid #003B94;
        border-left: 1px solid #003B94;
        border-right: 1px solid #003B94;
    }

    .service-achievements--table tr:last-child td:last-child {
        border-bottom: 1px solid #003B94;
    }

    .service-overview--list.vs-01 .service-overview--link::before {
        transform: translateY(2px);
        width: 20px;
    }

    .service-overview--list.vs-02 .service-overview--link::before {
        width: 18px;
        height: 18px;
        transform: translateY(4px);
    }

    .achievements--table-content {
        display: contents;
    }

    .achievements--table-img img {
        margin-top: 12px;
        width: 100%;
        aspect-ratio: 1.5 / 1;
    }



    .innorules-ul {
        display: block;
    }

    .innorules-ul li+li {
        padding-top: 20px;
    }
}

@media screen and (max-width:490px) {
    .itcen-title4 {
        font-size: 5.6vw;
    }

    .itcen-title4 span {
        padding: 0 4.082vw;
    }

    .itcen-title4:before,
    .itcen-title4:after {
        width: 12.245vw !important;
    }
}