/* --------------- #Pages_content --------------- */
.Pages_content{

}
#breadcrumb{
    font-size: 1.2rem;
    margin-bottom: 2em;
}
@media only screen and (max-width: 799px) {
#breadcrumb {
        margin-bottom: 1em;
    }
}
#breadcrumb ol{
}
#breadcrumb ol li{
    display: inline;
    margin-right: 1em;
}

.pagetitle_area {
    padding-top: calc(4.42vw + 40px);
    padding-bottom: calc(2.35vw + 40px);
    background: #f2f2f2;
}
@media only screen and (min-width: 800px) and (max-width: 1029px) {
    .pagetitle_area {
        padding-top: calc(4.42vw + 2.91vw);
        padding-bottom: calc(2.35vw + 3.88vw);
        background: #f2f2f2;
    }
}

@media only screen and (max-width: 799px) {
    .pagetitle_area {
            padding-top: calc(4.42vw + 5vw);
            padding-bottom: calc(2.35vw + 5vw);
            background: #f2f2f2;
        }
}
.pagetitle_area::after {
    content: "";
    width: 100%;
    height: 2.35vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/wave_pagetitle.png) no-repeat left bottom;
    background-size: contain;
    z-index: 2;
}

section.page_main {
    margin-top: 60px;
    /* overflow: hidden; */
}
/* 
section.page_main::before {
    content: "";
    width: 19vw;
    max-width: 200px;
    height: 54vw;
    position: absolute;
    left: 0;
    bottom: 10%;
    background: url(../images/obj_dotdol01.png) no-repeat left bottom;
    background-size: contain;
    z-index: -1;
}

section.page_main::after {
    content: "";
    width: 19vw;
    max-width: 200px;
    height: 54vw;
    position: absolute;
    right: 0;
    top: 10%;
    background: url(../images/obj_dotdol02.png) no-repeat right top;
    background-size: contain;
    z-index: -1;
}
@media only screen and (max-width: 1000px) {
    section.page_main::before,
        section.page_main::after {
            display: none;
        }
} */

section.page_main section.page_content{
    margin-top: 60px;
}

.pagetitle {
    font-size: 4rem;
    color: #5f8dde;
}
@media only screen and (min-width: 800px) and (max-width: 1029px) {
    .pagetitle {
        font-size: 3.88vw;
    }
}

@media only screen and (max-width: 799px) {
    .pagetitle {
            font-size: 7vw;
        }
}

.message_heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5em;
}
@media only screen and (min-width: 800px) and (max-width: 1029px) {
    .message_heading {
            margin-bottom: 2.9vw;
        }
}

@media only screen and (max-width: 799px) {
    .message_heading {
        margin-bottom: 3em;
    }
}
.message_heading picture{
    width: 200px;
    margin: 0 auto;
}
.message_heading picture img{
    display: block;
    width: 200px;
    margin-bottom: 1em;
    border-radius: 999px;
    
}
.message_heading h2 {
    width: auto;
    display: inline;
    position: relative;
    text-align: center;
    /* border-bottom: 5px solid #5f8dde; */
    font-size: 3rem;;
}
@media only screen and (min-width: 800px) and (max-width: 1029px) {
    .message_heading h2 {
        font-size: 2.9vw;
        ;
    }
}

@media only screen and (max-width: 799px) {
    .message_heading h2 {
            font-size: 6vw;
            ;
        }
}
.message_heading h2 span{
    width: auto;
    position: relative;
    ;
}
.message_heading h2 span::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #5f8dde;
    border-radius: 999px;
}

.director_area{
    margin-top: 3em;
}

.director_area .director_title {
    margin-bottom: 0.5em;
}
.director_area .director_name{
    margin:0;
    font-size: 3rem;
    font-weight: 600;
}
@media only screen and (min-width: 800px) and (max-width: 1029px) {
    .director_area .director_name {
            font-size: 2.9vw;
        }
}
@media only screen and (max-width: 799px) {
    .director_area .director_name {
        font-size: 6vw;
        }
}
.career_area > section {
    margin-top: 2em;
}
.career_area h3{
    font-size: 2rem;
    margin: 0;
}
@media only screen and (min-width: 800px) and (max-width: 1029px) {
    .career_area h3 {
        font-size: 1.94vw;
    }
}
@media only screen and (max-width: 799px) {
    .career_area h3 {
            font-size: 5vw;
        }
}
.career_area p {
    margin: 0;
}