/* top_mv */

section.top_mv {
    background-image: url(../img/top/banner1.png);
    text-align: center;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_mv_content {
    margin-top: 200px;
}

h1.top_title {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 100px;
}

h1.top_title span {
    display: block;
    font-size: 42px;
}

p.top_text {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 100px;
}

.scroll_wrap {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
}

.top_scroll {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.scroll_fig {
    height: 90px;
    width: 1px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.scroll_fig:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 45px;
    background: #fff;
    animation: loop2 2s linear infinite;
}

/* main_content */
section.top_main {
    padding-top: 150px;
    padding-bottom: 200px;
    width: 1300px;
    margin: auto;
}


@keyframes loop2 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(200%);
  }
}

.main_content_wrap {
    display: flex;
    width: 1300px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 120px;
    justify-content: space-between;
    align-items: flex-start;
}

.mc_text_wrap {
    width: 830px;
}

p.mc_text {
    font-size: 18px;
    margin-bottom: 50px;
}

img.mc_img {
    display: block;
    width: 387px;
    border-radius: 20px;
}

p.mc_info {
    margin-top: 120px;
    color: #888888;
    font-size: 13px;
}

hr {
    margin-top: 70px;
    margin-bottom: 240px;
    border: 0;
    border-top: 1px solid #B1B1B3;
}

.tm_wrap:nth-child(3) .mc_text_wrap {
    margin-top: 150px;
    width: 745px;
}

.tm_wrap:nth-child(3) img.mc_img {
    width: 432px;
}

h3.h3_1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
}

img.mc_img2 {
    width: 948px;
    display: block;
    margin: auto;
    margin-bottom: 100px;
}

.mc_mecha_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.mc_mecha_item {
    width: 523px;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 80px;
}

.mc_mecha_item:before {
    font-size: 40px;
    font-weight: bold;
    content: "1.";
    color: #0C5CA6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.mc_mecha_item:first-child:after {
    content: "";
    width: 18px;
    height: 227px;
    background-image: url(../img/top/border_arrow.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    margin: auto;
    background-size: cover;
}

.mc_mecha_item:last-child:before {
    content: "2.";
}

/* タブレット、1400px 以下 */
@media (max-width: 1400px) {
    /* top_mv */
    .top_mv_content {
        margin-top: 14.286vw;
    }

    h1.top_title {
        font-size: 4.286vw;
        margin-bottom: 7.143vw;
    }

    h1.top_title span {
        font-size: 3vw;
    }

    p.top_text {
        font-size: 1.786vw;
        margin-bottom: 7.143vw;
    }

    .scroll_wrap {
        bottom: 1.286vw;
    }

    .top_scroll {
        font-size: 1vw;
        margin-bottom: 0.714vw;
    }

    .scroll_fig {
        height: 6.429vw;
        width: 0.071vw;
    }

    .scroll_fig:after {
        width: 0.071vw;
        height: 3.214vw;
    }

    /* main_content */
    section.top_main {
        padding-top: 10.714vw;
        padding-bottom: 20.714vw;
        width: 92.857vw;
    }

    .main_content_wrap {
        width: 92.857vw;
        padding-top: 2.143vw;
        margin-bottom: 8.571vw;
    }

    .mc_text_wrap {
        width: 59.286vw;
    }

    p.mc_text {
        font-size: 1.286vw;
        margin-bottom: 3.571vw;
    }

    img.mc_img {
        width: 27.643vw;
        border-radius: 1.429vw;
    }

    p.mc_info {
        margin-top: 8.571vw;
        font-size: 0.857vw;
    }

    hr {
        margin-top: 5vw;
        margin-bottom: 17.143vw;
    }

    .tm_wrap:nth-child(3) .mc_text_wrap {
        margin-top: 10.714vw;
        width: 53.214vw;
    }

    .tm_wrap:nth-child(3) img.mc_img {
        width: 30.857vw;
    }

    h3.h3_1 {
        font-size: 1.571vw;
        margin-bottom: 6.429vw;
    }

    img.mc_img2 {
        width: 67.714vw;
        margin-bottom: 7.143vw;
    }

    .mc_mecha_wrap {
        margin-bottom: 7.143vw;
    }

    .mc_mecha_item {
        width: 37.357vw;
        font-size: 1.286vw;
        padding-left: 5.714vw;
    }

    .mc_mecha_item:before {
        font-size: 2.857vw;
    }

    .mc_mecha_item:first-child:after {
        width: 1.286vw;
        height: 16.214vw;
        right: -4.286vw;
    }
}