@charset "UTF-8";

.ttl_3 span {
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  background: #000;
  line-height: 160%;
  letter-spacing: 0.96px;
  padding: 6px 8px 6px;
  margin: 0 0 4px 0;
  -webkit-box-decoration-break: clone;
}

.inner.row {
  margin: 0 auto 0;
}

.profile dl .post {
  display: flex;
  background: unset;
  padding: 0;
}

.post dd {
  padding: 0 0 0 0.8em;
}

.profile {
  font-size: 16px;
}

@media not screen and (max-width: 780px) {
  .ttl_3 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .ttl_4 {
    font-size: 24px;
  }

}

@media screen and (max-width: 780px) {
  .ttl_3 {
    font-size: 26px;
    font-weight: 700;
  }

  .profile .ttl_3 {
    margin: 0 0 16px 0;
  }

  .ttl_4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
  }

}

/* fv style
----------------------------------------------*/
#member_fv {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.fv_img .ph_main {
  position: absolute;
  overflow: hidden;
  right: 0;
  clip-path: polygon(150px 0px, 100% 0, 100% 100%, 0 100%);
}

#member_fv.layout_right .fv_img .ph_main {
  clip-path: polygon(0px 0px, calc(100% - 150px) 0, 100% 100%, 0 100%);
  left: 0;
  right: unset;
}

.fv_img .ph_main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 75% 0;
}

#member01 .fv_img .ph_main img {
  object-position: 62% 0;
}

.fv_img .ph_sub {
  position: absolute;
  left: 0;
  overflow: hidden;
  clip-path: polygon(0px 0px, 100% 0, calc(100% - 70px) 100%, 0 100%);
}

#member_fv.layout_right .fv_img .ph_sub {
  left: unset;
  right: 0;
  clip-path: polygon(0px 0px, 100% 0, 100% 100%, 70px 100%);
  margin: 0 0 20px 0;
}


.fv_img .ph_sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}


@media not screen and (max-width: 780px) {
  #member_fv {
    height: 586px;
    margin-bottom: 70px;
  }

  #member_fv.layout_right .profile {
    margin: 40px 0 0 auto;
  }

  #member_fv.layout_right .profile .ttl_3 {
    margin:
      0 0 4px auto;
    text-align: right;
  }

  .fv_img .ph_main {
    width: 80%;
    max-width: 1500px;
    height: 555px;
  }



  .fv_img .ph_sub {
    position: absolute;
    width: 360px;
    height: 248px;
    left: 0;
    overflow: hidden;
    top: 324px
  }

  .fv_img .ph_sub img {
    object-fit: cover;
    object-position: 50% 0;
  }


  .profile {
    margin: 40px auto 0 0;
  }

  .profile dl {
    background: rgb(255 255 255 / 70%);
    padding: 8px 16px;
  }


  @media screen and (min-width: 1440px) {
    .fv_img .ph_sub {
      left: 6.3%;
      clip-path: polygon(80px 0px, 100% 0, calc(100% - 80px) 100%, 0 100%);
    }
  }

  #member_fv .profile {
    position: relative;
    width: 55%;
    max-width: 590px;
    height: fit-content;
    align-items: center;
  }

  @media not screen and (max-width: 1020px) {
    #member_fv .profile {
      height: fit-content;
      align-items: center;
      top: 0;
    }
  }

}

@media screen and (max-width: 780px) {
  #member_fv {
    margin-bottom: 40px;
  }

  .fv_img {
    margin-bottom: 24px;
    height: 280px;
    position: relative;
  }

  .fv_img .ph_main {
    width: 87.4vw;
    right: 0;
    height: 250px;
    clip-path: polygon(80px 0px, 100% 0, 100% 100%, 0 100%);
  }

  .fv_img .ph_sub {
    position: absolute;
    width: 174px;
    height: 116px;
    overflow: hidden;
    bottom: 0;
  }

  @media screen and (max-width: 500px) {
    .fv_img .ph_main {
      height: 230px;
    }
  }

  .fv_img .ph_sub {
    clip-path: polygon(0px 0px, 100% 0, calc(100% - 40px) 100%, 0 100%);
  }

}



/* contents detail style
----------------------------------------------*/
.content_wrap {
  margin-bottom: 80px;
}

.photo_area {
  position: relative;
  width: 100%;
  z-index: 50;
}



.photo_col {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff;
  clip-path: polygon(0 80px, 0 100%, 100% 520px, 100% 0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.photo_col img {
  object-fit: cover;
  object-position: 50%;
  height: 100%;
  width: 100%;
}

@media not screen and (max-width: 780px) {

  .photo_area {
    height: 660px;
    margin: -80px 0;
    position: relative;
  }

  .photo_col {
    height: 620px;
    max-width: 1000px;
  }

  .photo_col img {
    max-width: 1000px;
  }


}


@media screen and (max-width: 780px) {
  .photo_area {
    height: 290px;
    margin: -40px 0 0;
  }

  .photo_area::before {
    height: 290px;
  }

  .photo_col {
    height: 290px;
    max-width: 550px;
    clip-path: polygon(0 40px, 100% 0, 100% 250px, 0 100%);
  }

  .photo_col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .photo_col img {
    object-position: 40% 0;
  }


}

#member05 .fv_img .ph_main img {
  object-position: 42% 0;
}

#member06 .fv_img .ph_main img {
  object-position: 42% 2%;
}

#member06 .photo_col img {
  object-position: 50% 4%;
}

/* member00 style -------*/
@media not screen and (max-width: 780px) {
  #member00 #member_fv {
    height: 700px;
  }

  #member00 #member_fv .profile {
    width: unset;
  }

  #member00 .fv_img .ph_main img {
    object-position: 40% 0;
  }

  #member01 .profile,
  #member03 .profile {
    margin: 0 auto 0 0
  }

  #member00 .fv_img .ph_sub.left {
    top: 260px
  }

  #member00 .fv_img .ph_sub.right {
    right: 0;
    left: auto;
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);
    top: 380px
  }

  #member00 #member_fv .profile.left {
    margin-top: 350px;
    width: 40%;

  }

  #member00 #member_fv .profile.right {
    margin: -60px 0 0 auto;
    width: 40%;
  }

  @media not screen and (max-width: 1440px) {
    #member00 .fv_img .ph_main {
      width: 85%;
    }

    #member00 .fv_img .ph_main img {
      object-position: 40% 12%;
    }

    #member00 .fv_img .ph_sub.left {
      left: calc((100% - 1500px) / 2);
      clip-path: polygon(70px 0px, 100% 0, calc(100% - 70px) 100%, 0 100%);
    }
  }
}

@media screen and (max-width: 780px) {
  #member00 .photo_area {
    margin: 0 auto 0;
    overflow: hidden;
  }

  #member00 .fv_img .ph_main img {
    object-position: 40% 38%;
  }

  #member00 #member_fv .ph_sub.left {
    left: 0;
    right: unset;
  }

  #member00 #member_fv .ph_sub.right {
    left: unset;
    right: 0;
    clip-path: polygon(40px 0px, 100% 0, 100% 100%, 0 100%);
  }
}

@media not screen and (max-width: 780px) {
  #member00 .photo_area {
    max-width: 1000px;
    height: 635px;
    overflow: hidden;
    margin: 0px auto 0;
  }

  #member00 .photo_col {
    width: 65%;
    height: 450px;
    clip-path: polygon(0 60px, 0 100%, 100% 390px, 100% 0);
  }

  #member00 .photo_col.left {
    left: 30%;
    top: 225px;
  }

  #member00 .photo_col.right {
    left: 70%;
    top: 410px;
    width: 65%;
    clip-path: polygon(0 60px, 0 100%, 100% 390px, 100% 0);
  }

  #member00 .photo_col.left img {
    object-position: 75%;
  }

  #member00 .photo_col.right img {
    object-position: 0%;
  }

}

@media screen and (max-width: 1000px) {
  /* member00 fv style -------*/

  #member00 .photo_area {
    height: 445px;
  }

  #member00 .photo_col {
    width: 70%;
    height: 290px;
    clip-path: polygon(0 40px, 0 100%, 100% 250px, 100% 0);
  }

  #member00 .photo_col.left {
    left: 30%;
    top: 145px;
  }

  #member00 .photo_col.right {
    left: 70%;
    top: 300px;
    clip-path: polygon(0 40px, 0 100%, 100% 250px, 100% 0);

  }


  #member00 .photo_col.left img {
    object-position: 15%;
  }

  #member00 .photo_col.right img {
    object-position: 90%;
  }

}

#member07 .photo_area {
  background: #f7f7f5;
}