.president-area .position {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    margin-right: 10px;
}

.president-area .boss-name {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 576px) {

    .table-base dl:first-child dt,
    .table-base dl:first-child dd {
        border-top: transparent;
    }
}


.page-about-us .table-base dl dt {
    color: #14307e;
    background-color: transparent;
}

.page-about-us .table-base dl dd {
    color: #000;
    background-color: transparent;
}


.page-about-us .table-base dl dd {
    border-left: transparent;
}

.table-base dl dt,
.table-base dl dd {
    border-bottom: 1px solid #bcc9ee;
}

@media screen and (max-width: 575px) {
    .table-base dl:first-child dt {
        border-top: 1px solid transparent;
    }
}


h3::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #14307e;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 34%;
    left: 0;
}

h3 {
    position: relative;
    padding-left: 20px;
}

.row .image-description {
    margin-top: 15px;
}

main h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}


@media screen and (min-width: 768px) {
    .title-set-2-all {
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .title-set-2-all .title-set:nth-child(2) {
        left: 100px;
        top: 57%;
    }

    .title-set .eng {
        font-size: 16px;
    }

    .title-set .jpn {
        font-size: 29px;
        writing-mode: tb;
        margin-top: 6px;
    }

    .president-area {
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 77px;
    }
}

.bg-common.contact.bg-blue h2 .ttl-eng {
    font-family: 'Shadows Into Light', cursive;

}

.bg-common.greeting .ttl-eng,
.bg-common.information .ttl-eng,
.bg-common.history .ttl-eng,
.title-set-2-all .eng {
    font-family: 'Shadows Into Light', cursive;

}

@media screen and (max-width: 767px) {
    .title-set-2-all {
        align-items: center;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .title-set-2-all .title-set:nth-child(2) {
        left: 78px;
        top: 0;
        margin-top: 9px;
    }

    .title-set .eng {
        font-size: 15px;
    }

    .title-set .jpn {
        font-size: 17px;
        writing-mode: tb;
        margin-top: 4px;
    }

    .president-area {
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 23px;
    }
}

.title-set {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: -webkit-center;
}

.all-title-set {
    position: relative;
}



.title-img-all.image.container-img-right {
    position: relative;

}