@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #323232;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.85;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

html {
  scroll-padding-top: 163px;
}
@media (max-width: 1199px) {
  html {
    scroll-padding-top: 117px;
  }
}

.l-site-head {
  position: sticky;
  top: 0;
  z-index: 110;
  width: 100%;
  background-color: #ffffff;
}

.l-main {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.is-home .l-main {
  margin-top: calc(-1 * (163px - 13px));
}
@media (max-width: 1199px) {
  .is-home .l-main {
    margin-top: 0;
  }
}

.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 19px 10px;
  border-radius: 30px;
  border: 1px solid #323232;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  line-height: 1.2;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.c-btn--yellow {
  background-color: #fff153;
  color: #323232;
}
.c-btn--pink {
  background-color: #f28ca7;
  color: #fff;
  border-color: #323232;
}
.c-btn--listen {
  background-color: #fff153;
  border: 2px solid #323232;
  border-radius: 60px 0 0 60px;
  padding: 15px 26px 15px 19px;
  gap: 20px;
  height: 108px;
}
.c-btn__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.c-section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 80px 10px;
  background-color: #11b486;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.32rem;
  line-height: 1.2;
  border-radius: 20px;
  margin-bottom: 34px;
}

.c-news-list {
  width: 100%;
  max-width: 716px;
}
.c-news-list__item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: none;
  background: url("../images/common/line-dotted.svg") repeat-x bottom;
  background-size: auto 1px;
}
.c-news-list__item:last-of-type {
  background: none;
  margin-bottom: 0;
}
.c-news-list__date {
  color: #11b486;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.17rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
.c-news-list__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 16px;
}
.c-news-list__title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  flex: 1;
  min-width: 0;
}
.c-news-list__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.c-news-list__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  line-height: 1.2;
}
.c-news-list__tag {
  flex-shrink: 0;
  background-color: #11b486;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  padding: 5px 15px;
  border-radius: 50px;
  line-height: 1.2;
}
.c-news-list__more {
  display: inline-flex;
  align-items: flex-end;
  gap: 11px;
  margin-top: 32px;
  color: #11b486;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-text-center {
  text-align: center;
}

.c-program-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 26px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}
.c-program-card__head {
  width: 100%;
  padding: 18px 25px 14px;
  background-color: #11b486;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.c-program-card__schedule {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}
.c-program-card__media {
  width: 100%;
  line-height: 0;
}
.c-program-card__thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.c-program-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 46px;
  width: 100%;
  margin-top: 43px;
  padding: 0 25.5px;
  box-sizing: border-box;
}
.c-program-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  width: 100%;
  min-height: 0;
}
.c-program-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.c-program-card__series {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid #34b2ec;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  color: #34b2ec;
  white-space: nowrap;
}
.c-program-card__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.4px;
  color: #323232;
  word-break: break-word;
}
.c-program-card__title--sm {
  font-size: 21px;
  line-height: 1.2;
}
.c-program-card__times {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.c-program-card__time-row {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 148px;
}
.c-program-card__badge {
  flex-shrink: 0;
  padding: 1px 8px 2px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.3px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.c-program-card__badge--live {
  background-color: #34b2ec;
}
.c-program-card__badge--rerun {
  background-color: #a075eb;
}
.c-program-card__time {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #323232;
  white-space: nowrap;
}
.c-program-card__desc {
  margin: 0;
  max-width: 314px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #323232;
  word-break: break-word;
  white-space: pre-line;
}
.c-program-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}
.c-program-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  padding: 20px 25px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-program-card__cta:hover {
    opacity: 0.85;
  }
}
.c-program-card__cta--message {
  background-color: #fff153;
  border: 1px solid #323232;
  color: #323232;
}
.c-program-card__cta--present {
  background-color: #f28ca7;
  color: #fff;
}

.c-staff-card {
  width: 100%;
  padding: 30px 16px 30px;
  background-color: #ffffff;
  border: 2px solid #11b486;
  border-radius: 10px;
  box-sizing: border-box;
}
.c-staff-card__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.c-staff-card__photo {
  margin: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 0;
}
.c-staff-card__photo img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center top;
  background-color: #d9d9d9;
}
.c-staff-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.c-staff-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 11px 10px 8px;
  background-color: #11b486;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14rem;
  color: #fff;
  white-space: nowrap;
}
.c-staff-card__profile {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-staff-card__name {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #11b486;
  word-break: break-word;
}
.c-staff-card__role {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  color: #11b486;
  word-break: break-word;
}
.c-staff-card__comment {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #323232;
  word-break: break-word;
}
.c-staff-card--staff {
  border-color: #34b2ec;
}
.c-staff-card--staff .c-staff-card__badge {
  background-color: #34b2ec;
}
.c-staff-card--staff .c-staff-card__name,
.c-staff-card--staff .c-staff-card__role {
  color: #34b2ec;
}

.c-reporter-card {
  width: 100%;
  padding: 30px 37px 20px;
  background-color: #ffffff;
  border: 2px solid #f28ca7;
  border-radius: 10px;
  box-sizing: border-box;
}
.c-reporter-card__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.c-reporter-card__photo {
  margin: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.c-reporter-card__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  background-color: #d9d9d9;
}
.c-reporter-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.c-reporter-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  max-width: 100%;
  padding: 11px 10px 8px;
  background-color: #f28ca7;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14rem;
  color: #fff;
  white-space: normal;
  text-align: left;
}
.c-reporter-card__name {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.32rem;
  color: #f28ca7;
  word-break: break-word;
}

.c-staff-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 66px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .c-staff-tabs {
    gap: 12px;
  }
}
.c-staff-tabs__item {
  flex-shrink: 0;
}
.c-staff-tabs__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 55px;
  padding: 12px 0 8px;
  border-radius: 30px;
  background-color: #c9caca;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-staff-tabs__link {
    width: 100%;
    min-width: 200px;
    font-size: 1.8rem;
    padding-inline: 0;
  }
}
@media (hover: hover) {
  .c-staff-tabs__link:hover {
    opacity: 0.85;
  }
}
.c-staff-tabs__link.is-active {
  background-color: #11b486;
  pointer-events: none;
}

.c-recruit-corner {
  --corner-accent: #11b486;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
  max-width: 550px;
  padding: 28px 43px 33px;
  background-color: #ffffff;
  border: 10px solid var(--corner-accent);
  border-radius: 100px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-recruit-corner {
    padding: 24px 20px 28px;
    border-radius: 50px;
    border-width: 5px;
    gap: 20px;
  }
}
.c-recruit-corner--blue {
  --corner-accent: #34b2ec;
  gap: 15px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .c-recruit-corner--blue {
    gap: 20px;
    padding-bottom: 28px;
  }
}
.c-recruit-corner--orange {
  --corner-accent: #fc6544;
  gap: 15px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .c-recruit-corner--orange {
    gap: 20px;
    padding-bottom: 28px;
  }
}
.c-recruit-corner__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 465px;
  min-height: 69px;
  margin: 0;
  padding: 10px 80px 10px;
  background-color: var(--corner-accent);
  border-radius: 30px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.32rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-recruit-corner__title {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    min-height: 0;
    padding: 10px 20px 10px;
    border-radius: 10px;
  }
}
.c-recruit-corner__illus {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.c-recruit-corner__desc {
  width: 100%;
  max-width: 429px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16rem;
  color: #323232;
  text-align: center;
}
@media (max-width: 767px) {
  .c-recruit-corner__desc {
    font-size: 1.3rem;
    letter-spacing: 0.13rem;
  }
}
.c-recruit-corner__divider {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 0;
  margin: 0;
  border: none;
  border-top: 3px dotted var(--corner-accent);
  opacity: 0.85;
}
.c-recruit-corner__target {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}
.c-recruit-corner__target-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px 8px;
  background-color: var(--corner-accent);
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-recruit-corner__target-label {
    padding: 9px 10px 7px;
    font-size: 1.3rem;
    letter-spacing: 0.13rem;
  }
}
.c-recruit-corner__target-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16rem;
  color: #323232;
}
@media (max-width: 767px) {
  .c-recruit-corner__target-text {
    font-size: 1.3rem;
    letter-spacing: 0.13rem;
  }
}

.c-form-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-form-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 55px;
  padding: 12px 0px 8px;
  border-radius: 30px;
  background-color: #c9caca;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-form-tabs__item {
    width: 100%;
    max-width: 280px;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    padding-inline: 24px;
  }
}
@media (hover: hover) {
  .c-form-tabs__item:hover {
    opacity: 0.85;
  }
}
.c-form-tabs__item.is-active {
  background-color: #11b486;
  pointer-events: none;
}

.c-form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.c-form-field__head {
  display: flex;
  align-items: center;
  gap: 22px;
}
.c-form-field__head--note {
  gap: 32px;
}
.c-form-field__label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}
.c-form-field__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 21px;
  padding: 0 11px;
  background-color: #11b486;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.c-form-field__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 21px;
  padding: 0 11px;
  background-color: #999;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.c-form-field__note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 21px;
  padding: 0 11px;
  background-color: #999;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.c-form-field__control {
  width: 100%;
  min-height: 66px;
  padding: 19px 55px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  box-sizing: border-box;
}
.c-form-field__control::placeholder {
  color: #d9d9d9;
}
.c-form-field__control--textarea {
  min-height: 461px;
  resize: vertical;
}

.c-form-program {
  width: 100%;
  margin-bottom: 86px;
  border: none;
  padding: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .c-form-program {
    margin-bottom: 48px;
  }
}
.c-form-program:last-child {
  margin-bottom: 0;
}
.c-form-program__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  margin: 0 0 39px;
  padding: 15px 20px 10px;
  border: 1px solid #11b486;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #11b486;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-form-program__title {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    margin-bottom: 24px;
  }
}
.c-form-program__options {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 90px;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .c-form-program__options {
    gap: 16px 24px;
  }
}
.c-form-program__options--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px 110px;
}
@media (max-width: 767px) {
  .c-form-program__options--grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.c-form-inquiry {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.c-form-inquiry__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  margin: 0 0 39px;
  padding: 15px 20px 10px;
  border: 1px solid #11b486;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #11b486;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-form-inquiry__title {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    margin-bottom: 24px;
  }
}
.c-form-inquiry__options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 34px 69px;
}
@media (max-width: 767px) {
  .c-form-inquiry__options {
    gap: 16px 24px;
  }
}
.c-form-inquiry__col {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 767px) {
  .c-form-inquiry__col {
    gap: 16px;
  }
}

.c-form-radio {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.c-form-radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form-radio__mark {
  display: block;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border: 2px solid #11b486;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.c-form-radio__input:checked + .c-form-radio__mark {
  background-color: #11b486;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.c-form-radio__label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}

.c-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 635px;
  min-height: 87px;
  margin: 0 auto;
  padding: 12px 80px 8px;
  border: none;
  border-radius: 50px;
  background-color: #11b486;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-form-submit {
    min-height: 72px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media (hover: hover) {
  .c-form-submit:hover {
    opacity: 0.85;
  }
}

.c-form-agree {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.c-form-agree__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form-agree__box {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #727171;
  border-radius: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.c-form-agree__input:checked + .c-form-agree__box {
  background-color: #11b486;
  border-color: #11b486;
}
.c-form-agree__input:checked + .c-form-agree__box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.c-form-agree__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #323232;
}
.c-form-agree__text a {
  color: #11b486;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-form-agree__text a:hover {
    opacity: 0.85;
  }
}

.c-committee-doc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  width: 120px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-committee-doc:hover {
    opacity: 0.85;
  }
}
.c-committee-doc__icon {
  display: block;
  width: 80px;
  height: 96px;
  object-fit: contain;
}
.c-committee-doc__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.c-committee-doc__label-line {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: #11b486;
  overflow-wrap: anywhere;
  word-break: normal;
}

.c-about-table {
  width: 100%;
  border: 0.5px solid #727171;
  box-sizing: border-box;
}
.c-about-table__row {
  display: flex;
  width: 100%;
  border-top: 0.5px solid #727171;
}
.c-about-table__row:first-child {
  border-top: none;
}
.c-about-table__head {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 220px;
  padding: 12px 10px 8px;
  background-color: rgba(219, 220, 220, 0.5);
  border-right: 0.5px solid #727171;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #323232;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-about-table__head {
    width: 110px;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    padding-inline: 8px;
  }
}
.c-about-table__body {
  flex: 1;
  min-width: 0;
  padding: 10px 30px;
  background-color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #323232;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-about-table__body {
    padding: 10px 16px;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.c-about-table__row--tall .c-about-table__body {
  padding-block: 15px;
}

.c-about-link {
  display: inline-flex;
  align-items: center;
  gap: 27px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.32rem;
  color: #11b486;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-about-link {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
    gap: 16px;
  }
}
.c-about-link__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.l-gnav {
  min-height: 80px;
  background-color: #11b486;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  padding-left: clamp(24px, (100vw - 1215px) / 2, 112px);
  padding-right: clamp(24px, (100vw - 1215px) / 2, 112px);
  padding-top: 12px;
  padding-bottom: 3px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
}
.l-gnav__inner::after {
  content: "";
  flex: 1 1 auto;
  min-width: 12px;
  max-width: 123px;
  order: 1;
}
.l-gnav__nav {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  order: 0;
}
.l-gnav__divider {
  flex-shrink: 0;
  width: 1px;
  height: 45px;
  margin-top: 10px;
  object-fit: contain;
}
.l-gnav__item {
  flex-shrink: 0;
}
.l-gnav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .l-gnav__link:hover {
    opacity: 0.9;
  }
}
.l-gnav__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  flex-shrink: 0;
}
.l-gnav__icon-wrap img {
  display: block;
  height: 26px;
  width: auto;
  object-fit: contain;
}
.l-gnav__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.l-gnav__item--program {
  width: 80px;
}
.l-gnav__item--program .l-gnav__label {
  padding: 10px 19px;
}
.l-gnav__item--list {
  width: 80px;
}
.l-gnav__item--list .l-gnav__label {
  padding: 10px 12px;
}
.l-gnav__item--cm {
  width: 80px;
}
.l-gnav__item--cm .l-gnav__label {
  padding: 10px 8px;
}
.l-gnav__item--mc {
  width: 80px;
}
.l-gnav__item--mc .l-gnav__label {
  padding: 10px 15px;
}
.l-gnav__item--staff {
  width: 100px;
}
.l-gnav__item--staff .l-gnav__label {
  padding: 10px;
}
.l-gnav__item--about {
  width: 80px;
  padding: 0 5px;
  box-sizing: border-box;
}
.l-gnav__item--about .l-gnav__label {
  padding: 10px 12px;
}
.l-gnav__item--yame {
  width: 160px;
  padding: 0 5px;
  box-sizing: border-box;
}
.l-gnav__item--yame .l-gnav__label {
  padding: 10px 5px;
}
.l-gnav__item--has-sub {
  position: relative;
}
.l-gnav__item--has-sub::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 129;
  width: 160px;
  height: 16px;
  transform: translateX(-50%);
}
.l-gnav__item--has-sub:hover .l-gnav__sub, .l-gnav__item--has-sub:focus-within .l-gnav__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-gnav__caret {
  display: inline-block;
  margin-left: 2px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  transform: translateY(-1px);
}
.l-gnav__sub {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  z-index: 130;
  width: 134px;
  padding: 26px 27px 30px;
  background-color: #fff;
  border: 1px solid #11b486;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-gnav__sub::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.l-gnav__sub-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-gnav__sub-link {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 36px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-gnav__sub-link:hover {
    opacity: 0.8;
  }
}
.l-gnav__sub-icon {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.l-gnav__cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  order: 2;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}
.l-gnav__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #323232;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}
.l-gnav__btn--message {
  height: 55px;
  padding: 10px 19px 10px;
  background-color: #fff153;
  color: #323232;
}
.l-gnav__btn--present {
  height: 54.54px;
  padding: 10px 19px 10px;
  background-color: #f28ca7;
  color: #fff;
}
.l-gnav__btn-icon {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.l-gnav__btn-icon--message {
  width: 30.545px;
  height: 30.54px;
}
.l-gnav__btn-icon--present {
  width: 28px;
  height: 28px;
}

.l-header {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 83px;
  background-color: #ffffff;
  padding-left: clamp(24px, (100vw - 1209px) / 2, 115px);
  padding-right: clamp(24px, (100vw - 1209px) / 2, 115px);
  padding-top: 15px;
  padding-bottom: 8px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .l-header {
    min-height: 0;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .l-header__top {
    padding: 11px 10px 5px 19px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .l-header__inner {
    align-items: center;
    gap: 19px;
  }
}
.l-header__logo {
  display: block;
  flex-shrink: 0;
  width: 91.649px;
  height: 59.84px;
}
@media (max-width: 1199px) {
  .l-header__logo {
    width: 64.326px;
    height: 42px;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .l-header__sp-info {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .l-header__sp-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
    max-width: 180px;
  }
}
.l-header__sp-freq {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #2d977e;
  text-align: center;
}
.l-header__meta {
  display: flex;
  align-items: flex-end;
  gap: 19px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .l-header__meta {
    display: none;
  }
}
.l-header__brand {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.l-header__tagline {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.6px;
  color: #323232;
  white-space: nowrap;
  margin: 0;
}
.l-header__name {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2.4px;
  color: #323232;
  white-space: nowrap;
  margin: 0;
}
.l-header__datetime {
  flex-shrink: 0;
  border: 1px solid #c9caca;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.2;
  color: #323232;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .l-header__datetime--sp {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .l-header__datetime--sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 3px 10px;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.l-header__datetime--sp .l-header__datetime-date,
.l-header__datetime--sp .l-header__datetime-time {
  display: inline;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.l-header__datetime--sp .l-header__datetime-date::after {
  content: " ";
}
@media (max-width: 1199px) {
  .l-header__datetime--pc {
    display: none !important;
  }
}
.l-header__datetime-date {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}
.l-header__datetime-time {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1200px) {
  .l-header__menu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .l-header__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    padding: 16px 11px 8px;
    border: none;
    border-radius: 50px;
    background-color: #11b486;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    box-sizing: border-box;
  }
}
@media (max-width: 1199px) {
  .l-header__menu-bars {
    position: relative;
    display: block;
    width: 28px;
    height: 14px;
  }
  .l-header__menu-bars::before, .l-header__menu-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
  }
  .l-header__menu-bars::before {
    top: 0;
    box-shadow: 0 6px 0 #fff;
  }
  .l-header__menu-bars::after {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .l-header__menu-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .l-header__bar {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .l-header__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 36px;
    padding: 9px 65px 10px 66px;
    background-color: #11b486;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }
}
@media (max-width: 1199px) {
  .l-header__bar-tagline {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.2px;
    color: #fff;
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .l-header__bar-name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.4px;
    color: #fff;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .l-sp-menu {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    inset: auto !important;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    height: auto;
    overflow: visible;
  }
  .l-sp-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    height: 81px;
    padding: 23px 25px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__logo {
    display: block;
    width: 64.326px;
    height: 42px;
  }
  .l-sp-menu__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__close-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
  }
  .l-sp-menu__close-icon::before, .l-sp-menu__close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #323232;
  }
  .l-sp-menu__close-icon::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .l-sp-menu__close-icon::after {
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__nav {
    flex: 1;
    overflow-y: auto;
    padding: 49px 66px 54px;
    background-color: #11b486;
    box-sizing: border-box;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__link {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 26px;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__icon {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__item--accordion {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__accordion-trigger {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.6px;
    text-align: left;
    cursor: pointer;
  }
  .l-sp-menu__accordion-trigger[aria-expanded=true] .l-sp-menu__accordion-toggle::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__accordion-label {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__accordion-toggle {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
  }
  .l-sp-menu__accordion-toggle::before, .l-sp-menu__accordion-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background-color: #11b486;
    transform: translate(-50%, -50%);
  }
  .l-sp-menu__accordion-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__sub-list {
    display: none;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0 46px 2px 52px;
    list-style: none;
  }
  .l-sp-menu__sub-list:not([hidden]) {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__sub-link {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-decoration: none;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__sub-icon {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__cta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 204px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 12px;
    border: 1px solid #323232;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.6px;
    text-decoration: none;
    box-sizing: border-box;
  }
  .l-sp-menu__btn img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__btn--message {
    background-color: #fff153;
    color: #323232;
  }
}
@media (max-width: 1199px) {
  .l-sp-menu__btn--present {
    background-color: #f28ca7;
    color: #fff;
  }
}

@media (max-width: 1199px) {
  body.is-sp-menu-open {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  body.is-sp-menu-open {
    overflow: visible;
  }
}

@media (min-width: 1200px) {
  .l-sp-menu,
  .l-header__sp-info,
  .l-header__menu,
  .l-header__bar,
  .l-header__datetime--sp {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
.l-disaster-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 89;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-disaster-banner {
    right: 12px;
    bottom: 12px;
  }
}
.l-disaster-banner__link {
  display: block;
  line-height: 0;
  pointer-events: auto;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-disaster-banner__link:hover {
    opacity: 0.9;
  }
}
.l-disaster-banner__img {
  display: block;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .l-disaster-banner__img {
    width: 100px;
  }
}

.c-sns-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 57px 119px 30px 295px;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-sns-band {
    flex-direction: column;
    align-items: center;
    gap: 52px;
    padding: 100px 20px 32px;
  }
}
.c-sns-band__sns {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .c-sns-band__sns {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    max-width: 310px;
  }
}
.c-sns-band__sns a {
  display: block;
  line-height: 0;
}
@media (hover: hover) {
  .c-sns-band__sns a:hover {
    opacity: 0.85;
  }
}
.c-sns-band__sns img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.c-sns-band__brand {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
  color: #323232;
  text-decoration: none;
}
@media (hover: hover) {
  .c-sns-band__brand:hover {
    opacity: 0.85;
  }
}
@media (max-width: 767px) {
  .c-sns-band__brand {
    gap: 16px;
  }
}
.c-sns-band__brand-logo {
  display: block;
  width: 62.794px;
  height: 41px;
  object-fit: contain;
}
.c-sns-band__brand-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-sns-band__brand-name {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    white-space: normal;
    text-align: center;
  }
}

.l-footer {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .l-footer {
    max-width: none;
  }
}
.l-footer__main {
  background-color: #11b486;
  border-radius: 300px 0 0 0;
  padding: 87px 99px 151px 295px;
  min-height: 455px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-footer__main {
    max-width: none;
    border-radius: 100px 0 0 0;
    padding: 54px 30px 58px;
    min-height: auto;
  }
}
.l-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1046px;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 37px;
    margin: 0 auto;
  }
}
.l-footer__nav {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-footer__nav {
    order: 2;
    columns: 2;
    column-gap: 27px;
    width: 100%;
    font-size: 14px;
  }
}
.l-footer__nav li + li {
  margin-top: 0;
}
.l-footer__nav li.is-gap-before {
  margin-top: 1.8em;
}
@media (max-width: 767px) {
  .l-footer__nav li.is-gap-before {
    margin-top: 0;
    break-before: column;
  }
}
.l-footer__nav a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-footer__nav a:hover {
  opacity: 0.85;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  gap: 121px;
  width: 100%;
  max-width: 507px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-footer__info {
    display: contents;
  }
}
.l-footer__address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
@media (max-width: 767px) {
  .l-footer__address {
    order: 1;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.l-footer__address p {
  margin: 0;
}
.l-footer__address a {
  color: inherit;
  text-decoration: underline;
}
.l-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__legal {
    order: 3;
    width: 160px;
    align-self: flex-start;
    font-size: 14px;
  }
}
.l-footer__legal a {
  color: inherit;
  text-decoration: none;
}
.l-footer__legal a:hover {
  opacity: 0.85;
}
.l-footer__copy {
  margin: 0;
  padding: 17px 20px 18px;
  background-color: #11b486;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copy {
    padding: 0 52px 60px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.6;
  }
}

/**
 * Contact Form 7 統合スタイル
 *
 * 既存のフォームデザインにCF7を統合するための調整
 */
.wpcf7 p {
  margin: 0;
}
.wpcf7 .cf7-required-badge,
.wpcf7 .c-form-field__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 21px;
  padding: 0 11px;
  margin: 0;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #11b486;
}
.wpcf7 .cf7-optional-badge,
.wpcf7 .c-form-field__optional,
.wpcf7 .c-form-field__note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 21px;
  padding: 0 11px;
  margin: 0;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #999;
}
@media (max-width: 767px) {
  .wpcf7 .cf7-required-badge,
  .wpcf7 .cf7-optional-badge,
  .wpcf7 .c-form-field__required,
  .wpcf7 .c-form-field__optional,
  .wpcf7 .c-form-field__note {
    min-width: 50px;
    height: 21px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
  }
}
.wpcf7 .c-form-program__options > p, .wpcf7 .c-form-program__col > p,
.wpcf7 .c-form-inquiry__options > p,
.wpcf7 .c-form-inquiry__col > p {
  display: contents;
  margin: 0;
}
.wpcf7 .c-form-program .wpcf7-form-control-wrap,
.wpcf7 .c-form-inquiry .wpcf7-form-control-wrap {
  display: contents;
}
.wpcf7 .c-form-program .wpcf7-checkbox,
.wpcf7 .c-form-program .wpcf7-radio,
.wpcf7 .c-form-inquiry .wpcf7-checkbox,
.wpcf7 .c-form-inquiry .wpcf7-radio {
  display: contents;
}
.wpcf7 .c-form-program .wpcf7-list-item,
.wpcf7 .c-form-inquiry .wpcf7-list-item {
  display: inline-flex;
  margin: 0 !important;
}
.wpcf7 .c-form-program .wpcf7-list-item label,
.wpcf7 .c-form-inquiry .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.wpcf7 .c-form-program .wpcf7-list-item input[type=radio],
.wpcf7 .c-form-program .wpcf7-list-item input[type=checkbox],
.wpcf7 .c-form-inquiry .wpcf7-list-item input[type=radio],
.wpcf7 .c-form-inquiry .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  border: 2px solid #11b486;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.wpcf7 .c-form-program .wpcf7-list-item input[type=radio],
.wpcf7 .c-form-inquiry .wpcf7-list-item input[type=radio] {
  border-radius: 50%;
}
.wpcf7 .c-form-program .wpcf7-list-item input[type=radio]:checked,
.wpcf7 .c-form-inquiry .wpcf7-list-item input[type=radio]:checked {
  background-color: #11b486;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.wpcf7 .c-form-program .wpcf7-list-item input[type=checkbox],
.wpcf7 .c-form-inquiry .wpcf7-list-item input[type=checkbox] {
  border-radius: 4px;
}
.wpcf7 .c-form-program .wpcf7-list-item input[type=checkbox]:checked,
.wpcf7 .c-form-inquiry .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #11b486;
  border-color: #11b486;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 5.5L3.2 8.5L7 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
}
.wpcf7 .c-form-program .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7 .c-form-inquiry .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}
.wpcf7 .c-form-field__control.wpcf7-not-valid {
  border-color: #d32f2f;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #d32f2f;
  font-size: 16px;
  margin-top: 8px;
  padding-left: 4px;
}
.wpcf7 .c-form-agree .wpcf7-form-control-wrap {
  display: contents;
}
.wpcf7 .c-form-agree .wpcf7-list-item {
  margin: 0 !important;
  display: contents;
}
.wpcf7 .c-form-agree .wpcf7-list-item label {
  display: contents;
}
.wpcf7 .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 16px 20px;
  border-radius: 8px;
  border: 2px solid;
  font-weight: 500;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e8f5e9;
  border-color: #2eab6f;
  color: #1b5e20;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #fff3e0;
  border-color: #ff9800;
  color: #e65100;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #ffebee;
  border-color: #f44336;
  color: #c62828;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  background: #ffebee;
  border-color: #f44336;
  color: #c62828;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 10px;
  visibility: hidden;
  border: 3px solid rgba(46, 171, 111, 0.3);
  border-top-color: #2eab6f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: wpcf7-spin 0.8s linear infinite;
}
.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
@keyframes wpcf7-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7 .c-form-submit[disabled], .wpcf7 .c-form-submit.wpcf7-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .grecaptcha-badge {
  z-index: 1;
}

.p-message__form > .wpcf7 {
  width: 100%;
  margin: 0;
}
.p-message__form .wpcf7-form {
  display: block;
  margin: 0;
}
.p-message__form .p-message__programs {
  margin-bottom: 34px;
}
.p-message__form .p-message__fields .c-form-field > p {
  margin: 0;
  width: 100%;
}
.p-message__form .p-message__fields .c-form-field__head p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
}
.p-message__form .p-message__fields .c-form-field__head p br {
  display: none;
}
.p-message__form .p-message__fields .c-form-field__head .c-form-field__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.p-message__form .p-message__fields .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-message__form .wpcf7-form > p:has(.cf7-acceptance) {
  display: flex;
  justify-content: center;
  margin: 137px 0 0;
}
.p-message__form .wpcf7-form > p:has(.c-form-submit) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 62px 0 0;
}
.p-message__form .cf7-acceptance {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 635px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  text-align: center;
  cursor: pointer;
}
.p-message__form .cf7-acceptance br {
  display: none;
}
.p-message__form .cf7-acceptance .wpcf7-form-control-wrap,
.p-message__form .cf7-acceptance .wpcf7-list-item {
  display: contents;
}
.p-message__form .cf7-acceptance input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #727171;
  border-radius: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.p-message__form .cf7-acceptance input[type=checkbox]:checked {
  background-color: #11b486;
  border-color: #11b486;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 5.5L3.2 8.5L7 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
}
.p-message__form .cf7-acceptance a {
  color: #11b486;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-message__form .cf7-acceptance a:hover {
    opacity: 0.85;
  }
}
@media (max-width: 767px) {
  .p-message__form .p-message__programs {
    margin-bottom: 50px;
  }
  .p-message__form .c-form-program .wpcf7-list-item {
    gap: 11px;
  }
  .p-message__form .c-form-program .wpcf7-list-item label {
    gap: 11px;
  }
  .p-message__form .c-form-program .wpcf7-list-item input[type=radio],
  .p-message__form .c-form-program .wpcf7-list-item input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-width: 1px;
  }
  .p-message__form .c-form-program .wpcf7-list-item input[type=radio]:checked {
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  .p-message__form .c-form-program .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-message__form .p-message__fields .c-form-field__head p {
    gap: 14px;
  }
  .p-message__form .wpcf7-form > p:has(.cf7-acceptance) {
    margin-top: 115px;
  }
  .p-message__form .wpcf7-form > p:has(.c-form-submit) {
    margin-top: 68px;
  }
  .p-message__form .wpcf7-form .cf7-acceptance {
    gap: 10px;
    font-size: 13px;
    line-height: normal;
  }
  .p-message__form .wpcf7-form .cf7-acceptance input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

.p-present__form > .wpcf7 {
  width: 100%;
  margin: 0;
}
.p-present__form .wpcf7-form {
  display: block;
  margin: 0;
}
.p-present__form .cf7-present-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}
.p-present__form .cf7-present-form > p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 34px;
}
.p-present__form .cf7-present-form > p > br {
  display: none;
}
.p-present__form .cf7-present-form > p > label:not(.cf7-acceptance) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}
.p-present__form .cf7-present-form > p:has(.cf7-acceptance) {
  align-items: center;
  margin: 137px 0 0;
}
.p-present__form .cf7-present-form > p:has(.cf7-submit) {
  align-items: center;
  margin: 62px 0 0;
}
.p-present__form .cf7-present-form > p:last-child {
  margin-bottom: 0;
}
.p-present__form .cf7-present-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-present__form .cf7-present-form .cf7-text,
.p-present__form .cf7-present-form .cf7-select,
.p-present__form .cf7-present-form .cf7-textarea {
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 19px 55px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  box-sizing: border-box;
}
.p-present__form .cf7-present-form .cf7-text::placeholder,
.p-present__form .cf7-present-form .cf7-select::placeholder,
.p-present__form .cf7-present-form .cf7-textarea::placeholder {
  color: #d9d9d9;
}
.p-present__form .cf7-present-form .cf7-text:focus,
.p-present__form .cf7-present-form .cf7-select:focus,
.p-present__form .cf7-present-form .cf7-textarea:focus {
  outline: none;
  border-color: #11b486;
}
.p-present__form .cf7-present-form .cf7-text.wpcf7-not-valid,
.p-present__form .cf7-present-form .cf7-select.wpcf7-not-valid,
.p-present__form .cf7-present-form .cf7-textarea.wpcf7-not-valid {
  border-color: #d32f2f;
}
.p-present__form .cf7-present-form .cf7-select {
  appearance: none;
  padding-right: 55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.p-present__form .cf7-present-form .cf7-textarea {
  min-height: 461px;
  resize: vertical;
}
.p-present__form .cf7-present-form input[type=number].cf7-text {
  appearance: textfield;
}
.p-present__form .cf7-present-form input[type=number].cf7-text::-webkit-outer-spin-button, .p-present__form .cf7-present-form input[type=number].cf7-text::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.p-present__form .cf7-present-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 40px;
}
.p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  border: 2px solid #11b486;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  background-color: #11b486;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}
.p-present__form .cf7-present-form .cf7-acceptance {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 635px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  text-align: center;
  cursor: pointer;
}
.p-present__form .cf7-present-form .cf7-acceptance br {
  display: none;
}
.p-present__form .cf7-present-form .cf7-acceptance .wpcf7-form-control-wrap,
.p-present__form .cf7-present-form .cf7-acceptance .wpcf7-list-item {
  display: contents;
}
.p-present__form .cf7-present-form .cf7-acceptance input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #727171;
  border-radius: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.p-present__form .cf7-present-form .cf7-acceptance input[type=checkbox]:checked {
  background-color: #11b486;
  border-color: #11b486;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 5.5L3.2 8.5L7 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
}
.p-present__form .cf7-present-form .cf7-acceptance a {
  color: #11b486;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-present__form .cf7-present-form .cf7-acceptance a:hover {
    opacity: 0.85;
  }
}
.p-present__form .cf7-present-form .cf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 635px;
  min-height: 87px;
  margin: 0 auto;
  padding: 12px 80px 8px;
  border: none;
  border-radius: 50px;
  background-color: #11b486;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-present__form .cf7-present-form .cf7-submit:hover {
    opacity: 0.85;
  }
}
.p-present__form .cf7-present-form .cf7-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-present__form .cf7-present-form > p:has(.cf7-submit) {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-present__form .cf7-present-form {
    max-width: 320px;
  }
  .p-present__form .cf7-present-form > p {
    gap: 5px;
    margin-bottom: 20px;
  }
  .p-present__form .cf7-present-form > p > label:not(.cf7-acceptance) {
    gap: 14px;
    font-size: 14px;
    line-height: 1.2;
  }
  .p-present__form .cf7-present-form > p:has(.cf7-acceptance) {
    margin-top: 115px;
  }
  .p-present__form .cf7-present-form > p:has(.cf7-submit) {
    margin-top: 68px;
  }
  .p-present__form .cf7-present-form .cf7-text,
  .p-present__form .cf7-present-form .cf7-select,
  .p-present__form .cf7-present-form .cf7-textarea {
    min-height: 43px;
    padding: 12px 21px;
    border-radius: 5px;
    font-size: 14px;
    line-height: normal;
  }
  .p-present__form .cf7-present-form .cf7-select {
    padding-right: 40px;
    background-position: right 16px center;
  }
  .p-present__form .cf7-present-form .cf7-textarea {
    min-height: 100px;
  }
  .p-present__form .cf7-present-form .wpcf7-radio {
    gap: 16px 24px;
  }
  .p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  .p-present__form .cf7-present-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-present__form .cf7-present-form .cf7-acceptance {
    gap: 10px;
    font-size: 13px;
    line-height: normal;
  }
  .p-present__form .cf7-present-form .cf7-acceptance input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .p-present__form .cf7-present-form .cf7-submit {
    max-width: 200px;
    min-height: 50px;
    padding: 12px 80px 8px;
    font-size: 14px;
    letter-spacing: 1.4px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  }
}

.p-contact__form > .wpcf7,
.p-contact__main > .wpcf7 {
  width: 100%;
  margin: 0;
}
.p-contact__form .wpcf7-form,
.p-contact__main .wpcf7-form {
  display: block;
  margin: 0;
}
.p-contact__form .c-form-inquiry,
.p-contact__main .c-form-inquiry {
  width: 100%;
  margin: 0 0 88px;
}
.p-contact__form .c-form-inquiry .c-form-inquiry__options > p,
.p-contact__form .c-form-inquiry .c-form-inquiry__col > p,
.p-contact__main .c-form-inquiry .c-form-inquiry__options > p,
.p-contact__main .c-form-inquiry .c-form-inquiry__col > p {
  display: contents;
  margin: 0;
}
.p-contact__form .cf7-contact-form,
.p-contact__main .cf7-contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}
.p-contact__form .cf7-contact-form .c-form-inquiry,
.p-contact__main .cf7-contact-form .c-form-inquiry {
  width: 100%;
  margin: 0 0 88px;
}
.p-contact__form .cf7-contact-form .c-form-inquiry .c-form-inquiry__options > p,
.p-contact__form .cf7-contact-form .c-form-inquiry .c-form-inquiry__col > p,
.p-contact__main .cf7-contact-form .c-form-inquiry .c-form-inquiry__options > p,
.p-contact__main .cf7-contact-form .c-form-inquiry .c-form-inquiry__col > p {
  display: contents;
  margin: 0;
}
.p-contact__form .cf7-contact-form .c-form-inquiry .wpcf7-radio,
.p-contact__main .cf7-contact-form .c-form-inquiry .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 34px 69px;
}
.p-contact__form .cf7-contact-form .c-form-field,
.p-contact__main .cf7-contact-form .c-form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 0 34px;
}
.p-contact__form .cf7-contact-form .c-form-field > p,
.p-contact__main .cf7-contact-form .c-form-field > p {
  display: contents;
  margin: 0;
}
.p-contact__form .cf7-contact-form .c-form-field .wpcf7-form-control-wrap,
.p-contact__main .cf7-contact-form .c-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__form .cf7-contact-form > p,
.p-contact__main .cf7-contact-form > p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 34px;
}
.p-contact__form .cf7-contact-form > p > br,
.p-contact__main .cf7-contact-form > p > br {
  display: none;
}
.p-contact__form .cf7-contact-form > p > label:not(.cf7-acceptance),
.p-contact__main .cf7-contact-form > p > label:not(.cf7-acceptance) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]),
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) {
  margin-bottom: 88px;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-form-control-wrap,
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio,
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 34px 69px;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item,
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  margin: 0;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item label,
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio],
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  border: 2px solid #11b486;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio]:checked,
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  background-color: #11b486;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
}
.p-contact__form .cf7-contact-form > p:has(.cf7-acceptance),
.p-contact__main .cf7-contact-form > p:has(.cf7-acceptance) {
  align-items: center;
  margin: 48px 0 0;
}
.p-contact__form .cf7-contact-form > p:has(.cf7-submit),
.p-contact__main .cf7-contact-form > p:has(.cf7-submit) {
  align-items: center;
  margin: 62px 0 0;
}
.p-contact__form .cf7-contact-form > p:last-child,
.p-contact__main .cf7-contact-form > p:last-child {
  margin-bottom: 0;
}
.p-contact__form .cf7-contact-form .wpcf7-form-control-wrap,
.p-contact__main .cf7-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__form .cf7-contact-form .cf7-text,
.p-contact__form .cf7-contact-form .cf7-select,
.p-contact__form .cf7-contact-form .cf7-textarea,
.p-contact__main .cf7-contact-form .cf7-text,
.p-contact__main .cf7-contact-form .cf7-select,
.p-contact__main .cf7-contact-form .cf7-textarea {
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 19px 55px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  box-sizing: border-box;
}
.p-contact__form .cf7-contact-form .cf7-text::placeholder,
.p-contact__form .cf7-contact-form .cf7-select::placeholder,
.p-contact__form .cf7-contact-form .cf7-textarea::placeholder,
.p-contact__main .cf7-contact-form .cf7-text::placeholder,
.p-contact__main .cf7-contact-form .cf7-select::placeholder,
.p-contact__main .cf7-contact-form .cf7-textarea::placeholder {
  color: #d9d9d9;
}
.p-contact__form .cf7-contact-form .cf7-text:focus,
.p-contact__form .cf7-contact-form .cf7-select:focus,
.p-contact__form .cf7-contact-form .cf7-textarea:focus,
.p-contact__main .cf7-contact-form .cf7-text:focus,
.p-contact__main .cf7-contact-form .cf7-select:focus,
.p-contact__main .cf7-contact-form .cf7-textarea:focus {
  outline: none;
  border-color: #11b486;
}
.p-contact__form .cf7-contact-form .cf7-text.wpcf7-not-valid,
.p-contact__form .cf7-contact-form .cf7-select.wpcf7-not-valid,
.p-contact__form .cf7-contact-form .cf7-textarea.wpcf7-not-valid,
.p-contact__main .cf7-contact-form .cf7-text.wpcf7-not-valid,
.p-contact__main .cf7-contact-form .cf7-select.wpcf7-not-valid,
.p-contact__main .cf7-contact-form .cf7-textarea.wpcf7-not-valid {
  border-color: #d32f2f;
}
.p-contact__form .cf7-contact-form .cf7-select,
.p-contact__main .cf7-contact-form .cf7-select {
  appearance: none;
  padding-right: 55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.p-contact__form .cf7-contact-form .cf7-textarea,
.p-contact__main .cf7-contact-form .cf7-textarea {
  min-height: 461px;
  resize: vertical;
}
.p-contact__form .cf7-contact-form .cf7-acceptance,
.p-contact__main .cf7-contact-form .cf7-acceptance {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 635px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  text-align: center;
  cursor: pointer;
}
.p-contact__form .cf7-contact-form .cf7-acceptance br,
.p-contact__main .cf7-contact-form .cf7-acceptance br {
  display: none;
}
.p-contact__form .cf7-contact-form .cf7-acceptance .wpcf7-form-control-wrap,
.p-contact__form .cf7-contact-form .cf7-acceptance .wpcf7-list-item,
.p-contact__main .cf7-contact-form .cf7-acceptance .wpcf7-form-control-wrap,
.p-contact__main .cf7-contact-form .cf7-acceptance .wpcf7-list-item {
  display: contents;
}
.p-contact__form .cf7-contact-form .cf7-acceptance input[type=checkbox],
.p-contact__main .cf7-contact-form .cf7-acceptance input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #727171;
  border-radius: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.p-contact__form .cf7-contact-form .cf7-acceptance input[type=checkbox]:checked,
.p-contact__main .cf7-contact-form .cf7-acceptance input[type=checkbox]:checked {
  background-color: #11b486;
  border-color: #11b486;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 5.5L3.2 8.5L7 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
}
.p-contact__form .cf7-contact-form .cf7-acceptance a,
.p-contact__main .cf7-contact-form .cf7-acceptance a {
  color: #11b486;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-contact__form .cf7-contact-form .cf7-acceptance a:hover,
  .p-contact__main .cf7-contact-form .cf7-acceptance a:hover {
    opacity: 0.85;
  }
}
.p-contact__form .cf7-contact-form .cf7-submit,
.p-contact__main .cf7-contact-form .cf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 635px;
  min-height: 87px;
  margin: 0 auto;
  padding: 12px 80px 8px;
  border: none;
  border-radius: 50px;
  background-color: #11b486;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-contact__form .cf7-contact-form .cf7-submit:hover,
  .p-contact__main .cf7-contact-form .cf7-submit:hover {
    opacity: 0.85;
  }
}
.p-contact__form .cf7-contact-form .cf7-submit[disabled],
.p-contact__main .cf7-contact-form .cf7-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-contact__form .cf7-contact-form > p:has(.cf7-submit),
.p-contact__main .cf7-contact-form > p:has(.cf7-submit) {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-contact__form .c-form-inquiry,
  .p-contact__main .c-form-inquiry {
    margin-bottom: 56px;
  }
  .p-contact__form .c-form-inquiry__title,
  .p-contact__main .c-form-inquiry__title {
    min-height: 30px;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 1.6px;
    border-radius: 10px;
  }
  .p-contact__form .c-form-inquiry__options,
  .p-contact__main .c-form-inquiry__options {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 11px 57px;
    justify-content: center;
    max-width: 271px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .p-contact__form .c-form-inquiry__col,
  .p-contact__main .c-form-inquiry__col {
    display: contents;
  }
  .p-contact__form .c-form-inquiry .wpcf7-list-item label,
  .p-contact__main .c-form-inquiry .wpcf7-list-item label {
    gap: 11px;
  }
  .p-contact__form .c-form-inquiry .wpcf7-list-item input[type=radio],
  .p-contact__main .c-form-inquiry .wpcf7-list-item input[type=radio] {
    width: 18px;
    height: 18px;
    border-width: 1px;
  }
  .p-contact__form .c-form-inquiry .wpcf7-list-item input[type=radio]:checked,
  .p-contact__main .c-form-inquiry .wpcf7-list-item input[type=radio]:checked {
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  .p-contact__form .c-form-inquiry .wpcf7-list-item .wpcf7-list-item-label,
  .p-contact__main .c-form-inquiry .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-contact__form .cf7-contact-form,
  .p-contact__main .cf7-contact-form {
    max-width: 320px;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry,
  .p-contact__main .cf7-contact-form .c-form-inquiry {
    margin-bottom: 56px;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry__title,
  .p-contact__main .cf7-contact-form .c-form-inquiry__title {
    min-height: 30px;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 1.6px;
    border-radius: 10px;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry__options,
  .p-contact__main .cf7-contact-form .c-form-inquiry__options {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 11px 57px;
    justify-content: center;
    max-width: 271px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry .wpcf7-list-item label,
  .p-contact__main .cf7-contact-form .c-form-inquiry .wpcf7-list-item label {
    gap: 11px;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry .wpcf7-list-item input[type=radio],
  .p-contact__main .cf7-contact-form .c-form-inquiry .wpcf7-list-item input[type=radio] {
    width: 18px;
    height: 18px;
    border-width: 1px;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry .wpcf7-list-item input[type=radio]:checked,
  .p-contact__main .cf7-contact-form .c-form-inquiry .wpcf7-list-item input[type=radio]:checked {
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  .p-contact__form .cf7-contact-form .c-form-inquiry .wpcf7-list-item .wpcf7-list-item-label,
  .p-contact__main .cf7-contact-form .c-form-inquiry .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-contact__form .cf7-contact-form .c-form-field,
  .p-contact__main .cf7-contact-form .c-form-field {
    gap: 5px;
    margin-bottom: 20px;
  }
  .p-contact__form .cf7-contact-form .c-form-field__head,
  .p-contact__main .cf7-contact-form .c-form-field__head {
    gap: 14px;
  }
  .p-contact__form .cf7-contact-form .c-form-field__head--note,
  .p-contact__main .cf7-contact-form .c-form-field__head--note {
    gap: 14px;
  }
  .p-contact__form .cf7-contact-form .c-form-field__label,
  .p-contact__main .cf7-contact-form .c-form-field__label {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-contact__form .cf7-contact-form > p,
  .p-contact__main .cf7-contact-form > p {
    gap: 5px;
    margin-bottom: 20px;
  }
  .p-contact__form .cf7-contact-form > p > label:not(.cf7-acceptance),
  .p-contact__main .cf7-contact-form > p > label:not(.cf7-acceptance) {
    gap: 14px;
    font-size: 14px;
    line-height: 1.2;
  }
  .p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]),
  .p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) {
    margin-bottom: 56px;
  }
  .p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio,
  .p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio {
    gap: 11px 57px;
    justify-content: center;
    max-width: 271px;
    margin: 0 auto;
  }
  .p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item label,
  .p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item label {
    gap: 11px;
  }
  .p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio],
  .p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio] {
    width: 18px;
    height: 18px;
    border-width: 1px;
  }
  .p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio]:checked,
  .p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  .p-contact__form .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
  .p-contact__main .cf7-contact-form > p:has([data-name=inquiry-type]) .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-contact__form .cf7-contact-form > p:has(.cf7-acceptance),
  .p-contact__main .cf7-contact-form > p:has(.cf7-acceptance) {
    margin-top: 48px;
  }
  .p-contact__form .cf7-contact-form > p:has(.cf7-submit),
  .p-contact__main .cf7-contact-form > p:has(.cf7-submit) {
    margin-top: 68px;
  }
  .p-contact__form .cf7-contact-form .cf7-text,
  .p-contact__form .cf7-contact-form .cf7-select,
  .p-contact__form .cf7-contact-form .cf7-textarea,
  .p-contact__main .cf7-contact-form .cf7-text,
  .p-contact__main .cf7-contact-form .cf7-select,
  .p-contact__main .cf7-contact-form .cf7-textarea {
    min-height: 43px;
    padding: 12px 21px;
    border-radius: 5px;
    font-size: 14px;
    line-height: normal;
  }
  .p-contact__form .cf7-contact-form .cf7-select,
  .p-contact__main .cf7-contact-form .cf7-select {
    padding-right: 40px;
    background-position: right 16px center;
  }
  .p-contact__form .cf7-contact-form .cf7-textarea,
  .p-contact__main .cf7-contact-form .cf7-textarea {
    min-height: 100px;
  }
  .p-contact__form .cf7-contact-form .cf7-acceptance,
  .p-contact__main .cf7-contact-form .cf7-acceptance {
    gap: 10px;
    font-size: 13px;
    line-height: normal;
  }
  .p-contact__form .cf7-contact-form .cf7-acceptance input[type=checkbox],
  .p-contact__main .cf7-contact-form .cf7-acceptance input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .p-contact__form .cf7-contact-form .cf7-submit,
  .p-contact__main .cf7-contact-form .cf7-submit {
    max-width: 200px;
    min-height: 50px;
    padding: 12px 80px 8px;
    font-size: 14px;
    letter-spacing: 1.4px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 767px) {
  .p-message__form .cf7-acceptance,
  .p-present__form .cf7-acceptance,
  .p-contact__form .cf7-acceptance,
  .p-contact__main .cf7-acceptance {
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 0.875rem;
    padding: 12px 16px;
  }
}
@keyframes top-hero-mv-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1440/620;
}
@media (max-width: 767px) {
  .p-top-hero {
    height: 358px;
    min-height: 358px;
    aspect-ratio: auto;
    z-index: 0;
  }
}
.p-top-hero__mv {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.p-top-hero__layers {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-top-hero__layer-wrap {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .p-top-hero__layer-wrap {
    inset: auto;
    left: 50%;
    top: 12px;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    aspect-ratio: 375/358;
  }
}
.p-top-hero__layer-wrap:nth-child(1) {
  z-index: 1;
}
.p-top-hero__layer-wrap:nth-child(2) {
  z-index: 2;
}
.p-top-hero__layer-wrap:nth-child(3) {
  z-index: 3;
}
.p-top-hero__layer-wrap:nth-child(4) {
  z-index: 4;
}
.p-top-hero__layer-wrap:nth-child(5) {
  z-index: 5;
}
.p-top-hero__layer {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0;
  animation: top-hero-mv-fade-in 0.8s ease-out forwards;
}
.p-top-hero__layer-wrap:nth-child(1) .p-top-hero__layer {
  animation-delay: 0s;
}
.p-top-hero__layer-wrap:nth-child(2) .p-top-hero__layer {
  animation-delay: 0.35s;
}
.p-top-hero__layer-wrap:nth-child(3) .p-top-hero__layer {
  animation-delay: 0.7s;
}
.p-top-hero__layer-wrap:nth-child(4) .p-top-hero__layer {
  animation-delay: 1.05s;
}
.p-top-hero__layer-wrap:nth-child(5) .p-top-hero__layer {
  animation-delay: 1.4s;
}
.p-top-hero__catch {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 784px;
  max-width: calc(100% - 40px);
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 4px;
  color: #323232;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-hero__catch {
    top: 22px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 48px);
    padding: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2.4px;
    white-space: normal;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .p-top-hero__catch-line {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-hero__layer {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.p-top-hero .l-gnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.p-top-onair {
  width: 100%;
  min-height: 140px;
  background-color: #34b2ec;
  padding: 16px 0 16px 30px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-top-onair {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .p-top-onair {
    padding: 16px 20px;
    min-height: auto;
  }
}
.p-top-onair__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-top-onair__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-top-onair__main {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 27px;
  min-width: 0;
  min-height: 85px;
}
@media (max-width: 1024px) {
  .p-top-onair__main {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-top-onair__main {
    flex-direction: column;
    align-items: center;
    gap: 17px;
    min-height: 0;
  }
}
.p-top-onair__badge {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
  min-height: 85px;
  padding: 21px 23px 20px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-onair__badge {
    min-height: 41px;
    padding: 0 16px;
    gap: 10px;
    justify-content: center;
  }
}
.p-top-onair__badge-visual {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-top-onair__badge-visual {
    gap: 5px;
  }
}
.p-top-onair__badge-mic {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: p-top-onair-mic-pulse 2.4s ease-in-out infinite;
}
.p-top-onair__badge-icon {
  display: block;
  width: 28px;
  height: 42.964px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .p-top-onair__badge-icon {
    width: 18px;
    height: 28px;
  }
}
.p-top-onair__equalizer {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  gap: 3px;
  height: 24px;
}
@media (max-width: 767px) {
  .p-top-onair__equalizer {
    gap: 2px;
    height: 16px;
  }
}
.p-top-onair__equalizer-bar {
  display: block;
  width: 3px;
  height: 22px;
  border-radius: 2px;
  background-color: #34b2ec;
  transform: scaleY(0.35);
  transform-origin: bottom center;
  animation: p-top-onair-equalizer 0.9s ease-in-out infinite;
}
@media (max-width: 767px) {
  .p-top-onair__equalizer-bar {
    width: 2px;
    height: 14px;
    border-radius: 1px;
  }
}
.p-top-onair__equalizer-bar:nth-child(1) {
  animation-duration: 0.85s;
  animation-delay: 0s;
}
.p-top-onair__equalizer-bar:nth-child(2) {
  animation-duration: 0.95s;
  animation-delay: 0.12s;
}
.p-top-onair__equalizer-bar:nth-child(3) {
  animation-duration: 1.05s;
  animation-delay: 0.24s;
}
@keyframes p-top-onair-mic-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes p-top-onair-equalizer {
  0%, 100% {
    transform: scaleY(0.35);
  }
  50% {
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-onair__badge-mic, .p-top-onair__equalizer-bar {
    animation: none;
  }
  .p-top-onair__badge-mic {
    transform: none;
  }
  .p-top-onair__equalizer-bar {
    transform: scaleY(0.6);
  }
}
.p-top-onair__badge-label {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.4px;
  color: #323232;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-onair__badge-label {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.p-top-onair__info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-top-onair__info {
    width: auto;
    flex-direction: row;
    align-items: center;
    padding: 4px 10px 3px;
    border: 1px solid #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }
}
.p-top-onair__freq {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-top-onair__freq {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media (max-width: 767px) {
  .p-top-onair__freq {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.p-top-onair__datetime {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-onair__datetime {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
.p-top-onair__datetime-date {
  font-size: 17px;
}
@media (max-width: 767px) {
  .p-top-onair__datetime-date {
    font-size: 13px;
  }
}
.p-top-onair__datetime-time {
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-top-onair__datetime-time {
    font-size: 13px;
  }
}
.p-top-onair__program {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-top-onair__program {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media (max-width: 767px) {
  .p-top-onair__program {
    flex: none;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.p-top-onair__program-marquee {
  overflow: hidden;
  width: 100%;
}
.p-top-onair__program-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.p-top-onair__program-track.is-animate {
  animation: p-top-onair-marquee var(--onair-marquee-duration, 12s) linear infinite;
}
.p-top-onair__program-content {
  flex: 0 0 auto;
  padding-right: 48px;
}
.p-top-onair__program-content p {
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}
@keyframes p-top-onair-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top-onair__listen {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
  min-height: 108px;
  padding: 15px 26px 15px 19px;
  background-color: #fff153;
  border: 2px solid #323232;
  border-radius: 60px 0 0 60px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  text-decoration: none;
}
@media (hover: hover) {
  .p-top-onair__listen:hover {
    opacity: 0.92;
  }
}
@media (max-width: 1024px) {
  .p-top-onair__listen {
    gap: 12px;
    padding: 12px 16px 12px 14px;
  }
}
@media (max-width: 767px) {
  .p-top-onair__listen {
    display: flex;
    width: 90%;
    min-height: auto;
    justify-content: center;
    margin: 20px 0 0 auto;
  }
}
.p-top-onair__listen-play {
  display: block;
  width: 59px;
  height: 59px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .p-top-onair__listen-play {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .p-top-onair__listen-play {
    width: 32px;
    height: 32px;
  }
}
.p-top-onair__listen-text {
  flex-shrink: 1;
  min-width: 0;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #34b2ec;
}
@media (max-width: 1024px) {
  .p-top-onair__listen-text {
    font-size: 24px;
  }
}
.p-top-onair__listen-text p {
  margin: 0;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-onair__listen-text p {
    font-size: 18px;
  }
}
.p-top-onair__listen-headphone {
  display: block;
  width: 71.5px;
  height: 50.84px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .p-top-onair__listen-headphone {
    width: 56px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .p-top-onair__listen-headphone {
    width: 48px;
    height: 32px;
  }
}

.p-top-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4px 0 20px;
  overflow: visible;
  background-color: #DAEEFA;
}
.p-top-carousel__track {
  display: flex;
  gap: 14px;
  align-items: stretch;
  padding: 10px 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 30px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #11b486 transparent;
  background-color: #DAEEFA;
}
@media (max-width: 767px) {
  .p-top-carousel__track {
    padding: 0 30px 8px;
  }
}
.p-top-carousel__track::-webkit-scrollbar {
  height: 6px;
}
.p-top-carousel__track::-webkit-scrollbar-thumb {
  background-color: #11b486;
  border-radius: 3px;
}

.c-carousel-card {
  flex: 0 0 auto;
  width: auto;
  min-width: 489px;
  max-width: calc(100vw - 40px);
  min-height: 211px;
  scroll-snap-align: start;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #323232;
  border-radius: 10px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  padding: 8px 12px 13px 10px;
}
@media (max-width: 767px) {
  .c-carousel-card {
    flex: 0 0 255px;
    width: 255px;
    min-width: 255px;
    max-width: 255px;
  }
}
.c-carousel-card__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  width: 100%;
  margin: 0 auto;
}
.c-carousel-card__title {
  margin: 0;
  padding: 10px;
  background-color: #11b486;
  border-radius: 25px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.4px;
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.c-carousel-card__body {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  width: 100%;
  min-width: 0;
}
.c-carousel-card__body--gap10 {
  gap: 10px;
}
.c-carousel-card__schedule {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
}
.c-carousel-card__schedule--wide {
  width: auto;
}
.c-carousel-card__days {
  margin: 0;
  padding: 5px 10px;
  background-color: #323232;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.3px;
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.c-carousel-card__times {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: auto;
  min-width: 0;
}
.c-carousel-card__time-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-carousel-card__badge {
  flex-shrink: 0;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.3px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.c-carousel-card__badge--live {
  background-color: #34b2ec;
}
.c-carousel-card__badge--rebroadcast {
  background-color: #a075eb;
}
.c-carousel-card__time {
  padding-top: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #323232;
  white-space: nowrap;
}
.c-carousel-card__comment {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  min-height: 116px;
  padding: 12px 0 12px 10px;
  background-color: #f2f2f2;
  border-radius: 12px;
  box-sizing: border-box;
}
.c-carousel-card__comment::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #f2f2f2;
}
.c-carousel-card__comment-text {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #323232;
  word-break: break-word;
  white-space: pre-line;
}
.c-carousel-card__dj {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
}
.c-carousel-card__dj-visual {
  display: block;
  width: 110px;
  height: auto;
  margin-bottom: -5px;
  object-fit: contain;
}
.c-carousel-card__dj-name {
  margin: 0;
  width: 120px;
  max-width: 120px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.3px;
  color: #1e1e1e;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}
.c-carousel-card__dj-kana {
  margin: 5px 0 0;
  width: 120px;
  max-width: 120px;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #323232;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.p-top-live {
  width: 100%;
  margin: 0 auto;
  min-height: 434px;
  box-sizing: border-box;
  padding: 72px 0px;
  background-color: transparent;
  border: 15px solid #34b2ec;
  border-top: none;
  border-radius: 0 0 100px 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .p-top-live {
    padding: 48px 20px;
    min-height: auto;
    border-width: 8px;
    border-radius: 0 0 48px 48px;
  }
}
.p-top-live__inner {
  display: flex;
  align-items: flex-start;
  gap: 59px;
  width: 100%;
  max-width: 924px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-top-live__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.p-top-live__visual {
  position: relative;
  flex: 0 0 390px;
  width: 390px;
  height: 290px;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .p-top-live__visual {
    flex: none;
    width: 100%;
    max-width: 390px;
    height: auto;
    aspect-ratio: 390/290;
  }
}
.p-top-live__photo {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
.p-top-live__play {
  position: absolute;
  left: 164px;
  top: 115.5px;
  z-index: 2;
  display: block;
  width: 59px;
  height: 59px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-top-live__play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-top-live__play img {
  display: block;
  width: 59px;
  height: 59px;
  object-fit: contain;
}
.p-top-live__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  flex: 1 1 475px;
  width: 475px;
  max-width: 100%;
  min-width: 0;
}
.p-top-live__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 50px 10px;
  background-color: #fcc130;
  border-radius: 20px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  white-space: nowrap;
}
.p-top-live__heading {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
  color: #323232;
}
@media (max-width: 767px) {
  .p-top-live__heading {
    white-space: normal;
    font-size: 28px;
    letter-spacing: 2px;
  }
}
.p-top-live__text {
  margin: 0;
  width: 100%;
  max-width: 475px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #323232;
}
.p-top-live__text p {
  margin: 0;
  line-height: 1.6;
}
.p-top-live__text a {
  color: #34b2ec;
  text-decoration: underline;
}
.p-top-live__text a:hover {
  opacity: 0.7;
}
.p-top-live__player {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-top-live__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-live__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-top-live__link:hover {
  opacity: 0.8;
}
.p-top-live__play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 59px;
  height: 59px;
  pointer-events: none;
}
.p-top-live__play-overlay img {
  display: block;
  width: 59px;
  height: 59px;
  object-fit: contain;
}
.p-top-live__badge--live {
  background-color: #ff4444;
}
.p-top-live__badge--upcoming {
  background-color: #2eab6f;
}

.p-top-news {
  width: 100%;
  background-color: #ffffff;
  padding: 86px 0 86px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-news {
    padding: 48px 20px;
  }
}
.p-top-news__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-top-news__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  width: 716px;
  max-width: 100%;
}
.p-top-news__title {
  margin: 0;
  padding: 10px 80px 10px;
  background-color: #11b486;
  border-radius: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.p-top-news__block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  width: 100%;
}
.p-top-news__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-news__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.p-top-news__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 691px;
  max-width: 100%;
  margin: 0 auto;
}
.p-top-news__date {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.7px;
  color: #11b486;
}
.p-top-news__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-width: 0;
  min-height: 28px;
}
.p-top-news__lead {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.p-top-news__icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  object-fit: contain;
}
.p-top-news__link {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #323232;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .p-top-news__link:hover {
    opacity: 0.85;
  }
}
@media (max-width: 767px) {
  .p-top-news__link {
    white-space: normal;
  }
}
.p-top-news__tag {
  flex-shrink: 0;
  padding: 5px 15px;
  background-color: #11b486;
  border-radius: 50px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.p-top-news__divider {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.p-top-news__divider img {
  display: block;
  width: 100%;
  height: 1px;
  object-fit: fill;
}
.p-top-news__more {
  display: inline-flex;
  align-items: flex-end;
  gap: 11px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #11b486;
  text-decoration: none;
}
@media (hover: hover) {
  .p-top-news__more:hover {
    opacity: 0.85;
  }
}
.p-top-news__more img {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  object-fit: contain;
}

.p-top-sponsor {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 198px;
  box-sizing: border-box;
  padding: 94px 280px 0px 395px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-top-sponsor {
    min-height: auto;
    padding: 48px 20px;
  }
}
.p-top-sponsor__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 765px;
}
.p-top-sponsor__motif {
  width: 100%;
  margin: 0;
  line-height: 0;
}
.p-top-sponsor__motif img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-top-programs {
  width: 100%;
  background-color: rgba(17, 180, 134, 0.08);
  border: 10px solid #11b486;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 76px 0 75px 30px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-top-programs {
    border-radius: 60px;
    padding: 60px 48px 56px;
  }
}
@media (max-width: 767px) {
  .p-top-programs {
    border-width: 5px;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.p-top-programs__inner {
  width: 100%;
  margin: 0 auto;
}
.p-top-programs__head {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}
.p-top-programs__title {
  margin: 0;
  padding: 10px 80px 10px;
  background-color: #11b486;
  border-radius: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.p-top-programs__grid {
  display: flex;
  align-items: stretch;
  gap: 23px;
  margin: 0;
  padding: 4px 0 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #11b486 transparent;
}
.p-top-programs__grid::-webkit-scrollbar {
  height: 6px;
}
.p-top-programs__grid::-webkit-scrollbar-thumb {
  background-color: #11b486;
  border-radius: 3px;
}
.p-top-programs__grid .c-program-card {
  flex: 0 0 calc((100% - 46px) / 2.5);
  width: calc((100% - 46px) / 2.5);
  max-width: 380px;
  align-self: stretch;
  margin: 0;
  scroll-snap-align: start;
}
.p-top-programs__foot {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .p-top-programs__foot {
    margin-top: 32px;
  }
}
.p-top-programs__more {
  display: inline-flex;
  align-items: flex-end;
  gap: 11px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #11b486;
  text-decoration: none;
}
@media (hover: hover) {
  .p-top-programs__more:hover {
    opacity: 0.85;
  }
}
.p-top-programs__more img {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  object-fit: contain;
}

.p-top-sns {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 120px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-sns {
    padding: 48px 20px;
  }
}
.p-top-sns__motif-right {
  position: absolute;
  top: -50px;
  right: 0;
}
.p-top-sns__motif-right img {
  width: 300px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-top-sns__motif-right img {
    width: 160px;
  }
}
.p-top-sns__motif-left {
  position: absolute;
  bottom: -50px;
  left: 0;
}
.p-top-sns__motif-left img {
  width: 240px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-top-sns__motif-left img {
    width: 160px;
  }
}
.p-top-sns__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 743px;
  margin: 0 auto;
}
.p-top-sns__title {
  margin: 0;
  padding: 10px 80px 10px;
  background-color: #11b486;
  border-radius: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.p-top-sns__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 61px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-top-sns__list {
    gap: 24px;
  }
}
.p-top-sns__item {
  flex-shrink: 0;
  line-height: 0;
}
.p-top-sns__link {
  display: block;
  transition: opacity 0.3s ease;
}
.p-top-sns__link:hover {
  opacity: 0.85;
}
.p-top-sns__icon {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.p-top-sns__icon--01 {
  width: 99px;
  height: 99px;
}

.p-top-links {
  width: 100%;
  background-color: rgba(17, 180, 134, 0.08);
  border: 10px solid #11b486;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 65px 120px 76px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-top-links {
    border-radius: 60px;
    padding: 56px 48px 64px;
  }
}
@media (max-width: 767px) {
  .p-top-links {
    padding: 0 20px 48px;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
}
.p-top-links__inner {
  width: 100%;
  max-width: 1201px;
  margin: 0 auto;
}
.p-top-links__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  width: 100%;
  max-width: 743px;
  margin: 0 auto 110px;
}
.p-top-links__btn-row {
  display: flex;
  gap: 41px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top-links__btn-row {
    flex-direction: column;
    gap: 24px;
  }
}
.p-top-links__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 128px;
  border-radius: 10px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.p-top-links__btn:hover {
  opacity: 0.9;
}
.p-top-links__btn--schedule {
  gap: 32px;
  width: 100%;
  padding: 35px 24px;
  background-color: #11b486;
}
.p-top-links__btn--cm {
  flex: 1;
  min-width: 0;
  max-width: 351px;
  padding: 31px 56px 40px;
  background-color: #34b2ec;
}
@media (max-width: 767px) {
  .p-top-links__btn--cm {
    max-width: none;
  }
}
.p-top-links__btn--mc {
  flex: 1;
  min-width: 0;
  max-width: 351px;
  gap: 25px;
  padding: 31px 68px 34px 69px;
  background-color: #f28ca7;
}
@media (max-width: 767px) {
  .p-top-links__btn--mc {
    max-width: none;
  }
}
.p-top-links__btn-icon {
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.p-top-links__btn-icon--schedule {
  width: 38px;
  height: 58px;
}
.p-top-links__btn-icon--cm {
  width: 62px;
  height: 57px;
}
.p-top-links__btn-icon--mc {
  width: 31px;
  height: 63px;
}
.p-top-links__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}
@media (max-width: 1024px) {
  .p-top-links__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .p-top-links__cards {
    grid-template-columns: 1fr;
  }
}
.p-top-links__card {
  display: block;
  max-width: 385px;
  margin: 0 auto;
  width: 100%;
  transition: opacity 0.3s ease;
}
.p-top-links__card:hover {
  opacity: 0.9;
}
.p-top-links__card--city .p-top-links__card-inner {
  gap: 47px;
  padding: 46px 40px 50px;
}
.p-top-links__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 38px 29px 50px 30px;
  background-color: #ffffff;
  border: 1px solid #11b486;
  border-radius: 10px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.p-top-links__card-media {
  width: 100%;
  max-width: 326px;
  line-height: 0;
}
.p-top-links__card-thumb {
  display: block;
  width: 100%;
  height: 193px;
  object-fit: cover;
  object-position: center;
}
.p-top-links__card-illus {
  display: block;
  width: 280px;
  height: 154px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.p-top-links__card-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 305px;
}
.p-top-links__card-line {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-links__card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.4px;
  color: #323232;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-links__card-title {
    white-space: normal;
  }
}

.p-top-related {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 150px 112px 140px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-related {
    padding: 63px 20px 48px;
  }
}
.p-top-related__motif-right {
  position: absolute;
  top: 50px;
  right: 30px;
}
@media (max-width: 767px) {
  .p-top-related__motif-right {
    top: -30px;
    right: 15px;
  }
}
.p-top-related__motif-right img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-top-related__motif-right img {
    width: 100px;
  }
}
.p-top-related__motif-left {
  position: absolute;
  top: 100px;
  left: 30px;
}
@media (max-width: 767px) {
  .p-top-related__motif-left {
    top: -10px;
    left: 15px;
  }
}
.p-top-related__motif-left img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-top-related__motif-left img {
    width: 100px;
  }
}
.p-top-related__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
  width: 100%;
  max-width: 1217px;
  margin: 0 auto;
}
.p-top-related__title {
  margin: 0;
  padding: 10px 50px 10px;
  background-color: #11b486;
  border-radius: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.p-top-related__body {
  display: flex;
  flex-direction: column;
  gap: 47px;
  width: 100%;
}
.p-top-related__logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px 31px;
}
@media (max-width: 1024px) {
  .p-top-related__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .p-top-related__logos {
    grid-template-columns: 1fr;
  }
}
.p-top-related__logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: opacity 0.3s ease;
}
.p-top-related__logo:hover {
  opacity: 0.85;
}
.p-top-related__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.p-top-related__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px 24px;
}
@media (max-width: 1024px) {
  .p-top-related__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .p-top-related__links {
    grid-template-columns: 1fr;
  }
}
.p-top-related__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  max-width: 285px;
  margin: 0 auto;
  width: 100%;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #11b486;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #11b486;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-top-related__link:hover {
  opacity: 0.85;
}

.p-top-access {
  width: 100%;
  background-color: #ffffff;
  padding: 93px 107px 93px 176px;
  box-sizing: border-box;
}
.p-top-access__inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-top-access__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 298px;
  gap: 24px;
}
.p-top-access__illust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.p-top-access__illust-person {
  display: block;
  width: 247px;
  height: auto;
}
.p-top-access__illust-tower {
  display: block;
  width: 80.75px;
  height: auto;
}
.p-top-access__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 10px 40px;
  background-color: #11b486;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.p-top-access__locations {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 56px;
  min-width: 0;
}
.p-top-access__location {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 24px 48px;
  align-items: start;
}
.p-top-access__location-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-top-access__location-heading {
  margin: 0;
  line-height: 1.7;
}
.p-top-access__location-heading-main {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #11b486;
}
.p-top-access__location-heading-sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #323232;
}
.p-top-access__address {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.7px;
  color: #323232;
}
.p-top-access__map {
  width: 100%;
  max-width: 748px;
  line-height: 0;
}
.p-top-access__map-embed {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  border: 0;
}
@media (max-width: 1024px) {
  .p-top-access {
    padding: 72px 40px;
  }
  .p-top-access__inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    max-width: 748px;
  }
  .p-top-access__aside {
    flex: none;
    width: 100%;
    max-width: 360px;
  }
  .p-top-access__location {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }
  .p-top-access__location-info {
    align-items: flex-start;
    text-align: left;
  }
}

.p-top-footer-visual {
  width: 100%;
  background-color: #ffffff;
}
.p-top-footer-visual__townscape {
  width: 100%;
  line-height: 0;
}
.p-top-footer-visual__townscape img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-footer-visual__sns-band {
  width: 100%;
}

.l-main--top {
  overflow: visible;
}
@media (max-width: 767px) {
  .l-main--top {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .p-top-onair {
    order: 2;
    min-height: 247px;
    padding: 9px 0px 20px;
    box-sizing: border-box;
  }
  .p-top-onair__inner {
    display: block;
  }
  .p-top-carousel {
    order: 1;
    position: relative;
    z-index: 6;
    margin-top: clamp(-100px, -24.5333333333vw, -72px);
    padding: 0 0 0;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (min-width: 390px) {
  .p-top-carousel {
    margin-top: clamp(-70px, -24.5333333333vw + 30px, -62px);
  }
}
@media (max-width: 767px) {
  .p-top-carousel__track {
    gap: 12px;
  }
  .c-carousel-card {
    position: relative;
    z-index: 1;
    flex: 0 0 255px;
    width: 255px;
    min-width: 255px;
    min-height: 263px;
    padding: 9px 11px 10px 9px;
    border-width: 1px;
    border-radius: 10px;
  }
  .c-carousel-card__inner {
    gap: 8px;
    width: 100%;
  }
  .c-carousel-card__title {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
    white-space: normal;
    border-radius: 25px;
  }
  .c-carousel-card__body {
    display: grid;
    grid-template-columns: 96px 110px;
    grid-template-rows: auto auto;
    justify-content: center;
    column-gap: 13px;
    row-gap: 8px;
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .c-carousel-card__schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    grid-column: 1/-1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .c-carousel-card__schedule--wide {
    max-width: none;
  }
  .c-carousel-card__days {
    width: 100%;
    max-width: 162px;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .c-carousel-card__times {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 162px;
  }
  .c-carousel-card__time-row {
    justify-content: center;
    width: 100%;
  }
  .c-carousel-card__badge {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
  .c-carousel-card__time {
    font-size: 13px;
    text-align: center;
  }
  .c-carousel-card__comment {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    align-self: center;
    position: static;
    width: 96px;
    min-height: 0;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .c-carousel-card__comment::after {
    display: none;
  }
  .c-carousel-card__comment-text {
    width: 100%;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1.1px;
    text-align: left;
    overflow-wrap: anywhere;
    white-space: pre-line;
  }
  .c-carousel-card__dj {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    align-self: center;
    width: 120px;
  }
  .c-carousel-card__dj-visual {
    width: 110px;
  }
  .c-carousel-card__dj-name {
    width: 120px;
    max-width: 120px;
    font-size: 13px;
    letter-spacing: 1.3px;
  }
  .c-carousel-card__dj-kana {
    width: 120px;
    max-width: 120px;
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .p-top-live {
    order: 3;
    max-width: none;
    min-height: 0;
    margin: 0 0;
    padding: 23px 48px 42px;
    border-width: 10px;
    border-radius: 0 0 50px 50px;
  }
  .p-top-live__inner {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 280px;
  }
  .p-top-live__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    height: auto;
    flex: none;
    aspect-ratio: 390/290;
    overflow: hidden;
  }
  .p-top-live__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .p-top-live__play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .p-top-live__content {
    align-items: center;
    width: 100%;
    gap: 14px;
    flex: 1 1 auto;
  }
  .p-top-live__badge {
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1.6px;
    border-radius: 20px;
  }
  .p-top-live__heading {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: center;
    white-space: normal;
  }
  .p-top-live__text {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-align: left;
  }
  .p-top-news {
    order: 4;
    padding: 38px 20px 60px;
  }
  .p-top-news__column {
    gap: 49px;
    width: 280px;
  }
  .p-top-news__title {
    padding: 10px 80px 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
    border-radius: 10px;
  }
  .p-top-news__block {
    align-items: flex-end;
    gap: 21px;
  }
  .p-top-news__list {
    gap: 21px;
  }
  .p-top-news__item {
    gap: 21px;
  }
  .p-top-news__main {
    position: relative;
    gap: 17px;
    padding-top: 0;
  }
  .p-top-news__date {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .p-top-news__row {
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
    min-height: 0;
    padding-top: 0;
  }
  .p-top-news__lead {
    gap: 26px;
    align-items: center;
  }
  .p-top-news__link {
    font-size: 14px;
    letter-spacing: 1.4px;
    white-space: normal;
  }
  .p-top-news__tag {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 1.1px;
  }
  .p-top-news__more {
    gap: 11px;
    font-size: 14px;
    letter-spacing: 1.4px;
    align-items: center;
  }
  .p-top-sponsor {
    order: 5;
    padding: 60px 33px 0px;
  }
  .p-top-sponsor__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .p-top-sponsor__group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 24px;
  }
  .p-top-sponsor__item--01 {
    width: 89px;
  }
  .p-top-sponsor__item--01 img {
    max-height: 67px;
  }
  .p-top-sponsor__item--02 {
    width: 112px;
  }
  .p-top-sponsor__item--02 img {
    max-height: 51px;
  }
  .p-top-sponsor__item--03 {
    width: 69px;
  }
  .p-top-sponsor__item--03 img {
    max-height: 42px;
  }
  .p-top-sponsor__item--04 {
    width: 42px;
  }
  .p-top-sponsor__item--04 img {
    max-height: 32px;
  }
  .p-top-programs {
    order: 5;
    padding: 31px 0 0;
    background-color: rgba(17, 180, 134, 0.08);
    border: 5px solid #11b486;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .p-top-programs__inner {
    max-width: none;
    margin: 0;
    padding: 0 0 48px;
  }
  .p-top-programs__head {
    margin-bottom: 0;
    padding: 31px 30px 12px;
  }
  .p-top-programs__title {
    padding: 10px 80px 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
    border-radius: 10px;
  }
  .p-top-programs__grid {
    gap: 24px;
    margin-inline: 0;
    padding: 0 20px 12px;
    box-sizing: border-box;
  }
  .p-top-programs__grid .c-program-card {
    flex: 0 0 calc((100% - 24px) / 1.15);
    width: calc((100% - 24px) / 1.15);
    max-width: none;
  }
  .p-top-programs .c-program-card {
    padding-bottom: 0px;
  }
  .p-top-programs .c-program-card__head {
    padding: 11px 15px 9px;
  }
  .p-top-programs .c-program-card__schedule {
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .p-top-programs .c-program-card__thumb {
    height: auto;
    aspect-ratio: 4/3;
  }
  .p-top-programs .c-program-card__body {
    gap: 16px;
    margin-top: 16px;
    padding: 0 16px 16px;
  }
  .p-top-programs .c-program-card__title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .p-top-programs .c-program-card__title--sm {
    font-size: 18px;
  }
  .p-top-programs .c-program-card__content {
    gap: 16px;
  }
  .p-top-programs .c-program-card__times {
    gap: 6px;
  }
  .p-top-programs .c-program-card__series {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .p-top-programs .c-program-card__badge {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
  .p-top-programs .c-program-card__time {
    font-size: 13px;
  }
  .p-top-programs .c-program-card__desc {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 1.6;
  }
  .p-top-programs .c-program-card__actions {
    gap: 10px;
  }
  .p-top-programs .c-program-card__cta {
    padding: 14px 20px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .p-top-programs__foot {
    margin-top: 24px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .p-top-programs__more {
    font-size: 18px;
    letter-spacing: 1.3px;
    gap: 8px;
  }
  .p-top-programs__more img {
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
  }
  .p-top-sns {
    order: 6;
    padding: 113px 0px 48px;
  }
  .p-top-sns__inner {
    gap: 47px;
    margin-bottom: 60px;
  }
  .p-top-sns__title {
    padding: 10px 80px 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
    border-radius: 10px;
  }
  .p-top-sns__list {
    gap: 15px;
    justify-content: center;
  }
  .p-top-sns__icon {
    width: 50px;
    height: 50px;
  }
  .p-top-sns__icon--01 {
    width: 50px;
    height: 50px;
  }
  .p-top-links {
    order: 8;
    padding: 0 0px 48px;
    background-color: transparent;
    border: none;
  }
  .p-top-links__inner {
    margin: 0 auto;
    padding: 45px 0 48px;
    border: 5px solid #11b486;
    border-radius: 50px;
    background-color: rgba(17, 180, 134, 0.08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }
  .p-top-links__buttons {
    gap: 18px;
    max-width: 280px;
    margin: 0 auto 40px;
    padding: 0 0;
  }
  .p-top-links__btn-row {
    flex-direction: column;
    gap: 18px;
  }
  .p-top-links__btn {
    width: 100%;
    min-height: 80px;
    max-width: none;
    padding: 25px 24px;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 10px;
    gap: 20px;
  }
  .p-top-links__btn--schedule {
    padding: 25px 24px;
  }
  .p-top-links__btn--cm, .p-top-links__btn--mc {
    max-width: none;
    padding: 25px 24px;
  }
  .p-top-links__btn-icon--schedule {
    width: 20px;
    height: 30px;
  }
  .p-top-links__btn-icon--cm {
    width: 33px;
    height: 30px;
  }
  .p-top-links__btn-icon--mc {
    width: 15px;
    height: 30px;
  }
  .p-top-links__cards {
    gap: 26px;
    padding: 0;
  }
  .p-top-links__card {
    max-width: 280px;
  }
  .p-top-links__card--city .p-top-links__card-inner {
    gap: 13px;
    padding: 16px 20px 26px;
  }
  .p-top-links__card-inner {
    gap: 13px;
    padding: 16px 20px 26px;
  }
  .p-top-links__card-media {
    max-width: 240px;
  }
  .p-top-links__card-thumb {
    height: 108px;
  }
  .p-top-links__card-illus {
    width: 200px;
    height: 108px;
  }
  .p-top-links__card-foot {
    gap: 14px;
    max-width: 240px;
  }
  .p-top-links__card-title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .p-top-related {
    order: 9;
    padding: 63px 27px 48px;
  }
  .p-top-related__inner {
    gap: 23px;
    max-width: 321px;
  }
  .p-top-related__title {
    padding: 10px 80px 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
    border-radius: 10px;
  }
  .p-top-related__body {
    gap: 23px;
  }
  .p-top-related__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 24px;
  }
  .p-top-related__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .p-top-related__link {
    min-height: 40px;
    max-width: 95px;
    padding: 7px 5px;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  .p-top-contact {
    order: 10;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  }
  .p-top-contact__title {
    box-shadow: none;
  }
  .p-top-access {
    order: 11;
    padding: 82px 38px 46px;
  }
  .p-top-access__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 300px;
  }
  .p-top-access__aside {
    flex: none;
    width: 100%;
    max-width: 300px;
  }
  .p-top-access__illust {
    gap: 10px;
  }
  .p-top-access__illust-person {
    width: 200px;
  }
  .p-top-access__illust-tower {
    width: 80.75px;
  }
  .p-top-access__title {
    width: 237px;
    max-width: 100%;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .p-top-access__locations {
    gap: 40px;
    width: 100%;
  }
  .p-top-access__location {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-top-access__location-info {
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }
  .p-top-access__location-heading-main {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-top-access__location-heading-sub, .p-top-access__address {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.8;
  }
  .p-top-access__map {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-footer-visual {
    order: 12;
  }
}
/**
 * 番組詳細モーダル (Figma 185:1290)
 */
.program-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  box-sizing: border-box;
}
.program-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.program-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  max-height: calc(100vh - 80px);
  margin: 0;
  background: #ffffff;
  border: 10px solid #11b486;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.program-modal__close {
  position: absolute;
  top: 47px;
  right: 61px;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.program-modal__close:hover {
  opacity: 0.8;
}
.program-modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.program-modal__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 80px 80px 0;
  box-sizing: border-box;
}
.program-modal__main {
  display: flex;
  gap: 68px;
  align-items: flex-start;
  margin-bottom: 86px;
}
.program-modal__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 92px 79px 92px 80px;
  background-color: rgba(17, 180, 134, 0.11);
  border: 10px solid #11b486;
  border-top: none;
  border-left: none;
  border-radius: 100px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.program-modal__image-wrap {
  width: 569px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}
.program-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.program-modal__right {
  flex: 1;
  min-width: 0;
  max-width: 495px;
  padding-top: 47px;
}
.program-modal__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 43px;
}
.program-modal__icon {
  display: block;
  width: 82px;
  height: auto;
  margin: 0 auto;
}
.program-modal__title {
  margin: 0;
  padding: 10px;
  align-self: stretch;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  color: #323232;
  text-align: left;
  word-break: break-word;
}
.program-modal__detail {
  display: flex;
  flex-direction: column;
  gap: 55px;
  width: 100%;
  max-width: 485px;
}
.program-modal__schedule {
  width: 100%;
  height: 8px;
  background: #11b486;
  border-radius: 0;
}
.program-modal__times {
  display: flex;
  flex-wrap: nowrap;
  gap: 61px;
  align-items: center;
}
.program-modal__time-group {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  align-items: center;
}
.program-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16rem;
  border-radius: 20px;
  white-space: nowrap;
}
.program-modal__badge--live {
  background-color: #34b2ec;
}
.program-modal__badge--rerun {
  background-color: #a075eb;
}
.program-modal__time {
  padding-top: 3px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #323232;
  white-space: nowrap;
}
.program-modal__description {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #323232;
  white-space: pre-wrap;
  word-break: break-word;
}
.program-modal__sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1140px;
  margin: 0 0 0 130px;
}
.program-modal__section {
  display: flex;
  gap: 66px;
  align-items: center;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.program-modal__section--request {
  padding: 45px 71px 45px 32px;
  border: 1px solid #fff153;
}
.program-modal__section--present {
  align-items: flex-start;
  padding: 52px 27px 36px 32px;
  border: 1px solid #f28ca7;
}
.program-modal__section-icon {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 500px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.program-modal__section-icon img {
  display: block;
  width: auto;
  max-width: 108px;
  height: auto;
}
.program-modal__section-icon--request {
  gap: 1px;
  padding: 18px 26px 24px;
  background-color: #f9be00;
}
.program-modal__section-icon--present {
  gap: 8px;
  padding: 19px 26px 23px;
  background-color: #f28ca7;
}
.program-modal__present-visual {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.program-modal__present-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.program-modal__present-text {
  white-space: pre-line;
}
.program-modal__section-icon-label {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.program-modal__section-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  min-width: 0;
}
.program-modal__section-body--present {
  flex-direction: column;
  gap: 42px;
  align-items: stretch;
}
.program-modal__section-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}
.program-modal__section-text {
  flex: none;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #323232;
}
.program-modal__rich-text p {
  margin: 0 0 0.8em;
}
.program-modal__rich-text p:last-child {
  margin-bottom: 0;
}
.program-modal__rich-text strong,
.program-modal__rich-text b {
  font-weight: 700;
}
.program-modal__rich-text em,
.program-modal__rich-text i {
  font-style: italic;
}
.program-modal__rich-text ul,
.program-modal__rich-text ol {
  margin: 0 0 0.8em;
  padding-left: 1.4em;
}
.program-modal__rich-text a {
  color: inherit;
  text-decoration: underline;
}
.program-modal__section-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 20px 25px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
}
.program-modal__section-btn:hover {
  opacity: 0.85;
}
.program-modal__section-btn--request {
  background-color: #34b2ec;
}
.program-modal__section-btn--present {
  background-color: #f28ca7;
}
.program-modal__section-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 803px;
}
.program-modal__meta-row, .program-modal__note-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.program-modal__meta-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 2px 10px;
  background-color: #595757;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16rem;
  border-radius: 20px;
  white-space: nowrap;
}
.program-modal__meta-badge--wide {
  min-width: 144px;
  padding-inline: 20px;
  box-sizing: border-box;
}
.program-modal__meta-text {
  padding-top: 3px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #323232;
  white-space: nowrap;
}
.program-modal__note-text {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-top: 3px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #323232;
}

[data-program-modal] {
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
[data-program-modal]:hover {
  z-index: 3;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .program-modal__content {
    border-radius: 80px;
  }
  .program-modal__body {
    padding: 48px 40px 64px;
  }
  .program-modal__main {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .program-modal__left, .program-modal__right {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
  .program-modal__left {
    max-width: 728px;
    margin: 0 auto;
    padding: 48px 40px;
    border: 8px solid #11b486;
    border-radius: 60px 0;
  }
  .program-modal__image-wrap {
    width: 100%;
    max-width: 569px;
    height: auto;
    aspect-ratio: 4/3;
    margin: 0 auto;
  }
  .program-modal__detail {
    max-width: none;
  }
  .program-modal__sections {
    margin: 0 auto;
  }
  .program-modal__section {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    padding: 32px 24px;
  }
  .program-modal__section-icon {
    margin: 0 auto;
  }
  .program-modal__section-body, .program-modal__section-top {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .program-modal__section-text {
    max-width: none;
  }
  .program-modal__section-btn {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .program-modal__close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .program-modal {
    padding: 12px;
    align-items: flex-start;
  }
  .program-modal__content {
    max-width: none;
    max-height: calc(100vh - 24px);
    border-width: 5px;
    border-radius: 30px;
  }
  .program-modal__close {
    top: 20px;
    right: 22px;
    width: 30px;
    height: 30px;
  }
  .program-modal__body {
    padding: 55px 25px 32px;
  }
  .program-modal__main {
    flex-direction: column;
    gap: 27px;
    align-items: stretch;
    margin-bottom: 37px;
  }
  .program-modal__right {
    display: contents;
  }
  .program-modal__detail {
    display: contents;
  }
  .program-modal__head {
    order: 1;
    gap: 0;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }
  .program-modal__icon {
    display: none;
  }
  .program-modal__title {
    align-self: stretch;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: left;
  }
  .program-modal__schedule {
    order: 2;
    width: 100%;
    height: 5px;
    margin-top: -20px;
  }
  .program-modal__left {
    order: 3;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .program-modal__image-wrap {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .program-modal__times {
    order: 4;
    flex-wrap: nowrap;
    gap: 13px;
    width: 100%;
  }
  .program-modal__time-group {
    gap: 4px;
  }
  .program-modal__badge {
    min-height: 15px;
    padding: 2px 10px;
    font-size: 9px;
    letter-spacing: 0.9px;
  }
  .program-modal__time {
    padding-top: 2px;
    font-size: 10px;
  }
  .program-modal__description {
    order: 5;
    margin-top: -18px;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 1.6;
  }
  .program-modal__sections {
    gap: 16px;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .program-modal__section {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-width: 2px;
    box-shadow: none;
  }
  .program-modal__section--request {
    padding: 18px 22px 23px 28px;
    border-color: #fce329;
  }
  .program-modal__section--present {
    align-items: center;
    padding: 18px 22px 21px 25px;
    border-color: #f28ca7;
  }
  .program-modal__section-icon {
    width: 100px;
    height: 100px;
    margin: 0;
    box-shadow: none;
  }
  .program-modal__section-icon img {
    max-width: 50px;
  }
  .program-modal__section-icon--request {
    gap: 3px;
    padding: 15px 12px 22px;
    background-color: #f9be00;
  }
  .program-modal__section-icon--present {
    gap: 6px;
    padding: 15px 12px 22px;
  }
  .program-modal__section-icon--present img {
    max-width: 40px;
  }
  .program-modal__section-icon-label {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .program-modal__section-body, .program-modal__section-top {
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
  }
  .program-modal__section-body--present {
    gap: 26px;
  }
  .program-modal__section-top {
    gap: 31px;
    align-items: stretch;
  }
  .program-modal__section-text {
    width: 100%;
    max-width: none;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 1.6;
    text-align: left;
  }
  .program-modal__section-btn {
    min-height: 37px;
    margin: 0;
    padding: 10px 25px;
    font-size: 14px;
    letter-spacing: 1.4px;
    width: 100%;
    max-width: none;
  }
  .program-modal__section-meta {
    gap: 19px;
    width: 100%;
    max-width: none;
  }
  .program-modal__meta-row, .program-modal__note-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .program-modal__meta-badge {
    min-height: 21px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .program-modal__meta-badge--wide {
    min-width: 0;
    width: auto;
    padding-inline: 10px;
  }
  .program-modal__meta-text {
    padding-top: 0;
    font-size: 20px;
    text-align: left;
    white-space: normal;
  }
  .program-modal__note-text {
    padding-top: 0;
    font-size: 13px;
    line-height: 1.2;
  }
}
/**
 * メッセージ・お問い合わせ共通セクション（Figma 62:23326 / SP 2051:17096）
 */
.p-top-contact {
  position: relative;
  width: 100%;
}
.p-top-contact__deco {
  line-height: 0;
}
.p-top-contact__deco-img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-contact__body {
  width: 100%;
  padding: 83px 205px 82px;
  background-color: #11b486;
  border-radius: 0 0 100px 100px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-top-contact__body {
    padding-inline: 40px;
  }
}
.p-top-contact__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 63px;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.p-top-contact__title {
  margin: 0;
  padding: 10px 80px 10px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #11b486;
  text-align: center;
  white-space: nowrap;
}
.p-top-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 493px));
  justify-content: center;
  gap: 44px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-top-contact__grid {
    grid-template-columns: 1fr;
    max-width: 493px;
    margin: 0 auto;
  }
}
.p-top-contact__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.p-top-contact__card:first-child {
  position: static;
}
.p-top-contact__illus {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-top-contact__illus--listener {
  top: 74.4px;
  left: calc(50% - 50vw);
  width: 140px;
  height: auto;
}
.p-top-contact__illus--other {
  top: -22px;
  right: -4px;
  width: 115px;
  height: auto;
}
.p-top-contact__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  margin: 0;
  padding: 29px 20px 17px;
  border-radius: 10px 10px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  text-align: center;
  box-sizing: border-box;
}
.p-top-contact__card-head--listener {
  background-color: #d9d9d9;
  color: #323232;
}
.p-top-contact__card-head--other {
  background-color: #898989;
  color: #fff;
}
.p-top-contact__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 50px 39px 68px;
  box-sizing: border-box;
}
.p-top-contact__card-body--other {
  padding-top: 50px;
}
.p-top-contact__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 415px;
  min-height: 82px;
  padding: 15px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.4px;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.p-top-contact__btn:hover {
  opacity: 0.85;
}
.p-top-contact__btn--message {
  background-color: rgba(255, 241, 83, 0.76);
  color: #323232;
}
.p-top-contact__btn--present {
  background-color: #f28ca7;
  color: #fff;
}
.p-top-contact__btn--contact {
  justify-content: center;
  gap: 23px;
  min-height: 206px;
  padding: 71px 30px 74px 30px;
  background-color: rgba(52, 178, 236, 0.8);
  color: #fff;
}
.p-top-contact__btn-icon {
  flex-shrink: 0;
  width: 51px;
  height: auto;
  object-fit: contain;
}
.p-top-contact__btn-icon--contact {
  width: 71px;
}
@media (max-width: 767px) {
  .p-top-contact__body {
    padding: 21px 30px 66px 25px;
    border-radius: 0 0 50px 50px;
  }
  .p-top-contact__inner {
    gap: 59px;
    max-width: 320px;
  }
  .p-top-contact__title {
    width: auto;
    max-width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
    border-radius: 10px;
    white-space: normal;
  }
  .p-top-contact__grid {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: none;
  }
  .p-top-contact__illus--listener {
    top: 53.6px;
  }
  .p-top-contact__card-head {
    min-height: 67px;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .p-top-contact__card-body {
    gap: 13px;
    padding: 25px 20px 31px;
  }
  .p-top-contact__card-body--other {
    padding-top: 25px;
  }
  .p-top-contact__btn {
    gap: 13px;
    max-width: none;
    min-height: 70px;
    padding: 15px 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .p-top-contact__btn--message, .p-top-contact__btn--present {
    gap: 10px;
  }
  .p-top-contact__btn--contact {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 280px;
    min-height: 112px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #34b2ec;
  }
  .p-top-contact__btn-icon {
    width: 30px;
    height: 30px;
  }
  .p-top-contact__btn-icon--contact {
    width: 35px;
    height: 30px;
  }
}

.p-top-contact__title {
  box-shadow: none;
}
