@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.talk-settion-main-visual{
  position: relative;
}
.talk-settion-main-visual .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.talk-settion-heading{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}


.member-heading h2{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.76;
}
.member-list-item .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding-bottom: 100%;
}
.member-profile{
  text-align: center;
  line-height: 1.76;
  margin-top: 15px;
}
.member-profile .charge{
  font-size: 1.4rem;
}
.member-profile .initial{
  font-size: 2.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.member-profile .profile{
  font-size: 1.3rem;
}




.theme-wrap{
  
}
.theme-section:nth-child(odd){
  background-color: #FFF;
}
.theme-section-heading-inner{
  background-color: #5FBFC7;
  color: #FFF;
}
.theme-section-heading p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 2.0rem;
}
.theme-section-heading p:after{
  counter-increment: number 1;
  content: " " counter(number);
}
.theme-section-heading h2{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.88;
}
.talk-session-item .image{
  width: 70px;
}
.talk-session-item .image:before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  display: block;
  padding-bottom: 100%;
}
.talk-session-item .image figcaption{
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}
.talk-session-item .talk{
  background-color: #F7F7F5;
  border-radius: 10px;
}


.talk-session-image-wrap > .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}




.member-list-item .prof-an,
.talk-session-item .prof-an:before{
  background-image: url("../img/prof_an.jpg");
}
.member-list-item .prof-ym,
.talk-session-item .prof-ym:before{
  background-image: url("../img/prof_ym.jpg");
}
.member-list-item .prof-ko,
.talk-session-item .prof-ko:before{
  background-image: url("../img/prof_ko.jpg");
}
.member-list-item .prof-ya,
.talk-session-item .prof-ya:before{
  background-image: url("../img/prof_ya.jpg");
}


.talk-session-image-wrap > .image01{
  background-image: url("../img/theme01_01.jpg");
}
.talk-session-image-wrap > .image03{
  background-image: url("../img/theme03_01.jpg");
}


.theme2-image,
.theme4-image{
  padding-bottom: 54.63%;
  position: relative;
}
.theme2-image .image,
.theme4-image .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.theme2-image .image:nth-child(1){
  background-image: url("../img/theme02_01.jpg");
  padding-bottom: 45.36%;
  width: 83.33%;
  right: 0;
  top: 0;
}
.theme2-image .image:nth-child(2){
  background-image: url("../img/theme02_02.jpg");
  padding-bottom: 31.48%;
  width: 31.48%;
  left: 0;
  bottom: 0;
}
.theme2-image2 .image{
  background-image: url("../img/theme02_03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45.76%;
}
.theme4-image .image:nth-child(1){
  background-image: url("../img/theme04_01.jpg");
  padding-bottom: 45.36%;
  width: 83.33%;
  left: 0;
  top: 0;
}
.theme4-image .image:nth-child(2){
  background-image: url("../img/theme04_02.jpg");
  padding-bottom: 31.48%;
  width: 31.48%;
  right: 0;
  bottom: 0;
}
.theme4-image2 .image{
  background-image: url("../img/theme04_03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45.76%;
}
@media print, screen and (min-width:781px) {
  .talk-settion-main-visual{
    display: flex;
    align-items: flex-end;
    height: calc(100vh - 150px);
    width: 100%;
  }
  .talk-settion-main-visual .image{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .talk-settion-heading{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 86%;
    max-width: 1280px;
  }
  .talk-settion-heading .bar{
    border-top-right-radius: 40px;
    background-color: #FFF;
    height: 100%;
    width: calc(100% + 325px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(calc(-100% + 325px));
    z-index: -1;
  }
  .talk-settion-heading h1{
    font-size: 4.0rem;
  }
  .talk-settion-heading h1 span{
    font-size: 2.6rem;
  }
  
  
  
  #member-section{
    background-color: #FFF;
  }
  .member-section-wrap{
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    width: 86%;
    max-width: 1280px;
  }
  .member-heading{
    display: flex;
    justify-content: center;
  }
  .member-heading:before,
  .member-heading:after{
    align-self: flex-end;
    background-color: #000000;
    content: "";
    display: block;
    height: 75px;
    width: 1px;
  }
  .member-heading:before{
    transform: rotate(-20deg);
  }
  .member-heading:after{
    transform: rotate(20deg);
  }
  .member-heading h2{
    font-size:min(2.03vw,2.6rem);
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  
  
  .member-list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .member-list-item{
    width: 20.34%;
  }
  .member-list-item:nth-child(even){
    margin-top: 50px;
  }
  
  
  
  
  .theme-wrap{
    counter-reset: number 0;
  }
  .theme-section-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .theme-section:last-child > .theme-section-wrap{
    padding-bottom: 0;
  }
  .theme-section-heading-inner{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    align-items: center;
    padding: 30px 30px;
  }
  .theme-section-heading p{
    padding-right: 25px;
  }
  .theme-section-heading h2{
    font-size: 3.4rem;
    border-left: 1px dashed #FFF;
    padding-left: 35px;
  }
  .talk-session{
    margin-left: 50px;
  }
  .talk-session-item{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .talk-session-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .talk-session.reverse .talk-session-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .talk-session.reverse .talk-session-item:nth-child(even) {
    flex-direction: row;
  }
  .talk-session-item .talk{
    padding: 40px;
    width: calc(100% - 110px);
    position: relative;
  }
  .talk-session-item .talk:before{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 25px;
  }
  .talk-session-item:nth-child(odd) .talk:before{
    background-image: url("../img/bg_fukidashi1.svg");
    left: -20px;
  }
  .talk-session-item:nth-child(even) .talk:before{
    background-image: url("../img/bg_fukidashi2.svg");
    right: -20px;
  }
  .talk-session.reverse .talk-session-item:nth-child(odd) .talk:before{
    background-image: url("../img/bg_fukidashi2.svg");
    right: -20px;
    left: auto;
  }
  .talk-session.reverse .talk-session-item:nth-child(even) .talk:before{
    background-image: url("../img/bg_fukidashi1.svg");
    left: -20px;
    right: auto;
  }
  
  
  
  .talk-session-image-wrap{
    display: flex;
    margin-top: 60px;
  }
  .talk-session-image-wrap .talk-session-item:first-child{
    margin-top: 0;
  }
  .talk-session-image-wrap.image-r{
    flex-direction: row-reverse;
  }
  .talk-session-image-wrap .talk-session{
    margin: 0 !important;
  }
  .talk-session-image-wrap > .image{
    width: 200%;
  }
  .talk-session-image-wrap.image-l > .image{
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    margin-right: 60px;
  }
  .talk-session-image-wrap.image-r > .image{
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    margin-left: 60px;
  }
  
  
  
  
  .theme2-image{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .theme2-image2{
    margin-top: 100px;
  }
  .theme4-image{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .theme4-image2{
    margin-top: 60px;
  }
  .theme2-image .image,
  .theme4-image .image{
    border-radius: 40px;
  }
  .theme2-image .image:nth-child(2){
    border-top: 10px solid #EBEAE9;
    border-right: 10px solid #EBEAE9;
  }
  .theme4-image .image:nth-child(2){
    border-top: 10px solid #EBEAE9;
    border-left: 10px solid #EBEAE9;
  }
  
  .theme2-image2 .image,
  .theme4-image2 .image{
    border-radius: 40px;
  }
}
@media screen and (max-width: 780px) {
  .talk-settion-main-visual{
    margin-top: 30px;
    height: auto !important;
  }
  .talk-settion-main-visual .image{
    margin-top: 50px;
  }
  .talk-settion-heading{
    text-align: center;
  }
  .talk-settion-heading .bar{
  }
  .talk-settion-heading h1{
    display: flex;
    flex-direction: column;
    font-size: 3.0rem;
  }
  .talk-settion-heading h1 span{
    font-size: 1.8rem;
    margin-bottom: 13px;
    display: block;
  }.talk-settion-heading h1 br{
    display: none;
  }
  
  
  
  
  #member-section{
    background-color: #FFF;
    padding-bottom: 30px;
  }
  .member-section-wrap{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
  }
  .member-heading h2{
    font-size: 1.8rem;
  }
  
  
  
  .member-list{
    margin: 50px auto 0;
    width: 68.57%
  }
  .member-list-item{
    margin-top: 40px;
  }
  
  
  
  
  
  
  .theme-wrap{
    counter-reset: number 0;
  }
  .theme-section-wrap{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .theme-section:last-child > .theme-section-wrap{
    padding-bottom: 0;
  }
  .theme-section-heading-inner{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px 20px;
    margin-bottom: 35px;
    text-align: center;
  }
  .theme-section-heading p{
  }
  .theme-section-heading h2{
    font-size: 2.8rem;
  }
  .talk-session{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .talk-session-item{
    margin-top: 20px;
  }
  .talk-session-item .image{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -65px;
    position: relative;
    z-index: 2;
  }
  .talk-session-item .talk{
    padding: 80px 20px 20px;
    position: relative;
    z-index: 1;
  }

  
  
  .talk-session-image-wrap{
    margin-top: 45px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .talk-session-image-wrap.image-l > .image{
    border-radius: 20px;
    padding-bottom: 94%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .talk-session-image-wrap.image-r > .image{
    border-radius: 20px;
    padding-bottom: 94%;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  
  
  .theme2-image{
    margin-top: 40px;
  }
  .theme2-image2{
    margin-top: 40px;
  }
  .theme4-image{
    margin-top: 40px;
  }
  .theme4-image2{
    margin-top: 40px;
  }
  .theme2-image .image,
  .theme4-image .image{
    border-radius: 20px;
  }
  .theme2-image .image:nth-child(2){
    border-top: 5px solid #EBEAE9;
    border-right: 5px solid #EBEAE9;
  }
  .theme4-image .image:nth-child(2){
    border-top: 5px solid #EBEAE9;
    border-left: 5px solid #EBEAE9;
  }
  
  .theme2-image2 .image,
  .theme4-image2 .image{
    border-radius: 20px;
  }
}
@media (hover: hover) and (pointer: fine){
}

