@charset "UTF-8";




/*========================================

index.html

========================================*/

/*----------------------------------------

#front_kv

----------------------------------------*/

#front_kv .bg_img {
    position: relative;
    width: 100%;
    height: 100svh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#front_kv .kv_ttl {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}

#front_kv .kv_ttl h1 {
    font-size: 10vw;
    color: #ffffff;
}

#front_kv .kv_ttl span {
    display: block;
    font-size: 5vw;
    color: #ffffff;
}



@media (min-width: 768px) {

    #front_kv .bg_img {
        min-height: 768px;
    }

    #front_kv .kv_ttl h1 {
        font-size: 6vw;
    }

    #front_kv .kv_ttl span {
        font-size: 3vw;
    }

}


@media (min-width: 1024px) {
    
}




/*----------------------------------------

#front_concept

----------------------------------------*/

#front_concept {
    overflow: hidden;
}

#front_concept .txt_area {
    padding: 80px 8%;
}

#front_concept .txt_area h2 {
    padding-bottom: 20px;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.6;
}

#front_concept .txt_area p {
    font-size: 0.9em;
    line-height: 1.6;
}


@media (min-width: 768px) {

    #front_concept .txt_area h2 {
        font-size: 3.5vw;
        font-weight: 700;
    }

}


@media (min-width: 1024px) {

    #front_concept .con {
        position: relative;
        padding: 80px 0;   
    }

    #front_concept .txt_area {
        position: absolute;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        z-index: 10;
        width: 60%;
        padding: 0;
    }

    #front_concept .txt_area h2 {
        font-size: 3vw;
    }

    #front_concept .txt_area p {
        width: 65%;
    }

    #front_concept .img_area {
        width: 50%;
        margin-left: 50%;
    }
    
}




/*----------------------------------------

#front_service

----------------------------------------*/

#front_service .con {
    padding: 80px 8%;
}

#front_service .ttl_area {
    margin: 0 0 40px;
}

#front_service .ttl_area .h2_ttl {
    margin: 0 0 20px;
    border-left: solid 5px #2e2e2e;
    padding-left: 10px;
}

#front_service .ttl_area .h2_ttl span {
    display: block;
    font-size: 8vw;
    line-height: 1.2;
}

#front_service .ttl_area .h2_ttl h2 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
}

#front_service .ttl_area .overview {
    
}

#front_service .ttl_area .overview p {
    font-size: 0.9em;
    line-height: 1.6;
}

#front_service .service_list ul li {
    margin: 0 0 40px;
}

#front_service .service_list ul li:last-of-type {
    margin: 0;
}

#front_service .service_list .thumbnail {

}

#front_service .service_list .caption h3 {
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: 700;
}

#front_service .service_list .caption p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    #front_service .ttl_area .h2_ttl span {
        font-size: 5vw;
    }

    #front_service .ttl_area .h2_ttl h2 {
        font-size: 2.5vw;
    }

}


@media (min-width: 1024px) {

    #front_service {
        position: relative;
    }

    #front_service::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 84%;
        height: 50%;
        background: #eaeaea;
    }

    #front_service .con {
        position: relative;
        z-index: 10;
    }

    #front_service .ttl_area {
        display: flex;
        align-items: flex-start;
    }

    #front_service .ttl_area .h2_ttl {
        width: auto;
        margin: 0 80px 0 0;
    }

    #front_service .ttl_area .h2_ttl span {
        font-size: 3vw;
    }

    #front_service .ttl_area .h2_ttl h2 {
        font-size: 1.5vw;
    }

    #front_service .ttl_area .overview {
        flex: 1;
    }

    #front_service .service_list ul {
        display: flex;
        justify-content: space-between;
    }

    #front_service .service_list ul li {
        flex-basis: 48%;
        margin: 0;
    }
    
}




/*----------------------------------------

#front_future

----------------------------------------*/

#front_future {
    position: relative;
}

#front_future::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #eaeaea;
}

#front_future .con {
    position: relative;
    z-index: 10;
    padding: 80px 8%;
}

#front_future .pc_left_box {
    margin: 0 0 40px;
}

#front_future .ttl_area {
    margin: 0 0 40px;
}

#front_future .ttl_area .h2_ttl {
    margin: 0 0 20px;
    border-left: solid 5px #2e2e2e;
    padding-left: 10px;
}

#front_future .ttl_area .h2_ttl span {
    display: block;
    font-size: 8vw;
    line-height: 1.2;
}

#front_future .ttl_area .h2_ttl h2 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
}

#front_future .ttl_area .overview p {
    font-size: 0.9em;
    line-height: 1.6;
}

#front_future .future_list ul li {
    border-top: solid 1px #111111;
    padding: 20px 0;
}

#front_future .future_list ul li p {
    position: relative;
    padding-left: 60px;
    font-size: 1em;
    font-weight: 700;
}

#front_future .future_list ul li p::before {
    font: var(--fa-font-solid);
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;
}

#front_future .img_area .bg_img {
    width: 100%;
    height: 56vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


@media (min-width: 768px) {

    #front_future .ttl_area .h2_ttl span {
        font-size: 5vw;
    }

    #front_future .ttl_area .h2_ttl h2 {
        font-size: 2.5vw;
    }

    #front_future .img_area .bg_img {
        height: 40vw;
    }

}


@media (min-width: 1024px) {

    #front_future::before {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        width: 24%;
        height: 75%;
        background: #eaeaea;
    }

    #front_future .con {
        display: flex;
        justify-content: space-between;
    }

    #front_future .pc_left_box {
        flex-basis: 50%;
        margin: 0;
    }

    #front_future .pc_right_box {
        flex-basis: 42%;
    }

    #front_future .ttl_area .h2_ttl span {
        font-size: 3vw;
    }

    #front_future .ttl_area .h2_ttl h2 {
        font-size: 1.5vw;
    }

    #front_future .img_area {
        height: 100%;
    }

    #front_future .img_area .bg_img {
        height: 100%;
    }
    
}




/*----------------------------------------

#front_company

----------------------------------------*/

#front_company .con {
    padding: 80px 8%;
}

#front_company .ttl_area {
    margin: 0 0 40px;
}

#front_company .ttl_area .h2_ttl {
    margin: 0 0 20px;
    border-left: solid 5px #2e2e2e;
    padding-left: 10px;
}

#front_company .ttl_area .h2_ttl span {
    display: block;
    font-size: 8vw;
    line-height: 1.2;
}

#front_company .ttl_area .h2_ttl h2 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
}

#front_company .ttl_area .overview p {
    font-size: 0.9em;
    line-height: 1.6;
}

#front_company table {
    width: 100%;
}

#front_company table tr {
    display: block;
    border-top: solid 1px #111111;
    padding: 20px 0;
}

#front_company table th {
    display: block;
    margin: 0 0 10px;
    text-align: left;
    font-size: 0.9em;
    font-weight: 700;
}

#front_company table td {
    display: block;
}

#front_company table td p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    #front_company .ttl_area .h2_ttl span {
        font-size: 5vw;
    }

    #front_company .ttl_area .h2_ttl h2 {
        font-size: 2.5vw;
    }

}


@media (min-width: 1024px) {

    #front_company .ttl_area {
        display: flex;
        align-items: flex-start;
    }

    #front_company .ttl_area .h2_ttl {
        width: auto;
        margin: 0 80px 0 0;
    }

    #front_company .ttl_area .h2_ttl span {
        font-size: 3vw;
    }

    #front_company .ttl_area .h2_ttl h2 {
        font-size: 1.5vw;
    }

    #front_company .ttl_area .overview {
        flex: 1;
    }

    #front_company table tr {
        display: flex;
        align-items: center;
    }

    #front_company table th {
        width: 200px;
        margin: 0;
        text-align: center;
    }

    #front_company table td {
        flex: 1;
        border-left: solid 1px #111111;
        padding: 10px 0 10px 40px;
    }
    
}