@font-face {
  font-family: "goldwingrotesk-light";
  src: url("../fonts/GoldwinGroteskPre-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "goldwingrotesk-regular";
  src: url("../fonts/GoldwinGroteskPre-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "goldwingrotesk-medium";
  src: url("../fonts/GoldwinGroteskPre-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "goldwingrotesk-semibold";
  src: url("../fonts/GoldwinGroteskPre-Semibold.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 16px;
  /*visibility     : hidden;
  &.wf-active {
    visibility: visible;
  }*/
}

body {
  font-size: 0.875rem;
  min-height: 100vh;
  font-family: Noto Sans JP, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #003C5A;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-feature-settings: "halt";
}
body.is-active {
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  pointer-events: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: currentColor;
}
a:not([class]) {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: inherit;
}
@media (any-hover: hover) {
  a:not([class]):hover:not([disabled]) {
    text-decoration: none;
  }
}
a:not([class]):focus-visible {
  text-decoration: none;
}
a img {
  border: none;
}

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

strong {
  font-weight: 700;
}

[id] {
  scroll-margin-top: 3.125rem;
}
@media screen and (min-width: 600px) {
  [id] {
    scroll-margin-top: 5.625rem;
  }
}

.sp-only {
  display: block !important;
}
@media screen and (min-width: 1100px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  .pc-only {
    display: block !important;
  }
}

.align--left {
  text-align: left;
}
.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.js-menu {
  display: none;
  position: fixed;
  top: 3.125rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background-color: #fff;
  overflow: auto;
}
.js-menu::-webkit-scrollbar {
  width: 0.0625rem;
}
.js-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.js-menu::-webkit-scrollbar-thumb {
  background-color: #003C5A;
}
@media screen and (min-width: 1100px) {
  .js-menu {
    top: 5.625rem;
  }
}
.js-menu__button.is-open .js-menu__open {
  display: none;
}
.js-menu__button.is-open .js-menu__close {
  display: block;
}
.js-menu__close {
  display: none;
  position: relative;
  width: 1.6875rem;
  height: 1.6875rem;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .js-menu__close {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.js-menu__close .js-menu__line {
  display: block;
  height: 100%;
  position: relative;
}
.js-menu__close .js-menu__line::before, .js-menu__close .js-menu__line::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #003C5A;
  left: 0;
  position: absolute;
}
.js-menu__close .js-menu__line::before {
  transform: rotate(45deg);
  top: calc(50% - 0.0625rem);
}
.js-menu__close .js-menu__line::after {
  transform: rotate(-45deg);
  bottom: 50%;
}
.js-menu__close .js-menu__label {
  display: none;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.3;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1100px) {
  .js-menu__close .js-menu__label {
    display: block;
    position: absolute;
    bottom: -0.5rem;
    width: 100%;
    left: 0;
  }
}

.js-tab__contents {
  display: none;
}
.js-tab__contents.is-show {
  display: block;
}

.js-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
}
.js-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.js-modal__over {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.js-modal__button--close {
  position: absolute;
  z-index: 60;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
}
.js-modal__button--close::before, .js-modal__button--close::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  left: 0;
  position: absolute;
}
.js-modal__button--close::before {
  transform: rotate(45deg);
  top: calc(50% - 0.03125rem);
}
.js-modal__button--close::after {
  transform: rotate(-45deg);
  bottom: calc(50% + 0.03125rem);
}
.js-modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 50;
  padding: 3rem 0;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .js-modal__inner {
    padding: 3rem 1rem;
  }
}

.js-scroll__image {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scroll__image img {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
  opacity: 0;
}
.js-scroll__image.is-animated img {
  transform: scale(1);
  opacity: 1;
}
.js-scroll__up {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(2.5rem);
  opacity: 0;
}
.js-scroll__up.is-animated {
  transform: translateY(0rem);
  opacity: 1;
}

.js-video__overlay {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.js-video__overlay.is-hide {
  opacity: 0;
  visibility: hidden;
}
.js-video__button--play {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: calc(50% - 1.5625rem);
  top: calc(50% - 1.5625rem);
}
@media screen and (min-width: 1100px) {
  .js-video__button--play {
    left: calc(50% - 1.75rem);
    top: calc(50% - 1.75rem);
  }
}
.js-video__button--play:hover {
  opacity: 0.7;
}
.js-video__button--play:focus-visible {
  outline: rgba(255, 255, 255, 0.6) 1px solid;
  outline-offset: 4px;
}
.js-video__button--play .js-video__buttonIcon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.js-video__button--play .js-video__buttonIcon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .js-video__button--play .js-video__buttonIcon {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
.js-video__button--play.is-hide {
  display: none;
}
.js-video__button--pause {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 0.5rem;
  bottom: 0.75rem;
}
@media screen and (min-width: 1100px) {
  .js-video__button--pause {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}
.js-video__button--pause:hover {
  opacity: 0.7;
}
.js-video__button--pause:focus-visible {
  outline: rgba(255, 255, 255, 0.6) 1px solid;
  outline-offset: 4px;
}
.js-video__button--pause .js-video__buttonIcon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-video__button--pause .js-video__buttonIcon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.js-video__button--pause.is-hide {
  display: none;
}

.button, .button--rounded, .button--white {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  min-width: 12.5rem;
  position: relative;
  border: 1px solid currentColor;
  line-height: 1.5;
  font-size: 0.75rem;
  padding: 0.625rem 2.6875rem 0.6875rem 1.875rem;
  border-radius: 2.5rem;
  color: currentColor;
}
@media screen and (min-width: 1100px) {
  .button, .button--rounded, .button--white {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
@media (any-hover: hover) {
  .button:hover:not([disabled]), .button--rounded:hover:not([disabled]), .button--white:hover:not([disabled]) {
    background-color: #003C5A;
    color: #fff;
  }
}
.button:focus-visible, .button--rounded:focus-visible, .button--white:focus-visible {
  background-color: #003C5A;
  color: #fff;
}
.button--white {
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  .button--white:hover:not([disabled]) {
    background-color: #fff;
    color: #003C5A;
  }
}
.button--white:focus-visible {
  background-color: #fff;
  color: #003C5A;
}
.button__mini {
  font-size: 0.625rem;
}
.button__icon {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.40625rem);
  display: block;
  width: 0.6875rem;
  height: 0.8125rem;
  line-height: 0.8125rem;
}
.button__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.button__area {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  width: 100%;
  margin-top: 3.125rem;
}
.button--rounded {
  background-color: #fff;
  border-radius: 0.5rem;
  min-width: 6.875rem;
  border: 1px solid #fff;
  line-height: 2.1333333333;
  font-size: 0.9375rem;
  padding: 0.25rem 2rem 0.25rem 1.125rem;
  color: #003C5A;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 3.125rem;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 1.25rem;
  z-index: 70;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 0.625rem 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    height: 5.625rem;
    padding: 0.625rem clamp(2.25rem, 2.5vw, 4rem) 0.625rem clamp(1.25rem, 1.3888888889vw, 2.2222222222rem);
  }
}
.header-logo {
  width: 67.1428571429%;
  line-height: 1;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .header-logo:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.header-logo:focus-visible:not([disabled]) {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .header-logo {
    width: 14.6875rem;
  }
}
@media screen and (min-width: 1100px) {
  .header-logo {
    width: 23.9375rem;
  }
}
.header-logo__link {
  display: block;
}
.header-logo img {
  width: 100%;
}

.footer {
  position: relative;
  background-color: #fff;
}
.footer-sns {
  position: relative;
}
.footer-sns-video {
  display: block;
  overflow: hidden;
  aspect-ratio: 390/488;
}
@media screen and (min-width: 600px) {
  .footer-sns-video {
    margin-inline: 0;
    aspect-ratio: 1440/640;
  }
}
.footer-sns-video__contents {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-sns__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
  position: absolute;
  inset: 0;
  color: #fff;
  padding: 1.875rem 1.875rem;
}
@media screen and (min-width: 1100px) {
  .footer-sns__contents {
    flex-direction: row;
    gap: 13.9705882353%;
    padding: 5rem clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
  }
}
.footer-sns__contents .button--white {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0.75rem 2.6875rem 0.75rem 1.3125rem;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
}
@media screen and (min-width: 1100px) {
  .footer-sns__contents .button--white {
    padding: 0.75rem 3rem 0.75rem 1.625rem;
  }
}
.footer-sns__contents .button--white .pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .footer-sns__contents .button--white .pc {
    display: inline;
  }
}
.footer-sns__title {
  font-family: goldwingrotesk-light, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 1.9375rem;
  line-height: 1.0322580645;
}
@media screen and (min-width: 1100px) {
  .footer-sns__title {
    text-align: left;
    font-size: 3rem;
    line-height: 1.2916666667;
  }
}
@media screen and (min-width: 1100px) {
  .footer-sns__title br {
    display: none;
  }
}
.footer-sns__icon {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  line-height: 1.1875rem;
}
.footer-sns__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.footer-sns__icon {
  margin-right: 0.75rem;
}
@media screen and (min-width: 1100px) {
  .footer-sns__icon {
    margin-right: 0.5rem;
  }
}
.footer__inner {
  padding: 2.5rem 1.875rem 0.9375rem;
}
@media screen and (min-width: 600px) {
  .footer__inner {
    padding: 2.5rem 1.875rem 0.9375rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer__inner {
    padding: 5rem clamp(1.25rem, 1.3888888889vw, 2.2222222222rem) 1.875rem clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
  }
}
.footer__head {
  line-height: 1;
  width: 84.8484848485%;
}
@media screen and (min-width: 600px) {
  .footer__head {
    width: 21.375rem;
  }
}
.footer__head img {
  width: 100%;
}
.footer__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .footer__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: clamp(6.25rem, 6.9444444444vw, 11.1111111111rem);
    margin-top: 2.5rem;
  }
}
.footer__description {
  line-height: 1.8571428571;
}
@media screen and (min-width: 1100px) {
  .footer__description {
    width: clamp(28.9375rem, 32.1527777778vw, 51.4444444444rem);
  }
}
@media screen and (min-width: 1100px) {
  .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    width: clamp(51.0625rem, 56.7361111111vw, 90.7777777778rem);
    margin-top: 0.3125rem;
  }
}
.footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  border-top: 1px solid #003C5A;
  margin-top: 1.5625rem;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .footer-nav__list {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    gap: 0.5625rem;
  }
}
.footer-nav__list--policy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .footer-nav__list--policy {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.9375rem;
    margin-top: 0;
  }
}
.footer-nav__list--policy .footer-nav__link {
  align-items: baseline;
  gap: 0.1875rem;
  line-height: 2.6;
  font-size: 0.625rem;
}
@media screen and (min-width: 1100px) {
  .footer-nav__list--policy .footer-nav__link {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.footer-nav__link {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 0.3125rem;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2941176471;
  font-size: 1.0625rem;
}
@media screen and (min-width: 1100px) {
  .footer-nav__link {
    line-height: 1.3;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .footer-nav__link:hover {
    color: #266A8C;
  }
}
.footer-nav__link:focus-visible {
  color: #266A8C;
}
.footer-nav__linkIcon {
  display: block;
  width: 0.60625rem;
  height: 0.575rem;
  line-height: 0.575rem;
}
.footer-nav__linkIcon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .footer-nav__linkIcon {
    width: 0.54375rem;
    height: 0.5125rem;
    line-height: 0.5125rem;
  }
}
.footer-external {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
@media screen and (min-width: 1100px) {
  .footer-external {
    margin-top: 5rem;
  }
}
.footer-external__column.row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 0.5rem;
  width: 50%;
  max-width: 8.4375rem;
}
@media screen and (min-width: 1100px) {
  .footer-external__column.row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.1875rem;
    width: clamp(28.9375rem, 32.1527777778vw, 51.4444444444rem);
    max-width: 100%;
  }
}
.footer-external__link {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 0.9375rem;
}
.footer-external__banner {
  display: block;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .footer-external__banner:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.footer-external__banner:focus-visible:not([disabled]) {
  opacity: 0.7;
}
@media screen and (min-width: 1100px) {
  .footer-external__banner.corporate {
    width: 8.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer-external__banner.official-partner {
    width: 8.4375rem;
  }
}
.footer-instagram {
  display: block;
  width: 1.6875rem;
}
@media screen and (min-width: 1100px) {
  .footer-instagram {
    width: 1.75rem;
  }
}
@media (any-hover: hover) {
  .footer-instagram:hover {
    color: #266A8C;
  }
}
.footer-instagram:focus-visible {
  color: #266A8C;
}
.footer-instagram__icon {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
}
.footer-instagram__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .footer-instagram__icon {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
  }
}
.footer__copyright {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.625rem;
  margin-top: 0.625rem;
}

.nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  min-height: calc(100vh - 3.125rem);
  border-top: 1px solid #003C5A;
}
@media screen and (min-width: 1100px) {
  .nav {
    min-height: calc(100vh - 5.625rem);
    border-top: none;
  }
}
.nav__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.5rem;
  padding: min(28.7%, 7rem) 1.875rem;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .nav__inner {
    flex-direction: row;
    flex-wrap: wrap;
    padding: min(15vh, 13.5rem) clamp(7.5rem, 8.3333333333vw, 13.3333333333rem);
    gap: 6rem clamp(7.25rem, 8.0555555556vw, 12.8888888889rem);
  }
}
.nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.5rem;
}
.nav__list--sns {
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .nav__list--sns {
    margin-top: 0;
  }
}
.nav__list--sns .nav-item__link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
}
.nav-item__link {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover) {
  .nav-item__link:hover {
    color: #266A8C;
  }
}
.nav-item__link:focus-visible {
  color: #266A8C;
}
.nav-item__text--main {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .nav-item__text--main {
    font-size: 2.8125rem;
    line-height: 1.3111111111;
  }
}
.nav-item__text--sub {
  font-size: 0.75rem;
  line-height: 0.75;
}
@media screen and (min-width: 1100px) {
  .nav-item__text--sub {
    font-size: 0.8125rem;
    line-height: 0.7692307692;
  }
}
.nav-item__icon {
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
}
.nav-item__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.nav-button {
  width: 1.6875rem;
  height: 1.6875rem;
}
@media screen and (min-width: 1100px) {
  .nav-button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.nav-button {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .nav-button:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.nav-button:focus-visible:not([disabled]) {
  opacity: 0.7;
}
.nav-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-button__line {
  position: relative;
  width: 100%;
  height: 0.5rem;
}
@media screen and (min-width: 1100px) {
  .nav-button__line {
    height: 0.625rem;
  }
}
.nav-button__line::before, .nav-button__line::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #003C5A;
  left: 0;
  position: absolute;
}
.nav-button__line::before {
  top: 0;
}
.nav-button__line::after {
  bottom: 0;
}
.nav-button__label.is-hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.calendar {
  border-top: 1px solid #003C5A;
}
.calendar-section {
  padding: 1.25rem;
  border-bottom: 1px solid #003C5A;
}
@media screen and (min-width: 1100px) {
  .calendar-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    padding: 0;
  }
}
.calendar-section__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .calendar-section__title {
    width: clamp(16.25rem, 18.0555555556vw, 28.8888888889rem);
    text-align: right;
    padding: 1.25rem 3.5rem;
    border-right: 1px solid #003C5A;
  }
}
@media screen and (min-width: 1100px) {
  .calendar__list {
    width: calc(100% - clamp(16.25rem, 18.0555555556vw, 28.8888888889rem));
  }
}
.calendar-item:not(:first-of-type) {
  border-top: 1px dashed #003C5A;
}
.calendar-item__link {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
  padding: 1.25rem 0;
}
@media screen and (min-width: 1100px) {
  .calendar-item__link {
    padding: 1.25rem 2.1875rem;
    padding-right: clamp(7.5rem, 8.3333333333vw, 13.3333333333rem);
  }
}
@media (any-hover: hover) {
  .calendar-item__link:hover {
    background-color: #EAEAE8;
  }
}
.calendar-item__link:focus-visible {
  background-color: #EAEAE8;
}
.calendar-item__term {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.3529411765;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .calendar-item__term {
    margin-top: 0;
  }
}
.calendar-item__date {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .calendar-item__date {
    margin-top: 0.3125rem;
  }
}
.calendar-item__day {
  font-size: 0.6875rem;
}
.calendar-item__place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.375rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .calendar-item__place {
    margin-top: 0.3125rem;
  }
}
.calendar-item__placeIcon {
  display: block;
  width: 0.75rem;
  height: 1rem;
  line-height: 1rem;
}
.calendar-item__placeIcon svg {
  fill: #003C5A;
  width: 100%;
  height: 100%;
}
.calendar-item-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .calendar-item-text {
    gap: 0.375rem;
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    position: absolute;
    right: clamp(7.5rem, 8.3333333333vw, 13.3333333333rem);
    bottom: 1.25rem;
  }
}
.calendar-item-text__icon {
  display: block;
  width: 1rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.calendar-item-text__icon svg {
  fill: #003C5A;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .calendar-item-text__icon {
    width: 1.25rem;
    height: 0.625rem;
    line-height: 0.625rem;
  }
}
.calendar-button {
  color: #003C5A;
  position: relative;
  width: 1.6875rem;
}
@media screen and (min-width: 1100px) {
  .calendar-button {
    width: 4.375rem;
  }
}
.calendar-button {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .calendar-button:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.calendar-button:focus-visible:not([disabled]) {
  opacity: 0.7;
}
.calendar-button.is-open .calendar-button__line {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .calendar-button.is-open .calendar-button__line {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.calendar-button.is-open .calendar-button__line::before, .calendar-button.is-open .calendar-button__line::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #003C5A;
  left: 0;
  position: absolute;
}
.calendar-button.is-open .calendar-button__line::before {
  transform: rotate(45deg);
  top: calc(50% - 0.03125rem);
}
.calendar-button.is-open .calendar-button__line::after {
  transform: rotate(-45deg);
  bottom: calc(50% - 0.03125rem);
}
.calendar-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.calendar-button__icon {
  margin: 0 auto;
  display: block;
  width: 1.6875rem;
  height: 1.8125rem;
  line-height: 1.8125rem;
}
.calendar-button__icon svg {
  fill: #003C5A;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .calendar-button__icon {
    width: 2.375rem;
    height: 2.5rem;
  }
}
.calendar-button__date {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .calendar-button__date {
    font-size: 1.25rem;
    bottom: 1rem;
  }
}
.calendar-button__label {
  display: none;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.3;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1100px) {
  .calendar-button__label {
    display: block;
  }
}

.main {
  padding-top: 3.125rem;
}
@media screen and (min-width: 1100px) {
  .main {
    padding-top: 5.625rem;
  }
}
.main__inner {
  position: relative;
  padding: 2.5rem 1.25rem 3.75rem;
}
@media screen and (min-width: 1100px) {
  .main__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 clamp(1.25rem, 1.3888888889vw, 2.2222222222rem) 5rem clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
  }
}
.main-head {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .main-head {
    width: 21.7391304348%;
  }
}
@media screen and (min-width: 1100px) {
  .main-head__inner {
    margin-top: 8.5vh;
  }
  .main-head__inner--sticky {
    position: sticky;
    top: calc(8.5vh + 5.625rem);
    left: 0;
    bottom: auto;
    padding: 0 0 5rem;
  }
}
.main__title {
  font-family: goldwingrotesk-semibold, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .main__title {
    font-size: 2.625rem;
    line-height: 1.0476190476;
  }
}
.main__description {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .main__description {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    margin-top: 2.5rem;
  }
}
.main__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .main__body {
    margin-top: 0;
    width: 72.4637681159%;
  }
}

.section {
  position: relative;
  padding: 3.75rem 1.25rem 3.125rem;
}
@media screen and (min-width: 600px) {
  .section {
    padding: 3.75rem 1.875rem 3.125rem;
  }
}
@media screen and (min-width: 1100px) {
  .section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5rem clamp(1.25rem, 1.3888888889vw, 2.2222222222rem) 5rem clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
  }
}
.section.gray {
  background-color: #EAEAE8;
}
.section.darkblue {
  background-color: #003C5A;
  color: #fff;
}
.section.gradation {
  background: linear-gradient(180deg, #EAEAE8 0%, #BFCED6 100%);
}
@media screen and (min-width: 1100px) {
  .section__head {
    width: 21.7391304348%;
  }
}
@media screen and (min-width: 1100px) {
  .section__head__inner--sticky {
    position: sticky;
    top: calc(8.5vh + 5.625rem);
    left: 0;
    bottom: auto;
    padding: 0 0 5rem;
  }
}
.section__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .section__body {
    margin-top: 0;
    width: 72.4637681159%;
  }
}
.section__title {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .section__title {
    font-size: 2rem;
    line-height: 1.03125;
  }
}
.section__description {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .section__description {
    font-size: 1.0625rem;
    line-height: 1.3529411765;
    margin-top: 1.875rem;
  }
}

.archive-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 600px) {
  .archive-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem clamp(1.0625rem, 1.1805555556vw, 1.8888888889rem);
  }
}
.archive-item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .archive-item {
    width: calc((100% - clamp(2.125rem, 2.3611111111vw, 3.7777777778rem)) / 3);
  }
}
.archive-item.is-hide {
  display: none;
}
.archive-item__link {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
@media (any-hover: hover) {
  .archive-item__link:hover {
    color: #266A8C;
  }
  .archive-item__link .archive-item__thumbnail:hover img {
    transform: scale(1.02);
  }
}
.archive-item__link:focus-visible {
  color: #266A8C;
}
.archive-item__link:focus-visible .archive-item__thumbnail img {
  transform: scale(1.02);
}
.archive-item__linkIcon {
  position: absolute;
  display: block;
  width: 1.375rem;
  height: 1.3125rem;
  line-height: 1.3125rem;
}
.archive-item__linkIcon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.archive-item__linkIcon {
  right: 0.5rem;
  bottom: 1rem;
}
@media screen and (min-width: 1100px) {
  .archive-item__linkIcon {
    right: 0.625rem;
    bottom: 0.75rem;
  }
}
.archive-item__thumbnail {
  display: block;
  aspect-ratio: 350/438;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .archive-item__thumbnail {
    aspect-ratio: 322/403;
  }
}
.archive-item__thumbnail.people {
  aspect-ratio: 1;
}
.archive-item__thumbnail img {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.archive-item__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  width: 4.1875rem;
  height: 1.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  position: relative;
  margin-top: 0.875rem;
}
.archive-item__labelLine {
  display: block;
  width: 4.1875rem;
  height: 1.25rem;
  line-height: 1.25rem;
}
.archive-item__labelLine svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.archive-item__labelLine {
  position: absolute;
  inset: 0;
}
.archive-item__label + .archive-item__term {
  margin-top: 0.625rem;
}
.archive-item__series {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .archive-item__series {
    margin-top: 0.9375rem;
  }
}
.archive-item__series + .archive-item__term {
  margin-top: 0.625rem;
}
.archive-item__term {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.3529411765;
  margin-top: 1.25rem;
}
.archive-item__date {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .archive-item__date {
    margin-top: 1.25rem;
  }
}
.archive-item__day {
  font-size: 0.6875rem;
}
.archive-item__place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.375rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1100px) {
  .archive-item__place {
    margin-top: 0.9375rem;
  }
}
.archive-item__placeIcon {
  display: block;
  width: 0.75rem;
  height: 1rem;
  line-height: 1rem;
}
.archive-item__placeIcon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.archive-item-tag {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .archive-item-tag {
    gap: 0.5rem 1.25rem;
  }
}
.archive-item-tag__item {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
}
.archive-item-tag__item::before {
  content: "#";
}
.archive-item__people {
  margin-top: 0.625rem;
}
.archive-item__affiliation {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
.archive-item__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
}
.archive-item__description, .archive-item__externallink {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 0.625rem;
}
.archive-item__externallink a {
  font-family: goldwingrotesk-medium, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
}
.archive-pagination__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.375rem;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  color: currentColor;
  margin: 2.5rem auto 0;
}
@media (any-hover: hover) {
  .archive-pagination__button:hover .archive-pagination__icon {
    background-color: #266A8C;
    border-color: #266A8C;
  }
  .archive-pagination__button:hover .archive-pagination__icon::before, .archive-pagination__button:hover .archive-pagination__icon::after {
    background-color: #fff;
  }
}
.archive-pagination__button:focus-visible .archive-pagination__icon {
  background-color: #266A8C;
  border-color: #266A8C;
}
.archive-pagination__button:focus-visible .archive-pagination__icon::before, .archive-pagination__button:focus-visible .archive-pagination__icon::after {
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .archive-pagination__button {
    margin: 5rem auto 0;
  }
}
.archive-pagination__button.is-hide {
  display: none;
}
.archive-pagination__icon {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid currentColor;
  border-radius: 100%;
  position: relative;
}
.archive-pagination__icon::before, .archive-pagination__icon::after {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  content: "";
  background-color: currentColor;
  position: absolute;
}
.archive-pagination__icon::before {
  width: 0.75rem;
  height: 0.0625rem;
  left: calc(50% - 0.375rem);
  top: calc(50% - 0.03125rem);
}
.archive-pagination__icon::after {
  width: 0.0625rem;
  height: 0.75rem;
  left: calc(50% - 0.03125rem);
  top: calc(50% - 0.375rem);
}

@media (any-hover: hover) {
  .section.darkblue .archive-item__link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
.section.darkblue .archive-item__link:focus-visible {
  color: rgba(255, 255, 255, 0.7);
}
