@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.professor .container {
  padding-bottom: 3.0rem;
}
@media only screen and (max-width: 640px) {
  .professor .container {
    padding-bottom: calc((30/760)*100vw);
  }
}
.professor .inner {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .professor .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
}
.professor .professor_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.5rem;
}
@media only screen and (max-width: 640px) {
  .professor .professor_img {
    position: static;
    width: 48%;
  }
}
.professor .professor_grade {
  display: inline-block;
  margin-bottom: 1.0rem;
  margin-left: 38.0rem;
  padding: 0 1.5em;
  background: #000;
  color: #FFF;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .professor .professor_grade {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: calc((10/760)*100vw);
    margin-left: 0;
  }
}
.professor .professor_name {
  width: 76.0rem;
  margin-bottom: 4.0rem;
  margin-left: 38.0rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .professor .professor_name {
    width: 48%;
    margin: 0;
  }
}
.professor .professor_name .jp {
  margin-bottom: 1.0rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .professor .professor_name .jp {
    font-size: calc((48/760)*100vw);
  }
}
.professor .professor_name .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .2em;
}
@media only screen and (max-width: 640px) {
  .professor .professor_name .en {
    font-size: calc((24/760)*100vw);
  }
}
.professor .professor_detail {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 76.0rem;
  margin-left: 38.0rem;
}
@media only screen and (max-width: 640px) {
  .professor .professor_detail {
    width: 100%;
    margin: 0;
  }
}
.professor .professor_detail dt, .professor .professor_detail dd {
  margin-top: 1.5em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .professor .professor_detail dt, .professor .professor_detail dd {
    font-size: calc((24/760)*100vw);
  }
}
.professor .professor_detail dt {
  width: 20%;
  font-weight: 500;
}
.professor .professor_detail dd {
  width: 76%;
  font-weight: 300;
}

.reserch_article {
  margin-top: 4.0rem;
  padding: 6.0rem;
  background: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 640px) {
  .reserch_article {
    margin-top: calc((50/760)*100vw);
    padding: calc((40/760)*100vw) calc((30/760)*100vw);
  }
}
.reserch_article:first-child {
  margin-top: 0;
}
.reserch_article_mttl {
  margin-bottom: 4.0rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .reserch_article_mttl {
    margin-bottom: calc((50/760)*100vw);
    font-size: calc((36/760)*100vw);
    line-height: 1.4;
  }
}
.reserch_article_img {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4.0rem;
}
@media only screen and (max-width: 640px) {
  .reserch_article_img {
    margin-top: calc((40/760)*100vw);
  }
}
.reserch_article_img img {
  width: 49.0rem;
}
@media only screen and (max-width: 640px) {
  .reserch_article_img img {
    width: 48%;
  }
}

.current .container {
  padding-bottom: 3.0rem;
}
@media only screen and (max-width: 640px) {
  .current .container {
    padding-bottom: calc((30/760)*100vw);
  }
}

.past .container {
  padding-bottom: 3.0rem;
}
@media only screen and (max-width: 640px) {
  .past .container {
    padding-bottom: calc((30/760)*100vw);
  }
}

.graduates .graduates_table {
  width: 100%;
}
.graduates .graduates_table tr {
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
}
.graduates .graduates_table tr:last-child {
  border: none;
}
.graduates .graduates_table th, .graduates .graduates_table td {
  padding: 1em 0;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .graduates .graduates_table th {
    width: 30%;
  }
}
.graduates .graduates_table_note {
  text-align: right;
}
.graduates .graduates_list li {
  display: inline-block;
}
.graduates .graduates_list li:after {
  content: '、';
}
.graduates .graduates_list li:last-child:after {
  content: ' など';
}
.graduates .graduates_mttl {
  margin: 5.0rem 0 4.0rem;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .graduates .graduates_mttl {
    margin-bottom: calc((60/760)*100vw) 0 calc((50/760)*100vw);
    font-size: calc((36/760)*100vw);
  }
}
