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

* {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

ul,
ol {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

.block {
  display: block;
}

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

.grid {
  display: grid;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

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

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

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

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

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

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

/* ---------- プラカフェについて ---------- */
.pcf-about-intro {
  padding: 4rem 0;
  overflow: hidden;
}

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

.pcf-about-intro__logo {
  display: block;
  margin: 0 auto 1rem;
}

.pcf-about-intro__panel {
  position: relative;
  padding: 3rem 2rem;
}
@media (max-width: 639px) {
  .pcf-about-intro__panel {
    padding: 2rem 1rem;
  }
}

.pcf-about-intro__deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.pcf-about-intro__deco--tape {
  top: 0;
  left: -2%;
  width: 20%;
}
@media (max-width: 639px) {
  .pcf-about-intro__deco--tape {
    top: 2%;
    left: 2%;
  }
}
.pcf-about-intro__deco--pencil {
  bottom: 0%;
  right: -6%;
  width: 16%;
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .pcf-about-intro__deco--pencil {
    right: calc(0% + -6% * (100vw - 1023px) / 417px);
  }
}
@media (max-width: 1023px) {
  .pcf-about-intro__deco--pencil {
    right: 0%;
  }
}
@media (max-width: 639px) {
  .pcf-about-intro__deco--tape {
    width: 80px;
  }
  .pcf-about-intro__deco--pencil {
    width: 56px;
  }
}

.pcf-about-intro__body {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  background-image: url("/wp-content/themes/community-theme/assets/images/common/ashirai/hougan-bg.jpg");
  background-size: 100vw auto;
  padding: 72px 24px;
}
@media (max-width: 639px) {
  .pcf-about-intro__body {
    font-size: 1rem;
    padding: 30px 10px;
  }
}
.pcf-about-intro__body p {
  margin: 0 0 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

.pcf-about-intro__lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

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

p.pcf-about-intro__box {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 639px) {
  p.pcf-about-intro__box {
    font-size: 1.125rem;
  }
}

/* ---------- プラカフェ代表メッセージ ---------- */
.pcf-about-ceo {
  background: #F9FEFE;
}
.pcf-about-ceo__body {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .pcf-about-ceo__body {
    grid-template-columns: 1fr;
  }
}
.pcf-about-ceo__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pcf-about-ceo__photo-sub {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-top: 1rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.pcf-about-ceo__badge {
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.pcf-about-ceo__badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pcf-about-ceo__message {
  margin: 0 0 2rem;
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .pcf-about-ceo__message {
    font-size: 1rem;
  }
}
.pcf-about-ceo__block {
  margin-bottom: 2rem;
}
.pcf-about-ceo__block:last-child {
  margin-bottom: 0;
}
.pcf-about-ceo__label {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: var(--logo-pink, #EB6E8E);
  font-size: 1.25rem;
}
@media (max-width: 639px) {
  .pcf-about-ceo__label {
    font-size: 1.125rem;
  }
}
.pcf-about-ceo__content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 639px) {
  .pcf-about-ceo__content {
    font-size: 1rem;
  }
}
.pcf-about-ceo__achievement {
  display: block;
  width: 100%;
  margin-top: 1rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.pcf-about-ceo .bg-deco-top img:nth-child(1) {
  width: 30%;
  top: 8%;
  left: 1%;
}
@media (max-width: 639px) {
  .pcf-about-ceo .bg-deco-top img:nth-child(1) {
    width: 50%;
    top: 0;
  }
}
.pcf-about-ceo .bg-deco-top img:nth-child(2) {
  width: 13%;
  top: 20%;
  left: 5%;
}
@media (max-width: 639px) {
  .pcf-about-ceo .bg-deco-top img:nth-child(2) {
    top: 11%;
  }
}
.pcf-about-ceo .bg-deco-top img:nth-child(3) {
  width: 8%;
  top: 46%;
  left: 5%;
}
@media (max-width: 639px) {
  .pcf-about-ceo .bg-deco-top img:nth-child(3) {
    top: 16%;
  }
}
.pcf-about-ceo .bg-deco-bottom img:nth-child(1) {
  width: 20%;
  bottom: 2%;
  right: 0;
}
@media (max-width: 639px) {
  .pcf-about-ceo .bg-deco-bottom img:nth-child(1) {
    width: 36%;
    top: 29%;
    bottom: unset;
  }
}
.pcf-about-ceo .bg-deco-bottom img:nth-child(2) {
  width: 8%;
  bottom: 20%;
  right: 1%;
}
@media (max-width: 639px) {
  .pcf-about-ceo .bg-deco-bottom img:nth-child(2) {
    width: 18%;
    top: 30%;
    right: 15%;
  }
}/*# sourceMappingURL=about.css.map */