@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 130px;
    padding-bottom: 200px;
}
.sec_mv_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1440px;
    height: 225px;
    background-image: url(../../common/img/bg/10.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    mix-blend-mode: plus-lighter;
}
.sec_mv_wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 1788px;
    height: 300px;
    background-image: url(../../common/img/bg/2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.5;
}
.sec_mv_wrap .ttl_1 {
    margin-bottom: 20px;
    margin-left: 350px;
}
.sec_mv_wrap .ttl_2 {
    margin-left: 350px;
}
.sec_mv_wrap .img_1 {
    position: absolute;
    left: 0;
    top: -90px;
    width: 300px;
}
.sec_mv_wrap .img_1 figcaption {
    position: absolute;
    right: -700px;
    bottom: 0;
    font-size: 11px;
    z-index: 2;
}
@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .sec_mv_wrap::before {
        width: 100%;
        height: 225px;
    }
    .sec_mv_wrap::after {
        display: none;
    }
    .sec_mv_wrap .ttl_1 {
        margin: 0 30px;
    }
    .sec_mv_wrap .ttl_2 {
        margin: 0 30px;
        margin-top: -80px;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.9)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.9));
    }
    .sec_mv_wrap .img_1 {
        position: static;
        width: auto;
    }
    .sec_mv_wrap .img_1 figcaption {
        right: 20px;
        bottom: -50px;
        font-size: 10px;
    }
}

/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec_outline_wrap .ttl_1 {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.8;
    text-align: center;
    text-shadow: 0px 0px 30px rgba(200, 180, 30, 1);
}
.sec_outline_wrap .ttl_1::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
    background-image: url(../../common/img/bg/8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.sec_outline_wrap .ttl_1 + .ttl_1::after {
    display: none;
}
.sec_outline_wrap .ttl_1 > p {
    font-style: normal;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(208, 151, 27, 1) 50%, rgba(255, 255, 255, 1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec_outline_wrap .yt_1 {
    position: relative;
    margin: 0 auto;
    width: 550px;
}
.sec_outline_wrap .yt_1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: 800px;
    height: 300px;
    background-image: url(../../common/img/bg/9.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sec_outline_wrap .yt_1 > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    z-index: 1;
}

.sec_outline_wrap .yt_1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sec_outline_wrap .mov_1 {
    margin: 0 auto;
    width: 600px;
    border: 1px solid #464646;
}
.sec_outline_wrap .mov_1 + .mov_1 {
    margin-top: 20px;
}
.sec_outline_wrap .mov_1 video {
    width: 100%;
}
.sec_outline_wrap .img_1 {
    margin: 0 auto 150px;
    width: 500px;
}
@media (max-width: 999px) {
    .sec_outline_wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sec_outline_wrap .ttl_1 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .sec_outline_wrap .ttl_1::after {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
        height: 300px;
    }

    .sec_outline_wrap .yt_1 {
        width: auto;
    }
    .sec_outline_wrap .yt_1::after {
        bottom: -50px;
        width: 120%;
        height: 300px;
    }
    .sec_outline_wrap .mov_1 {
        width: auto;
    }
    .sec_outline_wrap .img_1 {
        margin-bottom: 70px;
        width: 85%;
    }
}
/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_news_wrap .list_1 {
    margin: 0 auto;
    max-width: max-content;
}

.sec_news_wrap .list_1 > ul > li {
    display: flex;
    align-items: flex-start;
}

.sec_news_wrap .list_1 > ul > li + li {
    margin-top: 10px;
}

.sec_news_wrap .list_1 .date {
    flex: none;
    width: 100px;
    margin-right: 20px;
    border-right: 1px solid var(--co_2);
}

@media (min-width: 1000px) {
    .sec_news_wrap .list_1 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .sec_news_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_news_wrap .list_1 > ul > li {
        display: block;
    }

    .sec_news_wrap .list_1 > ul > li + li {
        margin-top: 20px;
    }

    .sec_news_wrap .list_1 .date {
        width: 100px;
        margin-bottom: 5px;
    }
}
