@charset "utf-8";

/*********************************************************************
*
*  For home
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    min-height: 700px;
}

.sec_mv_wrap .sec_inner {
    max-width: 1800px;
    height: 100%;
}

.sec_mv_wrap .site_ttl_1 {
    position: absolute;
    left: 120px;
    top: 50%;
    width: 330px;
    transform: translateY(-50%);
    z-index: 2;
}

.sec_mv_wrap .img_1 {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
}

.sec_mv_wrap .img_1 > span {
    padding-top: 585px;
    background-position: right center;
    background-size: contain;
}

.sec_mv_wrap .img_1 figcaption {
    padding-right: 50px;
    text-align: right;
    font-size: 1.2rem;
}

.sec_mv_wrap .btn_scrl_1 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    padding-bottom: 80px;
    width: max-content;
    color: var(--co_1);
    transform: translateX(-50%);
    z-index: 10;
}

.sec_mv_wrap .btn_scrl_1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--co_1);
    z-index: 2;
    animation: btn_scrl_1 1.6s ease-in-out infinite, btn_scrl_2 1.6s ease-out infinite;
}

.sec_mv_wrap .btn_scrl_1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 70px;
    background-color: var(--co_1);
}

.sec_mv_wrap .btn_scrl_1 span {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    transition: 0.3s ease-in-out;
}

@keyframes btn_scrl_1 {
    0% {
        bottom: 65px;
    }

    100% {
        bottom: -10px;
    }
}

@keyframes btn_scrl_1_sp {
    0% {
        bottom: 25px;
    }

    100% {
        bottom: -10px;
    }
}

@keyframes btn_scrl_2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .sec_mv_wrap {
        min-height: auto;
    }

    .sec_mv_wrap .sec_inner {
        padding-top: 80px;
        max-width: none;
    }

    .sec_mv_wrap .site_ttl_1 {
        left: 20px;
        top: 20px;
        width: 150px;
        transform: translateY(0);
    }

    .sec_mv_wrap .img_1 {
        right: 0;
        padding-bottom: 120px;
        width: 100%;
    }

    .sec_mv_wrap .img_1 > span {
        padding-top: 130%;
        background-position: center center;
    }

    .sec_mv_wrap .img_1 figcaption {
        margin-top: -20px;
        padding-right: 0;
        margin-right: 20px;
        font-size: 0.9rem;
    }

    .sec_mv_wrap .btn_scrl_1 {
        bottom: 20px;
        padding-bottom: 35px;
    }

    .sec_mv_wrap .btn_scrl_1:before {
        left: calc(50% - 6px);
        width: 12px;
        height: 12px;
        animation: btn_scrl_1_sp 1.6s ease-in-out infinite, btn_scrl_2 1.6s ease-out infinite;
    }

    .sec_mv_wrap .btn_scrl_1:after {
        height: 30px;
    }

    .sec_mv_wrap .btn_scrl_1 span {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* sec_guide_wrap */
/* ---------------------------------------------------- */
.sec_guide_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec_guide_wrap .caption_1 {
    margin: 0 auto;
    padding: 15px 25px;
    width: max-content;
    font-size: 1.8rem;
    text-align: center;
    border: 1px solid var(--co_1);
    border-radius: 40px;
}
@media (max-width: 767px) {
    .sec_guide_wrap .caption_1 {
        padding: 10px 20px;
        font-size: 1.5rem;
        border-radius: 15px;
    }
}

/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_outline_wrap::before {
    left: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_outline_wrap .deco_1 {
    left: calc(50% - 490px);
    top: 60px;
}

.sec_outline_wrap .txt_wrap_1 {
    margin-bottom: 50px;
}

.sec_outline_wrap .ttl_1 {
    margin-bottom: 20px;
    font-size: 13rem;
    line-height: 1;
}

.sec_outline_wrap .desc_1 {
    font-size: 3.1rem;
}

.sec_outline_wrap .yt_1 {
    margin: 0 auto;
}

.sec_outline_wrap .yt_1 > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.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;
}

.sec_outline_wrap .mov_1 video {
    width: 100%;
}

@media (max-width: 767px) {
    .sec_outline_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sec_outline_wrap .deco_1 {
        display: none;
    }

    .sec_outline_wrap .txt_wrap_1 {
        margin: 0 auto 25px;
        width: max-content;
    }

    .sec_outline_wrap .ttl_1 {
        margin-bottom: 10px;
        font-size: 7rem;
    }

    .sec_outline_wrap .desc_1 {
        font-size: 1.6rem;
    }
}

/* ---------------------------------------------------- */
/* sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_about_wrap::before {
    right: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_about_wrap .deco_1 {
    left: calc(50% + 500px);
    top: -300px;
}

.sec_about_wrap .ttl_1 {
    margin-bottom: 20px;
}

.sec_about_wrap .ttl_1::after {
    left: auto;
    right: 0;
    width: 100vw;
}

.sec_about_wrap .desc_1 {
    margin-bottom: 40px;
}

.sec_about_wrap .slide_1 {
    margin-bottom: 50px;
}

.sec_about_wrap .slide_1 .item {
    padding: 0 10px;
}

.sec_about_wrap .slide_1 .img {
    background-color: var(--co_2);
}

.sec_about_wrap .slide_1 .img img {
    width: auto;
    height: 480px;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
}

.sec_about_wrap .slide_1 .slick-active .img img {
    opacity: 1;
}

.sec_about_wrap .btn_toggle_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 500px;
    height: 50px;
    border: 1px solid var(--co_1);
    border-radius: 25px;
}

.sec_about_wrap .btn_toggle_1::before {
    content: "Immersive Museumについて詳しく";
}

.sec_about_wrap .btn_toggle_1.is_show::before {
    content: "閉じる";
}

.sec_about_wrap .toggle_wrap_1 {
    display: none;
    margin-bottom: 50px;
}

.sec_about_wrap .ttl_2 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 2.1rem;
}

.sec_about_wrap .ttl_2::after {
    content: "";
    flex: auto;
    margin-left: 30px;
    width: auto;
    height: 1px;
    background-color: var(--co_1);
}

.sec_about_wrap .desc_2 {
    margin-bottom: 50px;
}

.sec_about_wrap .clms_wrap_1 {
    display: flex;
    padding-top: 50px;
    border-top: 1px solid var(--co_1);
}

.sec_about_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    margin-right: 40px;
    width: 180px;
}

.sec_about_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: auto;
}

.sec_about_wrap .img_1 {
    margin-bottom: 10px;
}

.sec_about_wrap .name_1 {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.sec_about_wrap .name_1 span {
    margin-right: 10px;
    font-size: 1.8rem;
}

.sec_about_wrap .desc_3 {
    font-size: 1.1rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .sec_about_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sec_about_wrap::before {
        right: calc(50% - 550px);
        width: calc(50vw + 550px);
    }

    .sec_about_wrap .deco_1 {
        left: -25px;
        top: -120px;
    }

    .sec_about_wrap .ttl_1 {
        margin-bottom: 20px;
    }

    .sec_about_wrap .ttl_1::after {
        left: auto;
        right: 0;
        width: 100vw;
    }

    .sec_about_wrap .desc_1 {
        margin-bottom: 35px;
    }

    .sec_about_wrap .slide_1 {
        margin-bottom: 35px;
    }

    .sec_about_wrap .slide_1 .item {
        padding: 0 5px;
    }

    .sec_about_wrap .slide_1 .img img {
        height: 220px;
    }

    .sec_about_wrap .btn_toggle_1 {
        width: auto;
        height: 40px;
    }

    .sec_about_wrap .toggle_wrap_1 {
        margin-bottom: 40px;
    }

    .sec_about_wrap .ttl_2 {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    .sec_about_wrap .ttl_2::after {
        margin-left: 20px;
    }

    .sec_about_wrap .desc_2 {
        margin-bottom: 40px;
    }

    .sec_about_wrap .clms_wrap_1 {
        display: block;
        padding-top: 40px;
    }

    .sec_about_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin: 0 auto 20px;
        width: 180px;
    }

    .sec_about_wrap .img_1 {
        margin-bottom: 10px;
    }

    .sec_about_wrap .name_1 {
        margin-bottom: 10px;
        font-size: 1.1rem;
    }

    .sec_about_wrap .name_1 span {
        margin-right: 10px;
        font-size: 1.6rem;
    }

    .sec_about_wrap .desc_3 {
        font-size: 1rem;
        line-height: 1.8;
    }
}

/* ---------------------------------------------------- */
/* sec_ambassador_wrap */
/* ---------------------------------------------------- */
.sec_ambassador_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_ambassador_wrap::before {
    left: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_ambassador_wrap .deco_1 {
    left: calc(50% - 600px);
    bottom: -300px;
}

.sec_ambassador_wrap .ttl_1 {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
    width: 460px;
    text-align: left;
}

.sec_ambassador_wrap .ttl_1::after {
    width: 100vw;
}

.sec_ambassador_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

.sec_ambassador_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    margin-left: 40px;
    margin-right: 80px;
    margin-top: -80px;
    width: 370px;
}

.sec_ambassador_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: auto;
}

.sec_ambassador_wrap .name_1 {
    margin: 50px 0;
    line-height: 1.8;
}

.sec_ambassador_wrap .name_1 > span {
    display: block;
}

.sec_ambassador_wrap .name_1 > span:nth-of-type(2) {
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .sec_ambassador_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sec_ambassador_wrap .deco_1 {
        left: -25px;
        bottom: -130px;
    }

    .sec_ambassador_wrap .ttl_1 {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 30px;
        width: auto;
    }

    .sec_ambassador_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_ambassador_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: auto;
    }
    .sec_ambassador_wrap .img_1 {
        margin-top: 10px;
    }

    .sec_ambassador_wrap .name_1 {
        margin: 30px 0;
    }

    .sec_ambassador_wrap .name_1 > span:nth-of-type(2) {
        font-size: 1.6rem;
    }
}
/* ---------------------------------------------------- */
/* sec_information_wrap */
/* ---------------------------------------------------- */
.sec_information_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_information_wrap::before {
    right: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_information_wrap .deco_1 {
    left: calc(50% - 600px);
    top: -300px;
}

.sec_information_wrap .ttl_1 {
    margin-bottom: 70px;
    width: auto;
    text-align: left;
}

.sec_information_wrap .ttl_1::after {
    left: auto;
    right: 0;
    width: 100vw;
}

.sec_information_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

.sec_information_wrap .clms_wrap_1 > .clm_wrap {
    flex: none;
    width: calc(50% - 20px);
}

.sec_information_wrap .list_1 table {
    width: 100%;
}

.sec_information_wrap .list_1 th,
.sec_information_wrap .list_1 td {
    padding-bottom: 30px;
}

.sec_information_wrap .list_1 tr:last-of-type th,
.sec_information_wrap .list_1 tr:last-of-type td {
    padding-bottom: 0;
}

.sec_information_wrap .list_1 th {
    padding-right: 10px;
    width: 100px;
    line-height: 2;
    white-space: nowrap;
}

.sec_information_wrap .list_1 .sponsor {
    display: flex;
    margin-top: -5px;
    margin-right: -15px;
}

.sec_information_wrap .list_1 .sponsor img {
    margin-right: 15px;
    width: auto;
    height: 33px;
}

.sec_information_wrap .map_1 {
    margin-bottom: 30px;
}

.sec_information_wrap .map_1 iframe {
    width: calc(50vw - 30px);
    height: 380px;
}

.sec_information_wrap .address_1 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .sec_information_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sec_information_wrap .deco_1 {
        left: auto;
        right: -25px;
        top: -120px;
    }

    .sec_information_wrap .ttl_1 {
        margin-bottom: 35px;
    }

    .sec_information_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_information_wrap .clms_wrap_1 > .clm_wrap {
        width: auto;
    }

    .sec_information_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .sec_information_wrap .list_1 th,
    .sec_information_wrap .list_1 td {
        padding-bottom: 20px;
    }

    .sec_information_wrap .list_1 th {
        padding-right: 10px;
        width: 80px;
    }
    .sec_information_wrap .list_1 .sponsor {
        margin-right: -10px;
    }

    .sec_information_wrap .list_1 .sponsor img {
        margin-right: 8px;
        height: 24px;
    }
    .sec_information_wrap .map_1 {
        margin-bottom: 20px;
    }

    .sec_information_wrap .map_1 iframe {
        width: 100%;
        height: 300px;
    }

    .sec_information_wrap .address_1 {
        margin-bottom: 20px;
    }
}

/* ---------------------------------------------------- */
/* sec_sns_wrap */
/* ---------------------------------------------------- */
.sec_sns_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_sns_wrap::before {
    left: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_sns_wrap .tw_1 {
    margin: 0 auto;
    width: 600px;
}

@media (max-width: 767px) {
    .sec_sns_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sec_sns_wrap .tw_1 {
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_ticket_wrap::before {
    left: calc(50% - 550px);
    width: 1100px;
}

.sec_ticket_wrap .deco_1 {
    left: calc(50% + 500px);
    top: 140px;
}

.sec_ticket_wrap .ttl_1 {
    margin: 0 auto 70px;
    width: 100%;
}

.sec_ticket_wrap .list_1 {
    margin-bottom: 50px;
}

.sec_ticket_wrap .list_1 > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
    background-color: var(--co_2);
}

.sec_ticket_wrap .list_1 .cat {
    font-size: 2.6rem;
}

.sec_ticket_wrap .list_1 .cat span {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.4rem;
}

.sec_ticket_wrap .list_1 .num {
    font-size: 2.6rem;
}

.sec_ticket_wrap .list_1 > ul > li + li {
    margin-top: 30px;
}

.sec_ticket_wrap .ttl_2 {
    margin-top: 80px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.sec_ticket_wrap .ttl_2::after {
    content: "";
    flex: auto;
    margin-left: 30px;
    width: auto;
    height: 1px;
    background-color: var(--co_1);
}

.sec_ticket_wrap .ttl_4 {
    margin-top: 80px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
}

.sec_ticket_wrap .ttl_4::after {
    content: "";
    flex: auto;
    margin-left: 30px;
    width: auto;
    height: 1px;
    background-color: var(--co_1);
}

.sec_ticket_wrap .desc_1 {
    margin-bottom: 50px;
}

.sec_ticket_wrap .ttl_3 {
    margin-bottom: 20px;
    font-size: 2.6rem;
}
.sec_ticket_wrap .pg_1 {
    margin-bottom: 20px;
}

.sec_ticket_wrap .pg_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}

.sec_ticket_wrap .pg_1 > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 5 - 10px);
}

.sec_ticket_wrap .pg_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: var(--co_1);
}

@media (max-width: 767px) {
    .sec_ticket_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sec_ticket_wrap .deco_1 {
        left: auto;
        right: -25px;
        top: -120px;
    }

    .sec_ticket_wrap .ttl_1 {
        margin-bottom: 35px;
    }

    .sec_ticket_wrap .list_1 {
        margin-bottom: 30px;
    }

    .sec_ticket_wrap .list_1 > ul > li {
        padding: 10px 30px;
    }

    .sec_ticket_wrap .list_1 .cat {
        font-size: 1.8rem;
    }

    .sec_ticket_wrap .list_1 .cat span {
        margin-left: 10px;
        font-size: 1.2rem;
    }

    .sec_ticket_wrap .list_1 .num {
        font-size: 1.8rem;
    }

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

    .sec_ticket_wrap .ttl_2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .sec_ticket_wrap .ttl_4 {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .sec_ticket_wrap .desc_1 {
        font-size: 1.2rem;
    }

    .sec_ticket_wrap .desc_1 {
        margin-bottom: 30px;
    }

    .sec_ticket_wrap .ttl_3 {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .sec_ticket_wrap .pg_1 {
        margin-bottom: 20px;
    }

    .sec_ticket_wrap .pg_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -10px;
    }

    .sec_ticket_wrap .pg_1 > ul > li {
        margin-right: 0;
        margin-bottom: 10px;
        width: auto;
    }

    .sec_ticket_wrap .pg_1 a img {
        width: auto;
        height: 40px;
    }
}

/* ---------------------------------------------------- */
/* sec_goods_wrap */
/* ---------------------------------------------------- */
.sec_goods_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 100px;
}

.sec_goods_wrap::before {
    right: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_goods_wrap .ttl_1 {
    margin-bottom: 70px;
    width: auto;
    text-align: left;
}

.sec_goods_wrap .ttl_1::after {
    left: auto;
    right: 0;
    width: 100vw;
}

.sec_goods_wrap .slide_1 .item {
    padding: 0 5px;
}

@media (max-width: 767px) {
    .sec_goods_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .sec_goods_wrap .deco_1 {
        left: auto;
        right: -25px;
        top: -120px;
    }

    .sec_goods_wrap .ttl_1 {
        margin-bottom: 35px;
    }
}
/* ---------------------------------------------------- */
/* sec_cafe_wrap */
/* ---------------------------------------------------- */
.sec_cafe_wrap {
    margin-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 100px;
}

.sec_cafe_wrap::before {
    left: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_cafe_wrap .deco_1 {
    left: calc(50% - 600px);
    bottom: -300px;
}

.sec_cafe_wrap .ttl_1 {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 70px;
}

.sec_cafe_wrap .ttl_1::after {
    width: 100vw;
}

.sec_cafe_wrap .slide_1 .item {
    padding: 0 5px;
}

.sec_cafe_wrap .comingsoon_1 {
    font-size: 5.5rem;
    text-align: center;
    background: linear-gradient(90deg, #0073a9 0%, #659f8a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .sec_cafe_wrap {
        margin-bottom: 100px;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .sec_cafe_wrap .deco_1 {
        left: -25px;
        bottom: -130px;
    }

    .sec_cafe_wrap .ttl_1 {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .sec_cafe_wrap .comingsoon_1 {
        font-size: 4rem;
    }
}

/* ---------------------------------------------------- */
/* sec_faq_wrap */
/* ---------------------------------------------------- */
.sec_faq_wrap {
    padding-top: 70px;
    padding-bottom: 200px;
}

.sec_faq_wrap::before {
    right: calc(50% - 550px);
    width: calc(50vw + 550px);
}

.sec_faq_wrap .deco_1 {
    left: calc(50% + 500px);
    bottom: 200px;
}

.sec_faq_wrap .ttl_1 {
    margin-bottom: 70px;
    width: 50%;
    text-align: left;
}

.sec_faq_wrap .ttl_1::after {
    left: auto;
    right: 0;
    width: 100vw;
}

.sec_faq_wrap .list_1 .cat {
    margin-bottom: 20px;
    font-size: 2rem;
}

.sec_faq_wrap .list_1 * + .cat {
    margin-top: 30px;
}

.sec_faq_wrap .list_1 > ul > li + li {
    margin-top: 30px;
}

.sec_faq_wrap .list_1 .q {
    position: relative;
    padding: 15px 20px;
    padding-right: 60px;
    font-size: 1.6rem;
    text-align: justify;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: var(--co_2);
    transition: 0.3s ease-in-out;
}

.sec_faq_wrap .list_1 .q i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}

.sec_faq_wrap .list_1 .q.is_show i {
    transform: translateY(-50%) rotate(135deg);
}

.sec_faq_wrap .list_1 .q i::before,
.sec_faq_wrap .list_1 .q i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
}

.sec_faq_wrap .list_1 .q i::before {
    width: 2px;
    height: 20px;
}

.sec_faq_wrap .list_1 .q i::after {
    width: 20px;
    height: 2px;
}

.sec_faq_wrap .list_1 .a {
    display: none;
    padding: 15px 20px;
    background-color: var(--co_4);
}

.sec_faq_wrap .list_1 .a a {
    color: #00a0e9;
}

@media (max-width: 767px) {
    .sec_faq_wrap {
        padding-top: 35px;
        padding-bottom: 100px;
    }

    .sec_faq_wrap .deco_1 {
        left: auto;
        right: -25px;
        bottom: -100px;
    }

    .sec_faq_wrap .ttl_1 {
        margin-bottom: 35px;
    }

    .sec_faq_wrap .list_1 .cat {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .sec_faq_wrap .list_1 * + .cat {
        margin-top: 20px;
    }

    .sec_faq_wrap .list_1 > ul > li + li {
        margin-top: 30px;
    }

    .sec_faq_wrap .list_1 .q {
        position: relative;
        padding: 10px 15px;
        padding-right: 40px;
        font-size: 1.4rem;
    }

    .sec_faq_wrap .list_1 .q i {
        right: 10px;
        width: 16px;
        height: 16px;
    }

    .sec_faq_wrap .list_1 .q i::before {
        height: 16px;
    }

    .sec_faq_wrap .list_1 .q i::after {
        width: 16px;
    }

    .sec_faq_wrap .list_1 .a {
        padding: 10px 15px;
    }

    .sec_faq_wrap .list_1 .a a {
        color: #00a0e9;
    }
}
