@charset "UTF-8";

/*====================
main image
====================*/
.pc__mainImage {
    display: none;
}

.sp__mainImage {
    height: 160vw;
}

.article__header {
    position: relative;
}

.catchphrase__position {
    position: absolute;
    top: 96vw;
    left: 4vw;
}

.catchphrase__box, .catchphrase {
    position: relative;
    display: inline-block;
}

.catchphrase__box.is-animated, .catchphrase::before {
    animation: catchphrase__box 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(90deg, #00428C 19.6%, #D4E8FF 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}

.catchphrase span {
    color: #FFF;
    font-size: 2.5rem;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

.catchphrase__top {
    margin-top: 10px;
}

@keyframes catchphrase__box {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
}

/* pc mainImage */
@media screen and (min-width: 769px) {
    .sp__mainImage {
        display: none;
    }

    .pc__mainImage {
        display: block;
    }

    .catchphrase__position {
        top: 22.2vw;
        left: 10.9vw;
    }

    .catchphrase span {
        font-size: 4rem;
        padding: 20px;
    }

} /* 769px pc */

/*====================
mission
====================*/
.mission {
    background-color: #00428C;
    padding: 60px 4% 260px;
    text-align: center;
    position: relative;
}

.mission__content {
    position: relative;
    display: inline-block;
}

.mission__tittle {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: left;
}

.mission__tittle::after {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mission__txt {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 180%; /* 32.4px */
    margin-top: 80px;
    text-align: left;
}

.mission__txt__container {
    max-width: 420px;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.mission__txt__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission__txt2 {
    font-size: 1.4rem;
    text-align: left;
}

.mission__img {
    width: 80vw;
    max-width: 380px;
    margin-top: 40px;
}

.about__btn {
    margin-top: 30px;
}

/* pc mission */
@media screen and (min-width: 769px) {

    .mission {
        padding: 87px 9% 217.5px;
    }

    .mission__content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mission__tittle {
        font-size: 3.2rem;
        letter-spacing: 3.2px;
        padding: 74px 18.4%;
        border-right: solid 1px #fff;
    }

    .mission__tittle::after {
        display: none;
    }

    .mission__txt {
        font-size: 2.4rem;
        line-height: 200%; /* 48px */
        width: 50%;
        margin-top: 0;
        padding-left: 5%;
    }

    .mission__txt__container {
        display: flex;
        width: 81.9%;
        max-width: 1200px;
        top: 317px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 60px;
    }

    .mission__txt__item {
        justify-content: center;
        padding: 7.3% 0;
    }


    .mission__txt2 {
        font-size: 1.6rem;
        width: auto;
    }

    .about__btn {
        margin-top: 60px;
    }

    .mission__img {
        width: 47.3%;
        max-width: 510px;
        object-fit: cover;
        margin-top: 0;
        margin-left: 94px;
    }

} /* 769px pc */

/*====================
services
====================*/
.services {
    padding: 369px 4% 80px;
    background-color: #F8F8F8;
    text-align: center;
    position: relative;
    z-index: 0;
}

.services__container {
    position: relative;
}

.pc__line {
    display: none;
}

.sp__line {
    width: 130%;
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
    left: -78px;
    z-index: -1;
}

.services__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}

.services__item::before {
    content: '';
    border-bottom: 7em solid transparent;
    border-left: 7em solid #00428C;
    position: absolute;
    top: 0;
    left: 0;
}

.services__number {
    color: #FFF;
    font-family: Roboto;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    position: absolute;
    top: 17px;
    left: 22px;
    z-index: 50;
    
}

.services__tittle {
    color: #FFF;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.services__item1 {
    background-image: url(../image/top-services-ai.png);
    width: 92vw;
    height: 69vw;
    max-width: 550px;
    max-height: 413px;
    background-size: contain;
    background-repeat: no-repeat;
}

.services__item2 {
    background-image: url(../image/top-services-customer.png);
    width: 92vw;
    height: 69vw;
    max-width: 550px;
    max-height: 413px;
    background-size: contain;
    background-repeat: no-repeat;
}

.services__item3 {
    background-image: url(../image/top-services-ai2.png);
    width: 92vw;
    height: 69vw;
    max-width: 550px;
    max-height: 413px;
    background-size: contain;
    background-repeat: no-repeat;
}

.services__item4 {
    background-image: url(../image/top-services-dx.png);
    width: 92vw;
    height: 69vw;
    max-width: 550px;
    max-height: 413px;
    background-size: contain;
    background-repeat: no-repeat;
}

.services__txt {
    font-size: 1.6rem;
    margin-top: 40px;
}

.services__btn {
    margin-top: 40px;
}

/* pc services */
@media screen and (min-width: 769px) {
    .services {
        padding: 445px 4% 100px;
    }

    .services__container {
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
        justify-content: center;
        margin-top: 60px;
    }

    .services__number {
        font-size: 3.6rem;
        letter-spacing: 1.8px;
        top: 23px;
        left: 29px;
    }

    .services__item::before {
        border-bottom: 10em solid transparent;
        border-left: 10em solid #00428C;
    }

    .services__item {
        width: 450px;
        height: 338px;
        margin: 0;
    }

    .services__txt {
        margin-top: 60px;
    }

    .services__btn {
        margin-top: 60px;
    }

    .sp__line {
        display: none;
    }

    .pc__line {
        display: block;
        width: 130%;
        position: absolute;
        top: 56%;
        transform: translateY(-44%);
        left: -108px;
        z-index: -1;
    }

} /* 769px pc */


/*====================
recruit
====================*/
.recruit__clip__patch {
    width: 100%;
    height: 500px;
}

.recruit__txt__content {
    margin-top: 130px;
}

.recruit__txt__container {
    position: relative;
    z-index: 10;
    padding: 160px 3.2% 73px;
}

.recruit__txt__container::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 66, 140, 0.60);
    clip-path: inset(0);
    z-index: -20;
}

.recruit__sub {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.50);
    margin-top: 40px;
}

.recruit__txt__content2 {
    margin-top: 78px;
    text-align: center;
}

.recruit__txt1 {
    color: #FFF;
    text-align: center;
    font-size: 2rem;
}

.recruit__txt2 {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 40px;
}

.recruit__btn {
    color: #FFF;
    border: solid 1px #fff;
    margin-top: 40px;
}

.recruit__btn::before {
    color: #FFF;
}

.recruit__back__img {
    background-image: url(../image/sp-top-recruit.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -40;
}

/* pc recruit */
@media screen and (min-width: 769px) {

    .recruit__clip__patch {
        height: 700px;
    }

    .recruit__txt__content {
        margin-top: 100px;
    }

    .recruit__sub {
        font-size: 3.2rem;
    }

    .recruit__txt__container {
        padding: 275px 4% 251px;
    }

    .recruit__txt__content2 {
        margin-top: 0;
    }

    .recruit__txt1 {
        font-size: 2.4rem;
    }

    .recruit__back__img {
        background-image: url(../image/top-recruit.png);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -40;
    }

} /* 769px pc */



/*====================
news
====================*/
.news {
    padding: 60px 4%;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.news__container {
    text-align: center;
}

.news__btn {
    display: none;
}

.news__item {
    padding: 20px 0;
    border-bottom: solid 1px #333;
}

.news__item:first-of-type {
    border-top: solid 1px #333;
    margin-top: 60px;
}

.news__top {
    display: flex;
    align-items: center;
}

.time {
    font-family: Roboto;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    margin-right: 20px;
}

.category {
    color: #FFF;
    font-family: Roboto;
    font-size: 1.2rem;
    padding: 4px 16px;
    border-radius: 10px;
    background-color: #00428C;
}

.news__txt {
    font-size: 1.6rem;
    margin-top: 15px;
    text-align: left;
}

.sp__news__btn {
    margin-top: 60px;
}

/* pc recruit */
@media screen and (min-width: 769px) {

    .news {
        padding: 100px 4%;
    }

    .sp__news__btn {
        display: none;
    }

    .news__btn {
        display: block;
        width: 200px;
        margin-top: 117px;
        background-color: #FFF;
    }

    .news__container {
        display: flex;
        justify-content: center;
    }

    .news__content {
        margin-left: 17.3%;
    }

    .news__item:first-of-type {
        margin-top: 0;
    }

    .news__item {
        width: 50.6vw;
        padding: 40px 0;
    }

} /* 796px pc */

