@charset "utf-8";
.menber-img{
}
.menber-img img{
  width: 100%;
  height: 80vw;
  object-fit: cover;
  object-position: 50% -25px
}
.menber-info-row{
  align-items: center;
  margin-bottom: 1.5rem;
}
.menber-info-top{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.menber-number{
  font-size: 4rem;
  font-weight: 600;
  color: #eb1784;
}
.menber-name-wrap{
  color: #006ab8;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 10px;
}
.menber-name-kanji{
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: 700;
}
.menber-name-romaji{
  font-size: 1.375rem;
}
.menber-new{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #eb1784;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
}
.menber-info-dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.menber-info-dl dt{
  width: 140px;
  text-align: center;
  color: #fff;
  background-color: #006ab8;
  font-weight: 700;
  padding: 4px;
  margin-bottom: 10px;
}
.menber-info-dl dd{
  font-weight: 700;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  align-items: flex-start;
}
.member-h3{
  font-size: 2.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  color: #eb1784;
}
.interview-dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #006ab8;
  margin-bottom: 0;
}
.interview-wrap .interview-dl:last-of-type{
  border-bottom: 1px solid #006ab8;
}
.interview-dl dt{
  width: 100%;
  font-weight: 700;
  color: #006ab8;
  padding: 10px 5px 5px;

}
.interview-dl dd{
  width: 100%;
  padding: 5px 5px 10px;
  margin-bottom: 0;
}
.message-wrap{
  margin-top: 30px;
}
.message-wrap p{
  font-size: 1.25rem;
  font-weight: 700;
}
.single-achive-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.single-achive-col{
  padding: 0 6.5px;
  margin-bottom: 20px;
}
.single-achive-img{
  position: relative;
}
.single-achive-img .menber-new{
  font-size: 1rem;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 6px;
}
.single-achive-col a{
  border: 0.5px solid #707070;
  color: #006ab8;
}
.single-achive-col a:hover{
  color: #006ab8;
}
.single-achive-info-number{
  font-size: 20px;
  font-weight: 700;
  color: #eb1784;
  padding-left: 5px;
}
.single-achive-info-wrap{
  line-height: 1.2;
}
.single-achive-kanji{
  font-size: 16px;
  font-weight: 700;
}
.single-achive-romaji{
  font-size: 10px;
}
.single-achive-wrap{
  margin-top: 5rem;
}
.single-achive-info-sp{
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-achive-info-inner{
  display: flex;
  align-items: center;
}
.single-achive-info{
  padding: 7px 0 7px 3px;
}
.single-achive-info-wrap{
  padding: 0 3px 0 7px;
}
@media all and (min-width: 576px) {
  .menber-img img{
    height: 400px;
  }
  .menber-info-dl dd{
    width: calc(100% - 140px);
    padding: 4px 0 4px 20px;
  }
  .menber-info-dl dt{
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .menber-img img{
    height: 500px;
  }
  .interview-dl dt{
    width: 310px;
    padding: 1.125rem 10px;
  
  }
  .interview-dl dd{
    width: calc(100% - 310px);
  }
}
@media all and (min-width: 992px) {
  .menber-name-wrap{
    padding-left: 40px;
    padding-right: 20px;
  }
  .menber-number{
    font-size: 5.3125rem;
  }
  .menber-name-kanji{
    font-size: 3.4375rem;
  }
  .menber-name-romaji{
    font-size: 1.875rem;
  }
  .menber-new{
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
  .single-achive-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .single-achive-info-number{
    font-size: 1.25rem;
  }
  .single-achive-kanji{
    font-size: 15px;
  }
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}





/* 一覧ページ */
.member-achive-img{
  width: 100%;
  position: relative;
}
.menber-new-archive{
  width: 40px;
  height: 40px;
  font-size: 14px;
  top: 5px;
  left: 5px;
  position: absolute;
}
.member-achive-wrap a{
  border: 0.5px solid #707070;
  color: #006ab8;
  height: 100%;
}
.member-achive-wrap a:hover{
  color: #006ab8;
}
.member-achive-info-number{
  font-size: 2rem;
}
.member-achive-kanji{
  font-size: 16px;
}
.member-achive-romaji{
  font-size: 11px;
}
.member-achive-more img{
  width: 76px;
}
.member-achive-info-wrap{
  padding: 0 0 0 10px;
}
.member-achive-info{
  padding: 3px 0;
}
.staff-achive-info{
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 6px;
}
.staff-achive-post{
  font-size: 12px;
}
.staff-achive-kanji{
  font-size: 1.25rem;
}
.staff-achive-romaji{
  font-size: 11px;
}
.member-achive-info{
  justify-content: space-between;
  gap: 5px;
}
.member-achive-more{
  width: 100%;
  text-align: right;
}

.member-achive-info-sp{
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-achive-info-inner{
  display: flex;
  align-items: center;
  padding-left: 3px;
}
@media all and (min-width: 576px) {
  .menber-new-archive{
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    top: 10px;
    left: 10px;
  }
  .member-achive-info-number{
    font-size: 2.5rem;
  }
  .member-achive-info-wrap{
  }
  .member-achive-kanji{
    font-size: 1.25rem;
  }
  .member-achive-more{
    width: auto;
  }
  .staff-achive-post{
    font-size: 13px;
  }
}
@media all and (min-width: 768px) {
  .staff-achive-post{
    font-size: 14px;
  }
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
/* 一覧ページ */