@charset "UTF-8";

.form__row--consent .wpcf7-form-control-wrap {
  display: inline-block;
}
.form__row--consent .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form__row--consent .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.entry__form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
.btn.btn-contact .btn-contact__submit {
  width: 100%;
  height: 100%;
}
.wpcf7-spinner {
  display: none;
}
.btn.btn-contact::after {
  pointer-events: none;
}

/* people swiper: people-01以外は Coming Soon */
.top-people__slide--coming-soon {
  position: relative;
  pointer-events: none;
}
.top-people__slide--coming-soon::after {
  content: "Coming Soon";
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.625rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  pointer-events: none;
}

/* people nav: people-01以外は黒オーバーレイでクリック無効 */
.people__nav-link--coming-soon {
  pointer-events: none;
}
.people__nav-link--coming-soon .people__nav-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  /* ボタンの形状（SVG）に沿って黒くする */
  -webkit-mask: url(assets/images/common/btn-blue.svg) no-repeat;
  mask: url(assets/images/common/btn-blue.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
}

.people__block-content {
  gap: 1.25rem;
}