@charset "utf-8";

.leadership__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 25px;
    background-color: #f7f8fb;
    padding: 40px;
    margin-bottom: 76px;
}
.president__detail{
    width: 60%;
}
.president__img {
    width: 40%;
    text-align: center;
}
.president__img img {
    width: 90%;
}
.president__profile {
    margin-top: 30px;
}
.president__position {
    font-size: 15px;
    font-weight: 600;
    color: #0a3291;
}
.president__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 5px;
}
.president__detail {
    padding: 20px;
}
.president__contents {
    display: flex;
    margin-bottom: 76px;
}

.slogan__detail {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 15px;
}
.slogan__content .c-button {
    margin-top: 30px;
}
.l-box__ttl {
    padding-left: 14px;
    font-size: 1.5rem;
    position: relative;
    font-weight: 700;
    line-height: inherit;
}
.l-box__ttl:before {
    content: "";
    display: block;
    background-color: #0a3291;
    width: 3px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 7px;
}

/*執行役員*/
.leadership__info {
    padding: 20px;
}
.leadership__item {
    background-color: #fff;
}
.leadership__item img {
   width: 100%;
   height: auto;
}
.leadership__position {
    font-size: 15px;
    font-weight: 600;
    color: #0a3291;
}
.leadership__name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}
.leadership__detail {
    color: #000000;
    font-size: 15px;
    margin-top: 8px;
}

/* ミッション */
.mission-ttl {
    font-weight: 700;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 32px;
}
.mission__content {
    margin-top: 90px;
    text-align: center;
}
.mission__detail {
    font-size: 1.125rem;
}
.mission__content .c-button {
    margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .mission-ttl {
        font-size: calc(var(--vw) * 2.34375);
    }
    .mission__detail {
        font-size: calc(var(--vw) * 1.40625);
    }
    .president__detail {
        width: 50%;
    }
    .president__img {
        width: 50%;
    }
    .president__img img {
        width: 100%;
    }
    .leadership__contents {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .mission-ttl {
        font-size: 5.208333333333334vw;
    }
    .mission__detail {
        font-size: 3.6458333333333335vw;
    }
    .president__contents {
        flex-wrap: wrap;
    }
    .president__img {
        order: 0;
        width: 100%;
    }
    .president__img img {
        width: 100%;
    }
    .president__detail {
        order: 1;
        width: 100%;
        padding: 0;
    }
    .leadership__contents {
        grid-template-columns: repeat(1, 1fr);
        padding: 10.416666666666668vw 4.947916666666666vw 9.895833333333332vw;
    }
    .c-button  a {
        width: 65.10416666666666vw;
    }
}