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

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 639px) {
  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.container--small {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}
.container--narrow {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.container--wide {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 639px) {
  .container--wide {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.side--padding {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 639px) {
  .side--padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  height: 80px;
  -webkit-transition: -webkit-box-shadow 250ms ease;
  transition: -webkit-box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}
@media (max-width: 1023px) {
  .site-header {
    height: 64px;
  }
}
.site-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.1rem;
  padding-left: 12px;
}
@media (max-width: 1023px) {
  .site-header__inner {
    padding-left: 24px;
    padding-right: 16px;
  }
}
@media (max-width: 639px) {
  .site-header__inner {
    padding-left: 1%;
    padding-right: 0;
  }
}
.site-header__branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__logo img {
  height: 40px;
  width: auto;
}
.site-header__site-name a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2937;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.site-header .site-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__logo-link img {
  width: 56px;
}
@media (max-width: 1023px) {
  .site-header .site-header__logo-link img {
    width: 64px;
  }
}
@media (max-width: 639px) {
  .site-header .site-header__logo-link img {
    width: 48px;
  }
}
.site-header .site-header__tagline {
  font-size: 0.65rem;
  color: #6B7280;
  max-width: 150px;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .site-header .site-header__tagline {
    font-size: calc(0.5rem + 0.15rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .site-header .site-header__tagline {
    font-size: 0.5rem;
  }
}
.site-header__nav {
  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;
}
.site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__menu li {
  position: relative;
}
.site-header__menu li:last-child > a {
  border-bottom: unset;
}
.site-header__menu li a {
  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;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
}
.site-header__menu li a:hover, .site-header__menu li a:focus-visible {
  color: var(--logo-blue, #4F86C6);
  background: #EFF6FF;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .site-header__menu li a {
    font-size: calc(0.875rem + 0.25rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .site-header__menu li a {
    font-size: 0.875rem;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .site-header__menu li a {
    padding: calc(0.4rem + 0.6rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .site-header__menu li a {
    padding: 0.4rem;
  }
}
@media (max-width: 1023px) {
  .site-header__menu li a {
    font-size: 1.125rem;
    min-height: 72px;
  }
}
@media (max-width: 639px) {
  .site-header__menu li a {
    font-size: 1rem;
  }
}
.site-header__menu li ul {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  margin: 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #E5E7EB;
  padding: 0.5rem;
  z-index: 100;
  list-style: none;
}
.site-header__menu li ul li a {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.site-header__menu li:hover > ul {
  display: block;
}
@media (max-width: 1023px) {
  .site-header__menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F5F9FF;
    padding: 1.5rem;
    padding-bottom: 96px;
    overflow-y: auto;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 260ms ease, visibility 0s linear 260ms;
    transition: opacity 260ms ease, visibility 0s linear 260ms;
  }
  .site-header__menu li a {
    border-bottom: 1px dashed #4B5563;
    border-radius: 0;
  }
  .site-header__menu li ul {
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #F9FAFB;
    border-radius: 8px;
    margin: 0.5rem 0;
    padding: 0.25rem;
  }
}
.site-header__menu-toggle {
  display: none;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
@media (max-width: 1023px) {
  .site-header__menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__menu-toggle-icon, .site-header__menu-toggle-icon::before, .site-header__menu-toggle-icon::after {
  display: block;
  width: 22px;
  height: 1px;
  border-radius: 2px;
  background: #333;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}
.site-header__menu-toggle-icon {
  position: relative;
}
.site-header__menu-toggle-icon::before, .site-header__menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.site-header__menu-toggle-icon::before {
  top: -7px;
}
.site-header__menu-toggle-icon::after {
  top: 7px;
}
.site-header[data-menu-open=true] .site-header__menu-toggle-icon {
  background: transparent;
}
.site-header[data-menu-open=true] .site-header__menu-toggle-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.site-header[data-menu-open=true] .site-header__menu-toggle-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__search-toggle {
  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: 40px;
  height: 40px;
  border-radius: 8px;
  color: #374151;
  -webkit-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
}
.site-header__search-toggle:hover {
  color: var(--color-primary, #2563EB);
  background: #EFF6FF;
}
.site-header__cta {
  display: none;
}
@media (max-width: 639px) {
  .site-header__cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.site-header__quick {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: inherit;
  width: 190px;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .site-header__quick {
    width: calc(164px + 26px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .site-header__quick {
    width: 164px;
  }
}
@media (max-width: 1023px) {
  .site-header__quick {
    display: none;
  }
}
.site-header__quick-toggle {
  text-align: center;
  line-height: 1.4;
  height: inherit;
  width: 100%;
  background: var(--logo-blue, #4F86C6);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 8px;
}
.site-header__quick-toggle:hover {
  opacity: 0.8;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .site-header__quick-toggle {
    font-size: calc(0.94rem + 0.12rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .site-header__quick-toggle {
    font-size: 0.94rem;
  }
}
.site-header__quick-panel {
  position: absolute;
  top: 80px;
  right: 0;
  width: 190px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 220ms ease, visibility 0s linear 220ms, -webkit-transform 220ms ease;
  transition: opacity 220ms ease, visibility 0s linear 220ms, -webkit-transform 220ms ease;
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms, -webkit-transform 220ms ease;
}
.site-header__quick-panel.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 220ms ease, visibility 0s linear 0s, -webkit-transform 220ms ease;
  transition: opacity 220ms ease, visibility 0s linear 0s, -webkit-transform 220ms ease;
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 0s;
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 0s, -webkit-transform 220ms ease;
}
.site-header__quick-list {
  list-style: none;
  padding: 0;
}
.site-header__quick-list a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  background: #fff;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .site-header__quick-list a {
    font-size: calc(0.875rem + 0.125rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .site-header__quick-list a {
    font-size: 0.875rem;
  }
}
.site-header__quick-list a:hover, .site-header__quick-list a:focus-visible {
  background: #F5F9FF;
}
.site-header__quick-cta {
  width: 100%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #fff;
  background: var(--logo-blue, #4F86C6);
}

@media (max-width: 1023px) {
  .mobile-menu-open .site-header__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 260ms ease, visibility 0s linear 0s;
    transition: opacity 260ms ease, visibility 0s linear 0s;
    min-width: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-menu-open .site-header__menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .mobile-menu-open .site-header__menu li {
    min-width: inherit;
  }
}
@media (max-width: 1023px) {
  .mobile-menu-open .site-header__menu li:nth-child(1) {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(2) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(3) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(4) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(6) {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(7) {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(8) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(9) {
    -webkit-transition-delay: 0.54s;
            transition-delay: 0.54s;
  }
  .mobile-menu-open .site-header__menu li:nth-child(10) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media (max-width: 639px) {
  .mobile-menu-open .site-header__menu {
    min-width: unset;
    width: 100%;
    display: block;
  }
}
.mobile-menu-open .site-header__mobile-cta {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}
.mobile-menu-open .site-header__mobile-cta-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  background: var(--logo-blue, #4F86C6);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
@media (max-width: 767px) {
  .mobile-menu-open .site-header__mobile-cta-link {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .mobile-menu-open .site-header__mobile-cta-link {
    font-size: 1rem;
  }
}
.mobile-menu-open .site-header__mobile-cta-link:hover {
  opacity: 0.8;
}

.site-header__mobile-cta {
  display: none;
}

.site-footer {
  background: #FAFEFE;
  color: #111827;
  text-align: center;
}
.site-footer__inner {
  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;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .site-footer__inner {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
.site-footer__logo {
  margin-bottom: 1.5rem;
}
.site-footer__logo img {
  width: 112px;
  height: auto;
}
@media (max-width: 767px) {
  .site-footer__logo img {
    width: 72px;
  }
}
.site-footer__logo-link {
  display: inline-block;
}
.site-footer__address {
  font-style: normal;
  margin-bottom: 2rem;
}
.site-footer__address p {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #111827;
}
.site-footer__address a {
  color: inherit;
  text-decoration: none;
}
.site-footer__address a:hover, .site-footer__address a:focus-visible {
  text-decoration: underline;
}
.site-footer__policy-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__policy-menu li a {
  font-size: 0.875rem;
  color: #111827;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.site-footer__policy-menu li a:hover, .site-footer__policy-menu li a:focus-visible {
  opacity: 0.6;
}
.site-footer__bottom {
  background: #94C9C4;
  padding: 1rem;
}
.site-footer__copyright {
  margin: 0;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.fixedBg {
  height: 500px;
  background-image: url("/wp-content/themes/community-theme/assets/images/common/footer/office-outside.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (max-width: 639px) {
  .fixedBg {
    background-attachment: scroll;
  }
}
.fixedBg--form {
  background-image: url("/wp-content/themes/community-theme/assets/images/common/footer/office-inside.webp");
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E5E7EB;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  background: #F9FAFB;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #E5E7EB;
  -webkit-transition: background 200ms ease, border-color 200ms ease;
  transition: background 200ms ease, border-color 200ms ease;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #EFF6FF;
  border-color: var(--color-primary, #2563EB);
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-label {
  font-size: 0.75rem;
  color: #9CA3AF;
  font-weight: 500;
  display: block;
}
.post-navigation .nav-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1F2937;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.nav-links,
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  list-style: none;
  padding: 2rem 0;
  margin: 0;
}

.page-numbers,
.pagination__item a,
.pagination__item span {
  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;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  color: #374151;
  background: #fff;
  border: 1px solid #E5E7EB;
  -webkit-transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.page-numbers:hover:not(.current),
.pagination__item a:hover:not(.current),
.pagination__item span:hover:not(.current) {
  background: #EFF6FF;
  border-color: var(--color-primary, #2563EB);
  color: var(--color-primary, #2563EB);
}
.page-numbers.current,
.pagination__item a.current,
.pagination__item span.current {
  background: var(--color-primary, #2563EB);
  border-color: var(--color-primary, #2563EB);
  color: #fff;
  cursor: default;
}
.page-numbers.dots,
.pagination__item a.dots,
.pagination__item span.dots {
  border: none;
  background: none;
  cursor: default;
}

.c-button--filled-square {
  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: 1.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 639px) {
  .c-button--filled-square {
    padding: 0.75rem 1rem;
  }
}

.pcf-event-card--teal .c-button--filled-square {
  background-color: var(--logo-green, #84CBC5);
}

.pcf-event-card--navy .c-button--filled-square {
  background-color: var(--logo-blue, #4F86C6);
}

.pcf-event-card--pink .c-button--filled-square {
  background-color: var(--logo-pink, #EB6E8E);
}

.c-button--filled-square-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: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #333;
  color: #333;
}

.c-button--rounded-border {
  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: 2px solid var(--logo-blue, #4F86C6);
  border-radius: 9999px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
}
.c-button--rounded-border:hover {
  background-color: var(--logo-blue, #4F86C6);
  color: #fff;
}

.c-button--rounded-border-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;
  color: #333;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.c-button--rounded-border-icon:hover {
  color: #fff;
}

.btn--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.pcf-rounded__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;
}
@media (max-width: 639px) {
  .pcf-rounded__btn {
    width: 90%;
  }
}
.pcf-rounded__btn--outline {
  border: 2px solid var(--logo-blue, #4F86C6);
  color: var(--logo-blue, #4F86C6);
  background-color: transparent;
}
.pcf-rounded__btn--outline:hover {
  background-color: var(--logo-blue, #4F86C6);
  color: #fff;
}
.pcf-rounded__btn--solid {
  border: 2px solid var(--logo-blue, #4F86C6);
  background-color: var(--logo-blue, #4F86C6);
  color: #fff;
}
.pcf-rounded__btn--solid:hover {
  opacity: 0.85;
}

.back-to-top {
  position: fixed;
  bottom: 7rem;
  right: 1.5rem;
  z-index: 100;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--logo-blue, #4F86C6);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
          box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.back-to-top:not([hidden]) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.back-to-top:hover {
  -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
          box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.back-to-top:focus-visible {
  outline: 2px solid var(--color-primary, #2563EB);
  outline-offset: 4px;
}
@media (max-width: 639px) {
  .back-to-top {
    display: none;
  }
}

.mobile-course-fab {
  display: none;
}
@media (max-width: 639px) {
  .mobile-course-fab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 5.5rem;
    right: 0.5rem;
    z-index: 100;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--logo-blue, #4F86C6);
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
  }
}
body.mobile-menu-open .mobile-course-fab {
  display: none;
}
.mobile-course-fab__text {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 10px;
}

.grecaptcha-badge {
  z-index: 100;
}

.pcf-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .pcf-flow__steps {
    -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.8rem;
  }
}
@media (max-width: 767px) {
  .pcf-flow__steps {
    gap: 0.5rem;
  }
}

.pcf-flow__step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
  max-width: 280px;
}
@media (max-width: 1023px) {
  .pcf-flow__step {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 800px;
    width: 100%;
  }
}

.pcf-flow__step-card {
  height: 100%;
  background: #fff;
  border: 1.5px solid var(--logo-blue, #4F86C6);
  border-radius: 12px;
  padding: 1.5rem 8px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  background: #fff;
}

.pcf-flow__step-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1F2937;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.pcf-flow__step-icon {
  position: relative;
  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: auto;
  height: 82px;
}
@media (max-width: 639px) {
  .pcf-flow__step-icon {
    height: 64px;
  }
}

.pcf-flow__step-icon img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pcf-flow__arrow {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
}
@media (max-width: 1023px) {
  .pcf-flow__arrow {
    width: auto;
    height: 32px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

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

.form-flow {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.form-flow .bg-deco img {
  z-index: -1;
}
.form-flow .bg-deco img:first-child {
  top: 0;
  left: 0;
  width: 25%;
}
@media (max-width: 639px) {
  .form-flow .bg-deco img:first-child {
    width: 45%;
  }
}
.form-flow .bg-deco img:last-child {
  bottom: 0;
  right: 0;
  width: 13%;
}
@media (max-width: 639px) {
  .form-flow .bg-deco img:last-child {
    width: 30%;
  }
}

.pcf-cta .section__heading .section__title-accent {
  position: relative;
  display: inline-block;
}
.pcf-cta .section__heading .section__title-accent img {
  position: absolute;
  top: -55%;
  left: -45%;
  width: 60px;
  height: 63px;
}
@media (max-width: 767px) {
  .pcf-cta .section__heading .section__title-accent img {
    top: -75%;
    left: -65%;
  }
}
@media (max-width: 639px) {
  .pcf-cta .section__heading .section__title-accent img {
    width: 40px;
    height: 43px;
    top: -85%;
    left: -55%;
  }
}

.bg--green {
  background: #F9FEFE;
}

.bg--white-deco {
  background-image: url("/wp-content/themes/community-theme/assets/images/common/ashirai/kirakira-bg.webp");
  background-size: cover;
}

.container.cta-container {
  padding-bottom: 1rem;
}

.pcf-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 639px) {
  .pcf-cta__inner {
    padding: 0 1rem;
  }
}

.pcf-cta__label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--logo-pink, #EB6E8E);
  margin: 0 0 0.5rem;
}

.pcf-cta__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 639px) {
  .pcf-cta__title {
    font-size: 1.5rem;
  }
}

.pcf-cta__desc {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 639px) {
  .pcf-cta__desc {
    font-size: 0.95rem;
  }
}

.pcf-cta__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pcf-cta__badge img {
  width: 18%;
  height: auto;
}
@media (max-width: 1023px) {
  .pcf-cta__badge img {
    width: 28%;
  }
}
@media (max-width: 639px) {
  .pcf-cta__badge img {
    width: 40%;
  }
}

.pcf-cta__banners {
  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;
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-cta__banners {
    max-width: calc(630px + 120px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-cta__banners {
    max-width: 630px;
  }
}
@media (max-width: 1023px) {
  .pcf-cta__banners {
    max-width: 800px;
  }
}
@media (max-width: 639px) {
  .pcf-cta__banners {
    gap: 0.5rem;
  }
}

.pcf-cta__banner {
  display: block;
  line-height: 0;
}

.pcf-cta__banner img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.pcf-cta__banner:hover img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.cta-deco img:first-child {
  width: 28%;
  bottom: -4%;
  left: -31%;
  height: auto;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .cta-deco img:first-child {
    width: calc(23% + 5% * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .cta-deco img:first-child {
    width: 23%;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .cta-deco img:first-child {
    left: calc(-26% + -5% * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .cta-deco img:first-child {
    left: -26%;
  }
}
.cta-deco img:last-child {
  width: 32%;
  bottom: -4%;
  right: -37%;
  height: auto;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .cta-deco img:last-child {
    width: calc(27% + 5% * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .cta-deco img:last-child {
    width: 27%;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .cta-deco img:last-child {
    right: calc(-30% + -7% * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .cta-deco img:last-child {
    right: -30%;
  }
}

body.page-template-page-schedule-php .grecaptcha-badge,
body.page-template-page-php .grecaptcha-badge {
  visibility: hidden;
}

.pcf-staff-section {
  overflow: hidden;
}

.pcf-staff {
  text-align: center;
}
.pcf-staff__catch {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}
@media (max-width: 639px) {
  .pcf-staff__catch {
    font-size: 1.4rem;
  }
}
.pcf-staff__intro {
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 639px) {
  .pcf-staff__intro {
    font-size: 1rem;
  }
}
.pcf-staff {
  /* ---------- 代表（featured）カード ---------- */
}
.pcf-staff__featured {
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}
.pcf-staff__card-picture {
  display: block;
}
.pcf-staff__card-picture img {
  display: block;
  width: 100%;
  height: auto;
}
.pcf-staff__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .pcf-staff__grid {
    gap: 2rem;
  }
}
@media (max-width: 639px) {
  .pcf-staff__grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
.pcf-staff__card:nth-child(odd) {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  position: relative;
  z-index: 3;
}
.pcf-staff__card:nth-child(even) {
  -webkit-transform: translateY(14rem);
          transform: translateY(14rem);
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .pcf-staff__card:nth-child(even) {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
}
.pcf-staff .bg-deco img:nth-child(1) {
  top: 25%;
  left: -10%;
  width: 28%;
  z-index: 0;
}
@media (max-width: 639px) {
  .pcf-staff .bg-deco img:nth-child(1) {
    top: 15%;
    width: 49%;
  }
}
.pcf-staff .bg-deco img:nth-child(2) {
  top: 50%;
  right: -10%;
  width: 20%;
  z-index: 0;
}
@media (max-width: 639px) {
  .pcf-staff .bg-deco img:nth-child(2) {
    top: 32%;
    width: 48%;
    right: 0;
  }
}
.pcf-staff .bg-deco img:nth-child(3) {
  bottom: 10%;
  left: -14%;
  width: 28%;
  z-index: 0;
}
@media (max-width: 639px) {
  .pcf-staff .bg-deco img:nth-child(3) {
    bottom: 30%;
    left: 0;
    width: 49%;
  }
}

.dot {
  margin: 0 -7px;
}

@media (max-width: 639px) {
  .pcf-staff__card:last-child {
    display: none;
  }
  .pcf-staff__card:nth-child(odd), .pcf-staff__card:nth-child(even) {
    -webkit-transform: none;
            transform: none;
  }
}
.pcf-company {
  padding: 4rem 0 0;
}

.pcf-company__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 639px) {
  .pcf-company__inner {
    padding: 0 1rem;
  }
}

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

.pcf-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #D1D5DB;
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .pcf-company__row {
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
}
.pcf-company__row dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  font-weight: 700;
  color: #111827;
}
@media (max-width: 639px) {
  .pcf-company__row dt {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.pcf-company__row dd {
  margin: 0;
  color: #333;
}

.pcf-company__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.pcf-company__photo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pcf-company__map {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  aspect-ratio: 26/9;
  overflow: hidden;
}
@media (max-width: 639px) {
  .pcf-company__map {
    aspect-ratio: 9/9;
  }
}
.pcf-company__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pcf-plan {
  padding: 5rem 0;
  background-color: #F5F9FF;
}

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

.pcf-plan__intro {
  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.75rem;
  margin: 2rem 0 1.5rem;
}
@media (max-width: 767px) {
  .pcf-plan__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.pcf-plan__intro-icon {
  width: 10%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 31%;
  left: 6%;
}
@media (max-width: 1023px) {
  .pcf-plan__intro-icon {
    display: none;
  }
}

.pcf-plan__intro-text {
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
  text-shadow: 1px 1px 8px #fff;
  margin: 0;
}
@media (max-width: 1023px) {
  .pcf-plan__intro-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .pcf-plan__intro-text {
    font-size: 1.25rem;
  }
}

.pcf-plan__intro-highlight {
  z-index: 3;
  padding: 0 4px 0 8px;
}
.pcf-plan__intro-highlight::before {
  content: "";
  background-image: url("/wp-content/themes/community-theme/assets/images/pages/front-page/ashirai/green-underline-01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 1px;
  display: block;
  width: 100%;
  height: 40px;
  z-index: -1;
}

.pcf-plan__lead {
  margin: 0 auto 4rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4B5563;
  text-align: center;
}
@media (max-width: 639px) {
  .pcf-plan__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.pcf-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  position: relative;
  z-index: 10;
  padding: 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pcf-plan__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__grid > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 340px;
    scroll-snap-align: start;
  }
}
@media (max-width: 767px) {
  .pcf-plan__grid {
    grid-template-columns: 1fr;
    padding: 0 0 8px;
  }
}

.pcf-plan-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-card--money {
  --plan-accent: var(--logo-green, #84CBC5);
}
.pcf-plan-card--money .pcf-plan-card__curriculum--grid li {
  background: #F9FEFE;
}
.pcf-plan-card--money {
  --plan-light-color: #E6F4F3;
}

.pcf-plan-card--invest {
  --plan-accent: var(--logo-blue, #4F86C6);
}
.pcf-plan-card--invest .pcf-plan-card__curriculum--grid li {
  background: #F5F9FF;
}
.pcf-plan-card--invest {
  --plan-light-color: #F5F9FF;
}

.pcf-plan-card--mind {
  --plan-accent: var(--logo-pink, #EB6E8E);
}
.pcf-plan-card--mind .pcf-plan-card__curriculum--list li {
  background: #FFF5F7;
}
.pcf-plan-card--mind {
  --plan-light-color: #FFF5F7;
}

.pcf-plan-card__header {
  padding: 1.5rem 1rem;
  background-color: var(--plan-accent);
  min-height: 170px;
  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;
}
@media (max-width: 639px) {
  .pcf-plan-card__header {
    min-height: unset;
  }
}

.pcf-plan-card__title {
  margin: 0;
  font-size: 1.9rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-plan-card__title {
    font-size: calc(1.6rem + 0.3rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-plan-card__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 639px) {
  .pcf-plan-card__title {
    font-size: 1.3rem;
  }
}

.pcf-plan-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;
  padding: 1.5rem 1rem 2rem;
}

.pcf-plan-card__catch {
  margin: 0 0 1.25rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-plan-card__catch {
    font-size: calc(1.1rem + 0.2rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-plan-card__catch {
    font-size: 1.1rem;
  }
}
@media (max-width: 639px) {
  .pcf-plan-card__catch {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.pcf-plan-card__label {
  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;
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-plan-card__label {
    font-size: calc(1rem + 0.1rem * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-plan-card__label {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .pcf-plan-card__label {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.pcf-plan-card__label::before {
  content: "＼";
}
.pcf-plan-card__label::after {
  content: "／";
}

.pcf-plan-card__recommend {
  padding: 0;
  list-style: none;
  min-height: 175px;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-plan-card__recommend {
    min-height: calc(195px + -20px * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-plan-card__recommend {
    min-height: 195px;
  }
}
@media (max-width: 767px) {
  .pcf-plan-card__recommend {
    min-height: unset;
  }
}
.pcf-plan-card__recommend li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-plan-card__recommend li {
    font-size: 1rem;
  }
}
.pcf-plan-card__recommend li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pcf-plan-card__recommend 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;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--plan-accent);
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 3px;
  font-weight: 700;
}

.pcf-plan-card__curriculum {
  padding: 0;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pcf-plan-card__curriculum--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0.5rem;
  padding-bottom: 16px;
}
.pcf-plan-card__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.25rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
}
.pcf-plan-card__curriculum--grid img {
  width: 48px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pcf-plan-card__curriculum--grid span {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #333;
  font-weight: 500;
}
.pcf-plan-card__curriculum--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .pcf-plan-card__curriculum--list {
    margin-bottom: 1rem;
  }
}
.pcf-plan-card__curriculum--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333;
  padding: 8px;
}
.pcf-plan-card__curriculum--list img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pcf-plan-card__curriculum--list strong {
  color: var(--plan-accent);
  font-weight: 700;
}
.pcf-plan-card__curriculum-item--small {
  font-size: 0.8125rem;
}
.pcf-plan-card__curriculum-item--small span {
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (max-width: 639px) {
  .pcf-plan-card__curriculum-item--small span {
    font-size: 0.75rem;
  }
}

.pcf-plan-card__divider {
  display: block;
  height: 1.5px;
  margin: 1.25rem 0;
  background-image: repeating-linear-gradient(to right, #9CA3AF 0, #9CA3AF 4px, transparent 4px, transparent 8px);
  background-repeat: repeat-x;
}
.pcf-plan-card__divider--btn {
  margin-top: auto;
}

.pcf-plan-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;
  margin-top: auto;
  padding: 0.75rem 1.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;
}
.pcf-plan-card__btn:hover {
  opacity: 0.85;
}

.pcf-plan-card__btn-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;
}

.pcf-faq__inner {
  position: relative;
  z-index: 3;
}

.pcf--faq .bg-deco-top img {
  width: 24%;
  top: 12%;
  left: 1%;
}
@media (max-width: 639px) {
  .pcf--faq .bg-deco-top img {
    width: 39%;
    top: 5%;
  }
}
.pcf--faq .bg-deco-bottom img {
  width: 15%;
  bottom: 2%;
  right: 0;
}
@media (max-width: 639px) {
  .pcf--faq .bg-deco-bottom img {
    width: 22%;
  }
}

.pcf-faq__heading-lead {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.25rem;
}
@media (max-width: 639px) {
  .pcf-faq__heading-lead {
    font-size: 1.125rem;
  }
}

.pcf-faq__heading-main-text {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-faq__heading-main-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.pcf-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .pcf-faq__grid {
    grid-template-columns: 1fr;
  }
}

.pcf-faq-card {
  background-color: #fff;
  border-radius: 12px;
  -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;
}

.pcf-faq-card__question {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--logo-blue, #4F86C6);
}
@media (max-width: 639px) {
  .pcf-faq-card__question {
    font-size: 1rem;
  }
}

.pcf-faq-card__question-label {
  font-weight: 700;
}

.pcf-faq-card__answer {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.pcf-feature {
  padding: 5rem 0;
}

.pcf-feature__heading-highlight {
  position: relative;
  display: block;
}

.pcf-feature__heading-mark {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: auto;
  z-index: 0;
}
@media (max-width: 639px) {
  .pcf-feature__heading-mark {
    width: 220px;
  }
}

.pcf-feature__heading-highlight-text {
  position: relative;
  z-index: 0;
}

.pcf-feature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .pcf-feature__grid {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-top: 5.5rem;
  }
}

.pcf-feature-card {
  position: relative;
  background-color: #FFFCFD;
  border-radius: 3px;
  -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);
  padding: 2rem 1rem 1.5rem;
  text-align: center;
}
.pcf-feature-card::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/community-theme/assets/images/pages/front-page/feature/feature-04.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  top: -57px;
  left: 0;
}
@media (max-width: 639px) {
  .pcf-feature-card::before {
    height: 160px;
    top: -41px;
  }
}
@media (max-width: 767px) {
  .pcf-feature-card {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.pcf-feature-card__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: 100px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background-color: rgba(var(--logo-pink, #EB6E8E), 0.12);
}
.pcf-feature-card__icon img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pcf-feature-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.37rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-feature-card__title {
    font-size: 1.25rem;
  }
}

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

.pcf-feature-card__text {
  margin: 0;
  font-size: 1.125rem;
  color: #4B5563;
  text-align: left;
}
@media (max-width: 639px) {
  .pcf-feature-card__text {
    font-size: 1rem;
  }
}/*# sourceMappingURL=main.css.map */