.top_wrap {
    width: 100%;
    overflow: hidden;
}

.top_wrap .slide {
    width: 62.5vw;
    aspect-ratio: 1000/610;
}

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

.top_wrap .top_block {
    position: relative;
    z-index: 10;
    margin-top: -11px;
}

.top_wrap .wave_filter {
    width: 3122px;
    height: 15px;
    mask-image: url(../img/wave_mask.svg);
    -webkit-mask-image: url(../img/wave_mask.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-image: url(../img/filter_lattice.svg);
    background-size: 10px;
    background-position: bottom center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4ad80;
}

.top_wrap .top_content {
    width: 100%;
    height: 285px;
    background-image: url(../img/filter_lattice.svg);
    background-size: 10px;
    background-position: top center;
    position: relative;
    background-color: #f4ad80;
}

.top_wrap .top_content h1 {
    width: 1360px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.top_wrap .top_content h1 img {
    width: 91.6%;
    display: block;
    margin: 0 auto 0 0;
}

.list_wrap {
    padding: 55px 0 160px;
    background-image: url(../img/bg_white.jpg);
    background-position: top center;
    background-size: 800px;
}

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

.list_wrap .about_block h2 {
    width: 450px;
    margin: 0 auto;
}

.list_wrap .about_block h2 img {
    width: 100%;
}

.list_wrap .about_block .about_content {
    width: 100%;
    padding: 30px 0;
    background-image: url(../img/about_wave.png), url(../img/about_wave.png);
    background-position: top center, bottom center;
    background-size: 600px;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.list_wrap .about_block .about_content p {
    font-size: 18px;
    line-height: 36px;
    color: #1f2b50;
    text-align: center;
}

.list_wrap .about_block .about_content .detail {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
    color: #1f2b50;
}

.list_wrap .about_block .about_content .detail a {
    text-decoration: underline;
}

.list_wrap .list_block {
    max-width: 1200px;
    width: 90%;
    margin: 85px auto 0;
}

.list_wrap .list_block + .list_block {
    margin-top: 120px;
}

.list_wrap .list_block .list_head img {
    display: block;
    margin: 0 auto;
}

.list_wrap .list_block .list_head img.work {
    width: 189px;
}
.list_wrap .list_block .list_head img.interview {
    width: 356px;
}

.list_wrap .list_block .list_head h2 {
    font-size: 16px;
    letter-spacing: 3px;
    text-indent: 3px;
    color: #e95b00;
    line-height: 1;
    margin-top: 11px;
    text-align: center;
}

.list_wrap .list_block h3 {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #1f2b50;
    padding: 0 10px 10px;
    border-bottom: solid 6px #fadbc7;
    max-width: 680px;
    width: 100%;
    margin: 55px auto 0;
    letter-spacing: 5px;
    text-indent: 5px;
}

.top_list {
    display: flex;
    gap: 60px 15px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

.top_list a {
    width: calc(calc(100% - 45px) / 4);
    position: relative;
}

.top_list a .hsp_tag {
    width: 24%;
    position: absolute;
    top: -9px;
    left: 3.8%;
}

.top_list a .img_box {
    width: 100%;
    aspect-ratio: 288/204;
}

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

.top_list a .text_block {
    max-width: 255px;
    width: 100%;
    margin: 15px 0 0 auto;
}

.top_list a .text_block .catch {
    padding-bottom: 10px;
    border-bottom: solid 1.5px #1f2b50;
}

.top_list a .text_block .catch h4 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #1f2b50;
}

.top_list a .text_block .detail_wrap {
    margin-top: 10px;
}

.top_list a .text_block .detail_wrap .detail_item {
    display: flex;
    align-items: flex-start;
}

.top_list a .text_block .detail_wrap .detail_item :is(p, h5) {
    font-size: 12px;
    line-height: 22px;
    color: #1f2b50;
}

.list_wrap .list_btn {
    max-width: 430px;
    width: 100%;
    position: relative;
    display: block;
    margin: 50px auto 0;
}

.list_wrap .list_btn::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #1f2b50;
    border-radius: 15px;
    width: 100%;
    height: 90px;
}

.list_wrap .list_btn .btn_content {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: white;
    border: solid 2px #1f2b50;
    position: relative;
    z-index: 10;
}

.list_wrap .list_btn .btn_content p {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #1f2b50;
}

.life_wrap {
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.life_wrap .life_block {
    padding: 30px 0 80px;
    background-image: url(../img/bg_beige.jpg);
    background-position: top center;
    background-size: 800px;
    position: relative;
}

.life_wrap .life_head {
    width: 140px;
    display: block;
    margin: 0 auto;
}

.life_wrap .life_design_head {
    width: 356px;
    display: block;
    margin: 0 auto;
}

.life_wrap h2 {
    font-size: 16px;
    letter-spacing: 3px;
    text-indent: 3px;
    color: #e95b00;
    line-height: 1;
    margin-top: 11px;
    margin-bottom: 45px;
    text-align: center;
}

.life_wrap .life_content {
    position: relative;
    background: white;
    display: flex;
    flex-wrap: wrap;
    max-width: 1305px;
    margin: 0 auto;
    padding: 35px 30px 60px 75px;
    border: 3px solid #1f2b50;
    border-radius: 30px;
    box-shadow: 8px 8px #1f2b50;
}
.life_wrap .life_content .l-block .link {
    display: flex;
    column-gap: 25px;
}
.life_wrap .life_content .l-block .link a {
    color: #1f2b50;
    text-align: center;
    font-size: 18px;
    letter-spacing: 10px;
    text-indent: 0.6em;
    width: 130px;
    padding-bottom: 12px;
}
.life_wrap .life_content .l-block .link a:nth-child(1) {
    border-bottom: 5px solid #93e1d9;
}
.life_wrap .life_content .l-block .link a:nth-child(2) {
    border-bottom: 5px solid #8aabcc;
}
.life_wrap .life_content .l-block .link a:nth-child(3) {
    border-bottom: 5px solid #f4ad80;
}
.life_wrap .life_content .r-block {
    position: relative;
}
.life_wrap .life_content .r-block > img {
    position: absolute;
}
.life_wrap .life_content .r-block > img:nth-child(1) {
    left: 40px;
    bottom: -94px;
    max-width: 260px;
}
.life_wrap .life_content .r-block > img:nth-child(2) {
    left: 260px;
    bottom: 24px;
    max-width: 74px;
}
.life_wrap .life_content .r-block > img:nth-child(3) {
    right: -14px;
    bottom: 10px;
    max-width: 390px;
}
.life_wrap .life_content .r-block .img-list {
    display: flex;
    column-gap: 5px;
}
.life_wrap .life_content .r-block .img-list > img {
    object-fit: contain;
    max-width: 240px;
}
.life_wrap .life_content > a.life_detail_btn {
    color: #1f2b50;
    background: white;
    position: absolute;
    right: -34px;
    bottom: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #1f2b50;
    border-radius: 40px;
    width: 350px;
    font-size: 28px;
    letter-spacing: 6px;
    padding: 20px 0;
}
.life_wrap .life_content > a.life_detail_btn:hover {
    opacity: 1;
}
.life_wrap .life_block h3 {
    font-size: 32px;
    line-height: 66px;
    color: #1f2b50;
    max-width: 400px;
    letter-spacing: 5px;
    text-indent: 5px;
    padding: 40px 0;
}

.life_wrap .wave_filter_bottom {
    width: 3122px;
    height: 15px;
    mask-image: url(../img/wave_mask_b.svg);
    -webkit-mask-image: url(../img/wave_mask_b.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-image: url(../img/bg_beige.jpg);
    background-position: top center;
    background-size: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.bottom_wrap {
    width: 100%;
    padding-bottom: 105px;
}

.news_wrap {
    position: relative;
    margin-top: -11px;
    overflow: hidden;
    padding: 125px 0;
    background-color: #809ab4;
    border-radius: 0 0 0 280px;
}

.news_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/filter_lattice.svg);
    background-size: 10px;
    background-repeat: repeat;
    background-position: center;
    z-index: 10;
}

.news_wrap .bg_block {
    position: absolute;
    z-index: 5;
    width: 34%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f4ad80;
}

.news_wrap .bg_block::before {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 543/451;
    background-color: #93e1d9;
    left: 0;
    bottom: 0;
    border-radius: 0 280px 0 0;
}

.news_wrap .news_content {
    padding: 75px 50px 40px;
    background-color: white;
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-radius: 45px;
    z-index: 50;
}

.news_wrap .news_content h2 {
    width: 197px;
    position: absolute;
    top: -54px;
    left: -25px;
}

.news_wrap .news_content h2 img {
    width: 100%;
}

.news_wrap .news_content .news_list {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.news_wrap .news_content .news_list .news_item {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: flex-end;
    min-height: 92px;
    border-bottom: solid 1.5px #1f2b50;
}

.news_wrap .news_content .news_list .news_item a {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.news_wrap .news_content .news_list .news_item a .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
}

.news_wrap .news_content .news_list .news_item a .info .date {
    font-size: 18px;
    letter-spacing: 2px;
    color: #1f2b50;
}

.news_wrap .news_content .news_list .news_item a .info .genre {
    width: 126px;
    height: 26px;
    border-radius: 10px;
    background-color: #1f2b50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_wrap .news_content .news_list .news_item a .info .genre p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    color: white;
}

.news_wrap .news_content .news_list .news_item a .item_content {
    width: calc(100% - 260px);
}

.news_wrap .news_content .news_list .news_item a .item_content p {
    font-size: 20px;
    line-height: 26px;
    color: #1f2b50;
    letter-spacing: 1px;
}

.news_wrap .news_content .news_list .view_all {
    width: 148px;
    display: block;
    margin: 30px 0 0 auto;
}

.news_wrap .news_content .news_list .view_all img {
    width: 100%;
}

.link_banner_wrapper {
    background: #fff;
    padding: 0px 20px 125px;
    display: flex;
    justify-content: center;
}

.link_banner_wrapper .item {
    position: relative;
    max-width: 360px;
    width: 100%;
    text-align: center;
}

.link_banner_wrapper .item > img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 25px;
}

.link_banner_wrapper .img_content {
    display: block;
    background: white;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    margin-bottom: 15px;
}

.link_banner_wrapper .img_content:hover > img {
    transition: 0.5s ease-in-out;
    transform: scale(1.05);
}

.link_banner_wrapper img {
    width: 100%;
}

.link_banner_wrapper .item p {
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1400px) {
    .top_wrap .slide {
        width: 70vw;
    }

    .top_wrap .top_content {
        height: 215px;
    }

    .top_wrap .top_content h1 {
        width: 1088px;
    }
    .life_wrap .life_content {
        max-width: 1000px;
        width: 80%;
        row-gap: 50px;
    }
    .life_wrap .life_content .r-block > img:nth-child(1) {
        left: -110px;
        max-width: 220px;
    }
    .life_wrap .life_content .r-block > img:nth-child(3) {
        right: 0;
        left: 0;
        bottom: -120px;
        max-width: 320px;
        margin: auto;
    }
    .life_wrap .life_content .r-block > img:nth-child(2) {
        left: unset;
        right: -80px;
    }
}

@media screen and (max-width: 1200px) {
    .list_wrap .list_block .list_head img.work {
        width: 152px;
    }

    .list_wrap .list_block .list_head img.interview {
        width: 285px;
    }

    .list_wrap .list_block h3 {
        font-size: 28px;
        line-height: 33px;
        border-bottom: solid 5px #fadbc7;
        max-width: 550px;
        margin: 40px auto 0;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .list_wrap .list_btn {
        max-width: 360px;
    }

    .list_wrap .list_btn::before,
    .list_wrap .list_btn .btn_content {
        height: 75px;
    }

    .list_wrap .list_btn .btn_content p {
        font-size: 20px;
    }

    .life_wrap .life_head {
        width: 112px;
    }

    .life_wrap .life_design_head {
        width: 285px;
    }

    .news_wrap .news_content h2 {
        width: 158px;
        top: -42px;
        left: -15px;
    }

    .news_wrap {
        border-radius: 0 0 0 180px;
    }

    .news_wrap .bg_block::before {
        border-radius: 0 180px 0 0;
    }

    .news_wrap .news_content .news_list .news_item a .info {
        width: 225px;
    }

    .news_wrap .news_content .news_list .news_item a .info .date {
        font-size: 16px;
    }

    .news_wrap .news_content .news_list .news_item a .info .genre {
        width: 115px;
    }

    .news_wrap .news_content .news_list .news_item a .info .genre p {
        font-size: 16px;
    }

    .news_wrap .news_content .news_list .news_item a .item_content {
        width: calc(100% - 245px);
    }

    .news_wrap .news_content .news_list .news_item a .item_content p {
        font-size: 18px;
    }

    .news_wrap .news_content .news_list .view_all {
        width: 134px;
    }
    .life_wrap .life_block h3 {
        font-size: 28px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .life_wrap .life_content {
        justify-content: center;
        padding: 30px 20px 50px;
    }
    .life_wrap .life_content .r-block .img-list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
    }
    .life_wrap .life_content .r-block .img-list > img {
        max-width: 500px;
        width: 80%;
    }
    .life_wrap .life_content .r-block > img:nth-child(1) {
        top: 0;
        left: -80px;
        max-width: 180px;
    }
    .life_wrap .life_content .r-block > img:nth-child(2) {
        top: 0;
        bottom: 0;
        left: unset;
        right: -20px;
        margin: auto;
    }
    .life_wrap .life_content .r-block > img:nth-child(3) {
        right: unset;
        left: -50px;
        bottom: -40px;
        max-width: 300px;
    }
}
@media screen and (max-width: 1000px) {
    .top_wrap .top_content {
        height: 200px;
    }
    .top_wrap .top_content h1 {
        width: 870px;
    }

    .top_list {
        gap: 45px 15px;
        max-width: 600px;
        margin: 40px auto 0;
    }

    .top_list a {
        width: calc(calc(100% - 15px) / 2);
    }

    .news_wrap {
        border-radius: 0 0 0 80px;
    }

    .news_wrap .bg_block::before {
        border-radius: 0 80px 0 0;
    }

    .news_wrap .news_content .news_list .news_item a {
        flex-wrap: wrap;
        gap: 10px;
    }

    .news_wrap .news_content .news_list .news_item a .item_content {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .top_wrap .top_content {
        height: 140px;
    }

    .top_wrap .top_content h1 {
        width: 690px;
    }
    .life_wrap .life_content {
        width: 90%;
    }
    .life_wrap .life_content .r-block .img-list > img {
        width: 90%;
    }
    .life_wrap .life_content .r-block > img:nth-child(1) {
        top: 0;
        left: -30px;
        max-width: 160px;
    }
    .life_wrap .life_content .r-block > img:nth-child(2) {
        max-width: 66px;
    }
    .life_wrap .life_content .r-block > img:nth-child(3) {
        left: -40px;
        bottom: -100px;
        max-width: 260px;
    }
    .life_wrap .life_content > a.life_detail_btn {
        right: 10px;
        font-size: 16px;
        padding: 15px 0;
        width: 40%;
        min-width: 270px;
    }
}

@media screen and (max-width: 600px) {
    .top_wrap .slide {
        width: 90vw;
        min-width: 324px;
    }

    .top_wrap .top_content h1 {
        width: 550px;
    }

    .top_wrap .top_content {
        height: 110px;
    }

    .list_wrap {
        padding: 45px 0 120px;
    }

    .list_wrap .about_block {
        max-width: 465px;
    }

    .list_wrap .about_block h2 {
        max-width: 380px;
        width: 100%;
    }

    .list_wrap .about_block .about_content {
        width: 100%;
        padding: 25px 0;
        background-size: 465px;
    }

    .list_wrap .about_block .about_content p {
        font-size: 16px;
        line-height: 32px;
        text-align: left;
    }

    .list_wrap .about_block .about_content p br {
        display: none;
    }

    .list_wrap .about_block .about_content .detail {
        font-size: 18px;
    }

    .list_wrap .about_block .about_content .detail a {
        text-decoration: underline;
    }

    .list_wrap .list_block .list_head img.work {
        width: 122px;
    }

    .list_wrap .list_block .list_head img.interview {
        width: 228px;
    }

    .list_wrap .list_block h3 {
        font-size: 22px;
        line-height: 27px;
        max-width: 430px;
    }

    .list_wrap .list_btn {
        max-width: 320px;
    }

    .list_wrap .list_btn::before,
    .list_wrap .list_btn .btn_content {
        height: 65px;
    }

    .list_wrap .list_btn .btn_content p {
        font-size: 18px;
    }

    .life_wrap .life_block {
        padding: 75px 0 100px;
    }

    .life_wrap .life_head {
        width: 90px;
    }

    .life_wrap .life_design_head {
        width: 228px;
    }

    .news_wrap {
        border-radius: 0 0 0 50px;
        padding: 75px 0 80px;
    }

    .news_wrap .bg_block::before {
        border-radius: 0 50px 0 0;
    }

    .news_wrap .news_content {
        padding: 55px 25px 35px;
        border-radius: 25px;
    }

    .news_wrap .news_content h2 {
        width: 126px;
        top: -33px;
        left: -5px;
    }

    .news_wrap .news_content .news_list .news_item a .info {
        width: 210px;
    }

    .news_wrap .news_content .news_list .news_item a .info .date {
        font-size: 14px;
    }

    .news_wrap .news_content .news_list .news_item a .info .genre {
        width: 105px;
        height: 22px;
        border-radius: 8px;
    }

    .news_wrap .news_content .news_list .news_item a .info .genre p {
        font-size: 14px;
    }

    .news_wrap .news_content .news_list .news_item a .item_content p {
        font-size: 16px;
        line-height: 22px;
    }

    .news_wrap .news_content .news_list .view_all {
        width: 105px;
        margin: 15px 0 0 auto;
    }
    .life_wrap .life_block h3 {
        font-size: 22px;
        line-height: 40px;
        padding: 25px 0;
    }
    .life_wrap .life_content .l-block .link a {
        width: unset;
    }
}

@media screen and (max-width: 450px) {
    /* .top_list {
        max-width: 285px;
    }

    .top_list a {
        width: 100%;
    } */

    .top_list a .text_block {
        max-width: 100%;
    }

    .list_wrap .about_block h2 {
        max-width: 300px;
    }

    .list_wrap .about_block .about_content p {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
    }

    .list_wrap .list_block h3 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .top_wrap .top_content h1 {
        width: 440px;
    }

    .top_wrap .top_content {
        height: 80px;
    }
    .life_wrap .life_content .r-block > img:nth-child(1) {
        max-width: 140px;
    }
    .life_wrap .life_content .r-block > img:nth-child(2) {
        max-width: 56px;
    }
    .life_wrap .life_content .r-block > img:nth-child(3) {
        bottom: -50px;
        max-width: 220px;
    }
    .life_wrap .life_content .l-block .link a {
        font-size: 16px;
        letter-spacing: 4px;
        padding-bottom: 8px;
    }
}
