@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1320px) {
  html {
    font-size: 1.2121212121vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

body.fixed {
  position: fixed;
  top: 0;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
    cursor: default;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::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;
  }
}
.l-about-lead {
  padding-top: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .l-about-lead {
    padding-top: 1.875rem;
  }
}

.l-activities {
  padding: 5rem 0 8.375rem;
}
@media screen and (max-width: 767px) {
  .l-activities {
    padding: 1.875rem 0 5.3125rem;
  }
}

.l-area {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-area {
    padding-top: 3.25rem;
  }
}

.l-article-activities {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-article-activities {
    padding-top: 1.875rem;
  }
}

.l-consulting {
  padding: 4.9375rem 0 7.3125rem;
}
@media screen and (max-width: 767px) {
  .l-consulting {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-contact-donation {
  padding: 5.25rem 0 8.0625rem;
}
@media screen and (max-width: 767px) {
  .l-contact-donation {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-contact-member {
  padding: 5.25rem 0 6.625rem;
}
@media screen and (max-width: 767px) {
  .l-contact-member {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-contact-page {
  padding: 4.625rem 0 8.8125rem;
}
@media screen and (max-width: 767px) {
  .l-contact-page {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-contact {
  padding: 0 0 6.75rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 0 0 2.9375rem;
  }
}

.l-director {
  padding: 7.0625rem 0 15.4375rem;
}
@media screen and (max-width: 767px) {
  .l-director {
    padding: 2.4375rem 0 3.75rem;
  }
}

.l-donation {
  padding: 4.9375rem 0 8.625rem;
}
@media screen and (max-width: 767px) {
  .l-donation {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-footer {
  padding: 1.5625rem 0 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.375rem 0 0.8125rem;
  }
}

.l-fv-row {
  margin-top: 5.625rem;
  height: 20.625rem;
}
@media screen and (max-width: 767px) {
  .l-fv-row {
    margin-top: 3.75rem;
    height: 10rem;
  }
}

.l-fv {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    margin-top: 3.75rem;
  }
}

.l-greeting {
  padding: 6.8125rem 0 14.25rem;
}
@media screen and (max-width: 767px) {
  .l-greeting {
    padding: 5.9375rem 0;
  }
}

.l-header {
  width: 100%;
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-lead {
  padding: 6.125rem 0;
}
@media screen and (max-width: 767px) {
  .l-lead {
    padding: 0.625rem 0 3.125rem;
  }
}

.l-list {
  padding-top: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .l-list {
    padding-top: 1.875rem;
  }
}

.l-member {
  padding: 4.9375rem 0 7.0625rem;
}
@media screen and (max-width: 767px) {
  .l-member {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-movies {
  padding: 3.875rem 0 4.3125rem;
}
@media screen and (max-width: 767px) {
  .l-movies {
    padding: 2.875rem 0 2.4375rem;
  }
}

.l-news-achive {
  padding: 5rem 0 6.625rem;
}
@media screen and (max-width: 767px) {
  .l-news-achive {
    padding: 1.875rem 0 5.3125rem;
  }
}

.l-news {
  padding: 5.875rem 0 8.9375rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding: 3.25rem 0;
  }
}

.l-overview {
  padding-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .l-overview {
    padding-top: 3.6875rem;
  }
}

.l-page {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 3.75rem 0;
  }
}

.l-pickup {
  padding: 5.9375rem 0;
}
@media screen and (max-width: 767px) {
  .l-pickup {
    padding: 3.25rem 0 4.5625rem;
  }
}

.l-policy {
  padding: 5.125rem 0 7.9375rem;
}
@media screen and (max-width: 767px) {
  .l-policy {
    padding: 1.875rem 0 6.0625rem;
  }
}

.l-recommended {
  margin-top: 10.125rem;
  padding-bottom: 10.6875rem;
}
@media screen and (max-width: 767px) {
  .l-recommended {
    margin-top: 5.0625rem;
    padding-bottom: 5.3125rem;
  }
}

.l-single {
  padding: 4.9375rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-single {
    padding: 1.75rem 0 5.3125rem;
  }
}

.c-btn {
  display: inline-block;
  padding: 1.5625rem 5rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #47a09e;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 1.0625rem 4.375rem;
    font-size: 16px;
  }
}

.c-btn--min {
  font-size: 16px;
  line-height: 1;
  padding: 1.125rem 2.1875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn--min {
    padding: 0.5625rem 1.25rem 0.625rem 1.25rem;
    font-size: 14px;
  }
}

.c-card-activities__img img {
  aspect-ratio: 36/24;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-activities__head {
  margin-top: 0.625rem;
  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;
}

.c-card-activities__category {
  height: 2.1875rem;
  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;
  padding: 0 0.9375rem;
  border: 1px solid #47a09e;
  border-radius: 1.25rem;
  color: #47a09e;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-card-activities__category {
    height: 1.625rem;
    font-size: 12px;
  }
}

.c-card-activities__year {
  font-size: 14px;
  font-weight: 500;
}

.c-card-activities__title {
  margin-top: 0.3125rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-card-activities__title {
    font-size: 16px;
  }
}

.c-card-activities__tags {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}

.c-card-activities__tag {
  color: #47a09e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.c-card-director__title {
  padding-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 24px;
  line-height: 1.6;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .c-card-director__title {
    padding-bottom: 0.4375rem;
    font-size: 18px;
  }
}

.c-card-director__title span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-card-director__title span {
    font-size: 18px;
  }
}

.c-card-director__wrap {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-director__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-card-director__text {
  width: 79.3103448276%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card-director__text {
    width: 100%;
    font-size: 15px;
  }
}

.c-card-director__text span {
  font-weight: 500;
}

.c-card-director__text a {
  color: #47a09e;
  font-weight: bold;
  border-bottom: 1px solid #47a09e;
}

.c-card-director__img {
  width: 17.2413793103%;
}
@media screen and (max-width: 767px) {
  .c-card-director__img {
    width: 12.5rem;
  }
}

.c-card-director__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-movies__img iframe {
  aspect-ratio: 340/226.67;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-movies__title {
  margin-top: 0.625rem;
}

.c-card-movies__title a {
  display: block;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #47a09e;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .c-card-movies__title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-movies__title a {
    font-size: 15px;
  }
}

.c-card-pickup figure {
  margin-bottom: 0.625rem;
}

.c-card-pickup__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-pickup h2,
.c-card-pickup h3 {
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-card-pickup h2,
  .c-card-pickup h3 {
    font-size: 16px;
  }
}

.c-card-pickup p {
  margin-bottom: 0.625rem;
  font-size: 14px;
  line-height: 1.8;
}

.c-card-pickup p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  color: #47a09e;
  text-decoration: underline;
}

.c-card-pickup p a::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/icon_link.svg) no-repeat center/cover;
}

.c-contact-title {
  padding-bottom: 1.25rem;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #47a09e;
  color: #47a09e;
}
@media screen and (max-width: 767px) {
  .c-contact-title {
    padding-bottom: 0.9375rem;
    font-size: 20px;
  }
}

.c-fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeUpTrigger {
  opacity: 0;
}

.c-image-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.c-image-modal.is-active {
  display: block;
}

.c-image-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  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.25rem;
}

.c-image-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.c-image-modal__content {
  width: 77.5rem;
  max-height: 90vh;
}

.c-image-modal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-image-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item-news {
  padding: 2.4375rem 1.0625rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .c-item-news {
    padding: 1.25rem 0.625rem;
  }
}

.c-item-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-item-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.c-item-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-item-news__meta {
    gap: 0.625rem;
  }
}

.c-item-news__time {
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-item-news__time {
    font-size: 15px;
    line-height: 2.1333333333;
  }
}

.c-item-news__category {
  width: 130px;
}

.c-item-news__category span {
  min-width: 6.875rem;
  padding: 0.3125rem 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #47a09e;
  border-radius: 20px;
  border: 1px solid #47a09e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-item-news__category span {
    min-width: auto;
    padding: 0.1875rem 0.9375rem;
    font-size: 12px;
  }
}

.c-item-news__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .c-item-news__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-news__title {
    font-size: 15px;
  }
}

.c-page-section-title {
  padding-bottom: 1.25rem;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #47a09e;
  border-bottom: 1px solid #47a09e;
}
@media screen and (max-width: 767px) {
  .c-page-section-title {
    padding-bottom: 0.9375rem;
    font-size: 20px;
  }
}

.c-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .c-page-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-title {
    gap: 0.625rem;
    font-size: 16px;
  }
}

.c-page-title::before {
  content: attr(data-en);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 64px;
  color: #47a09e;
  margin-top: -0.625rem;
}
@media screen and (max-width: 1440px) {
  .c-page-title::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-title::before {
    font-size: 30px;
    line-height: 1.2;
  }
}

.c-section-title {
  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;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 13px;
  }
}

.c-section-title::before {
  content: attr(data-en);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #47a09e;
  line-height: 1.6;
  margin-bottom: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    font-size: 36px;
  }
}

.c-table__box:nth-child(n+2) {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .c-table__box:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.c-table__box dt {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-table__box dt {
    padding-bottom: 0.5625rem;
    font-size: 18px;
    line-height: 1.6;
  }
}

.c-table__box dd {
  margin-top: 1.5625rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-table__box dd {
    margin-top: 0.9375rem;
    font-size: 15px;
  }
}

.c-table__box dd a {
  color: #47a09e;
  text-decoration: underline;
  font-weight: bold;
}

.c-table__box dd span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.c-table__box dd strong {
  font-weight: 500;
}

.c-table__table {
  margin-top: 1.5625rem;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-table__table {
    margin-top: 0.9375rem;
  }
}

.c-table__table.mt60 {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-table__table.mt60 {
    margin-top: 2.5rem;
  }
}

.c-table__table tr {
  border-top: 1px solid #dddddd;
}

.c-table__table tr:last-child {
  border-bottom: 1px solid #dddddd;
}

.c-table__table th {
  padding: 0.875rem 1.25rem;
  background-color: #ecf4f4;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-table__table th {
    padding: 0.5625rem 0.625rem 0.625rem;
    font-size: 15px;
  }
}

.c-table__table th:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.c-table__table td {
  padding: 0.875rem 1.25rem;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table__table td {
    padding: 0.5625rem 0.625rem 0.625rem;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-table__table td.min {
    font-size: 14px;
    line-height: 1.6;
  }
}

.c-table__table td:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-tabs--la {
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-tabs--la {
    gap: 0.625rem;
  }
}

.c-tabs__item a {
  height: 3.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;
  padding: 0 1.875rem;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  border-radius: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-tabs__item a {
    height: 2.875rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-tabs__item a {
    height: 2.375rem;
    padding: 0 1.25rem;
    font-size: 14px;
  }
}

.c-tabs__item.active a {
  color: #fff;
  background-color: #47a09e;
}

.c-tabs__item a:hover {
  opacity: 1;
  color: #fff;
  background-color: #47a09e;
}

.p-about-lead__inner {
  max-width: 75.625rem;
}

.p-about-lead__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-lead__text {
    font-size: 15px;
  }
}

.p-about-lead__list {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead__list {
    margin-top: 2.5rem;
  }
}

.p-about-lead__item {
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-lead__item {
    font-size: 15px;
  }
}

.p-about-lead__item::before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.875rem;
  left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-about-lead__item::before {
    width: 0.1875rem;
    height: 0.1875rem;
  }
}

.p-about-lead__item span {
  font-weight: 500;
}

.p-about-lead__copy {
  margin-top: 3rem;
  font-size: 24px;
  line-height: 2;
  color: #47a09e;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-lead__copy {
    font-size: 20px;
  }
}

.p-about-lead__img {
  margin-top: 4.3125rem;
  width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-lead__img {
    margin-top: 1.875rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-about-lead__img img {
  aspect-ratio: 900/689;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-lead__img img {
    aspect-ratio: 41/33;
  }
}

.p-activities__inner {
  max-width: 75.625rem;
}

.p-activities__tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-activities__tab-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-activities__tab-area {
    gap: 0.5625rem;
  }
}

.p-activities__year {
  width: 10.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-activities__year {
    width: 7.125rem;
  }
}

.p-activities__year-head {
  height: 3.25rem;
  border-radius: 3.125rem;
  background-color: #dddddd;
  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.25rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .p-activities__year-head {
    height: 2.875rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-activities__year-head {
    height: 2.375rem;
    gap: 0.625rem;
    font-size: 14px;
  }
}

.p-activities__year-head::after {
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-activities__year-head::after {
    width: 0.5rem;
    height: 0.25rem;
  }
}

.p-activities__year-list {
  margin-top: 0.6875rem;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .25);
  padding: 0.8125rem 1.25rem;
  display: none;
  position: absolute;
  left: 50%;
  width: 10.0625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .p-activities__year-list {
    margin-top: 0.25rem;
    width: 7.125rem;
    padding: 0.625rem 1.1875rem;
  }
}

.p-activities__year-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-activities__year-item a {
    font-size: 14px;
    gap: 0.25rem;
  }
}

.p-activities__year-item a::before {
  content: "〇";
}

.p-activities__article {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-activities__article {
    margin-top: 3.375rem;
  }
}

.p-activities__article-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #47a09e;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #47a09e;
}
@media screen and (max-width: 767px) {
  .p-activities__article-title {
    font-size: 20px;
    padding-bottom: 0.9375rem;
  }
}

.p-activities__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-activities__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-activities__cards {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-activities__pagination {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-activities__pagination {
    margin-top: 3.125rem;
  }
}

.p-activities__tags {
  margin-top: 7rem;
  padding: 0.9375rem 1.875rem 1.25rem;
  background-color: #ecf4f4;
}
@media screen and (max-width: 767px) {
  .p-activities__tags {
    margin-top: 2.9375rem;
    padding: 0.625rem 1.875rem 0.9375rem;
  }
}

.p-activities__tags-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-activities__tags-title {
    font-size: 15px;
    line-height: 2;
  }
}

.p-activities__tag-list {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-activities__tag-list {
    gap: 0.5rem;
  }
}

.p-activities__tag-item a {
  height: 2.0625rem;
  background-color: #fff;
  border-radius: 1.25rem;
  color: #47a09e;
  border: 1px solid #47a09e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-activities__tag-item a {
    height: 1.625rem;
    font-size: 12px;
  }
}

.p-activities__tag-item a::before {
  content: "#";
}

.p-area__inner {
  max-width: 75.625rem;
}

.p-area__table {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-area__table {
    margin-top: 1.0625rem;
  }
}

.p-area__table-box {
  padding: 0.875rem 1.25rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-area__table-box {
    padding: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-area__table-box dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #47a09e;
  width: 30.1724137931%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1.25rem 0 0;
}
@media screen and (max-width: 1024px) {
  .p-area__table-box dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__table-box dt {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
}

.p-area__table-box dd {
  width: 69.8275862069%;
  padding-left: 0.625rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-area__table-box dd {
    width: 100%;
    font-size: 15px;
    padding-left: 0;
  }
}

.p-article-activities__inner {
  max-width: 75.625rem;
}

.p-article-activities__title {
  padding: 1.25rem;
  background-color: #ecf4f4;
  color: #47a09e;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-article-activities__title {
    padding: 0.9375rem;
    font-size: 24px;
  }
}

.p-article-activities__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-article-activities__meta {
    margin-top: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.p-article-activities__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-article-activities__category a {
  height: 2.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;
  border-radius: 1.25rem;
  border: 1px solid #47a09e;
  color: #47a09e;
  font-size: 16px;
  font-weight: 500;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-article-activities__category a {
    height: 1.8125rem;
    padding: 0 0.9375rem;
    font-size: 14px;
  }
}

.p-article-activities__year {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-article-activities__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #47a09e;
  font-weight: 500;
  line-height: 2;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-article-activities__tags {
    font-size: 15px;
    line-height: 1.6;
    gap: 0 0.5em;
  }
}

.p-article-activities__contents {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-article-activities__contents {
    margin-top: 1.5625rem;
  }
}

.p-article-activities__contents p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-article-activities__contents p {
    font-size: 15px;
    margin-top: 0.5rem;
  }
}

.p-article-activities__contents h2 {
  margin-top: 4rem;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #47a09e;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #47a09e;
}
@media screen and (max-width: 767px) {
  .p-article-activities__contents h2 {
    margin-top: 1.875rem;
    font-size: 20px;
    padding-bottom: 0.9375rem;
  }
}

.p-article-activities__contents h3 {
  padding-left: 0.625rem;
  border-left: 2px solid #47a09e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #47a09e;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-article-activities__contents h3 {
    font-size: 18px;
    margin-top: 2.25rem;
  }
}

.p-article-activities__contents img {
  margin-top: 1.25rem;
}

.p-article-activities__contents .wp-element-caption {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-article-activities__contents .wp-element-caption {
    font-size: 12px;
  }
}

.p-article-activities__contents table {
  margin-top: 0.625rem;
}

.p-article-activities__contents table tr:first-child td {
  background-color: #ecf4f4;
}

.p-article-activities__contents table td {
  padding: 0.9375rem 1.25rem;
  font-size: 16px;
  line-height: 2;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-article-activities__contents table td {
    padding: 0.625rem;
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-article-activities__contents a {
  color: #47a09e;
  text-decoration: underline;
  font-weight: bold;
}

.p-article-activities__btn {
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-article-activities__btn {
    margin-top: 3.125rem;
  }
}

.p-box-pickup__title {
  width: 100%;
  height: 3.125rem;
  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;
  border-radius: 0.625rem 0.625rem 0 0;
  border-left: 2px solid #ed9282;
  border-top: 2px solid #ed9282;
  border-right: 2px solid #ed9282;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ed9282;
}
@media screen and (max-width: 767px) {
  .p-box-pickup__title {
    height: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.5625rem;
  }
}

.p-box-pickup__title.green {
  color: rgba(143, 188, 148, .85);
  border-left: 2px solid #8fbc94;
  border-top: 2px solid #8fbc94;
  border-right: 2px solid #8fbc94;
}

.p-box-pickup__title.pink {
  color: #c89ec4;
  border-left: 2px solid #c89ec4;
  border-top: 2px solid #c89ec4;
  border-right: 2px solid #c89ec4;
}

.p-box-pickup__title.blue {
  color: #84b1ed;
  border-left: 2px solid #84b1ed;
  border-top: 2px solid #84b1ed;
  border-right: 2px solid #84b1ed;
}

.p-box-pickup__cards {
  margin-top: 1.25rem;
}

.p-box-pickup__card:nth-child(n+2) {
  margin-top: 1.875rem;
}

.p-consulting__inner {
  max-width: 75.625rem;
}

.p-consulting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-consulting__body {
  width: 50%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-consulting__body {
    width: 100%;
    font-size: 15px;
  }
}

.p-consulting__body a {
  color: #47a09e;
  text-decoration: underline;
  font-weight: bold;
}

.p-consulting__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-consulting__img {
    width: 100%;
  }
}

.p-consulting__img img {
  aspect-ratio: 565/376.74;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-consulting__table {
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__table {
    margin-top: 2.25rem;
  }
}

.p-consulting__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consulting__btn {
    margin-top: 2.5rem;
  }
}

.p-contact-donation__inner {
  max-width: 75.625rem;
}

.p-contact-donation__form {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-donation__form {
    margin-top: 1.375rem;
  }
}

.p-contact-member__inner {
  max-width: 75.625rem;
}

.p-contact-member__text {
  margin-top: 1.5625rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-member__text {
    font-size: 15px;
    margin-top: 0.9375rem;
  }
}

.p-contact-member__form {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-member__form {
    margin-top: 2.1875rem;
  }
}

.p-contact-page__inner {
  max-width: 75.625rem;
}

.p-contact-page__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-page__text {
    font-size: 15px;
  }
}

.p-contact-page__tel-box {
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__tel-box {
    margin-top: 1.9375rem;
  }
}

.p-contact-page__tel {
  margin-top: 1.5625rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact-page__tel {
    margin-top: 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-contact-page__tel-caption {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-page__tel-caption {
    font-size: 15px;
  }
}

.p-contact-page__form-box {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-box {
    margin-top: 3.5625rem;
  }
}

.p-contact-page__form {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form {
    margin-top: 1.375rem;
  }
}

.p-contact {
  overflow: hidden;
}

.p-contact__inner {
  max-width: 75.625rem;
}

.p-contact__wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    margin-top: 2.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.25rem;
  }
}

.p-contact__body {
  width: 52.9310344828%;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    width: 100%;
  }
}

.p-contact__copy {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__copy {
    font-size: 18px;
    letter-spacing: -0.04em;
  }
}

.p-contact__text {
  margin-top: 1.6875rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 0.625rem;
    font-size: 15px;
  }
}

.p-contact__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 1.25rem;
    text-align: center;
  }
}

.p-contact__img {
  width: 77.5862068966%;
  margin-right: -23.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.p-contact__img img {
  aspect-ratio: 9/5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-director__inner {
  max-width: 75.625rem;
}

.p-director__card:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-director__card:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-donation__inner {
  max-width: 75.625rem;
}

.p-donation__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-donation__text {
    font-size: 15px;
  }
}

.p-donation__table {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-donation__table {
    margin-top: 2.625rem;
  }
}

.p-donation__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-donation__btn {
    margin-top: 2.5rem;
  }
}

.p-footer {
  border-top: 1px solid #dddddd;
}

.p-footer__inner {
  max-width: 75.625rem;
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-footer__logo {
  margin-top: 0.9375rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-top: 0;
    width: 15.625rem;
  }
}

.p-footer__logo img {
  aspect-ratio: 200/47;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__address {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8666666667;
}
@media screen and (max-width: 1024px) {
  .p-footer__address {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 0.5625rem;
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__menu {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-bottom: 1px solid #dddddd;
    padding-right: 0;
  }
}

.p-footer__item a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428571429;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-footer__item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    padding: 0.625rem 1.25rem;
    font-size: 14px;
    border-top: 1px solid #dddddd;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: normal;
  }
}

.p-footer__brands {
  margin-top: 4.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__brands {
    margin-top: 1.875rem;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.p-footer__brand img {
  aspect-ratio: 216/70.2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__copyright {
  margin-top: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 1rem;
    font-size: 13px;
  }
}

.p-fv-row {
  background-color: #ecf4f4;
  position: relative;
}

.p-fv-row::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/fv-row_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-row::after {
    background: url(../images/fv-row_bg-sp.webp) no-repeat center/cover;
  }
}

.p-fv-row__inner {
  max-width: 100%;
  height: 100%;
  position: relative;
  padding-left: 3.75rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-row__inner {
    padding-left: 0.9375rem;
  }
}

.p-fv-row__title {
  margin-top: -0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-row__title {
    margin-top: 0;
  }
}

.p-fv img {
  aspect-ratio: 192/84;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv img {
    aspect-ratio: 40/25;
  }
}

.p-greeting__inner {
  max-width: 75.625rem;
}

.p-greeting__text {
  margin-top: 1.6875rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-greeting__text {
    margin-top: 1rem;
    font-size: 15px;
  }
}

.p-greeting__name {
  margin-top: 3.125rem;
  font-size: 16px;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-greeting__name {
    margin-top: 1.25rem;
    font-size: 15px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5625rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.25rem 0 0.9375rem;
  }
}

.p-header__logo a {
  width: 15rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 10rem;
  }
}

.p-header__logo a img {
  aspect-ratio: 240/56;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 3.75rem);
    top: 3.75rem;
    left: 0;
    background-color: #fff;
    padding: 0.9375rem 1.25rem 1.25rem;
    overflow-y: auto;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-header__list {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__item {
    width: 100%;
  }
}

.p-header__item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-header__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__item a {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #ddd;
    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;
  }
}

.p-header__item a::after {
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  background: url(../images/icon_arrow-pagination.svg) no-repeat center/cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .p-header__links {
    margin-top: 1.25rem;
  }
}

.p-header__link:nth-child(n+2) {
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .p-header__link a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.1428571429;
  }
}

@media screen and (max-width: 767px) {
  .p-header__meta {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__meta-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-header__meta-address {
    margin-top: 0.3125rem;
    font-size: 15px;
    line-height: 2;
  }
}

.p-header__btn {
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    display: block;
    margin-left: 1.0625rem;
    width: 1.5rem;
    height: 1.125rem;
    position: relative;
  }
}

.p-header__toggle span {
  width: 100%;
  height: 2px;
  background-color: #47a09e;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.show span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-lead {
  background: url(../images/lead_bg.webp) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lead {
    background: url(../images/lead_bg-sp.webp) no-repeat center/cover;
  }
}

.p-lead__title-box {
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 2rem 1.625rem 3.8125rem 6.1875rem;
  position: absolute;
  left: -2.75rem;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 1.0625rem));
          transform: translateY(calc(-100% + 1.0625rem));
}
@media screen and (max-width: 1024px) {
  .p-lead__title-box {
    padding: 1.5rem 1.25rem 2.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title-box {
    position: static;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    background-color: transparent;
  }
}

.p-lead__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #47a09e;
}
@media screen and (max-width: 1024px) {
  .p-lead__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title {
    font-size: 25px;
  }
}

.p-lead__title .mid {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .p-lead__title .mid {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title .mid {
    font-size: 20px;
  }
}

.p-lead__title .min {
  display: block;
  font-size: 30px;
  line-height: 1.4333333333;
}
@media screen and (max-width: 1024px) {
  .p-lead__title .min {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title .min {
    font-size: 16px;
  }
}

.p-lead__title-text {
  margin-top: 0.9375rem;
  font-size: 16px;
  font-weight: 500;
  color: #47a09e;
}
@media screen and (max-width: 1024px) {
  .p-lead__title-text {
    margin-top: 0.5rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title-text {
    margin-top: 0.5rem;
    font-size: 12px;
  }
}

.p-lead__text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-lead__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    margin-top: 1.0625rem;
    text-align: left;
  }
}

.p-lead__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead__btn {
    margin-top: 2.125rem;
  }
}

.p-list__inner {
  max-width: 75.625rem;
}

.p-list__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.p-list__table thead {
  background-color: #47a09e;
  color: #fff;
}

.p-list__table thead th {
  padding: 0.75rem 1.25rem;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-list__table thead th {
    padding: 0.625rem;
    font-size: 14px;
  }
}

.p-list__table thead th:nth-child(1) {
  width: 17.2413793103%;
}
@media screen and (max-width: 767px) {
  .p-list__table thead th:nth-child(1) {
    width: 22.2222222222%;
  }
}

.p-list__table thead th:nth-child(2) {
  width: 25.8620689655%;
}
@media screen and (max-width: 767px) {
  .p-list__table thead th:nth-child(2) {
    width: 33.3333333333%;
  }
}

.p-list__table thead th:nth-child(3) {
  width: 56.8965517241%;
}
@media screen and (max-width: 767px) {
  .p-list__table thead th:nth-child(3) {
    width: 44.4444444444%;
  }
}

.p-list__table tbody th,
.p-list__table tbody td {
  padding: 0.9375rem 1.25rem 0.875rem;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-list__table tbody th,
  .p-list__table tbody td {
    padding: 0.625rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-list__table tbody td:last-child {
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-list__table tbody td a {
  color: #47a09e;
  font-weight: bold;
}

.p-list__caption {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-list__caption {
    margin-top: 1.75rem;
  }
}

.p-list__caption a {
  font-size: 16px;
  line-height: 2;
  color: #47a09e;
  border-bottom: 1px solid #47a09e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-list__caption a {
    font-size: 15px;
  }
}

.p-member__inner {
  max-width: 75.625rem;
}

.p-member__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-member__text {
    font-size: 15px;
  }
}

.p-member__text span {
  font-weight: 500;
  display: inline-block;
}

.p-member__table {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-member__table {
    margin-top: 2.625rem;
  }
}

.p-member__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-member__btn {
    margin-top: 2.5rem;
  }
}

.p-movies {
  background-color: #ecf4f4;
}

.p-movies__inner {
  max-width: 75.625rem;
}

.p-movies__text {
  margin-top: 2.375rem;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-movies__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-movies__text {
    margin-top: 0.875rem;
    font-size: 15px;
    text-align: left;
  }
}

.p-movies__cards {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .p-movies__cards {
    gap: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-movies__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.p-news-achive__inner {
  max-width: 75.625rem;
}

.p-news-achive__list {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-news-achive__list {
    margin-top: 2.125rem;
  }
}

.p-news-achive__pagination {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news-achive__pagination {
    margin-top: 3.5625rem;
  }
}

.p-news__inner {
  max-width: 75.625rem;
}

.p-news__list {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 1.25rem;
  }
}

.p-news__btn {
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-top: 2.875rem;
  }
}

.p-overview__inner {
  max-width: 75.625rem;
}

.p-overview__table {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-overview__table {
    margin-top: 0.9375rem;
  }
}

.p-overview__table-box {
  padding: 1.1875rem 0 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-overview__table-box {
    padding: 0.625rem 0;
  }
}

.p-overview__table-box dt {
  padding: 0 1.25rem;
  width: 25.8620689655%;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-overview__table-box dt {
    padding: 0 0.625rem;
    width: 22.2222222222%;
    font-size: 15px;
  }
}

.p-overview__table-box dd {
  width: 74.1379310345%;
  padding: 0 1.25rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-overview__table-box dd {
    width: 77.7777777778%;
    padding: 0 0.625rem;
    font-size: 15px;
  }
}

.p-overview__table-box dd a {
  color: #47a09e;
  text-decoration: underline;
  font-weight: bold;
}

.p-page__inner {
  max-width: 75.625rem;
}

.p-page__text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-page__text {
    font-size: 14px;
  }
}

.p-page__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    gap: 0.625rem;
  }
}

.p-pagination .page-numbers {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  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;
  border: 1px solid #dddddd;
  color: #47a09e;
  font-family: "Gantari", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 18px;
  }
}

.p-pagination .page-numbers:hover {
  opacity: 1;
  background-color: #47a09e;
  color: #fff;
}

.p-pagination .page-numbers.current {
  background-color: #47a09e;
  color: #fff;
}

.p-pagination .page-numbers.prev,
.p-pagination .page-numbers.next {
  border: none;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers.prev,
  .p-pagination .page-numbers.next {
    width: 0.9375rem;
  }
}

.p-pagination .page-numbers.prev:hover,
.p-pagination .page-numbers.next:hover {
  opacity: 0.7;
  background-color: transparent;
  color: #47a09e;
}

.p-pagination .page-numbers.next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
  .p-pickup__inner {
    max-width: 75.625rem;
  }
}

.p-pickup__boxies {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-pickup__boxies {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__boxies {
    margin-top: 3.625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.25rem;
  }
}

.p-pickup__btn {
  margin-top: 3.125rem;
  text-align: center;
}

.p-policy__inner {
  max-width: 75.625rem;
}

.p-policy__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 15px;
  }
}

.p-policy__table {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__table {
    margin-top: 2.5rem;
  }
}

.p-recommended__inner {
  max-width: 75.625rem;
}

.p-recommended__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-recommended__cards {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recommended__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-single__inner {
  max-width: 75.625rem;
}

.p-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    gap: 0.625rem;
  }
}

.p-single__time {
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    font-size: 15px;
    line-height: 2.1333333333;
  }
}

.p-single__category {
  padding: 0.3125rem 1.375rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #47a09e;
  border: 1px solid #47a09e;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    padding: 0.1875rem 0.9375rem;
    font-size: 12px;
  }
}

.p-single__title {
  margin-top: 1.8125rem;
  padding-bottom: 1.25rem;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #47a09e;
  border-bottom: 1px solid #47a09e;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    margin-top: 1.25rem;
    padding-bottom: 0.9375rem;
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-single__contents {
  margin-top: 1.875rem;
}

.p-single__pagination {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__pagination {
    margin-top: 2.875rem;
  }
}

.p-single__pagination-inner {
  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.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__pagination-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-single__pagination-prev a,
.p-single__pagination-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

.p-single__pagination-next a img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .p-single__pagination-back {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-single__contents p,
.p-single__contents h2,
.p-single__contents h3,
.p-single__contents img {
  margin-top: 1.875rem;
}

.p-single__contents p {
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-single__contents p {
    font-size: 15px;
    line-height: 2;
  }
}

.p-single__contents a {
  color: #47a09e;
  text-decoration: underline;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0.5rem;
  }
}

.wepop-img {
  width: 100% !important;
}

.p-slider {
  overflow: hidden;
}

.p-slider__wrapper.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-slide__img.swiper-slide {
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-slide__img.swiper-slide {
    width: 18.75rem;
  }
}

.p-slide__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 36/24;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tab {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
