@charset "UTF-8";

/*---------------------------------
  一覧ページ
---------------------------------*/
#profile_toplist>* {
  box-sizing: border-box;
}

#profile_toplist>a {
  color: inherit;
  text-decoration: none;
}

#profile_toplist img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#profile_toplist .s-profile--list__row .s-profile__box {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

#profile_toplist .s-profile--list__row .s-profile__info {
  min-height: 316px;
  padding-bottom: 40px;
  margin-bottom: 34px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}

#profile_toplist .s-profile--list__row .s-profile__info:nth-child(1) {
  margin-top: 30px;
}

#profile_toplist .s-profile--list__row .s-profile__info:last-child {
  margin-bottom: 140px;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile_txt_wrap {
  margin-bottom: 34px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile_txt_wrap .s-profile_txt {
  font-size: 16px;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile__head {
  margin-top: 0;
  margin-bottom: 29px;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile__img_wrap {
  max-width: 208px;
  width: 100%;
  margin: 0;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile-position {
  font-size: 20px;
  margin-right: 20px;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile-name {
  font-size: 24px;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile__info__link {
  max-width: 371px;
  min-height: 68px;
  margin-right: 375px;
  margin-left: 374px;
  margin-bottom: 0;
  font-weight: normal;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile__info-right {
  max-width: 784px;
  width: 100%;
  height: auto;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile__info-right {
  padding: 40px 6px 0;
}

#profile_toplist .s-profile--list__row .s-profile__info .s-profile__info-left {
  padding: 40px 54px 0;
}

/*---------------------------------
  詳細ページ 共通
---------------------------------*/
#profile_detail>* {
  box-sizing: border-box;
}

#profile_detail>a {
  color: inherit;
  text-decoration: none;
}

#profile_detail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#profile_detail .s-profile__row {
  width: 100%;
  margin: auto;
  margin-bottom: 16%;
}

#profile_detail .s-profile__wrap {
  display: flex;
}

#profile_detail .s-profile__wrap .s-profile__img_wrap {
  margin: 0 60px 0;
  text-align: center;
}

#profile_detail .s-profile__wrap .s-profile__img {
  max-width: 208px;
  height: auto;
}

#profile_detail .s-profile__wrap .s-profile-position {
  font-size: 20px;
  margin-right: 20px;
}

#profile_detail .s-profile__wrap .s-profile-name {
  font-size: 24px;
}

#profile_detail .s-profile__wrap .s-profie_right {
  max-width: 752px;
  height: auto;
}

#profile_detail .s-profile__wrap .s-profie_right .s-profile__head {
  margin-top: 10px;
  margin-bottom: 28px;
}

#profile_detail .s-profile__wrap .s-profie_right .s-profile_txt {
  margin-bottom: 20px;
}

#profile_detail .s-profile__wrap .s-profie_right .s-profile_link {
  color: inherit;
  text-decoration: underline;
}

#profile_detail .s-profile-article__wrap .s-profile-article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8%;
}

#profile_detail .s-profile-article__wrap .s-profile-article {
  max-width: 358px;
  width: 30.333333%;
  margin-right: 4%;
  margin-bottom: 4%;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}

#profile_detail .s-profile-article__wrap .s-profile-article:hover {
  -webkit-box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
}

#profile_detail .s-profile-article__wrap .s-profile-article:hover {
  transition: all 0.12s ease-out 0s;
}

#profile_detail .s-profile-article__wrap .s-profile-article:nth-child(3n) {
  margin-right: 0;
}

#profile_detail .s-profile-article__wrap .s-profile-article__link {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

#profile_detail .s-profile-article__wrap .s-profile-article_box {
  margin: 0;
  padding: 0;
}

#profile_detail .s-profile-article__wrap .s-profile-article_title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

#profile_detail .s-profile-article__wrap .s-profile-article_lead {
  font-weight: 18px;
  height: auto;
}

#profile_detail .s-profile-article__wrap .s-profile-article__text {
  margin: 16px;
  padding-bottom: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

#profile_detail .margin-tb.o-content__inner {
  margin: 24px auto;
}

@media (max-width: 768px) {
  #profile_toplist .s-profile--list__row .s-profile__box {
    display: block;
  }

  #profile_toplist .s-profile--list__row .s-profile__info {
    padding: 30px 16px;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile_txt_wrap {
    margin-bottom: 24px;
    -webkit-line-clamp: 4;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile__head {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile__img_wrap {
    margin: auto;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile-name {
    font-size: 20px;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile__info__link {
    margin: 0 auto;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile__info-right {
    padding-top: 0;
  }

  #profile_toplist .s-profile--list__row .s-profile__info .s-profile__info-left {
    padding: 0 0 24px;
  }

  #profile_detail .s-profile__wrap {
    display: block;
  }

  #profile_detail .s-profile__wrap .s-profile-name {
    font-size: 20px;
  }

  #profile_detail .s-profile-article__wrap .s-profile-article__block {
    /* display: block; */
    margin-bottom: -40px;
  }

  #profile_detail .s-profile-article__wrap .s-profile-article {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }

  #profile_detail .s-profile-article__wrap .s-profile-article:nth-child(3n) {
    margin: 0 auto 32px;
  }
}

/* 20251208 */
.s-profile__newimg::before {
  font-size: 210px;
  line-height: 210px;
  color: #5081A5;
}

@media (max-width: 768px) {
  .s-profile__newimg::before {
    font-size: 110px;
    line-height: 110px;
  }
}

.s-profile__title{
     margin-bottom: 30px;
    text-align: center;
    color: #5081a5;
    font-size: 20px;
}

