@charset "utf-8";


.profile{
    padding-top: 60px;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
}
.profile-card  {
    width: 50%;
    overflow: hidden;
}
.profile-img{
    height: 1350px;
}
.text-profile{
    margin-top: 60px;
    margin-left: 8vw;
}
.text-profile h1{
    font-size: 24px;
    font-weight: lighter;
}
.text-profile h2{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 20px;
    width:75%;
    line-height: 2;
}
.awards-profile{
    padding-top: 100px;
}
.recent-profile{
    padding-top: 100px;
}
.profileimg-responsive{
    display: none;
}




.about-text{
    width: 60vw;
    margin: 70px auto 0px;
    opacity: 0; 
    visibility: hidden;
    transform: translateX(-150px);
    transition: all 2s;
}
.about-text h1{
    font-size: 24px;
    font-weight: lighter;
}
.about-text h2{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 40px;
    line-height: 2;
}


.about-text.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}





.publication{
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
}
.publication-box {
    width: 50vw;          
    height: 50vw;             
    border: 1px solid rgb(0, 0, 0);   
    background-color: rgb(205, 255, 7);  
    overflow-y: scroll; 
    border-radius: 700px;
    margin: 0 auto;         
}
.publication-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
.publication-box p{
    margin-bottom: 40px;
    font-style: italic;
}

.title-publication h1{
    font-size: 42px;
    font-weight: lighter;
    margin-bottom: 50px;
    text-align: center;
}
.p-block h1{
    margin-top: 30px;
    font-weight: lighter;
    font-size: 24px;
 }
.p-block h2{
    margin:20px 0 60px;
    line-height: 1.7;
    font-weight: lighter;
    font-size: 14px;
}