/*==============================================================
about-us
==============================================================*/

/*－－－－－－－－－－共通－－－－－－－－－－*/
.about-common-ttl {
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;

    @media (max-width: 768px) {
        margin-bottom: 24px;
    }
}

.about-common-ttl::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    height: 90%;
    background: linear-gradient(135deg, #4F4FB4, #BCA4E3);
}

.common-main-ttl {
    font-size: clamp(1.75rem, 1.5833rem + 0.3472vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
}

.common-sub-ttl {
    font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);
    font-weight: 500;
}

/*－－－－－－－－－－－－－－－－－－－－－－*/


/*－－－－－－－－－－代表挨拶－－－－－－－－－－*/
.greeting {
    padding: 80px 16px;
    margin-top: 80px;
    background-color: #FBF5FF;

    @media (max-width: 991px) {
        padding: 40px 16px 0;
        margin-top: 0px;
    }
}

.greeting-cont {
    max-width: 1440px;
    margin: 0 auto;
}

.greeting-box {
    position: relative;

    @media (max-width: 1200px) {
        padding: 40px;
    }

    @media (max-width: 768px) {
        padding: 24px 16px;
    }
}

.greeting-item {
    gap: 64px;

    @media (max-width: 768px) {
        flex-direction: column;
        gap: 16px;
    }
}

.greeting-item .des {
    padding: 0;
}

.greeting-left {
    width: 55%;

    @media (max-width: 991px) {
        width: 100%;
    }
}

.greeting-right {
    flex: 1;

    @media (max-width: 991px) {
        margin-bottom: 16px;
    }
}

.greeting-right-wrap {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.greeting-right-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #4F4FB4, #BCA4E3);
    z-index: -1;
    transform: translate(-6px, 5px);
    border-radius: 5px;
    display: block;
    pointer-events: none;

    @media (max-width:991px) {
        transform: translate(0, 5px);
    }
}

.greeting-right img {
    border-radius: 5px;
}

.greeting-txt {
    flex-direction: column;
    gap: 24px;

    @media (max-width:991px) {
        gap: 8px;
    }
}

.greeting-main-txt {
    font-weight: 800;
    font-size: clamp(1.5rem, 0.4167rem + 1.7361vw, 2.5rem);
}

.des {
    line-height: 1.6;

    @media (max-width:991px) {
        margin-top: 0px;
    }
}

.president {
    margin-top: 40px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 12px;

    @media (max-width:991px) {
        margin-top: 24px;
    }
}

.president-role {
    font-family: "Yuji Syuku", serif;
}

.president-name {
    font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
    font-family: "Yuji Syuku", serif;
}

/*－－－－－－－－－－会社情報－－－－－－－－－－*/
.info {
    padding: 80px 16px 0px;

    @media (max-width: 991px) {
        padding: 40px 16px 0;
    }
}

.info-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.info-box {

    @media (max-width: 991px) {}
}

.info-item {
    width: 100%;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-row {
    display: flex;
    width: 100%;

    @media (max-width:991px) {
        flex-direction: column;
    }
}

.info-row:last-child {
    border-bottom: 1px solid #ccc;
}

.info-col {
    font-size: 16px;
    border-top: 1px solid #ccc;
    padding: 40px;
    width: 100%;

    @media (max-width:991px) {
        padding: 2px 8px 16px;
        border-top: unset;
    }
}

.info-col.title {
    font-weight: bold;
    border-top: 1px solid #0303b6;
    width: 30%;

    @media (max-width:991px) {
        padding: 16px 8px 0;
        width: 100%;
    }
}

.info-registration-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/*－－－－－－－－－－アクセスマップ－－－－－－－－－－*/

.access {
    padding: 80px 16px;
    margin-top: 80px;
    background-color: #FBF5FF;

    @media (max-width: 991px) {
        padding: 40px 16px;
        margin-top: 40px;
    }
}

.access-cont {
    max-width: 1440px;
    margin: 0 auto;
}

.access-box {
    z-index: 1;

    @media (max-width: 991px) {
        padding: 0px 16px;
    }
}

.access-item {
    gap: 64px;

    @media (max-width: 991px) {
        flex-direction: column;
        gap: 24px;
    }
}

.access-left {
    width: 25%;

    @media (max-width: 991px) {
        width: 100%;
    }
}

.access-content {
    display: flex;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 991px) {
        gap: 16px;
    }
}

.access-txt {
    gap: 8px;
    width: 100%;
    align-items: center;
}

.access-txt img {
    margin: 0 auto;
    height: 20px;
    width: 10%;

    @media (max-width: 991px) {
        width: 8%;
    }
}

.access-txt p {
    flex: 1;
}

.access-des-02 {
    @media (max-width: 991px) {
        padding-left: 30px;
    }
}

.access-right {
    flex: 1;

    @media (max-width: 991px) {
        flex: unset;
    }
}

.access-right-wrap {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: 100%;
}

.access-right-wrap iframe {
    border-radius: 5px;
    width: 100%;
    height: 480px;

    @media (max-width: 991px) {
        width: 100%;
        height: 240px;
    }
}


.access-right-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #4F4FB4, #BCA4E3);
    z-index: -1;
    transform: translate(-6px, 5px);
    border-radius: 5px;
    display: block;
    pointer-events: none;

    @media (max-width:991px) {
        transform: translate(0, 5px);
    }
}

/*－－－－－－－－－－沿革－－－－－－－－－－*/
.history {
    padding: 80px 0 0;

    @media (max-width: 991px) {
        padding: 40px 0;
    }

    .about-common-ttl {
        position: relative;
        padding-top: 12px;
    }

    .about-common-ttl::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50.6%;
        transform: translateX(-50%);
        width: 60px;
        height: 8px;
        background: linear-gradient(135deg, #4F4FB4, #BCA4E3);
    }
}

.history-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.history-box {}

.history-item {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;

    @media (min-width: 769px) and (max-width: 1735px) {
        margin: 0;
    }

    @media (max-width: 420px) {
        margin: 0;
    }
}

.history-img-box {
    flex: 1;
}

.history-table {
    width: 70%;
    flex-direction: column;
    gap: 64px;

    @media (max-width: 991px) {
        width: 100%;
        gap: 16px;
        padding: 0 16px;
    }
}

.history-row {
    display: flex;
    padding-left: 40px;
    align-items: center;

    @media (max-width: 991px) {
        flex-direction: column;
        gap: 4px;
        padding-left: 0px;
    }
}

.history-year {
    width: 13%;
    font-weight: bold;

    @media (max-width: 991px) {
        width: 100%;
    }
}

.history-detail {
    flex: 1;
    position: relative;
    padding-left: 40px;

    @media (max-width: 991px) {
        padding-left: 32px;
        width: 100%;
    }
}

.history-detail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #4F4FB4, #BCA4E3);
    border-radius: 50%;
    z-index: 2;
}

.history-detail::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 88px;
    background-color: #ccc;
    z-index: 1;

    @media (max-width: 991px) {
        height: 100%;
    }
}

.history-img-box {
    flex-direction: column;
    gap: 105px;
    margin-top: 220px;

    @media (max-width: 991px) {
        gap: 0px;
        margin-top: 0px;
    }
}

.history-img-item {
    margin: 0 0 0 auto;
    width: 85%;

    @media (max-width: 991px) {
        margin: 8px 0 0;
        width: 100%;
    }
}

.history-img-item-02 {
    margin: 0 auto 0 0;
    width: 85%;

    @media (max-width: 991px) {
        margin: 8px 0 0;
        width: 100%;
    }
}

.history-img-wrap {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.history-img-wrap img {
    border-radius: 5px;
}

.history-img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #4F4FB4, #BCA4E3);
    z-index: -1;
    transform: translate(-6px, 5px);
    border-radius: 5px;
    display: block;
    pointer-events: none;

    @media (max-width:991px) {
        transform: translate(0, 5px);
    }
}

.history-img-txt {
    margin-top: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
}

.history-img-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    transform: translateY(-50%);
    height: 90%;
    background: linear-gradient(135deg, #4F4FB4, #BCA4E3);
}

/*－－－－－－－－－－サステナビリティ－－－－－－－－－－*/

/* #greeting,
#info,
#organization,
#office,
#history,
#awards {
    scroll-margin-top: 120px;
} */