@charset "UTF-8";

/*
    philosophy
------------------------------------*/
.philosophy {
    width: 100%;
}

.philosophy__title {
    margin-top: 52px;
}

.philosophy__intro {
    margin: 52px 0 94px;
}

/*
    career
------------------------------------*/
.career {
    width: 100%;
    background-color: #FAFAFA;
    padding: 70px 0 104px 0;
}

.career__inner {
    width: 60%;
    margin: 0 auto;
}

.career__wrap {
    width: fit-content;
    margin: 0 auto;
    margin-top: 66px;
    display: flex;
}

@media (max-width: 767px) {
    .career__inner {
        width: 90vw;
        display: block;
    }

    .career__wrap {
        width: 100%;
        flex-direction: column;
    }
}

.career__img {
    width: 234px;
    height: 274px;
    margin-right: 37px;
}

.career__column__name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    color: #3b4043;
    margin-top: 5px;
}

.career__column__job-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: left;
    color: #0c1b43;
    margin-top: 9px;
}

.career__column__txt {
    width: 535px;
    height: 143px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 29px;
    text-align: left;
    color: #001045;
    margin-top: 46px;
}

.career__column__work {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .career__img {
        display: block;
        margin-right: 0px;
        margin: 0 auto;
        max-width: 300px;
        margin-bottom: 28px;
    }

    .career__column__name {
        font-size: 24px;
    }

    .career__column__job-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .career__column__txt {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }

    .career__column__work {
        margin-top: 36px;
    }
}


.work__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: left;
    color: #113baa;
}

.work__ul {
    margin-top: 24px;
    list-style: none;
}

.work__li {
    position: relative;
    padding-left: 20px;
}

.work__li:before {
    content: "";
    border-radius: 50%;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #0031A3;
}

.work__li+.work__li {
    margin-top: 39px;
}

.work__li__txt {
    width: 505px;
    height: 56px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 29px;
    text-align: left;
    color: #001045;
}

.work__li__txt span img {
    margin-top: 7.5px;
}

.work__li__txt span a {
    color: #0031A3;
    border-bottom: 1px solid #0031A3;
}



.external::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../../../img/external-link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
    border-bottom: none !important;
}

@media (max-width: 767px) {
    .work__ul {
        margin-top: 16px;
    }

    .work__li {
        padding-left: 18px;
    }

    .work__li+.work__li {
        margin-top: 10px;
    }

    .work__li:before {
        width: 8px;
        height: 8px;
    }

    .work__li__txt {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 1.8;
    }

    .work__li__txt span img {
        margin-top: 6px;
    }
}

/*
    info
------------------------------------*/
.info {
    width: 100%;
}

.info__title {
    margin-top: 71px;
}

.info__ul {
    width: fit-content;
    margin: 0 auto;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 94px;
}

.info__li {
    display: flex;
    justify-content: space-between;
}

.info__li--left {
    width: 110px;
    border-bottom: 1px solid #113BAA;
    padding: 15px 0;
    margin-right: 5px;
}

.info__li__name {
    margin-top: 0;
    line-height: 30px;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    color: #113baa;
}

.info__li__item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #001045;

}

.info__li--right {
    width: 772px;
    border-bottom: 1px solid #d9d9d9;
    text-align: justify;
    padding: 15px 0;
    padding-left: 46px;
}

@media (max-width: 767px) {
    .info__li {
        flex-direction: column;
    }

    .info__li--left {
        width: 90vw;
        border: none;
        padding: 15px 0 0;
    }

    .info__li--right {
        width: 90vw;
        padding: 0 0 15px;
        font-size: 14px;
    }
}

/*
    access
------------------------------------*/
.access {
    width: 100%;
}

.access__title {
    margin-top: 71px;
}

.access__txt {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 35px;
    color: #113baa;
    margin-top: 26px;
}

.access__map {
    margin-top: 42px;
    width: 100%;
    height: 344px;
    padding: 0;
    position: relative;
    top: 1px;
}

@media (max-width: 767px) {
    .access__txt {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}