@charset "UTF-8";

.title {
    color: #1E4592;
    font-size: 2.875rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.title span {
    color: #666;
    font-size: 1.3125rem;
    display: block;
    margin-top: .5em;
}

/* mv */

.mv {
    position: relative;
}

.mv_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 30%;
    object-position: 0% 30%;
    width: 100%;
}

.futures_text {
    line-height: 2;
}

.futures_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.futures_wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
}

.futures_wrap .box:nth-of-type(2) .futures_wrap_image,
.futures_wrap .box:nth-of-type(3) .futures_wrap_image {
    text-align: center;
}

.futures_wrap .box:nth-of-type(1) .futures_wrap_image img {
    max-width: 390px;
}

.futures_wrap .box:nth-of-type(2) .futures_wrap_image img,
.futures_wrap .box:nth-of-type(3) .futures_wrap_image img {
    max-width: 220px;
}

.futures_wrap .box:nth-of-type(3) .futures_wrap_image img {
    margin-left: 30%;
}

.futures_wrap_image {
    width: 45%;
}

.futures_wrap_text {
    font-size: 1.4375rem;
    font-weight: 600;
    width: 45%;
    line-height: 2;
}

.smile {
    padding-top: 25px;
}

.futures {
    margin-top: 70px;
}

/* for_future */
.for_future {
    padding-top: 70px;
}

.futures_text_box {
    font-size: 2.1875rem;
    font-weight: 600;
    margin: 75px auto 0;
    background-color: #FFF100;
    text-align: center;
    color: #1E4592;
    padding: .5em 0;
    max-width: 400px;
}

.futures_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 75px;
    width: 90%;
    margin: 0 auto;
}

.futures_list li {
    font-size: 1.375rem;
    list-style: disc;
    margin-top: 30px;
}

.promise_text_box {
    font-size: 1.9375rem;
    line-height: 2;
    color: #1E4592;
    text-align: center;
    font-weight: 600;
    margin: 100px auto 0;
    padding: .5em;
    border: 5px solid #1E4592;
    border-radius: 25px;
    max-width: 450px;
}

/* sp */
@media (max-width:768px) {
    .title {
        font-size: 1.9375rem;
        margin-bottom: 30px;
    }

    .title span {
        font-size: 1rem;
    }

    .for_future {
        position: relative;
        overflow: hidden;
    }

    .for_future img {
        position: relative;
        right: -13%;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        padding: 10% 0 15%;
    }

    .futures {
        position: relative;
        overflow: hidden;
    }

    .futures_text {
        font-size: 0.875rem;
    }

    .futures_wrap .box {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .futures_wrap_text {
        font-size: 1.25rem;
        width: auto;
        margin-top: 1em;
    }

    .futures_wrap_image {
        width: 100%;
        text-align: center;
    }

    .futures_wrap .box:nth-of-type(1) .futures_wrap_image img {
        max-width: 380px;
        width: 100%;
    }

    .futures_wrap .box:nth-of-type(2) .futures_wrap_image img {
        position: relative;
        left: -8%;
    }

    .futures_wrap .box:nth-of-type(3) .futures_wrap_image img {
        position: relative;
        left: -8%;
    }

    .futures_wrap .box:nth-of-type(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .futures_text_box {
        font-size: 1.6875rem;
    }

    .futures_list ul {
        width: auto;
    }

    .futures_list li {
        font-size: 1rem;
        white-space: nowrap;
    }

    .promise_text_box {
        font-size: 1.3125rem;
    }

}

@media (max-width:460px) {
    .futures_list ul {
        width: 50%;
    }

}