@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%;
}

.pcf-event-intro {
  max-width: 1200px;
  margin: auto;
}

.pcf-event-intro__catch {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--logo-pink, #EB6E8E);
  margin: 0 0 1rem;
}
@media (max-width: 639px) {
  .pcf-event-intro__catch {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.pcf-event-intro__text {
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-event-intro__text {
    font-size: 1rem;
  }
}

.pcf-event-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .pcf-event-list__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.pcf-event-card__title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  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-family: "Zen Maru Gothic", sans-serif;
  min-height: 85px;
  text-align: center;
  text-shadow: 1px 1px 8px #fff;
}
@media (max-width: 1023px) {
  .pcf-event-card__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .pcf-event-card__title {
    font-size: 1.875rem;
  }
}
.pcf-event-card__title::after {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  left: 0;
  right: 0;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1023px) {
  .pcf-event-card__title::after {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .pcf-event-card__title::after {
    width: 230px;
  }
}
@media (max-width: 639px) {
  .pcf-event-card__title::after {
    width: 190px;
    height: 45px;
    bottom: -22%;
  }
}

.pcf-event-card--teal .pcf-event-card__title::after {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-green01.webp");
  bottom: -18%;
}
@media (max-width: 639px) {
  .pcf-event-card--teal .pcf-event-card__title::after {
    bottom: -3%;
  }
}

.pcf-event-card--navy .pcf-event-card__title::after {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-blue01.webp");
  bottom: -18%;
}
@media (max-width: 639px) {
  .pcf-event-card--navy .pcf-event-card__title::after {
    bottom: -3%;
  }
}

.pcf-event-card--pink .pcf-event-card__title::after {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-pink01.webp");
  bottom: -30px;
}
@media (max-width: 639px) {
  .pcf-event-card--pink .pcf-event-card__title::after {
    bottom: -20px;
  }
}

.pcf-event-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

/* ---------- 詳細セクション（副業体験会について 等）---------- */
.pcf-event-detail__eyebrow {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem;
}
@media (max-width: 639px) {
  .pcf-event-detail__eyebrow {
    font-size: 0.875rem;
  }
}

.pcf-event-detail__title {
  position: relative;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 2.5rem;
  overflow: hidden;
}
@media (max-width: 639px) {
  .pcf-event-detail__title {
    font-size: 1.5rem;
  }
}

.pcf-event-detail__title-line {
  display: block;
  width: 260px;
  height: 70px;
  margin: 0.5rem auto 0;
  border-radius: 999px;
  position: relative;
  left: 0;
  right: 0;
}
@media (max-width: 639px) {
  .pcf-event-detail__title-line {
    height: 38px;
    width: 140px;
  }
}

.pcf-event-detail__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .pcf-event-detail__body {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (max-width: 767px) {
  .pcf-event-detail__media,
  .pcf-event-detail__content {
    display: contents;
  }
  .pcf-event-detail__media > .pcf-event-detail__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pcf-event-detail__content > .pcf-event-detail__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pcf-event-detail__content > .pcf-event-detail__popularity-heading {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .pcf-event-detail__content > .pcf-event-detail__checklist {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .pcf-event-detail__media > .pcf-event-schedule {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 2rem;
  }
  .pcf-event-detail__content > .c-button--filled-square {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.pcf-event-detail__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.pcf-event-detail__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media (max-width: 639px) {
  .pcf-event-detail__text {
    font-size: 1rem;
  }
}

.pcf-event-detail__popularity-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-event-detail__popularity-heading {
    font-size: 1.25rem;
  }
}

.pcf-event-detail__checklist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 1.5rem;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 639px) {
  .pcf-event-detail__checklist {
    padding: 1rem;
  }
}
.pcf-event-detail__checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 639px) {
  .pcf-event-detail__checklist li {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    line-height: 1.4;
  }
}
.pcf-event-detail__checklist li:last-child {
  margin-bottom: 0;
}

.pcf-event-detail__check-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.75rem;
}

/* テーマカラー（開催イベントごとに切り替え） */
.pcf-event-detail--teal::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  width: 30%;
  height: 100%;
  background-image: url("/wp-content/themes/community-theme/assets/images/common/ashirai/bg-ashirai-01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  .pcf-event-detail--teal::before {
    content: unset;
  }
}
.pcf-event-detail--teal .pcf-event-detail__eyebrow,
.pcf-event-detail--teal .pcf-event-detail__check-icon,
.pcf-event-detail--teal .pcf-event-detail__title-accent {
  color: var(--logo-green, #84CBC5);
}
.pcf-event-detail--teal .pcf-event-detail__cta,
.pcf-event-detail--teal .c-button--filled-square {
  background-color: var(--logo-green, #84CBC5);
}
.pcf-event-detail--teal .pcf-event-schedule__item {
  background-color: #F9FEFE;
}
.pcf-event-detail--teal .pcf-event-detail__title-line {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-green02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.pcf-event-detail--teal .pcf-event-detail__check-icon, .pcf-event-detail--teal .pcf-event-schedule__grid, .pcf-event-detail--teal .pcf-event-detail__checklist {
  border: 1.5px solid var(--logo-green, #84CBC5);
}

.pcf-event-detail--navy::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  z-index: -1;
  width: 22%;
  height: 100%;
  background-image: url("/wp-content/themes/community-theme/assets/images/common/ashirai/bg-ashirai-02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  .pcf-event-detail--navy::before {
    content: unset;
  }
}
.pcf-event-detail--navy .pcf-event-detail__eyebrow,
.pcf-event-detail--navy .pcf-event-detail__check-icon,
.pcf-event-detail--navy .pcf-event-detail__title-accent {
  color: var(--logo-blue, #4F86C6);
}
.pcf-event-detail--navy .pcf-event-detail__cta,
.pcf-event-detail--navy .c-button--filled-square {
  background-color: var(--logo-blue, #4F86C6);
}
.pcf-event-detail--navy .pcf-event-schedule__item {
  background-color: #F5F9FF;
}
.pcf-event-detail--navy .pcf-event-detail__title-line {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-blue02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.pcf-event-detail--navy .pcf-event-detail__check-icon, .pcf-event-detail--navy .pcf-event-schedule__grid,
.pcf-event-detail--navy .pcf-event-detail__checklist {
  border: 1.5px solid var(--logo-blue, #4F86C6);
}

.pcf-event-detail--pink::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  width: 30%;
  height: 100%;
  background-image: url("/wp-content/themes/community-theme/assets/images/common/ashirai/bg-ashirai-01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  .pcf-event-detail--pink::before {
    content: unset;
  }
}
.pcf-event-detail--pink .pcf-event-detail__eyebrow,
.pcf-event-detail--pink .pcf-event-detail__check-icon,
.pcf-event-detail--pink .pcf-event-detail__title-accent {
  color: var(--logo-pink, #EB6E8E);
}
.pcf-event-detail--pink .pcf-event-detail__cta,
.pcf-event-detail--pink .c-button--filled-square {
  background-color: var(--logo-pink, #EB6E8E);
}
.pcf-event-detail--pink .pcf-event-schedule__item {
  background-color: #FFF5F7;
}
.pcf-event-detail--pink .pcf-event-detail__title-line {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-pink02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.pcf-event-detail--pink .pcf-event-detail__check-icon, .pcf-event-detail--pink .pcf-event-schedule__grid,
.pcf-event-detail--pink .pcf-event-detail__checklist {
  border: 1.5px solid var(--logo-pink, #EB6E8E);
}

/* ---------- 開催スケジュール（カード形式） ---------- */
.pcf-event-schedule__label {
  text-align: center;
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639px) {
  .pcf-event-schedule__label {
    font-size: 1.125rem;
  }
}
.pcf-event-schedule__label-deco {
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media (max-width: 639px) {
  .pcf-event-schedule__label-deco {
    width: 20px;
    height: 20px;
  }
}
.pcf-event-schedule__label-deco:first-child {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/course-schedule-ashirai-02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.pcf-event-schedule__label-deco:last-child {
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/course-schedule-ashirai-01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.pcf-event-schedule__grid {
  display: grid;
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 12px;
}
@media (max-width: 639px) {
  .pcf-event-schedule__grid {
    padding: 1rem 0.5rem;
    gap: 0.5rem;
  }
}

.pcf-event-schedule__item {
  text-align: center;
  padding: 0.5rem;
  border-radius: 5px;
}

.pcf-event-schedule__date {
  font-weight: 700;
  margin: 0;
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .pcf-event-schedule__date {
    font-size: 1rem;
  }
}

.pcf-event-schedule__youbi {
  font-weight: 400;
  font-size: 0.8em;
}

.pcf-event-schedule__time {
  font-size: 1rem;
  color: #4B5563;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 639px) {
  .pcf-event-schedule__time {
    font-size: 0.75rem;
  }
}

.pcf-event-schedule__empty {
  text-align: center;
  font-size: 0.875rem;
  color: #4B5563;
}

.pcf-event-schedule__next {
  font-size: 0.875rem;
  color: #4B5563;
  margin: 0;
}
@media (max-width: 639px) {
  .pcf-event-schedule__next {
    font-size: 0.875rem;
  }
}

.pcf-staff-section {
  overflow: hidden;
}
.pcf-staff-section .deco-bg img:first-child {
  width: 50%;
}
@media (max-width: 639px) {
  .pcf-staff-section .deco-bg img:first-child {
    width: 80%;
  }
}
.pcf-staff-section .deco-bg img:nth-child(2) {
  width: 13%;
  top: 1%;
  left: 3%;
}
@media (max-width: 639px) {
  .pcf-staff-section .deco-bg img:nth-child(2) {
    width: 20%;
  }
}
.pcf-staff-section .deco-bg img:nth-child(3) {
  width: 25%;
  right: 1%;
}
@media (max-width: 639px) {
  .pcf-staff-section .deco-bg img:nth-child(3) {
    display: none;
  }
}
.pcf-staff-section .deco-bg img:nth-child(4) {
  width: 30%;
  right: 0;
  top: 10%;
}
@media (max-width: 639px) {
  .pcf-staff-section .deco-bg img:nth-child(4) {
    display: none;
  }
}

.pcf-event-detail--navy .pcf-event-detail__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .pcf-event-detail--navy .pcf-event-detail__media {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.pcf-event-detail--navy .pcf-event-detail__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .pcf-event-detail--navy .pcf-event-detail__content {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.pcf-event-schedule__custom-text {
  list-style: none;
  margin: 0 0 1rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid var(--logo-pink, #EB6E8E);
  line-height: 1.6;
}/*# sourceMappingURL=event.css.map */