@charset "utf-8";

/* ==========================================
   COMPANY
========================================== */


/* ------------------------------
   ページタイトル
------------------------------ */

.company-hero {
    position: relative;
    width: 100%;
    padding: 85px 20px 75px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #f4f8f6 55%, #edf5f1 100%);
    box-sizing: border-box;
}

.company-hero::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -60px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(0, 96, 54, .12);
    border-radius: 50%;
}

.company-hero::after {
    content: "";
    position: absolute;
    right: 145px;
    bottom: -115px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(208, 169, 0, .18);
    border-radius: 50%;
}

.company-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.company-hero__en {
    margin-bottom: 10px;
    color: var(--color-bg-key);
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
}

.company-hero__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 18px;
    color: var(--color-bg-base);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .06em;
}

.company-hero__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    background-color: var(--color-bg-key);
}


/* ==========================================
   TABLET / SP
========================================== */

@media screen and (max-width: 767px) {

    .company-hero {
        padding: 58px 20px 52px;
    }

    .company-hero::before {
        top: -100px;
        right: -130px;
        width: 270px;
        height: 270px;
    }

    .company-hero::after {
        right: 40px;
        bottom: -125px;
        width: 210px;
        height: 210px;
    }

    .company-hero__en {
        font-size: 11px;
    }

    .company-hero__title {
        padding-bottom: 14px;
        font-size: 30px;
    }

    .company-hero__title::after {
        width: 44px;
    }

}

/* ------------------------------
   共通セクション
------------------------------ */

.company-section {
    width: 100%;
    padding: 90px 20px;
    box-sizing: border-box;
}

.company-section__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.company-heading {
    margin-bottom: 42px;
    text-align: center;
}

.company-heading__en {
    margin-bottom: 8px;
    color: var(--color-bg-key);
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
}

.company-heading__title {
    margin: 0;
    color: var(--color-bg-base);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .06em;
}


/* ------------------------------
   ABOUT MRi
------------------------------ */

.company-about {
    padding-top: 65px;
}

.company-about__contents {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    gap: 60px;
}

.company-about__image {
    position: relative;
}

.company-about__image::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -18px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(208, 169, 0, .45);
    z-index: 0;
}

.company-about__image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.company-about__text {
    color: #444;
    font-size: 14px;
    line-height: 2;
}

.company-about__text p {
    margin: 0 0 18px;
}

.company-about__text p:last-child {
    margin-bottom: 0;
}

.company-about__catch {
    margin-bottom: 24px !important;
    color: var(--color-bg-key);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
}


/* ==========================================
   ABOUT MRi TABLET / SP
========================================== */

@media screen and (max-width: 767px) {

    .company-section {
        padding: 65px 18px;
    }

    .company-about {
        padding-top: 45px;
    }

    .company-heading {
        margin-bottom: 32px;
    }

    .company-heading__en {
        font-size: 11px;
    }

    .company-heading__title {
        font-size: 25px;
    }

    .company-about__contents {
        display: block;
    }

    .company-about__image {
        width: calc(100% - 12px);
        margin: 0 0 42px 12px;
    }

    .company-about__image::before {
        top: 12px;
        left: -12px;
    }

    .company-about__image img {
        height: 260px;
    }

    .company-about__text {
        font-size: 13px;
        line-height: 1.9;
    }

    .company-about__catch {
        margin-bottom: 18px !important;
        font-size: 21px;
    }

}

/* ------------------------------
   BUSINESS
------------------------------ */

.company-business {
    background-color: #f6f8f7;
}

.company-business__lead {
    width: 100%;
    max-width: 700px;
    margin: -15px auto 50px;
    color: #555;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.company-business__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.company-business__card {
    position: relative;
    min-height: 210px;
    padding: 32px 28px 30px;
    overflow: hidden;
    background-color: #fff;
    border-top: 3px solid var(--color-bg-base);
    box-sizing: border-box;
}

.company-business__number {
    margin: 0 0 25px;
    color: var(--color-bg-key);
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.company-business__card h3 {
    margin: 0 0 14px;
    color: var(--color-bg-base);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.company-business__card > p:last-child {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

.company-business__status {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 4px 9px;
    color: var(--color-bg-base);
    background-color: #edf5f1;
    border: 1px solid rgba(0, 96, 54, .25);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}


/* ==========================================
   BUSINESS TABLET
========================================== */

@media screen and (max-width: 900px) {

    .company-business__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==========================================
   BUSINESS SP
========================================== */

@media screen and (max-width: 600px) {

    .company-business__lead {
        margin: -8px auto 35px;
        font-size: 13px;
        line-height: 1.9;
        text-align: left;
    }

    .company-business__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .company-business__card {
        min-height: auto;
        padding: 25px 22px 24px;
    }

    .company-business__number {
        margin-bottom: 15px;
    }

    .company-business__card h3 {
        margin-bottom: 9px;
        font-size: 16px;
    }

}

/* ------------------------------
   GREETING
------------------------------ */

.company-greeting__contents {
    display: grid;
    grid-template-columns: 1fr 38%;
    align-items: center;
    gap: 65px;
}

.company-greeting__text {
    color: #444;
    font-size: 14px;
    line-height: 2;
}

.company-greeting__text > p {
    margin: 0 0 18px;
}

.company-greeting__name {
    margin-top: 35px;
    padding-top: 22px;
    border-top: 1px solid #ddd;
}

.company-greeting__name span {
    display: block;
    margin-bottom: 7px;
    color: #666;
    font-size: 12px;
}

.company-greeting__name strong {
    display: block;
    color: var(--color-bg-base);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
}

.company-greeting__image {
    position: relative;
}

.company-greeting__image::before {
    content: "";
    position: absolute;
    top: 18px;
    right: -18px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(208, 169, 0, .45);
}

.company-greeting__image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}


/* ==========================================
   GREETING SP
========================================== */

@media screen and (max-width: 767px) {

    .company-greeting__contents {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .company-greeting__image {
        width: calc(100% - 12px);
        margin-right: 12px;
    }

    .company-greeting__image::before {
        top: 12px;
        right: -12px;
    }

    .company-greeting__image img {
        height: 320px;
        object-position: center top;
    }

    .company-greeting__text {
        font-size: 13px;
        line-height: 1.9;
    }

    .company-greeting__name {
        margin-top: 28px;
        padding-top: 18px;
    }

    .company-greeting__name span {
        font-size: 11px;
    }

    .company-greeting__name strong {
        font-size: 16px;
    }

}

/* ------------------------------
   PROFILE
------------------------------ */

.company-profile {
    background-color: #f6f8f7;
}

.company-profile__contents {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.company-profile__list {
    display: grid;
    grid-template-columns: 180px 1fr;
    margin: 0;
    border-top: 1px solid #d8dedb;
}

.company-profile__list dt,
.company-profile__list dd {
    margin: 0;
    padding: 18px 15px;
    border-bottom: 1px solid #d8dedb;
    box-sizing: border-box;
}

.company-profile__list dt {
    color: var(--color-bg-base);
    font-size: 13px;
    font-weight: 700;
}

.company-profile__list dd {
    color: #444;
    font-size: 13px;
    line-height: 1.9;
}

.company-profile__list dd a {
    color: var(--color-bg-base);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.company-profile .mba {
    display: block;
    max-width: 280px;
    height: auto;
    margin: 45px auto 0;
}


/* ==========================================
   PROFILE SP
========================================== */

@media screen and (max-width: 600px) {

    .company-profile__list {
        display: block;
    }

    .company-profile__list dt {
        padding: 16px 5px 5px;
        border-bottom: 0;
    }

    .company-profile__list dd {
        padding: 0 5px 16px;
    }

    .company-profile__list dt:empty {
        display: none;
    }

    .company-profile .mba {
        max-width: 240px;
        margin-top: 35px;
    }

}