@charset "utf-8";

.w1920 {
    width: min(95%, 1920px);
}

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

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

.philosophy .sec-top,
.philosophy .sec-bottom {
    display: flex;
    gap: 8%;
}

.philosophy .sec-bottom {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
}

.philosophy .sec-top {
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: 0;
}

.philosophy .sec-top .sec-img {
    max-width: 845px;
    width: 53%;
}

.philosophy .sec-top .main {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    line-height: 2;
    color: #000;
    margin-bottom: 40px;
}

.philosophy .sec-bottom .sec-img {
    max-width: 925px;
    width: 52%;
}

.desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    line-height: calc(40/18);
}

.message .inner {
    padding: 80px 0 160px;
}

.message .sec-title {
    margin-bottom: 43px;
}

.message .sec-body {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 4%;
}

.message .sec-body .sec-text>.main {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    line-height: 2;
    color: #000;
    margin-bottom: 40px;
}

.message .sec-body .desc {
    margin-bottom: 56px;
}

.message .sec-body .name {
    display: flex;
    align-items: center;
    gap: 2%;
    justify-content: flex-end;
    margin-bottom: 48px;
}

.message .sec-body .name .sub {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.message .sec-body .name .main {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.message .sec-body .career {
    border: 1px solid #00428e;
    padding: 32px 40px 40px;
    display: grid;
    grid-template-columns: 22% 1fr;
    align-items: flex-start;
    gap: 3%;
}

.message .sec-body .career .ttl {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
}

.message .sec-body .career .ttl::before,
.message .sec-body .career .ttl::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #00428E;
    border-radius: 50px;
}

.message .sec-body .career .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.message .sec-body .career .list .item {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

.bg {
    background-color: #FAFAFA;
}

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

.info,
.access {
    display: grid;
    grid-template-columns: 30% 1fr;
}

.info {
    margin-bottom: 80px;
}

.info .sec-body,
.access .sec-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info .sec-body .item,
.access .sec-body .item {
    display: grid;
    grid-template-columns: 30% 1fr;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}

.info .sec-body .item .ttl,
.access .sec-body .item .ttl {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 16px;
    color: #00428e;
}

.info .sec-body .item .detail,
.access .sec-body .item .detail {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: calc(28/16);
    color: #000;
}

.info .sec-body .item a.detail {
    transition: var(--default);
}

.info .sec-body .item a.detail:hover {
    opacity: 50%;
}

.access .map {
    width: 100%;
    height: 406px;
    margin-bottom: 56px;
}

.access .map div,
.access .map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1366px) {

    .philosophy .sec-top,
    .philosophy .sec-bottom {
        gap: 4%;
    }


}

@media (max-width: 1200px) {
    .message .sec-body .career {
        padding: 32px 30px 40px;
    }
}

@media (max-width: 1023px) {

    .philosophy .sec-top,
    .philosophy .sec-bottom {
        flex-direction: column;
        gap: 24px;
    }

    .philosophy .sec-top .sec-img,
    .philosophy .sec-bottom .sec-img {
        max-width: none;
        width: 100%;
    }

    .philosophy .sec-top .sec-text,
    .philosophy .sec-bottom .sec-text {
        width: 90%;
        margin: 0 auto;
    }

    .message .sec-body {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .info,
    .access {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .access .map {
        height: 142px;
    }

    .philosophy .sec-top .desc br,.philosophy .sec-bottom .desc br {
        display: none;
    }
}

@media (max-width: 767px) {
    .philosophy .inner {
        padding: 48px 0 40px;
    }

    .message .inner {
        padding: 40px 0 80px;
    }

    .message .sec-body .career {
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .message .sec-body .career {
        padding: 23px 5px;
    }

    .info .sec-body .item,
    .access .sec-body .item {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 16px;
    }

    .info .sec-body,
    .access .sec-body {
        gap: 16px;
    }
}