.p-fellow__wrap {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fellow__wrap {
    width: 89.333333%;
  }
}
.p-fellow__block {
  margin-top: 40px;
  padding: 36px 50px 45px;
  position: relative;
  background-color: #FFF9EB;
  box-shadow: 0 0 4px rgba(185, 141, 74, 0.4);
}
@media screen and (max-width: 767px) {
  .p-fellow__block {
    margin-top: 20px;
    padding: 12px 16px 20px;
  }
}
.p-fellow__block + .p-fellow__block {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-fellow__block + .p-fellow__block {
    margin-top: 24px;
  }
}
.p-fellow__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.p-fellow__job {
  border: 1px solid #EB6120;
  padding: 6px 11px;
  color: #EB6120;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
}
.p-fellow__name {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
.p-fellow__img {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-fellow__img {
    margin-top: 12px;
  }
}
.p-fellow__ttl {
  margin-top: 18px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fellow__ttl {
    margin-top: 12px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-fellow__more {
  margin-top: 22px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-fellow__more {
    margin-top: 15px;
  }
}
.p-fellow__more > a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  color: #EB6120;
  font-size: 1.6rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-fellow__more > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-fellow__more > a:hover {
    opacity: 0.7;
  }
}
.p-fellow__more > a.is-active .p-fellow__more--arrow {
  margin-top: 6px;
  transform: rotate(-135deg) skew(5deg, 5deg);
}
.p-fellow__more > a.is-active .p-fellow__more--open {
  display: none;
}
.p-fellow__more > a.is-active .p-fellow__more--close {
  display: block;
}
.p-fellow__more--arrow {
  width: 12px;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  transform: rotate(45deg) skew(5deg, 5deg);
}
.p-fellow__more--arrow::before, .p-fellow__more--arrow::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #EB6120;
}
.p-fellow__more--arrow::before {
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-fellow__more--arrow::after {
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
}
.p-fellow__more--close {
  display: none;
}
.p-fellow__content {
  display: none;
}
.p-fellow__content > *:last-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-fellow__content > *:last-child {
    margin-bottom: 6px;
  }
}
.p-fellow__content h3, .p-fellow__content h4, .p-fellow__content p {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-fellow__content h3, .p-fellow__content h4, .p-fellow__content p {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-fellow__content h3 {
  margin-top: 2em;
  border: 1px solid #AE4210;
  padding: 11px 20px;
  color: #AE4210;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 4px 4px 0 #FBCB8C;
}
@media screen and (max-width: 767px) {
  .p-fellow__content h3 {
    margin-bottom: -0.6em;
    padding: 7px 20px;
  }
}
.p-fellow__content h4 {
  margin-top: 2em;
  position: relative;
  color: #AE4210;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
.p-fellow__content h4::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -0.6em;
  left: 0;
  background: repeating-linear-gradient(-50deg, #FBCB8C, #FBCB8C 3px, #fff 3px, #fff 5px) repeat-x bottom/100% 100%;
}
.p-fellow__content p {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-fellow__content strong {
  font-weight: bold;
}
.p-fellow__content .line {
  background: linear-gradient(transparent 60%, #FFEBBB 0%);
}
.p-fellow__list {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-fellow__list {
    margin-top: 40px;
  }
}
.p-fellow__item {
  padding: 20px;
  display: flex;
  gap: 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fellow__item {
    padding: 22px 8px 19px;
    flex-direction: column;
    align-items: center;
  }
}
.p-fellow__item + .p-fellow__item {
  margin-top: 20px;
}
.p-fellow__item .p-fellow__item-img {
  width: 104px;
  margin: 0;
}
.p-fellow__item .p-fellow__item-box {
  flex: 1;
}
.p-fellow__item .p-fellow__item-ttl {
  margin: 0;
  color: #AE4210;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fellow__item .p-fellow__item-ttl {
    text-align: center;
  }
}
.p-fellow__item .p-fellow__item-txt {
  margin: 5px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fellow__item .p-fellow__item-txt {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=fellow.css.map */
