@charset "UTF-8";
.p-member__container{
  max-width: 1688px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}

.p-member__container02{
  max-width: 1376px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}

.p-member__textGradient span{
  display: inline-block;
  background: linear-gradient(287.25deg, #1A2C65 70.1%, #47C4E6 100.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-member__sectionTitle{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  line-height: 1;
}

.p-member__sectionTitle-en span{
  font-size: 96px;
}

.p-member__sectionTitle-en span::first-letter{
  font-size: 120px;
}

.p-member__sectionTitle-deco span{
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.p-member__sectionTitle-deco span::before{
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background-image: url(/assets/images/member/polygon01.svg);
  background-size: contain;
}

@media screen and (max-width: 1439px) {
  .p-member__container,
  .p-member__container02{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 781px) {
  .p-member__container,
  .p-member__container02{
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-member__sectionTitle-en span{
    font-size: 34px;
  }

  .p-member__sectionTitle-en span::first-letter{
    font-size: 42px;
  }
}

/* title */
.p-member__mainTitle__wrapper{
  background-image: url(/assets/images/member/mainTitle_deco.svg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.p-member__mainTitle{
  line-height: 1;
}

.p-member__mainTitle-en span{
  font-size: 128px;
}

.p-member__mainTitle-en span::first-letter{
  font-size: 160px;
}

.p-member__mainTitle-jp{
  font-size: 24px;
}

@media screen and (max-width: 781px) {
  .p-member__mainTitle__wrapper{
    padding: 150px 0 100px;
    background-size: 50vw;
    background-position: 80% 80%;
  }

  .p-member__mainTitle-en span{
    font-size: 48px;
  }

  .p-member__mainTitle-en span::first-letter{
    font-size: 60px;
  }

  .p-member__mainTitle-jp{
    font-size: 18px;
  }
}

/* staff */
.p-member__staff{
  background-image: url(/assets/images/member/staff_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 180px;
}

@media screen and (max-width: 781px) {
  .p-member__staff{
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

.p-member__staffContent{
  position: relative;
  /* padding-left: 18.3246%; */
}

@media screen and (max-width: 1200px){
  .p-member__staffContent{
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
  }

}

@media screen and (max-width: 781px) {

  .p-member__staffContent{
    padding-top: 23vw;
    /* padding-top: 90px;   */
  }

}

.p-member__sectionHeader + .p-member__staffContent{
  margin-top: 60px;
}


.p-member__sectionHeader + .p-member__staffContent{
  margin-top: 60px;
}

@media screen and (max-width: 781px) {
  .p-member__sectionHeader + .p-member__staffContent{
    margin-top: 30px;
  }
}


.p-member__staffContent-textWrapper{
  background-color: #fff;
  border-radius: 8px;
  padding: 90px 120px 83px;

  width: 100%;

}

@media screen and (max-width: 1439px) {
  .p-member__staffContent-textWrapper{
    padding: 80px 60px 83px;
  }
}
@media screen and (max-width: 1200px) {
  .p-member__staffContent-textWrapper{
   
    width: 68.5393%;
  }
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-textWrapper{
    /* padding: 90px 0px 30px; */
    padding: 20vw 0 8vw;
    width: 94%;
  }
}

.p-member__staffImgWrapper{
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-member__staffImgWrapper{
    position: absolute;
    left: 0;
    top: -30px;
    width: 33.7079%;
  }
}

@media screen and (max-width: 781px) {
  .p-member__staffImgWrapper{
    width: 33.7079%;
    top: 0;
  }
}


.p-member__staffImg{
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
}

@media screen and (max-width: 1200px){
  .p-member__staffImg{
    /* width: 33.7079%; */
  }
}

.p-member__staffImg img{
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 15px 30px 0px #5C6C7B1F;
}

.p-member__staffContent + .p-member__staffContent{
  margin-top: 120px;
}

@media screen and (max-width: 781px) {
  .p-member__staffContent + .p-member__staffContent{
    margin-top: 60px;
  }
}

.p-member__staffContent-textBlock{
  display: flex;
  gap: 0 120px;
}

@media screen and (max-width: 1439px) {
  .p-member__staffContent-textBlock{
    gap: 0 60px;
  }
}

@media screen and (max-width: 1200px) {
  .p-member__staffContent-textBlock{
    flex-direction: column;
    gap: 28px 0;
    /* width: 68.5393%; */
    /* width: 100%; */
  }

}

@media screen and (max-width: 781px) {
  .p-member__staffContent-textBlock{
    gap: 28px 0;
    width: 100%;
    margin: 0 auto;
  }

}

.p-member__staffContent-textBox{
  /* background-color: #fff;
  border-radius: 8px;
  padding: 64px 0; */
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-textBox{
    padding: 8vw 0;
  }
}

@media screen and (max-width: 1200px){
  .p-member__staffContent-textBox{
    width: 100%;
  }
}

.p-member__staffContent-textBox--left{
 width: 25.26%;
 min-width: 300px;
 margin-top: -120px;
}

@media screen and (max-width: 1200px){
  .p-member__staffContent-textBox--left{
    /* margin-top: 0; */
    margin: 0 auto;

  }
}


@media screen and (max-width: 781px) {
  .p-member__staffContent-textBox--left{
    width: 100%;
    /* margin-top: 0; */
    padding-top:0;
    padding-bottom: 0;

  }
}

.p-member__staffContent-textBox--right{
 flex:1;
 }

 @media screen and (max-width: 781px) {
  .p-member__staffContent-textBox--right{
    padding-top:0;
  }
 }





.p-member__staffContent-textBox-inner{
  /* padding: 0 9.3333%; */
}

.p-member__staffContent-title{
  font-size: 24px;
}


.p-member__staffContent-personWrapper{
  margin-top: 34px;
}

@media screen and (max-width: 1200px) {
  .p-member__staffContent-personWrapper{
    margin-top: 0;
    max-width: 350px;
  }
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-personWrapper{
    margin-top: 14px;
  }
}


.p-member__staffContent-person{
  /* margin-top: 34px; */
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 16px 0 ;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .p-member__staffContent-person{
    position: initial;
  }
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-person{
      position: relative;
      text-align: left;
      /* margin-top: 14px; */
    }
  }


.p-member__staffContent-personName{
  position: relative;
  line-height: 1;
}

.p-member__staffContent-personName-en{
  font-size: 44px;
  color: #1A2C65;
}

.p-member__staffContent-personName-jp{
  font-size: 20px;
  margin-top: 10px;
}

.p-member__staffContent-personPosition{
  position: absolute;
  top: -100px;
  right: -20px;
  width: 97px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/member/position_bg02.png);
}

@media screen and (max-width: 1200px) {
  .p-member__staffContent-personPosition{
    top: 90px;
    right: 20px;
  }
}

@media screen and (max-width: 781px) {

  .p-member__staffContent-personPosition{
    width: 68px;
    height: 55px;
    top: 0;
    right: 0;
    }

}

.p-member__staffContent-personPosition.__professor-full{
  background-image: url(/assets/images/member/position_bg01.png);
}

.p-member__staffContent-personPosition.__professor{
  background-image: url(/assets/images/member/position_bg01.png);
}

.p-member__staffContent-personPosition.__assistant{
  background-image: url(/assets/images/member/position_bg02.png);
}

.p-member__staffContent-personPosition span{
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
}


.p-member__staffContent-personAffiliation{
  font-size: 18px;
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-personAffiliation{
    text-align: left;
    font-size: 14px;
  }
}

.p-member__staffContent-personSpecialization{
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 24px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.p-member__staffContent-personSpecialization--Label{
  color: #646975;
  font-size: 14px;
  }


.p-member__staffContent-profile{
  margin-top: 48px;
}

.p-member__staffContent-profile dl{
  display: flex;
}

.p-member__staffContent-profile dl + dl{
  margin-top: 20px;
}

.p-member__staffContent-profile dl dt{
  width: 102px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1C3177;
  color: #1C3177;
}

.p-member__staffContent-profile dl dd{
  width: calc(100% - 102px);
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
  color: #646975;
}

.p-member__staffContent-linkList{
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  gap: 10px 10px;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .p-member__staffContent-linkList{

  }
}

.p-member__staffContent-linkList li{
  width: calc((100% - 30px) / 4);
}

@media screen and (max-width: 1200px) {
  .p-member__staffContent-linkList li{
    width: calc((100% - 20px) / 2);
  }
}



.p-member__staffContent-linkList li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #7C99AD;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
}

.p-member__staffContent-linkList li a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-textBox-inner{
    padding: 0 4vw;
  }

  .p-member__staffContent-title{
    font-size: 18px;
  }



  .p-member__staffContent-personName{
    width: calc(100% - 78px);
  }

  .p-member__staffContent-personName-en{
    font-size: 36px;
    text-align: left;
  }

  .p-member__staffContent-personName-jp{
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
  }

  .p-member__staffContent-profile{
    margin-top: 24px;
  }

  .p-member__staffContent-profile dl + dl{
    margin-top: 10px;
  }

  .p-member__staffContent-profile dl dt{
    width: 80px;
    padding-bottom: 10px;
  }

  .p-member__staffContent-profile dl dd{
    width: calc(100% - 80px);
    padding-bottom: 10px;
  }

  .p-member__staffContent-linkList{
    max-width: 237px;
    margin: 24px auto 0;
    gap: 10px 16px;
  }

  .p-member__staffContent-linkList li{
    width: 100%;
  }

  .p-member__staffContent-linkList li a{
    height: 50px;
    border-radius: 25px;
  }
}

.p-member__staffContent-linkInner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px
}

.p-member__staffContent-linkIcon img{
  display: block;
}

.p-member__staffContent-experienceTitle{
  background-color: #E9EFF0;
  position: relative;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 10px 16px;
}

.p-member__staffContent-experienceTitle::before{
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  background-color: #7C99AD;
}

.p-member__staffContent-experienceWrapper{
  margin-top: 24px;
  overflow-y: auto;
  max-height: 600px;
}

.p-member__staffContent-experienceData + .p-member__staffContent-experienceTitle{
  margin-top: 29px;
}

.p-member__staffContent-experienceData dl{
  display: flex;
  margin-top: 12px;
}

.p-member__staffContent-experienceData dl dt{
  width: 130px;
  font-family: "Outfit", serif;
}

.p-member__staffContent-experienceData dl dd{
  width: calc(100% - 130px);
}

.p-member__staffContent-experienceData-sub{
  margin-top: 12px;
}

.p-member__staffContent-experienceData-sub dl{
  margin-top: 0;
}

.p-member__staffContent-experienceData-padding{
  padding-left: 4em;
}

@media screen and (max-width: 781px) {
  .p-member__staffContent-experienceTitle{
    font-size: 16px;
    padding: 8px 12px;
  }

  .p-member__staffContent-experienceTitle::before{
    height: 14px;
    top: calc(50% - 7px);
  }

  .p-member__staffContent-experienceWrapper{
    margin-top: 12px;
  }

  .p-member__staffContent-experienceData + .p-member__staffContent-experienceTitle{
    margin-top: 15px;
  }

  .p-member__staffContent-experienceData dl{
    margin-top: 6px;
  }

  .p-member__staffContent-experienceData dl dt{
    width: 110px;
  }

  .p-member__staffContent-experienceData dl dd{
    width: calc(100% - 110px);
  }

  .p-member__staffContent-experienceData-sub{
    margin-top: 6px;
  }

}

/* Students */
.p-member__student{
  background-color: #fafafa;
  padding-top: 160px;
  padding-bottom: 180px;
}

.p-member__student--researcher{ 
  padding-bottom: 0;
}

.p-member__student .p-member__sectionTitle{
  align-items: center;
}

.p-member__studentContent{
  margin-top: 64px;
}


.p-member__studentBlock{
  border-top: 2px solid #333;
  padding-top: 20px;
}

.p-member__studentBlock + .p-member__studentBlock{
  margin-top: 80px;
}

.p-member__studentBlock-title{
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.p-member__studentBlock-title::before{
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background-image: url(/assets/images/member/polygon02.svg);
  background-size: contain;
}

.p-member__studentBlock-title span{
  font-size: 32px;
  font-family: "Outfit", serif;
  font-weight: 500;
}

@media screen and (max-width: 781px) {
  .p-member__student{
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .p-member__studentContent{
    margin-top: 32px;
  }

  .p-member__studentBlock{
    padding-top: 10px;
  }

  .p-member__studentBlock + .p-member__studentBlock{
    margin-top: 40px;
  }

  .p-member__studentBlock-title{
    gap: 0 8px;
  }

  .p-member__studentBlock-title::before{
    width: 10px;
    height: 12px;
  }

  .p-member__studentBlock-title span{
    font-size: 20px;
  }
}

.p-member__studentBlock-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 24px;
}

.p-member__studentBlock-list li{
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  /* padding: 24px 32px 32px; */
  border-radius: 4px;
}

.p-member__studentBlock-contents{
   padding: 24px 32px 28px;
}


@media screen and (max-width: 781px) {



  .p-member__studentBlock-list{
    gap: 10px 10px;
    max-width: 392px;
    margin: 12px auto 0;
  }
  .p-member__studentBlock-list li{
    width: 100%;
    /* padding: 4vw 8vw; */
  }

  .p-member__studentBlock-contents{
   padding: 4vw 8vw;
}

}

.p-member__studentBlock-list--has-image li{
padding: 0;
}



.p-member__studentBlock-course{
  color: #646975;
  line-height: 1;
}

.p-member__studentBlock-name-en{
  font-size: 36px;
  font-weight: 700;
  color: #1A2C65;
  line-height: 1;
  margin-top: 16px;
}

.p-member__studentBlock-name-jp{
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin-top: 10px;
}


  .p-member__studentBlock-research{
 margin-top: 16px;
  }

 .p-member__studentBlock-research .p-member__studentBlock-researchLabel{
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 700;
}

 .p-member__studentBlock-research .p-member__studentBlock-researchLabel::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7C99AD;
  content: ""
}

 .p-member__studentBlock-research .p-member__studentBlock-researchText{
  position: relative;
 margin-top: 2px;
  font-size: 14px;
}


.p-member__studentBlock-mail{
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-member__studentBlock-mail .p-member__studentBlock-mailIcon img{
  display: block;
}




.p-member__studentBlock-alumni{
}

.p-member__studentBlock-alumni-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-top: 20px;
}


.p-member__studentBlock-alumni{
  width: calc((100% - 32px) / 2);
}

.p-member__studentBlock-alumniList{
  background-color: #fff;
}

.p-member__studentBlock-alumniList-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-member__studentBlock-alumniList.is-open .p-member__studentBlock-alumniList-content {
  max-height: 5000px;
}




.p-member__studentBlock-alumniList-head {
  padding: 20px 46px 20px 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
}

/* ＋− */
.p-member__studentBlock-alumniList-head {
  position: relative;
}

.p-member__studentBlock-alumniList-head::before,
.p-member__studentBlock-alumniList-head::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 17px;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
}

.p-member__studentBlock-alumniList-head::before {
  transform: translateY(-50%) rotate(90deg);
}

.p-member__studentBlock-alumniList.is-open
.p-member__studentBlock-alumniList-head::before {
  transform: translateY(-50%) rotate(0deg);
}


.p-member__studentBlock-alumniList-head{
  padding: 15px 30px 15px 22px;
}



/* 中身 */
.p-member__studentBlock-alumniList-content {
  overflow: hidden;
}

.p-member__studentBlock-alumniList-content-inner {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0px 22px 20px 22px;
}
.p-member__studentBlock-alumniList.is-open .p-member__studentBlock-alumniList-content-inner {
  opacity: 1;
}
 


.p-member__studentBlock-alumniYear{
  font-size: 26px;
  font-family: "Outfit", serif;
  font-weight: 500;
}

.p-member__studentBlock-alumniList {
}

.p-member__studentBlock-alumniList ul{
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 60px
}

.p-member__studentBlock-alumniList ul li{
  /* width: calc((100% - 60px) / 2); */
  display: flex;
  gap: 0 16px;
  /* border-bottom: 1px solid #dedede; */
  padding: 2px 0;
}

.p-member__studentBlock-alumniList ul li .name{
  width: 100px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}

.p-member__studentBlock-alumniList ul li .course{
  width: calc(100% - 124px);
  color: #646975;
  line-height: 1.5;
  flex: 1;
}

@media screen and (max-width: 781px) {
  .p-member__studentBlock-name-en{
    font-size: 24px;
    margin-top: 15px;
  }

  .p-member__studentBlock-name-jp{
    font-size: 16px;
    margin-top: 5px;
  }



  .p-member__studentBlock-alumni-wrapper{
    margin-top: 20px;
    gap:20px 0 ;
  } 

  .p-member__studentBlock-alumni{
    width: 100%;
    display: block;
    /* margin-top: 20px; */
  }

  .p-member__studentBlock-alumniInner{
    gap: 0 20px;
  }


  .p-member__studentBlock-alumniList{
    width: 100%;
    flex-direction: column;
    gap: 0
  }

  .p-member__studentBlock-alumniYear{
    width: 100%;
    font-size: 26px;
    line-height: 1.5;
    padding-top: 0;
  }

  .p-member__studentBlock-alumniList ul{
    width: 100%;
  }
  

  .p-member__studentBlock-alumniList ul li {
    width: 100%;
  }
  .p-member__studentBlock-alumniList ul li .name{
    width: 80px;
  }

  .p-member__studentBlock-alumniList ul li .course{
    width: calc(100% - 80px);
  }
}

footer{
  background-color: #fafafa;
}