@charset "UTF-8";

.websystem__img__top__wrap {
    width: 100%;
    height: 100vh;
    background-image: url('../images/websystem_top.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.websystem__wrapper {
    overflow: hidden;
}

.websystem__content {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.websystem__text {
    position: absolute;
    color: #ffffff;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}

.websystem__text h2 {
    text-align: center;
    font-weight: 700;
}

.websystem__service__img {
    position: relative;
    object-fit: cover;
}

.websystem__service__img:first-child {
    position: absolute;
    top: 0;
    left: 0; 
}

.websystem__service__img:nth-child(2) {
    top: 0;
    right: 0; 
    position: absolute; 
    
}

.websystem__service__img .left__img {
    transform: translateX(-100%);
    opacity: 0;
    transition: all cubic-bezier(.73,0,.83,1)  .5s;
    max-width: 100%;
    height: auto; 
}

.websystem__service__img .right__img {
    transform: translateX(100%);
    opacity: 0;
    transition: all cubic-bezier(.73,0,.83,1)  .5s;
    max-width: 100%;
    height: auto; 
}

.left__img.left__fadeIn {
    transform: translateX(0%);
    opacity: 1;
}

.right__img.right__fadeIn {
    transform: translateX(0%);
    opacity: 1;
}

.p__text {
    margin-top: 3%;
}

.p__text p {
    padding: 10px 0 10px 0 ;
    font-size: 20px;
    text-align: center;
}

.websystem__service__img img {
    width: 100%;
    border-radius: 30px;
}

.websystem__service__img img {
    border-radius: 30px;
}

.websystem__container {
    position: relative;
    margin: 100px auto 0 auto;
    width: 80%;
}

.inner {
    background-color: #93dfef;
    padding: 50px 20px;
    border-radius: 30px;
}

.inner__text {
    padding: 5% 2% 2% 2%;
}

.inner__text p {
    text-align: center;
}

.table__caption {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: #93dfef;
    width: 80%;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 10px 0 10px 0;
}
.table__header {
    font-weight: 700;
}

.achievement__content {
    width: 80%;
    border: 1px solid #93dfef;
    border-radius: 20px;
    margin: 0% auto 5% auto;
    padding: 50px;
    text-align: center;
    text-wrap: balance;
}

.achievement__content img {
    margin-top: 10%;
}

.achievement__h2 {
    text-align: center;
    margin: 5% 0 3% 0;
}

@media screen and (max-width: 960px) {

    .websystem__text h2 {
        font-size: 24px;
    }

    .p__text p {
        padding: 5px 0 5px 0 ;
        font-size: 16px;
        text-align: center;
    }

    .table__header {
        font-weight: 700;
        font-size: 24px;
    }

    
}

@media screen and (max-width: 450px) {

    .websystem__text h2 {
        font-size: 16px;
    }

    .p__text p {
        padding: 3px 0 3px 0 ;
        font-size: 14px;
    }
    .achievement__content h2 {
        font-size: 16px;
    }

}
