@charset "UTF-8";
#stc-header {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: opacity 0.2s ease;
}
@media print, screen and (width >= 1115px) {
  #stc-header {
    height: 36px;
  }
}
@media print, screen and (width <= 1114px) {
  #stc-header {
    height: 108px;
  }
}
#stc-header * {
  box-sizing: border-box;
}
#stc-header ul,
#stc-header ol,
#stc-header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#stc-header a {
  text-decoration: none;
}
#stc-header {
  /* stylelint-disable-next-line selector-class-pattern -- テーマ .l-header__menu.-active に追従 */
}
#stc-header:has(+ .l-root-container .l-header__menu.-active) {
  pointer-events: none;
  opacity: 0;
}
#stc-header .p-stc-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (width >= 1115px) {
  #stc-header .p-stc-header {
    height: 36px;
    padding: 7px 24px;
    color: #fff;
    background-color: #1b1f4d;
  }
}
@media print, screen and (width <= 1114px) {
  #stc-header .p-stc-header {
    display: block;
    height: 108px;
    padding: 0;
  }
}
#stc-header .p-stc-header__logo {
  display: flex;
  flex: 0 0 181px;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (width <= 1114px) {
  #stc-header .p-stc-header__logo {
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 56px;
    padding: 7px 24px;
    color: #fff;
    background-color: #1b1f4d;
  }
}
#stc-header .p-stc-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
#stc-header .p-stc-header__logo-conference {
  display: block;
  flex: 0 0 105px;
}
#stc-header .p-stc-header__logo-text {
  display: block;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (width <= 1114px) {
  #stc-header .p-stc-header__logo-text {
    font-size: 12px;
  }
}
@media print, screen and (width >= 1115px) {
  #stc-header .p-stc-header__logo-text--hide-pc {
    display: none;
  }
}
#stc-header .p-stc-header__logo-by-jre {
  display: flex;
  flex: 0 0 56px;
  gap: 20px;
  align-items: center;
  height: 24px;
  margin-left: 20px;
}
@media print, screen and (width <= 1114px) {
  #stc-header .p-stc-header__logo-by-jre {
    gap: 10px;
    margin-left: 10px;
  }
}
#stc-header .p-stc-header__logo-by-jre::before {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 24px;
  content: "";
  background-color: #fff;
}
#stc-header .p-stc-header__logo-by-jre img {
  flex: 0 0 35px;
  width: 35px;
}
#stc-header .p-stc-header__logo-link {
  display: flex;
  align-items: center;
  color: var(--color-white-00);
  opacity: 1;
  transition: opacity 0.3s ease;
}
#stc-header .p-stc-header__logo-link:hover {
  opacity: 0.8;
}
#stc-header .p-stc-header__logo-text-link {
  display: flex;
  align-items: center;
}
@media print, screen and (width >= 1115px) {
  #stc-header .p-stc-header__nav {
    flex: 1 0 auto;
  }
}
@media print, screen and (width <= 1114px) {
  #stc-header .p-stc-header__nav {
    height: 52px;
    overflow-x: auto;
    background-color: #f1f6f7;
  }
}
@media print, screen and (width >= 1115px) {
  #stc-header .p-stc-header__nav-list {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: flex-end;
  }
  #stc-header .p-stc-header__nav-list li {
    position: relative;
  }
  #stc-header .p-stc-header__nav-list li::after {
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 1px;
    height: 18px;
    content: "";
    border-right: 1px solid #d9d9d9;
  }
  #stc-header .p-stc-header__nav-list li:last-child::after {
    content: none;
  }
  #stc-header .p-stc-header__nav-list li:has(a.is-current)::after, #stc-header .p-stc-header__nav-list li:has(a[aria-current=page])::after {
    content: none;
  }
  #stc-header .p-stc-header__nav-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  #stc-header .p-stc-header__nav-list li a.is-current, #stc-header .p-stc-header__nav-list li a[aria-current=page] {
    padding-top: 4px;
    font-weight: 700;
    color: #1b1f4d;
  }
  #stc-header .p-stc-header__nav-list li a.is-current::before, #stc-header .p-stc-header__nav-list li a[aria-current=page]::before {
    position: absolute;
    top: 5px;
    left: -1px;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 3px;
  }
  #stc-header .p-stc-header__nav-list li a > span {
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (width <= 1114px) {
  #stc-header .p-stc-header__nav-list {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    margin-top: 9px;
  }
  #stc-header .p-stc-header__nav-list::before, #stc-header .p-stc-header__nav-list::after {
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 1px;
    content: "";
  }
  #stc-header .p-stc-header__nav-list li {
    position: relative;
    flex: 0 0 auto;
    padding: 0 7px;
    margin: 0;
  }
  #stc-header .p-stc-header__nav-list li::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    border-left: 1px solid #ccc;
  }
  #stc-header .p-stc-header__nav-list li:last-child::after {
    content: none;
  }
  #stc-header .p-stc-header__nav-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 7px;
    font-size: 14px;
    color: #1b1f4d;
  }
  #stc-header .p-stc-header__nav-list a.is-current, #stc-header .p-stc-header__nav-list a[aria-current=page] {
    font-weight: 700;
    color: #fff;
    background-color: #1b1f4d;
    border-radius: 4px;
  }
}

#stc-facilities .p-stc-facilities {
  padding: 40px 24px;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities {
    padding: 64px 40px;
  }
}
#stc-facilities .p-stc-facilities__inner {
  max-width: 1200px;
  margin: 0 auto;
}
#stc-facilities .p-stc-facilities__title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  color: #46979a;
  letter-spacing: 0.01em;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities__title h2 {
    font-size: 18px;
  }
}
#stc-facilities .p-stc-facilities__title h3 {
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities__title h3 {
    margin-top: 10px;
    font-size: 28px;
  }
}
#stc-facilities .p-stc-facilities__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
    margin-top: 50px;
  }
}
#stc-facilities .p-stc-facilities__item {
  margin: 0;
}
#stc-facilities .p-stc-facilities__item a {
  display: grid;
  grid-template-areas: "image main" "image desc";
  grid-template-columns: 100px 1fr;
  gap: 0 20px;
  align-items: start;
  justify-content: start;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities__item a {
    grid-template-columns: 150px 1fr;
    gap: 0 40px;
  }
}
@media (hover: hover) {
  #stc-facilities .p-stc-facilities__item a:hover .p-stc-facilities__img img, #stc-facilities .p-stc-facilities__item a:focus-visible .p-stc-facilities__img img {
    transform: scale(1.1);
  }
}
#stc-facilities .p-stc-facilities__img {
  grid-area: image;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#stc-facilities .p-stc-facilities__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
#stc-facilities .p-stc-facilities__main {
  grid-area: main;
  font-family: var(--font-family-base-bold);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities__main {
    font-size: 18px;
  }
}
#stc-facilities .p-stc-facilities__desc {
  grid-area: desc;
  margin-top: 0;
  font-size: 14px;
}
@media print, screen and (width >= 768px) {
  #stc-facilities .p-stc-facilities__desc {
    font-size: 14px;
  }
}
#stc-facilities .p-stc-facilities .c-arrow {
  position: relative;
  top: 0.1em;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  background: linear-gradient(118deg, #d8edd3 1.48%, #9fddb1 15.32%, #55bd94 35.84%, #20b0b3 56.91%);
  border-radius: 50%;
}

/*# sourceMappingURL=common.css.map */
