.tabWrap{}
.tabWrap .tabNav{display: flex; gap: 1rem; justify-content: center; margin: 0 auto 8rem;}
.tabWrap .tabNav li{width : 16rem; font-size: 2rem; line-height: 2.5rem; color: #619496; text-align: center; background-color: #b4dadb; padding: 1rem; cursor: pointer;}
.tabWrap .tabNav li.active{color: #fff; font-weight: bold; background-color: #2e6f72;} 
.tabWrap .tabContents{display: none;}
.tabWrap .tabContents.active{display: block;}

#overview h2{font-size: 2.6rem; line-height: 4.2rem; color: #222222; font-weight: 500; text-align: center;}
#overview h2 span{color: #036367;}
#overview h4{font-size: 2rem ; line-height: 1.4; color: #444444; text-align: center; margin: 5rem auto 11rem;}

#leadership > ul{display: flex; flex-wrap: wrap; gap: 10rem 6rem; }
#leadership > ul > li{position: relative; width: calc((100% - 12rem)/3); overflow-y: hidden;}
#leadership > ul > li .imgArea{position: relative; padding: 0 5rem 10rem 0; z-index: 2;}
#leadership > ul > li .imgArea img{filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3));object-fit: cover;max-width: none;width: 100%;height: 100%;}
/* #leadership > ul > li .imgArea .textArea{display: block; opacity: 0; position: absolute; top: 100%; right: 5rem; bottom: 10rem; left: 0; background: rgba(0,0,0,0.6); padding: 6rem 0 3rem 3rem; transition: all ease 0.3s; overflow-x: hidden; overflow-y: auto;} */
#leadership > ul > li .imgArea .textArea{/* display: block; */ opacity: 0; position: absolute; top: 100%; right: 5rem; bottom: 10rem; left: 0; background: rgba(0,0,0,0.6); padding: 6rem 3rem 3rem 3rem; /* transition: all ease 0.3s; */ overflow-x: hidden; overflow-y: auto;}
#leadership > ul > li:hover .imgArea .textArea{/* display: block; */ opacity: 1;  top: 0; transition: all ease 0.5s;}
#leadership > ul > li .imgArea .textArea h4{margin-bottom: 2rem; font-size: 2.2rem; font-weight: bold; color: #fff;}
#leadership > ul > li .imgArea .textArea ul li{font-size: 1.7rem; line-height: 2.3rem; margin-bottom: 0.5rem; color: #fff;}
#leadership > ul > li .imgArea .textArea p{font-size: 2rem; line-height: 1.25;  color: #fff; font-weight: 300;}
#leadership > ul > li .titleArea{position: absolute; bottom: 0; right: 0; width: calc(100% - 5rem); height: calc(100% - 10rem); background: #22666a; display: flex; align-items: flex-end ; padding: 0 0 4rem 4rem;}
#leadership > ul > li .titleArea p{font-size: 2.4rem; line-height: 1; color: #fff; font-weight: 550;}
#leadership > ul > li .titleArea p span{font-size: 1.8rem; font-weight: 450; }


/* history */
.history_banner{width: 100%; padding: 11rem 3rem; background-image: url('/theme/prix/img/sub/history_banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: 10rem;}
.history_banner p{font-size: 4.2rem; line-height: 1.25; color: #fff; text-align: center; font-weight: 550; font-family: var(--mon); opacity: 0.95;}

/* #researchInterest */
#researchInterest h2{margin-bottom: 5rem; font-size: 3.7rem; line-height: 1.25; color: #026366; text-align: center; font-weight: 500;}
#researchInterest p{font-size: 1.9rem; line-height: 1.5; color: #619496; text-align: center; font-weight: 300} 
#researchInterest p + p{margin-top: 1.5rem;}
#researchInterest .onlyImgArea{margin: 8rem auto 9rem; text-align: center;}
/* #researchInterest .onlyImgArea img{display: inline-block;} */
.onlyImgArea{text-align: center;}
.onlyImgArea img{display: inline-block;}

/* platform */
#platform{}
#platform h2{background: linear-gradient(45deg , #01e9bd, #007cde);display: block; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 3.7rem; line-height: 1; text-align: center; margin-bottom: 8rem; font-family: var(--mar);}
#platform .onlyImgArea + .onlyImgArea{margin-top: 6rem;}

/* pipeline
#pipeline .onlyImgArea{overflow-x: auto; overflow-y: hidden;}
#pipeline .onlyImgArea img{min-width: 128rem; } */

/* #pipeline .tableArea{overflow-y: hidden; overflow-x: auto;} */
#pipeline .tableArea table{width: 100%; border-collapse: collapse; /* min-width: 84rem; */}
#pipeline .tableArea table thead td{padding: 1rem; background: #285e64; color: #fff; font-size: 1.9rem; line-height: 1; font-weight: 550; text-align: center; border-bottom: 1px solid #fff; border-left: 1px solid #fff;}
/* #pipeline .tableArea table thead td + td{border-left: 1px solid #fff;} */
#pipeline .tableArea table tbody th{padding: 2rem;  font-size: 1.8rem; line-height: 1.25; color: #333333; font-weight: 550; border-bottom: 1px solid #dddddd; text-align: left;}
#pipeline .tableArea table tbody td{padding: 2rem;  font-size: 1.8rem; line-height: 1.25; color: #333333; font-weight: 500; border-bottom: 1px solid #dddddd; border-left: 1px solid #ddd;}
/* #pipeline .tableArea table tbody td + td{border-left: 1px solid #ddd;} */

.graphArea{width: 100%; height: 3rem; border-radius: 3rem; position: relative; overflow: hidden; box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;}
/* .graphArea::before{position: absolute; width: 0%; height: 3rem; top: 0; left: 0; content: ''; background: transparent; border-radius: 3rem; transition: all ease 3s;} */
.graphArea::before{position: absolute; width: 0%; height: 3rem; top: 0; left: 0; content: ''; background: transparent; border-radius: 3rem; transition: all ease 3s; background: #ddf6f8;}
/* .graphArea.on{display: none;} */
/* .graphArea.imt101{background: #c7e3fe;} */
/* .graphArea.imt101.on::before{background: #3f93e2; width: 56%;} */
.graphArea.imt101{background: #ddf6f8;}
.graphArea.imt101.on::before{background: #37bbc3; width: 40%;}
.graphArea.imt103{background: #ddf6f8;}
.graphArea.imt103.on::before{background: #37bbc3; width: 25%;}
.graphArea.imt104{background: #ddf6f8;}
.graphArea.imt104.on::before{background: #37bbc3; width: 22%;}
.graphArea.imt105{background: #ddf6f8;}
.graphArea.imt105.on::before{background: #37bbc3; width: 25%;}
/* .graphArea.imt104{background: #b8f2eb;} */
/* .graphArea.imt104.on::before{background: #00c2a9; width: 38%;} */
.graphArea.IMT-101-A01{background: #ddf6f8;}
.graphArea.IMT-101-A01.on::before{background: #37bbc3; width: 31%;}
.graphArea.IMT-105-A01{background: #ddf6f8;}
.graphArea.IMT-105-A01.on::before{background: #37bbc3; width: 20%;}

/* recruitment */
#recruitment .stepArea{display: flex; max-width: 104rem; width: 100%; margin: 0 auto 7rem; flex-wrap: wrap; gap: 3rem 10rem; overflow: hidden;}
#recruitment .stepArea li{width: calc((100% - 20rem)/3); position: relative;}

#recruitment .stepArea li.imgArea + li.imgArea::after{position: absolute; content: ''; width: 14px; height: 17px; top: 50%; left: -5rem; background: url('/theme/prix/img/sub/recruitment_arrow.png') no-repeat center; background-size: cover; transform: translateY(-50%); margin-left: -7px;}
#recruitment .stepArea li.textArea{width: 100%; text-align: center; font-size: 2rem; line-height: 1; color: #555555; font-weight: 300;}

/* welfare */
#welfare > h2{margin-bottom: 7rem; font-size: 3rem; line-height: 1.25; text-align: center; color: #333333; font-weight: 550;}
#welfare > h2 span{font-size: 2.2rem; line-height: 1; color: #666666; font-weight: 400; display: inline-block; padding-top: 1rem;}
#welfare .list{display: flex; flex-wrap: wrap;}
#welfare .list li{width: calc((100%)/3); padding: 3.5rem 2rem 3.5rem 4%; display: flex; align-items: center; gap: 1.5rem;}
#welfare .list li:nth-of-type(odd){background: #f5f5f5;}
#welfare .list li .imgArea{width: 12.1rem; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center;}
#welfare .list li .textArea{width: calc(100% - 12.1rem - 1.5rem);}
#welfare .list li .textArea h4{font-size: 2.4rem; line-height: 1; font-weight: 550; color: #1b1b1b; margin-bottom: 1rem;}
#welfare .list li .textArea p{font-size: 1.9rem; line-height: 1.25; font-weight: 500; color: #555555;}

/* location */
#location h2{font-size: 3.4rem; line-height: 1.25; color: #0c647f; font-weight: 550; text-align: center;}
#location h2 span{color: #57879b; font-size: 2.4rem; line-height: 1; display: inline-block; padding-bottom: 1rem;font-weight: 400;}
#location .location_map{width: 100%; height: 44rem; margin: 5.5rem auto 2rem;}
#location .location_map iframe{width: 100%; height: 100%;}
#location .addressArea{padding: 4rem 0 4rem; margin-bottom: 5rem; border-bottom: 1px solid #dfdfdf; background-image: url('/theme/prix/img/sub/location_logo.png'); background-repeat: no-repeat; background-position: right center;}
#location .addressArea h4{margin-bottom: 3rem; font-size: 2.6rem; line-height: 1; font-weight: bold; color: #1b1b1b;}
#location .addressArea p{font-size: 2rem; line-height: 1.25; font-weight: 500; color: #444444;}

#location .addressETC{display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem;}
#location .addressETC > div{display: flex; align-items: center; gap: 2rem;}
#location .addressETC > div img{width: 3.7rem;}
#location .addressETC > div p{font-size: 2.2rem; line-height: 1; color: #555555;}
#location .addressETC > div p b{color: #1b1b1b;}


@media only screen and (max-width : 1600px){


}
@media only screen and (max-width : 1340px){
    #leadership > ul{gap: 5rem 3rem;}
    #leadership > ul > li{width: calc((100% - 6rem)/3); }
    #leadership > ul > li .imgArea{padding: 0 3rem 5rem 0;}
    #leadership > ul > li .imgArea .textArea{right: 3rem; bottom: 5rem; padding: 2rem 1rem 2rem 2rem;}
    #leadership > ul > li .titleArea{width: calc(100% - 3rem);height: calc(100% - 5rem); padding: 0 0 1.5rem 1.5rem;}
    #leadership > ul > li .titleArea p{font-size: 2rem; }
    #leadership > ul > li .titleArea p span{font-size: 1.6rem;}

    #welfare .list li{padding: 3.5rem 2rem;}

}
@media only screen and (max-width : 1024px){
    #leadership > ul > li .imgArea{padding: 0 3rem 6rem 0;}
    #leadership > ul > li .imgArea .textArea{right: 3rem; bottom: 6rem;}
    #leadership > ul > li .titleArea{width: calc(100% - 3rem);height: calc(100% - 5rem); padding: 0 0 1rem 2rem;}
    #leadership > ul > li .titleArea p{display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 4.2rem; padding: 0 0.5rem 0 0;}

    #welfare .list li{flex-direction: column;}
    #welfare .list li .textArea{width: 100%; text-align: center;}
    

}
@media only screen and (max-width : 840px){
    #leadership > ul{justify-content: center;}
    #leadership > ul > li{width: calc((100% - 3rem)/2); max-width: 40rem;}


}
@media only screen and (max-width : 768px){


}
@media only screen and (max-width : 640px){
    #recruitment .stepArea{gap: 3rem 5rem;}
    #recruitment .stepArea li{width: calc((100% - 10rem)/3);}
    #recruitment .stepArea li.imgArea + li.imgArea::after{left: -2.5rem;}

    #welfare .list li{padding: 3.5rem 1rem;}
    #welfare .list li .imgArea{width: 6rem;}

    #location .addressArea{padding: 10rem 0 3rem; background-position: top left; margin-bottom: 3rem;}

    #location .addressETC > div{width: 100%;}


}
@media only screen and (max-width : 480px){
    #recruitment .stepArea{justify-content: center;}
    #recruitment .stepArea li.imgArea{width: 100%; max-width: 27.8rem;}
    #recruitment .stepArea li.imgArea + li.imgArea::after{display: none;}

    #pipeline .tableArea table thead td{padding: 0.5rem;}
    #pipeline .tableArea table tbody th{padding: 1rem 0.5rem;}
    #pipeline .tableArea table tbody td{padding: 1rem 0.5rem;}


}
@media only screen and (max-width : 400px){

        

}



