.single .page-wrapper { margin-top: 112px; padding-top: 50px;}
.kv {
  margin-top: 112px;
  height: 418px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.kv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 226, 242, 0.6);
}
.kv img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter:saturate(0);
}
.kv .page-title {
  color: var(--white);
  position: relative;
  z-index: 1;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 58px;
  text-shadow:  4px 4px 10px rgba(0, 0, 0, 0.25);
  margin-left: 10%;
  padding-left: 42px;
}
.kv .page-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 58px;
  background-color: var(--secondary);
  position: absolute;
  left: 0; top: 0;
}

.page-content {
  margin: 50px 0;
}
.wp-block-group.index {
  background-color: rgba(230, 230, 230, 0.35);
  margin-bottom: 100px;
  padding: 30px;
}
.wp-block-group.index ul {
  font-weight: 600;
  line-height: 40px;
  position: relative;
}
.wp-block-group.index ul::before {
  content: "INDEX";
  display: block;
  padding-left: 16px;
  line-height: 23px;
  letter-spacing: 0.06px;
  margin-bottom: 10px;
}
.wp-block-group.index ul::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 10px;
}
.wp-block-group.index ul a {
  color: var(--primary);
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.wp-block-group.index ul a::after {
  content: "\02193";
  font-size: 10px;
  position: absolute;
  top: 0; bottom: 0;
  right: 0;
  margin: auto;
}
.wp-block-group.index ul a:hover { text-decoration: underline;}
.wp-block-group.index ul a:hover:after {
  top: auto;
  bottom: -5px;
}

.page-content h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}
.page-content h2::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  background-color: var(--secondary);
  margin-top: 20px;
}
.page-content h3 {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 100px;
  margin-bottom: 25px;
  text-align: center;
}
.page-content h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--primary);
  margin: 18px auto 0;
}
.page-content .wp-block-media-text h3 {
  text-align: left;
  margin-top: 0;
}
.page-content .wp-block-media-text h3::after {
  margin-left: 0;
}
.wp-block-media-text { margin-top: 50px;}
.wp-block-media-text .wp-block-media-text__content { align-self: start !important;}
.wp-block-group { margin: 60px 0;}
.wp-block-group p { margin-top: 50px;}
.wp-block-image { margin-bottom: 0;}
.wp-block-separator {
  border-top: none !important;
  height: 1px;
  background-color: #666666;
  margin: 100px 0;
}

.faq dl {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
.faq dl:first-of-type { border-top: 1px solid #e6e6e6; margin-top: 50px;}
.faq dl:last-of-type { margin-bottom: 100px;}
.faq dt {
  color: var(--primary);
  height: 36px;
  font-size: 23px;
  line-height: 20px;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
}
.faq dt::before {
  content: "";
  width: 42px;
  height: 36px;
  position: absolute;
  top: 4px; left: 0;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}
.faq dd {
  font-size: 14px;
  padding-left: 60px;
}

@media screen and (max-width:1049px) {
  .single .page-wrapper { margin-top: 65px; padding-top: 25px;}
  .kv {
    margin-top: 65px;
    height: 220px;
  }
  .kv .page-title {
    font-size: 22px;
    line-height: 38px;
    margin-left: 5%;
    padding-left: 30px;
  }
  .kv .page-title::before { width: 2px; height: 38px;}
  .wp-block-group { margin: 30px 0;}
  .page-content h2 { margin-bottom: 30px; font-size: 24px;}
  .page-content h2::after { margin-top: 10px;}
  .page-content h3 { font-size: 20px; margin-top: 50px;}
  .page-content h3::after { margin-top: 12px;}
  .wp-block-group p { margin-top: 25px;}
  .wp-block-separator { margin: 50px 0;}
  .wp-block-media-text { position: relative; display: block !important;}
  .wp-block-media-text__media { position: absolute; width: 100%; top: 100px; left: 0;}
  .wp-block-media-text__media img { height: 90vw; object-fit: cover;}
  .wp-block-media-text__content h3 { margin-bottom: 100vw;}
  .wp-block-media-text .wp-block-media-text__content { padding:  25px 0 0 !important;}
  .wp-block-group.index { margin-bottom: 50px;}
  .faq dl { padding: 20px 0;}
  .faq dl:first-of-type { margin-top: 0;}
  .faq dl:last-of-type { margin-bottom: 50px;}
  .faq dt { padding-left: 45px; margin-bottom: 15px; font-size: 18px; height: 30px;}
  .faq dt::before { width: 35px; height: 30px;}
  .faq dd { padding-left: 0;}
}

/* スタッフ一覧 */
.page-content.staff-content .staff-mission-title {
  color: var(--primary);
  font-size: 60px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.page-content.staff-content .staff-mission-title::after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background-color: var(--primary);
  margin: 18px auto 0;
}
.mission-box { margin-bottom: 100px;}
.mission-box p {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.profile-head {
  margin: 30px 0;
  line-height: 1.75;
}
.profile-head dl { display: flex;}
.profile-head dt { width: 8em;}
.profile-head dd { width: calc(100% - 6em);}
.profile-item {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 35px;
}
.profile-item dt {
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
.profile-item dt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0; bottom: 0;
  margin: auto;
}
.profile-item ul {
  display: flex;
  gap: 30px;
}
.profile-item li { width: calc((100% - 60px) / 3);}
.staff-director-link { text-align: right;}
.staff-box { margin: 70px 0;}
.staff-item {
  display: flex;
  gap: 30px;
  padding: 70px 0;
  border-bottom: 1px solid #e6e6e6;
}
.staff-item:first-of-type { border-top: 1px solid #e6e6e6;}
.staff-item:nth-child(even) { flex-direction: row-reverse;}
.staff-item > div { width: 50%;}
.staff-position {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
.staff-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  position: relative;
  padding-bottom: 13px;
  display: flex;
}
.staff-name span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #999999;
  padding-left: 18px;
}
.staff-name::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  left: 0; bottom: 0;
}

@media screen and (max-width:1049px) {
  .staff-mission-title { font-size: 40px; font-weight: 700;}
  .mission-box p { font-size: 16px;}
  .profile-head { font-size: 16px; padding: 0 2%;}
  .profile-item dd { line-height: 2;}
  .profile-item ul { flex-direction: column; gap: 25px;}
  .profile-item li { width: 100%;}
  .profile-item li div:last-child { margin-top: 20px;}
  .staff-item { flex-direction: column; padding: 40px 0 0;}
  .staff-item:nth-child(even) { flex-direction: column;}
  .staff-item > div { width: 100%;}
  .staff-item-text { padding: 0 2%;}
  .staff-item .profile-head { font-size: 14px; margin: 15px 0;}
}