@charset "utf-8";



/* ------- TALK ---------------------------------------------- */
.talk-main{
  position: relative;
  z-index: 1;
}
.talk-main > .ttl{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .08em;
}
.talk-main .image-box .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.talk-main .image-box > .detail{
  letter-spacing: .08em;
}
.talk-main .image-box > .detail > p{
  line-height: 1.7;
}
@media print, screen and (min-width:781px) {
  .talk-main > .ttl{
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 80%;
  }
  .talk-main > .ttl > h1{
    font-size: 2.4rem;
  }
  .talk-main .bg{
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .talk-main .image-box{
    position: relative;
    z-index: 0;
  }
  .talk-main .image-box .image{
    background-image: url("../img/main_pc.jpg");
    padding-bottom: 38.54%;
    width: 100%;
  }
  .talk-main .image-box > .detail{
    color: #FFF;
    max-width: 1280px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
  .talk-main .image-box > .detail > p{
    font-size: 3.4rem;
    margin-top: 100px;
  }
  .talk-main .image-box > .detail > p > span{
    font-size: 4.8rem;
  }
  
  .talk-main  > .txt{
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    max-width: 1280px;
    line-height: 1.83;
    width: 90%;
  }
  .talk-main  > .txt > p{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 780px) {
  .talk-main{
    background-color: #FFF;
    padding-bottom: 60px;
  }
  .talk-main > .ttl{
    padding: 30px 0;
  }
  .talk-main > .ttl > h1{
    font-size: 1.5rem;
    text-align: center;
  }
  .talk-main .bg{
    display: none;
  }
  
  .talk-main .image-box{
    position: relative;
    z-index: 0;
  }
  .talk-main .image-box .image{
    background-image: url("../img/main_sp.jpg");
    padding-bottom: 71.79%;
    width: 100%;
  }
  .talk-main .image-box > .detail{
    padding: 0 20px;
  }
  .talk-main .image-box > .detail > p{
    font-size: 2.0rem;
    margin-top: 40px;
  }
  .talk-main .image-box > .detail > p > span{
    font-size: 2.8rem;
  }
  
  .talk-main  > .txt{
    padding: 0 20px;
    margin-top: 30px;
  }
  .talk-main  > .txt > p{
    font-size: 1.6rem;
  }
  .talk-main  > .txt > p br{
    display: none;
  }
}



.members{
  color: #FFF;
}
.members > h2{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .08em;
  line-height: 1.11;
}
@media print, screen and (min-width:781px) {
  .members{
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
    max-width: 1280px;
    width: 90%;
  }
  .members > h2{
    font-size: 3.4rem;
    text-align: center;
  }
  .members-list{
    display: flex;
    justify-content: space-between;
  }
  .members-list > .members-list-item{
    margin-top: 50px;
    width: 28.9%;
  }
  .members-list > .members-list-item dl{
    margin-top: 30px;
  }
  .members-list > .members-list-item dt{
    position: relative;
  }
  .members-list > .members-list-item dt:after{
    background-color: #FFF;
    content: "";
    display: block;
    margin-top: 20px;
    height: 1px;
    width: 40px;
  }
  .members-list > .members-list-item dt .affiliation{
    font-size: 1.6rem;
  }
  .members-list > .members-list-item dt .name{
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .members-list > .members-list-item dt .name > span{
    font-size: 2.4rem;
    margin-right: 20px;
  }
  .members-list > .members-list-item dd{
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .members{
    padding: 60px 20px;
  }
  .members > h2{
    font-size: 2.4rem;
    text-align: center;
  }
  .members-list{
    border-top: 1px solid #585792;
    margin-top: 30px;
  }
  .members-list > .members-list-item{
    border-bottom: 1px solid #585792;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .members-list > .members-list-item .image{
    width: 31.42%;
  }
  .members-list > .members-list-item dl{
    width: 60%;
  }
  .members-list > .members-list-item dt .affiliation{
    font-size: 1.4rem;
  }
  .members-list > .members-list-item dt .name{
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .members-list > .members-list-item dt .name > span{
    font-size: 2.0rem;
    margin-right: 10px;
  }
  .members-list > .members-list-item dd{
    font-size: 1.4rem;
    margin-top: 10px;
  }
}



.talk-session-sec{
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:781px) {
  .talk-session{
    margin-bottom: 240px;
  }
  .talk-session > .image{
    margin: -100px 0;
    position: relative;
    z-index: 0;
  }
  .talk-session-sec > .bg{
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .talk-session-sec:nth-child(odd) > .bg{
    right: 0 !important;
  }
  .talk-session-sec:nth-child(even) > .bg{
    left: 0 !important;
  }
  .talk-session-inner{
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 80%;
  }
}
@media screen and (max-width: 780px) {
  .talk-session{
    margin-bottom: 120px;
  }
  .talk-session-sec{
    background-color: #FFF;
    padding: 50px 20px;
  }
  .talk-session-sec > .bg{
    display: none;
  }
}


.talk-session{
  counter-reset: number 0;
}
.talk-session-sec h2{
  border-bottom: 1px solid #100F63;
  font-weight: 400;
  display: flex;
  align-items: center;
  letter-spacing: .08em;
  line-height: 1.6;
  padding-bottom: 20px;
  position: relative;
}
.talk-session-sec h2:before{
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.talk-session-sec h2:after{
  background-color: #100F63;
  content: "";
  display: block;
  height: 3px;
  width: 87px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media print, screen and (min-width:781px) {
  .talk-session-sec h2{
    font-size: 4.4rem;
  }
  .talk-session-sec h2:before{
    font-size: 8.4rem;
    margin-right: 45px;
  }
}
@media screen and (max-width: 780px) {
  .talk-session-sec h2{
    font-size: 2.4rem;
    align-items: flex-start;
  }
  .talk-session-sec h2:before{
    font-size: 4.0rem;
    margin-right: 20px;
  }
}


.talk-item > .image > figcaption{
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width:781px) {
  .talk-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    margin-top: 40px;
  }
  .talk-item > .image{
    width: 60px;
  }
  .talk-item > .talk{
    width: calc(100% - 110px);
  }
  
  .talk-session-contents > .image{
    margin: 60px 0;
  }
  .talk-session-contents > *:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .talk-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 10px;
    margin-top: 40px;
  }
  .talk-item > .image{
    width: 17.14%;
  }
  .talk-item > .image > figcaption{
    font-size: 1.3rem;
  }
  .talk-item > .talk{
    width: 77.14%;
  }
  
  .talk-session-contents > .image{
    margin: 40px 0;
  }
  .talk-session-contents > *:first-child{
    margin-bottom: 30px;
  }
  .talk-session-contents > *:last-child{
    margin-bottom: 0;
  }
}