@charset "UTF-8";
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
picture, img {
  display: block;
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
  position: relative;
}
a {
  color: #0062FF;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input {
  margin: 0;
  padding: 0;
}
textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}
button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.l-footer {
  background: #00B8E7;
  color: #fff;
  position: relative;
}
.l-footer__deco {
  bottom: 0;
  position: absolute;
  right: calc(((100% - 98rem) / 2) + 98rem);
  width: 16.875vw;
}
@media screen and (max-width: 1500px) {
  .l-footer__deco {
    left: 0;
    right: auto;
    width: 14vw;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__deco {
    display: none;
  }
}
.l-footer-head {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-footer-head {
    flex-direction: column;
  }
}
.l-footer-head__logo {
  background: #00B8E7;
  border-radius: 50%;
  flex-shrink: 0;
  height: 27.6rem;
  margin-top: -8rem;
  padding: 3rem 1rem 0;
  width: 27.6rem;
}
.l-footer-head__logo:hover {
  opacity: 1;
}
.l-footer-head__lead {
  flex-grow: 1;
  font-size: 1.25em;
  padding-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .l-footer-head__lead {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-head__lead {
    font-size: clamp(14px, 4.2vw, 1.125em);
    margin-top: -4rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-head__lead br {
    display: none;
  }
}
.l-footer-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 744px) {
  .l-footer-body {
    align-items: flex-start;
    flex-direction: row;
    gap: 0;
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-body {
    align-items: center;
    margin-top: -8rem;
  }
}
.l-footer-body-info__title {
  font-size: 1.4em;
}
@media screen and (min-width: 1024px) {
  .l-footer-body-info__title {
    font-size: 1.6875em;
  }
}
* + .l-footer-body-info__title {
  margin-top: 1em;
}
@media screen and (min-width: 744px) {
  .l-footer-body-info__txt {
    padding-left: 2em;
  }
}
.l-footer-body-sitemap {
  flex-grow: 1;
}
@media screen and (max-width: 743px) {
  .l-footer-body-sitemap {
    width: 100%;
  }
}
.l-footer-body-sitemap-inner {
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  .l-footer-body-sitemap-inner {
    width: max-content;
  }
}
.l-footer-body-sitemap__title {
  font-family: "Damion", cursive;
  font-size: 2.5em;
}
@media screen and (max-width: 743px) {
  .l-footer-body-sitemap__title {
    text-align: center;
  }
}
.l-footer-body-sitemap-wrapper {
  border: 1px solid;
  border-radius: 2rem;
  padding: 2rem 4rem 2rem 2rem;
}
@media screen and (min-width: 744px) {
  .l-footer-body-sitemap-wrapper {
    transform: translateX(1rem);
  }
}
.l-footer-privacy {
  display: flex;
  justify-content: flex-end;
  margin-top: 5.5rem;
}
.l-footer-privacy__link {
  color: inherit;
  text-decoration: underline;
}
.l-footer__copyright {
  display: block;
  font-size: 0.875em;
  padding: 4rem 0 2rem;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .l-footer__copyright br {
    display: none;
  }
}
.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.l-header__title {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 1rem 0;
  padding: 1.3rem 3rem;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .l-header__title {
    padding: 0.5rem 1rem;
  }
}
.l-header__title img {
  height: auto;
  width: 10.9vw;
}
@media screen and (max-width: 743px) {
  .l-header__title img {
    width: 9rem;
  }
}
.l-header-hamburger__btn {
  align-items: center;
  background: #00B8E7;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 6rem;
  justify-content: center;
  padding: 5px 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 6rem;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    box-shadow: 0 0 0 1rem #fff;
    height: 7rem;
    width: 7rem;
  }
}
.l-header-hamburger__btn::after {
  content: "MENU";
  font-size: 0.75em;
  line-height: 1;
}
.l-header-hamburger__btn span {
  background: currentColor;
  height: 1px;
  transition: 0.4s;
  width: 100%;
}
.l-header-hamburger.open .l-header-hamburger__btn span:nth-child(2) {
  opacity: 0;
}
.l-header-hamburger.open .l-header-hamburger__btn span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
  width: 90%;
}
.l-header-hamburger.open .l-header-hamburger__btn span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -7px);
  width: 90%;
}
.l-header-hamburger-wrapper {
  background: #00B8E7;
  height: 100svh;
  padding: 7.9rem 4rem 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: 0.4s;
  width: 100%;
  z-index: 9;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    width: max-content;
  }
}
.l-header-hamburger-wrapper .c-sitemap {
  font-size: 4.5vw;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper .c-sitemap {
    font-size: 1.5em;
  }
}
.l-header-hamburger-wrapper .c-sitemap__item {
  border-bottom: 1px solid #fff;
  padding: 0 1rem;
}
.l-header-hamburger-wrapper .c-sitemap__item:first-child {
  border-top: 1px solid #fff;
}
.l-header-hamburger-wrapper .c-sitemap__item a {
  flex-grow: 1;
  padding: 1rem 0;
  text-decoration: none;
}
.l-header-hamburger-wrapper .c-sitemap__item a:hover {
  transform: translateX(1rem);
}
* + .l-header-hamburger-wrapper .c-sitemap__item {
  margin: 0;
}
.l-header-hamburger.open .l-header-hamburger-wrapper {
  transform: translateX(0);
}
.l-main {
  overflow: hidden;
}
.l-main * + p {
  margin-top: 1em;
}
.l-container {
  margin: 0 auto;
  width: min(90vw, 98rem);
}
.l-section {
  padding: 7rem 0;
}
.c-heading01, .c-heading02 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 4.9vw;
  gap: 0.5rem;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .c-heading01, .c-heading02 {
    font-size: 1.5em;
  }
}
.c-heading01 span, .c-heading02 span {
  line-height: 1.5;
  order: 2;
}
.c-heading01::before, .c-heading02::before {
  background: url(../../images/common/heading__flag.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 2.375em;
  order: 0;
  width: 7.33333em;
}
.c-heading01::after, .c-heading02::after {
  color: #00B8E7;
  content: attr(data-en);
  font-family: "Damion", cursive;
  font-size: 2em;
  letter-spacing: 0.1em;
  order: 1;
}
.c-heading02 {
  color: #00B8E7;
  font-size: 1.5em;
  line-height: 1.5;
}
@media screen and (min-width: 744px) {
  .c-heading02 {
    font-size: 2.5em;
  }
}
.c-heading02::before {
  height: 1.425em;
  width: 4.4em;
}
@media screen and (min-width: 744px) {
  .c-heading02 br {
    display: none;
  }
}
.c-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.c-btn a {
  background: #00B8E7;
  border-radius: 2em;
  color: #fff;
  font-size: 1.125em;
  padding: 1rem;
  position: relative;
  text-align: center;
  transition: 0.4s;
  width: min(100%, 38rem);
}
@media screen and (min-width: 744px) {
  .c-btn a {
    width: 38rem;
  }
}
.c-btn a::after {
  background: url(../../images/common/btn__deco.svg) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 2.8rem;
  margin: auto;
  position: absolute;
  right: 1.5rem;
  top: 0;
  transition: 0.4s;
  width: 2.8rem;
}
.c-btn a:hover::after {
  transform: scale(1.2);
}
.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #00B8E7;
  border: 1px solid #00B8E7;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  background: #fff;
  color: #00B8E7;
}
.c-event-list {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 850px) {
  .c-event-list {
    grid-template-columns: 1fr 1fr;
  }
}
.c-event-list__item, .c-news-list__item {
  align-items: flex-start;
  display: flex;
  gap: 1.2rem;
}
.c-event-list__eyecatch, .c-news-list__eyecatch {
  aspect-ratio: 1/1.5;
  border-radius: 0.8rem;
  flex-shrink: 0;
  overflow: hidden;
  width: 11.5rem;
}
.c-event-list__eyecatch img, .c-news-list__eyecatch img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-event-list-article, .c-news-list-article {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-event-list__date, .c-news-list__date, .p-event-head-info-datetime__date, .p-news-single__date {
  align-items: center;
  background: #EFFF88;
  border-radius: 1.5rem;
  display: flex;
  font-size: 0.875em;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1;
  padding: 0.5em 1rem;
}
@media screen and (min-width: 1024px) {
  .c-event-list__date, .c-news-list__date, .p-event-head-info-datetime__date, .p-news-single__date {
    font-size: 1.25em;
  }
}
.c-event-list__date::before, .c-news-list__date::before, .p-event-head-info-datetime__date::before, .p-news-single__date::before {
  background: url(../../images/common/icon/calendar.svg) no-repeat center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.75em;
  width: 0.75em;
}
.c-event-list__title, .c-news-list__title {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .c-event-list__title, .c-news-list__title {
    font-size: 1.25em;
  }
}
.c-event-list__catchcopy, .c-news-list__excerpt {
  line-height: 1.5;
  margin-top: 0.5rem;
}
.c-event-list__none {
  text-align: center;
}
.c-event-archive-terms {
  background: #F2FDFF;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 5rem;
  padding: 1.2em 1.2em 2em;
}
.c-event-archive-terms__title {
  font-weight: 700;
}
.c-event-archive-terms-list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.c-event-archive-terms-list-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  justify-content: center;
}
.c-event-archive-terms-list__link {
  text-decoration: underline;
}
.c-news-list {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 100%;
}
.c-news-list__eyecatch {
  aspect-ratio: 1/1.13;
}
.c-category-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.c-category-list__title {
  background: #00B8E7;
  color: #fff;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.2em 1rem 0.3em;
}
.c-category-list__link {
  text-decoration: underline;
}
.c-cta {
  background: url(../../images/common/cta__bg.png) no-repeat center/cover;
  padding: 6rem 0 15rem;
}
.c-cta-wrapper {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .c-cta-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-cta-tel {
  align-items: flex-start;
  color: #00B8E7;
  display: flex;
  flex-direction: column;
  font-size: 1.75em;
}
@media screen and (max-width: 1044px) {
  .c-cta-tel {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 743px) {
  .c-cta-tel {
    font-size: 5vw;
  }
}
.c-cta-tel__num, .p-contact-tel-link__num {
  align-items: center;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1rem;
}
.c-cta-tel__num::before, .p-contact-tel-link__num::before {
  background: url(../../images/common/icon/tel--blue.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 0.75187em;
  margin-bottom: 0.15em;
  width: 0.625em;
}
.c-cta-tel__aside {
  font-size: 0.64285em;
  margin-left: auto;
  text-align: right;
}
.c-cta-contact {
  align-items: center;
  background: #00B8E7;
  border-radius: 2em;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.125em;
  padding: 0.79411em 2.29411em;
}
@media screen and (max-width: 1044px) {
  .c-cta-contact {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 743px) {
  .c-cta-contact {
    font-size: 6vw;
  }
}
.c-cta-contact::before {
  background: url(../../images/common/icon/mail--white.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 1.05882em;
  width: 1.47058em;
}
.c-footer-fix__top {
  background: #00B8E7;
  bottom: -100px;
  display: grid;
  height: 10rem;
  padding: 2rem;
  place-items: center;
  position: fixed;
  right: 0;
  width: 10rem;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .c-footer-fix__top {
    height: 7rem;
    padding: 1.5rem;
    width: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .c-footer-fix__top {
    height: 6rem;
    padding: 1rem;
    width: 6rem;
  }
}
.c-sitemap__item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.c-sitemap__item::before {
  background: url(../../images/common/icon/flag--white.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 1.5em;
  width: 0.9375em;
}
.c-sitemap__item a {
  color: #fff;
  text-decoration: underline;
}
* + .c-sitemap__item {
  margin-top: 1rem;
}
.c-pages-mv {
  background: url(../../images/pages/mv__bg.png) no-repeat center/cover;
  padding: 9.5rem 0;
}
.c-pages-mv__title {
  text-shadow: 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7, 0 0 0.2em #00B8E7;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .c-pages-mv__title {
    font-size: 2.5em;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 744px) {
  .c-pages-mv__title br {
    display: none;
  }
}
.c-breadcrumbs {
  font-size: 0.75em;
  margin-top: 1rem;
}
.addtoany_shortcode {
  margin: 0 auto;
  position: relative;
  width: max-content;
}
.addtoany_shortcode::before {
  bottom: 82%;
  content: url(../../images/common/snsshare.png);
  position: absolute;
  right: 75%;
}
.addtoany_list {
  background: #F0F0F0;
  border-radius: 3rem;
  display: flex !important;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 2rem 4.5rem;
  position: relative;
  width: max-content;
}
.addtoany_list a {
  line-height: 1;
}
.c-marker {
  background: linear-gradient(to top, #EFFF88 0%, #EFFF88 40%, transparent 40.1%, transparent 100%);
}
.c-contact-form-content {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .c-contact-form-content {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.c-contact-form-content dt {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .c-contact-form-content dt {
    flex-shrink: 0;
    width: 30%;
  }
}
.c-contact-form-content dt.hissu::after {
  background: #F098BF;
  border-radius: 1.5rem;
  color: #fff;
  content: "必須";
  display: block;
  line-height: 1;
  padding: 0.5rem 2rem;
}
.c-contact-form-content dd {
  flex-grow: 1;
}
.c-contact-form-content dd input, .c-contact-form-content dd textarea {
  border: 1px solid #D3D3D3;
  font-size: 1em;
  padding: 0.5rem;
  width: 100%;
}
* + .c-contact-form-content {
  margin-top: 1.5rem;
}
.c-contact-form-privacy {
  border: 1px solid #D3D3D3;
  margin: 3rem auto 0;
  padding: 2rem;
  text-align: center;
  width: min(100%, 55rem);
}
.c-contact-form-btn {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
.c-contact-form-btn input {
  background: #00B8E7;
  border: 1px solid #00B8E7;
  border-radius: 4.4rem;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  padding: 1rem 7rem;
  transition: 0.4s;
}
.c-contact-form-btn input[name="submitBack"] {
  filter: grayscale(1);
}
.c-contact-form-btn input:hover {
  background: #fff;
  color: #00B8E7;
}
.mw_wp_form_confirm .c-contact-form-privacy {
  display: none;
}
.c-lightbox-item {
  position: relative;
}
.c-lightbox-item::after {
  bottom: 10px;
  content: url(../../images/common/icon/expansion.svg);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  height: 30px;
  position: absolute;
  right: 10px;
  width: 30px;
}
.p-index-mv {
  display: grid;
  place-items: center;
}
.p-index-mv > * {
  grid-area: 1/1;
}
.p-index-mv-content {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 187, 236, 0.6);
  border-radius: 0 9.3% 0 9.3%;
  margin-bottom: 1%;
  padding: 2% 3.2%;
  position: relative;
  width: 39.0625vw;
}
@media screen and (max-width: 743px) {
  .p-index-mv-content {
    margin-bottom: 25vw;
    padding: 4% 7%;
    width: 94vw;
  }
}
.p-index-mv-content__txt {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
  visibility: hidden;
}
.p-index-mv-content__title {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  opacity: 0;
  visibility: hidden;
  bottom: 17%;
  position: absolute;
  transform: translateX(10%);
  width: 78%;
}
.p-index-mv__statue {
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-index-mv__statue {
    transform: translateY(-1.4vw);
  }
}
.p-index-pickup {
  padding: 4.5rem 0 6rem;
  position: relative;
}
.p-index-pickup__deco01 {
  position: absolute;
  top: 10vw;
  width: 20.51282vw;
}
@media screen and (min-width: 744px) {
  .p-index-pickup__deco01 {
    left: 16.92708vw;
    top: 1.5vw;
    width: 7.5vw;
  }
}
.p-index-pickup__deco02 {
  position: absolute;
  right: -6vw;
  top: 18vw;
  width: 25.64102vw;
}
@media screen and (min-width: 744px) {
  .p-index-pickup__deco02 {
    right: 12.29166vw;
    top: 7.8125vw;
    width: 10.57291vw;
  }
}
.p-index-pickup-slider {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-index-pickup-slider {
    padding: 0 2vw;
  }
}
.p-index-pickup-slider img {
  height: auto;
}
.p-index-pickup-slider__deco {
  bottom: calc(100% - 2.5rem);
  position: absolute;
  right: calc((700px - 980px) / 2);
  width: auto;
}
@media screen and (max-width: 743px) {
  .p-index-pickup-slider__deco {
    display: none;
  }
}
.p-index-pickup-slider__next, .p-index-pickup-slider__prev {
  cursor: pointer;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  height: 4.4rem;
  position: absolute;
  top: calc(100% + 2vw);
  width: 4.4rem;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .p-index-pickup-slider__next, .p-index-pickup-slider__prev {
    bottom: 0;
    filter: none;
    height: 8.8rem;
    margin: auto;
    top: 0;
    width: 8.8rem;
  }
}
.p-index-pickup-slider__next::before, .p-index-pickup-slider__prev::before {
  background: url(../../images/top/pickup-slider__arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.p-index-pickup-slider__next {
  right: 2vw;
  transform: scale(-1, 1);
}
@media screen and (min-width: 744px) {
  .p-index-pickup-slider__next {
    right: 0;
    transform: scale(-1, 1) translateX(-76%);
  }
}
.p-index-pickup-slider__prev {
  left: 2vw;
}
@media screen and (min-width: 744px) {
  .p-index-pickup-slider__prev {
    left: 0;
    transform: translateX(-76%);
  }
}
.p-index-pickup-slider__pagination {
  bottom: auto !important;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% + 2.7rem);
}
.p-index-pickup-slider:not(.js-index-pickup-slider) .p-index-pickup-slider__next, .p-index-pickup-slider:not(.js-index-pickup-slider) .p-index-pickup-slider__prev, .p-index-pickup-slider:not(.js-index-pickup-slider) .p-index-pickup-slider__pagination {
  display: none;
}
.p-index-event {
  background: url(../../images/top/event__bg.png) no-repeat center top/cover;
  padding: 10rem 0 6rem;
}
.p-index-poster {
  margin-top: 8rem;
}
.p-index-poster-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 744px) {
  .p-index-poster-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-poster-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-index-poster-list__item {
  color: inherit;
}
.p-index-poster-list__item figcaption {
  font-size: 0.875em;
}
.p-index-poster-list__item picture {
  aspect-ratio: 2/3;
}
.p-index-poster-list__item picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-index-introduction {
  background: url(../../images/top/introduction__bg.jpg) no-repeat center bottom/cover;
  padding: 4rem 0 8rem;
}
.p-index-introduction-wrapper, .p-about-area-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.p-index-introduction__map, .p-about-area__map {
  max-width: 40rem;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__map, .p-about-area__map {
    left: -20.5rem;
    max-width: none;
    position: absolute;
    top: -4rem;
    width: 69.5rem;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .p-index-introduction__map, .p-about-area__map {
    left: auto;
    right: 50%;
    width: 50%;
  }
}
.p-index-introduction-content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3rem;
  padding: 4.5rem 2rem 2.5rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-index-introduction-content {
    padding: 4.5rem 5rem 2.5rem;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction-content {
    margin-left: auto;
  }
}
.p-index-introduction-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-index-introduction-list__item, .p-introduction-association-content__title {
  align-items: center;
  display: flex;
  font-size: 1.375em;
  gap: 1rem;
}
.p-index-introduction-list__item span, .p-introduction-association-content__title span {
  width: 3.5em;
}
.p-index-introduction-list__item::before, .p-introduction-association-content__title::before {
  background: url(../../images/common/icon/flag--pink.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 1.63636em;
  width: 1.04545em;
}
.p-index-introduction-list__item::after, .p-introduction-association-content__title::after {
  content: attr(data-en);
  color: #A1E9FC;
  font-family: "Damion", cursive;
  font-size: 1.13636em;
  margin-top: 0.2em;
}
.p-index-news {
  padding: 6rem 0 3.5rem;
}
.p-index-news-wrapper {
  display: grid;
  gap: 5rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-news-wrapper {
    gap: 2rem;
    grid-template-columns: 52.5rem 1fr;
  }
}
.p-index-news-twitter-cation {
  font-size: 12px;
  text-align: center;
}
.p-index-news-twitter__btn {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
.p-index-news-twitter__btn a {
  align-items: center;
  border: 1px solid #00B8E7;
  border-radius: 3rem;
  color: inherit;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 1rem 1rem 0.8rem;
  position: relative;
  width: 30rem;
}
.p-index-news-twitter__btn a::before {
  background: url(../../images/top/news-twitter__deco.png) no-repeat center/contain;
  bottom: 100%;
  content: "";
  display: block;
  height: 96px;
  left: -1.4rem;
  position: absolute;
  width: 134px;
}
.p-index-news-twitter__twilog {
  width: 113px;
}
.p-index-about {
  background: url(../../images/top/about__bg.png) no-repeat center top/cover;
  padding: 13rem 0 15rem;
}
.p-index-about-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-index-about-wrapper {
    flex-direction: row;
    justify-content: space-around;
  }
}
.p-index-about__img, .p-about-group__img {
  margin: 0 auto;
  width: auto;
}
.p-index-about__img--group, .p-about-group__img {
  filter: drop-shadow(0 2rem 0 #00B8E7);
}
.p-index-about__img--area {
  filter: drop-shadow(0 2rem 0 #F098BF);
}
.p-index-about__txt {
  background: no-repeat center/contain;
  color: #fff;
  display: block;
  font-size: 1.25em;
  margin: -4em auto 0;
  padding: 3.25em 3.65em;
  position: relative;
  width: max-content;
}
.p-index-about__txt::before {
  background: no-repeat center/contain;
  bottom: 5em;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.p-index-about__txt::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  bottom: 0;
  content: "";
  display: block;
  height: 0.6em;
  margin: auto;
  position: absolute;
  right: 1.5em;
  top: 0;
  transform: rotate(-45deg);
  transition: 0.4s;
  width: 0.6em;
}
.p-index-about__txt:hover::after {
  right: 1.2em;
}
.p-index-about__txt--group {
  background-image: url(../../images/top/about__txt__bg01.svg);
}
.p-index-about__txt--group::before {
  background-image: url(../../images/top/about__group.svg);
  height: 1.85em;
  width: 1.1em;
}
.p-index-about__txt--area {
  background-image: url(../../images/top/about__txt__bg02.svg);
}
.p-index-about__txt--area::before {
  background-image: url(../../images/top/about__area.svg);
  height: 1.3em;
  width: 1.05em;
}
.p-index-information {
  background: url(../../images/top/information__bg.png) no-repeat center bottom/cover;
  padding: 8rem 0 11.4rem;
  position: relative;
  z-index: 1;
}
.p-index-information-wrapper, .p-index-history-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-index-information-wrapper, .p-index-history-wrapper {
    flex-direction: row;
  }
}
.p-index-information__img, .p-index-history__img {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-index-information__img, .p-index-history__img {
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-information__img, .p-index-history__img {
    transform: translateX(1rem);
  }
}
.p-index-information__img img, .p-index-history__img img {
  filter: drop-shadow(0 2.5rem 0 #FFCD00);
  width: auto;
}
.p-index-information-content, .p-index-history-content {
  background: url(../../images/top/information__txt__bg.svg) no-repeat center/contain;
  margin-top: -8rem;
  padding: 12rem 2rem 4rem;
}
@media screen and (min-width: 744px) {
  .p-index-information-content, .p-index-history-content {
    padding: 12rem 6rem 7.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-information-content, .p-index-history-content {
    margin: 0;
  }
}
.p-index-information-content__catch, .p-index-history-content__catch {
  color: #4E4E4E;
  font-size: 1.25em;
}
.p-index-information-content__txt, .p-index-history-content__txt {
  padding-left: 1.5em;
}
.p-index-history {
  background: url(../../images/top/history__bg.png) no-repeat center top/cover;
  margin-top: -2rem;
  padding: 10.5rem 0 15.5rem;
  position: relative;
  z-index: 0;
}
.p-index-history-wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-history-wrapper {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 744px) {
  .p-index-history__img {
    transform: translateX(-3rem);
  }
}
.p-index-history__img img {
  filter: drop-shadow(0 2.5rem 0 #00B8E7);
  width: auto;
}
.p-index-history-content {
  background-image: url(../../images/top/history__txt__bg.svg);
}
.p-index-history__deco {
  min-width: 26.5rem;
  position: absolute;
  width: 17.60416vw;
}
@media screen and (max-width: 743px) {
  .p-index-history__deco {
    display: none;
  }
}
.p-index-history__deco01 {
  left: -4vw;
  top: 3vw;
  transform: rotate(-9deg);
}
@media screen and (min-width: 1024px) {
  .p-index-history__deco01 {
    left: 11.71875vw;
    top: 6.30208vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .p-index-history__deco01 {
    left: 4vw;
    top: 12vw;
  }
}
.p-index-history__deco02 {
  right: -9vw;
  top: 26vw;
  transform: rotate(10deg);
}
@media screen and (min-width: 1024px) {
  .p-index-history__deco02 {
    right: 9.010416vw;
    top: 6.92708vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .p-index-history__deco02 {
    right: 4vw;
    top: 12vw;
  }
}
.p-index-history__deco03 {
  bottom: 2.7rem;
  right: 3vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 1024px) {
  .p-index-history__deco03 {
    right: 11.82291vw;
  }
}
.p-index-banner {
  padding: 5rem 0;
}
.p-index-banner-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-introduction-association__img {
  margin: 0 auto;
  max-width: 56.2rem;
}
.p-introduction-association-wrapper {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 100%;
  margin-top: 5.5rem;
}
@media screen and (min-width: 1024px) {
  .p-introduction-association-wrapper {
    gap: 3.5rem 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-introduction-association-content {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem;
}
.p-introduction-association-content__title {
  margin-bottom: 1rem;
}
.p-introduction-association-content-datas {
  margin-bottom: 3rem;
}
.p-introduction-association-content-data {
  display: flex;
  margin-top: 0.5rem;
}
@media screen and (min-width: 744px) {
  .p-introduction-association-content-data {
    padding-left: 1em;
  }
}
.p-introduction-association-content-data__title {
  flex-shrink: 0;
  width: 3em;
}
.p-introduction-association-content-data__txt {
  width: calc(100% - 3em);
}
.p-introduction-association-content-data__txt a {
  text-decoration: underline;
  word-break: break-word;
}
.p-introduction-association-event {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: auto;
}
.p-introduction-association-event__title {
  border: 1px solid;
  border-radius: 2rem;
  color: #00B8E7;
  font-size: 1.125em;
  margin-bottom: 1rem;
  padding: 0.5em 0;
  text-align: center;
}
.p-introduction-association-event__none {
  background: #F4FDFF;
  color: #00B8E7;
  display: grid;
  font-size: 1.125em;
  flex-grow: 1;
  padding: 1em 0;
  place-items: center;
}
.p-introduction-association .c-btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 575px) {
  .p-introduction-association .c-btn a {
    font-size: 3.5vw;
  }
}
.p-about-group-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-about-group-wrapper {
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
  }
}
.p-about-group-content__title {
  display: flex;
  font-size: 4.5vw;
  gap: 0.5rem;
  line-height: 1.36363;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-about-group-content__title {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .p-about-group-content__title {
    font-size: 1.375em;
    text-align: left;
  }
}
.p-about-group-content__title::before {
  background: url(../../images/pages/about/group-content__title.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 27px;
  margin-top: 0.15em;
  width: 26px;
}
.p-about-group-content__title--green {
  color: #158C28;
}
.p-about-group-content__title--blue {
  color: #00B8E7;
}
.p-about-group-content__lead {
  font-size: 1.25em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-about-group-content__lead {
    padding-left: 8rem;
    text-align: left;
  }
}
.p-about-group-content__txt {
  margin-top: 0.5em !important;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-about-group-content__txt {
    padding-left: 8rem;
    text-align: left;
  }
}
@media screen and (min-width: 744px) {
  .p-about-group-content__txt span {
    display: inline-block;
    padding-left: 6.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-area {
    padding-bottom: 14rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-area-content {
    margin-left: 53%;
  }
}
.p-information-menu-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.p-information-menu__link, .p-information__title {
  align-items: center;
  border-radius: 1.4em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: inherit;
  display: flex;
  font-size: 1.125em;
  gap: 0.5rem;
  line-height: 1;
  padding: 1rem 2rem;
}
@media screen and (min-width: 744px) {
  .p-information-menu__link, .p-information__title {
    font-size: 1.375em;
    justify-content: center;
  }
}
.p-information-menu__link::before, .p-information__title::before {
  display: block;
  flex-shrink: 0;
}
.p-information-menu__link[data-icon="area"]::before, .p-information__title[data-icon="area"]::before {
  content: url(../../images/pages/information/area.svg);
}
.p-information-menu__link[data-icon="bus"]::before, .p-information__title[data-icon="bus"]::before {
  content: url(../../images/pages/information/bus.svg);
}
.p-information-menu__link[data-icon="consultation"]::before, .p-information__title[data-icon="consultation"]::before {
  content: url(../../images/pages/information/consultation.svg);
}
.p-information-menu__link[data-icon="district"]::before, .p-information__title[data-icon="district"]::before {
  content: url(../../images/pages/information/district.svg);
}
.p-information-menu__link[data-icon="fire"]::before, .p-information__title[data-icon="fire"]::before {
  content: url(../../images/pages/information/fire.svg);
}
.p-information-menu__link[data-icon="garbage"]::before, .p-information__title[data-icon="garbage"]::before {
  content: url(../../images/pages/information/garbage.svg);
}
.p-information-menu__link[data-icon="hazard"]::before, .p-information__title[data-icon="hazard"]::before {
  content: url(../../images/pages/information/hazard.svg);
}
.p-information-menu__link[data-icon="police"]::before, .p-information__title[data-icon="police"]::before {
  content: url(../../images/pages/information/police.svg);
}
.p-information-menu__link[data-icon="public"]::before, .p-information__title[data-icon="public"]::before {
  content: url(../../images/pages/information/public.svg);
}
.p-information-menu__link[data-icon="train"]::before, .p-information__title[data-icon="train"]::before {
  content: url(../../images/pages/information/train.svg);
}
.p-information-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 2rem;
}
.p-information-wrapper {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-grow: 1;
  padding: 2.5rem 1.8rem;
}
.p-information-wrapper--full {
  width: 100%;
}
* + .p-information-content {
  margin-top: 1.5rem;
}
.p-information-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 744px) {
  .p-information-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-information-grid > .p-information-content {
  margin: 0;
}
.p-information__title {
  background: none;
  border-radius: none;
  box-shadow: none;
  margin-bottom: 2rem;
  padding: 0;
}
.p-information__subtitle {
  font-size: 1.125em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.p-information__link {
  text-decoration: underline;
}
.p-information__cite {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875em;
  margin-top: 0.5rem;
  padding-left: 2rem;
}
.p-information__cite span {
  order: 2;
}
.p-information__cite--gray {
  color: #8E8E8E;
}
.p-information__cite--right {
  justify-content: flex-end;
}
.p-information__cite::before {
  content: url(../../images/common/icon/link.svg);
  order: 1;
}
.p-information__cite--pdf::after {
  content: url(../../images/common/icon/pdf.svg);
  margin-right: 0.5rem;
  order: 0;
}
.p-information-iframe-wrapper {
  aspect-ratio: 1/2;
}
@media screen and (min-width: 744px) {
  .p-information-iframe-wrapper {
    aspect-ratio: 3/2;
  }
}
.p-information-iframe-wrapper iframe {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-history__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.375em;
  margin-bottom: 1em;
  text-align: center;
}
.p-history__title::after {
  content: url(../../images/pages/history/title--blue.svg);
}
@media screen and (min-width: 744px) {
  .p-history__title br {
    display: none;
  }
}
.p-history-takanohara-mannyou .p-history__title::after {
  content: url(../../images/pages/history/title--yellow.svg);
}
.p-history-takanohara {
  counter-reset: takanohara;
}
.p-history-takanohara-wrapper {
  margin-top: 8rem;
}
.p-history-takanohara-content {
  background: url(../../images/pages/history/takanohara-content__bg.png) no-repeat center/cover;
  border-radius: 2rem;
  counter-increment: takanohara;
  margin-top: 7rem;
  padding: 4rem 2rem;
  position: relative;
}
.p-history-takanohara-content::before {
  bottom: calc(100% - 2rem);
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.p-history-takanohara-content-head {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .p-history-takanohara-content-head {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-history-takanohara-content-head h4 {
  flex-grow: 1;
  margin-bottom: 1rem;
}
.p-history-takanohara-content-head-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-history-takanohara-content-head-inner {
    width: 50%;
  }
}
.p-history-takanohara-content-head-images {
  display: flex;
  margin-top: auto;
}
@media screen and (min-width: 744px) {
  .p-history-takanohara-content-head-images {
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-history-takanohara-content-head-images {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 743px) {
  .p-history-takanohara-content-head-images img {
    height: auto;
    width: 100%;
  }
}
.p-history-takanohara-content-body {
  display: flex;
  gap: 3.5rem;
  margin-top: 2rem;
  text-align: justify;
}
@media screen and (min-width: 744px) {
  .p-history-takanohara-content-body {
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-history-takanohara-content-body {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-history-takanohara-content-body-images {
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .p-history-takanohara-content-body-images {
    display: flex;
    gap: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-history-takanohara-content-body-images {
    flex-wrap: wrap;
  }
}
.p-history-takanohara-content-body-images figure {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-history-takanohara-content-body-images figure {
    width: 100%;
  }
}
.p-history-takanohara-content-body-images figure figcaption {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  line-height: 1;
  padding: 0.5em 0 0.75em;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-history-takanohara-content-body-images img {
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-history-takanohara-content-body-images img {
    height: auto;
    width: 100%;
  }
}
.p-history-takanohara-content-body-article-list {
  counter-reset: list;
}
.p-history-takanohara-content-body-article-list__item {
  display: flex;
  gap: 0.5rem;
}
.p-history-takanohara-content-body-article-list__item::before {
  background: url(../../images/pages/history/takanohara-list__bg.svg) no-repeat center/contain;
  color: #fff;
  content: counter(list);
  counter-increment: list;
  display: grid;
  flex-shrink: 0;
  height: 2em;
  line-height: 1;
  place-items: center;
  width: 2em;
}
.p-history-takanohara-content-body-article-list__item strong {
  font-weight: 700;
}
.p-history-takanohara-content-body-article-list__item--aside {
  padding-left: 1em;
}
.p-history-takanohara-content-body-article-list__item--aside:first-letter {
  margin-left: -1em;
}
* + .p-history-takanohara-content-body-article-list__item {
  margin-top: 1em;
}
* + .p-history-takanohara-content-body-article-list {
  margin-top: 1em;
}
.p-history-takanohara-content-body-article__txt.--03 .p-history-takanohara-content-body-article__txt--position01::before {
  content: "上";
}
@media screen and (min-width: 744px) {
  .p-history-takanohara-content-body-article__txt.--03 .p-history-takanohara-content-body-article__txt--position01::before {
    content: "左上";
  }
}
.p-history-takanohara-content-body-article__txt.--03 .p-history-takanohara-content-body-article__txt--position02::before {
  content: "下";
}
@media screen and (min-width: 744px) {
  .p-history-takanohara-content-body-article__txt.--03 .p-history-takanohara-content-body-article__txt--position02::before {
    content: "右上";
  }
}
@media screen and (min-width: 1024px) {
  .p-history-takanohara-content-body-article__txt.--03 .p-history-takanohara-content-body-article__txt--position02::before {
    content: "左下";
  }
}
.p-history-takanohara-content__title {
  align-items: center;
  color: #00B8E7;
  display: flex;
  font-size: 1.25em;
  gap: 1.5rem;
  line-height: 1.5;
}
.p-history-takanohara-content__title::before {
  background: url(../../images/pages/history/subtitle--blue.svg) no-repeat center/contain;
  color: #fff;
  content: counter(takanohara);
  display: grid;
  height: 2.15em;
  line-height: 1;
  place-items: center;
  width: 2em;
}
@media screen and (min-width: 744px) {
  .p-history-takanohara-content__title br {
    display: none;
  }
}
.p-history-takanohara-kohun .p-history-takanohara-content::before {
  content: url(../../images/pages/history/clip--blue.svg);
}
.p-history-takanohara-mannyou .p-history-takanohara-content::before {
  content: url(../../images/pages/history/clip--yellow.svg);
}
.p-history-takanohara-mannyou .p-history-takanohara-content__title::before {
  background: url(../../images/pages/history/subtitle--yellow.svg) no-repeat center/contain;
}
.p-history-takanohara-sigen-iframe {
  aspect-ratio: 1/2;
}
@media screen and (min-width: 744px) {
  .p-history-takanohara-sigen-iframe {
    aspect-ratio: 3/2;
  }
}
.p-history-takanohara-sigen-iframe iframe {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
* + .p-history-history-wrapper {
  margin-top: 5rem;
}
.p-history-history-list {
  margin: 4.5rem auto 0;
}
@media screen and (min-width: 1024px) {
  .p-history-history-list {
    width: max-content;
  }
}
.p-history-history-list__item {
  display: flex;
  gap: 1em;
  padding: 1rem;
}
@media screen and (max-width: 743px) {
  .p-history-history-list__item {
    flex-direction: column;
    gap: 0;
  }
}
.p-history-history-list__item--red {
  background: linear-gradient(to right, #D2285D 0%, #EFB3C6 35%, #FFFFFF 100%);
}
.p-history-history-list__item--purple {
  background: linear-gradient(to right, #624794 0%, #C7BDD9 35%, #FFFFFF 100%);
}
.p-history-history-list__item--green {
  background: linear-gradient(to right, #30A776 0%, #A1D7C1 35%, #FFFFFF 100%);
}
@media screen and (max-width: 743px) {
  .p-history-history-list__item--red {
    background: linear-gradient(to bottom, #D2285D 0%, #EFB3C6 60%, #FFFFFF 100%);
  }
  .p-history-history-list__item--purple {
    background: linear-gradient(to bottom, #624794 0%, #C7BDD9 60%, #FFFFFF 100%);
  }
  .p-history-history-list__item--green {
    background: linear-gradient(to bottom, #30A776 0%, #A1D7C1 60%, #FFFFFF 100%);
  }
}
* + .p-history-history-list__item {
  margin-top: 1rem;
}
.p-history-history-list__date {
  color: #fff;
  display: flex;
  flex-shrink: 0;
  width: 11em;
}
.p-history-history-list__date span {
  margin-left: auto;
}
.p-history-history-list__txt strong {
  font-weight: 700;
}
.p-history-history-list__txt strong strong {
  font-size: 1.125em;
}
.p-history-history-list__txt span {
  font-size: 0.875em;
}
.p-history-history-slider {
  margin: 0 auto;
  max-width: 65rem;
  overflow: hidden;
  position: relative;
}
.p-history-history-slider img {
  height: 40rem;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 743px) {
  .p-history-history-slider img {
    height: 20rem;
  }
}
.p-history-history-slider__next, .p-history-history-slider__prev {
  bottom: 0;
  cursor: pointer;
  height: 4.4rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4.4rem;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .p-history-history-slider__next, .p-history-history-slider__prev {
    height: 8.8rem;
    width: 8.8rem;
  }
}
.p-history-history-slider__next::before, .p-history-history-slider__prev::before {
  background: url(../../images/top/pickup-slider__arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.p-history-history-slider__next {
  right: 2vw;
  transform: scale(-1, 1);
}
@media screen and (min-width: 744px) {
  .p-history-history-slider__next {
    right: 0;
  }
}
.p-history-history-slider__prev {
  left: 2vw;
}
@media screen and (min-width: 744px) {
  .p-history-history-slider__prev {
    left: 0;
  }
}
.p-history-history-goal__img {
  margin: 3rem auto;
  width: auto;
}
@media screen and (min-width: 744px) {
  .p-contact__lead {
    text-align: center;
  }
}
.p-contact-tel {
  align-items: center;
  border: 1px solid #707070;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  line-height: 1.5;
  margin: 4rem auto;
  padding: 4vw 2vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact-tel {
    flex-direction: row;
    gap: 3rem;
    padding: 3rem 4rem;
    text-align: left;
    width: 80rem;
  }
}
.p-contact-tel__txt {
  font-size: 5vw;
}
@media screen and (min-width: 1024px) {
  .p-contact-tel__txt {
    font-size: 1.5em;
  }
}
.p-contact-tel__txt span {
  font-size: 0.75em;
}
.p-contact-tel-link {
  color: #00B8E7;
  display: flex;
  flex-direction: column;
  font-size: 1.25em;
}
.p-contact-tel-link__num {
  margin-top: 0.5rem;
}
.p-contact-form {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-contact-form {
    width: 80rem;
  }
}
.p-privacy .c-heading02 {
  font-size: 1.35em;
  margin-bottom: 1.5rem;
}
.p-event-head {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .p-event-head {
    flex-direction: row;
  }
}
.p-event-head__eyecatch {
  border-radius: 1rem;
  box-shadow: 1rem 1rem 0 #00B8E7;
  overflow: hidden;
  width: min(100%, 388px);
}
.p-event-head-info-datetime {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .p-event-head-info-datetime {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .p-event-head-info-datetime__date, .p-news-single__date {
    font-size: 1em;
  }
}
.p-event-head-info-datetime__time {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-event-head-info-datetime__time {
    font-size: 1em;
  }
}
@media screen and (max-width: 575px) {
  .p-event-head-info-datetime__time {
    padding-left: 1.6em;
  }
}
.p-event-head-info-other {
  margin-top: 1.5rem;
}
.p-event-head-info-other dl {
  display: flex;
  gap: 1rem;
}
.p-event-head-info-other dl dt {
  flex-shrink: 0;
  font-weight: 700;
  width: 4.4em;
}
.p-event-head-info-other * + dl {
  margin-top: 0.5rem;
}
.p-event-head-info-catchcopy {
  margin-top: 3rem;
}
.p-event-article {
  margin-top: 5rem;
}
.p-event-article h2 {
  border-bottom: 1px solid;
  color: #00B8E7;
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.p-event-article strong {
  font-weight: 700;
}
.p-news-container {
  align-items: flex-start;
  display: grid;
  gap: 3rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1024px) {
  .p-news-container {
    grid-template-columns: 1fr 25rem;
  }
}
.p-news-sidebar * + .widget_block {
  margin-top: 4rem;
}
.p-news-sidebar__title {
  border: 1px solid;
  border-radius: 2.5rem;
  color: #00B8E7;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}
.p-news-sidebar * + li {
  margin-top: 0.5rem;
}
.p-news-archive__title {
  margin: 3rem 0 -5rem;
}
.p-news-single__date {
  display: inline-flex;
  font-size: 1em;
}
.p-news-single__title {
  font-size: 1.5em;
  margin: 0.5rem 0;
}
.p-news-single-article {
  margin-top: 3rem;
}
.p-news-single-article img {
  width: auto;
}
.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
