@charset "utf-8";





/*****fv*****/
.top_fv_sec {
    position: relative;
    width: 100%;
    height: 735px;
}

.top_fv_sec .fv_image {
    position: absolute;
}

.top_fv_sec .fv_image img {
    width: 100%;
}

.top_fv_sec .fv_image.image_1 {
    width: calc(100% - 580px);
    top: 0;
    right: 0;
}

.top_fv_sec .fv_image.image_2 {
    bottom: 60px;
    right: 26%;
    max-width: 312px;
}

.top_fv_sec .fv_image.image_3 {
    max-width: 440px;
    bottom: 0;
    left: 0;
}


.top_fv_sec .fv_text {
    position: absolute;
    top: 11%;
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.top_fv_sec .fv_text h1 {
    font-size: 5rem;
    margin-bottom: 20px;
}

.top_fv_sec .fv_text h1 strong {
    font-size: 8.3rem;
    margin-right: 12px;
}

.top_fv_sec .fv_text p {
    font-size: 2rem;
    color: #929BA8;
}

@media screen and (max-width: 800px) {
    .top_fv_sec {
        height: inherit;
    }

    .top_fv_sec .fv_image {
        position: relative;
    }

    .top_fv_sec .fv_image.image_1 {
        width: calc(100% - 30px);
        top: 0;
        right: 0;
        margin-left: auto;
        margin-bottom: 20px;
    }


    .top_fv_sec .fv_image.image_2 {
        bottom: 15%;
        position: absolute;
        right: 0;
        max-width: 312px;
        width: 30%;
    }

    .top_fv_sec .fv_image.image_3 {
        max-width: 440px;
        bottom: 0;
        left: 0;
        width: 58%;
    }



    .top_fv_sec .fv_text {
        position: relative;
        top: inherit;
        display: block;
        padding-left: 30px;
        margin-bottom: 50px;
    }

    .top_fv_sec .fv_text h1 {
        font-size: 3.4rem;
        margin-bottom: 15px;
    }

    .top_fv_sec .fv_text h1 strong {
        font-size: 5.6rem;
        margin-right: 0;
    }

    .top_fv_sec .fv_text p {
        font-size: 1.6rem;
        width: 65%;
    }

}

/***top_logo***/
.top_logo_sec {
    text-align: center;
    background-color: var(--navy);
    color: white;
    padding: 50px 0;
}

.top_logo_sec h2 {
    font-size: 3.4rem;
    margin-bottom: 40px;
}

.logo_slider .image_box {
    padding: 0 15px;
}

.logo_slider .image_box figure {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    background-color: white;
    position: relative;
}

.logo_slider .image_box figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%) scale(70%);
}

.logo_slider:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.logo_slider:not(.slick-slider) .image_box {
    width: 274px;
}

.logo_slider:not(.slick-slider) .image_box:nth-of-type(n + 6) {
    display: none;
}


@media screen and (max-width: 800px) {

    .top_logo_sec {
        padding: 40px 0;
    }

    .top_logo_sec h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .logo_slider .image_box {
        padding: 0 10px;
    }

}

/*****top_works*****/
.top_works_sec {
    padding: 70px 0;
    overflow: hidden;
}

.top_works_sec .works_slider {
    margin-bottom: 50px;
}

.top_works_sec .works_slider:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.top_works_sec .works_slider:not(.slick-slider) .works_box {
    width: calc(100% / 4 - 60px / 4);
    max-width: 350px;
    display: flex;
    align-items: stretch;
}


.top_works_sec .works_slider..slider_on:not(.slick-slider) .works_box:nth-of-type(n + 4) {
    display: none;
}


.top_works_sec .works_slider .slick-list {
    overflow: visible;
}

.top_works_sec .works_slider .works_box a {
    width: 350px;
    display: block;
    position: relative;
    margin-right: 20px;

}

.top_works_sec .works_slider:not(.slick-slider) .works_box a {
    width: 100%;
    margin-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.works_slider .works_box figure {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden;
}

.works_slider .works_box figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.works_slider .works_box .cat {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: var(--navy);
    color: white;
    display: inline-block;
    padding: 6px 12px;
    font-size: 1.4rem;
    font-weight: 500;
}
.works_slider .works_box .cat.cat_8 {
    background-color: #B5B528;
}
.works_slider .works_box .cat.cat_9 {
    background-color: #1651A3;
}
.works_slider .works_box .cat.cat_138 {
    background-color: #20B19F;
}

.works_slider .works_box .content_box {
    background-color: var(--back-gray);
    padding: 25px;
}

.top_works_sec .works_slider:not(.slick-slider) .content_box {
    flex: 1;
}

.works_slider .works_box .content_box dl {
    display: flex;
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.works_slider .works_box .content_box dl dt,
.works_slider .works_box .content_box dl dd,
.works_slider .works_box .content_box .ex {
    font-size: 1.4rem;
}

.works_slider .works_box .content_box dl dt {
    width: 95px;
}


.works_slider .works_box .content_box dl dd {
    flex: 1;
}


.works_slider .slick-prev,
.works_slider .slick-next {
    width: 80px;
    height: 80px;
    border: 1px solid #083172;
    border-radius: 50%;
    top: calc(-50px - 40px);
}

.works_slider .slick-prev {
    left: inherit;
    right: calc(20px + 80px);
}

.works_slider .slick-next {
    right: 0;
}

.works_slider .slick-prev:before,
.works_slider .slick-next:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #083172;
}

.works_slider .slick-prev:before {
    border-left: 1px solid #083172;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: calc(50% + 5px);

}

.works_slider .slick-next:before {
    border-right: 1px solid #083172;
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(50% - 2px);
}

@media screen and (max-width: 800px) {

    .top_works_sec {
        padding: 50px 0;
        overflow: hidden;
    }

    .top_works_sec .works_slider {
        margin-bottom: 40px;
    }

    .top_works_sec .works_slider .works_box a {
        width: 75vw;
        max-width: 350px;
        margin-right: 15px;
    }

    .works_slider .works_box .cat {
        padding: 5px 10px;
        font-size: 1.2rem;
    }

    .works_slider .works_box .content_box {
        padding: 30px 20px;
    }

    .works_slider .works_box .content_box dl {
        padding: 0 5px 10px;
    }

    .works_slider .works_box .content_box dl dt,
    .works_slider .works_box .content_box dl dd,
    .works_slider .works_box .content_box .ex {
        font-size: 1.2rem;
    }

    .works_slider .slick-prev,
    .works_slider .slick-next {
        width: 50px;
        height: 50px;
        top: calc(-50px - 40px);
    }

    .works_slider .slick-prev {
        left: inherit;
        right: calc(15px + 50px);
    }

    .works_slider .slick-prev:before,
    .works_slider .slick-next:before {
        width: 10px;
        height: 10px;
    }

    .works_slider .slick-prev:before {
        left: calc(50% + 4px);
    }

    .works_slider .slick-next:before {
        left: calc(50% - 2px);
    }



    .top_works_sec .works_slider:not(.slick-slider) .works_box {
        width: 100%;
    }


}

/****search*****/
.common_search_sec {
    padding: 80px 0 120px;
}


.search_wrapper {
    display: flex;
    position: relative;
}

.search_wrapper .search_main {
    flex: 1;
}

.search_wrapper .search_menu {
    width: 250px;

}

.search_wrapper .search_menu ul {
    position: sticky;
    top: 200px;
    left: 0;
}


.search_wrapper .search_menu ul li {
    color: #929BA8;
    font-weight: 500;
}

.search_wrapper .search_menu ul li.on {
    color: var(--navy);
}

.search_wrapper .search_menu ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.search_wrapper .search_main .search_box:not(:last-of-type) {
    margin-bottom: 60px;
}

.search_main .search_box h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-gray);
}

.search_main .search_box h3 img {
    margin-right: 12px;
}

.search_main .search_box .ex {
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .common_search_sec {
        padding: 50px 0;
    }

    .search_wrapper {
        flex-direction: column;
    }

    .search_wrapper .search_main {
        flex-direction: column;

    }

    .search_wrapper .search_menu {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .search_wrapper .search_menu ul {
        position: relative;
        top: 0;
    }

    .search_wrapper .search_menu ul li a {
        border: 1px solid var(--border-gray);
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 1.2rem;
        display: block;
        width: 100%;
        position: relative;
    }

    .search_wrapper .search_menu ul li a::after {
        content: '';
        width: 10px;
        height: 10px;
        border-right: 1px solid #929BA8;
        border-bottom: 1px solid #929BA8;
        position: absolute;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        top: 50%;
    }

    .search_main .search_box h3 {
        font-size: 1.6rem;
    }

    .search_main .search_box h3 img {
        margin-right: 12px;
        max-width: 40px;
        max-height: 25px;
    }


}


/*cat box*/

.search_box .search_cat_box {
    display: flex;
    gap: 25px;
}

.search_box .search_cat_box>ul {
    width: calc(100% / 3 - 50px / 3);
}

.search_box .search_cat_box>ul>li h4 {
    background-color: white;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-right: 35px;
    position: relative;
}

.search_box .search_cat_box>ul>li h4::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: 1px solid var(--font-color);
    border-radius: 50%;
}

.search_box .search_cat_box>ul>li h4::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 1px);
    right: 22px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid var(--font-color);
    border-right: 1px solid var(--font-color);
}


.search_box .search_cat_box>ul>li.open h4::after {
    top: calc(50% + 1px);
    transform: translateY(-50%) rotate(-45deg);
}

.search_box .search_cat_box>ul>li h4 .logo {
    width: 75px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.search_box .search_cat_box>ul>li h4 .logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(80%);
    object-position: center;
}

.search_box .search_cat_box>ul>li h4 .name {
    font-size: 1.4rem;
    flex: 1;
}

.search_box .search_cat_box>ul>li>ul {
    background-color: var(--navy);
    color: white;
    padding: 5px 20px 15px;
    display: none;
}


.search_box .search_cat_box>ul>li>ul>li {
    border-bottom: 1px solid white;
}

.search_box .search_cat_box>ul>li>ul>li a {
    padding: 7px 5px;
    padding-right: 10px;
    display: block;
    position: relative;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.search_box .search_cat_box>ul>li>ul>li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.search_box .search_cat_box>ul>li>ul>li a::after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../img/search_arrow.svg) center / contain no-repeat
}

@media screen and (max-width: 800px) {
    .search_box .search_cat_box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px 25px;
    }

    .search_box .search_cat_box>ul {
        width: 100%;
        max-width: 500px;
    }

    .search_box .search_cat_box>ul>li {
        margin-bottom: 5px;
    }

}

/*work box*/
.search_work .search_type_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.search_work .search_type_box li {
    width: 300px;
}

.search_work .search_type_box li a {
    display: flex;
    align-items: stretch;
}

.search_work .search_type_box li .image,
.search_work .search_type_box li .text {
    width: 50%;
}

.search_work .search_type_box li .image figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.search_work .search_type_box li .image figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.search_work .search_type_box li .text {
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_work .search_type_box li .text p {
    font-size: 1.4rem;
    font-weight: 500;
}

.search_work .original_btn {
    margin-top: 50px;
}

@media screen and (max-width: 800px) {
    .search_work .search_type_box {
        gap: 15px;
    }

    .search_work .search_type_box li {
        width: 100%;
        max-width: 400px;
    }

    .search_work .search_type_box li .image {
        width: 150px;
    }

    .search_work .search_type_box li .image figure {
        padding-bottom: 70%;
    }

    .search_work .original_btn {
        margin-top: 40px;
    }

}

/*検索ボックス*/
.search_detail .filter_block {
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
}

.filter_block {}

.filter_block h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.filter_list,
.car_type_box_child {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.filter_list label {
    font-size: 1.6rem;
}

.car_type_box.child_open {
    width: 100%;
    margin-bottom: 10px;
}

.car_type_box_child {
    margin-top: 10px;
}

.filter_keyword_input input {
    padding: 10px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 800px) {}

/***** about *****/
.top_about_sec {
    position: relative;
}

.top_about_sec .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 75px;
}

.top_about_sec .wrapper .image {
    width: 45%;
    position: relative;
}

.top_about_sec .wrapper .text {
    flex: 1;
    padding: 80px 0;
}

.top_about_sec .wrapper .text h3 {
    font-size: 3rem;
    margin-bottom: 25px;
}

.top_about_sec .wrapper .image figure {
    margin-left: calc(111% - 50vw);
    height: calc(100% + 120px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: relative;
}

.top_about_sec .wrapper .image figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 800px) {
    .top_about_sec .wrapper {
        flex-direction: column;
        gap: 0;
    }


    .top_about_sec .wrapper .text {
        padding: 50px 0;
        width: 100%;
    }

    .top_about_sec .wrapper .text h3 {
        font-size: 2rem;
    }

    .top_about_sec .wrapper .image {
        width: calc(100% + 30px);
        margin-left: calc(50% - 50vw);
        margin-right: auto;
    }

    .top_about_sec .wrapper .image figure {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        transform: inherit;
        padding-bottom: 70%;
    }



}

/***** strength *****/
.top_strength_sec {
    padding: 140px 0 110px;
    background: url(../img/top_strength_back.png) center / cover no-repeat;
    position: relative;
    color: white;
}

.top_strength_sec::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--navy);
    z-index: -1;
}

.top_strength_sec h2 {
    text-align: center;
    font-size: 3.4rem;
    margin-bottom: 80px;
}

.strength_list>li {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.strength_list>li:not(:last-of-type) {
    margin-bottom: 60px;
}

.strength_list>li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.strength_list>li .image {
    flex: 1;
}

.strength_list>li .text {
    width: 100%;
    max-width: 470px;
    padding-top: 55px;
    position: relative;
    z-index: 1;
}


.strength_list>li:nth-of-type(2n) .text {
    padding-right: 45px;
}

.strength_list>li:nth-of-type(2n + 1) .text {
    padding-left: 45px;
}

.strength_list>li .text .num {
    font-family: korolev, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 14.4rem;
    line-height: 1;
    -webkit-text-stroke: 1px white;
    color: transparent;
    z-index: -1;
    opacity: 0.55;
}

.strength_list>li:nth-of-type(2n) .text .num {
    left: inherit;
    right: 0;
}

.strength_list>li .text h3 {
    font-size: 2.4rem;
}

.strength_list>li .text h4 {
    font-size: 1.8rem;
    margin-top: 5px;
}

.strength_list>li .text .ex {
    margin-top: 25px;
}

.top_strength_sec .original_btn {
    margin-top: 80px;
}

@media screen and (max-width: 800px) {
    .top_strength_sec {
        padding: 140px 0 70px;
        background: url(../img/top_strength_back.png) center / cover no-repeat;
        margin-top: -60px;
    }

    .top_strength_sec h2 {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }

    .strength_list>li,
    .strength_list>li:nth-of-type(2n) {
        flex-direction: column;
        gap: 30px;
    }




    .strength_list>li .image {
        width: 100%;
    }

    .strength_list>li:nth-of-type(2n) .text,
    .strength_list>li:nth-of-type(2n + 1) .text {
        padding: 0;
    }

    .strength_list>li .text .num {
        font-size: 8rem;
        top: -40px;
        left: inherit;
        right: 0;
    }

    .strength_list>li .text h3 {
        font-size: 1.8rem;
    }


    .strength_list>li .text h4 {
        font-size: 1.6rem;
        margin-top: 3px;
    }

    .top_strength_sec .original_btn {
        margin-top: 40px;
    }

}

/***** service *****/
.top_secrive_sec {
    padding: 70px 0;
}



.top_secrive_sec .service_list {
    display: flex;
    align-items: stretch;
}

.top_secrive_sec .service_list>li {
    width: calc(100% / 3);
    text-align: center;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--border-gray);
}

.top_secrive_sec .service_list>li:not(:last-of-type) {
    border-right: 1px solid var(--border-gray);
}

.top_secrive_sec .service_list>li figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    overflow: hidden;
    margin-bottom: 50px;
}

.top_secrive_sec .service_list>li figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top_secrive_sec .service_list>li h3 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.top_secrive_sec .service_list>li .ex {
    margin-bottom: 20px;
    min-height: 80px;
}


@media screen and (max-width: 800px) {
    .top_secrive_sec {
        padding: 50px 0;
    }


    .top_secrive_sec .service_list {
        flex-direction: column;
    }

    .top_secrive_sec .service_list>li {
        width: 100%;
    }


    .top_secrive_sec .service_list>li figure {
        margin-bottom: 40px;
    }


    .top_secrive_sec .service_list>li h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .top_secrive_sec .service_list>li .ex {
        margin-bottom: 30px;
        min-height: inherit;
    }
}

/***** pr *****/
.top_pr_sec {
    padding-top: 50px;
}

.top_pr_sec .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.top_pr_sec .box {
    width: calc(100% / 2 - 20px / 2);
    padding: 40px 35px 45px;
    background-color: var(--back-gray);
}

.top_pr_sec .box.youtube_box {
    width: 100%;
    padding: 50px 55px 55px;

}


.top_pr_sec .box h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
}

.top_pr_sec .box .area {
    background-color: white;
}

.top_pr_sec .box .big {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.top_pr_sec .box .big strong {
    color: var(--navy);
}


.top_pr_sec .box #biz_calendar {
    max-width: 400px;
}
.top_pr_sec .box .holiday-memo {

    font-size: 1.8rem;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 53px;
}

.top_pr_sec .box .holiday-memo::before {
    content: '';
    width: 43px;
    height: 29px;
    background-color: var(--navy);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top_pr_sec .box.youtube_box h2 {
    font-size: 5rem;
    font-family: korolev, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.top_pr_sec .box.youtube_box h2 img {
    width: 63px;
}

.top_pr_sec .box.youtube_box .two_column {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.top_pr_sec .box.youtube_box .two_column .image {
    width: 100%;
    flex: 1;
}

.top_pr_sec .box.youtube_box .two_column .text {
    width: 450px;
}

.top_pr_sec .box.youtube_box .two_column .text h3 {
    color: var(--navy);
    font-size: 3.4rem;
    margin-bottom: 24px;
}

.top_pr_sec .box.youtube_box .two_column .text .ex {
    margin-bottom: 40px;
}

@media screen and (max-width: 800px) {

    .top_pr_sec .wrapper {
        align-items: center;
        gap: 30px;
    }

    .top_pr_sec .box {
        width: 100%;
        max-width: 600px;
    }

    .top_pr_sec .box.youtube_box {
        max-width: inherit;
    }

    .top_pr_sec .box,
    .top_pr_sec .box.youtube_box {
        padding: 40px 25px 50px;
    }

    .top_pr_sec .box h2 {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }


    .top_pr_sec .box .big {
        font-size: 1.8rem;
    }

    .top_pr_sec .box .holiday-memo {

        font-size: 1.4rem;
        padding-left: 40px;
    }

    .top_pr_sec .box .holiday-memo::before {
        width: 30px;
        height: 20px;
    }


    .top_pr_sec .box.youtube_box h2 {
        font-size: 2.6rem;
        gap: 10px;
    }

    .top_pr_sec .box.youtube_box h2 img {
        width: 36px;
    }

    .top_pr_sec .box.youtube_box .two_column .text {
        width: 100%;
        max-width: 450px;
    }

    .top_pr_sec .box.youtube_box .two_column .text h3 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .top_pr_sec .box.youtube_box .two_column .text .ex {
        margin-bottom: 30px;
    }


}

/*** news ***/
.top_news_sec {
    padding: 80px 0 120px;
}

.top_news_sec .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: stretch;
}

.top_news_sec .wrapper .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    max-height: 330px;
}

.top_news_sec .wrapper .right {
    width: 100%;
    flex: 1;
    max-width: 670px;
    padding-top: 40px;

}

.news_list article {
    border-bottom: 1px solid var(--border-gray);
    padding: 25px 0;
}

.news_list article a {
    display: flex;
}

.news_list article a time {
    font-size: 1.8rem;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 120px;
    line-height: 1.5;
}

.news_list article a .title {
    flex: 1;
}


@media screen and (max-width: 800px) {

    .top_news_sec {
        padding: 50px 0 70px;
    }

    .top_news_sec .wrapper {
        flex-direction: column;
        gap: 0;
    }

    .top_news_sec .wrapper .right {
        padding-top: 0px;
    }

    .news_list article {
        padding: 20px 0;
    }

    .news_list article a {
        display: block;
    }

    .news_list article a time {
        font-size: 1.4rem;
        width: 100%;
    }

}