@charset "utf-8";

.fv {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv .bottom_line {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: clamp(0.75rem, 0.126rem + 1.3vw, 1.688rem);
}

.fv .bottom_line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/20260523010458135081.svg) no-repeat left/cover;
    transform: translateX(-100%);
    transition: 1.2s ease;
}

.fv .bottom_line.is-active::before {
    transform: translateX(0);
}

.fv .h_text {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    color: #fff;
    position: absolute;
    bottom: 24px;
    left: 15%;
}

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



.fv .fv-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fv .tit-en {
    max-width: 488px;
    width: 37%;
    height: auto;
    transition: all 1.5s ease-out;
}

.fv .tit-ja {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    transition: all .8s ease-out;
}

.fv .tit-ja.right {
    transition-delay: .6s;
}

.intro {
    position: relative;
}

.intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/system_panel/uploads/images/20260523193136827486.svg) no-repeat top/contain;
    max-width: 700px;
    width: 37%;
    height: 725px;
}

.intro .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.intro>.inner {
    padding: 135px 0 235px;
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.intro>.inner .sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}



.intro>.inner .sec-title .tit-ja {
    font-weight: 500;
    font-size: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
    line-height: calc(28/18);
    text-align: center;
    color: #fff;
}

.intro>.inner .sec-title .tit-ja br {
display: none;
}

.intro>.inner .column {
    width: min(67%, 960px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro>.inner .column.reverse {
    flex-direction: row-reverse;
    width: min(90%, 1344px);
    align-items: flex-start;
}

.intro>.inner .column .sec-img {
    position: relative;
    max-width: 303px;
    width: 35%;
    z-index: 5;
}

.intro>.inner .column .sec-img::after {
    content: "";
    position: absolute;
    width: clamp(13.125rem, 9.549rem + 7.46vw, 18.5rem);
    height: clamp(7.813rem, 5.692rem + 4.42vw, 11rem);
    background: url(/system_panel/uploads/images/20260523013958491628.svg) no-repeat center/contain;
    left: 40px;
    bottom: -40px;
    z-index: -1;
}

.intro>.inner .column .sec-text {
    max-width: 432px;
    width: 52%;
}

.intro>.inner .column .sec-text span {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem) !important;
}

.intro>.inner .column.reverse .morebtn {
    font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
}

.intro>.inner .column.reverse .sec-img {
    max-width: 571px;
    width: 47%;
}

.intro>.inner .column.reverse .sec-img::after {
    left: -40px;
}

.intro>.inner .column.reverse .sec-text {
    max-width: 555px;
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    margin-top: 40px;
}

.intro>.inner .column.reverse .sec-text .desc p {
    line-height: calc(48/16);
}

.sec-title {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.sec-title .title {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.sec-title .title .tit-en {
    height: 70px;
    width: auto;
}

.sec-title .title .tit-ja {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
    color: #fff;
}

.sec-title .desc {
    margin-top: 53px;
}

.t_service {
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
}

.t_service .inner {
    padding: 160px 0 292px;
    position: relative;
}

.t_service .sec-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddb958;
    margin-bottom: 80px;
}

.t_service .scroll-area {
    width: 80%;
    margin: 0 0 0 auto;
    overflow: hidden;

}

.t_service .s_list {
    display: flex;
    gap: 160px;
    margin-bottom: 40px;
}

.t_service .s_list .item {
    display: grid;
    grid-template-columns: 57% 1fr;
    gap: 5%;
    min-width: 1214px;
}

.t_service .s_list .item .sec-text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
}


.t_service .s_list .item .item-tit {
    font-weight: 500;
    font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    line-height: calc(32/20);
    color: #fff;
}

.t_service .s_list .item.link {
    display: block;
}


.t_service .s_list .item .morebtn {
    width: 320px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t_service .s_list .item .morebtn a {
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.t_service .s_list .item .morebtn .link-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    padding-bottom: 11px;
    padding-left: 32px;
    transition: padding .8s ease;
}



.t_service .s_list .item .morebtn:hover .link-wrap {
    padding-left: 0;
}

.t_service .navi {
    display: flex;
    align-items: center;
    gap: 21px;
    width: 80%;
    margin: 0 0 0 auto;
}

.t_service .navi .item {
    --progress: 0deg;
    width: 72px;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 25%;
    position: relative;
    border-radius: 50%;
    border: 1px solid #FFF;
}

.t_service .navi .item.is-current,
.t_service .navi .item.is-complete {
    opacity: 1;
    border: none;
}

.t_service .navi .item.is-current {
    border: none;
}


.navi .item::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 50%;

    background:

        conic-gradient(#FFF var(--progress),

            #000 0deg);

    -webkit-mask:

        radial-gradient(farthest-side,

            transparent calc(100% - 1px),

            #FFF calc(100% - 1px));

    mask:

        radial-gradient(farthest-side,

            transparent calc(100% - 1px),

            #FFF calc(100% - 1px));

}

.navi .item p {
    font-family: var(--font-Italiana);
    font-weight: 400;
    font-size: 57px;
    color: #d7a123;
    position: relative;
}

.t_area {
    margin-bottom: 280px;
}

.t_area .inner {
    position: relative;
}

.t_area .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: clamp(0.688rem, -0.518rem + 2.52vw, 2.5rem);
    background: url(/system_panel/uploads/images/20260523010458135081.svg) no-repeat center/cover;
}

.t_area .inner .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/system_panel/uploads/images/20260523113725926643.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    animation: parallax linear both;
    animation-timeline: view();
}

.t_area .inner .sec-text {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;

}

.t_area .inner .catch p {
    font-weight: 500;
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
    line-height: calc(48/20);
    color: #fff;
}

.t_area .inner .catch p span {
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem) !important;
}

.t_area .inner .sec-img {
    position: relative;
    height: 463px;
    max-width: 598px;
    width: 50%;
    margin-top: -74px;
}

.t_area .inner .sec-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/system_panel/uploads/images/20260523204940137927.png) no-repeat center/contain;
    width: 100%;
    height: 100%;
    z-index: -1;

}

@keyframes parallax {
    from {
        background-position: center bottom -40px;
    }

    to {
        background-position: center bottom 40px;
    }
}

.t_area .column {
    display: flex;
    margin-left: 9%;
    justify-content: space-between;
    align-items: flex-start;
}

.t_area .column .sec-title {
    margin-left: 42px;

}

.t_area .column .sec-title .title {
    align-items: flex-end;
    gap: 0;
}

.t_area .column .sec-title .title .tit-en {
    height: 106px;
}

.t_recruit {
    position: relative;
    padding-bottom: 37px;
}

.t_recruit .inner {
    padding: 40px 0 200px;
}

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

.t_recruit .column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.t_recruit .sec-title {
    margin-bottom: 65px;
}

.t_recruit .catch {
    margin-bottom: 44px;
}

.t_recruit .catch p {
    font-weight: 500;
    font-size: clamp(1.25rem, 0.751rem + 1.04vw, 2rem);
    line-height: calc(54/32);
    color: #fff;
}

.t_recruit .desc p {
    line-height: calc(27/16);
}

.t_recruit .morebtn {
    margin-top: 80px;
    border-radius: 50%;
    width: 320px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;

}

.t_recruit .morebtn a {
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.t_recruit .morebtn .link-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    padding-bottom: 11px;
    padding-left: 32px;
    transition: padding .8s ease;
}

.t_recruit .morebtn:hover .link-wrap {
    padding-left: 0;
}

.t_recruit .scroll-text {
    width: 100%;
    position: absolute;
    bottom: -37px;
    overflow: hidden;
}

.t_recruit .scroll-text .scroll-area {
    display: flex;
    width: max-content;
    animation: scrollText 20s linear infinite;
    gap: 3em;
}

.t_recruit .scroll-text .scroll-area .text {
    flex-shrink: 0;
    white-space: nowrap;
    font-family: var(--font-Italiana);
    font-weight: 400;
    font-size: clamp(4.75rem, 1.673rem + 6.42vw, 9.375rem);
    color: rgba(255, 255, 255, .36);
    width: max-content;

}

@keyframes scrollText {

    from {

        transform: translateX(0);

    }

    to {

        transform: translateX(-33.333%);

    }

}

.t_news .inner {
    padding: 240px 0 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t_news .column {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: flex-start;
    margin-bottom: 72px;
    width: 100%;
}

.t_news .sec-title {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDB958;
}

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

.t_news .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.t_news .webgene-item {
    padding-bottom: 21px;
    padding-right: 47px;
    border-bottom: 1px solid #FFF;
    width: 100%;
}

.t_news .webgeneLink {
    display: flex;
    align-items: center;
}

.t_news .webgeneLink .date {
    font-family: var(--font-Italiana);
    font-weight: 400;
    font-size: clamp(1.25rem, 0.793rem + 0.95vw, 1.938rem);
    color: #fff;
    margin-right: 40px;
}

.t_news .webgeneLink .cate {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 7px 32px;
    border: 1px solid #FFF;
    margin-right: 100px;
}

.t_news .webgeneLink .ItemTit {
    max-width: 900px;
    width: 61%;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    line-height: calc(27/16);
    text-align: left;
    color: #fff;
}

.t_news .webgeneLink .arrow {
    margin-left: auto;
    background: url(/system_panel/uploads/images/20260523022802735002.svg) no-repeat left / contain;
    width: 50px;
    height: 10px;
    transition: var(--default);
}

.t_news .webgene-item:hover .webgeneLink .arrow {
    transform: translateX(20px);
}

.t_insta {
    border-bottom: 1px solid #FFF;
}

.t_insta .inner {
    padding-bottom: 240px;
}

.t_insta .sec-title .title {
    align-items: center;
}

.t_insta .column .sec-title .title .tit-en {
    height: 95px;
}

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

.t_insta .sec-body .webgene-blog {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 24px;
}

.t_insta .sec-body .webgene-blog .imgBx01:hover {
    opacity: 50%;
}

.t_insta .sec-body .webgene-blog .webgene-item-main-image,
.t_insta .sec-body .webgene-blog video {
    aspect-ratio: 1/1;
    width: 100%;
}

.t_insta .sec-body .webgene-blog .py-3 {
    padding: 0 !important;
}

.t_insta .sec-body .webgene-blog .imgBx01 {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    transition: .4s ease;
}

.t_contact .inner {
    padding: 120px 0 160px;
}

.t_contact .inner .sec-title {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.t_contact .inner .sec-title .title {
    align-items: center;
}

.t_contact .inner .sec-title .desc {
    margin: 0;
}

.t_contact .link-item {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 94%;
    margin: 0 auto 120px;
}

.t_contact .link-item .item {
    padding: 27px 24px 23px;
    border: 1px solid #fff;
    max-width: 610px;
    width: 50%;
}

.t_contact .link-item .item a {
    margin: 0 auto;
    border: 1px solid #fff;
    display: block;

}



.t_contact .link-item .item-line .link-wrap {
    display: grid;
    grid-template-columns: minmax(13%, 81px) max-content minmax(24%, 175px);
    align-items: center;
    justify-content: space-between;
    padding-left: 23px;
}

.t_contact .link-item .item-line .icon {
    width: 100%;
    padding-right: 28px;
}

.t_contact .link-item .item-line .desc {
    text-align: center;
    padding-right: 48px;
}

.t_contact .link-item .item-line .qrcode {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #FFF;
}

.t_contact .link-item .item-line .desc span {
    font-size: clamp(0.875rem, 0.459rem + 0.87vw, 1.5rem) !important;
}

.t_contact .link-item .link-text {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.t_contact .link-item .telbox {
    display: inline-grid;
    grid-template-areas: "icon num"
        "time time";
    gap: 18px 25px;
    align-items: flex-end;
}

.t_contact .link-item .item-line .desc p {
    font-size: clamp(0.625rem, 0.376rem + 0.52vw, 1rem);
}

.t_contact .link-item .link-wrap {
    min-height: clamp(6.188rem, 3.028rem + 6.59vw, 10.938rem);
}

.t_contact .item-tel .link-wrap {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t_contact .link-item .telbox .icon {
    grid-area: icon;
    width: 32px;
    height: auto;
}

.t_contact .link-item .telbox .num {
    grid-area: num;
    height: 42px;
    width: auto;
}

.t_contact .link-item .telbox .time {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
    text-align: right;
    color: #ffd800;
    grid-area: time;
}

.t_contact .sec-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 57px;
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
}

.t_contact .sec-body .tit-ja {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    text-align: center;
    color: #fff;
}

    .t_contact .inner .sec-title .desc br {
        display: none;
    }

@media (max-width: 1500px) {
    .intro>.inner .column.reverse .sec-img {
        width: 38%;
    }

    .intro>.inner .column.reverse .sec-text {
                        width: 57%;
    }

    .t_contact .link-item {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .t_news .webgene-item {
        padding-right: 0;
    }

    .t_news .webgeneLink .cate {
        margin-right: 60px;
    }

    .t_contact .inner {
        width: 80%;
    }
}

@media (max-width: 1300px) {
    .intro>.inner .column .sec-text {
        width: 64%;
    }
}

@media (max-width: 1200px) {
    .fv .inner {
        width: 90%;
    }

    .intro>.inner .column {
        width: 75%;
    }

    .intro>.inner .column.reverse {
        width: 100%;
    }

    .intro>.inner .column .sec-img::after {
        left: 30px;
        bottom: -30px;
    }

    .intro>.inner .column.reverse .sec-img::after {
        left: -30px;
    }

    .t_area .inner {
        width: 88%;
    }

    .t_area .inner .sec-img {
        width: 45%;
    }

    .t_news .inner {
        width: 90%;
    }

    .t_news .webgeneLink {
        display: grid;
        grid-template-areas: "date cate cate"
            "title title arrow";
        grid-template-columns: max-content 1fr;
        gap: 20px 0;
    }

    .t_news .webgeneLink .date {
        grid-area: date;
    }

    .t_news .webgeneLink .cate {
        grid-area: cate;
        margin-right: 0;
        width: fit-content;
    }

    .t_news .webgeneLink .ItemTit {
        grid-area: title;
        width: 80%;
    }

    .t_news .webgeneLink .arrow {
        grid-area: arrow;
    }

    .t_contact .inner {
        width: 90%;
    }

    .t_contact .link-item .item-line .link-wrap {
        grid-template-columns: 22% max-content auto;
    }

    .t_contact .link-item .item-line .desc {
        padding-right: 30px;
    }

}

@media (max-width: 1023px) {
     .fv .inner {
        width: 80%;
    }

    .fv .fv-tit {
        display: grid;
        grid-template-areas: "img"
            "text1"
            "text2";
        grid-template-columns: 1fr;
    }

    .fv .tit-en {
        grid-area: img;
        max-width: calc(253/400*100vw);
        width: 100%;
        max-width: none;
        margin-bottom: 49px;
    }

    .fv .tit-en img {
        margin: auto;
    }

    .fv .tit-ja.left {
        grid-area: text1;
        text-align: center;
        margin-bottom: 14px;
    }

    .fv .tit-ja.right {
        grid-area: text2;
        text-align: center;
    }

    .fv .h_text {
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    .intro .inner {
        width: 87%;
    }

    .t_contact .link-item {
        flex-direction: column;
        gap: 22px;
    }

    .t_contact .link-item .item {
        max-width: none;
        width: 100%;
    }

    .t_contact .link-item .item-line .link-wrap {
        grid-template-columns: calc(45/400*100vw) 1fr calc(100/400*100vw);
    }

    .t_contact .sec-body {
        max-width: none;
        width: 80%;
    }
.t_contact .link-item .item-line .desc p {font-size: calc(10/400*100vw);}
.t_contact .link-item .item-line .desc span {
    font-size: calc(14/400*100vw)!important;
}
}

@media (max-width: 767px) {
   
    .fv .tit-en img {
        width: 100%;
    }

    .intro>.inner {
        padding: 65px 0 78px;
        gap: 60px;
    }

        .intro .inner {
                width: 85%;
    }

    .intro>.inner .sec-title {
        gap: 27px;
    }

    .intro>.inner .column,
    .intro>.inner .column.reverse {
        width: 100%;
        flex-direction: column-reverse;
        gap: 68px;
        align-items: center;
    }

    .intro>.inner .column .sec-img {
        max-width: calc(215/400*100vw);
        width: 100%;
    }

    .intro>.inner .column .sec-text,
    .intro>.inner .column.reverse .sec-text {
        max-width: none;
        width: 100%;
        margin: 0;
        align-items: center;
    }

    .intro>.inner .column.reverse .sec-img {
        max-width: calc(262/400*100vw);
        width: 100%;
    }

    .intro>.inner .column.reverse .sec-text .desc p {
        line-height: calc(30/14);
    }



    .intro>.inner .sec-title .pc-hidden {
        display: block;
    }

    .intro>.inner .sec-title .sp-hidden {
        display: none;
    }

    .intro .bg {
        height: 606px;
        object-fit: cover;
    }

    .intro>.inner .sec-title .tit-ja br {
display: block;
}

    .sec-title .desc {
        margin-top: 0;
    }

    .sec-title .title .tit-en {
        height: 34px;
    }

    .t_service .inner {
        padding: 80px 0 135px;
    }

    .t_service .sec-title {
        padding-bottom: 15px;
        margin-bottom: 60px;
        width: 80%;
    }

    .t_service .scroll-area {
        margin: 0 auto;
        width: 90%;
    }

    .t_service .s_list {
        flex-direction: column;
        gap: 60px;
    }

    .t_service .s_list .item {
        display: flex;
        flex-direction: column;
        gap: 23px;
        min-width: auto;
    }

    .t_service .s_list .item .sec-img {
        width: 100%;
    }

    .t_service .s_list .item .sec-text {
        gap: 30px;
    }

    .t_service .s_list .item .morebtn {
        width: calc(164/400*100vw);
        margin: 0 auto;
    }

    .t_service .s_list .item .morebtn .link-wrap {
        padding-left: 0;
    }

    .t_service .navi {
        display: none;
    }

    .t_area .inner {
        padding-bottom: 28px;
        margin-bottom: 80px;
    }

    .t_area .column {
        flex-direction: column-reverse;
        width: 92%;
        margin: 0 auto;
    }

    .t_area .inner .sec-img::before {
        width: calc(346/400*100vw);
        left: 0;
        right: auto;
    }

    .t_area .column .sec-title .title .tit-en {
        height: 35px;
    }

    .t_area .inner .sec-img {
        width: 90%;
        height: 245px;
        max-width: none;
        margin-top: 0;
    }

    .t_area .column .sec-title {
        margin-left: 0;
    }

    .t_area .column .sec-title .title {
        gap: 8px;
    }

    @keyframes parallax {
        from {
            background-position: center bottom -10px;
        }

        to {
            background-position: center bottom 10px;
        }
    }

    .t_recruit {
        padding-bottom: 19px;
    }

    .t_recruit .inner {
        padding: 64px 0 113px;
    }

    .t_recruit .column {
        flex-direction: column;
        gap: 40px;
    }

    .t_recruit .sec-title,
    .t_recruit .catch {
        margin-bottom: 40px;
    }

    .t_recruit .morebtn {
        width: calc(180 / 400 * 100vw);
        margin: 40px auto 0;
    }

    .t_recruit .morebtn .link-wrap {
        padding-left: 0;
    }

    .t_recruit .morebtn .link-wrap {
        gap: 10px;
    }

    .t_recruit .scroll-text {
        bottom: -19px;
    }

    .t_news .inner {
        padding: 96px 0 80px;
    }

    .t_news .sec-body .webgene-blog {
        grid-template-columns: repeat(2, 1fr);
    }

    .t_insta .sec-title .title {
        gap: 6px;
    }

    .t_insta .column .sec-title .title .tit-en {
        height: 36px;
    }

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

    .t_contact .link-item .item {
        padding: 16px 12px 14px 14px;
    }

    .t_contact .link-item .item-line .link-wrap {
        padding-left: 16px;
    }

    .t_contact .link-item .item-line .icon,
    .t_contact .link-item .item-line .desc {
        padding-right: 8px;
    }

    .t_contact .link-item .telbox .icon {
        width: 18px;
    }

    .t_contact .link-item .telbox .num {
        height: 21px;
    }

    .t_contact .link-item .telbox {
        gap: 4px 14px;
    }

    .t_contact .sec-body {
        width: 100%;
    }

    .t_contact .inner .sec-title .desc br {
        display: block;
    }


}

.gjs-dashed .blur {
    filter: blur(0);
    opacity: 1;
}