*,
*::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-hero {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
@media (max-width: 639px) {
  .pcf-hero {
    padding-bottom: 0;
  }
}

.pcf-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .pcf-hero__inner {
    grid-template-columns: 1fr;
    max-width: 1000px;
  }
}
@media (max-width: 639px) {
  .pcf-hero__inner {
    padding: 0 1rem;
  }
}

@media (max-width: 1023px) {
  .pcf-hero__content {
    text-align: center;
  }
}

.pcf-hero__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__title {
    font-size: calc(2.9rem + 0.7rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__title {
    font-size: 2.9rem;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 639px) {
  .pcf-hero__title {
    font-size: 2rem;
  }
}

.pcf-hero__lead {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #111827;
  margin: 0 0 1.5rem;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__lead {
    font-size: calc(1.5rem + 0.25rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__lead {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__lead {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .pcf-hero__lead {
    font-size: 1.25rem;
  }
}

.pcf-hero__badge-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge-line {
    font-size: calc(1.1rem + 0.3rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge-line {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .pcf-hero__badge-line {
    font-size: 0.8rem;
    gap: 0.2rem;
  }
}

.pcf-hero__badge-deco {
  color: #9CA3AF;
}

.pcf-hero__badge {
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}
.pcf-hero__badge::before {
  content: "";
  background: var(--logo-blue, #4F86C6);
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  border-radius: 50rem;
  top: -1px;
  z-index: -1;
  left: -10px;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge::before {
    width: calc(32px + 6px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::before {
    width: 32px;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge::before {
    height: calc(32px + 6px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::before {
    height: 32px;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge::before {
    left: calc(-8px + -2px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::before {
    left: -8px;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::before {
    width: 42px;
    height: 42px;
    left: -11px;
  }
}
@media (max-width: 639px) {
  .pcf-hero__badge::before {
    width: 22px;
    height: 22px;
    left: -5px;
    top: -0.5px;
  }
}
.pcf-hero__badge::after {
  content: "";
  background: var(--logo-blue, #4F86C6);
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  border-radius: 50rem;
  top: -1px;
  z-index: -1;
  left: 15px;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge::after {
    width: calc(32px + 6px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::after {
    width: 32px;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge::after {
    height: calc(32px + 6px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::after {
    height: 32px;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__badge::after {
    left: calc(11px + 4px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::after {
    left: 11px;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__badge::after {
    width: 42px;
    height: 42px;
    left: 14px;
  }
}
@media (max-width: 639px) {
  .pcf-hero__badge::after {
    width: 22px;
    height: 22px;
    left: 8px;
    top: -0.5px;
  }
}

.pcf-hero__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .pcf-hero__stats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 639px) {
  .pcf-hero__stats {
    gap: 0.75rem;
  }
}

.pcf-hero__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1279px) {
  .pcf-hero__stat {
    gap: 0.3rem;
  }
}

.pcf-hero__stat-wreath {
  width: 44px;
  height: 76px;
  background-image: url("/wp-content/themes/community-theme/assets/images/pages/front-page/ashirai/award-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stat-wreath {
    width: calc(29px + 15px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-wreath {
    width: 29px;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stat-wreath {
    height: calc(60px + 16px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-wreath {
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-wreath {
    width: 40px;
    height: 80px;
  }
}
@media (max-width: 639px) {
  .pcf-hero__stat-wreath {
    width: 20px;
    height: 40px;
  }
}

.pcf-hero__stat-wreath--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pcf-hero__stat-body {
  text-align: center;
}

.pcf-hero__stat-label {
  font-size: 0.9rem;
  color: #4B5563;
  margin: 0;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stat-label {
    font-size: calc(0.6rem + 0.3rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-label {
    font-size: 0.6rem;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-label {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .pcf-hero__stat-label {
    font-size: 0.7rem;
  }
}

.pcf-hero__stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--logo-blue, #4F86C6);
  margin: 0;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stat-value {
    font-size: calc(1.5rem + 0.5rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-value {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-value {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .pcf-hero__stat-value {
    font-size: 1rem;
  }
}

.pcf-hero__stat-unit {
  font-size: 0.8em;
  font-weight: 400;
  color: #111827;
  margin-left: 2px;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stat-unit {
    font-size: calc(0.5em + 0.3em * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stat-unit {
    font-size: 0.5em;
  }
}

.pcf-hero__stats-note {
  text-align: right;
  font-size: 0.75rem;
  color: #6B7280;
  margin: 0 8% 0 0;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stats-note {
    font-size: calc(0.6rem + 0.15rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stats-note {
    font-size: 0.6rem;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-hero__stats-note {
    margin-right: calc(0% + 8% * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stats-note {
    margin-right: 0%;
  }
}
@media (max-width: 1023px) {
  .pcf-hero__stats-note {
    max-width: 560px;
    margin: auto;
  }
}
@media (max-width: 639px) {
  .pcf-hero__stats-note {
    max-width: 320px;
  }
}

.pcf-hero__media {
  position: relative;
}

.pcf-hero__photo {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero-banner--wrapper .deco-bg img:first-child {
  width: 50%;
}
@media (max-width: 639px) {
  .hero-banner--wrapper .deco-bg img:first-child {
    width: 80%;
  }
}
.hero-banner--wrapper .deco-bg img:nth-child(2) {
  width: 13%;
  top: 1%;
  left: 3%;
}
@media (max-width: 639px) {
  .hero-banner--wrapper .deco-bg img:nth-child(2) {
    width: 20%;
  }
}
.hero-banner--wrapper .deco-bg img:nth-child(3) {
  width: 25%;
  right: 1%;
}
@media (max-width: 639px) {
  .hero-banner--wrapper .deco-bg img:nth-child(3) {
    display: none;
  }
}
.hero-banner--wrapper .deco-bg img:nth-child(4) {
  width: 30%;
  right: 0;
  top: 10%;
}
@media (max-width: 639px) {
  .hero-banner--wrapper .deco-bg img:nth-child(4) {
    display: none;
  }
}
.hero-banner--wrapper .deco-bg img:nth-child(5) {
  width: 19%;
  left: 15%;
  bottom: 15%;
}
@media (max-width: 639px) {
  .hero-banner--wrapper .deco-bg img:nth-child(5) {
    display: none;
  }
}

.pcf-concept {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 639px) {
  .pcf-concept {
    padding-top: 0;
  }
}

.pcf-concept__inner {
  position: relative;
  z-index: 10;
}

.pcf-concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pcf-concept__body {
    gap: calc(1rem + 3rem * (100vw - 768px) / 255px);
  }
}
@media (max-width: 767px) {
  .pcf-concept__body {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .pcf-concept__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 767px) {
  .pcf-concept__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}

.pcf-concept__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  aspect-ratio: 4/3;
}
@media (max-width: 767px) {
  .pcf-concept__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .pcf-concept__media {
    max-width: 100%;
  }
}

.pcf-concept__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.pcf-concept__lead {
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-concept__lead {
    font-size: 1.125rem;
  }
}
.pcf-concept__lead p {
  margin-bottom: 24px;
  font-weight: 600;
}
.pcf-concept__lead p:last-child {
  margin-bottom: 0;
}

.top--about-btn {
  margin-top: 5rem;
}
@media (max-width: 639px) {
  .top--about-btn {
    margin-top: 3rem;
  }
}

.bg-deco-bottom img {
  bottom: 1%;
  right: 0;
  width: 26%;
}
@media (max-width: 639px) {
  .bg-deco-bottom {
    display: none;
  }
}

.section__heading--needs {
  position: relative;
}

.pcf-needs__brush {
  top: 64%;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 300px;
  height: auto;
  margin: 0.5rem auto 0;
}
@media (max-width: 1023px) {
  .pcf-needs__brush {
    top: 72%;
  }
}
@media (max-width: 767px) {
  .pcf-needs__brush {
    width: 220px;
  }
}

.pcf-needs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 4rem 0 4rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .pcf-needs__grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 4rem 0 3rem;
  }
}

.pcf-needs__item {
  background-color: #F5F9FF;
  border-top: 4px solid var(--logo-blue, #4F86C6);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.25rem;
  font-size: 1.25rem;
  font-family: "Yomogi", cursive;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  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;
  text-align: center;
}
@media (max-width: 639px) {
  .pcf-needs__item {
    font-size: 0.875rem;
    padding: 1.5rem 0.25rem;
  }
}

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

.pcf-needs__lesson-lead {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-needs__lesson-lead {
    font-size: 1.25rem;
  }
}

.pcf-needs__lesson-catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 639px) {
  .pcf-needs__lesson-catch {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.pcf-needs__lesson-accent {
  color: var(--logo-blue, #4F86C6);
}

.pcf-needs__lesson-line2 {
  position: relative;
  display: inline-block;
}

.pcf-needs__pen {
  position: absolute;
  display: block;
  width: 310px;
  height: auto;
  left: -8%;
  top: 88%;
}
@media (max-width: 639px) {
  .pcf-needs__pen {
    width: 160px;
    left: -9%;
    top: 80%;
  }
}

.pcf-needs__lesson-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4B5563;
  text-align: left;
  margin: 6rem 0 4rem;
}
@media (max-width: 639px) {
  .pcf-needs__lesson-text {
    font-size: 0.9rem;
    margin: 3rem 0 2rem;
  }
}

.pcf-needs__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pcf-needs__circles {
    gap: calc(0.9rem + 1.6rem * (100vw - 768px) / 255px);
  }
}
@media (max-width: 767px) {
  .pcf-needs__circles {
    gap: 0.9rem;
  }
}
@media (max-width: 767px) {
  .pcf-needs__circles {
    gap: 0.5rem;
  }
}

.pcf-needs__circle {
  width: 260px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pcf-needs__circle {
    width: calc(220px + 40px * (100vw - 768px) / 255px);
  }
}
@media (max-width: 767px) {
  .pcf-needs__circle {
    width: 220px;
  }
}
.pcf-needs__circle img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pcf-needs__circle {
    width: 110px;
  }
}
@media (max-width: 639px) {
  .pcf-needs__circle {
    width: 31.5%;
  }
}

.pcf-history__heading-accent {
  color: var(--logo-pink, #EB6E8E);
}

.pcf-history__block {
  margin-top: 3rem;
}
.pcf-history__block:first-of-type {
  margin-top: 2.5rem;
}

.pcf-history__label {
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 100vh 0 0 100vh;
  background: #E6F4F3;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 639px) {
  .pcf-history__label {
    padding: 0.7rem 1rem 0.7rem 3rem;
    font-size: 1.2rem;
  }
}

.pcf-history__label:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 24px;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 639px) {
  .pcf-history__label:before {
    top: calc(50% - 8px);
    left: 16px;
  }
}

.pcf-history__highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #B7DDDA));
  background: linear-gradient(transparent 50%, #B7DDDA 50%);
}

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

.pcf-history__press-photo {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.pcf-history__press-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.pcf-history__school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media (max-width: 767px) {
  .pcf-history__school {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pcf-history__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .pcf-history__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

.pcf-history__slider-main {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
}

.pcf-history__slider-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.pcf-history__slider-image.is-active {
  opacity: 1;
  z-index: 10;
}

.pcf-history__slider-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.pcf-history__slider-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  aspect-ratio: 4/3;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}
.pcf-history__slider-thumb:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}
.pcf-history__slider-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pcf-history__slider-thumb.is-active {
  border-color: var(--logo-blue, #4F86C6);
}

.pcf-history__school-card {
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border-radius: 16px;
  background-color: rgba(var(--logo-green, #84CBC5), 0.15);
  gap: 2rem;
}
@media (max-width: 639px) {
  .pcf-history__school-card {
    padding: 2rem 1rem;
    gap: 0;
  }
}

.pcf-history__school-title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-history__school-title {
    font-size: 1.25rem;
  }
}

.pcf-history__school-text {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-history__school-text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.pcf-history__school-link {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--logo-blue, #4F86C6);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 639px) {
  .pcf-history__school-link {
    font-size: 0.875rem;
  }
}

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

.pcf-history__event-photo {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.pcf-history__event-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.pcf-history__event-caption {
  margin: 0;
  font-size: 1.125rem;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-history__event-caption {
    font-size: 1rem;
  }
}

.pcf-history__cta {
  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-top: 4rem;
}
@media (max-width: 639px) {
  .pcf-history__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pcf-history__btn {
  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;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease, color 250ms ease, opacity 250ms ease;
  transition: background-color 250ms ease, color 250ms ease, opacity 250ms ease;
}
.pcf-history__btn--outline {
  border: 2px solid var(--logo-blue, #4F86C6);
  color: var(--logo-blue, #4F86C6);
  background-color: transparent;
}
.pcf-history__btn--outline:hover {
  background-color: var(--logo-blue, #4F86C6);
  color: #fff;
}
.pcf-history__btn--solid {
  border: 2px solid var(--logo-blue, #4F86C6);
  background-color: var(--logo-blue, #4F86C6);
  color: #fff;
}
.pcf-history__btn--solid:hover {
  opacity: 0.85;
}

.pcf--top-review-sec .bg-deco-top img {
  width: 30%;
  top: 12%;
}
.pcf--top-review-sec .bg-deco-bottom img {
  width: 25%;
  bottom: 12%;
  right: 0;
}

.pcf-review__inner {
  position: relative;
  z-index: 10;
}

.pcf-review__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0 2.5rem;
}
@media (max-width: 767px) {
  .pcf-review__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.pcf-review-card {
  display: block;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 250ms ease, -webkit-box-shadow 250ms ease;
  transition: -webkit-transform 250ms ease, -webkit-box-shadow 250ms ease;
  transition: transform 250ms ease, box-shadow 250ms ease;
  transition: transform 250ms ease, box-shadow 250ms ease, -webkit-transform 250ms ease, -webkit-box-shadow 250ms ease;
}
.pcf-review-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -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);
}

.pcf-review-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.pcf-review-card__body {
  padding: 1.25rem;
}

.pcf-review-card__meta {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  color: #4B5563;
}

.pcf-review-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcf-review-card__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #4B5563;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcf-review__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pcf-review__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.5rem;
  padding: 0.75rem 2rem;
  border: 2px solid var(--logo-blue, #4F86C6);
  border-radius: 9999px;
  color: var(--logo-blue, #4F86C6);
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
}
.pcf-review__btn:hover {
  background-color: var(--logo-blue, #4F86C6);
  color: #fff;
}

.pcf-closing {
  position: relative;
  padding: 5rem 0 6rem;
  overflow: hidden;
}

.pcf-closing__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pcf-closing__heading-dash {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 auto 2rem;
  border-radius: 9999px;
  background-color: var(--logo-blue, #4F86C6);
}

.pcf-closing__title {
  margin: 0;
}

.pcf-closing__title-mark {
  position: relative;
  display: inline-block;
}

.pcf-closing__title-mark-img {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 20%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 639px) {
  .pcf-closing__title-mark-img {
    top: 11.5%;
    width: 160px;
  }
}

.pcf-closing__title-text {
  position: relative;
  z-index: 0;
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}

.pcf-closing__body {
  text-align: center;
  margin-bottom: 10px;
}
.pcf-closing__body p {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-closing__body p {
    font-size: 1rem;
  }
}
.pcf-closing__body p:last-child {
  margin-bottom: 0;
}

p.pcf-closing__box {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin: 2rem 0 !important;
}
@media (max-width: 639px) {
  p.pcf-closing__box {
    font-size: 1.125rem;
  }
}

.pcf-closing .bg-deco-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.pcf-closing .bg-deco-bottom img {
  display: block;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=front-page.css.map */