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

.site-main {
  overflow: hidden;
}

.pcf-plan-fee-intro {
  padding: 2.5rem 0 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .pcf-plan-fee-intro {
    text-align: left;
  }
}

.pcf-plan-fee-intro__lead {
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .pcf-plan-fee-intro__lead {
    font-size: 1rem;
  }
}

.pcf-plan-fee-intro__sub {
  margin: 0 auto;
  font-size: 1.9rem;
}

.section__heading.plan-fee__intro-inner {
  margin-bottom: 5rem;
}
.section__heading.plan-fee__intro-inner .bigger-text {
  font-size: 1.2em;
}
.section__heading.plan-fee__intro-inner img {
  width: 320px;
  top: 40px;
  margin: auto;
  left: 5%;
  right: 0;
  height: auto;
}
@media (max-width: 767px) {
  .section__heading.plan-fee__intro-inner img {
    width: 260px;
  }
}
@media (max-width: 639px) {
  .section__heading.plan-fee__intro-inner img {
    width: 200px;
    top: 34px;
    left: 5%;
  }
}

.plan-fee__event-cta-sub {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding-top: 4rem;
  margin-bottom: -3rem;
}

.pcf-plan-fee-finder__lead {
  text-align: center;
}
.pcf-plan-fee-finder__lead img:nth-child(2) {
  bottom: 29%;
  width: 18%;
  left: 4%;
}
@media (max-width: 767px) {
  .pcf-plan-fee-finder__lead img:nth-child(2) {
    bottom: 33%;
    left: 0;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-finder__lead img:nth-child(2) {
    bottom: 47%;
    width: 15%;
    left: -2%;
  }
}
.pcf-plan-fee-finder__lead img:nth-child(3) {
  top: 17%;
  right: 10%;
  width: 14%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .pcf-plan-fee-finder__lead img:nth-child(3) {
    right: 0;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-finder__lead img:nth-child(3) {
    right: -2%;
  }
}

.pcf-plan-fee-finder__btn-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.pcf-plan-fee-finder__bubble {
  position: relative;
  display: inline-block;
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  background-color: rgba(var(--logo-pink, #EB6E8E), 0.18);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.pcf-plan-fee-finder__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid rgba(var(--logo-pink, #EB6E8E), 0.18);
}

.pcf-plan-fee-finder__image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto 6rem;
}
@media (max-width: 767px) {
  .pcf-plan-fee-finder__image {
    width: 80%;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-finder__image {
    width: 100%;
    max-width: 470px;
  }
}

.pcf-plan-fee-finder__catch {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}

.pcf-plan-fee-finder__catch-highlight {
  color: var(--logo-pink, #EB6E8E);
}

.pcf-plan-fee-finder__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .pcf-plan-fee-finder__grid {
    grid-template-columns: 1fr;
  }
}

.pcf-plan-fee-finder__card {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  border: 2px solid var(--plan-accent);
  border-radius: 8px;
  background-color: #fff;
}

.pcf-plan-fee-finder__points {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pcf-plan-fee-finder__points li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-plan-fee-finder__points li {
    font-size: 1rem;
  }
}
.pcf-plan-fee-finder__points li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pcf-plan-fee-finder__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.25rem;
  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;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--plan-accent);
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 4px;
}

.pcf-plan-fee-finder__btn {
  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;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
  background-color: var(--plan-accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.pcf-plan-fee-finder__btn:hover {
  opacity: 0.85;
}

.pcf-plan-fee-finder__btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
  right: 4%;
}
@media (max-width: 639px) {
  .pcf-plan-fee-finder__btn-icon {
    font-size: 0.9375rem;
    right: 7%;
  }
}

.pcf-plan-fee-detail .pcf-plan-fee-detail__heading-sub {
  color: #333;
}

.pcf-plan-fee-detail__heading {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.pcf-plan-fee-detail__catch {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4B5563;
}

.pcf-plan-fee-detail__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}

.pcf-plan-fee-detail__photo {
  display: block;
  width: 100%;
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 0 auto 3rem;
}

.pcf-plan-fee-detail__row {
  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;
  gap: 2rem;
  max-width: 860px;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.pcf-plan-fee-detail__row--reverse {
  margin-top: 4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 560px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2rem;
    margin-right: auto;
  }
}

.pcf-plan-fee-detail__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  background-color: var(--plan-light-color);
  list-style: none;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__list {
    padding: 1.5rem 1rem;
  }
}
.pcf-plan-fee-detail__list li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__list li {
    font-size: 1rem;
  }
}
.pcf-plan-fee-detail__list li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.pcf-plan-fee-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 18px;
  height: 18px;
  border: 1.5px solid #333;
  border-radius: 50%;
}
.pcf-plan-fee-detail__list li::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 0.6em;
  font-size: 0.6875rem;
  line-height: 18px;
  font-weight: 700;
  color: #333;
}

.pcf-plan-fee-detail__illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  height: auto;
  top: -88%;
  left: -10%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pcf-plan-fee-detail__illustration {
    left: calc(0% + -10% * (100vw - 768px) / 255px);
  }
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__illustration {
    left: 0%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .pcf-plan-fee-detail__illustration {
    width: calc(80px + 20px * (100vw - 640px) / 128px);
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__illustration {
    width: 80px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .pcf-plan-fee-detail__illustration {
    bottom: calc(90% + -20% * (100vw - 640px) / 128px);
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__illustration {
    bottom: 90%;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__illustration {
    height: auto;
    right: 0;
    top: unset;
    left: unset;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.pcf-plan-fee-detail__transition {
  position: relative;
  text-align: center;
}
.pcf-plan-fee-detail__transition p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__transition p {
    font-size: 1.25rem;
  }
}

.pcf-plan-fee-detail__doodle {
  position: absolute;
  height: auto;
}

.pcf-plan-fee-detail__doodle--spiral {
  width: 140px;
  left: -10rem;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__doodle--spiral {
    display: none;
  }
}

.pcf-plan-fee-detail__doodle--bulb {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  right: -6%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pcf-plan-fee-detail__doodle--bulb {
    right: calc(0% + -6% * (100vw - 768px) / 255px);
  }
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__doodle--bulb {
    right: 0%;
  }
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__doodle--bulb {
    width: 60px;
    bottom: 110%;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__doodle--bulb {
    right: 3%;
    width: 56px;
  }
}

.pcf-plan-fee-detail__summary {
  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;
  gap: 1rem;
  margin: 3rem auto;
  text-align: center;
}
@media (max-width: 767px) {
  .pcf-plan-fee-detail__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pcf-plan-fee-detail__summary p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__summary p {
    font-size: 1.25rem;
  }
}

.pcf-plan-fee-detail__curriculum-box {
  padding: 2rem;
  border-radius: 16px;
  background-color: var(--plan-light-color);
}
@media (max-width: 1023px) {
  .pcf-plan-fee-detail__curriculum-box {
    max-width: 800px;
    margin: auto;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-box {
    padding: 1rem;
  }
}

.pcf-plan-fee-detail__curriculum-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.pcf-plan-fee-detail__curriculum-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--plan-accent);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-dot {
    width: 15px;
    height: 15px;
  }
}

.pcf-plan-fee-detail__curriculum-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
@media (max-width: 1023px) {
  .pcf-plan-fee-detail__curriculum-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.pcf-plan-fee-detail__curriculum-text-area {
  max-width: 49%;
}
@media (max-width: 1023px) {
  .pcf-plan-fee-detail__curriculum-text-area {
    max-width: 100%;
  }
}

.pcf-plan-fee-detail__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__description {
    font-size: 1rem;
  }
}

.pcf-plan-fee-detail__curriculum-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .pcf-plan-fee-detail__curriculum-grid {
    gap: 1.5rem;
  }
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-grid {
    gap: 0.5rem;
  }
}
.pcf-plan-fee-detail__curriculum-grid li {
  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;
  gap: 0.5rem;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-grid li {
    padding: 6px;
  }
}

.pcf-plan-fee-detail__curriculum-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pcf-plan-fee-detail__curriculum-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background-color: #F5F9FF;
}
.pcf-plan-fee-detail:nth-of-type(even) .pcf-plan-fee-detail__curriculum-list li {
  background-color: #fff;
}
.pcf-plan-fee-detail__curriculum-list .pcf-plan-fee-detail__curriculum-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--plan-accent);
}
.pcf-plan-fee-detail__curriculum-list .pcf-plan-fee-detail__curriculum-label {
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-list .pcf-plan-fee-detail__curriculum-label {
    font-size: 1rem;
  }
}

.pcf-plan-fee-detail__curriculum-icon {
  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;
  width: 80px;
  height: 64px;
  border-radius: 5px;
  background-color: #F5F9FF;
  background-color: var(--plan-accent);
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-icon {
    width: 50px;
    height: 44px;
  }
}
.pcf-plan-fee-detail__curriculum-icon img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-icon img {
    width: 32px;
    height: 28px;
  }
}

.pcf-plan-fee-detail__curriculum-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-label {
    font-size: 0.875rem;
  }
}
.pcf-plan-fee-detail__curriculum-label--small {
  font-size: 1rem;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__curriculum-label--small {
    font-size: 0.75rem;
  }
}

.pcf-plan-fee-detail__quote-box {
  position: relative;
  margin: 3rem auto 3rem;
  padding: 2rem 1.5rem;
  text-align: center;
  overflow: hidden;
}
.pcf-plan-fee-detail__quote-box::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 18%;
  height: 44px;
  position: absolute;
  bottom: 2%;
  right: 0;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__quote-box::before {
    width: 25%;
    height: 34px;
    bottom: 3%;
    right: 7px;
  }
}

.plan-fee-section__heading::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 300px;
  height: 80px;
  position: absolute;
  bottom: -54%;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .plan-fee-section__heading::before {
    bottom: -62%;
  }
}
@media (max-width: 639px) {
  .plan-fee-section__heading::before {
    width: 210px;
    bottom: -109%;
  }
}

.pcf-plan-fee-detail__quote-heading {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__quote-heading {
    font-size: 1.3rem;
  }
}

.pcf-plan-fee-detail__quote-heading-highlight {
  color: var(--plan-accent);
}

.pcf-plan-fee-detail__quote-line {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
  font-family: "Yomogi", cursive;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__quote-line {
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 1rem;
  }
}

.pcf-plan-fee-detail__quote-highlight {
  text-decoration: underline;
  text-decoration-color: var(--plan-accent);
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
}

.pcf-plan-fee-detail__cta {
  text-align: center;
}

.pcf-plan-fee-detail__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  border-radius: 10px;
  background-color: var(--plan-accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media (max-width: 639px) {
  .pcf-plan-fee-detail__cta-btn {
    padding: 1rem;
  }
}
.pcf-plan-fee-detail__cta-btn:hover {
  opacity: 0.85;
}

.pcf-plan-fee-detail__cta-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%;
  background-color: #fff;
  font-size: 0.6875rem;
  color: #333;
  border: 1px solid #333;
}

.pcf-plan-fee-detail__photo {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-top: 4rem;
}

.pcf-plan-fee-pricing {
  padding: 5rem 0;
}

.pcf-plan-fee-pricing__heading {
  margin: 0 auto 3rem;
  text-align: center;
}

.pcf-plan-fee-pricing__heading-sub {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
}

.pcf-plan-fee-pricing__heading-main {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}

.pcf-plan-fee-pricing__heading-icon {
  position: absolute;
  top: -10%;
  right: -1.6em;
  width: 86%;
  height: auto;
}

.pcf-plan-fee-pricing__heading-underline {
  position: absolute;
  left: 0;
  right: 22%;
  bottom: -0.2em;
  height: 0.35em;
  background-color: var(--logo-pink, #EB6E8E);
  opacity: 0.6;
  border-radius: 9999px;
  z-index: -1;
}

.pcf-plan-fee-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem auto 4rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1160px) {
  .pcf-plan-fee-pricing__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    gap: 1rem;
  }
  .pcf-plan-fee-pricing__grid > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 36%;
    scroll-snap-align: start;
  }
}
@media (max-width: 767px) {
  .pcf-plan-fee-pricing__grid {
    grid-template-columns: 1fr;
  }
}

.pcf-plan-fee-pricing__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.pcf-plan-fee-pricing__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.pcf-plan-fee-pricing__card-catch {
  font-size: 1.3rem;
  color: #333;
  text-align: center;
}
@media (max-width: 639px) {
  .pcf-plan-fee-pricing__card-catch {
    font-size: 1.125rem;
  }
}

.pcf-plan-fee-pricing__card-price {
  margin: 0;
  color: #333;
}

.pcf-plan-fee-pricing__card-price-amount {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 639px) {
  .pcf-plan-fee-pricing__card-price-amount {
    font-size: 2.5rem;
  }
}

.pcf-plan-fee-pricing__card-price-unit {
  margin-left: 2px;
  font-size: 1.125rem;
  font-weight: 700;
}

.pcf-plan-fee-pricing__card-price-tax {
  margin-left: 0.25rem;
  font-size: 1rem;
  color: #4B5563;
}

.pcf-plan-fee-pricing__card-btn {
  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;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background-color: var(--plan-accent);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.pcf-plan-fee-pricing__card-btn:hover {
  opacity: 0.85;
}

.pcf-plan-fee-pricing__card-btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pcf-plan-fee-pricing__banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.pricing__heading-sub {
  color: #333;
}
@media (max-width: 639px) {
  .pricing__heading-sub {
    font-size: 1rem;
  }
}

.pcf-plan-card--money .pcf-plan-fee-detail__quote-box::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/pages/plan-fee/plan-review-line01.webp");
}
.pcf-plan-card--money .section__heading::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-green01.webp");
}

.pcf-plan-card--invest .pcf-plan-fee-detail__quote-box::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/pages/plan-fee/plan-review-line02.webp");
}
.pcf-plan-card--invest .section__heading::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-blue01.webp");
}
@media (max-width: 639px) {
  .pcf-plan-card--invest .section__heading-main {
    font-size: 1.6rem;
  }
}

.pcf-plan-card--mind .pcf-plan-fee-detail__quote-box::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/pages/plan-fee/plan-review-line03.webp");
}
.pcf-plan-card--mind .section__heading::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/event/ashirai/marker-pink01.webp");
}
@media (max-width: 639px) {
  .pcf-plan-card--mind .section__heading::before {
    top: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .plan-fee__event-cta-sub.section__heading-main {
    font-size: calc(1.8rem + 0.7rem * (100vw - 768px) / 255px);
  }
}
@media (max-width: 767px) {
  .plan-fee__event-cta-sub.section__heading-main {
    font-size: 1.8rem;
  }
}
.plan-fee__event-cta-sub.section__heading-main {
  padding-top: 0;
}
@media (max-width: 639px) {
  .plan-fee__event-cta-sub.section__heading-main {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=plan-fee.css.map */