.bread-list {
    display: none;
}

.top_slider {
    width: 100%;
    padding-bottom: 35px;
}

.top_slider .slide {
    width: 75vw;
    aspect-ratio: 1200/815;
    border-radius: 42px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
}

.top_slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_slider .slide::before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.51;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    background-color: #fbb03b;
}

/* .top_slider .slide.slick-active::before {
    opacity: 0;
} */
.top_slider .slide.filtered::before {
    opacity: 0.51;
    transition: opacity 0.5s;
}

.top_slider .slide:not(.filtered)::before {
    opacity: 0;
    transition: opacity 0.5s;
}

.top_slider .slick-track {
    width: 50000px !important;
}

.slick-dots {
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    background-color: #b3b3b3;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #f15a24;
}

.about_block {
    max-width: 1035px;
    width: 90%;
    margin: 90px auto 0;
}

.about_block .head_text p {
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.about_block .head_text h2 {
    font-size: 25px;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

.about_block .text {
    font-size: 18px;
    line-height: 42px;
    margin-top: 40px;
}

.banner_block {
    width: 90%;
    margin: 80px auto 0;
}

.banner_block .banner {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.banner_block .banner img {
    width: 100%;
}

.event_info {
    margin-top: 90px;
}

.event_info .head_wrap {
    max-width: 1600px;
    padding: 0 12% 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.event_info .head_wrap h2 {
    width: 329px;
}

.event_info .head_wrap .list_btn {
    width: 260px;
    height: 46px;
    border-radius: 23px;
    border: solid 2px black;
    box-shadow: 3px 3px 0 black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.event_info .head_wrap .list_btn p {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}

.event_info .head_wrap .list_btn img {
    width: 5.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.event_info .event_slider {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 50px;
}

.event_slider .event_item {
    width: 372px;
    border: solid 2px black;
    border-radius: 20px;
    padding: 25px 15px 10px;
    position: relative;
    margin: 25px 20px 0;
}

.event_slider .event_item .project {
    width: 130px;
    height: 30px;
    border: solid 2px black;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.event_slider .event_item .project p {
    font-size: 14px;
    text-align: center;
}

.event_slider .event_item .item_content {
    padding: 0 15px;
}

.event_slider .event_item .img_box {
    width: 100%;
    /* aspect-ratio: 305/430; */
    aspect-ratio: 340/240;
    background-color: #e6e6e6;
}

.event_slider .event_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_slider .event_item .detail {
    padding: 10px 0 20px;
}

.event_slider .event_item .detail .date_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.event_slider .event_item .detail .date {
    font-size: 20px;
    line-height: 28px;
}

.event_slider .event_item .detail h3 {
    font-size: 17px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.event_slider .event_item .name_block {
    width: 100%;
    border-top: solid 1.5px black;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.event_slider .event_item .name_block h4 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.recommend_article {
    width: 100%;
    margin-top: 140px;
}

.recommend_article .head_wrap {
    max-width: 1600px;
    padding: 0 12% 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.recommend_article .head_wrap h2 {
    width: 584px;
}

.recommend_article .head_wrap h2 img.sp_head,
.cao_wrap .head_wrap h2 img.sp_head {
    display: none;
}

.recommend_article .head_wrap .list_btn {
    width: 260px;
    height: 46px;
    border-radius: 23px;
    border: solid 2px black;
    box-shadow: 3px 3px 0 black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.recommend_article .head_wrap .list_btn p {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}

.recommend_article .head_wrap .list_btn img {
    width: 5.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.recommend_article .ra_list {
    max-width: 1200px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    gap: 16px;
}

.recommend_article .ra_list a {
    width: calc(calc(100% - 32px) / 3);
    border-radius: 12px;
    position: relative;
    border: solid 2px black;
    padding: 20px;
}

.recommend_article .ra_list a .genre1 {
    width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    border: solid 2px black;
}

.recommend_article .ra_list a .genre1 p {
    font-size: 14px;
    text-align: center;
}

.recommend_article .ra_list a .img_box {
    width: 100%;
    aspect-ratio: 340/240;
    background-color: #e6e6e6;
}

.recommend_article .ra_list a .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_article .ra_list a .genre2 {
    width: 125px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f15a24;
}

.recommend_article .ra_list a .genre2 p {
    font-size: 16px;
    color: white;
    text-align: center;
}

.recommend_article .ra_list a .text_block {
    max-width: 320px;
    margin: 15px auto 0;
    min-height: 155px;
}

.recommend_article .ra_list a .text_block h3 {
    font-size: 22px;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend_article .ra_list a .text_block .content {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend_article .ra_list a .text_block .area {
    font-size: 16px;
    line-height: 28px;
}

.recommend_article .ra_list a .arrow {
    width: 38px;
    position: absolute;
    bottom: -20px;
    right: 27px;
}

.business_overview {
    width: 100%;
    margin-top: 125px;
}

.business_overview .head_wrap {
    width: 90%;
    margin: 0 auto;
}

.business_overview .head_wrap p {
    font-size: 35px;
    line-height: 1;
    text-align: center;
}

.business_overview .head_wrap h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}

.business_overview .link_list {
    max-width: 1195px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin: 50px auto 0;
}

.business_overview .link_list a {
    width: calc(calc(100% - 35px) / 2);
    aspect-ratio: 58/23;
    border-radius: 12px;
    border: solid #999 2px;
    /* background-color: #999; */
}

.business_overview .link_list a img {
    border-radius: 12px; /* 追加 */
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cao_wrap {
    width: 100%;
    margin-top: 165px;
}

.cao_wrap .head_wrap {
    max-width: 1600px;
    padding: 0 12% 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.cao_wrap .head_wrap h2 {
    width: 571px;
}

.cao_wrap .head_wrap .btn_wrap {
    display: flex;
    gap: 20px;
}

.cao_wrap .head_wrap .list_btn {
    width: 260px;
    height: 46px;
    border-radius: 23px;
    border: solid 2px black;
    box-shadow: 3px 3px 0 black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cao_wrap .head_wrap .list_btn p {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}

.cao_wrap .head_wrap .list_btn img {
    width: 5.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.cao_wrap .cao_slider {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 50px;
}

.cao_wrap .cao_slider a {
    width: 387px;
    padding: 20px;
    border-radius: 12px;
    border: solid 2px black;
    margin: 0 8px 25px;
    position: relative;
}

.cao_wrap .cao_slider a .img_box {
    width: 100%;
    aspect-ratio: 340/240;
}

.cao_wrap .cao_slider a .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cao_wrap .cao_slider a .text_block {
    padding: 15px 0;
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
}

.cao_wrap .cao_slider a .text_block h3 {
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 2px;
}

.cao_wrap .cao_slider a .arrow {
    width: 38px;
    position: absolute;
    bottom: -20px;
    right: 27px;
}

.pickup_news {
    width: 100%;
    margin-top: 150px;
    padding: 95px 0 85px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.pickup_news .wrap_content {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.pickup_news .wrap_content .head_block {
    width: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pickup_news .wrap_content .head_block h2 {
    width: 250px;
}

.pickup_news .wrap_content .head_block h2 img {
    width: 100%;
}

.pickup_news .wrap_content .head_block h2 img.sp_head {
    display: none;
}

.pickup_news .news_block {
    width: calc(100% - 345px);
    background-color: white;
    border-radius: 50px 0 0 50px;
    padding: 55px 60px;
    position: relative;
}

.pickup_news .news_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 10px);
    width: 100vw;
    height: 100%;
    background-color: white;
    display: block;
}

.pickup_news .news_block .news_list {
    width: 100%;
    position: relative;
    z-index: 10;
}

.pickup_news .news_block .news_list a {
    width: 100%;
    min-height: 95px;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.pickup_news .news_block .news_list a + a {
    border-top: solid 1.5px black;
}

.pickup_news .news_block .news_list a .news_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.pickup_news .news_block .news_list a .news_item .info {
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pickup_news .news_block .news_list a .news_item .info .date {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
}

.pickup_news .news_block .news_list a .news_item .info .genre {
    width: 87px;
    height: 26px;
    background-color: #1e5a7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    text-indent: 1px;
}

.pickup_news .news_block .news_list a .news_item .news_content {
    width: calc(100% - 220px);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}

.sns_wrap {
    padding: 45px 0 125px;
    background-color: white;
}

.sns_wrap .insta_wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.sns_wrap .insta_wrap .wrap_head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sns_wrap .insta_wrap .wrap_head img {
    width: 55px;
}

.sns_wrap .insta_wrap .wrap_head h2 {
    font-size: 26px;
    letter-spacing: 1px;
}

.sns_wrap .insta_wrap .insta_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.sns_wrap .insta_wrap .insta_list a {
    width: calc(calc(100% - 30px) / 4);
    aspect-ratio: 1/1;
    background-color: #b3b3b3;
}

.sns_wrap .note_wrap {
    max-width: 1200px;
    width: 90%;
    margin: 35px auto 0;
    display: flex;
    gap: 40px;
}

.sns_wrap .note_wrap .note_item {
    width: calc(calc(100% - 40px) / 2);
}

.sns_wrap .note_wrap .note_item .item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sns_wrap .note_wrap .note_item .item_head .logo_block {
    display: flex;
    align-items: center;
}

.sns_wrap .note_wrap .note_item .item_head .logo_block img {
    width: 50px;
}

.sns_wrap .note_wrap .note_item .item_head .logo_block p {
    font-size: 20px;
}

.sns_wrap .note_wrap .note_item .item_head h3 {
    font-size: 17px;
    color: #999;
    margin-left: auto;
}

.sns_wrap .note_wrap .note_item a {
    width: 100%;
    display: block;
    background-color: white;
    border: solid 1.5px #bdbdbd;
    margin-top: 10px;
    padding: 25px;
}

.sns_wrap .note_wrap .note_item a .content_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sns_wrap .note_wrap .note_item a .text_block {
    width: 54.7%;
    min-height: 230px;
}

.sns_wrap .note_wrap .note_item a .text_block h4 {
    font-size: 21px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sns_wrap .note_wrap .note_item a .text_block .detail {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sns_wrap .note_wrap .note_item a .text_block .more {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

.sns_wrap .note_wrap .note_item a .img_box {
    width: 42%;
    max-height: 220px;
}

.sns_wrap .note_wrap .note_item a .img_box img {
    width: 100%;
    display: block;
}

.sns_wrap .note_wrap .note_item a .info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 12px;
}

.sns_wrap .note_wrap .note_item a .info img {
    width: 35px;
    min-width: 35px;
}

.sns_wrap .note_wrap .note_item a .info .text .name {
    font-size: 16px;
    line-height: 1;
}

.sns_wrap .note_wrap .note_item a .info .text .date {
    font-size: 14px;
    line-height: 1;
    color: #888;
    margin-top: 5px;
}

.bottom_link {
    width: 100%;
    padding: 85px 0 75px;
    background-color: #f2f2f2;
}

.bottom_link .link_list {
    max-width: 1195px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
}

.bottom_link .link_list a {
    width: calc(calc(100% - 45px) / 4);
    height: 58px;
    position: relative;
    box-shadow: 3px 3px 0 #666;
}

.bottom_link .link_list a::before {
    content: "";
    width: 26px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.bottom_link .link_list a.c01::before {
    background-color: #fcee21;
}
.bottom_link .link_list a.c02::before {
    background-color: #fbb03b;
}
.bottom_link .link_list a.c03::before {
    background-color: #f7931e;
}
.bottom_link .link_list a.c04::before {
    background-color: #87224b;
}
.bottom_link .link_list a.c05::before {
    background-color: #5e7733;
}
.bottom_link .link_list a.c06::before {
    background-color: #1e5a7c;
}

.bottom_link .link_list a p {
    font-size: 18px;
    text-align: center;
    color: #606060;
    letter-spacing: 1px;
    text-indent: 1px;
    background-color: white;
    border: solid 1.5px black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

a.anchor {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}

@media screen and (max-width: 1350px) {
    .top_slider .slide {
        width: 80vw;
    }

    .event_info .head_wrap,
    .recommend_article .head_wrap,
    .cao_wrap .head_wrap {
        padding: 0 5%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .event_info .head_wrap .list_btn,
    .recommend_article .head_wrap .list_btn,
    .cao_wrap .head_wrap .btn_wrap {
        margin: 0 0 0 auto;
    }

    .pickup_news .wrap_content {
        flex-wrap: wrap;
        gap: 45px;
        justify-content: center;
    }

    .pickup_news .wrap_content .head_block {
        width: 100%;
        justify-content: flex-start;
        width: 90%;
    }

    .pickup_news .wrap_content .head_block h2 {
        width: 355px;
    }

    .pickup_news .wrap_content .head_block h2 img {
        display: none;
    }
    .pickup_news .wrap_content .head_block h2 img.sp_head {
        display: block;
    }

    .pickup_news .news_block {
        width: 90%;
        background-color: white;
        border-radius: 35px;
        padding: 40px;
        position: relative;
    }

    .pickup_news .news_block::before {
        display: none;
    }

    .pickup_news .news_block .news_list a {
        padding: 20px 35px;
    }

    a.anchor {
        display: block;
        padding-top: 120px;
        margin-top: -120px;
    }
}

@media screen and (max-width: 1000px) {
    .top_slider .slide {
        width: 90vw;
        border-radius: 35px;
        margin: 0 5px;
    }

    .slick-dots {
        gap: 15px;
    }

    .about_block .head_text p {
        font-size: 32px;
    }

    .about_block .head_text h2 {
        font-size: 22px;
    }

    .about_block .text {
        font-size: 16px;
        line-height: 38px;
        margin-top: 35px;
    }

    .event_info .head_wrap h2 {
        width: 263px;
    }

    .event_info .head_wrap .list_btn,
    .recommend_article .head_wrap .list_btn,
    .cao_wrap .head_wrap .list_btn {
        width: 200px;
        height: 40px;
        border-radius: 20px;
    }

    .event_info .head_wrap .list_btn p,
    .recommend_article .head_wrap .list_btn p,
    .cao_wrap .head_wrap .list_btn p {
        font-size: 14px;
        letter-spacing: 0;
        text-indent: 0;
    }

    .event_info .head_wrap .list_btn img,
    .recommend_article .head_wrap .list_btn img,
    .cao_wrap .head_wrap .list_btn img {
        width: 5px;
        right: 10px;
    }

    .event_slider .event_item {
        margin: 25px 15px 0;
        padding: 25px 20px 10px;
    }

    .event_slider .event_item .item_content {
        padding: 0;
    }

    .event_slider .event_item .detail .date_wrap {
        height: 52px;
    }

    .event_slider .event_item .detail .date {
        font-size: 18px;
        line-height: 26px;
    }

    .event_slider .event_item .detail h3 {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin-top: 15px;
    }

    .recommend_article .head_wrap h2 {
        width: 467px;
    }

    .recommend_article .ra_list {
        flex-wrap: wrap;
        gap: 40px 16px;
        justify-content: center;
    }

    .recommend_article .ra_list a {
        max-width: 350px;
        width: calc(calc(100% - 16px) / 2);
        padding: 20px 15px;
    }

    .recommend_article .ra_list a .genre1 {
        width: 180px;
    }

    .recommend_article .ra_list a .genre2 {
        width: 115px;
        height: 25px;
    }

    .recommend_article .ra_list a .genre2 p {
        font-size: 14px;
    }

    .recommend_article .ra_list a .text_block h3 {
        font-size: 18px;
    }

    .recommend_article .ra_list a .text_block .content,
    .recommend_article .ra_list a .text_block .area {
        font-size: 14px;
    }

    .recommend_article .ra_list a .arrow {
        width: 30px;
        bottom: -16px;
        right: 15px;
    }

    .business_overview .head_wrap p {
        font-size: 28px;
    }

    .business_overview .head_wrap h2 {
        font-size: 20px;
    }

    .business_overview .link_list {
        gap: 20px;
    }

    .cao_wrap .head_wrap h2 {
        width: 456px;
    }

    .cao_wrap .cao_slider a .text_block h3 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        letter-spacing: 1px;
    }

    .cao_wrap .cao_slider a .arrow {
        width: 30px;
        bottom: -16px;
        right: 15px;
    }

    .pickup_news .wrap_content .head_block h2 {
        width: 284px;
    }

    .pickup_news .news_block {
        border-radius: 30px;
        padding: 25px;
    }

    .pickup_news .news_block .news_list a {
        padding: 20px 10px;
    }

    .sns_wrap .insta_wrap .wrap_head img {
        width: 40px;
    }

    .sns_wrap .insta_wrap .wrap_head h2 {
        font-size: 24px;
    }

    .sns_wrap .note_wrap {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 600px;
        gap: 25px;
    }

    .sns_wrap .note_wrap .note_item {
        width: 100%;
    }

    .bottom_link .link_list a {
        width: calc(calc(100% - 30px) / 3);
    }

    .bottom_link .link_list a p {
        font-size: 16px;
        letter-spacing: 0;
        text-indent: 0;
    }

    a.anchor {
        display: block;
        padding-top: 100px;
        margin-top: -100px;
    }
}

@media screen and (max-width: 700px) {
    .bottom_link .link_list a {
        width: calc(calc(100% - 15px) / 2);
    }

    .sns_wrap .insta_wrap .insta_list a {
        width: calc(calc(100% - 10px) / 2);
    }
    a.anchor {
        display: block;
        padding-top: 70px;
        margin-top: -70px;
    }
}

@media screen and (max-width: 600px) {
    .top_slider {
        width: 95vw;
        min-width: 342px;
        margin: 0 auto;
    }

    .top_slider .slide {
        margin: 0 2.5px;
        border-radius: 25px;
    }

    .top_slider .slide::before {
        display: none;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0;
    }

    .about_block {
        margin-top: 65px;
    }

    .about_block .head_text p {
        font-size: 28px;
    }

    .about_block .head_text h2 {
        font-size: 20px;
    }

    .about_block .text {
        font-size: 14px;
        line-height: 32px;
        margin-top: 30px;
    }

    .banner_block {
        margin-top: 55px;
    }

    .recommend_article .head_wrap h2 {
        width: 387px;
    }

    .cao_wrap .head_wrap h2 {
        width: 318px;
    }

    .recommend_article .head_wrap h2 img,
    .cao_wrap .head_wrap h2 img {
        display: none;
    }

    .recommend_article .head_wrap h2 img.sp_head,
    .cao_wrap .head_wrap h2 img.sp_head {
        display: block;
    }

    .event_info .head_wrap,
    .recommend_article .head_wrap,
    .cao_wrap .head_wrap {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .event_info .head_wrap .list_btn,
    .recommend_article .head_wrap .list_btn,
    .cao_wrap .head_wrap .list_btn {
        width: 165px;
        height: 36px;
        border-radius: 18px;
    }

    .event_info .head_wrap .list_btn p,
    .recommend_article .head_wrap .list_btn p,
    .cao_wrap .head_wrap .list_btn p {
        font-size: 13px;
    }

    .event_slider .event_item {
        width: 300px;
        border-radius: 20px;
        margin: 25px 10px 0;
    }

    .event_slider .event_item .detail .date_wrap {
        height: 48px;
    }

    .event_slider .event_item .detail .date {
        font-size: 16px;
        line-height: 24px;
    }

    .event_slider .event_item .detail h3 {
        font-size: 14px;
    }

    .event_slider .event_item .name_block h4 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        text-indent: 0;
    }

    .recommend_article .ra_list {
        margin-top: 45px;
    }

    .recommend_article .ra_list a {
        max-width: 350px;
        width: 100%;
    }

    .business_overview .head_wrap p {
        font-size: 26px;
    }

    .business_overview .head_wrap h2 {
        font-size: 18px;
    }

    .business_overview .link_list {
        margin-top: 35px;
    }

    .business_overview .link_list a {
        width: 100%;
    }

    .cao_wrap {
        margin-top: 100px;
    }

    .cao_wrap .head_wrap .btn_wrap {
        flex-flow: column;
        align-items: flex-end;
        gap: 10px;
    }

    .cao_wrap .cao_slider {
        padding-bottom: 35px;
    }

    .cao_wrap .cao_slider a {
        width: 300px;
    }

    .cao_wrap .cao_slider a .text_block h3 {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }

    .pickup_news {
        padding: 50px 0;
        margin-top: 100px;
    }

    .pickup_news .wrap_content {
        gap: 35px;
    }

    .pickup_news .news_block {
        border-radius: 20px;
        padding: 20px;
    }

    .pickup_news .news_block .news_list a {
        padding: 15px 5px;
    }

    .pickup_news .news_block .news_list a .news_item {
        flex-wrap: wrap;
        gap: 5px;
    }

    .pickup_news .news_block .news_list a .news_item .news_content {
        width: 100%;
    }

    .sns_wrap .insta_wrap .wrap_head {
        gap: 15px;
    }

    .sns_wrap .insta_wrap .wrap_head h2 {
        font-size: 20px;
    }

    .sns_wrap .note_wrap .note_item .item_head h3 {
        font-size: 14px;
    }

    .bottom_link {
        padding: 50px 0;
    }

    .bottom_link .link_list a::before {
        width: 22px;
        height: 20px;
    }
}

@media screen and (max-width: 450px) {
    .bottom_link .link_list a p {
        font-size: 14px;
    }

    .event_info .head_wrap h2 {
        width: 210px;
    }

    .recommend_article .head_wrap h2 {
        width: 309px;
    }

    .cao_wrap .head_wrap h2 {
        width: 254px;
    }

    .pickup_news .wrap_content .head_block h2 {
        width: 227px;
    }

    .sns_wrap .note_wrap .note_item .item_head {
        flex-wrap: wrap;
        gap: 5px;
    }

    .sns_wrap .note_wrap .note_item .item_head .logo_block {
        width: 100%;
    }

    .sns_wrap .note_wrap .note_item .item_head h3 {
        margin: 0 0 0 auto;
    }
}
