@charset "UTF-8";


/* mv
***************************************/
.mv {
    width: 100%;
    position: relative;
    background-image: url(../img/top/mv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.mv .wrapper {
    height: 100svh;
    max-height: 1000px;
    display: flex;
    align-items: center;
}

.mv .mv_catch {
    font-size: 5rem;
    color: #445c7d;
    font-weight: 700;
    position: relative;
    z-index: +10;
}

.mv .mv_catch .mv_l {
    font-size: 1.2em;
    color: #445c7d;
}

.mv .mv_catch .mv_l.emp {
    color: #3f84e2;
}

.mv .ob_1 {
    position: absolute;
    width: 40%;
    height: 60%;
    bottom: 8%;
    right: 37%;
    background-image: url(../img/top/mv_ob_1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

.mv .ob_2 {
    position: absolute;
    width: 50.2%;
    height: 87.8%;
    bottom: 15.5%;
    right: 61%;
    background-image: url(../img/top/mv_ob_2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

.mv .ob_3 {
    position: absolute;
    width: 56.7%;
    height: 86%;
    bottom: -14%;
    right: 83%;
    background-image: url(../img/top/mv_ob_3.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

@media (min-width: 768px) {
    .top_topics .item:hover .ttl {
        color: #3f84e2;
        text-decoration: underline;
    }

    .top_topics .more a:hover {
        color: #3f84e2;
        border-bottom: 1px solid #3f84e2;
    }
}

@media (max-width: 767px) {
    .mv {
        margin-top: 6rem;
    }

    .mv .mv_catch {
        font-size: 2.2rem;
    }

    .mv .wrapper {
        height: 34rem;
    }
}


/* topics
***************************************/
.top_topics {
    position: absolute;
    right: 0;
    bottom: 4.4rem;
    background-color: #fff;
    z-index: +10;
    padding: 2rem 3rem 2rem 4rem;
    width: 60rem;
}

.top_topics .hl {
    font-size: 3rem;
    font-weight: 700;
    color: #445c7d;
    margin-bottom: 1rem;
}

.top_topics .item {
    display: flex;
    align-items: start;
    column-gap: 2rem;
    margin-bottom: 1rem;
}

.top_topics .item .date {
    min-width: 6em;
    color: #bbb;
    font-weight: 700;
}

.top_topics .item .ttl {
    width: 100%;
}

.top_topics .more {
    display: flex;
    justify-content: end;
}

.top_topics .more a {
    color: #445c7d;
    padding: 0 1.2rem 2px;
    border-bottom: 1px solid #445c7d;
}

@media (max-width: 767px) {
    .top_topics {
        position: initial;
        top: 100%;
        bottom: auto;
        width: 100%;
        background-color: rgba(255, 255, 255, .9);
        padding: 1rem 3rem 2rem;
    }
}

/* ウィルコードができること
***************************************/
#section_1 {
    padding: 12rem 0 15rem;
    background-image: url(../img/top/sec_1_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: relative;
}

#section_1 .wrapper {
    padding-left: 48rem;
}

#section_1 .hl {
    font-size: 4rem;
    font-weight: 700;
    color: #3f84e2;
    margin-bottom: 1rem;
}

#section_1 .hl_sub {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 4rem;
}

#section_1 .text {
    line-height: 2;
}

#section_1 .text+.text {
    margin-top: 2em;
}

#section_1 .img {
    width: 48rem;
    position: absolute;
    top: 5rem;
    bottom: 0;
    right: 72%;
    margin: auto 0;
}

#section_1 .style_btn {
    justify-content: end;
    margin: 7rem 0 0;
}

@media (max-width: 767px) {
    #section_1 {
        padding: 10rem 0 10rem;
    }

    #section_1 .img {
        position: initial;
        width: 70%;
        margin: 0 auto 4rem;
    }

    #section_1 .wrapper {
        padding-left: 0;
    }

    #section_1 .hl {
        font-size: 2.4rem;
    }

    #section_1 .hl_sub {
        font-size: 2rem;
    }
}

/* サービス紹介
***************************************/
#section_2 {
    margin-top: -1px;
    padding: 0 0 8rem;
    background: linear-gradient(180deg, rgba(238, 244, 254, 1) 0%, rgba(219, 233, 255, 1) 100%);
    overflow: hidden;
}

#section_2 .hl {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
}

#section_2 .hl .main {
    font-size: 4rem;
    color: #445c7d;
    display: block;
}

#section_2 .hl .sub {
    font-size: 2rem;
    color: #3f84e2;
    display: block;
    letter-spacing: .1em;
}

#section_2 .hl:before,
#section_2 .hl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #bbb;
}

#section_2 .hl:before {
    margin-right: 5rem;
}

#section_2 .hl:after {
    margin-left: 5rem;
}

#section_2 .service_wrap {
    position: relative;
    margin-bottom: 8rem;
}

#section_2 .service_flex {
    margin: 0 calc(50% - 50vw);
    position: relative;
}

#section_2 .service_flex_item {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    padding: 3rem;
    display: flex;
    flex-direction: column;
}

#section_2 .service_flex_item img {
    width: 100%;
    height: 14rem;
    min-height: 12vw;
    border-radius: 5px;
    margin-bottom: 2rem;
    object-fit: cover;
}

#section_2 .service_flex_item h3 {
    text-align: center;
    color: #445c7d;
    margin-bottom: 2rem;
}

#section_2 .service_flex_item h3 span {
    display: inline-block;
}

#section_2 .slick-slide>div {
    height: 100%;
}

#section_2 .slick-list {
    padding-bottom: 1rem !important;
}

#section_2 .service_flex_item .text {
    line-height: 2;
    margin-bottom: 2.8rem;
}

#section_2 .service_flex_item .text span {
    display: inline-block;
}

#section_2 .service_flex_item a {
    width: 28rem;
    max-width: 100%;
    padding: 1rem 0;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #445c7d;
    font-weight: 700;
    color: #445c7d;
    text-align: center;
    margin: auto auto 0;
}

.slick-slide:focus {
    outline: none;
}

#section_2 .dots_wrap {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    font-size: 0;
    margin: 1rem 0 0;
}

#section_2 .dots_wrap button {
    font-size: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #bbb;
    border: none;
    transition: .3s;
}

#section_2 .dots_wrap .slick-active button {
    width: 10rem;
    background-color: #000;
}

#section_2 .arrow_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

#section_2 .arrow_box .slide_arrow {
    width: 8rem;
    height: 8rem;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #445c7d;
    background-color: #fff;
    bottom: 50%;
    pointer-events: auto;
}

#section_2 .arrow_box .slide_arrow:before {
    content: "";
    width: 20%;
    height: 20%;
    border-top: 2px solid #445c7d;
    border-right: 2px solid #445c7d;
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 0;
    left: 0;
    margin: auto;
}

#section_2 .arrow_box .slide_arrow.prev_arrow {
    transform: rotate(-135deg);
    right: 64%;
}

#section_2 .arrow_box .slide_arrow.next_arrow {
    transform: rotate(45deg);
    left: 64%;
}

#section_2 .style_btn {
    justify-content: center;
}

@media (min-width: 768px) {
    #section_2 .service_flex_item .text {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #section_2 .arrow_box .slide_arrow.prev_arrow {
        right: auto;
        left: -2rem;
    }

    #section_2 .arrow_box .slide_arrow.next_arrow {
        left: auto;
        right: -2rem;
    }

    #section_2 .hl .main {
        font-size: 2.4rem;
    }
}

/* 事例紹介
***************************************/
#section_3 {
    margin: 6rem 0;
    position: relative;
    overflow: hidden;
}

#section_3 .wrapper {
    padding-right: 63rem;
    padding: 12rem 63rem 12rem 0;
}

#section_3 .hl {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

#section_3 .hl .main {
    font-size: 4rem;
    color: #445c7d;
    display: block;
}

#section_3 .hl .sub {
    font-size: 2rem;
    color: #3f84e2;
    display: block;
    letter-spacing: .1em;
}

#section_3 .hl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #bbb;
}

#section_3 .hl:after {
    margin-left: 2.6rem;
}

#section_3 .text {
    line-height: 2;
    margin-bottom: 6rem;
}

#section_3 .img {
    height: 96%;
    width: auto;
    position: absolute;
    left: 55%;
    top: 2%;
}

#section_3 .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: -9rem;
    border-radius: 30px 0 0 30px;
    background: linear-gradient(120deg, rgba(255, 243, 246, 1) 0%, rgba(255, 217, 227, 1) 100%);
    z-index: -1;
}

@media (max-width: 767px) {
    #section_3 .wrapper {
        padding: 5rem 0;
    }

    #section_3 .hl .main {
        font-size: 2.4rem;
    }

    #section_3 .wrapper:before {
        left: calc(50% - 50vw);
        border-radius: 0;
    }

    #section_3 .img {
        position: initial;
        height: auto;
        width: 100%;
        margin: 4rem auto 0;
    }
}

/* ウィルコードについて
***************************************/
#section_4 {
    padding: 8rem 0 10rem;
    position: relative;
    background: linear-gradient(150deg, rgba(255, 237, 214, 1) 0%, rgba(255, 246, 235, 1) 100%);
}

#section_4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/sec_4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

#section_4 .wrapper {
    z-index: +1;
}

#section_4 .hl {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
}

#section_4 .hl .main {
    font-size: 4rem;
    color: #445c7d;
    display: block;
}

#section_4 .hl .sub {
    font-size: 2rem;
    color: #3f84e2;
    display: block;
    letter-spacing: .1em;
}

#section_4 .hl:before,
#section_4 .hl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #bbb;
}

#section_4 .hl:before {
    margin-right: 5rem;
}

#section_4 .hl:after {
    margin-left: 5rem;
}

#section_4 .about_flex {
    display: flex;
    align-items: start;
    gap: 8rem;
    flex-wrap: wrap;
}

#section_4 .about_flex .item {
    width: calc(50% - 4rem);
    position: relative;
}

#section_4 .about_flex .item img {
    border-radius: 20px;
}

#section_4 .about_flex .item .label {
    position: absolute;
    top: calc(100% - 1.5em);
    left: -3rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3;
    width: 34rem;
    background-color: #445c7d;
    color: #fff;
    text-align: center;
    transition: .2s;
}

@media (min-width: 768px) {
    #section_4 .about_flex .item:hover .label {
        background-color: #fff;
        color: #445c7d;
    }

    #section_4 .about_flex .item:nth-of-type(even) {
        margin-top: 5rem;
    }
}

@media (max-width: 767px) {
#section_4 .hl .main {
    font-size: 2.4rem;
}

    #section_4 .about_flex .item {
        width: 100%;
    }

    #section_4 .about_flex .item .label {
        left: -1rem;
        font-size: 1.8rem;
    }
}

/* 採用情報
***************************************/
#section_5 {
    padding: 6rem 0 12rem;
    background: linear-gradient(200deg, rgba(238, 244, 254, 1) 0%, rgba(219, 233, 255, 1) 100%);
    position: relative;
}

#section_5 .wrapper {
    z-index: +2;
}

#section_5 .hl {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
}

#section_5 .hl .main {
    font-size: 4rem;
    color: #445c7d;
    display: block;
}

#section_5 .hl .sub {
    font-size: 2rem;
    color: #3f84e2;
    display: block;
    letter-spacing: .1em;
}

#section_5 .hl:before,
#section_5 .hl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #bbb;
}

#section_5 .hl:before {
    margin-right: 5rem;
}

#section_5 .hl:after {
    margin-left: 5rem;
}

#section_5 .recruit_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 4rem;
}

#section_5 .recruit_flex .item {
    width: 40rem;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

#section_5 .recruit_flex .item:before {
    background-color: rgba(68,92,125,.7);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#section_5 .recruit_flex .lead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: +2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

#section_5 .recruit_flex .lead .main {
    font-size: 2.4rem;
    display: block;
}

#section_5 .recruit_flex .lead .sub {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.1em;
}

#section_5 .style_btn {
    justify-content: center;
}

#section_5:before {
    content: "";
    z-index: +1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59rem;
    max-width: 32vw;
    min-width: 26vw;
    height: 100%;
    background-image: url(../img/top/sec_5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

@media (min-width: 768px) {
    #section_5 .recruit_flex .item:hover:before {
        background-color: rgba(255,255,255,.7);
    }

    #section_5 .recruit_flex .item:hover .lead {
        color: #445c7d;
    }
}

@media (max-width: 767px) {
    #section_5 .recruit_flex .lead {
        max-width: 100%;
    }

    #section_5 {
        padding: 6rem 0 20rem;
    }

    #section_5:before {
        min-width: 0;
        max-width: 60vw;
    }

    #section_5 .hl .main {
        font-size: 2.4rem;
    }
}