@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-access {
  padding: 4rem 0;
}

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

.pcf-access__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-access__title {
    font-size: 1.5rem;
  }
}

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

/* ---------- 本部カード ---------- */
.pcf-access__hq {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 639px) {
  .pcf-access__hq {
    padding: 0;
  }
}

.pcf-access__hq-name, .pcf-access__card-name {
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 100vh 0 0 100vh;
  background: #FAE3E9;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 639px) {
  .pcf-access__hq-name, .pcf-access__card-name {
    padding: 0.7rem 2rem 0.7rem 3rem;
    font-size: 1.3rem;
  }
}

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

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

.pcf-access__map {
  position: relative;
  width: 90%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-left: 6%;
}
@media (max-width: 767px) {
  .pcf-access__map {
    margin: auto;
  }
}

.pcf-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- その他拠点カード ---------- */
.pcf-access__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .pcf-access__grid {
    grid-template-columns: 1fr;
  }
}

.pcf-access__card {
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .pcf-access__card {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 639px) {
  .pcf-access__card {
    padding-left: 0;
    padding-right: 0;
  }
}

.pcf-access__card:nth-child(4n+1) .pcf-access__card-name {
  background: #eef7f7;
}

.pcf-access__card:nth-child(4n+2) .pcf-access__card-name {
  background: rgba(210, 106, 164, 0.3);
}

.pcf-access__card:nth-child(4n+3) .pcf-access__card-name {
  background: #DDE7F4;
}

.pcf-access__card:nth-child(4n+4) .pcf-access__card-name {
  background: #FEF5DF;
}

/* ---------- 所在地・代表者 共通 ---------- */
.pcf-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 1.125rem;
  border-bottom: 1px solid #333;
  padding: 24px 0;
}
@media (max-width: 639px) {
  .pcf-access__row {
    font-size: 1rem;
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1rem;
    margin-bottom: 0;
  }
}
.pcf-access__row dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-weight: 700;
  color: #4B5563;
}
@media (max-width: 639px) {
  .pcf-access__row dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0px;
  }
}
.pcf-access__row dd {
  margin: 0;
  color: #333;
  word-break: break-all;
}

.pcf-access__hq-info {
  padding-left: 6%;
}
@media (max-width: 767px) {
  .pcf-access__hq-info {
    padding-left: 0;
  }
}

.pcf-access__card-info {
  padding: 3% 6%;
}

.pcf-access-consider {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding: 56px 0;
  background-color: #F9FEFE;
}
@media (max-width: 639px) {
  .pcf-access-consider {
    margin-top: 0;
    padding: 40px 0;
  }
}
.pcf-access-consider .bg-deco img:first-child {
  top: 7%;
  left: 0;
  width: 25%;
}
@media (max-width: 639px) {
  .pcf-access-consider .bg-deco img:first-child {
    top: 1%;
    width: 46%;
  }
}
.pcf-access-consider .bg-deco img:last-child {
  right: 0;
  bottom: 4%;
  width: 18%;
}
@media (max-width: 639px) {
  .pcf-access-consider .bg-deco img:last-child {
    width: 32%;
  }
}
.pcf-access-consider__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.pcf-access-consider__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media (max-width: 639px) {
  .pcf-access-consider__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.pcf-access-consider__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
}
@media (max-width: 639px) {
  .pcf-access-consider__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.pcf-access-consider__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  background-color: #fff;
}
.pcf-access-consider__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pcf-access-consider__paragraph {
  margin: 0 0 24px;
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .pcf-access-consider__paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.pcf-access-consider__paragraph:last-child {
  margin-bottom: 0;
}

.pcf-access__hq-company {
  font-size: 0.875rem;
  color: #4B5563;
  margin: 0 0 1rem;
}

.pcf-access__link {
  display: inline-block;
  color: var(--logo-blue, #4F86C6);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pcf-access__link:hover {
  text-decoration: none;
}

.pcf-access__row--links dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}/*# sourceMappingURL=access.css.map */