@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --space-micro: 8px;
  --space-xxs: 16px;
  --space-xs: 24px;
  --space-s: 32px;
  --space-m: 40px;
  --space-l: 80px;
  --space-xl: 120px;
  --inner-width: 1120px;
  --inner-padding: 2%;
  --inner-small: calc(100% * (1000px / var(--inner-width)));
  --font-size-body: 1.8rem;
  --font-size-h1: 3.6rem;
  --font-size-h2: 3.2rem;
  --font-size-single-h2: 2.6rem;
  --font-size-h3: 2.4rem;
  --font-size-h4: 2.0rem;
  --opacity-hover: 0.7;
  --radius-xs: 3px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --radius-xxl: 40px;
  --radius-full: 50%;
}
@media screen and (max-width: 1020px) {
  :root {
    --space-micro: 8px;
    --space-xxs: 16px;
    --space-xs: 24px;
    --space-s: 32px;
    --space-m: 40px;
    --space-l: 80px;
    --space-xl: 120px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --space-micro: 4px;
    --space-xxs: 8px;
    --space-xs: 16px;
    --space-s: 24px;
    --space-m: 32px;
    --space-l: 56px;
    --space-xl: 64px;
    --font-size-body: 1.6rem;
    --font-size-h1: 3.0rem;
    --font-size-h2: 2.6rem;
    --font-size-h3: 2.0rem;
    --font-size-h4: 1.6rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  background-image: url("../img/pattern01.webp"), url("../img/pattern02.webp");
  background-repeat: repeat, repeat;
  background-size: 800px 800px, 1650px 1140px;
  background-position: 0 0, 0px 800px;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

a:link {
  color: inherit;
  transition: 0.3s all;
}
a:visited {
  color: inherit;
}

img {
  width: 100%;
}

.l-inner {
  width: 100%;
  max-width: var(--inner-width);
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    padding-inline: var(--inner-padding);
  }
}
@media screen and (max-width:490px) {
  .l-inner {
    padding-inline: 3%;
  }
}

.l-inner__s {
  width: min(832px, var(--inner-small));
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .l-inner__s {
    width: 90vw;
  }
}

.section-heading {
  text-align: left;
  font-size: var(--font-size-h2);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
.section-heading.-en {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .section-heading.-en {
    font-size: 3.2rem;
  }
}

.heading__wrapper {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  margin-bottom: var(--space-m);
}
@media screen and (max-width:490px) {
  .heading__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width:490px) {
  .heading__wrapper .heading__box {
    width: 100%;
  }
}

.highlight {
  background: #f9da31;
  padding: 0px 2px 1px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #f9da31;
  text-underline-offset: -0.15em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 500;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #e00303;
}

.arrow {
  font-weight: 700;
}
.arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url("../img/arrow.svg") no-repeat center/contain;
  margin: 0px 0px 1px 4px;
}
.arrow:hover {
  opacity: var(--opacity-hover);
}

header {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 12px 32px 20px;
  background: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 600px) {
  header {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
header .logo__box .logo__link {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
header .logo__box .logo__link:hover {
  opacity: var(--opacity-hover);
}
header .logo__box .logo__link img {
  width: 50px;
}
header .logo__box .logo__link .logo__text {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #00073b;
}
header .anchor-list {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 600px) {
  header .anchor-list {
    display: none;
  }
}
header .anchor-list .list-item a {
  color: #00073b;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  transition: 0.3s all;
}
header .anchor-list .list-item:nth-child(odd) a:hover {
  color: #ff96ac;
}
header .anchor-list .list-item:nth-child(even) a:hover {
  color: #08a3db;
}

header.-is-lower {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 12px 3% 20px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid #00073b;
}

footer {
  background: #fff;
  border-top: 1px solid #00073b;
  padding: var(--space-m) 3%;
  margin-top: var(--space-xl);
}
footer .social {
  text-align: center;
  margin-bottom: var(--space-m);
}
footer .social .-x-link {
  font-weight: 700;
  color: #fff;
  background: #14171a;
  border-radius: 50px;
  padding: 8px 32px 12px;
  transition: 0.3s all;
}
footer .social .-x-link:hover {
  opacity: var(--opacity-hover);
}
footer .social img {
  width: 24px;
  height: auto;
  margin: 0px 8px 2px;
}
@media screen and (max-width: 600px) {
  footer .social img {
    width: 20px;
  }
}
footer .f-banner__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 24px 24px;
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 600px) {
  footer .f-banner__wrapper {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
footer .f-banner__wrapper .f-banner {
  max-width: 200px;
  width: 100%;
}
footer .f-banner__wrapper .f-banner:hover {
  opacity: var(--opacity-hover);
}
footer .f-link__wrapper {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 600px) {
  footer .f-link__wrapper {
    flex-direction: column-reverse;
    row-gap: 32px;
  }
}
footer .f-link__wrapper .copyright {
  font-size: 1.4rem;
  color: #808080;
}
footer .f-link__wrapper .f-text-link_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 4px 16px;
}
footer .f-link__wrapper .f-text-link_box .f-text-link {
  color: #808080;
  font-size: 1.4rem;
  text-decoration: underline;
}
footer .f-link__wrapper .f-text-link_box .f-text-link::after {
  content: "";
  display: inline-block;
  background: url("../img/link_icon.svg") no-repeat center/contain;
  width: 10px;
  height: 8px;
  margin: 0px 0px 1px 4px;
}
footer .f-link__wrapper .f-text-link_box .f-text-link:hover {
  text-decoration: none;
}

.-is-top {
  padding-inline: 5%;
}

.mv_wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: var(--space-xl);
}
.mv_wrapper .mv {
  width: 100%;
}

.event {
  margin-bottom: var(--space-xl);
}

.event__list {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 890px) {
  .event__list {
    gap: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .event__list {
    gap: 32px 16px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.event__list .event-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 600px) {
  .event__list .event-item {
    width: calc((100% - 40px) / 3);
  }
}
.event__list .event-item a:hover {
  opacity: var(--opacity-hover);
}
.event__list .event-item .event-banner {
  border: 1px solid rgba(223, 229, 234, 0.5);
}
.event__list .event-item .event-banner img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  margin-bottom: var(--space-xl);
}

.news__list .news-item {
  border-bottom: 1px solid #dfe5ea;
  padding: 16px 24px;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 16px 40px;
  background: rgba(255, 255, 255, 0.82);
}
.news__list .news-item .news-title {
  font-weight: 700;
  color: #00073b;
}
.news__list .news-item .news-title:hover {
  opacity: var(--opacity-hover);
}

.access {
  margin-bottom: var(--space-xl);
}
.access .map__wrapper {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 24px 40px;
}
@media screen and (max-width: 600px) {
  .access .map__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.access .map__wrapper .access_info {
  background: rgba(255, 255, 255, 0.82);
  padding: 24px 40px;
  border-radius: 24px;
  border: 1px solid #dfe5ea;
}
@media screen and (max-width: 890px) {
  .access .map__wrapper .access_info {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .access .map__wrapper .access_info {
    width: 100%;
  }
}
.access .map__wrapper .access_info .time {
  font-size: 1.6rem;
}
.access .map__wrapper .map {
  max-width: 1000px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
}
.access .map__wrapper .map iframe {
  border-radius: 16px;
  width: 100%;
  height: auto;
  aspect-ratio: 1000/420;
}
@media screen and (max-width: 1020px) {
  .access .map__wrapper .map iframe {
    aspect-ratio: 750/420;
  }
}

.archive__title {
  font-weight: 700;
  font-size: var(--font-size-h1);
  text-align: center;
  padding: 32px;
}

.nav-links {
  margin: var(--space-s) 0px;
  text-align: center;
}
.nav-links .page-numbers {
  border: 1px solid #00073b;
  border-radius: 3px;
  background: #fff;
  color: #00073b;
  font-weight: 700;
  padding: 0px 8px 2px;
}
.nav-links .page-numbers:hover {
  background: rgba(0, 7, 59, 0.1);
}
.nav-links .page-numbers:not(:last-child) {
  margin-right: 8px;
}
.nav-links .current {
  border: 1px solid #00073b;
  border-radius: 3px;
  background: #00073b;
  color: #fff;
  font-weight: 700;
  padding: 0px 8px 2px;
}
.nav-links .current:hover {
  background: #00073b;
}
.nav-links .next, .nav-links .prev {
  border: none;
}
.nav-links .next:hover, .nav-links .prev:hover {
  background: #fff;
  opacity: var(--opacity-hover);
}
.nav-links .-prev::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url("../img/arrow.svg") no-repeat center/contain;
  margin: 0px 0px 1px 4px;
  transform: scale(-1, 1);
  border: none;
}
.nav-links .-next::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url("../img/arrow.svg") no-repeat center/contain;
  margin: 0px 0px 1px 4px;
}

.entry__post {
  background: rgba(255, 255, 255, 0.82);
  padding: var(--space-s) 0px var(--space-m);
}

.entry-mv,
.-news-mv,
.-event-mv {
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 600px) {
  .entry-mv,
  .-news-mv,
  .-event-mv {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.contents__wrapper {
  padding: 32px 2%;
  border-radius: 24px;
  border: 1px solid rgba(223, 229, 234, 0.38);
}
@media screen and (max-width: 600px) {
  .contents__wrapper {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.contents__wrapper .entry__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00073b;
}
.contents__wrapper .entry__title {
  font-weight: 700;
  font-size: var(--font-size-h1);
  line-height: 1.4;
  margin-bottom: 40px;
}

.entry-content h2 {
  background: rgba(0, 7, 59, 0.85);
  color: #fff;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: var(--font-size-single-h2);
  font-weight: 700;
  margin-bottom: 24px;
}
.entry-content h3 {
  font-weight: 700;
  font-size: var(--font-size-h3);
  line-height: 1.3;
  padding: 0px 8px 8px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #ff96ac 65%, #f9da31 80%, #07bbb0 100%);
     border-image: linear-gradient(to right, #ff96ac 65%, #f9da31 80%, #07bbb0 100%);
  border-image-slice: 1;
  margin-bottom: 24px;
}
.entry-content h4 {
  font-size: var(--font-size-h4);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.entry-content h4::before {
  content: "";
  display: inline-block;
  background: linear-gradient(to bottom right, #ff96ac, #08a3db);
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.entry-content p {
  margin-bottom: 24px;
}
.entry-content p a {
  text-decoration: underline;
}
.entry-content p a:hover {
  text-decoration: none;
  opacity: var(--opacity-hover);
}
.entry-content img {
  margin-bottom: 16px;
}
.entry-content ul {
  margin-bottom: 24px;
}
.entry-content ul li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.entry-content ul li::before {
  content: "";
  display: inline-block;
  background: #00073b;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  margin: 0px 8px 5px 0px;
}
.entry-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.entry-content ol {
  counter-reset: number 0;
  margin-bottom: 24px;
}
.entry-content ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-content ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 4px;
}
.entry-content .wp-block-media-text {
  margin-bottom: 24px;
}
.entry-content table {
  margin-bottom: 24px;
  width: 100%;
}
.entry-content table tr td {
  border: 1px solid #dde7ed;
}
@media screen and (max-width: 600px) {
  .entry-content table tr td {
    display: block;
  }
}
.entry-content table tr td:first-child {
  background: #f2f6f9;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .entry-content table tr td:first-child {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .entry-content .wp-block-media-text__content {
    padding-inline: 0px !important;
  }
}
.entry-content blockquote p {
  border-radius: 8px;
  background: rgba(223, 229, 234, 0.6);
  padding: 8px 2%;
  font-size: 1.6rem;
}
.entry-content .has-white-background-color {
  border: 1px solid #dfe5ea;
}
.entry-content .wp-block-buttons {
  margin-bottom: 24px;
}
.entry-content .wp-block-buttons .wp-block-button a {
  background: linear-gradient(to right, #ff96ac, #08a3db);
  font-weight: 700;
  padding: 8px 24px 12px;
  max-width: 750px;
  width: 100%;
  transition: 0.3s all;
}
.entry-content .wp-block-buttons .wp-block-button a:hover {
  opacity: var(--opacity-hover);
}
.entry-content .wp-block-embed__wrapper {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
.entry-content .wp-block-embed__wrapper iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
}
.entry-content .wp-block-accordion h3.wp-block-accordion-heading {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none !important;
  background: rgba(223, 229, 234, 0.42);
  border: 1px solid rgba(0, 7, 59, 0.15);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 0px;
  transition: 0.3s all;
}
.entry-content .wp-block-accordion h3.wp-block-accordion-heading:hover {
  text-decoration: none !important;
  background: rgba(223, 229, 234, 0.92);
}
.entry-content .wp-block-accordion h3 button {
  padding: 12px 16px 14px;
}
.entry-content .wp-block-accordion h3 button.wp-block-accordion-heading__toggle {
  text-decoration: none !important;
}
.entry-content .wp-block-accordion h3 button.wp-block-accordion-heading__toggle:hover, .entry-content .wp-block-accordion h3 button.wp-block-accordion-heading__toggle:focus, .entry-content .wp-block-accordion h3 button.wp-block-accordion-heading__toggle:active {
  text-decoration: none !important;
}
.entry-content .wp-block-accordion h3 button .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
  padding-right: 16px;
}
.entry-content .wp-block-accordion h3 button .wp-block-accordion-heading__toggle-title:hover {
  text-decoration: none !important;
}
.entry-content .wp-block-accordion h3 button .wp-block-accordion-heading__toggle-icon {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  color: #ff96ac;
  padding-bottom: 1px;
}
.entry-content .wp-block-accordion .wp-block-accordion-panel p {
  padding-inline: 16px;
}/*# sourceMappingURL=style.css.map */