@charset "utf-8";
/********************************
* staff_intro
*********************************/
.staff_top .large__block {
  align-items: flex-start;
}

.staff_content.content_01 {
  border-top: 1px solid #ddd;
}

@media (max-width: 960px) {

}
@media (max-width: 568px) {

}
/********************************
* staff_content
*********************************/
.staff_profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 90px;
  margin-bottom: 60px;
}
.staff_text {
  flex: 1;
}
.staff_role {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
  position: relative;
}
.staff_role::after {
  content: '';
  width: 80px;
  height: 1px;
  display: inline-block;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left:0;
}
.staff_name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.staff_name span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.staff_img {
  max-width: 453px;
}
.staff_desc{
  margin-bottom: 20px;
}
.staff_profile .box_gray p{
  font-size: 16px;
}
.staff_profile .box_gray img{
  max-width: 206px;
}
@media (max-width: 568px) {
  .staff_profile {
    margin-bottom: 30px;
  }
  .staff_content .staff_profile:last-of-type{
    margin-bottom: 0;
  }
  .staff_role {
    font-size: 18px;
  }


  .staff_name span {
    display: inline;
    padding-left: 1em;
  }
  .staff_img {
    margin: 30px auto 20px;
    max-width: 240px;
  }
  .staff_profile .box_gray img{
    margin: 0 auto 10px;
  }
}
/********************************
* advisor_content
*********************************/
.advisor_area{
  margin-bottom: 30px;
}
.advisor_content.bg_color {
  background: #f6f5ee;
}
.advisor_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ad_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.ad_role{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.ad_name{
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ad_name span{
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.advisor_detailbox .txt_top{
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.advisor_detailbox .txt_top::after {
    content: "";
    background: var(--primary-color);
    height: 1px;
    width: 80px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.photo_advisor{
  max-width: 248px;
  margin: 0 auto;
}
.advisor_txt{
  max-width: 300px;
}
.advisor_txt ul{
  max-width: 247px;
  margin: 0 auto;
}
.advisor_txt li.logo_doroquia{
  width: 100%;
  margin-bottom: 10px;
}
.advisor_txt li.logo_pablo{
  max-width: 97px;
}
.advisor_txt li.logo_sakimoto{
  max-width: 68px;
}
.logo_alpha{
  max-width: 121px;
  margin: 0 auto;
}
.logo_fukushin{
  max-width: 97px;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .advisor_box{
    display: block;
    width: 100%;
  }
  .ad_role {
    font-size: 17px;
    text-align: center;
  }
  .ad_name{
    font-size: 26px;
    text-align: center;
  }
  .ad_name span{
    font-size: 18px;
  }
  .ad_box{
    display: block;
    flex-wrap: wrap;
    gap:0;
  }
  .advisor_txt{
    max-width: initial;
  }
  .photo_advisor{
    margin: 0 auto 10px;
  }
  .advisor_area{
    margin-bottom: 30px;
  }
  .advisor_box .advisor_area:last-of-type{
    margin-bottom: 0;
  }
  .advisor_txt ul{
    max-width: 200px;
  }
}