.title .ttl-jpn {
    border-left: 4px solid #047457;
    padding: 0px 20px 0px 20px;
    color: #000;
    font-weight: 500;
    font-size: 32px;
}

.president-area {
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.position {
    margin-right: 10px;
    font-size: 18px;
}

.president-name {
    font-size: 24px;
}

.row-greeting p {
    font-size: 16px;
    font-weight: 300;
}

.row-greeting .item-text .cont .cont-box {
    padding: 0;
}


.map {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

.title.map {
    box-shadow: none;
}

.president-area {
    font-weight: 400;
}

p {
    color: #000;
    font-weight: 400;
}

@media screen and (min-width: 768px) {

    .title.greeting.greeting-2 .ttl::before {
        content: "";
        position: absolute;
        top: 21px;
        border-top: 2px dotted #a6a6a6;
        right: 33px;
        z-index: 1;
        left: 323px;
    }

    .row-greeting .item-image .president-image {
        border-radius: 20px;
        border: 1px solid;
        width: 85%;
        margin: auto;
    }

    .title.greeting .ttl::before {
        content: "";
        position: absolute;
        top: 21px;
        border-top: 2px dotted #a6a6a6;
        right: 33px;
        z-index: 1;
        left: 240px;

    }

    /* .page-about-us .cont .title {
        margin-bottom: 40px;
        margin-top: 40px;
    } */
}

.ttl-area .title {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

    .row-greeting .item-image .president-image {
        border-radius: 20px;
        border: 1px solid;
        width: 85%;
        margin: auto;
        margin-top: 30px;
    }

    .page-about-us .cont .title {
        margin-top: 40px;
    }

    .page-about-us .jumbotron .cont .title {
        margin-top: 0;
    }

    .title.greeting.greeting-2 .ttl::before {
        content: "";
        position: absolute;
        top: 21px;
        border-top: 2px dotted #a6a6a6;
        right: 8px;
        z-index: 1;
        left: 301px;

    }

    .title.greeting .ttl::before {
        content: "";
        position: absolute;
        top: 21px;
        border-top: 2px dotted #a6a6a6;
        right: 8px;
        z-index: 1;
        left: 240px;

    }
}

.title .ttl {
    position: relative;
}



.title.map .ttl::before {
    content: "";
    position: absolute;
    top: 21px;
    border-top: 2px dotted #a6a6a6;
    right: 0;
    z-index: 1;
    left: 244px;

}

.title.history .ttl::before {
    content: "";
    position: absolute;
    top: 21px;
    border-top: 2px dotted #a6a6a6;
    right: 0;
    z-index: 1;
    left: 115px;

}

h3 {
    border-bottom: 1px solid #047457;
    padding-bottom: 10px;
}

.title.map.map-2 .ttl::before {
    content: "";
    position: absolute;
    top: 21px;
    border-top: 2px dotted #a6a6a6;
    right: 0;
    z-index: 1;
    left: 336px;
}

.title.about-us .ttl::before {
    content: "";
    position: absolute;
    top: 21px;
    border-top: 2px dotted #a6a6a6;
    right: 0;
    z-index: 1;
    left: 180px;

}

.title.about-us.about-us-2 .ttl::before {
    content: "";
    position: absolute;
    top: 21px;
    border-top: 2px dotted #a6a6a6;
    right: 0;
    z-index: 1;
    left: 270px;

}