@charset "utf-8";
/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .contents_wrap {
        padding-top: 0;
    }
}

@media (max-width: 999px) {
    .contents_wrap {
        padding-top: 0;
    }
}
/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    background-color: #eee6ef;
    background-image: url(../img/bg_1.png);
    background-size: 1066px auto;
    background-position: center 700px;
    background-repeat: no-repeat;
}
.sec_mv_wrap .deco_1 {
    position: absolute;
    left: calc(50% - 750px);
    transform: translateY(-50px);
    width: 184px;
}
.sec_mv_wrap .deco_2 {
    position: absolute;
    left: calc(50% + 500px);
    transform: translateY(200px);
    width: 184px;
}
.sec_mv_wrap .btn_1 {
    position: absolute;
    left: 50px;
    top: 590px;
    padding-bottom: 140px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_3);
    font-weight: 500;
    text-decoration: none;
    writing-mode: vertical-lr;
    z-index: 2;
}

.sec_mv_wrap .btn_1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 1px;
    height: 120px;
    background-color: var(--co_3);
    opacity: 0.5;
}
.sec_mv_wrap .btn_1::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 1px;
    height: 30px;
    background-color: var(--co_3);
}
.sec_mv_wrap .img_1 {
    position: relative;
    margin: 0 auto 150px;
    width: 1400px;
}

.sec_mv_wrap .img_1 > img:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
}
.sec_mv_wrap .img_1 > img:nth-of-type(2) {
    position: relative;
    width: 1660px;
}
.sec_mv_wrap .desc_1 {
    margin-bottom: 50px;
    text-align: center;
}
.sec_mv_wrap .ttl_2 {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.sec_mv_wrap .ttl_2::after {
    content: "";
    display: block;
    margin: 30px auto 0;
    width: 100px;
    height: 1px;
    background-color: var(--co_3);
}
.sec_mv_wrap .ttl_2 > span:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}
.sec_mv_wrap .ttl_2 > span:nth-of-type(2) {
    display: block;
    font-size: 40px;
}

.sec_mv_wrap .ttl_3 {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
}

.sec_mv_wrap .img_2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}
@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .sec_mv_wrap .deco_1 {
        left: auto;
        right: 20px;
        transform: translateY(-110px);
        width: 92px;
    }
    .sec_mv_wrap .deco_2 {
        display: none;
    }
    .sec_mv_wrap .btn_1 {
        left: 20px;
        top: 160px;
        padding-bottom: 140px;
        font-size: 12px;
    }

    .sec_mv_wrap .btn_1::before {
        height: 100px;
    }
    .sec_mv_wrap .btn_1::after {
        bottom: 90px;
        height: 30px;
    }
    .sec_mv_wrap .img_1 {
        margin-bottom: 50px;
        width: auto;
    }

    .sec_mv_wrap .img_1 > img:nth-of-type(1) {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .sec_mv_wrap .img_1 > img:nth-of-type(2) {
        width: 100%;
    }
    .sec_mv_wrap .desc_1 {
        margin: 20px 20px 20px;
        font-size: 14px;
        text-align: justify;
    }
    .sec_mv_wrap .ttl_2 {
        margin-bottom: 50px;
        text-align: center;
    }
    .sec_mv_wrap .ttl_2::after {
        content: "";
        display: block;
        margin: 30px auto 0;
        width: 100px;
        height: 1px;
        background-color: var(--co_3);
    }
    .sec_mv_wrap .ttl_2 > span:nth-of-type(1) {
        font-size: 15px;
    }
    .sec_mv_wrap .ttl_2 > span:nth-of-type(2) {
        font-size: 24px;
    }

    .sec_mv_wrap .ttl_3 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .sec_mv_wrap .img_2 {
        margin-left: auto;
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #eee6ef;
}

.sec_news_wrap .block_1 {
    padding: 50px 100px;
    background-color: var(--co_1);
    border-radius: 40px;
}

.sec_news_wrap .ttl_1 {
    color: var(--co_5);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1;
}

.sec_news_wrap .btn_1 {
    margin: 50px auto 0;
    min-width: 400px;
}
.sec_news_wrap .btn_1 {
    margin: 30px auto 0;
    max-width: 400px;
}

.sec_news_wrap .archive_1 > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid var(--co_6);
}

.sec_news_wrap .archive_1 a {
    position: relative;
    display: flex;
    color: var(--co_3);
    text-decoration: none;
    line-height: 1.4;
}

.sec_news_wrap .archive_1 .img {
    display: none;
}

.sec_news_wrap .archive_1 .meta {
    display: flex;
}
.sec_news_wrap .archive_1 .meta .date {
    flex: none;
    width: 160px;
}
.sec_news_wrap .archive_1 .meta .cat {
    display: none;
}

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

    .sec_news_wrap .block_1 {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .sec_news_wrap .ttl_1 {
        font-size: 20px;
    }

    .sec_news_wrap .btn_1 {
        margin: 20px auto 0;
        min-width: auto;
    }

    .sec_news_wrap .archive_1 a {
        display: block;
    }

    .sec_news_wrap .archive_1 .meta {
        display: block;
    }
    .sec_news_wrap .archive_1 .meta .date {
        margin-bottom: 5px;
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_feature_wrap */
/* ---------------------------------------------------- */
.sec_feature_wrap .deco_1 {
    position: absolute;
    right: -170px;
    top: -30px;
    width: 140px;
}
.sec_feature_wrap .deco_2 {
    position: absolute;
    left: -240px;
    bottom: -50px;
    width: 310px;
}
.sec_feature_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    min-width: 1600px;
    height: 100%;
    background-image: url(../img/bg_2.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 510px auto;
}
.sec_feature_wrap .art {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}
.sec_feature_wrap .list_1 > .art:nth-of-type(even) {
    background-color: #f6fbf2;
}

.sec_feature_wrap .list_1 > .art:nth-of-type(even)::before {
    content: "";
    position: absolute;
    right: -150px;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f6fbf2;
    border-radius: 0 100px 100px 0;
    z-index: -1;
}

.sec_feature_wrap .art > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 640px;
}
.sec_feature_wrap .art > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 370px;
}
.sec_feature_wrap .list_1 > .art:nth-of-type(even) > .clm_wrap:nth-of-type(2) {
    order: -1;
}
.sec_feature_wrap .art .cat {
    margin-bottom: 10px;
    padding: 5px 20px;
    width: max-content;
    color: var(--co_5);
    background-color: #f1ebf2;
    border-radius: 20px;
}
.sec_feature_wrap .list_1 > .art:nth-of-type(even) .cat {
    color: var(--co_4);
    background-color: #d4ecc3;
}
.sec_feature_wrap .art .ttl {
    position: relative;
    font-size: 40px;
    font-weight: 500;
}
.sec_feature_wrap .art .copy {
    margin-bottom: 40px;
    font-family: "WindSong", cursive;
    color: #d6d1d6;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    transform: rotate(-15deg);
}
.sec_feature_wrap .list_1 > .art:nth-of-type(even) .copy {
    color: #bed1b1;
}
.sec_feature_wrap .art .btn {
    margin-top: 60px;
}
.sec_feature_wrap .art * + .img {
    margin-top: 20px;
}

@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .sec_feature_wrap .deco_1 {
        right: 0;
        top: 150px;
        width: 70px;
    }
    .sec_feature_wrap .deco_2 {
        left: -30px;
        width: 150px;
    }
    .sec_feature_wrap .art {
        display: block;
        padding: 50px 0;
    }
    .sec_feature_wrap .list_1 > .art:nth-of-type(even)::before {
        right: -20px;
        width: 120vw;
        border-radius: 0;
    }

    .sec_feature_wrap .art > .clm_wrap:nth-of-type(2) {
        width: auto;
    }
    .sec_feature_wrap .list_1 > .art:nth-of-type(even) > .clm_wrap:nth-of-type(2) {
        order: -1;
    }
    .sec_feature_wrap .art .cat {
        margin: 0 auto 10px;
        padding: 5px 20px;
        width: max-content;
        color: var(--co_5);
        background-color: #f1ebf2;
        border-radius: 20px;
    }
    .sec_feature_wrap .list_1 > .art:nth-of-type(even) .cat {
        color: var(--co_4);
        background-color: #d4ecc3;
    }
    .sec_feature_wrap .art .ttl {
        margin-bottom: 30px;
        font-size: 24px;
        text-align: center;
    }

    .sec_feature_wrap .art .copy {
        margin-top: -40px;
        margin-bottom: 20px;
    }
    .sec_feature_wrap .art .btn {
        margin: 30px auto 0;
    }
    .sec_feature_wrap .art * + .img {
        margin-top: 20px;
    }
    .sec_feature_wrap .img_1 {
        margin: 0 -20px;
    }
}
/* ---------------------------------------------------- */
/* sec_staff_wrap */
/* ---------------------------------------------------- */
.sec_staff_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f1ebf2;
}

.sec_staff_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_staff_wrap .ttl_1 > span:nth-of-type(1) {
    position: absolute;
    left: 50%;
    top: -230px;
    transform: translateX(-50%);
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_5);
    font-size: 400px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.15;
}

.sec_staff_wrap .ttl_1 > span:nth-of-type(2) {
    position: relative;
    display: block;
    color: var(--co_5);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.sec_staff_wrap .slide_1 {
    margin: 0 -20px;
    padding-bottom: 80px;
}
.sec_staff_wrap .slide_1 .item {
    padding: 0 20px;
}
.sec_staff_wrap .slide_1 .slick-next,
.sec_staff_wrap .slide_1 .slick-prev {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    background-color: var(--co_1);
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}
.sec_staff_wrap .slide_1 .slick-next {
    left: calc(50% + 125px);
    bottom: 0;
}

.sec_staff_wrap .slide_1 .slick-prev {
    left: calc(50% - 175px);
    bottom: 0;
}

.sec_staff_wrap .slide_1 .slick-prev:before,
.sec_staff_wrap .slide_1 .slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_5);
    border-right: 2px solid var(--co_5);
    transition: 0.3s ease-in-out;
}

.sec_staff_wrap .slide_1 .slick-prev:before {
    transform: translate(-30%, -50%) rotate(45deg) scale(-1, -1);
}

.sec_staff_wrap .slide_1 .slick-next:before {
    transform: translate(-70%, -50%) rotate(45deg);
}
.sec_staff_wrap .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.sec_staff_wrap .slick-dots li {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 10px;
    padding: 0;
    cursor: pointer;
}

.sec_staff_wrap .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.sec_staff_wrap .slick-dots li button:hover,
.sec_staff_wrap .slick-dots li button:focus {
    outline: none;
}

.sec_staff_wrap .slick-dots li button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: none;
    background-color: var(--co_5);
    border-radius: 100%;
    opacity: 0.2;
}

.sec_staff_wrap .slick-dots li.slick-active button::before {
    opacity: 1;
}
.sec_staff_wrap .btn_1 {
    margin: 50px auto 0;
    min-width: 400px;
}

@media (min-width: 1000px) {
    .sec_staff_wrap .slide_1 .slick-next:hover,
    .sec_staff_wrap .slide_1 .slick-prev:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .sec_staff_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_staff_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_staff_wrap .ttl_1 > span:nth-of-type(1) {
        top: -120px;
        font-size: 130px;
    }

    .sec_staff_wrap .ttl_1 > span:nth-of-type(2) {
        font-size: 24px;
    }

    .sec_staff_wrap .btn_1 {
        margin: 30px auto 0;
        min-width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_recruit_wrap */
/* ---------------------------------------------------- */
.sec_recruit_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--co_10);
    background-image: url(../img/bg_3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1300px auto;
}

.sec_recruit_wrap .ttl_1 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.sec_recruit_wrap .ttl_1::before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 80px;
    height: 42px;
    background-image: url(../../../common/img/logo/tree_3.svg);
    background-position: center bottom -1px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sec_recruit_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}
.sec_recruit_wrap .list_1 > ul > li {
    margin-right: 20px;
    width: calc(100% / 4 - 20px);
}

.sec_recruit_wrap .list_1 a {
    display: block;
    color: var(--co_3);
    text-decoration: none;
}
.sec_recruit_wrap .list_1 .ttl {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .sec_recruit_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(../img/bg_3_sp.svg);
        background-size: 800px auto;
    }

    .sec_recruit_wrap .ttl_1 {
        margin-bottom: 40px;
        font-size: 20px;
    }
    .sec_recruit_wrap .list_1 > ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .sec_recruit_wrap .list_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 20px);
    }

    .sec_recruit_wrap .list_1 .ttl {
        font-size: 14px;
    }
}

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

.sec_sns_wrap .block_1 {
    position: relative;
    padding: 20px 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: max-content;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.sec_sns_wrap .block_1::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 140px;
    height: 100px;
    background-image: url(../../common/img/ico/chara_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_sns_wrap .ttl_1 {
    padding-right: 20px;
    text-align: center;
    border-right: 1px solid #8e8e8e;
}
.sec_sns_wrap .block_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
}
.sec_sns_wrap .block_1 .nav_1 > ul > li {
    margin-left: 20px;
    width: 20px;
}
@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .sec_sns_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec_sns_wrap .block_1 {
        display: block;
        width: auto;
        padding: 20px 70px;
    }
    .sec_sns_wrap .block_1::before {
        left: -15px;
        width: 100px;
    }
    .sec_sns_wrap .ttl_1 {
        padding-right: 0;
        margin-bottom: 5px;
        border-right: none;
    }
    .sec_sns_wrap .block_1 .nav_1 > ul {
        margin-left: -20px;
    }
}

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

.sec_blog_wrap .ttl_1 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
    text-decoration: none;
    writing-mode: vertical-lr;
}

.sec_blog_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -60px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/deco_5.svg);
}

.sec_blog_wrap .ttl_1 > span:nth-of-type(1) {
    position: relative;
    display: block;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_5);
    font-size: 40px;
    font-weight: 700;
}

.sec_blog_wrap .ttl_1 > span:nth-of-type(2) {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.sec_blog_wrap .archive_1 {
    padding-left: 150px;
}

.sec_blog_wrap .archive_1 > ul {
    display: flex;
    margin-right: -30px;
}

.sec_blog_wrap .archive_1 > ul > li {
    margin-right: 30px;
    width: calc(100% / 3 - 30px);
}
.sec_blog_wrap .archive_1 a {
    position: relative;
    display: block;
    color: var(--co_3);
    text-decoration: none;
    line-height: 1.4;
}
.sec_blog_wrap .archive_1 .img {
    margin-bottom: 10px;
}
.sec_blog_wrap .archive_1 .img > span {
    padding-top: 70%;
    background-color: var(--co_8);
    background-image: url(../img/ico/blank_1.svg);
    border-radius: 5px;
}

.sec_blog_wrap .archive_1 .cat {
    display: none;
}
.sec_blog_wrap .archive_1 .ttl {
    margin-top: 5px;
}

.sec_blog_wrap .btn_1 {
    margin: 50px auto 0;
    min-width: 400px;
}

@media (min-width: 1000px) {
    .sec_blog_wrap .archive_1 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .sec_blog_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec_blog_wrap .ttl_1 {
        position: static;
        margin-bottom: 20px;
        text-align: center;
        writing-mode: horizontal-tb;
    }
    .sec_blog_wrap .ttl_1::before {
        left: calc(50% - 130px);
        top: -30px;
        width: 60px;
        height: 60px;
    }

    .sec_blog_wrap .ttl_1 > span:nth-of-type(1) {
        font-size: 30px;
    }
    .sec_blog_wrap .ttl_1 > span:nth-of-type(2) {
        font-size: 14px;
    }

    .sec_blog_wrap .archive_1 {
        padding-left: 0;
    }

    .sec_blog_wrap .archive_1 > ul {
        display: block;
        margin-right: 0;
        border-top: 1px solid var(--co_6);
    }

    .sec_blog_wrap .archive_1 > ul > li {
        padding: 20px 0;
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid var(--co_6);
    }
    .sec_blog_wrap .archive_1 a {
        display: flex;
    }
    .sec_blog_wrap .archive_1 .img {
        flex: none;
        margin-bottom: 0;
        margin-right: 20px;
        width: 200px;
    }
    .sec_blog_wrap .btn_1 {
        margin: 30px auto 0;
        min-width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_instagram_wrap */
/* ---------------------------------------------------- */
.sec_instagram_wrap {
    padding-top: 70px;
    padding-bottom: 100px;
}
.sec_instagram_wrap .deco_1 {
    position: absolute;
    right: -100px;
    top: 0;
    width: 170px;
}
.sec_instagram_wrap .deco_2 {
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 170px;
}

.sec_instagram_wrap .ttl_1 {
    margin-bottom: 50px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #13753a;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}
@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .sec_instagram_wrap {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .sec_instagram_wrap .deco_1 {
        right: -10px;
        top: 0;
        width: 80px;
    }
    .sec_instagram_wrap .deco_2 {
        left: -10px;
        bottom: -20px;
        width: 80px;
    }
    .sec_instagram_wrap .ttl_1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}
