@charset "UTF-8";
.top-mv {
    height: calc(100vh - 80px);
    padding-bottom: 15vh;
    background: url(../img/top/mv.jpg) no-repeat center / cover;
}

.top-mv::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 350px;
    background-color: #fff;
    transform: skewY(-8deg);
    transform-origin: left top;
}

.top-mv .en {
    font-size: 12.4rem;
}

@media screen and (max-width: 768px) {
    .top-mv .en {
        font-size: 7.5rem;
    }
}

@media screen and (max-width: 480px) {
    .top-mv .en {
        font-size: 5rem;
    }
}

.top-about {
    position: relative;
    max-width: calc(50% + 550px);
    margin-left: auto;
    z-index: 2;
}

.top-about figure {
    width: 35%;
    max-width: 440px;
    margin-right: 50px;
}

.about-cont {
    flex: 1;
    padding: 60px 80px;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
    border-radius: 20px 0 0 20px;
}

.about-cont__wrapper {
    max-width: 560px;
}

@media screen and (max-width: 1024px) {
    .about-cont {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 768px) {
    .top-about figure {
        margin-right: 25px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .top-about {
        width: 95%;
    }
}

.top-service::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-color: #F5F5F5;
    z-index: -1;
}

.top-service::after {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #F5F5F5;
    transform: skewY(-7deg);
    transform-origin: left top;
    z-index: -1;
}

.service-illu {
    position: absolute;
    right: 0;
}

.service-illu--top {
    top: 0;
    width: 65%;
    transform: translateY(-45%);
}

.service-illu--bottom {
    bottom: 0;
    width: 54.5%;
}

.service-list li {
    width: 31%;
    max-width: 328px;
    margin-top: 100px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 20px 20px 0 #00A0C6;
}

.service-list li:nth-child(3n+1) {
    box-shadow: 20px 20px 0 #459EC2;
    transform: translateY(-80px);
}

.service-list li:nth-child(3n+2) {
    box-shadow: 20px 20px 0 #023FAF;
    transform: translateY(-40px);
}

.service-list__img {
    height: 220px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

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

.service-list__cont {
    padding: 60px 20px 50px;
}

.service-list__cont::after {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    top: -40px;
    width: 2px;
    height: 80px;
    background-color: #00A0C6;
}

.service-list li:nth-child(3n+1) .service-list__cont::after {
    background-color: #459EC2;
}

.service-list li:nth-child(3n+2) .service-list__cont::after {
    background-color: #023FAF;
}

.service-ttl {
    margin-bottom: 35px;
    z-index: 2;
}

.service-ttl .num {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'arial-black';
    font-size: 7.5rem;
    line-height: 1;
    transform: translate(-50%, -50%);
    opacity: .2;
    z-index: -1;
}

.service-ttl .num,
.service-ttl .en {
    color: #00A0C6;
    text-transform: uppercase;
}

.service-list li:nth-child(3n+1) .service-ttl .num,
.service-list li:nth-child(3n+1) .service-ttl .en {
    color: #459EC2;
}

.service-list li:nth-child(3n+2) .service-ttl .num,
.service-list li:nth-child(3n+2) .service-ttl .en {
    color: #023FAF;
}

@media screen and (max-width: 768px) {
    .service-illu--bottom {
        bottom: 40px;
        width: 47.5%;
    }
    .service-list li {
        width: 48%;
        margin-top: 80px;
    }
    .service-list li:nth-child(2n+1) {
        transform: translateY(-40px);
    }
    .service-list li:nth-child(2n) {
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    .service-illu {
        display: none;
    }
    .service-list li {
        width: calc(100% - 20px);
        margin-top: 40px;
        transform: none !important;
    }
    .service-list__img {
        height: 150px;
    }
}

.top-news {
    position: relative;
    padding-top: 13.88vw;
}

.top-news::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 14vw);
    background: url(../img/top/bg_news.jpg) no-repeat center / cover;
    z-index: -1;
}

.top-news::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #F5F5F5;
    transform-origin: left bottom;
    transform: skewY(7deg);
    z-index: -1;
}

.news-list {
    border-top: 1px solid #459EC2;
}

.news-list.col-white {
    border-top: 1px solid #fff;
}

.news-list li a {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    line-height: 1.35;
    border-bottom: 1px solid #459EC2;
}

.news-list.col-white li a {
    border-bottom: 1px solid #fff;
}

.news-list__date {
    width: 150px;
}

.news-list__ttl {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .top-news {
        padding-top: 25vw;
    }
    .top-news::before {
        height: calc(100% + 25vw);
    }
    .top-news::after {
        transform: skewY(13.5deg);
    }
}

@media screen and (max-width: 480px) {
    .news-list__date {
        width: 90px;
    }
}

.top-message-wrapper  {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.top-company::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: -15vw;
    width: 100%;
    background-color: #00A0C6;
    z-index: -1;
}

.company-link a {
    position: relative;
    display: block;
    width: 32%;
}

.company-link a img {
    border-radius: 20px;
}

.company-link__ttl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 20px;
    z-index: 2;
}

.company-link__ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(56, 56, 57, .5));
    mix-blend-mode: multiply;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .top-company::before {
        top: -25vw;
    }
}

@media screen and (max-width: 480px) {
    .company-link a {
        width: 100%;
    }
}