.top_mv {
    width: 100%;
    position: relative;
}
.top_mv_object1 {
    width: 220px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.top_mv_object2 {
    width: 410px;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.top_mv_object2.sp {
    display: none;
}
.top_mv_object3 {
    width: 131px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 306px;
    right: 97px;
    z-index: 2;
    animation: shake 5s ease infinite;
}
.object_container.top_mv_object1_container img {
    transition: all 0.6s 0.4s ease;
}
.object_container.top_mv_object2_container img {
    transition: all 0.6s 0.8s ease;
}
@keyframes shake {
    0%   { transform: translate(0, 0) rotate(0deg); }
    4%  { transform: translate(-3px, 1px) rotate(-1deg); }
    8%  { transform: translate(3px, -1px) rotate(1deg); }
    12%  { transform: translate(-2px, 1px) rotate(0deg); }
    16%  { transform: translate(2px, -1px) rotate(1deg); }
    20% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}


.top_mv_container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 90px 50px;
}

.top_mv_video {
    width: 100%;
    margin: 0 auto;
}

.top_mv_video_mask {
    width: 100%;
    aspect-ratio: 1340 / 754;
    overflow: hidden;
    background: #000;
    border-radius: 28px; /* fallback when mask is unsupported */
}

.top_mv_video_mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Safari-friendly clip via WebKit mask (avoids SVG foreignObject clip-path) */
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
    .top_mv_video_mask {
        border-radius: 0;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201340%20754%27%3E%3Cpath%20d%3D%27M1302.26%20506.885C1302.26%20506.885%201525.87%2035.6423%20884.508%2075.0005C493.1%20102.044%20394.022%20-57.3497%20211.605%2022.7239C44.5173%2096.0619%20-23.3456%20169.903%207.04739%20370.413C35.8546%20560.368%2056.7626%20815.945%20736.948%20740.421C981.296%20713.302%201163.01%20802.273%201302.26%20506.885Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201340%20754%27%3E%3Cpath%20d%3D%27M1302.26%20506.885C1302.26%20506.885%201525.87%2035.6423%20884.508%2075.0005C493.1%20102.044%20394.022%20-57.3497%20211.605%2022.7239C44.5173%2096.0619%20-23.3456%20169.903%207.04739%20370.413C35.8546%20560.368%2056.7626%20815.945%20736.948%20740.421C981.296%20713.302%201163.01%20802.273%201302.26%20506.885Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
}

.top_mv_title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 220px;
    left: 250px;
    z-index: 10;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 1.2s ease;
}
.object_container.show .top_mv_title {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    .top_mv_object1 {
        width: 180px;
    }
    .top_mv_object2 {
        width: 350px;
    }
    .top_mv_object3 {
        width: 110px;
        top: 256px;
        right: 87px;
    }

    .top_mv_container {
        padding: 120px 50px;
    }
    .top_mv_title {
        font-size: 32px;
        bottom: 150px;
        left: 150px;
    }
}

@media screen and (max-width: 767px) {
    .top_mv_object1 {
        width: clamp(112px, calc((100vw / 390) * 112), 150px);
        top: -30px;
    }
    .top_mv_object2 {
        display: none;
        width: clamp(180px, calc((100vw / 390) * 180), 300px);
    }
    .top_mv_object2.sp {
        display: block;
    }
    .top_mv_object3 {
        width: clamp(57px, calc((100vw / 390) * 57), 110px);
        top: 130px;
        right: 50px;
    }

    .top_mv_container {
        padding: 160px 10px 112px;
    }

    .top_mv_video_mask {
        border-radius: 18px; /* fallback only */
    }
    .top_mv_title {
        font-size: clamp(16px, calc((100vw / 390) * 16), 30px);
        bottom: 130px;
        left: 40px;
    }
}

/* -----------top_about-----------*/
.top_about {
    padding: 100px 30px;
    position: relative;
    overflow: hidden;
}
.top_about_object1 {
    width: 530px;
    position: absolute;
    top: -526px;
    right: 0;
    z-index: -1;
    margin-right: calc(50% - 50vw);
}
img.object_container.top_about_object2 {
    width: 404px;
    bottom: 600px;
    left: 0;
    transform: translateX(-30px) ;
}
img.object_container.top_about_object2.show {
    transform: translateX(0);
}
.top_about_object3 {
    width: 496px;
    bottom: -356px;
    right: 0;
}

.top_about_container {
    max-width: 1140px;
    margin: 0 auto;
}
.top_about_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 4;
}
.top_about_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    margin-top: 200px;
    z-index: 1;
}
.top_about_content_item {
    width: calc((100% - 30px) / 2);
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.top_about_content_item:nth-of-type(3),
.top_about_content_item:nth-of-type(4) {
    width: 100%;
}
.top_about_content_title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_about_content_title_icon {
    width: 37px;
    height: auto;
    object-fit: contain;
}
.top_about_content_title_text {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.top_about_item_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.top_about_item_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.top_about_item_text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.top_about_item_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top_about_item_list_item {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--base-gray);
}
.top_about_item_list_item_icon {
    width: 28px;
    height: auto;
    object-fit: contain;
}
.top_about_content_item .components_btn {
    margin: 10px 0 0;
}

.top_about_item_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.top_about_item_tags_item {
    font-size: 15px;
    font-weight: bold;
    color: var(--base-gray);
    padding: 6px 9px;
    border: 1px solid var(--base-gray);
    border-radius: 5px;
}
.top_about_content_item_inner .top_about_item_tags {
    margin: 20px 0 10px;
}

.top_about_content_item_third {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.top_about_content_item_third .top_about_content_item_inner {
    width: calc(50% - 60px);
    display: flex;
    flex-direction: column;
}
.top_about_content_item_third .top_about_content_item_inner:nth-of-type(1),
.top_about_content_item_third .top_about_content_item_inner:nth-of-type(2) {
    width: 25%;
}
.top_about_content_item_third .top_about_item_image {
    height: 204px;
}

.top_about_content_item_fourth {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.top_about_content_item_fourth .top_about_content_item_inner {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
}
.top_about_content_item_fourth .top_about_item_image {
    height: 136px;
}


@media screen and (max-width: 1200px) {
    .top_about_object1 {
        width: 430px;
        top: -426px;
    }
    img.object_container.top_about_object2 {
        width: 354px;
        bottom: 600px;
    }
    .top_about_object3 {
        width: 396px;
        bottom: -256px;
    }
}

@media screen and (max-width: 1024px) {
    .top_about_object1 {
        width: 330px;
        top: -327px;
    }
    img.object_container.top_about_object2 {
        width: 254px;
        bottom: 600px;
    }
    .top_about_object3 {
        width: 296px;
        bottom: -156px;
    }

    .top_about_content {
        gap: 30px;
        margin-top: 100px;
    }
    .top_about_content_item {
        width: calc((100% - 30px) / 2);
        gap: 20px;
    }
    .top_about_content_item:nth-of-type(3),
    .top_about_content_item:nth-of-type(4) {
        width: 100%;
    }
    .top_about_content_title_text {
        font-size: 20px;
    }
    .top_about_item_title {
        font-size: 18px;
    }
    .top_about_item_text {
        font-size: 14px;
    }

    .top_about_content_item_third {
        gap: 20px;
    }
    .top_about_content_item_third .top_about_content_item_inner {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .top_about {
        padding: 50px 20px;
    }
    .top_about_object1 {
        width: 250px;
        top: -248px;
    }
    img.object_container.top_about_object2 {
        width: 250px;
        bottom: 1580px;
    }
    .top_about_object3 {
        width: 240px;
        bottom: -96px;
    }

    .top_about_text {
        font-size: 15px;
        margin-top: 30px;
    }
    .top_about_text .sp {
        display: none;
    }
    .top_about_content_title_icon {
        width: 23px;
    }
    .top_about_content {
        margin-top: 50px;
    }
    .top_about_content_item {
        width: 100%;
        padding: 20px;
        gap: 0;
    }
    .top_about_content_title {
        align-items: flex-start;
    }
    .top_about_content_title_text {
        line-height: 1.2;
    }
    .top_about_content_title_text .sp {
        display: block;
    }
    .top_about_content_title_icon {
        margin-top: 3px;
    }
    .top_about_item_image {
        margin: 20px 0;
    }
    .top_about_item_text {
        margin: 10px 0;
    }
    .top_about_item_list {
        gap: 5px;
    }
    .top_about_item_list_item {
        font-size: 14px;
    }
    .top_about_item_list_item_icon {
        width: 20px;
    }
    .top_about_content_item .components_btn {
        margin: 20px 0 0;
    }
    .top_about_item_tags_item {
        font-size: 12px;
        padding: 4px 7px;
    }

    .top_about_content_item_third,
    .top_about_content_item_fourth {
        flex-direction: column;
    }
    .top_about_content_item_third .top_about_content_item_inner,
    .top_about_content_item_fourth .top_about_content_item_inner {
        width: 100%;
    }
    .top_about_content_item_third .top_about_content_item_inner:nth-of-type(1),
    .top_about_content_item_third .top_about_content_item_inner:nth-of-type(2) {
        width: 100%;
    }
    .top_about_content_item_third .top_about_item_image,
    .top_about_content_item_fourth .top_about_item_image {
        height: 100%;
    }
    .top_about_content_item_third .top_about_item_text,
    .top_about_content_item_fourth .top_about_item_text {
        margin: 0;
    }
    .top_about_content_item_inner .top_about_item_tags {
        margin: 0 0 5px;
    }

}


/* -----------top_case-----------*/
.top_case {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.top_case_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
}

.top_case_title {
    padding: 0 100px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_case_title_icon {
    width: 37px;
    height: auto;
    object-fit: contain;
}
.top_case_title_text {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top_case_slider {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: visible;
    /* width: 500px; */
    margin: 0 auto 0 0;
}
.top_case_slider .swiper-wrapper {
    height: 100%;
    padding-left: 100px;
}
.top_case_slider .swiper-slide {
    max-width: 500px;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    box-sizing: border-box;
}
.top_case_slider .swiper-slide img {
    width: 250px;
    aspect-ratio: 250 / 188;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}
.top_case_slider_content {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top_case_slider_content_title {
    width: fit-content;
    font-size: 14px;
    font-weight: bold;
    border: 1.5px solid var(--color-text);
    border-radius: 100px;
    padding: 5.5px 13.5px;
}
.top_case_slider_content_text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.top_case_slider_content_text::before {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    top: 4px;
    background: var(--accent-yellow);
    border-radius: 50%;
}
.top_case_slider_content_line {
    height: 1px;
    background-image: url(../img/dashed_line.svg);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.top_case_slider_content_subtext {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.top_case_slider_content_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.top_case_slider_content_list_item {
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: var(--base-gray);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.top_case_slider_nav_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0;
    color: #fff;
    background: rgba(36, 36, 36, 0.45);
    border-radius: 50%;
    transition: background 0.2s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(36, 36, 36, 0.65);
}
.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}
.top_case_slider_nav_container .top_case_slider_pagination {
    width: fit-content;
    position: relative;
    top: unset;
    bottom: unset;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.top_case_slider_pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 !important;
    opacity: 1;
    background: #fff;
    transition: background 0.2s ease, transform 0.2s ease;
}
.top_case_slider_pagination .swiper-pagination-bullet-active {
    background: var(--color-text);
    transform: scale(1.15);
}
.top_case_slider .swiper-button-prev,
.top_case_slider .swiper-button-next {
    width: 50px;
    height: 50px;
    left: unset;
    right: unset;
    background: #fff;
}
.top_case_slider .swiper-button-next {
    transform: rotate(180deg);
}
.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
    display: block;
    width: 16px;
    height: 25px;
    background: url(../img/pagination_arrow.svg)no-repeat center center/ contain;
}

@media screen and (max-width: 1024px) {
    .top_case_title {
        padding: 0 50px;
    }
    .top_case_slider .swiper-wrapper {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .top_case_title {
        padding: 0 30px;
    }
    .top_case_title_icon {
        width: 23px;
    }
    .top_case_title_text {
        font-size: 20px;
    }
    .top_case_container {
        gap: 30px;
    }
    .top_case_slider {
        max-width: 290px;
    }
    .top_case_slider {
        gap: 30px;
    }
    .top_case_slider .swiper-wrapper {
        padding-left: 30px;
    }
    .top_case_slider .swiper-slide {
        width: 290px;
        flex-direction: column;
    }
    .top_case_slider .swiper-slide img {
        width: 100%;
    }
    .top_case_slider_nav_container {
        gap: 12px;
    }
    .top_case_slider .swiper-button-prev, .top_case_slider .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .top_case_slider .swiper-button-prev::after, .top_case_slider .swiper-button-next::after {
        width: 9.5px;
        height: 15px;
    }
    .top_case_slider_nav_container .top_case_slider_pagination {
        gap: 12px;
    }
    .top_case_slider_pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}

/* -----------top_casedetail-----------*/
.top_casedetail {
    position: relative;
    z-index: 1;
}
.top_casedetail_object6 {
    width: 510px;
    bottom: -269px;
    right: 0;
}
.top_casedetail_container {
    width: 100%;
    height: 100%;
    padding: 100px;
    box-sizing: border-box;
    border-radius: 100px;
    background: #fff;
    position: relative;
}
.object_container.top_casedetail_object {
    width: 298px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: -82px;
    right: 89px;
    z-index: 1;
}
.object_container.top_casedetail_object2 {
    width: 300px;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: -195px;
    left: 37px;
    z-index: 1;
}
.top_casedetail_title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_casedetail_title_icon {
    width: 37px;
    height: auto;
    object-fit: contain;
}
.top_casedetail_title_text {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top_casedetail_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.top_casedetail_content_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.top_casedetail_content_item_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(30px, calc((100vw / 1440) * 70), 70px);
}
.top_casedetail_content_list {
    width: calc(60% - 35px);
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 30px;
}
.top_casedetail_content_type {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--accent-orange);
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
.top_casedetail_content_type::before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 106px;
    height: 25px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    pointer-events: none;
    background: url(../img/top_casedetail_content_check1.svg) no-repeat center center/ contain;
    transition: all 0.3s ease;
}
.top_casedetail_content_type:nth-of-type(2) {
    background: var(--accent-green);
}
.top_casedetail_content_type:nth-of-type(2)::before {
    background: url(../img/top_casedetail_content_check2.svg) no-repeat center center/ contain;
}
.top_casedetail_content_type:nth-of-type(3) {
    background: var(--accent-purple);
}
.top_casedetail_content_type:nth-of-type(3)::before {
    background: url(../img/top_casedetail_content_check3.svg) no-repeat center center/ contain;
}
.top_casedetail_content_type:nth-of-type(4) {
    background: var(--accent-lightblue);
}
.top_casedetail_content_type:nth-of-type(4)::before {
    background: url(../img/top_casedetail_content_check4.svg) no-repeat center center/ contain;
}
.top_casedetail_content_type:nth-of-type(5) {
    background: var(--accent-yellow);
}
.top_casedetail_content_type:nth-of-type(5)::before {
    background: url(../img/top_casedetail_content_check5.svg) no-repeat center center/ contain;
}
.top_casedetail_content_type:nth-of-type(6) {
    background: var(--accent-red);
}
.top_casedetail_content_type:nth-of-type(6)::before {
    background: url(../img/top_casedetail_content_check6.svg) no-repeat center center/ contain;
}
@media (any-hover: hover) {
    .top_casedetail_content_type:hover::before {
        opacity: 1;
    }
}
.top_casedetail_content_type_image {
    width: 100%;
    aspect-ratio: 200 / 150;
    border-radius: 10px;
}
.top_casedetail_content_type_text {
    min-height: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_casedetail_content_achievement {
    width: calc(40% - 35px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    gap: 30px;
}
.top_casedetail_content_achievement_title {
    font-size: 36px;
    font-weight: bold;
}
.top_casedetail_content_achievement_text {
    font-size: clamp(20px, calc((100vw / 1440) * 24), 24px);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.top_casedetail_content_achievement .components_btn {
    margin: 0;
}

.top_casedetail_content_item_special {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.top_casedetail_content_item_special_inner {
    width: calc(45% - 35px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.top_casedetail_content_item_special_title {
    font-size: 32px;
    font-weight: bold;
}
.top_casedetail_content_item_special_text {
    font-size: clamp(20px, calc((100vw / 1440) * 24), 24px);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.top_casedetail_content_item_special .components_btn {
    margin: 0;
}
.top_casedetail_content_item_special_image {
    width: calc(55% - 35px);
    aspect-ratio: 620 / 357;
    position: relative;
}
.top_casedetail_content_item_special_image_text {
    width: 292px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: -181px;
    right: -69px;
}
.top_casedetail_content_item_special_image_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .top_casedetail_object6 {
        width: 410px;
        bottom: -269px;
    }
    .top_casedetail_container {
        padding: 100px 50px;
    }
    .top_casedetail_content_item_inner {
        gap: 30px;
    }
    .top_casedetail_content_type_text {
        font-size: 18px;
    }

    .top_casedetail_content_item_special_text {
        max-width: 550px;
        font-size: 18px;
    }
    .top_casedetail_content_item_special_image_text {
        width: 230px;
        top: -120px;
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .top_casedetail_object6 {
        width: 310px;
        bottom: -200px;
    }
    .top_casedetail_container {
        padding: 100px 30px;
    }
    .object_container.top_casedetail_object {
        width: 200px;
        top: -31px;
        right: 30px;
    }
    .object_container.top_casedetail_object2 {
        width: 200px;
        bottom: -110px;
        left: 35px;
    }
    .top_casedetail_content_item_inner {
        gap: 30px;
        flex-direction: column;
    }
    .top_casedetail_content_list {
        width: 100%;
        max-width: unset;
    }
    .top_casedetail_content_achievement {
        width: 100%;
        gap: 20px;
    }

    .top_casedetail_content_item_special {
        gap: 40px;
    }
    .top_casedetail_content_item_special_inner {
        width: calc(45% - 20px);
        gap: 20px;
    }
    .top_casedetail_content_item_special_image {
        width: calc(55% - 20px);
    }
    .top_casedetail_content_item_special_image_text {
        width: 200px;
        top: -100px;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top_casedetail_object6 {
        display: none;
    }
    .top_casedetail_container {
        padding: 50px 30px;
        border-radius: 30px;
    }
    .object_container.top_casedetail_object {
        width: 100px;
        top: -31px;
        right: 30px;
    }
    .object_container.top_casedetail_object2 {
        width: 100px;
        bottom: -67px;
        left: 35px;
    }

    .top_casedetail_content {
        gap: 70px;
    }
    .top_casedetail_content_item {
        gap: 30px;
    }
    .top_casedetail_title_icon {
        width: 23px;
    }
    .top_casedetail_title_text {
        font-size: 20px;
    }
    .top_casedetail_content_list {
        width: 100%;
        gap: 10px;
    }
    .top_casedetail_content_type {
        width: calc((100% - 10px) / 2);
    }
    .top_casedetail_content_type::before {
        display: none;
    }
    .top_casedetail_content_type_text {
        font-size: 15px;
        min-height: 34px;
    }
    .top_casedetail_content_achievement_title {
        font-size: 24px;
    }
    .top_casedetail_content_achievement_text {
        font-size: 15px;
    }
    .components_btn_icon.arrow_icon {
        width: 10px;
    }

    .top_casedetail_content_item {
        flex-direction: column;
    }
    .top_casedetail_content_item_special_inner {
        width: 100%;
    }
    .top_casedetail_content_item_special_text {
        max-width: 330px;
        font-size: 15px;
    }
    .top_casedetail_content_item_special_image {
        width: 100%;
    }
    .top_casedetail_content_item_special_image_text {
        width: 123px;
        top: -60px;
        right: 0;
    }
}