.company-section .company-table {
    border-bottom: 1px solid #F0EDE6;
    width: 100%
}

.company-section .company-table td,
.company-section .company-table th {
    padding: 20px 24px;
    border-top: 1px solid #F0EDE6;
    font-size: 15px;
    line-height: 1.6;
    text-align: left
}

.company-section .company-table th {
    background: #FBFAF7;
    width: 25%;
    font-weight: 700;
    vertical-align: middle
}

.company-section .company-table td {
    width: 75%
}

.company-section .company-table td a {
    color: #333;
    position: relative;
    display: inline-block;
}

.company-section .company-table td a:hover {
    text-decoration: none;
}

.company-section .company-table td a::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    background: url(../images/icn-window.svg) center center / contain no-repeat;
}

.company-section .msg-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.company-section .msg-column .img-block {
    width: 42%
}

.company-section .msg-column .exp-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 48px
}

.company-section .msg-column .exp-block .text {
    margin-bottom: 16px;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    line-height: 2
}

.company-section .msg-column .exp-block .text:last-of-type {
    margin-bottom: 0
}

.company-section .profile-block {
    background: #FBFAF7;
    border: 1px solid #F0EDE6;
    padding: 32px 40px
}

.company-section .profile-block .name {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700
}

.company-section .profile-block .name .font-en {
    margin-left: 12px;
    font-family: "Libre Baskerville", serif;
    color: #C8B482;
    font-size: 13px;
    font-weight: 400
}

.company-section .profile-block .text {
    font-size: 14px;
    line-height: 1.6
}

@media screen and (max-width:840px) {
    .company-section .msg-column {
        display: block
    }

    .company-section .msg-column .img-block {
        margin: 0 auto 40px;
        width: 420px
    }

    .company-section .msg-column .exp-block {
        padding: 0
    }
}

@media screen and (max-width:480px) {

    .company-section .company-table td,
    .company-section .company-table th {
        width: 100%;
        display: block
    }

    .company-section .company-table th {
        padding: 4px 16px;
        font-size: 14px
    }

    .company-section .company-table td {
        border-top: none;
        padding: 16px
    }

    .company-section .msg-column .img-block {
        width: 100%
    }

    .company-section .profile-block {
        padding: 32px 24px
    }

    .company-section .profile-block .name .font-en {
        display: block;
        margin: 16px 0 0 0
    }
}

.vision-section {
    background: -webkit-gradient(linear, left top, right top, from(#2E483E), color-stop(40%, #21674C), color-stop(60%, #21674C), to(#2E483E));
    background: linear-gradient(90deg, #2E483E 0%, #21674C 40%, #21674C 60%, #2E483E 100%);
    padding: 64px 80px 80px;
    text-align: center
}

.vision-section .title-en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 500;
    color: #C8B482
}

.vision-section .title-en:after,
.vision-section .title-en:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #C8B482;
    margin: 0 12px
}

.vision-section .text {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
    letter-spacing: 0.1rem;
}

.vision-section .vision-block {
    margin-bottom: 80px
}

.vision-section .vision-block .title-en {
    margin-bottom: 40px
}

.vision-section .vision-block .logo {
    width: 145px;
    margin: 0 auto 32px
}

.vision-section .vision-block .text {
    font-size: 16px
}

.vision-section .mission-block {
    padding: 64px 40px 80px;
    background: rgba(40, 55, 50, 0.4)
}

.vision-section .mission-block .title-en {
    margin-bottom: 32px
}

.vision-section .mission-block .catch {
    margin-bottom: 32px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1rem;
}

.vision-section .mission-block .catch br {
    display: none
}

.vision-section .mission-block .text {
    margin-bottom: 24px;
    font-size: 15px
}

.vision-section .mission-block .text:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:840px) {
    .vision-section {
        padding: 64px 40px 80px
    }
}

@media screen and (max-width:480px) {
    .vision-section {
        padding: 48px 16px 64px
    }

    .vision-section .title-en {
        font-size: 14px;
        font-weight: 700;
    }

    .vision-section .vision-block {
        margin-bottom: 48px
    }

    .vision-section .vision-block .title-en {
        margin-bottom: 32px
    }

    .vision-section .vision-block .logo {
        width: 115px
    }

    .vision-section .mission-block {
        padding: 48px 24px
    }

    .vision-section .mission-block .title-en {
        margin-bottom: 24px
    }

    .vision-section .mission-block .catch {
        font-size: 22px
    }

    .vision-section .mission-block .catch br {
        display: block
    }

    .vision-section .mission-block .text {
        text-align: left
    }
}