@charset "utf-8";

/*---------------------
         fv
-------------------- */
.top-fv {
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    overflow-y: hidden;
}

.top-fv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1240px;
    background: url(../images/top/cross_bg.png);
    background-repeat: no-repeat;
    background-position: right -3rem bottom -1rem;
    margin: 0 auto;
}

.top-fv__left {
    width: 100%;
    max-width: 520px;
    padding: 50px 0;
    box-sizing: border-box;
}

.top-fv__catch {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.top-fv__catch span {
    color: #DE231D;
    /* 赤 */
    font-weight: bold;
}

.top-fv__title {
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.top-fv__title span {
    color: #DE231D;
}

.top-fv__pc {
    margin: 20px;
    text-align: center;
}

.top-fv__cv {
    position: relative;
    display: block;
    max-width: 390px;
    margin: 0 auto;
    padding: 12px 24px;
    background-color: #DE231D;
    border: 2px solid #DE231D;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    font-size: 22px;
    transition: 0.7s;
}

.top-fv__cv:hover {
    background-color: #fff;
    color: #DE231D;
}

.top-fv__right {
    width: 100%;
    max-width: 650px;
    text-align: center;
}

.top-fv__right figure {
    position: relative;
}

.top-fv__right figure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70%;
    height: 130%;
    background: url(../images/top/cross.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.top-achieve {
    width: 95%;
    text-align: center;
    margin: 0 auto 30px;
}

.top-achieve__title {
    margin-bottom: 10px;
    letter-spacing: 0.08em;
}

.top-achieve__title span {
    font-size: 32px;
    font-weight: bold;
}

.top-achieve__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.top-logo {
    margin-bottom: 30px;
    padding: 20px 0;
}

.top-logo__track li {
    margin: 0 30px;
}

.js-slick-logo {
    max-width: 100%;
    width: 100%;
    /* これがないと親要素から幅を取得できない */
}

.js-slick-logo img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.top-charm {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px;
    padding: 30px 100px;
    background-color: #F5F5F5;
}

.top-charm .base-ttl {
    margin-bottom: 30px;
}

.top-charm__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 980px;
    margin: 0 auto 70px;
}

.top-charm__item__img {
    margin-bottom: 10px;
    text-align: center;
}

.top-charm__item__img img {
    width: auto;
    height: 140px;
}

.top-charm__item__bottom {
    display: flex;
    justify-content: space-evenly;
}

.top-charm__item__bottom__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    border-radius: 60px;
    box-shadow: 4px 4px 15px #E2E2E1;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.top-charm__item:hover .top-charm__item__bottom__circle {
    transform: translateX(5px);
}

.top-charm__item__bottom__circle img {
    width: 25px;
}

.top-charm__item {
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 4px 4px 15px #E2E2E1;
    background-color: #fff;
    transition: all 0.2s ease;
    transform: translateY(0);
    cursor: pointer;
}

.top-charm__item:hover {
    transform: translateY(3px);
    box-shadow: 2px 2px 8px #E2E2E1;
}

.top-charm__item:active {
    transform: translateY(5px);
    box-shadow: 1px 1px 4px #E2E2E1;
}

.top-charm__bottom__text span {
    font-size: 24px;
    font-weight: bold;
}


.top-charm__bottom__text {
    font-size: 18px;
}

.top-charm__movie {
    position: relative;
    padding: 0 0 100px 0;
}

.top-charm__movie::before {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 50px;
    display: block;
    width: 440px;
    height: 300px;
    background: url(../images/top/video_bg_human.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.top-charm__movie__bg {
    position: relative;
    max-width: 820px;
}

.top-charm__movie__bg video {
    position: absolute;
    top: 47%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 645px;
}



.top-plan {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
}

.top-plan .base-ttl {
    margin-bottom: 30px;
}

.top-plan__text {
    margin-bottom: 30px;
}

/* 
.top-plan__table {

}

.top-plan__table__head {
    padding: 5px 10px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.top-plan__table__head--red {
    background-color: #DF433C;
}

.top-plan__table__head--gray {
    background-color: #6B6B6C;
}
*/

.top-plan__table {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}


.top-series__text {
    margin-bottom: 30px;
}

.top-series__list {
    display: flex;
    justify-content: space-between;
}

.top-series {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 120px;
}

.top-series__item__head {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.top-series__item__img {
    max-width: 280px;
    margin: 0 auto 10px;
}

.top-series__item__text {
    text-align: center;
}

.top-series__list {
    padding: 1.5rem;
    background-color: #F3F3F3;
    border-radius: 30px;
}

.top-series__item {
    border-right: 1px solid #AAA;
    padding: 1rem;
    width: 25%;
}

.top-series__item:last-of-type {
    border-right: none;
}

.top-news {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 100px;
    padding: 20px 70px;
    background: #FFF0F0;
    border-radius: 100px;

}

.top-news__head {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.top-news__list {
    display: flex;
}

.top-news__date {
    margin-right: 20px;
    font-weight: bold;
}

.top-news__text a {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.top-news__more {
    text-align: right;
}

.top-news__more a {
    border-bottom: 1px solid #000;
}

.top-faq {
    width: 100%;
    padding: 100px 0;
    background-color: #F5F5F5;
}

.top-faq .base-ttl {
    margin-bottom: 30px;
}

.top-faq__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.top-faq__item {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px 0 10px 0;
}

.top-faq__item__question {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}

.top-faq__item__question::before {
    content: "Q";
    position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    background-color: #DF433C;
    color: #fff;
    border-radius: 50%;
}

.top-faq__item__answer {
    position: relative;
    padding-left: 40px;
}

.top-faq__item__answer::before {
    content: "A";
    position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    background-color: #707070;
    color: #fff;
    border-radius: 50%;
}

.top-faq__item {
    margin-bottom: 20px;
}

.top-faq__more {
    text-align: right;
}

.top-faq__more a {
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 1130px) {

    .top-fv {
        padding: 0 0;
    }

    .top-fv::before {
        content: "";
        position: absolute;
        top: 0;
        left: 10%;
        display: block;
        width: 86vw;
        height: 100%;

        z-index: 0;
        background-position: right -3rem bottom -1rem;
    }

    .top-fv__right {
        display: none;
    }

    .top-fv__left {
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
    }

    .top-fv__title {
        font-size: 35px;
    }

    .top-fv__catch span {
        font-size: 24px;
    }

    .top-fv__cv {
        max-width: 275px;
        font-size: 14px;
    }
    .top-fv__title,.top-fv__catch{
        text-align: center;
    }

    .top-logo {
        margin-bottom: 0;
    }

    .top-charm {
        padding: 30px 20px;
    }

    .top-charm__list {
        grid-template-columns: repeat(2, 48%);
        gap: 10px;
        margin-bottom: 20px;
    }

    .top-charm__item {
        padding: 10px 12px;
    }

    .top-charm__bottom__text span {
        font-size: 4.5vw;
    }

    .top-charm__bottom__text {
        font-size: 14px;
    }

    .top-charm__item__img img {
        height: 70px;
    }

    .top-charm__item__bottom__circle {
        width: 30px;
        height: 30px;
        border-radius: 50px;
    }

    .top-charm__item__bottom__circle img {
        width: 15px;
    }

    .top-charm__movie {
        padding-bottom: 0;
    }

    .top-charm__movie__bg video {
        position: absolute;
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 86%;
        max-width: 645px;
    }

    .top-charm__movie::before {
        bottom: 0;
        right: -20px;
        width: 240px;
        height: 160px;
        z-index: 100;
    }
    .top-achieve__title span{
        font-size: 26px;
    }
    .top-achieve__title {
        letter-spacing: 0.03em;
    }
    .top-achieve{
        margin: 0 auto 0;
    }
    .top-plan {
        padding: 0 20px;
    }

    .top-plan__table {
        overflow-x: scroll;
    }

    .top-plan__table img {
        width: 800px;
    }

    .top-series {
        padding: 0 20px;
    }

    .top-series__list {
        padding: 15px 0;
        flex-wrap: wrap;
    }

    .top-series__item {
        width: 50%;
    }

    .top-series__item {
        position: relative;
        width: 50%;
        padding: 20px 10px;
        border-right: none;
    }

    .top-series__item__head {
        margin-bottom: 10px;
    }

    .top-series__item:nth-child(odd)::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 80%;
        background-color: #AAAAAA;
    }

    .top-series__item:nth-of-type(1)::after,
    .top-series__item:nth-of-type(2)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 80%;
        height: 1px;
        background-color: #AAAAAA;
    }


    .top-news {
        width: 90%;
        margin: 0 auto 60px;
    }

    .top-faq {
        padding: 40px 20px;
    }

    .top-faq .base-ttl {
        margin-bottom: 20px;
    }

    .top-faq__item {
        padding: 20px 40px 20px 10px;
    }

    .top-faq__item__answer {
        display: none;
    }

    .top-faq__item__question {
        position: relative;
        margin-bottom: 0;
    }

    .top-faq__item__question::active {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 20px;
        background-color: #000;
    }

    .top-faq__item__question:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        display: block;
        font-size: 30px;
    }

    .top-faq__item__question.is-active:after {
        content: "ー";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        display: block;
        font-size: 20px;
    }
    .top-news__list{
        flex-direction: column;
    }
    .top-news__more{
        margin-top: 0.7rem;
    }
    .top-news{
        padding: 20px 45px;
    }
}