@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
html {
  color: #0d1427;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

figure {
  overflow: hidden;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
*[role=button] {
  display: inline-block;
  cursor: pointer;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=submit][aria-disabled=true],
input[type=submit]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #0277e2;
}

input:-webkit-autofill {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  animation-name: onAutoFillStart;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

details {
  cursor: pointer;
}

:is(header, footer, nav) a {
  white-space: nowrap;
  text-decoration: none;
}

.wp-block-post-content p a {
  word-break: break-all;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  display: block;
  content: "";
}

@media (width < 1096px) {
  .only--pc {
    display: none !important;
  }
}

@media (1096px <= width) {
  .only--sp {
    display: none !important;
  }
}

@media (768px <= width) {
  .only--sm {
    display: none !important;
  }
}

.text--warning {
  color: #ff4d4d;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
}

/* ==========================================================================
  Program
========================================================================== */
.accordion__trigger + div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.accordion__trigger + div[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.accordion__trigger + div > div {
  overflow: hidden;
}

/* ==========================================================================
  Wrapper
========================================================================== */
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100dvh;
  margin-inline: auto;
}

.mainWrap {
  overflow: hidden;
}

/* ==========================================================================
  Header
========================================================================== */
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  margin-inline: auto;
  container-type: inline-size;
  overflow-y: hidden;
  background: #fff;
}
@media (768px <= width < 1096px) {
  .header {
    width: 375px;
  }
}
@media (1096px <= width) {
  .header {
    border-bottom: 0.0625rem solid #a3b7ce;
  }
}
.header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@container (width < 1096px) {
  .header__inner {
    height: max(17.6cqw, 66px);
    padding-left: max(4.2666666667cqw, 16px);
  }
}
@media (1096px <= width) {
  .header__inner {
    gap: 0.5rem;
    height: 4.5rem;
    padding: 1.5rem 2rem;
  }
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area2 {
  flex-grow: 1;
}
.header__brand, .header__toggle {
  position: relative;
  z-index: 999;
}
.header__secondary {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 666;
}
.header__toggle {
  display: flex;
  align-items: center;
}

.--thanks .header__brand {
  margin-inline: auto;
}

.headerToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(17.6cqw, 66px);
  height: max(17.6cqw, 66px);
}
.headerToggle__line {
  position: relative;
  display: block;
  width: max(8.6666666667cqw, 32.5px);
  height: max(2.1333333333cqw, 8px);
  margin-block: max(2.2666666667cqw, 8.5px);
}
.headerToggle__line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: max(0.5333333333cqw, 2px);
  background: #a3b7ce;
  border-radius: 100vmax;
  transition: all 0.5s;
  transition-property: transform;
}
.headerToggle__line span:nth-child(1) {
  top: 0;
}
.headerToggle__line span:nth-child(2) {
  bottom: 0;
}
.headerToggle__icon {
  width: max(5.3333333333cqw, 20px);
}
.headerToggle__text {
  font-size: max(3.2cqw, 12px);
  font-weight: 700;
}
.headerToggle.contact__link {
  background: linear-gradient(90deg, #1289ff 0%, #0074dd 100%);
}
.headerToggle.contact__link .headerToggle__icon {
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
}
.headerToggle.contact__link .headerToggle__text {
  color: #fff;
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.headerCta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.headerCta__link {
  position: relative;
  width: 9rem;
  padding: 0.0625rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(90deg, #1289ff 0%, #0074dd 100%);
  border-radius: 100vmax;
  transition: all 0.5s;
}
.headerCta__link span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.875rem 2rem;
  background: linear-gradient(90deg, #1289ff 0%, #0074dd 100%);
  border: 0.25rem solid #fff;
  border-radius: 100vmax;
}
.headerCta__link:hover, .headerCta__link:focus {
  opacity: 0.5;
}

.globalNav__list {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.globalNav__list > li > a {
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
  border-bottom: 0.125rem solid transparent;
  transition: all 0.5s;
}
.globalNav__list > li > a:hover, .globalNav__list > li > a:focus-visible, .globalNav__list > li > a[aria-current=page] {
  border-color: #0277e2;
}

.drawer__body {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  width: 100%;
  height: calc(100vh - max(17.6vw, 66px));
  padding: 0 max(9.0666666667vw, 34px);
  margin-top: max(17.6vw, 66px);
  container-type: inline-size;
  overflow-y: auto;
  background: #e7f3ff;
  opacity: 0;
  transition: all 0.5s;
}
.drawer[aria-hidden=false] .drawer__body {
  right: 0;
  opacity: 1;
}
.drawer .buttonList--horizontal {
  margin-block: max(5.3333333333cqw, 20px);
}
.drawer .buttonList--horizontal .button {
  max-width: max(81.8666666667cqw, 307px);
}
@media (768px <= width < 1096px) {
  .drawer__body {
    width: 375px;
    height: 100vh;
    padding: 4.125rem 2.125rem 0;
    margin-top: 0;
  }
}

.drawerNav {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 500;
}
.drawerNav__list {
  display: flex;
  flex-direction: column;
  font-size: max(4.8cqw, 18px);
}
.drawerNav__list li {
  position: relative;
}
.drawerNav__list li a {
  padding-block: max(4.2666666667cqw, 16px);
}

.drawerTeam {
  padding-block: max(5.3333333333cqw, 20px);
}
.drawerTeam__title {
  margin-bottom: max(4.2666666667cqw, 16px);
  font-size: max(4.8cqw, 18px);
  color: #4a6299;
}
.drawerTeam__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(2.1333333333cqw, 8px);
}
.drawerTeam__item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: max(3.4666666667cqw, 13px) max(4.2666666667cqw, 16px);
  font-size: max(3.7333333333cqw, 14px);
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 100vmax;
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  width: 100%;
  margin-inline: auto;
  container-type: inline-size;
  background: #fff;
}
@media (768px <= width < 1096px) {
  .footer {
    width: 375px;
  }
}
main:has(#Contact) + .footer {
  border: none;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  width: 100%;
  margin-inline: auto;
}
@media (1096px <= width) {
  .footer__inner {
    width: 984px;
  }
}
@container (width < 1096px) {
  .footer__inner {
    padding-block: max(21.3333333333cqw, 80px) max(14.9333333333cqw, 56px);
  }
}
@media (1096px <= width) {
  .footer__inner {
    gap: 1.5rem;
    padding-block: 1rem 4.375rem;
  }
}
.footer__copyright {
  text-align: center;
}
@container (width < 1096px) {
  .footer__copyright {
    font-size: max(3.2cqw, 12px);
  }
}
@media (1096px <= width) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}
.footer__brand {
  text-align: center;
}
.footer__brand .logo {
  display: inline-block;
}
@container (width < 1096px) {
  .footer__brand .logo img {
    width: max(40.8cqw, 153px);
  }
}
@media (1096px <= width) {
  .footer__brand .logo img {
    width: 21.1875rem;
  }
}

.footerInfo {
  font-size: max(3.2vw, 12px);
}
@media (1096px <= width) {
  .footerInfo {
    font-size: 0.75rem;
  }
}
.footerInfo__title::before {
  content: "■";
}

.footerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(2.6666666667vw, 10px);
  font-size: max(2.6666666667vw, 10px);
}
.footerNav__list a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
.footerNav__list a:hover, .footerNav__list a:focus-visible {
  border-color: currentcolor;
}
@media (1096px <= width) {
  .footerNav__list {
    flex-direction: row;
    gap: 0.625rem;
    justify-content: center;
    font-size: 0.625rem;
  }
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  container-type: inline-size;
  background: #fff;
  width: 100%;
  margin-inline: auto;
}
@media (1096px <= width) {
  .container {
    width: 984px;
  }
}
@media (768px <= width < 1096px) {
  .container {
    width: 375px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(9.6vw, 36px);
  padding-bottom: max(17.0666666667vw, 64px);
}
@media (1096px <= width) {
  .container--unit {
    gap: min(1.875vw, 36px);
    padding-bottom: min(3.75vw, 72px);
  }
}
.container__inner {
  width: 100%;
  max-width: 984px;
  margin-inline: auto;
}
@container (width < 1096px) {
  .container__inner {
    width: max(90.4cqw, 339px);
  }
}

.cont-queries {
  container-type: inline-size;
}

/* ==========================================================================
  Page Layout
========================================================================== */
.page .container__inner {
  width: 90.4%;
}
.page_body {
  padding-block: max(8.5333333333vw, 32px);
}
.page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: max(8.5333333333vw, 32px);
}
.page__title {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page__contents {
  font-size: max(4.2666666667vw, 16px);
}
.page__contents p {
  line-height: 2;
}
.page__contents p + p {
  margin-top: 2em;
}
@media (768px <= width) {
  .page__body {
    padding-block: 3rem;
  }
  .page__header {
    padding-block: 2rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__contents {
    font-size: 1.125rem;
  }
}
@media (768px <= width) and (768px <= width) {
  .page .button {
    width: 24rem;
    padding: 0.0625rem;
    border-width: 0.0625rem;
  }
  .page .button::after {
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.--thanks .container__inner {
  max-width: 780px;
}
.--thanks .page__title {
  text-align: center;
}
.--thanks .button.to-calendar, .--thanks .button.to-top {
  width: max(89.3333333333vw, 335px);
}
.--thanks .button.to-calendar span, .--thanks .button.to-top span {
  font-size: max(4.2666666667vw, 16px);
}
@media (768px <= width) {
  .--thanks .button.to-calendar, .--thanks .button.to-top {
    width: 23.75rem;
  }
  .--thanks .button.to-calendar span, .--thanks .button.to-top span {
    font-size: 1.125rem;
  }
}

.error404 .container__inner {
  max-width: 780px;
}
.error404 .page__title {
  text-align: center;
}

/* ==========================================================================
  Breadcrumb
========================================================================== */
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: max(2.1333333333vw, 8px);
  align-items: center;
  font-size: max(2.6666666667vw, 10px);
}
@media (width < 1096px) {
  .breadcrumb__list {
    margin-bottom: calc(-1 * max(4.2666666667vw, 16px));
  }
}
@media (1096px <= width) {
  .breadcrumb__list {
    gap: min(0.4166666667vw, 8px);
    font-size: min(0.625vw, 12px);
  }
}
.breadcrumb__list li {
  display: flex;
  align-items: center;
}
.breadcrumb__list li:not(:last-child)::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/chevron_right.svg");
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.breadcrumb__list .label {
  font-size: max(2.6666666667vw, 10px);
}
@media (1096px <= width) {
  .breadcrumb__list .label {
    font-size: min(0.625vw, 12px);
  }
}
.breadcrumb__tags {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.breadcrumb__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

/* ==========================================================================
  Button
========================================================================== */
.button {
  display: block;
  position: relative;
  width: max(80.5333333333cqw, 302px);
  padding: max(0.2666666667cqw, 1px);
  margin-inline: auto;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(90deg, #1289ff 0%, #0074dd 100%);
  border-radius: 100vmax;
  transition: all 0.5s;
}
.button > span {
  display: block;
  width: 100%;
  height: 100%;
  padding: max(4.0586666667cqw, 15.22px) calc(max(6.624cqw, 24.84px) + max(5.3706666667cqw, 20.14px)) max(4.0586666667cqw, 15.22px) max(5.3706666667cqw, 20.14px);
  font-size: max(4.4986666667cqw, 16.87px);
  background: linear-gradient(90deg, #1289ff 0%, #0074dd 100%);
  border: max(0.88cqw, 3.3px) solid #fff;
  border-radius: 100vmax;
}
.button::after {
  position: absolute;
  top: 50%;
  right: max(4.3946666667cqw, 16.48px);
  width: max(6.624cqw, 24.84px);
  height: max(6.624cqw, 24.84px);
  content: "";
  background: center/contain no-repeat url("../img/icon_button.svg");
  transform: translateY(-50%);
}
.button .wpcf7-submit {
  display: block;
  width: 100%;
  height: 100%;
  padding: max(4.0586666667cqw, 15.22px) calc(max(6.624cqw, 24.84px) + max(5.3706666667cqw, 20.14px)) max(4.0586666667cqw, 15.22px) max(5.3706666667cqw, 20.14px);
  font-size: max(4.4986666667cqw, 16.87px);
  background: linear-gradient(90deg, #1289ff 0%, #0074dd 100%);
  border: max(0.88cqw, 3.3px) solid #fff;
  border-radius: 100vmax;
}
@media (1096px <= width) {
  .button {
    width: 24rem;
    padding: 0.0625rem;
    border-width: 0.0625rem;
  }
  .button::after {
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .button > span {
    padding: 1.1875rem 2.875rem 1.1875rem 1rem;
    font-size: 1.375rem;
    border-width: 0.25rem;
  }
  .button .wpcf7-submit {
    padding: 1.1875rem 2.875rem 1.1875rem 1rem;
    font-size: 1.125rem;
    border-width: 0.25rem;
  }
}
.button:hover, .button:focus-visible {
  opacity: 0.5;
}
.button[aria-disabled=true], .button:disabled {
  color: #a3b7ce;
  background: #a3b7ce;
  border-color: #a3b7ce;
}
.button[aria-disabled=true]:hover, .button[aria-disabled=true]:focus-visible, .button:disabled:hover, .button:disabled:focus-visible {
  color: #a3b7ce;
  background: #a3b7ce;
  border-color: #a3b7ce;
}
.button[aria-disabled=true]::before, .button[aria-disabled=true]::after, .button:disabled::before, .button:disabled::after {
  opacity: 0.4;
}

.buttonList {
  padding: 0;
  list-style-type: none;
}
.buttonList--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: max(4.2666666667cqw, 16px);
  align-items: center;
  justify-content: center;
  margin: max(8.5333333333cqw, 32px) auto 0;
}
@media (1096px <= width) {
  .buttonList--horizontal {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}
.buttonList--vertical {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667cqw, 16px);
  align-items: center;
  justify-content: center;
  margin: max(8.5333333333cqw, 32px) auto 0;
}
@media (1096px <= width) {
  .buttonList--vertical {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
}
@media (1096px <= width) {
  .column {
    flex-flow: row wrap;
    gap: min(1.25vw, 24px);
  }
  .column--col2, .column--col3 {
    gap: min(0.8333333333vw, 16px);
  }
  .column--col2 .column__col {
    flex-basis: calc((100% - min(0.8333333333vw, 16px)) / 2);
  }
  .column--col3 .column__col {
    flex-basis: calc((100% - min(0.8333333333vw, 16px) * 2) / 3);
  }
}

/* ==========================================================================
  Entry
========================================================================== */
.entry {
  margin-block: max(12.8vw, 48px);
}
@media (1096px <= width) {
  .entry {
    margin-block: min(3.3333333333vw, 64px);
  }
}
.entry__header {
  margin: max(8.5333333333vw, 32px) 0;
}
@media (1096px <= width) {
  .entry__header {
    margin-block: min(1.6666666667vw, 32px);
  }
}
.entry__header p {
  line-height: 1.8;
}
.entry__header p + p {
  margin-top: 1em;
}
@media (1096px <= width) {
  .entry__header p + p {
    margin-top: 2em;
  }
}
.entry__title {
  margin-block: max(8.5333333333vw, 32px);
  font-size: max(8.5333333333vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (1096px <= width) {
  .entry__title {
    margin-block: min(1.6666666667vw, 32px);
    font-size: min(1.6666666667vw, 32px);
  }
}
.entry--thanks .entry__title, .entry--404 .entry__title {
  text-align: center;
}
.entry__body {
  font-size: max(4.2666666667vw, 16px);
}
@media (1096px <= width) {
  .entry__body {
    font-size: min(0.9375vw, 18px);
  }
}
.entry__body p {
  line-height: 1.8;
}
.entry__body p + p {
  margin-top: 1em;
}
@media (1096px <= width) {
  .entry__body p + p {
    margin-top: 2em;
  }
}
.entry .wp-block-heading {
  margin-block: 2em 1em;
  font-size: 1.5em;
}

/* ==========================================================================
  Logo
========================================================================== */
.logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.logo a:hover, .logo a:focus-visible {
  opacity: 0.5;
}
.logo img {
  width: max(43.2cqw, 162px);
}
@media (1096px <= width) {
  .logo img {
    width: 18.3125rem;
  }
}

/* ==========================================================================
  Section
========================================================================== */
@media (1096px <= width) {
  .section--full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .section--full .container__inner {
    width: 984px;
  }
}
.section__title {
  margin-bottom: max(12.8cqw, 48px);
  font-size: max(6.9333333333cqw, 26px);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
}
.section__inner {
  width: max(90.4vw, 339px);
  margin-inline: auto;
}
.section .container__inner {
  display: flex;
  flex-direction: column;
}
@media (1096px <= width) {
  .section__title {
    margin-bottom: 3rem;
    font-size: 2.25rem;
  }
  .section__inner {
    max-width: 984px;
  }
}

/* ==========================================================================
  Movie or Map
========================================================================== */
.c-embed {
  position: relative;
  background: #a3b7ce;
}
.c-embed--16by9 {
  aspect-ratio: 16/9;
}
.c-embed--4by3 {
  aspect-ratio: 4/3;
}
.c-embed iframe,
.c-embed video {
  width: 100%;
  height: 100%;
}