@charset "utf-8";

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #000;
    --co_2: #fff;
    --co_3: #f7ec00;
    --co_4: #19adc5;
    --co_5: #e54264;
    --co_6: #71be81;
    --co_7: #f37e67;
    --co_8: #99b7df;
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: var(--co_1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: var(--co_3);
    overflow: hidden;
}

@media (min-width: 1000px) {
    body {
        min-width: 1160px;
        font-size: 14px;
    }
}

@media (max-width: 999px) {
    body {
        min-width: 320px;
        font-size: 14px;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
.body_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: var(--co_1);
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
    max-height: 999999px;
    opacity: 0;
    /* android chrome フォントサイズバグ回避 */
}
/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .contents_wrap {
        padding-top: 100px;
    }
}

@media (max-width: 999px) {
    .contents_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--co_3);
}

.header_1 .header_inner {
    position: relative;
    min-width: 1160px;
    height: 100px;
}

.header_1 .site_ttl_1,
.header_1 .site_ttl_2 {
    width: 150px;
}
.header_1 .site_ttl_1 {
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
}
.header_1 .site_ttl_2 {
    margin-left: auto;
    margin-bottom: -40px;
    margin-right: 0;
}
.header_1 .site_ttl_1 a,
.header_1 .site_ttl_2 a {
    display: block;
}
.header_1 .logo_1 {
    display: block;
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
}
.header_1 .nav_1 {
    margin: 0 auto 30px;
    width: max-content;
}

.header_1 .nav_1 > ul > li + li {
    margin-top: 30px;
}

.header_1 .nav_1 > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-size: 20px;
    width: max-content;
    color: var(--co_2);
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.header_1 .nav_1 > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--co_2);
    border-right: 1px solid var(--co_2);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.header_1 .nav_2 {
    position: absolute;
    right: 580px;
    top: 50%;
    transform: translateY(-50%);
}
.header_1 .nav_4 {
    margin-right: 200px;
    margin-bottom: 30px;
}

.header_1 .nav_2 > ul,
.header_1 .nav_4 > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: -20px;
}

.header_1 .nav_2 > ul > li,
.header_1 .nav_4 > ul > li {
    margin-right: 20px;
}
.header_1 .nav_2 a,
.header_1 .nav_4 a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header_1 .nav_2 > ul > li:nth-child(1) a,
.header_1 .nav_4 > ul > li:nth-child(1) a {
    background-image: url(../img/ico/x_1.svg?y=25);
}

.header_1 .nav_2 > ul > li:nth-child(2) a,
.header_1 .nav_4 > ul > li:nth-child(2) a {
    background-image: url(../img/ico/in_1.png?y=25);
}

.header_1 .nav_3 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header_1 .nav_3 > ul,
.header_1 .nav_5 > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -20px;
}

.header_1 .nav_3 > ul > li,
.header_1 .nav_5 > ul > li {
    flex: initial;
    margin-right: 20px;
    width: auto;
}
.header_1 .nav_3 a,
.header_1 .nav_5 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    color: var(--co_2);
    font-size: 18px;
    font-weight: 700;
    background-color: var(--co_1);
}

.header_1 .nav_3 > ul > li:nth-child(1) a,
.header_1 .nav_5 > ul > li:nth-child(1) a {
    background-color: var(--co_5);
}
.header_1 .nav_3 > ul > li:nth-child(2) a,
.header_1 .nav_5 > ul > li:nth-child(2) a {
    background-color: var(--co_6);
}
.header_1 .nav_3 > ul > li:nth-child(3) a,
.header_1 .nav_5 > ul > li:nth-child(3) a {
    background-color: var(--co_7);
}
.header_1 .nav_3 .en,
.header_1 .nav_5 .en {
    font-size: 22px;
}

.header_1 .btn_toggle_megamenu {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 30px;
    height: 5px;
}

.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--co_1);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

.header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
}

.header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-9px);
}

.header_1 .btn_toggle_megamenu div > span:after {
    transform: translateY(7px);
}

.header_1 .btn_toggle_megamenu.is_show div > span span,
.header_1 .btn_toggle_megamenu.is_show div > span:before,
.header_1 .btn_toggle_megamenu.is_show div > span:after {
    background-color: var(--co_2);
    width: 100% !important;
}

.header_1 .btn_toggle_megamenu.is_show div > span span {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
}

.header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

.header_1 .toggle_megamenu_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--co_4);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.header_1 .toggle_megamenu_wrap .toggle_inner {
    padding: 80px 80px;
    height: 100%;
}

@media (min-width: 1000px) {
    .header_1 .btn_toggle_megamenu:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .header_1 .header_inner {
        min-width: auto;
        height: 50px;
    }

    .header_1 .site_ttl_1,
    .header_1 .site_ttl_2 {
        width: 80px;
    }
    .header_1 .site_ttl_1 {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header_1 .site_ttl_2 {
        display: none;
    }
    .header_1 .site_ttl_1 a,
    .header_1 .site_ttl_2 a {
        display: block;
    }
    .header_1 .logo_1 {
        left: auto;
        right: 70px;
        width: 50px;
    }
    .header_1 .nav_1 {
        margin: 0 auto 30px;
        width: max-content;
    }

    .header_1 .nav_1 > ul > li + li {
        margin-top: 20px;
    }

    .header_1 .nav_2 {
        display: none;
    }
    .header_1 .nav_4 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .header_1 .nav_4 > ul {
        justify-content: center;
    }

    .header_1 .nav_3 {
        right: auto;
        left: 5px;
        width: 110px;
    }
    .header_1 .nav_3 > ul {
        justify-content: space-between;
        margin-bottom: -5px;
    }
    .header_1 .nav_3 > ul > li {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .header_1 .nav_3 > ul > li:nth-child(1) {
        width: 100%;
    }
    .header_1 .nav_3 > ul > li:nth-child(2),
    .header_1 .nav_3 > ul > li:nth-child(3) {
        width: calc(100% / 2 - 2px);
    }
    .header_1 .nav_3 a {
        padding: 0;
        height: 19px;
        font-size: 10px;
    }

    .header_1 .nav_3 .en {
        font-size: 10px;
    }
    .header_1 .nav_5 > ul {
        justify-content: center;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: -20px;
    }
    .header_1 .nav_5 > ul > li {
        flex: auto;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .header_1 .btn_toggle_megamenu {
        left: auto;
        right: 20px;
    }

    .header_1 .toggle_megamenu_wrap .toggle_inner {
        padding: 70px 50px;
    }
}
/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    color: var(--co_2);
    background-color: var(--co_4);
}
.footer_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-image: url(../img/bg/9.svg?y=25);
    background-size: 100% calc(100% - 80px);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: var(--co_3);
}
.footer_1 a {
    color: var(--co_2);
}
.footer_1 .footer_inner {
    position: relative;
    margin: 0 auto;
    width: 1080px;
}
.footer_1 .img_1 {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    width: 200vw;
}
.footer_1 .img_1 > span {
    padding-top: 500px;
    background-size: auto 100%;
    background-repeat: repeat-x;
}
.footer_1 .site_ttl_1 {
    margin: 0 auto 450px;
    width: 270px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
.footer_1 .nav_1 {
    margin: 0 auto 80px;
    width: max-content;
}

.footer_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
    margin-right: -20px;
}
.footer_1 .nav_1 > ul > li {
    margin-right: 20px;
}

.footer_1 .nav_1 > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-size: 20px;
    width: max-content;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.footer_1 .nav_1 > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--co_2);
    border-right: 1px solid var(--co_2);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.footer_1 .nav_2 {
    margin-bottom: 50px;
}

.footer_1 .nav_2 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_1 .nav_2 > ul > li {
    margin-right: 20px;
}
.footer_1 .nav_2 a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_1 .nav_2 > ul > li:nth-child(1) a {
    background-image: url(../img/ico/x_1.svg?y=25);
}

.footer_1 .nav_2 > ul > li:nth-child(2) a {
    background-image: url(../img/ico/in_1.png?y=25);
}
.footer_1 .apply_1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.footer_1 .apply_1 .ttl {
    flex: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    width: 170px;
    height: 60px;
    color: var(--co_5);
    font-weight: 700;
    background-color: var(--co_3);
}

.footer_1 .apply_1 .ttl::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid var(--co_3);
    border-right: 0;
}
.footer_1 .apply_1 .desc {
    flex: auto;
    width: 700px;
}

.footer_1 .desc_1 {
    margin: 0 auto 50px;
    width: max-content;
}
.footer_1 .cs_desc_1 a {
    color: #006dff;
}
.footer_1 .copyright_1 {
    text-align: center;
}

.footer_1 .btn_1 {
    position: relative;
    display: block;
    margin: 0 auto 50px;
    padding: 20px 20px;
    width: 400px;
    color: var(--co_4);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background-color: var(--co_2);
    border-radius: 40px;
}
.footer_1 .btn_1::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0px 7px 12.1px;
    border-color: transparent transparent transparent var(--co_4);
}

@media (max-width: 999px) {
    .footer_1 {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .footer_1::before {
        height: 100px;
        background-size: 100% calc(100% - 20px);
    }
    .footer_1 .footer_inner {
        width: calc(100% - 40px);
    }
    .footer_1 .img_1 {
        top: 35px;
    }
    .footer_1 .img_1 > span {
        padding-top: 200px;
    }
    .footer_1 .site_ttl_1 {
        margin: 0 auto 90px;
        width: 170px;
    }
    .footer_1 .nav_1 {
        margin: 0 auto 50px;
    }

    .footer_1 .nav_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -20px;
    }
    .footer_1 .nav_1 > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer_1 .nav_1 > ul > li > a {
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 0 0 0 30px;
        font-size: 20px;
        width: max-content;
        letter-spacing: 0.1em;
        line-height: 1;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .footer_1 .nav_1 > ul > li > a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 12px;
        height: 12px;
        border-top: 1px solid var(--co_2);
        border-right: 1px solid var(--co_2);
        transform: translateY(-50%) rotate(45deg);
        transition: 0.3s ease-in-out;
    }
    .footer_1 .nav_2 {
        margin-bottom: 30px;
    }

    .footer_1 .apply_1 {
        display: block;
        margin-bottom: 30px;
    }

    .footer_1 .apply_1 .ttl {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
        height: 50px;
        font-size: 18px;
    }

    .footer_1 .apply_1 .ttl::before {
        display: none;
    }
    .footer_1 .apply_1 .desc {
        width: auto;
    }

    .footer_1 .desc_1 {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer_1 .copyright_1 {
        font-size: 11px;
    }
    .footer_1 .btn_1 {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .sec_inner {
    width: 100%;
    max-width: 1440px;
    background-color: var(--co_4);
}

@media (max-width: 999px) {
    .sec_mv_wrap .ttl_1 {
        padding: 0;
    }
}
/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 30px;
    padding-bottom: 150px;
}

.sec_news_wrap .box_1 {
    padding: 50px 80px;
    background-color: var(--co_4);
    border-radius: 20px;
}
.sec_news_wrap .ttl_1 {
    margin-bottom: 30px;
}
.sec_news_wrap .deco_1 {
    position: absolute;
    left: 220px;
    top: 58px;
    width: 200px;
}
.sec_news_wrap .slick-track {
    display: flex;
}
.sec_news_wrap .slick-slide {
    float: none;
    height: auto;
}
.sec_news_wrap .slick-slide > div {
    padding: 0 10px;
    height: 100%;
}
.sec_news_wrap .archive_1 {
    margin: 0 -10px;
}
.sec_news_wrap .archive_1 .item {
    padding: 20px;
    height: 100%;
    background-color: var(--co_2);
    border-radius: 10px;
}
.sec_news_wrap .archive_1 .item .date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px dashed var(--co_1);
}
.sec_news_wrap .archive_1 .slick-prev {
    top: 60px;
    left: -70px;
}
.sec_news_wrap .archive_1 .slick-next {
    top: 60px;
    right: -70px;
}
@media (max-width: 999px) {
    .sec_news_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .sec_news_wrap .box_1 {
        padding: 30px 30px;
        border-radius: 0;
    }
    .sec_news_wrap .ttl_1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .sec_news_wrap .deco_1 {
        left: auto;
        right: 20px;
        top: -10px;
        width: 100px;
    }
    .sec_news_wrap .archive_1 .item {
        padding: 15px;
    }
    .sec_news_wrap .archive_1 .item .date {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: 700;
        border-bottom: 1px dashed var(--co_1);
    }
    .sec_news_wrap .archive_1 .slick-prev {
        top: 60px;
        left: -50px;
    }
    .sec_news_wrap .archive_1 .slick-next {
        top: 60px;
        right: -50px;
    }
}
/* ---------------------------------------------------- */
/* sec_whats_wrap */
/* ---------------------------------------------------- */
.sec_whats_wrap {
    padding-top: 340px;
    padding-bottom: 50px;
}
.sec_whats_wrap .img_2 {
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    width: 200vw;
}
.sec_whats_wrap .img_2 > span {
    padding-top: 500px;
    background-size: auto 100%;
    background-repeat: repeat-x;
}
.sec_whats_wrap .ttl_1 {
    margin-left: 50%;
    margin-bottom: 30px;
    color: var(--co_5);
    text-shadow: 1px 1px 0 var(--co_3), -1px -1px 0 var(--co_3), -1px 1px 0 var(--co_3), 1px -1px 0 var(--co_3), 0px 1px 0 var(--co_3), 0-1px 0 var(--co_3), -1px 0 0 var(--co_3), 1px 0 0 var(--co_3);
}
.sec_whats_wrap .desc_1 {
    margin-left: 50%;
    line-height: 1.8;
}
.sec_whats_wrap .img_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
}
.sec_whats_wrap .deco_1 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    width: 200px;
}
@media (max-width: 999px) {
    .sec_whats_wrap {
        padding-top: 90px;
        padding-bottom: 50px;
        background-color: var(--co_6);
    }
    .sec_whats_wrap .img_2 {
        top: -50px;
    }
    .sec_whats_wrap .img_2 > span {
        padding-top: 200px;
    }
    .sec_whats_wrap .ttl_1 {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .sec_whats_wrap .desc_1 {
        margin-left: 0;
    }
    .sec_whats_wrap .img_1 {
        position: static;
        margin: 0 auto 20px;
        width: 80%;
    }
}

/* ---------------------------------------------------- */
/* sec_contents_wrap */
/* ---------------------------------------------------- */
.sec_contents_wrap {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: var(--co_4);
}
.sec_contents_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100px;
    background-image: url(../img/deco/2.svg?y=25);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_contents_wrap .ttl_1 {
    position: relative;
    width: max-content;
    color: var(--co_5);
}
.sec_contents_wrap .ttl_1::before {
    content: "";
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 150px;
    background-color: var(--co_3);
    z-index: -1;
}
.sec_contents_wrap .list_1 {
    margin-top: -100px;
}
.sec_contents_wrap .list_1 > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_contents_wrap .list_1 > ul > li > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 380px;
}
.sec_contents_wrap .list_1 > ul > li:nth-child(1) > .clm_wrap:nth-of-type(1) {
    order: 2;
}
.sec_contents_wrap .list_1 > ul > li:nth-child(1) .img {
    width: 640px;
    transform: translateX(50px);
}
.sec_contents_wrap .list_1 > ul > li:nth-child(2) .img {
    width: 680px;
    transform: translateX(-100px);
}
.sec_contents_wrap .list_1 .ttl {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 1.2;
    border-left: 1px solid var(--co_1);
}
.sec_contents_wrap .list_1 .desc {
    line-height: 1.8;
}
.sec_contents_wrap .list_1 .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    padding: 0 20px;
    color: var(--co_4);
    width: max-content;
    min-width: 200px;
    height: 40px;
    background-color: var(--co_2);
    border-radius: 20px;
}
.sec_contents_wrap .deco_1 {
    position: absolute;
    left: 250px;
    top: -100px;
    width: 100px;
}
.sec_contents_wrap .deco_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
}
@media (max-width: 999px) {
    .sec_contents_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_contents_wrap::before {
        top: -25px;
        height: 50px;
    }
    .sec_contents_wrap .ttl_1 {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .sec_contents_wrap .ttl_1::before {
        right: -20px;
        height: 100px;
    }
    .sec_contents_wrap .list_1 {
        margin-top: 40px;
    }
    .sec_contents_wrap .list_1 > ul > li {
        display: block;
    }
    .sec_contents_wrap .list_1 > ul > li + li {
        margin-top: 40px;
    }
    .sec_contents_wrap .list_1 > ul > li > .clm_wrap:nth-of-type(2) {
        margin-top: 20px;
        width: auto;
    }
    .sec_contents_wrap .list_1 > ul > li:nth-child(1) .img {
        width: auto;
        transform: none;
    }
    .sec_contents_wrap .list_1 > ul > li:nth-child(2) .img {
        width: auto;
        transform: none;
    }
    .sec_contents_wrap .deco_1 {
        left: 0;
        top: -50px;
        width: 50px;
    }
    .sec_contents_wrap .deco_2 {
        right: 0;
        bottom: -20px;
        width: 50px;
    }
}
/* ---------------------------------------------------- */
/* sec_topics_wrap */
/* ---------------------------------------------------- */
.sec_topics_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_topics_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100px;
    background-image: url(../img/deco/2.svg?y=25);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_topics_wrap .ttl_1 {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    color: var(--co_3);
}
.sec_topics_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 150px;
    background-color: var(--co_4);
    z-index: -1;
}
.sec_topics_wrap .deco_1 {
    position: absolute;
    right: 200px;
    top: -70px;
    width: 90px;
}
@media (max-width: 999px) {
    .sec_topics_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_topics_wrap::after {
        top: -25px;
        height: 50px;
    }
    .sec_topics_wrap .ttl_1 {
        width: auto;
        text-align: center;
    }
    .sec_topics_wrap .ttl_1::before {
        left: -20px;
        height: 100px;
    }
    .sec_topics_wrap .deco_1 {
        right: 10px;
        top: -50px;
        width: 60px;
    }
}

/* ---------------------------------------------------- */
/* sec_fanmeeting_wrap */
/* ---------------------------------------------------- */
.sec_fanmeeting_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.sec_fanmeeting_wrap::before {
    content: "";
    position: absolute;
    left: calc(50% - 620px);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--co_6);
}
.sec_fanmeeting_wrap .ttl_1 {
    padding-left: 20px;
    color: var(--co_2);
    font-size: 52px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    border-left: 2px solid var(--co_2);
}
.sec_fanmeeting_wrap .date_1 {
    margin-bottom: 40px;
    padding-left: 25px;
    color: var(--co_2);
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.sec_fanmeeting_wrap .date_1 span {
    font-size: 20px;
}
.sec_fanmeeting_wrap .desc_1 {
    margin-bottom: 30px;
    line-height: 1.8;
}

.sec_fanmeeting_wrap .list_1 {
    margin-bottom: 50px;
    color: var(--co_2);
}
.sec_fanmeeting_wrap .list_1 > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec_fanmeeting_wrap .list_1 > ul > li {
    flex: initial;
    width: auto;
}
.sec_fanmeeting_wrap .list_1 .date {
    margin-bottom: 5px;
    font-size: 40px;
    letter-spacing: 0.1em;
}
.sec_fanmeeting_wrap .list_1 .clms_wrap {
    display: flex;
}
.sec_fanmeeting_wrap .list_1 .date > span {
    font-size: 20px;
}

.sec_fanmeeting_wrap .list_1 .img {
    margin-bottom: 10px;
    width: 255px;
    overflow: hidden;
}
.sec_fanmeeting_wrap .list_1 > ul > li:nth-child(1) img {
    background-color: var(--co_13);
}
.sec_fanmeeting_wrap .list_1 > ul > li:nth-child(2) img {
    background-color: var(--co_14);
}
.sec_fanmeeting_wrap .list_1 .name {
    font-size: 20px;
    font-weight: 700;
}
.sec_fanmeeting_wrap .bnr_1 {
    display: block;
    margin-bottom: 50px;
}
.sec_fanmeeting_wrap .bnr_2 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.sec_fanmeeting_wrap .bnr_2 a {
    position: absolute;
    top: 48%;
    width: 18%;
    height: 43%;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
.sec_fanmeeting_wrap .bnr_2 .pg_1 {
    left: 3%;
}
.sec_fanmeeting_wrap .bnr_2 .pg_2 {
    left: 22%;
}
.sec_fanmeeting_wrap .bnr_2 .pg_3 {
    left: 41%;
}
.sec_fanmeeting_wrap .bnr_2 .pg_4 {
    left: 60%;
}
.sec_fanmeeting_wrap .bnr_2 .pg_5 {
    left: 79%;
}
.sec_fanmeeting_wrap .list_2 {
    display: flex;
    line-height: 1.8;
}
.sec_fanmeeting_wrap .list_2 > table + table {
    margin-left: 40px;
}
.sec_fanmeeting_wrap .list_2 th,
.sec_fanmeeting_wrap .list_2 td {
    padding-bottom: 5px;
}
.sec_fanmeeting_wrap .list_2 th {
    white-space: nowrap;
}
.sec_fanmeeting_wrap .list_2 td span {
    color: transparent;
}
.sec_fanmeeting_wrap .deco_1 {
    position: absolute;
    left: -50px;
    top: -220px;
    width: 300px;
}
.sec_fanmeeting_wrap .deco_2 {
    position: absolute;
    right: -50px;
    bottom: -100px;
    width: 200px;
}
@media (max-width: 999px) {
    .sec_fanmeeting_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

    .sec_fanmeeting_wrap::before {
        left: 0;
        width: 100vw;
    }
    .sec_fanmeeting_wrap .ttl_1 {
        font-size: 35px;
    }
    .sec_fanmeeting_wrap .date_1 {
        margin-top: 5px;
        margin-bottom: 20px;
        padding-left: 0;
        font-size: 28px;
        text-align: center;
    }

    .sec_fanmeeting_wrap .desc_1 {
        margin-bottom: 20px;
    }

    .sec_fanmeeting_wrap .list_1 {
        margin-bottom: 50px;
    }
    .sec_fanmeeting_wrap .list_1 > ul {
        margin-bottom: -20px;
    }
    .sec_fanmeeting_wrap .list_1 > ul > li {
        margin-bottom: 20px;
        width: 100%;
    }

    .sec_fanmeeting_wrap .list_1 > ul > li + li {
        margin-top: 20px;
    }
    .sec_fanmeeting_wrap .list_1 .clms_wrap {
        display: block;
    }
    .sec_fanmeeting_wrap .list_1 .clms_wrap > * + * {
        margin-top: 20px;
    }
    .sec_fanmeeting_wrap .list_1 .date {
        margin-bottom: 5px;
        font-size: 40px;
        text-align: center;
    }
    .sec_fanmeeting_wrap .list_1 .date > span {
        font-size: 20px;
    }
    .sec_fanmeeting_wrap .list_1 .img {
        width: auto;
    }
    .sec_fanmeeting_wrap .list_1 .name {
        text-align: center;
    }
    .sec_fanmeeting_wrap .bnr_1 {
        margin-bottom: 20px;
    }
    .sec_fanmeeting_wrap .bnr_2 {
        margin-bottom: 20px;
    }
    .sec_fanmeeting_wrap .bnr_2 a {
        width: 44%;
        height: 14%;
    }
    .sec_fanmeeting_wrap .bnr_2 .pg_1 {
        left: 5%;
        top: 47%;
    }
    .sec_fanmeeting_wrap .bnr_2 .pg_2 {
        left: 51%;
        top: 47%;
    }
    .sec_fanmeeting_wrap .bnr_2 .pg_3 {
        left: 5%;
        top: 64%;
    }
    .sec_fanmeeting_wrap .bnr_2 .pg_4 {
        left: 51%;
        top: 64%;
    }
    .sec_fanmeeting_wrap .bnr_2 .pg_5 {
        left: 28%;
        top: 82%;
    }
    .sec_fanmeeting_wrap .list_2 {
        display: block;
        border-top: 1px solid var(--co_1);
        padding-top: 20px;
    }
    .sec_fanmeeting_wrap .list_2 > table + table {
        margin-left: 0;
    }

    .sec_fanmeeting_wrap .deco_1 {
        display: none;
    }
    .sec_fanmeeting_wrap .deco_2 {
        right: -20px;
        bottom: -60px;
        width: 100px;
    }
}

/* ---------------------------------------------------- */
/* sec_live_wrap */
/* ---------------------------------------------------- */
.sec_live_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.sec_live_wrap::before {
    content: "";
    position: absolute;
    right: calc(50% - 620px);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--co_7);
}
.sec_live_wrap .ttl_1 {
    padding-left: 20px;
    color: var(--co_2);
    font-size: 52px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    border-left: 2px solid var(--co_2);
}
.sec_live_wrap .desc_1 {
    margin-bottom: 30px;
    line-height: 1.8;
}
.sec_live_wrap .date_1 {
    margin-bottom: 40px;
    padding-left: 25px;
    color: var(--co_2);
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.sec_live_wrap .date_1 span {
    font-size: 20px;
}
.sec_live_wrap .list_1 {
    margin-bottom: 50px;
}
.sec_live_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -70px;
    margin-bottom: -50px;
}
.sec_live_wrap .list_1 > ul > li {
    margin-right: 70px;
    margin-bottom: 50px;
    width: calc(100% / 2 - 70px);
}
.sec_live_wrap .list_1 > ul > li:nth-child(1) {
    width: calc(100% - 70px);
    color: var(--co_15);
}
.sec_live_wrap .list_1 > ul > li:nth-child(2) {
    color: var(--co_16);
}
.sec_live_wrap .list_1 .date {
    margin-bottom: 5px;
    font-size: 40px;
    letter-spacing: 0.1em;
}
.sec_live_wrap .list_1 .date > span {
    font-size: 20px;
}

.sec_live_wrap .list_1 .img {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}
.sec_live_wrap .list_1 > ul > li:nth-child(1) img {
    background-color: var(--co_13);
}
.sec_live_wrap .list_1 > ul > li:nth-child(2) img {
    background-color: var(--co_14);
}
.sec_live_wrap .list_1 .name {
    font-size: 20px;
    font-weight: 700;
}
.sec_live_wrap .bnr_1 {
    display: block;
    margin-bottom: 20px;
}
.sec_live_wrap .bnr_2 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.sec_live_wrap .bnr_2 a {
    position: absolute;
    top: 48%;
    width: 18%;
    height: 43%;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
.sec_live_wrap .bnr_2 .pg_1 {
    left: 3%;
}
.sec_live_wrap .bnr_2 .pg_2 {
    left: 22%;
}
.sec_live_wrap .bnr_2 .pg_3 {
    left: 41%;
}
.sec_live_wrap .bnr_2 .pg_4 {
    left: 60%;
}
.sec_live_wrap .bnr_2 .pg_5 {
    left: 79%;
}
.sec_live_wrap .list_2 {
    display: flex;
    align-items: flex-start;
    line-height: 1.8;
}
.sec_live_wrap .list_2 > table + table {
    margin-left: 40px;
}
.sec_live_wrap .list_2 th,
.sec_live_wrap .list_2 td {
    padding-bottom: 5px;
}
.sec_live_wrap .list_2 th {
    white-space: nowrap;
}
.sec_live_wrap .list_2 td span {
    color: transparent;
}
.sec_live_wrap .deco_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}
@media (max-width: 999px) {
    .sec_live_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 20px;
    }
    .sec_live_wrap::before {
        right: 0;
    }
    .sec_live_wrap .ttl_1 {
        font-size: 35px;
    }
    .sec_live_wrap .desc_1 {
        margin-bottom: 20px;
    }
    .sec_live_wrap .date_1 {
        margin-top: 5px;
        margin-bottom: 20px;
        padding-left: 0;
        font-size: 28px;
        text-align: center;
    }
    .sec_live_wrap .desc_1 {
        margin-bottom: 20px;
    }

    .sec_live_wrap .list_1 {
        margin-bottom: 40px;
    }
    .sec_live_wrap .list_1 > ul {
        margin-bottom: -20px;
    }
    .sec_live_wrap .list_1 > ul > li {
        margin-bottom: 20px;
        width: 100%;
    }

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

    .sec_live_wrap .list_1 .date {
        margin-bottom: 5px;
        font-size: 40px;
        text-align: center;
    }
    .sec_live_wrap .list_1 .date > span {
        font-size: 20px;
    }

    .sec_live_wrap .list_1 .name {
        text-align: center;
    }
    .sec_live_wrap .bnr_1 {
        margin-bottom: 20px;
    }
    .sec_live_wrap .bnr_2 {
        margin-bottom: 20px;
    }
    .sec_live_wrap .bnr_2 a {
        width: 44%;
        height: 14%;
    }
    .sec_live_wrap .bnr_2 .pg_1 {
        left: 5%;
        top: 47%;
    }
    .sec_live_wrap .bnr_2 .pg_2 {
        left: 51%;
        top: 47%;
    }
    .sec_live_wrap .bnr_2 .pg_3 {
        left: 5%;
        top: 64%;
    }
    .sec_live_wrap .bnr_2 .pg_4 {
        left: 51%;
        top: 64%;
    }
    .sec_live_wrap .bnr_2 .pg_5 {
        left: 28%;
        top: 82%;
    }
    .sec_live_wrap .list_2 {
        display: block;
        border-top: 1px solid var(--co_1);
        padding-top: 20px;
    }
    .sec_live_wrap .list_2 > table + table {
        margin-left: 0;
    }

    .sec_live_wrap .deco_1 {
        display: none;
    }
}
/* ---------------------------------------------------- */
/* sec_other_wrap */
/* ---------------------------------------------------- */
.sec_other_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.sec_other_wrap::before {
    content: "";
    position: absolute;
    left: calc(50% - 620px);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--co_8);
}
.sec_other_wrap .bnr_1 {
    display: block;
}
.sec_other_wrap * + .bnr_1 {
    margin-top: 50px;
}
.sec_other_wrap .bnr_2 {
    position: relative;
    display: block;
}
.sec_other_wrap * + .bnr_2 {
    margin-top: 20px;
}
.sec_other_wrap .bnr_2 a {
    position: absolute;
    top: 48%;
    width: 18%;
    height: 43%;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
.sec_other_wrap .bnr_2 .pg_1 {
    left: 3%;
}
.sec_other_wrap .bnr_2 .pg_2 {
    left: 22%;
}
.sec_other_wrap .bnr_2 .pg_3 {
    left: 41%;
}
.sec_other_wrap .bnr_2 .pg_4 {
    left: 60%;
}
.sec_other_wrap .bnr_2 .pg_5 {
    left: 79%;
}
.sec_other_wrap .bnr_3 {
    position: relative;
    display: block;
}
.sec_other_wrap * + .bnr_3 {
    margin-top: 20px;
}
.sec_other_wrap .bnr_3 a {
    position: absolute;
    top: 48%;
    width: 22%;
    height: 43%;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
.sec_other_wrap .bnr_3 .pg_1 {
    left: 3%;
}
.sec_other_wrap .bnr_3 .pg_2 {
    left: 27%;
}
.sec_other_wrap .bnr_3 .pg_3 {
    left: 51%;
}
.sec_other_wrap .bnr_3 .pg_4 {
    left: 75%;
}
@media (max-width: 999px) {
    .sec_other_wrap {
        padding-top: 20px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .sec_other_wrap::before {
        left: 0;
        width: 100vw;
    }
    .sec_other_wrap * + .bnr_1 {
        margin-top: 20px;
    }

    .sec_other_wrap .bnr_2 a {
        width: 44%;
        height: 14%;
    }
    .sec_other_wrap .bnr_2 .pg_1 {
        left: 5%;
        top: 47%;
    }
    .sec_other_wrap .bnr_2 .pg_2 {
        left: 51%;
        top: 47%;
    }
    .sec_other_wrap .bnr_2 .pg_3 {
        left: 5%;
        top: 64%;
    }
    .sec_other_wrap .bnr_2 .pg_4 {
        left: 51%;
        top: 64%;
    }
    .sec_other_wrap .bnr_2 .pg_5 {
        left: 28%;
        top: 82%;
    }
    .sec_other_wrap .bnr_3 a {
        width: 44%;
        height: 14%;
    }
    .sec_other_wrap .bnr_3 .pg_1 {
        left: 5%;
        top: 53%;
    }
    .sec_other_wrap .bnr_3 .pg_2 {
        left: 51%;
        top: 53%;
    }
    .sec_other_wrap .bnr_3 .pg_3 {
        left: 5%;
        top: 72%;
    }
    .sec_other_wrap .bnr_3 .pg_4 {
        left: 51%;
        top: 72%;
    }
}
/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap {
    padding-top: 220px;
    padding-bottom: 270px;
    background-color: var(--co_4);
}
.sec_access_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    padding-top: 1180px;
    width: 100%;
    background-image: url(../img/access/1.svg?y=25);
    background-size: 1360px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_access_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100px;
    background-image: url(../img/deco/2.svg?y=25);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_access_wrap .ttl_1 {
    margin-bottom: 40px;
    color: var(--co_5);
}
.sec_access_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

.sec_access_wrap .clms_wrap_1 > .clm_wrap {
    width: calc(100% / 2 - 20px);
}
.sec_access_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    order: 2;
}

.sec_access_wrap .list_1 {
    line-height: 1.8;
}
.sec_access_wrap .list_1 th {
    font-weight: 700;
}
.sec_access_wrap .list_1 td {
    padding-bottom: 20px;
}
.sec_access_wrap .map_1 {
    border-radius: 20px;
    overflow: hidden;
}
.sec_access_wrap .map_1 iframe {
    width: 100%;
    height: 300px;
}
@media (max-width: 999px) {
    .sec_access_wrap {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .sec_access_wrap::before {
        top: -50px;
        padding-top: 300%;
        background-image: url(../img/access/1_sp.svg?y=25);
        background-size: 200% auto;
    }
    .sec_access_wrap::after {
        top: -25px;
        height: 50px;
    }
    .sec_access_wrap .ttl_1 {
        margin-bottom: 40px;
        text-align: center;
    }
    .sec_access_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_access_wrap .clms_wrap_1 > .clm_wrap {
        width: auto;
    }
    .sec_access_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        margin-top: 30px;
    }
    .sec_access_wrap .list_1 {
        font-size: 13px;
    }

    .sec_access_wrap .map_1 {
        border-radius: 10px;
    }
}
/* ---------------------------------------------------- */
/* sec_sponsor_wrap */
/* ---------------------------------------------------- */
.sec_sponsor_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--co_2);
}

.sec_sponsor_wrap .ttl_1 {
    margin-bottom: 20px;
    color: var(--co_1);
    text-align: center;
}

.sec_sponsor_wrap .desc_1 {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.sec_sponsor_wrap .desc_2 {
    margin: 0 auto;
    width: max-content;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: var(--co_3);
}
.sec_sponsor_wrap .ttl_2 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.sec_sponsor_wrap .ttl_2.co_1 {
    color: #c79951;
}
.sec_sponsor_wrap .ttl_2.co_2 {
    color: #959595;
}
.sec_sponsor_wrap .ttl_4 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.sec_sponsor_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec_sponsor_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -70px;
    margin-bottom: -70px;
}
.sec_sponsor_wrap .list_1 > ul > li {
    margin-right: 70px;
    margin-bottom: 70px;
}
.sec_sponsor_wrap .list_1 .img {
    margin: 0 auto;
}

.sec_sponsor_wrap .list_1 a {
    display: block;
}
.sec_sponsor_wrap .deco_1 {
    position: absolute;
    left: calc(50% - 550px);
    bottom: -100px;
    width: 350px;
    z-index: 2;
}
.sec_sponsor_wrap .deco_2 {
    position: absolute;
    left: calc(50% + 450px);
    bottom: -100px;
    width: 120px;
    z-index: 2;
}
@media (min-width: 1000px) {
    .sec_sponsor_wrap .list_1 .s_1 .img {
        width: 180px;
    }
    .sec_sponsor_wrap .list_1 .s_2 .img {
        width: 290px;
    }
    .sec_sponsor_wrap .list_1 .s_3 .img {
        width: 75px;
    }
    .sec_sponsor_wrap .list_1 .s_4 .img {
        width: 160px;
    }
    .sec_sponsor_wrap .list_1 .s_4 .ttl_4 {
        margin-bottom: 40px;
    }
    .sec_sponsor_wrap .list_1 .s_5 .img {
        width: 250px;
    }
    .sec_sponsor_wrap .list_1 .s_6 .img {
        width: 170px;
    }
    .sec_sponsor_wrap .list_1 .s_7 .img {
        width: 140px;
    }
}
@media (max-width: 999px) {
    .sec_sponsor_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_sponsor_wrap .ttl_1 {
        margin-bottom: 20px;
        color: var(--co_1);
        text-align: center;
    }

    .sec_sponsor_wrap .desc_1 {
        font-size: 12px;
    }
    .sec_sponsor_wrap .desc_2 {
        padding: 10px;
        font-size: 14px;
    }
    .sec_sponsor_wrap .ttl_2 {
        margin-bottom: 50px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .sec_sponsor_wrap .ttl_4 {
        margin-top: 40px;
        font-size: 18px;
    }
    .sec_sponsor_wrap .list_1 > ul {
        margin-right: -50px;
        margin-bottom: -30px;
    }
    .sec_sponsor_wrap .list_1 > ul > li {
        margin-right: 50px;
        margin-bottom: 30px;
    }
    .sec_sponsor_wrap .list_1 .s_1 .img {
        width: 90px;
    }
    .sec_sponsor_wrap .list_1 .s_2 .img {
        width: 140px;
    }
    .sec_sponsor_wrap .list_1 .s_3 .img {
        width: 50px;
    }
    .sec_sponsor_wrap .list_1 .s_4 .img {
        width: 100px;
    }
    .sec_sponsor_wrap .list_1 .s_5 .img {
        width: 200px;
    }
    .sec_sponsor_wrap .list_1 .s_6 .img {
        width: 100px;
    }
    .sec_sponsor_wrap .list_1 .s_7 .img {
        width: 90px;
    }
    .sec_sponsor_wrap .deco_1 {
        left: 10px;
        bottom: -50px;
        width: 100px;
    }
    .sec_sponsor_wrap .deco_2 {
        display: none;
    }
}
