@charset "UTF-8";

@media screen and (min-width: 0px) {
  .prof{
    padding: 100px 0 90px;
    background-color: #fff;
    color: rgb(0,104,177);
    position: relative;
  }
  .prof:before{display: none;}
  .prof .title{
    font-size: 18px;
  }
  .prof .name{
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 30px;
  }
  .prof h2{
    font-size: 18px;
    margin: 0 auto 20px;
    color: #fff;
    background-color: rgb(0,104,177);
    display: table;
    padding: 10px 20px;
  }
.prof table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
.prof table tbody{width: 100%;}
  .prof table td:first-child{
    width: 30%;
    font-weight: 300;
  }
  .prof table td:first-child::before{content:"■";}
  .prof table td:last-child{
    width: 70%;
    font-weight: 300;
  }
  .prof p.license{
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
  }
  .prof .img{margin: 30px 0 0;}
  
  .career,
  .affiliation{
    padding: 30px 20px;
    border-top: 1px solid rgb(0,104,177);
  }
  .career h2,
  .affiliation h2{
    font-size: 18px;
    margin: 0 auto 20px;
    color: rgb(0,104,177);
    background-color: #fff;
    display: table;
    padding: 10px 20px;
  }
  .career table tr{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0 16px;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
  .career table td:first-child{
    flex: 1;
    flex-basis: 35%;
    min-width: 120px;
    text-align: right;
    font-weight: 600;
    color: rgb(0,104,177);
    letter-spacing: 0.25em;
    white-space: nowrap;
  }
  .career table td:last-child{
    flex: 1;
    flex-basis: 65%;
    font-weight: 300;
    /* margin-bottom: 10px; */
    letter-spacing: 0.15em;
  }
  .affiliation section{margin-bottom: 40px;}
  .affiliation p.title{
    font-size: 20px;
    color: rgb(0,104,177);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .affiliation p.period{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }
  .affiliation ul{margin-bottom: 20px;}
  .affiliation ul li{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .affiliation ul li::before{
    content:"●";
  }

}
@media screen and (min-width:560px) {

  .prof .wrap{
    display: block;
    background-image: url("../images/profile_03.png");
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: bottom right;
  }
  .prof .txt{width: 70%;}
  .prof h2{
    font-size: 24px;
    margin: 0 auto 40px;
  }
  .prof table td:first-child{width: 15%;}
  .prof table td:last-child{
    width: 85%;
    padding-left: 1rem;
    text-shadow: 0 0 #ffffff;
  }
  .prof .img{
    display: none;
  }
  .prof button{margin: 25px auto 0;}
  .iframe{
    width: 50%;
    padding: 10px;
    margin-top: 0;
    margin-left: 5%;
    min-width: 300px;
  }
  .career,
  .affiliation{
    max-width: 940px;
    margin: 0 auto;
  }
  .career h2,
  .affiliation h2{
    font-size: 24px;
    margin: 0 auto 40px;
  }
  .career{padding: 30px 10vw;}
  .career table{
    flex-direction: row;
    font-size: 14px;
    line-height: 2;
    color: #000;
  }
  .career table td:first-child{
    width: 30%;
    color: rgb(0,104,177);
  }
}

@media screen and (min-width:1000px) {
  .prof{padding: 120px 0 90px;}
  .prof .txt{width: 60%;}
  .prof .title{font-size: 21px;}
  .prof .name{
    font-size: 60px;
    margin: 0 0 40px;
  }
  .prof table{font-size: 16px;}
  .prof button{margin: 25px auto 15px;}
  .prof .live img{max-width: none;}
  .iframe{
    width: 50%;
    padding: 10px 20px;
    margin: 0;
  }
  .career table td:last-child{letter-spacing: 0.3em;}
  .affiliation section{width: 32%;}
}