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

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  min-height: 100vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  display: block;
  padding: 0.5rem 1rem;
  background: #2563EB;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  clip: auto;
  width: auto;
  height: auto;
}

:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #1F2937;
}

h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

h4 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

a {
  color: var(--logo-blue, #4F86C6);
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
}
a:hover {
  opacity: 0.8;
}

.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.25rem;
  line-height: 1.8;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  font-size: 0.9rem;
  overflow-x: auto;
  display: block;
}
.entry-content table th, .entry-content table td {
  padding: 0.75rem 1rem;
  border: 1px solid #E5E7EB;
  text-align: left;
  vertical-align: top;
}
.entry-content table th {
  background: #F3F4F6;
  font-weight: 700;
  white-space: nowrap;
}
.entry-content table tr:nth-child(even) td {
  background: #F9FAFB;
}
.entry-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #2563EB;
  background: #EFF6FF;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #374151;
}
.entry-content code {
  background: #F3F4F6;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: "SFMono-Regular", "Consolas", monospace;
  font-size: 0.875em;
  color: #DC2626;
}
.entry-content pre {
  background: #1F2937;
  color: #F9FAFB;
  padding: 1.25rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
.entry-content pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
.entry-content hr {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 2rem 0;
}
.entry-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #E5E7EB;
}
.entry-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-left: 4px solid #2563EB;
}
.entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.entry-content p {
  margin-bottom: 1rem;
}
.entry-content figure {
  margin-bottom: 1.5rem;
}
.entry-content figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6B7280;
  text-align: center;
}
.entry-content img {
  border-radius: 8px;
  height: auto;
}

.section__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1F2937;
  margin-bottom: 0.75rem;
}

.section__heading {
  text-align: center;
  margin: 2rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.section__heading-sub {
  font-size: 1.125rem;
  color: var(--logo-pink, #EB6E8E);
  font-weight: 600;
}
@media (max-width: 639px) {
  .section__heading-sub {
    font-size: 0.8rem;
  }
}
.section__heading-main {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 3;
  text-shadow: 1px 1px 8px #fff;
  position: relative;
}
@media (max-width: 767px) {
  .section__heading-main {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .section__heading-main {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.section__title-accent {
  color: var(--logo-pink, #EB6E8E);
}

.section__more-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563EB;
  white-space: nowrap;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-transition: gap 200ms ease;
  transition: gap 200ms ease;
}
.section__more-link:hover {
  gap: 0.5rem;
}

.policy__sec-title {
  margin-bottom: 1.5rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section--sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section--dark {
  background-color: #1F2937;
  color: #F9FAFB;
}
.section--green {
  background-color: #F9FEFE;
}
.section--primary {
  background-color: var(--color-primary, #2563EB);
  color: #fff;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.text-muted {
  color: #6B7280;
}

.text-primary {
  color: var(--color-primary, #F9FEFE);
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.show--lg {
  display: none;
}
@media (max-width: 1023px) {
  .show--lg {
    display: block;
  }
}

@media (max-width: 1023px) {
  .hide--lg {
    display: none;
  }
}

.show--md {
  display: none;
}
@media (max-width: 767px) {
  .show--md {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--md {
    display: none;
  }
}

.show--sm {
  display: none;
}
@media (max-width: 639px) {
  .show--sm {
    display: block;
  }
}

@media (max-width: 639px) {
  .hide--sm {
    display: none;
  }
}

.hougan--bg {
  background-image: url("/wp-content/themes/community-theme/assets/images/common/ashirai/hougan-bg.jpg");
  background-size: 100vw auto;
}

.half-bg {
  height: 500px;
  background: #F9FEFE;
  bottom: 0;
  width: 100%;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
  color: #374151;
}
.form-group label .required {
  color: #DC2626;
  margin-left: 0.25rem;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=url],
.form-group input[type=search],
.form-group input[type=number],
.form-group input[type=date],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  color: #1F2937;
  background: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  -webkit-transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group input[type=text]::-webkit-input-placeholder, .form-group input[type=email]::-webkit-input-placeholder, .form-group input[type=tel]::-webkit-input-placeholder, .form-group input[type=url]::-webkit-input-placeholder, .form-group input[type=search]::-webkit-input-placeholder, .form-group input[type=number]::-webkit-input-placeholder, .form-group input[type=date]::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  color: #9CA3AF;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group input[type=url]::-moz-placeholder, .form-group input[type=search]::-moz-placeholder, .form-group input[type=number]::-moz-placeholder, .form-group input[type=date]::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #9CA3AF;
}
.form-group input[type=text]:-ms-input-placeholder, .form-group input[type=email]:-ms-input-placeholder, .form-group input[type=tel]:-ms-input-placeholder, .form-group input[type=url]:-ms-input-placeholder, .form-group input[type=search]:-ms-input-placeholder, .form-group input[type=number]:-ms-input-placeholder, .form-group input[type=date]:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  color: #9CA3AF;
}
.form-group input[type=text]::-ms-input-placeholder, .form-group input[type=email]::-ms-input-placeholder, .form-group input[type=tel]::-ms-input-placeholder, .form-group input[type=url]::-ms-input-placeholder, .form-group input[type=search]::-ms-input-placeholder, .form-group input[type=number]::-ms-input-placeholder, .form-group input[type=date]::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder, .form-group select::-ms-input-placeholder {
  color: #9CA3AF;
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=url]::placeholder,
.form-group input[type=search]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=date]::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #9CA3AF;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=url]:focus,
.form-group input[type=search]:focus,
.form-group input[type=number]:focus,
.form-group input[type=date]:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--color-primary, #2563EB);
  -webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
          box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.form-group input[type=text]:invalid:not(:focus):not(:-moz-placeholder), .form-group input[type=email]:invalid:not(:focus):not(:-moz-placeholder), .form-group input[type=tel]:invalid:not(:focus):not(:-moz-placeholder), .form-group input[type=url]:invalid:not(:focus):not(:-moz-placeholder), .form-group input[type=search]:invalid:not(:focus):not(:-moz-placeholder), .form-group input[type=number]:invalid:not(:focus):not(:-moz-placeholder), .form-group input[type=date]:invalid:not(:focus):not(:-moz-placeholder), .form-group textarea:invalid:not(:focus):not(:-moz-placeholder), .form-group select:invalid:not(:focus):not(:-moz-placeholder) {
  border-color: #DC2626;
}
.form-group input[type=text]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group input[type=email]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group input[type=tel]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group input[type=url]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group input[type=search]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group input[type=number]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group input[type=date]:invalid:not(:focus):not(:-ms-input-placeholder), .form-group textarea:invalid:not(:focus):not(:-ms-input-placeholder), .form-group select:invalid:not(:focus):not(:-ms-input-placeholder) {
  border-color: #DC2626;
}
.form-group input[type=text]:invalid:not(:focus):not(:placeholder-shown),
.form-group input[type=email]:invalid:not(:focus):not(:placeholder-shown),
.form-group input[type=tel]:invalid:not(:focus):not(:placeholder-shown),
.form-group input[type=url]:invalid:not(:focus):not(:placeholder-shown),
.form-group input[type=search]:invalid:not(:focus):not(:placeholder-shown),
.form-group input[type=number]:invalid:not(:focus):not(:placeholder-shown),
.form-group input[type=date]:invalid:not(:focus):not(:placeholder-shown),
.form-group textarea:invalid:not(:focus):not(:placeholder-shown),
.form-group select:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #DC2626;
}
.form-group textarea {
  min-height: 160px;
  resize: vertical;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
}

.form-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.form-thumbnail__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pcf-entry {
  padding-top: 56px;
  padding-bottom: 5rem;
}
@media (max-width: 639px) {
  .pcf-entry {
    padding-top: 0;
  }
}

.pcf-entry__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75rem;
}

.form-thumnail__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--pcf-navy);
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ---------- 2カラムレイアウト ---------- */
.pcf-entry__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: #F9FEFE;
  border-radius: var(--pcf-radius);
  -webkit-box-shadow: 0 10px 30px rgba(31, 42, 68, 0.06);
          box-shadow: 0 10px 30px rgba(31, 42, 68, 0.06);
  padding: 2.5rem;
}

@media (max-width: 880px) {
  .pcf-entry__grid {
    grid-template-columns: 1fr;
    padding: 28px 1.25rem;
  }
}
@media (max-width: 768px) {
  .pcf-entry__grid {
    padding: 28px 1rem;
  }
}
/* ---------- 見出し(●付き) ---------- */
.pcf-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pcf-navy);
  margin: 28px 0 0.75rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-heading {
    font-size: 1.25rem;
  }
}

.pcf-heading:first-child {
  margin-top: 0;
}

.pcf-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--logo-blue, #4F86C6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pcf-text {
  font-size: 1.125rem;
  margin: 0 0 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media (max-width: 639px) {
  .pcf-text {
    font-size: 1rem;
  }
}

.pcf-text--note {
  font-weight: 700;
  color: var(--logo-pink, #EB6E8E);
}
@media (max-width: 639px) {
  .pcf-text--note {
    margin-bottom: 2rem;
  }
}

.pcf-link {
  color: var(--logo-blue, #4F86C6);
  text-decoration: underline;
}

/* ---------- 開催日時リスト ---------- */
.event-schedule-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.event-schedule-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  margin-bottom: 6px;
}

.event-schedule-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 0.625rem;
  top: 5px;
}

.event-schedule-list li.past-event {
  text-decoration: line-through;
  color: var(--pcf-muted);
  opacity: 0.7;
}

.event-schedule-list li.past-event::before {
  color: var(--pcf-muted);
}

/* ---------- 参加費・場所・受付開始 カード ---------- */
.pcf-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1.25rem 0 28px;
}

.pcf-card {
  background: var(--pcf-bg-chip);
  border-radius: 10px;
  padding: 0.5rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.pcf-card__icon {
  width: 40px;
  height: 40px;
  margin: 8px auto 0.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  color: #fff;
}
.pcf-card__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pcf-card__label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pcf-navy);
  margin: 0 0 0.25rem;
}

.pcf-card__value {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}

.text--smaller {
  font-size: 0.875rem;
}

/* ---------- フォーム ---------- */
.pcf-form__row {
  margin-bottom: 18px;
}

.pcf-form__label {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.pcf-required {
  color: var(--pcf-pink);
  margin-left: 2px;
}

.pcf-form__input,
.pcf-form__select,
.pcf-form__textarea {
  width: 100%;
  padding: 0.75rem 14px;
  border: 1px solid var(--pcf-border);
  border-radius: 8px;
  background: var(--pcf-bg-input);
  font-size: 0.875rem;
  font-family: inherit;
  color: var(--pcf-text);
}

.pcf-form__input::-webkit-input-placeholder, .pcf-form__textarea::-webkit-input-placeholder {
  color: var(--pcf-muted);
}

.pcf-form__input::-moz-placeholder, .pcf-form__textarea::-moz-placeholder {
  color: var(--pcf-muted);
}

.pcf-form__input:-ms-input-placeholder, .pcf-form__textarea:-ms-input-placeholder {
  color: var(--pcf-muted);
}

.pcf-form__input::-ms-input-placeholder, .pcf-form__textarea::-ms-input-placeholder {
  color: var(--pcf-muted);
}

.pcf-form__input::placeholder,
.pcf-form__textarea::placeholder {
  color: var(--pcf-muted);
}

.pcf-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%238a93a6' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.pcf-form__textarea {
  resize: vertical;
}

.pcf-form__input:focus,
.pcf-form__select:focus,
.pcf-form__textarea:focus {
  outline: none;
  border-color: var(--logo-blue, #4F86C6);
  background: #fff;
}

.pcf-form__privacy {
  font-size: 0.75rem;
  color: var(--pcf-muted);
  text-align: right;
  margin: 0 0 1.25rem;
}

.pcf-form__submit {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: var(--logo-blue, #4F86C6);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.pcf-form__submit:hover {
  background: var(--pcf-blue-dark);
}

/* ---------- スマホ幅調整 ---------- */
@media (max-width: 480px) {
  .pcf-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .form-thumnail__title {
    font-size: 1.5rem;
  }
}
/* ---------- 開催スケジュール（カード表示） ---------- */
.schedule-section-wrap {
  max-width: 700px;
  margin: 2.5rem auto;
  font-family: sans-serif;
}

.schedule-main-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #111;
}

.schedule-main-title span {
  color: #666;
  font-size: 0.875rem;
  letter-spacing: -2px;
}

.schedule-box-frame {
  border: 2px solid #82C2BD;
  border-radius: 12px;
  padding: 25px 1.25rem;
  background-color: #fff;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.schedule-card {
  background-color: #F8FBFC;
  border-radius: 8px;
  padding: 15px 10px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.schedule-date {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
  line-height: 1.2;
}

.schedule-date .youbi {
  font-size: 0.875rem;
  font-weight: normal;
  color: #333;
}

.schedule-time {
  font-size: 0.8125rem;
  color: #555;
}

@media screen and (max-width: 600px) {
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  padding-top: 8px;
  display: block;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
  border: 1px solid #374151;
  border-radius: 3px;
  padding: 4px 12px;
  width: 100%;
  color: #333;
}

.pcf-entry__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pcf-entry__form.show--md {
  display: none;
}
@media (max-width: 767px) {
  .pcf-entry__form.show--md {
    display: block;
  }
}
@media (max-width: 767px) {
  .pcf-entry__form.hide--md {
    display: none;
  }
}
@media (max-width: 767px) {
  .pcf-entry__form {
    margin-bottom: 5rem;
  }
}

.master-link-text {
  font-size: 4rem;
  color: var(--logo-blue, #4F86C6);
}
@media (max-width: 639px) {
  .master-link-text {
    font-size: 3.375rem;
  }
}

.pcf-entry__form label {
  margin-bottom: 1.875rem;
  color: var(--logo-blue, #4F86C6);
  font-weight: 600;
  display: block;
}
@media (max-width: 639px) {
  .pcf-entry__form label {
    margin-bottom: 1.25rem;
  }
}

.pcf-entry__form [data-name=your-interest] label {
  margin-bottom: 0;
}

.pcf-entry__form label.form--message {
  margin-top: 1.8rem;
}

.wpcf7-form > label.setsumeikai--interest {
  margin-bottom: 0;
}

.submit {
  min-width: 240px;
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--logo-blue, #4F86C6);
  color: #fff;
  border-radius: 10px;
  border: unset;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 639px) {
  .submit {
    width: 100%;
  }
}

.wpcf7-acceptance, .wpcf7-list-item {
  width: 100%;
  display: block;
  margin-left: 0;
}

.wpcf7-list-item label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wpcf7-list-item label input {
  margin-right: 8px;
  width: unset;
}
.wpcf7-list-item label span {
  color: #333;
}

.form__title-area img {
  max-height: 72px;
  width: auto;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .form__title-area img {
    max-height: 62px;
  }
}
@media (max-width: 639px) {
  .form__title-area img {
    max-height: 32px;
  }
}

.form-thumnail {
  padding-top: 3rem;
}
@media (max-width: 639px) {
  .form-thumnail {
    padding-top: 2rem;
  }
}

input::-webkit-input-placeholder {
  color: #6B7280;
  font-weight: 500;
}

input::-moz-placeholder {
  color: #6B7280;
  font-weight: 500;
}

input:-ms-input-placeholder {
  color: #6B7280;
  font-weight: 500;
}

input::-ms-input-placeholder {
  color: #6B7280;
  font-weight: 500;
}

input::placeholder {
  color: #6B7280;
  font-weight: 500;
}

textarea::-webkit-input-placeholder {
  color: #6B7280;
  font-weight: 500;
}

textarea::-moz-placeholder {
  color: #6B7280;
  font-weight: 500;
}

textarea:-ms-input-placeholder {
  color: #6B7280;
  font-weight: 500;
}

textarea::-ms-input-placeholder {
  color: #6B7280;
  font-weight: 500;
}

textarea::placeholder {
  color: #6B7280;
  font-weight: 500;
}

.wpcf7-select option:disabled {
  color: #9CA3AF;
}

/* 日程選択：未選択（プレースホルダー）のときだけグレー表示 */
.wpcf7-select:invalid {
  color: #9CA3AF;
}

/* テキストエリア・入力欄のプレースホルダーをグレーに統一 */
.wpcf7-form-control::-webkit-input-placeholder {
  color: #9CA3AF !important;
}
.wpcf7-form-control::-moz-placeholder {
  color: #9CA3AF !important;
}
.wpcf7-form-control:-ms-input-placeholder {
  color: #9CA3AF !important;
}
.wpcf7-form-control::-ms-input-placeholder {
  color: #9CA3AF !important;
}
.wpcf7-form-control::placeholder {
  color: #9CA3AF !important;
}

.schedule-preparing-box {
  text-align: center;
}

.schedule-preparing-box {
  text-align: center;
}

.preparing-ring {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 1rem;
}
@media (max-width: 639px) {
  .preparing-ring {
    width: 86px;
    height: 86px;
  }
}

.preparing-ring__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: var(--logo-blue, #4F86C6);
  opacity: 0;
}
@media (max-width: 639px) {
  .preparing-ring__dot {
    width: 10px;
    height: 10px;
  }
}
.preparing-ring__dot:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -42px);
          transform: rotate(0deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-1 2s linear infinite;
          animation: preparing-ring-dot-1 2s linear infinite;
}
.preparing-ring__dot:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0, -42px);
          transform: rotate(45deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-2 2s linear infinite;
          animation: preparing-ring-dot-2 2s linear infinite;
}
.preparing-ring__dot:nth-child(3) {
  -webkit-transform: rotate(90deg) translate(0, -42px);
          transform: rotate(90deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-3 2s linear infinite;
          animation: preparing-ring-dot-3 2s linear infinite;
}
.preparing-ring__dot:nth-child(4) {
  -webkit-transform: rotate(135deg) translate(0, -42px);
          transform: rotate(135deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-4 2s linear infinite;
          animation: preparing-ring-dot-4 2s linear infinite;
}
.preparing-ring__dot:nth-child(5) {
  -webkit-transform: rotate(180deg) translate(0, -42px);
          transform: rotate(180deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-5 2s linear infinite;
          animation: preparing-ring-dot-5 2s linear infinite;
}
.preparing-ring__dot:nth-child(6) {
  -webkit-transform: rotate(225deg) translate(0, -42px);
          transform: rotate(225deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-6 2s linear infinite;
          animation: preparing-ring-dot-6 2s linear infinite;
}
.preparing-ring__dot:nth-child(7) {
  -webkit-transform: rotate(270deg) translate(0, -42px);
          transform: rotate(270deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-7 2s linear infinite;
          animation: preparing-ring-dot-7 2s linear infinite;
}
.preparing-ring__dot:nth-child(8) {
  -webkit-transform: rotate(315deg) translate(0, -42px);
          transform: rotate(315deg) translate(0, -42px);
  -webkit-animation: preparing-ring-dot-8 2s linear infinite;
          animation: preparing-ring-dot-8 2s linear infinite;
}

@-webkit-keyframes preparing-ring-dot-1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  0.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes preparing-ring-dot-1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  0.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-4 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-4 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-5 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  40.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-5 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  40.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-6 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-6 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-7 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  60.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-7 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  60.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes preparing-ring-dot-8 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  70.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preparing-ring-dot-8 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  70.1% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=forms.css.map */