@charset "UTF-8";

.fv {
    display: flex;
    align-items: center;
    position: relative;
}

.fv::before {
    content: "";
    position: absolute;
    width: clamp(5.375rem, 4.451rem + 3.79vw, 9rem);
    height: clamp(15.813rem, 13.056rem + 11.31vw, 26.625rem);
    top: 0;
    left: 5%;
    background: url(/system_panel/uploads/images/20251230220756183591.svg) no-repeat center/contain;
}


.fv .col-text {
    max-width: 40%;
    width: 100%;
}

.fv .col-text .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fv .col-text img {
    width: clamp(13.5rem, 10.792rem + 11.11vw, 24.125rem);
    height: auto;
}

.fv .col-text .desc {
    margin-bottom: 24px;
}

.fv .col-text .desc p {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #000;
}

.fv .col-text .sitetitle {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;

}

.fv .col-img {
    max-width: 60%;
    width: 100%;
}

.fv .col-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.column {
    display: flex;
}

.deco {
    width: clamp(2.25rem, 1.836rem + 1.7vw, 3.875rem);
    height: auto;
}

.tate:not(a) {
    writing-mode: vertical-rl;
}

.main-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.029rem + 0.39vw, 1.5rem);
    color: #000;
}

.sub-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
    color: #000;
}

.link {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.link p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 0.968rem + 0.13vw, 1.125rem);
    line-height: 1.2;
    color: #000;
}

.link.tate {
    flex-direction: column;
}

.link img {
    width: 9px;
    height: auto;
}

.sec01 {
    padding: 172px 0 135px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.sec01 .column.top {
    margin-right: 15%;
}

.sec01 .column.bottom {
    flex-direction: row-reverse;
    margin-left: 15%;
    margin-right: 6%;
    gap: 30%;
}

.sec01 .column.top .col-img {
    max-width: 60%;
    width: 100%;
}

.sec01 .column.top .col-text {
    max-width: 40%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.sec01 .column.top .col-text .title {
    display: flex;
    flex-direction: row-reverse;
}

.sec01 .column.top .col-text .deco {
    margin-left: 51px;
}

.sec01 .column.top .col-text .sub-text {
    margin-left: 12px;
}

.sec01 .column.bottom .col-text {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec01 .column.bottom .col-text .main-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-left: 23px;
}

.sec01 .column.bottom .col-text .desc {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    text-align: left;
    color: #000;
    margin-left: 110px;

}

.sec01 .column.bottom .col-text .link {
    overflow: hidden;
}

.sec01 .column.bottom .col-text .link:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    transition: .8s ease;
    background-color: #000;
}

.sec01 .column.bottom .col-text .link:hover::before {
    transform: translateY(0);
}

.sec02 .inner {
    margin: 0 6%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    padding-bottom: 143px;
}

.sec02 .col-head {
    display: flex;
    gap: 5%;
    align-items: center;
    grid-area: 1 / 1 / 2 / 2;

}

.sec02 .sub-text {
    margin-bottom: 13px;
}

.sec02 .inner .col-img-top {
    grid-area: 1 / 2 / 3 / 3;
    margin-bottom: 120px;
}

.sec02 .inner .col-img-bottom {
    grid-area: 2 / 1 / 4 / 2;
    width: 59%;
    margin: auto;
}

.sec02 .col-text {
    grid-area: 3 / 2 / 5 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec02 .desc {
    margin-bottom: 63px;
}

.sec02 .desc p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 34px;
    color: #000;
}

.sec02 .link {
    overflow: hidden;
}

.sec02 .link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateX(-100%);
    transition: .8s ease;
}

.sec02 .link:hover::after {
    transform: translateX(0);
}

.sec03 {
    display: flex;
    flex-direction: column;
}

.sec03 .inner {
    margin: 0 4% 0 8%;
    padding-bottom: 160px;
}

.sec03 .col-head {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 113px;
}

.sec03 .column {
    gap: 80px;
}

.sec03 .col-head .sub-text {
    font-size: 16px;
    margin-bottom: 10px;
}

.sec03 .col-head .main-text {
    font-size: 20px;
}

.sec03 .col-img {
    max-width: 59%;
}

.sec03 .col-text {
    max-width: 30%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.sec03 .service01 {
    margin-bottom: 80px;
}

.sec03 .service02 {
    margin-left: auto;
    justify-content: flex-end;
}

.sec03 .num {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 17px;

}



.sec03 .col-text .title {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
    color: #000;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    padding: 20px;
    margin-bottom: 40px;

}

.sec03 .desc {
    margin-bottom: 40px;
}

.sec03 .desc p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
    line-height: 40px;
    color: #000;

}

.sec03 .col-text .link, .t_news .column .col-text .link {
    overflow: hidden;
}

.sec03 .col-text .link::after, .t_news .column .col-text .link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateX(-100%);
    transition: .8s ease;
}

.sec03 .col-text .link:hover::after, .t_news .column .col-text .link:hover::after {
    transform: translateX(0);
}

.linklist .column {
    display: grid;
    grid-template-columns: repeat(3, 110px);
    grid-template-rows: 130px;
    justify-content: center;
    gap: 120px;
}

.linklist .column a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    border: 4px solid #000;
    transition: .4s ease;
}

.linklist .column a:hover {
    opacity: 50%;
}

.linklist .column a .main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(1rem, 0.968rem + 0.13vw, 1.125rem);
    font-weight: 400;
    color: #000;
}

.t_news .column {
    padding: 160px 0 81px;
    display: flex;
    gap: 161px;
    margin: 0 10%;
}

.t_news .column .col-text {
    display: flex;
    gap: 48px;
    align-items: center;

}

.t_news .column .col-text .title {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.news-main {
    max-width: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-main .link {
    justify-content: flex-end;
    overflow: hidden;
    margin-left: auto;
}

.news-main .link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
    transition: .8s ease;
}

.news-main .link:hover::after {
    transform: translateX(0);
}

.news-main .webgene-blog {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.news-main .newsItem {
    width: 100%;
}

.news-main .newsItem a {
    transition: .4s ease;
}

.news-main .newsItem a:hover {
    opacity: 50%;
}

.news-main .newsTextWrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
}

.news-main .newsTextWrap .column {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 0;
    margin: 0;
}

.newsItemCate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    background-color: transparent;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    position: relative;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #b4b4b4;
}

.news-main .newsItemText {
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: flex-start;
    width: 100%;
}

.news-main .newsItemTit {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    color: #000;
}

.news-main .newsItemContent {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    text-align: left;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.newsItemTime {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #000;
}

.news-main .newscontents {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.t_insta .column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 10%;
    padding-bottom: 160px;
}

.t_insta .column .col-head {
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 1024px) {
    .sec01 .column.top {
        margin-right: 7%;
    }

    .sec01 .column.bottom {
        margin-right: 5%;
        gap: 10%;
    }


    .sec03 .column {
        flex-direction: column;
    }

    .sec03 .col-img {
        max-width: 100%;
    }

    .sec03 .col-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .fv {
        flex-direction: column;
        gap: 40px;
        padding-top: 99px;
    }

    .fv .col-text {
        max-width: 100%;
    }

    .fv .col-img {
        max-width: 100%;
    }

    .sec01 {
        padding: 120px 0;
    }

    .sec01 .column.top {
        flex-direction: column-reverse;
    }

    .sec01 .column.top .col-img {
        max-width: 95%;
    }

    .sec01 .column.top {
        margin-right: 0;
    }

    .sec01 .column.top .col-text {
        max-width: 100%;
        margin-bottom: 60px;
        justify-content: center;
    }

    .sec01 .column.top .col-text .sub-text {
        margin-left: 0;
    }

    .sec01 .column.top .col-text .deco {
        margin-left: 25px;
    }

    .sec01 .column.bottom {
        flex-direction: column-reverse;
    }

    .sec01 .column.bottom {
        margin-right: 0;
        margin-left: 5%;
        gap: 64px;
    }

    .sec01 .column.bottom .col-text {
        margin: auto;
    }

    .sec01 .column.bottom .col-text .desc {
        margin-left: 40px;
    }

    .linklist .column {
        gap: 30px;
        grid-template-columns: repeat(3, 94px);
        grid-template-rows: 112px;
    }

    .t_news .column {
        flex-direction: column;
        padding-top: 120px;
        margin: 0 5%;
        gap: 40px;
    }

    .news-main .newsTextWrap .column {
        flex-direction: row;
    }

    .sec02 .inner {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .sec02 .col-head {
        margin-bottom: 56px;
        margin-left: 5%;
    }

    .sec02 .inner .col-img-top {
        margin-right: 5%;
        margin-bottom: 40px;
    }

    .sec02 .inner .col-img-bottom {
        margin-right: 0;
        margin-bottom: 64px;
    }

    .sec02 .col-text {
        margin: 0 5%;
    }

    .sec03 .inner {
        margin: 0;
        padding-bottom: 120px;
    }

    .sec03 .col-text {
        margin: 0 5%;
    }

    .sec03 .col-head {
        justify-content: center;
    }

    .sec03 .desc p {
        line-height: 32px;
    }

    .sec03 .column {
        gap: 32px;
    }

    .news-main {
        max-width: 100%;
    }

    .t_insta .column {
        margin: 0 5%;
    }
}