@charset "UTF-8";
.teacher .small-ttl::before {
  color: #8F3759;
}
.teacher .circ-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .teacher .circ-ttl {
    font-size: 1.3125rem;
    text-indent: -0.5em;
    padding-left: 1em;
  }
}
.teacher .circ-ttl:before {
  content: "●";
  display: inline-block;
  color: #8F3759;
  margin-right: 3px;
}
.teacher .bnr-area {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .teacher .bnr-area {
    width: 100%;
  }
}
.teacher .bnr-area a {
  display: block;
}
.teacher.top .major-link-list {
  margin: 35px 0 145px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .teacher.top .major-link-list {
    gap: 15px 0%;
  }
}
.teacher.top .major-link-list li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .teacher.top .major-link-list li {
    width: 50%;
  }
}
.teacher.top .major-link-list li a {
  font-size: 1.125rem;
  border-left: 3px solid #8F3759;
  padding-left: 8px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .teacher.top .major-link-list li a {
    font-size: 0.9375rem;
  }
}
.teacher.top .major-link-list li a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #A3978C;
  border-bottom: 2px solid #A3978C;
  margin-left: 15px;
  margin-bottom: 4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.teacher.top .major-link-list li a:hover {
  color: #8F3759;
}
@media screen and (max-width: 767px) {
  .teacher.top .major-link-list li a:hover {
    color: #353535;
  }
}
.teacher.top .major-link-list li a:hover::after {
  border-right: 2px solid #8F3759;
  border-bottom: 2px solid #8F3759;
}
@media screen and (max-width: 767px) {
  .teacher.top .major-link-list li a:hover::after {
    border-right: 2px solid #A3978C;
    border-bottom: 2px solid #A3978C;
  }
}
.teacher.top .section-block {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block {
    margin-bottom: 140px;
  }
}
.teacher.top .section-block .section-block-wrap {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap {
    padding-left: 0;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info {
  border-bottom: 1px solid #707070;
  padding: 10px 5px;
}
.teacher.top .section-block .section-block-wrap .teacher-info:first-of-type {
  border-top: 1px solid #707070;
}
.teacher.top .section-block .section-block-wrap .teacher-info a {
  display: block;
  position: relative;
}
.teacher.top .section-block .section-block-wrap .teacher-info a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8F3759;
  border-bottom: 2px solid #8F3759;
  position: absolute;
  top: 45%;
  left: 20px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info a::before {
    left: 15px;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info a.no-link {
  pointer-events: none;
}
.teacher.top .section-block .section-block-wrap .teacher-info a.no-link::before {
  content: none;
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap {
  padding: 15px 60px;
  background: rgba(240, 240, 240, 0.49);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 128px;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap {
    padding: 15px 20px 15px 40px;
    min-height: auto;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name {
  width: 230px;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;*/
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name {
    width: 100%;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dt {
  color: #8F3759;
  font-size: 1.1875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dt {
    width: 100%;
    font-size: 0.9375rem;
    padding: 0;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dd {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dd {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner {
  width: calc(100% - 250px);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major {
    width: 100%;
    margin-bottom: 10px;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major p {
  color: #8F3759;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major p {
    font-size: 1rem;
  }
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major p {
  /*span{
    color: $white;
    background: $school-color;
    border-radius: 25px;
    padding: 2px 10px;
    //word-break: keep-all;
  }*/
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .intro-txt {
  width: 100%;
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .intro-txt p {
  line-height: 1.8;
}
.teacher.top .section-block .section-block-wrap .teacher-info .teacher-info-wrap {
  /*.major{
    width: 320px;
    padding-right: 10px;

    @include mq(md){
      width: 100%;
      padding-right: 0;
      margin-bottom: 10px;
    }

    p{
      span{
        color: $white;
        background: $school-color;
        border-radius: 25px;
        padding: 2px 10px;
        //word-break: keep-all;
      }
    }
  }

  .intro-txt{
    width: calc(100% - 600px);

    @include mq(md){
      width: 100%;
    }
  }*/
}
.teacher.teacher-cms .section-block {
  margin-bottom: 70px;
}
.teacher.teacher-cms .teacher-head {
  padding: 100px 0 60px;
  border-bottom: 10px solid #8F3759;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap {
    flex-direction: column-reverse;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof {
    width: 100%;
    margin-top: 25px;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name {
    margin-bottom: 5px;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name dt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name dt {
    font-size: 1rem;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name dd {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name dd {
    font-size: 1.5625rem;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name dd .kana {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .teacher-name dd .kana {
    display: block;
    font-size: 0.75rem;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .major {
  font-size: 1.25rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .major {
    font-size: 1rem;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dt {
  margin-right: 20px;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dd a {
  border: 1px solid #2D287F;
  font-size: 0.875rem;
  color: #fff;
  background: #2D287F;
  border-radius: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dd a {
    font-size: 0.8125rem;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dd a:hover {
  color: #2D287F;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dd a:hover {
    color: #fff;
    background: #2D287F;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dd.en {
  margin-left: 30px;
  position: relative;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .researchers-link dd.en::before {
  content: "／";
  display: inline-block;
  position: absolute;
  left: -22px;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .mail {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .mail {
    font-size: 0.75rem;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .mail .icon-mail {
  font-size: 1rem;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-prof .mail .icon-mail::before {
  color: #353535;
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-pic {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-pic {
    width: 100%;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-pic .teacher-pic-wrap {
  width: 241px;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-pic .teacher-pic-wrap {
    width: 74%;
  }
}
.teacher.teacher-cms .teacher-head .teacher-head-wrap .teacher-pic .teacher-pic-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher.teacher-cms .contents-wrap {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap {
    margin-top: 25px;
  }
}
.teacher.teacher-cms .contents-wrap .research {
  margin: 185px 0 110px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research {
    margin: 110px 0 50px;
  }
}
.teacher.teacher-cms .contents-wrap .research dt {
  width: 235px;
  padding: 20px 35px;
  display: flex;
  align-items: center;
  color: #8F3759;
  font-weight: 500;
  line-height: 1.6;
  border-top: 1px solid #707070;
  position: relative;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dt {
    padding: 20px 15px;
    width: 100%;
    border-top: 5px solid #8F3759;
  }
}
.teacher.teacher-cms .contents-wrap .research dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #8F3759;
  position: absolute;
  left: 0;
  top: -2.5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dt::before {
    content: none;
  }
}
.teacher.teacher-cms .contents-wrap .research dt:last-of-type {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dt:last-of-type {
    border-bottom: none;
  }
}
.teacher.teacher-cms .contents-wrap .research dt:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #8F3759;
  position: absolute;
  left: 0;
  bottom: -2.5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dt:last-of-type::after {
    content: none;
  }
}
.teacher.teacher-cms .contents-wrap .research dd {
  width: calc(100% - 235px);
  padding: 20px 60px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dd {
    width: 100%;
    padding: 20px 15px;
  }
}
.teacher.teacher-cms .contents-wrap .research dd:last-of-type {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dd:last-of-type {
    border-bottom: 5px solid #8F3759;
  }
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dd .url-list li {
    margin-bottom: 5px;
  }
}
.teacher.teacher-cms .contents-wrap .research dd .url-list li .head {
  margin-right: 10px;
}
.teacher.teacher-cms .contents-wrap .research dd .url-list li .head::after {
  content: "：";
  display: inline-block;
}
.teacher.teacher-cms .contents-wrap .research dd .url-list li a {
  color: #8F3759;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.teacher.teacher-cms .contents-wrap .research dd .url-list li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .research dd .url-list li a:hover {
    text-decoration: underline;
  }
}
.teacher.teacher-cms .contents-wrap .btn {
  margin: 0 auto;
}
.teacher.teacher-cms .contents-wrap .bnr-area {
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .teacher.teacher-cms .contents-wrap .bnr-area {
    margin-top: 100px;
  }
}/*# sourceMappingURL=teacher.css.map */