@charset "utf-8";



/***fv***/
.top_fv_sec {
    background: url(../img/top_fv_back.jpg) center / cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
    padding-bottom: 50px;
}

.top_fv_sec .text {
    text-align: center;
}

.top_fv_sec .text .en_title {
    font-size: 9rem;
    font-weight: 900;
    line-height: 1.2;
}

.top_fv_sec .text p {
    color: white;
}

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

    .top_fv_sec {
        height: 0;
        padding-bottom: 62%;
        width: 100%;
        position: relative;
    }
    .top_fv_sec .text {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
    }
        .top_fv_sec .text .en_title {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .top_fv_sec .text p {
        text-align: left;
    }
}


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

.top_news_sec .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.top_news_sec .left {
    width: 360px;
}

.top_news_sec .right {
    flex: 1;
    max-width: 620px;
}
.news_list li:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted white;
}
.news_list li .meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.news_list li .meta p {
    line-height: 1;
}
.news_list li .meta .date {
    font-size: 1.5rem;
    font-family: "Overpass", sans-serif;

}
.news_list li .meta .cat {
    font-size: 1.2rem;
    background-color: var(--btn-color);
    color: var(--font-color);
    padding: 5px 10px;
}

.news_list li .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.news_list li .ex {
    font-size: 1.2rem;
}

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

.top_news_sec .wrapper {
    flex-direction: column;
    gap: 0;
}
.top_news_sec .left {
    width: 100%;
}

.top_news_sec .right {
    width: 100%;
}
.news_list li .meta {

    margin-bottom: 10px;
}
.news_list li .title {
    margin-bottom: 10px;
}

.top_news_sec .original_btn {
    margin-top: 30px;
}

}

/***service***/
.top_service {
    padding: 50px 0 50px;
}

.top_service_list {
    display: flex;
    flex-wrap: wrap;
}

.top_service_list li {
    width: 50%;

}

.top_service_list li a {
    display: block;
    position: relative;
}

.top_service_list li .text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.top_service_list li .text .en {
    font-family: "Overpass", sans-serif;
    color: white;
}
.top_service_list li .text h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

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


@media screen and (max-width: 800px) {
.top_service_list li {
    width: 100%;
}

.top_service_list li .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

.top_service_list li .text h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}


}

/***strength***/
.top_strength {
    padding: 50px 0;
}

.top_strength_list li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 60px 40px;
    background-color: var(--back-red);
    gap: 40px;
    z-index: 1;
    align-items: center;
}

.top_strength_list li:not(:last-of-type) {
    margin-bottom: 50px;
}

.top_strength_list li::before {
    content: '';
    width: calc(50vw - 50%);
    height: 100%;
    background-color: var(--back-red);
    position: absolute;
    top: 0;
}

.top_strength_list li:nth-of-type(2n + 1):before {
    right: 100%;
}
.top_strength_list li:nth-of-type(2n):before {
    left: 100%;
}

.top_strength_list li .image {
    flex: 1;
}

.top_strength_list li .text {
    width: 60%;
}
.top_strength_list .text .en {
    margin-bottom: 5px;
}

.top_strength_list .text h3 {
    font-size: 2.2rem;
    margin-bottom: 40px;
}

@media screen and (min-width: 801px) {
.top_strength_list li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

}

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


    .top_strength_list li {
    flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
    }

    .top_strength_list li .image,
    .top_strength_list li .text {
        width: 100%;
    }
    .top_strength_list .text h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}





}

/***works***/
.top_works_sec {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.top_works_sec::before {
    content: '';
    width: 100%;
    height: 30%;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top_works_sec .sec_title {
    margin-bottom: 0;
}

.top_works_sec .wrap_box {
    padding: 60px 40px;
    background: url(../img/top_works_back.png) right bottom / cover no-repeat;
}

.works_list {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    align-items: stretch;
}

.works_list > li {
    width: calc(100% / 2 - 34px / 2);
    background-color: var(--dark-color);
    padding: 40px 30px;
}

.works_list > li .top {
    display: flex;
    gap: 45px;
    position: relative;
    margin-bottom: 30px;
}

.works_list > li .top::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
    transform: translate(-50%, -50%);
    background: url(../img/works_arrow.svg) center / contain no-repeat;

}

.works_list > li .top .before {
    flex: 1;
}
.works_list > li .top .after {
    width: 50%;
}

.works_list > li .top .title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.works_list > li .top .title p {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: "Overpass", sans-serif;
}
.works_list > li .top h3 {
    padding-bottom: 4px;
}
.works_list > li .top .before .title h3 {
    font-size: 1.2rem;
}
.works_list > li .top .after .title h3 {
    font-size: 1.6rem;
}

.works_list > li .bottom dl {
    display: flex;
}

.works_list > li .bottom dl:not(:last-of-type) {
    margin-bottom: 16px;
}

.works_list > li .bottom dl dt {
    width: 90px;
}

.works_list > li .bottom dl dd {
    flex: 1;
}


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


@media screen and (max-width: 800px) {
.works_list {
    flex-direction: column;
}

.works_list > li {
    width: 100%;
    padding: 20px 10px;
}

.top_works_sec .wrap_box {
    padding: 30px 20px;
}
.works_list > li .top {
    flex-direction: column;
    margin-bottom: 30px;
}

.works_list > li .top::after {
    
    top: 40%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background: url(../img/works_arrow.svg) center / contain no-repeat;

}

.works_list > li .top .before {
    width: 60%;
}
.works_list > li .top .after {
    width: 100%;
}


}

/***voice***/
.top_voice_sec {
    padding: 50px 0 100px;
    background-color: #000000;
}

.voice_article .box {
    position: relative;
    padding-top: 100px;
}

.voice_article .box .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
}

.voice_article .box .content {
    background-color: #2A2828;
        padding: 80px 20px 30px;
}
.voice_article .box .content .name {
    width: 40%;
    margin-left: auto;
    text-align: right;
    margin-bottom: 30px;
}
.voice_article_list.slider .slick-list {
    overflow: visible;
}
.voice_article_list.slider .voice_article {
    margin-right: 30px;
}
.voice_article_list.slider .voice_article .box {
    width: 80vw;
    max-width: 520px;
}
.voice_article_list.slider .slick-dots {
    bottom: -40px;
}
.voice_article_list.slider .slick-dots li button {
    background-color: white;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}
.voice_article_list.slider .slick-dots li.slick-active button {
    background-color: var(--red);
        opacity: 0.8;
}
.voice_article_list.slider .slick-dots li button:before {
    display: none;
}



@media screen and (max-width: 800px) {
    .top_voice_sec .wrapper {
        width: 100%;
    }
    .top_voice_sec .sec_title {
        padding-left: 20px;
    }
    .voice_article_list.slider .slick-list {
        overflow: hidden;
    }
    .voice_article_list.slider .voice_article {
    margin-right: 0px;
    margin-left: 20px;
}
.voice_article .box .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
}

}
/***sales***/
.top_sales_sec {
    padding: 100px 0;
}

.sales_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.sales_list > li {
    width: calc(100% / 3 - 80px / 3);
}

.sales_list > li figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.sales_list > li h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.sales_list > li .price {
    margin-bottom: 5px;
}

.sales_list > li .price span {
    font-size: 2.8rem;
}
.sales_list > li .ex {
    background-color: #DCDCDC;
    padding: 20px 15px;
    font-size: 1.4rem;
    color: var(--font-color);
}

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


@media screen and (max-width: 800px) {
.sales_list > li {
    width: 100%;
}

}

/***company***/
.top_company_sec {
    padding: 100px 0;
    background-color: var(--back-red);
}

.top_company_sec  .wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
    z-index: 1;
    position: relative;
}

.top_company_sec .left {
    width: 484px;
}

.top_company_sec .left h2 {
    font-size: 10rem;
    font-family: "Overpass", sans-serif;
    line-height: 1;
}

.top_company_sec .right {
    flex: 1;
    position: relative;
    background-color: rgba(0,0,0,0.4);
    padding: 60px 0;
}

.top_company_sec .right::before,
.top_company_sec .right::after {
    content: '';
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    z-index: -1;
}

.top_company_sec .right::before {
    width: 140px;
    right: 100%;
}
.top_company_sec .right::after {
    width: calc(50vw - 50%);
    left: 100%;
}
.top_company_sec .right h3 {
    font-size: 2.6rem;
    margin-bottom: 40px;
}

.top_company_sec .right .ex {
    margin-bottom: 40px;
}


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

.top_company_sec .left {
    width: 100%;
}
.top_company_sec .left h2 {
    font-size: 4.4rem;
}
.top_company_sec .right {
    padding: 40px 0;
}

}

/***other***/
.top_other_sec {
    padding: 100px 0;
}

.top_other_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.top_other_list > li {
    width: calc(100% / 2 - 40px / 2);
}

.top_other_list > li figure {
    margin-bottom: 20px;
}

.top_other_list > li p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.top_other_list > li h3 {
    font-size: 2.2rem;
}

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


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


.top_other_list > li {
    width: 100%;
}
}