@charset "UTF-8";
/*
* 更新用 style
*/
.about .p-prof-card .card--img figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pick-ttl {
  font-size: 20px;
  background: #fff;
  padding: 0.25em;
  border-radius: 10px;
  margin-top: 0.75em;
  color: #ed6b00;
}
.pick-ttl span {
  display: block;
  font-size: 1.6em;
}
@media screen and (min-width: 480px) {
  .pick-ttl {
    font-size: clamp(24px, 16.889px + 2.222vw, 28px);
  }
}
@media screen and (min-width: 768px) {
  .pick-ttl span {
    display: block;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1025px) {
  .frame-3cols .wrapper-side.right .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
