@charset "utf-8";

#root {
    overflow: hidden;
}

.sec-intro {
    margin-bottom: 190px;
}

.sec-intro .column {
    display: flex;
    gap: 2%;
    align-items: flex-start;
}

.sec-intro .img {
    max-width: 39.74vw;
    width: 100%;
    height: 30.052vw;
    position: relative;
    z-index: 5;
}

.sec-intro .img::after {
    position: absolute;
    content: "";
    width: 32.448vw;
    height: 27.448vw;
    background: #edf9ff;
    top: 20%;
    left: 30%;
    z-index: -1;
}

.sec-intro .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-intro .text {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-top: 7%;
    position: relative;
    z-index: 8;
}

.sec-intro .main-tit {
    font-family: var(--ja);
    font-weight: 700;
    font-size: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
    line-height: 1.4;
    color: #072651;
}

.philosophy .inner {
    max-width: 1536px;
    width: 86%;
    padding-bottom: 260px;
    margin: 0 auto;
}

.philosophy .title {
    margin-bottom: 100px;
}

.philosophy .list {
    display: flex;
    flex-direction: column;
    gap: 140px;
}

.philosophy .item {
    display: grid;
    grid-template-columns: 55% 1fr;
    align-items: center;
    gap: 1%;
    justify-content: space-between;
    padding-bottom: 100px;
    border-bottom: 0.5px solid #7e7e7e;
}

.philosophy .item:last-child {
    align-items: flex-start;
}

.philosophy .item .text {
    margin-left: 2%;
}

.philosophy .item .sub {
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(0.625rem, 0.564rem + 0.26vw, 0.875rem);
    color: #e29c3d;
}

.philosophy .item .item-ttl,
.philosophy .item .item-ttl span {
    display: inline-block;
    font-family: var(--ja);
    font-weight: 700;
    font-size: clamp(1.125rem, 0.791rem + 1.42vw, 2.5rem);
    line-height: calc(55/40);
    color: #babbbc;
}

.philosophy .item .item-ttl span.active {
    color: #072651;
}

.philosophy .item .desc p,
.history .item .text .desc p,
.message .list .item .desc p,
.message .prof .text .desc p {
    font-size: clamp(0.813rem, 0.767rem + 0.19vw, 1rem);
}

.philosophy .item .v-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.philosophy .item .v-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.philosophy .item .v-ttl {
    display: flex;
    gap: 4px;
}

.philosophy .item .v-ttl .num {
    font-family: var(--ja);
    font-weight: 400;
    font-size: 12px;
    color: #000;
    font-variation-settings: sub;

}

.philosophy .item .v-ttl .main {
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    line-height: calc(30/20);
    color: #000;
}

.philosophy .item .v-item .desc {
    margin-left: 1em;
}

.history {
    position: relative;
    z-index: 5;
}

.history::before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/20260312204858427857.png) no-repeat left/contain;
    width: 2636px;
    height: 1129px;
    top: -45px;
    left: -319px;
    opacity: 0.2;
    transform: rotate(-204deg) scaleY(-1);
    z-index: -1;
}

.history .inner {
    max-width: 1344px;
    width: 83%;
    margin: 0 auto;
    padding-bottom: 289px;
}

.history .title {
    margin-bottom: 140px;
}

.history .list {
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.history .item {
    display: flex;
    align-items: center;
    gap: 6%;
    justify-content: center;
}

.history .item.column {
    flex-direction: row-reverse;
}

.history .item .img {
    max-width: 603px;
    width: 45%;
}

.history .item .text {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 53%;
}

.history .item .text .item-ttl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}



.history .item .text .main {
    font-family: var(--ja);
    font-weight: 700;
    font-size: clamp(1.125rem, 0.973rem + 0.65vw, 1.75rem);
    color: #fff;
    width: fit-content;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    z-index: 5;

}

.history .item .text .main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #072651;
    transform: translateX(-100%);

    transition: transform .4s ease;
    z-index: -1;
}

.history .item .text .main.active::before {
    transform: translateX(0);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.message {
    position: relative;
    z-index: 5;
}

.message .inner {
    padding-bottom: 100px;
}

.message::before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/20260312204858427857.png) no-repeat left/contain;
    width: 2636px;
    height: 1129px;
    top: -358px;
    left: -535px;
    opacity: 0.2;
    transform: rotate(196deg) scaleY(-1);
    z-index: -1;
}

.message .title {
    margin-bottom: 137px;
}

.message .list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 124px;
}

.message .list .item {
    display: flex;
    align-items: center;
    gap: 3%;
    width: 90%;
    margin-right: auto;
}

.message .list .item.column {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
}

.message .list .item .img {
    max-width: 44.688vw;
    width: 45%;
}

.message .list .item .text {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: flex-start;
}

.message .list .item .item-ttl {
    width: 100%;
    z-index: 5;
}

.message .list .item .item-ttl .main {
    background-color: #FFF;
    width: fit-content;
    position: relative;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    line-height: 2;
    color: #072651;
}

.message .list .item .item-ttl .main::before {
    content: "";
    width: 140px;
    height: .5px;
    background-color: #072651;
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}


.message .list .item:last-child .item-ttl::before {
    width: 74%;
}

.message .prof {
    max-width: 797px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.message .prof .img {
    max-width: 507px;
    width: 90%;
    margin: 0 auto 60px;
}

.message .prof .text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
}

.message .prof .text .item-ttl {
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    line-height: calc(40/24);
    color: #000;
}

.message .prof .text .name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #072651;
    gap: 1em;
}

.message .prof .text .name .bold {
    font-weight: 600;
}

.company {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 255, 0.02) 38.01%, #d3e7f2 100%);
}

.company .inner {
    padding-bottom: 160px;
}

.company .title {
    margin-bottom: 100px;
}

.company .list {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
    gap: 20px;
    align-items: flex-start;
}

.company .item {
    display: grid;
    grid-template-columns: 10% 1fr;
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #435590;
}

.company .item .ttl {
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #435590;
    padding-left: 14%;

}

.company .item .detail {
    border-left: 2px solid #435590;
    padding-left: 14%;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(30/16);
    color: #000;
}


@media (max-width: 1440px) {

    .philosophy .inner,
    .history .inner {
        width: 94%;
    }

    .history .item .img {
        width: 43%;
    }

    .message .list .item .img {
        width: 40%;
    }

    .message .list .item,
    .message .list .item.column {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .philosophy .item {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 80%;
        margin: 0 auto;
    }

    .philosophy .list .text,
    .philosophy .list .desc,
    .philosophy .item .v-list {
        width: 80%;
        margin: 0 auto;
    }

    .message .list {
        gap: 60px;
    }

    .message .list .item,
    .message .list .item.column {
        flex-direction: column;
        gap: 40px;
    }

    .message .list .item .img {
        max-width: none;
        width: 100%;
        height: 47.692vw;
    }

    .message .list .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .message .list .item .text {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 960px) {
    .history .list {
        gap: 80px;
        width: 80%;
        margin: 0 auto;
    }

    .history .item,
    .history .item.column {
        flex-direction: column;
        gap: 40px;
    }

    .history .item .img,
    .history .item .text {
        max-width: none;
        width: 100%;
    }

    .company .item {
        grid-template-columns: 16% 1fr;
    }

    .history::before {
        width: 160.513vw;
        height: 68.718vw;
        top: 25.641vw;
        left: -25.385vw;
        transform: rotate(-211deg) scaleY(-1);
    }

    .message::before {
        width: 225.128vw;
        height: 96.41vw;
        top: -29.487vw;
        left: -69.744vw;
        transform: rotate(205deg) scaleY(-1);
    }
}

@media (max-width: 767px) {
    .sec-intro {
        margin-bottom: 80px;
    }

    .sec-intro .column {
        flex-direction: column;
        gap: 55px;
    }

    .sec-intro .img {
        max-width: 58.205vw;
        height: 43.846vw;
    }

    .sec-intro .img::after {
        width: 47.436vw;
        height: 40.256vw;
        top: 20%;
        left: 30%;
    }

    .sec-intro .text {
        width: 94%;
        margin: 0 auto;
        gap: 30px;
    }

    .philosophy .inner {
        padding-bottom: 122px;
    }

    .philosophy .title {
        margin-bottom: 40px;
    }

    .philosophy .list {
        gap: 40px;
    }

    .philosophy .item {
        width: 100%;
        padding-bottom: 40px;
    }

    .philosophy .list .text,
    .philosophy .list .desc,
    .philosophy .item .v-list {
        width: 100%;
    }

    .history .inner {
        padding-bottom: 80px;
    }

    .history .title {
        margin-bottom: 60px;
    }

    .history .list {
        width: 100%;
    }

    .history .item .text {
        gap: 40px;
    }

    .history .item .text .main {
        padding: 16px 13px;
    }

    .message .title {
        margin-bottom: 60px;
    }

    .message .list .item .text {
        gap: 30px;
    }

    .message .list .item .text {
        width: 94%;
    }

    .message .list {
        margin-bottom: 50px;
    }

    .message .prof {
        width: 94%;
    }

    .message .prof .text .name {
        justify-content: center;
    }

    .message .inner {
        padding-bottom: 80px;
    }

    .company .title {
        margin-bottom: 60px;
    }

    .company .list {
        width: 94%;
    }

    .company .item {
        grid-template-columns: 25% 1fr;
    }

    .company .inner {
        padding-bottom: 100px;
    }
}


.gjs-dashed .history .item .text .main::before {
    transform: translateX(0);
}