@charset "UTF-8";


/*//////////////////////////////
moduler
//////////////////////////////*/

.is-hide {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .is-show {
    display: block!important;
  }
}
@media screen and (min-width: 768px) {
  .accordion {
    display: none;
  }
  .accordion-body {
    display: contents;
  }
}

.js-category-label {
  cursor: pointer;
  transition: 0.2s;
}

.js-category-label.is-active,
.js-category-label:hover {
  background: #ffdc2e;
}

/*//////////////////////////////
single-staff
//////////////////////////////*/

.single-staff-flex {
  width: 100%;
  max-width: 128rem;
  margin: 10rem auto 0;
  display: flex;
  align-items: flex-start;
}

.single-staff-info {
  width: 25%;
  margin-right: 5%;
  background: #E8F5EF;
  padding: 4rem;
}
.single-staff-info__img {
  margin-bottom: 2rem;
}

.single-staff-info__office {
  font-weight: 900;
}
.block-area.single-staff-content {
  width: 75%;
  padding: 0;
  max-width: initial;
}

.contents .block-area.single-staff-content > *:first-child {
  margin-top: 0;
}


.single-staff-content__bottom .single-staff-content__img {
  width: 25rem;
  margin: 10rem auto 2rem;
}

.single-staff-content__bottom .single-staff-content__name {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 900;
}

.single-staff-content__bottom .single-staff-content__link-tit {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-staff-flex {
    flex-wrap: wrap;
    margin: auto;
  }

  .single-staff-info {
    width: 100%;
    margin: auto;
    padding: 2rem;
    display: block;
  }

  .block-area.single-staff-content {
    width: 100%;
    padding: 5% 5% 20%;
  }

  .single-staff-info__img {
    width: 100%;
    text-align: center;
  }

  .single-staff-info__img img{
    width: 15rem;
  }
  
  .single-staff-info--wrap {
    width: 100%;
  }
  .single-staff-content__bottom .single-staff-content__img {
    width: 20rem;
  }
  .single-staff-info__office {
    text-align: center;
  }

  .single-staff-info__name {
    text-align: center;
  }
  .single-staff-info__detail {
    border: 2px solid #1f9f60;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0 0;
    background: #fff;
  }
}



/*//////////////////////////////
archive-staff
//////////////////////////////*/

.archive-staff__office-list--wrap {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
}

.archive-staff__child-area {
  background: #1f9f60;
  padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
}

.archive-staff__office-list__child {
  max-width: 16.5rem;
  width: 15%;
}

.archive-staff__office_box {
  text-align: center;
  margin: 1rem auto;
  font-size: 1.8rem;
  color: #1f9f60;
  font-weight: bold;
  text-decoration: underline;
}


.archive-staff {
  padding-bottom: 12rem;
  padding-top: 12rem;
}

.archive-staff-inner {
  margin-bottom: 10rem;
}

.archive-staff-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
.archive-staff-lists.archive-staff-lists--left {
  justify-content: flex-start;
}
.archive-staff-list{
  width: 15%;
  margin-bottom: 2%;
  background: #E8F5EF;
  border-radius: 2rem;
}

.archive-staff-wrap {
  /* display: flex; */
}

.archive-staff-body {
  margin-top: 2rem;
}

.archive-staff-meta {
  text-align: center;
}

.archive-staff-published {
  font-size: 1.6rem;
  line-height: 2.25;
}

.archive-staff-tag {
  background-color: #f5f5f5;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  padding:  0 1rem;
  display: table;
  margin: auto;
  background: #fff;
}

.archive-staff-tit {
  font-feature-settings: "palt" on;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 1rem auto;
  text-align: center;
}

.archive-staff-thumb {
  align-items: center;
  border-radius: 2rem;
  display: flex;
  height: 15.3rem;
  overflow: hidden;
  text-align: center;
  padding: 2rem 2rem 0;
}

.archive-staff-thumb img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.archive-staff-more {
  margin: 2rem 0 3rem;
}

.archive-staff-btn {
  margin-top: 6.3rem;
}
.archive-staff-more-btn {

}

.archive-staff-more-btn a {
  background-color: #fff;
  border: 0.2rem solid #1f9f60;
  border-radius: 1rem;
  transition: background-color 0.3s ease 0s;
  font-weight: bold;
  margin: 0 2rem;
  display: block;
  padding: 1.4rem 2rem 1.4rem 3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  user-select: none;
  transition: all 0.3s;
}

.archive-staff-more-btn a::before {
  background: transparent url("../img/common/common_link_btn_arrow.png") no-repeat center center/contain;
  content: "";
  height: 1.6rem;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 1.6rem;
}

.archive-staff-more-btn a:focus,
.archive-staff-more-btn a:hover {
  color: #1f9f60;
}


@media screen and (max-width: 767px) {

  .accordion {
    background: #ffdc2e;
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 20rem;
  }
  .accordion-body {
    display: none;
  }

  .archive-staff {
    padding: 6rem 0;
  }
  .archive-staff-inner {
    margin-bottom: 5rem;
  }
  .archive-staff__office-list--wrap {
    padding: 0 2rem;
  }

  .archive-staff__office-list__child {
    width: 100%;
    max-width: initial;
    padding: 1rem;
    margin: 0 0 1rem;
    border-radius: 2rem;
  }

  .archive-staff-list {
    width: 49%;
  }

  .archive-staff-tit {
    font-size: 2.2rem;
  }

  .archive-staff-more-btn a {
    padding: 1.2rem 0.6rem 1.2rem 2.8rem;
    font-size: 1.6rem;
  }
  .archive-staff-more-btn a::before{
    left: 0.8rem;
  }

  .archive-staff__office_box--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .archive-staff__office_box {
    margin: 0.5rem;
    padding: 0;
    border-radius: 20rem;
    color: #1f9f60;
    font-size: 1.6rem;
  }
  .archive-staff__office_name {
    padding: 0 0.5rem;
  }
  .archive-staff__child-area {
    font-size: 1.8rem;
    padding: 0;
  }

}