@charset "utf-8";

.fv {
    position: relative;
    z-index: 5;
    min-height: 100dvh;
    height: 100%;
}

.fv>.inner {
    padding: 16px 0;
    position: relative;
    z-index: 10;
    height: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.fv .fv-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.fv .main-tit {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    color: #000;
}

.fv .fv-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0;
}

.fv .fv-text .logo {
    margin-bottom: 20px;
}

.fv .fv-text .catch {
    font-family: var(--sub);
    font-weight: 700;
    font-size: clamp(4.125rem, 3.624rem + 2.14vw, 6.188rem);
    color: #000;
    margin-bottom: 40px;
}

.fv .fv-text .desc p {
    font-family: var(--sub);
    font-weight: 900;
    font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
    line-height: calc(40/24);
    text-align: center;
    color: #000;
}

.t_about {
    position: sticky;
    top: 0;
    z-index: 10;
}

.t_about .inner {
    padding: 80vh 0 120px;
    min-height: 140vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 4%;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.t_about .inner .sec-img {
    max-width: 688px;
    width: 45%;
}

.t_about .inner .sec-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.t_about .inner .sec-text .tit-ja {
    font-family: var(--sub);
    font-weight: 700;
    font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
    line-height: calc(56/32);
    color: #fff;
}

.t_about .inner .sec-text .desc p {
    line-height: calc(24/16);
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #fff;
}

.t_about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 42%, rgba(255, 255, 255, 0));
    z-index: 1;
}

.sec-wrapper {
    position: relative;
    z-index: 20;
    background-color: #FFF;
}

.t_feature .inner {
    padding: 120px 0;
}

.t_feature .catch {
    font-weight: 500;
    font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
    line-height: calc(24/16);
    text-align: center;
    color: #000;
    margin: 40px 0 32px;
}

.t_feature .sec-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.t_feature .list {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;
}

.t_feature .list .item {
    border-radius: 5px;
    background: #fff;
    border: 2px solid #c90601;
}

.t_feature .list .item .w90 {
    padding: 24px 0 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t_feature .list .item img {
    margin-bottom: 24px;
}

.t_feature .list .item .item-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.t_feature .list .item .item-tit .sub-tit {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    text-align: center;
    color: #000;
}

.t_feature .list .item .item-tit .main-tit {
    font-family: var(--sub);
    font-weight: 900;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    text-align: center;
    color: #c90601;
}

.t_feature .list .item .desc p {
    font-weight: 500;
    font-size: 14px;
    line-height: calc(20/14);
    color: #000;
}

.t_products .inner {
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.t_products .sec-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.t_products .sec-body .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.t_products .sec-body .list .w90 {
    margin: 0;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.t_products .sec-body .list .item {
    border-right: 1px solid #d1d1d1;
}

.t_products .sec-body .list .item .desc p {
    color: #7b7b7b;
    text-align: center;
    font-size: 16px;
    line-height: calc(24/16);
}

.t_products .sec-body .box {
    width: 100%;
    border-radius: 5px;
    background: transparent;
    border: 3px solid #c10500;
}

.t_products .sec-body .box .box-inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t_products .sec-body .box .tit-ja {
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    line-height: calc(46/32);
}

.t_products .sec-body .box .sec-head {
    padding-bottom: 16px;
}

.t_products .sec-body .box .sec-head .line {
    width: 100%;
    height: 3px;
}

.t_products .sec-body .box .catch {
    font-weight: 500;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    line-height: calc(24/16);
    text-align: center;
    color: #c10500;
    margin: 32px 0 16px;
}

.t_products .sec-body .box .desc {
    margin-bottom: 33px;
    width: 75%;
}

.t_products .sec-body .box .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    text-align: center;
    color: #000;
}

.t_products .sec-body .box .morebtn {
    max-width: 413px;
}

.t_news .inner {
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.t_news .sec-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    max-width: 263px;
    width: 100%;
}

.t_news .sec-body {
    width: 70%;
}

.t_news .sec-body .morebtn {
    display: none;
}

.t_news .sec-body .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.t_topics {
    position: relative;

}

.t_topics .inner {
    position: relative;
    padding: 120px 0;
    z-index: 10;
}

.t_topics .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.t_topics .sec-head {
    background: #c90601;
    padding-bottom: 0;
    width: 200px;
    padding: 9px 0 11px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.t_topics .sec-body {
    background-color: #FFF;
    padding: 138px 0 56px;
    position: relative;
    border-radius: 10px 5px 5px 5px;
    border: 3px solid #c10500;
}

.t_topics .sec-body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 21px;
    border-radius: 5px 0px 0px 0px;
    background: #c90601;
    top: 0;
    left: 0;
}



.t_topics .sec-head .tit-en,
.t_topics .sec-head .tit-ja {
    color: #FFF;
}

.t_topics .sec-head .tit-en {
    font-size: clamp(0.688rem, 0.672rem + 0.06vw, 0.75rem);
}

.t_topics .sec-head .tit-ja {
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
}

.t_topics .list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.t_topics .list .item {
    display: grid;
    grid-template-columns: 10% auto auto;
    align-items: flex-start;
    position: relative;
    border-radius: 5px;
    border-bottom: 2px dashed #d60000;
    padding-bottom: 15px;
}



.t_topics .date {
    font-weight: 500;
    font-size: clamp(0.813rem, 0.767rem + 0.19vw, 1rem);
    color: #c10500;
}

.t_topics .cate {
    font-weight: 500;
    font-size: clamp(0.688rem, 0.642rem + 0.19vw, 0.875rem);
    text-align: center;
    color: #fff;
    padding: 2px 25px;
    border-radius: 5px;
    background: #c90601;
}

.t_topics .news-tit {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    line-height: calc(26/18);
    color: #000;
    margin-left: 50px;
}

.t_company .inner {
    padding: 120px 0 200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.t_company .sec-body .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
}

.t_company .sec-body .list .item {
    border: 3px solid #c10500;
    border-radius: 5px;
}

.t_company .sec-body .list .item .w90 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
}

.t_company .sec-body .list .item .sec-head .line::before {
    transform: translateX(0);
}

.t_company .sec-body .list .item .sec-img {
    max-width: 254px;
    width: 44%;
    aspect-ratio: 1/1;
    border-radius: 999px;
    border: 4px solid #C90601;
    overflow: hidden;

}

.t_company .sec-body .list .item img {
    transition: .4s ease;
}

.t_company .sec-body .list .item:hover img {
    transform: scale(1.2);
}

.t_company .sec-body .list .item .sec-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.t_products .sec-body .box .catch br,
.t_products .sec-body .box .tit-ja br,
.t_feature .catch br,
.t_products .sec-body .box .desc p br {
    display: none;
}

@media (max-width: 1280px) {
    .t_products .sec-body .list {
        grid-template-columns: repeat(2, 1fr);
        width: 70%;
        gap: 30px 0;
    }

    .t_about .inner .sec-img {
        width: 39%;
    }

    .t_company .sec-body .list .item .sec-img {
        width: 33%;
    }
}

@media (max-width: 1023px) {
    .t_about .inner {
        flex-direction: column;
        width: 80%;
        gap: 40px;
        align-items: center;
        padding-bottom: 40px;
    }

    .t_about .inner .morebtn,
    .t_feature .inner .t_about .morebtn {
        margin: 0 auto;
    }

    .t_about .inner .sec-img {
        width: 100%;
    }

    .t_feature .list {
        width: 70%;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .t_products .sec-body .list {
        width: 90%;
    }

    .t_products .sec-body .box .catch br,
    .t_products .sec-body .box .desc p br {
        display: block;
    }

    .t_products .sec-body .box .desc {
        width: 100%;
    }


    .t_feature .inner {
        padding: 48px 0 80px;
    }

    .t_topics .sec-body {
        padding: 85px 0 40px;
    }

    .t_topics .list .item {
        grid-template-columns: 14% auto auto;
    }

    .t_topics .news-tit {
        margin-left: 30px;
    }

    .t_products .inner {
        padding-bottom: 96px;
    }

    .t_news .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-bottom: 96px;
    }

    .t_topics .list .item {
        grid-template-columns: max-content max-content 1fr;
        gap: 9px;
    }

    .t_topics .cate {
        width: fit-content;
    }

    .t_topics .news-tit {
        grid-column: 1 / -1;
        margin: 0;
    }

    .t_topics .inner {
        padding: 65px 0;
    }

    .t_news .sec-left .morebtn {
        display: none;
    }

    .t_news .sec-body .morebtn {
        display: block;
    }

    .t_news .sec-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .t_company .sec-body .list {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .t_company .inner {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .t_about .inner {
        width: 87%;
    }

    .t_products .sec-body .list {
        grid-template-columns: 1fr;
        width: 80%;
    }


    .t_products .sec-body .list .w90 {
        padding: 40px 0;
    }

    .t_products .sec-body .list .item {
        border-right: none;
        border-bottom: 2px solid #d1d1d1;
    }

    .t_products .sec-body .box .tit-ja br,
    .t_feature .catch br {
        display: block;
    }

    .t_feature .catch {
        margin: 18px 0 24px;
    }

    .t_feature .list {
        width: 80%;
    }

    .t_company .inner {
        width: 80%;
    }

    .t_company .sec-body .list .item .sec-img {
        width: 100%;
        max-width: 139px;
    }

    .t_company .sec-body .list .item .w90 {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
    }

    .t_topics .sec-body::before {
        height: 18px;
    }
}

.gjs-dashed .fv {
    min-height: auto;
    height: auto;
}

.gjs-dashed .t_about {
    position: relative;
}

.gjs-dashed .fv>.inner {
    min-height: auto;
    height: auto;
}