@charset "UTF-8";

:root {
  box-sizing: border-box;
  --container-padding: 4%;
  --container-max-width: 800px
}

*,
:before,
:after {
  box-sizing: inherit;
  border-width: 0;
  border-style: solid
}

body {
  font-feature-settings: "palt";
  letter-spacing: .07em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth
}

html.is-fixed {
  scroll-behavior: auto
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden
}

a:focus-visible {
  transition: all .3s ease
}

a:has(img):focus-visible {
  opacity: .8
}

a[target=_blank]:not(:has(img)):after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-inline-start: var(--wp--preset--spacing--04);
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA0NTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyKSI+PHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBzdHJva2U9Im5vbmUiIHJ4PSIxIi8+PHJlY3Qgd2lkdGg9IjExIiBoZWlnaHQ9IjExIiB4PSIuNSIgeT0iLjUiIHJ4PSIuNSIvPjwvZz48cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxMCIgZmlsbD0iIzAwNDUxOSIgcng9Ii41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQpIi8+PHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMTAiIGZpbGw9IiMwMDQ1MTkiIHJ4PSIuNSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgLTEuNSAxMS41KSIvPjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjQiIGZpbGw9IiMwMDQ1MTkiIHJ4PSIuNSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMyA3KSIvPjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiMwMDQ1MTkiIHJ4PSIuNSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMyA3KSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDUxOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNi41IDcuNWwzLTMiLz48L3N2Zz4=) no-repeat;
  background-size: cover;
  content: ""
}

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

.l-wrapper {
  display: grid
}

.error404 .l-wrapper {
  grid-template-columns: 1fr
}

.l-container {
  max-width: calc(var(--container-max-width));
  margin-inline: auto;
  padding-inline: var(--container-padding)
}

.l-site-main {
  container: site-main/inline-size
}

.widget-area {
  container: site-widget/inline-size;
  margin-block-end: 160px
}

.l-header {
  height: 56px;
  display: flex;
  align-items: center;
  width: 100%;
}

.l-header__inner {
  display: grid;
  grid-template-columns: 1fr 56px;
  grid-template-areas: "logo nav";
  align-items: center;
  padding-inline: 16px 0;
  width: 100%;
}

.l-header__logo {
  grid-area: logo;
  margin-block: 0
}

.l-header__logo>a {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-decoration: none
}

.l-header__logo-university {
  color: var(--wp--custom--color--primary);
  font-size: min(14px, 2vw);
  font-weight: 400;
  margin-top: 2px;
}

.l-header__logo-column {
  color: var(--wp--custom--color--gray-ex-dark);
  font-size: min(25px, 4vw);
  font-weight: 700
}

.l-header__home-link {
  display: none;
  grid-area: link
}

.l-global-nav__container {
  grid-area: nav
}

.l-global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.l-global-nav__list a {
  text-decoration: none;
  color: var(--wp--custom--color--gray-ex-dark) !important;
}

.l-global-nav__list a:focus-visible {
  color: var(--wp--custom--color--primary);
  text-decoration: underline
}

.l-global-nav__home-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto
}


.c-breadcrumbs {
  overflow: auto;
  background: var(--wp--custom--color--gray-light);
  font-size: .75rem
}

.single .c-breadcrumbs {
  margin-block-end: clamp(40px, 27.8345498783px + 3.2441200324vw, 80px)
}

.c-breadcrumbs__inner {
  max-width: calc(var(--container-max-width));
  margin-inline: auto;
  padding-inline: var(--container-padding);
  padding-block: 12px
}

.c-breadcrumbs__inner>span {
  padding-inline-end: .75rem;
  white-space: nowrap
}

.c-breadcrumbs a {
  color: var(--wp--custom--color--gray)
}

.c-breadcrumbs a:focus-visible {
  color: var(--wp--custom--color--gray)
}

.breadcrumb_last {
  color: var(--wp--custom--color--gray-dark)
}

.c-entries {
  display: grid;
  column-gap: var(--wp--preset--spacing--32);
  row-gap: var(--wp--preset--spacing--20);
  margin: 0;
  margin-block-end: var(--wp--preset--spacing--40);
  padding: 0;
  list-style: ""
}

.c-entries__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: var(--wp--preset--spacing--08)
}

.c-entries__image {
  aspect-ratio: 1;
  margin-block-end: unset
}

.c-entries__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--wp--custom--color--gray-light);
  border-radius: 4px
}

.c-entries__image a {
  display: block;
  height: 100%
}

.c-entries__title {
  margin-block: 0 var(--wp--preset--spacing--04);
  font-size: var(--wp--preset--font-size--medium)
}

.c-entries__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.c-entries__excerpt p {
  display: -webkit-box;
  margin-block: 0;
  font-size: .6875rem;
  line-height: var(--wp--custom--typography--line-height--medium);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.c-hamburger-button {
  display: grid;
  place-content: center;
  width: 56px;
  height: 56px;
  background: var(--wp--custom--color--primary-ex-light);
  cursor: pointer
}

.c-hamburger-button svg .line {
  transition: transform .5s ease, opacity .5s ease;
  fill: var(--wp--custom--color--primary)
}

.c-hamburger-button svg .middle {
  transition: opacity .5s ease
}

.c-hamburger-button svg .top,
.c-hamburger-button svg .bottom {
  transform-origin: center
}

.c-hamburger-button[aria-expanded=true] .top {
  transform: translate(-7.44px, 7.44px) rotate(45deg)
}

.c-hamburger-button[aria-expanded=true] .middle {
  opacity: 0
}

.c-hamburger-button[aria-expanded=true] .bottom {
  transform: translate(-7.44px, -7.44px) rotate(-45deg)
}

.c-pagetop {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  right: 16px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: .3s
}

.c-pagetop.is-visible {
  visibility: visible;
  opacity: 1
}

.c-pagetop__link {
  display: grid;
  place-content: center;
  width: inherit;
  height: inherit;
  border-radius: 4px;
  background-color: #cad0ed;
  transition: .3s all
}

.c-pagetop__link:before {
  display: block;
  width: 16.97px;
  height: 10.61px;
  background-color: var(--wp--custom--color--primary);
  content: "";
  clip-path: polygon(50% 0%, 100% 80%, 87.5% 100%, 50% 40%, 12.5% 100%, 0% 87.5%)
}

.c-pagetop__link:focus-visible {
  opacity: .7
}

.p-entry-meta {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: start;
  margin-block-end: 1rem;
  gap: var(--wp--preset--spacing--16)
}

.cat-links a {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  text-decoration: none
}

.cat-links a:before {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: var(--wp--custom--color--primary);
  content: ""
}

.tags-links {
  display: flex;
  column-gap: 10px
}

.tags-links a {
  padding: 4px 8px;
  border-radius: 20px;
  background-color: var(--wp--custom--color--gray-ex-light);
  color: var(--wp--custom--color--gray-ex-dark);
  font-size: .75rem;
  text-decoration: none
}

.tags-links a:before {
  margin-inline-end: 2px;
  content: "#"
}

.tags-links a:focus-visible {
  background-color: var(--wp--custom--color--primary-ex-light);
  color: var(--wp--custom--color--primary)
}

.posted-on {
  margin-block-end: 1rem
}

.p-entry-date {
  margin-block-end: 1rem;
  font-family: var(--wp--preset--font-family--montserrat)
}

.p-entry-title {
  margin-block-start: 0;
  color: var(--wp--custom--color--gray-dark)
}

@container site-main (width <=800px) {
  .p-entry-title {
    font-size: clamp(24px, 13.4385964912px + 3.0701754386cqw, 38px)
  }
}

.is-layout-flow>:first-child {
  margin-block-start: 0
}

.is-layout-constrained>:first-child {
  margin-block-start: 0
}

.is-layout-constrained>:last-child {
  margin-block-end: 0
}

@container site-main (width <=800px) {
  :root .is-layout-constrained {
    word-break: break-all
  }

  :root .is-layout-constrained a:where(:not(.wp-element-button)[target=_blank]):after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-inline-start: 4px;
    background-color: var(--wp--custom--color--primary-dark);
    content: "";
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22link%20NewWindow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20transform%3D%22translate(2)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%3E%3Crect%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%2211%22%20rx%3D%22.5%22%2F%3E%3C%2Fg%3E%3Crect%20width%3D%221%22%20height%3D%2210%22%20rx%3D%22.5%22%20transform%3D%22translate(0%204)%22%20%2F%3E%3Crect%20width%3D%221%22%20height%3D%2210%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%20-1.5%2011.5)%22%20%2F%3E%3Crect%20width%3D%221%22%20height%3D%224%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%203%207)%22%20%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%203%207)%22%20%2F%3E%3C%2Fsvg%3E")
  }

  :root .is-layout-constrained a:where(:not(.wp-element-button)[target=_blank]):focus-visible:after {
    background-color: var(--wp--custom--color--primary)
  }

  .wp-block-query:has(.wp-block-query-no-results) {
    display: none
  }
}

.error-404 {
  margin-block: 80px 16px
}

.error-404 .p-entry-title {
  font-size: var(--wp--preset--font-size--large)
}

.nav-links {
  display: flex;
  position: relative;
  justify-content: center;
  gap: var(--wp--preset--spacing--08)
}

.nav-links a.page-numbers {
  text-decoration: none
}

.nav-links a.page-numbers:focus-visible {
  border-color: var(--wp--custom--color--primary);
  background: var(--wp--custom--color--primary-ex-light);
  color: var(--wp--custom--color--primary)
}

.nav-links .page-numbers:not(.dots) {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--wp--custom--color--gray-light);
  border-radius: 4px;
  background: var(--wp--custom--color--white);
  color: var(--wp--custom--color--gray-dark);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--montserrat);
  transition: all .3s
}

.nav-links .page-numbers.current {
  border-color: var(--wp--custom--color--primary);
  background: var(--wp--custom--color--primary);
  color: var(--wp--custom--color--white)
}

.nav-links .page-numbers.dots {
  display: grid;
  align-self: end;
  font-family: var(--wp--preset--font-family--montserrat)
}

.nav-links .page-numbers.prev svg,
.nav-links .page-numbers.next svg {
  transition: all .3s
}

.nav-links .page-numbers.prev:focus-visible svg,
.nav-links .page-numbers.next:focus-visible svg {
  fill: var(--wp--custom--color--primary)
}

.p-open-campus {
  padding-block: 80px 60px;
  overflow: hidden;
  background: var(--wp--custom--color--beige)
}

.p-open-campus__inner {
  max-width: 345px;
  margin-inline: auto
}

.p-open-campus__title {
  z-index: 1;
  position: relative;
  margin-block: 0 var(--wp--preset--spacing--32);
  color: var(--wp--custom--color--gray-dark);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: var(--wp--custom--typography--line-height--medium)
}

.p-open-campus__title:before {
  z-index: -1;
  position: absolute;
  top: -2rem;
  content: attr(data-decoration-text);
  color: var(--wp--custom--color--white);
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--montserrat);
  white-space: nowrap
}

.p-open-campus__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: var(--wp--preset--spacing--40);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto
}

.p-open-campus__item-img {
  margin-block-end: var(--wp--preset--spacing--16)
}

.p-open-campus__item-title {
  display: inline-block;
  margin-block-end: .625rem;
  color: var(--wp--custom--color--primary-dark);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small)
}

.p-open-campus__item-utility {
  display: grid;
  row-gap: var(--wp--preset--spacing--08);
  margin: unset;
  padding: unset;
  color: var(--wp--custom--color--gray-dark);
  font-size: .75rem;
  list-style: ""
}

.p-open-campus__item-utility-item {
  margin-block: unset
}

.p-open-campus__item-utility-item a {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none
}

.p-open-campus__item-utility-item a:focus-visible {
  text-decoration: underline
}

.p-open-campus__item-utility-item a:before {
  width: 20px;
  height: 20px
}

.p-open-campus__item-utility-item[data-utility=map] a:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIGQ9Ik0wIDBoMjB2MjBIMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU0MSA1ODUpIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTQxIC01ODUpIj48cGF0aCBmaWxsPSIjMWZhNzNjIiBkPSJNNTUwLjM4MyA2MDIuNjc3QzU0NS44NDMgNTk2LjEgNTQ1IDU5NS40MTkgNTQ1IDU5M2E2IDYgMCAxMTEyIDBjMCAyLjQxOS0uODQzIDMuMDk1LTUuMzgzIDkuNjc3YS43NS43NSAwIDAxLTEuMjMzIDB6TTU1MSA1OTUuNWEyLjUgMi41IDAgMTAtMi41LTIuNSAyLjUgMi41IDAgMDAyLjUgMi41eiIvPjwvZz48L3N2Zz4=)
}

.p-open-campus__item-utility-item[data-utility=tel] a:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzFmYTczYyIgZD0iTTE0IDIuMDA3TDYuNSAyQTEuNSAxLjUgMCAwMDUgMy41VjE3YTEuNSAxLjUgMCAwMDEuNSAxLjVIMTRhMS41IDEuNSAwIDAwMS41LTEuNVYzLjVBMS41IDEuNSAwIDAwMTQgMi4wMDh6TTE0IDE1LjVINi41VjVIMTR6Ii8+PC9zdmc+)
}

.p-site-info {
  background: var(--wp--custom--color--primary)
}

.p-site-info__inner {
  max-width: 345px;
  margin-inline: auto;
  color: var(--wp--custom--color--white)
}

.p-site-info__inner a {
  color: currentColor;
  text-decoration: none
}

.p-site-info__inner a:focus-visible {
  color: currentColor;
  text-decoration: underline
}

.p-site-info__top {
  display: grid;
  row-gap: var(--wp--preset--spacing--24);
  padding-block: var(--wp--preset--spacing--32)
}

.p-site-info__logo {
  margin-block: unset
}

.p-site-info__middle {
  margin-block-end: var(--wp--preset--spacing--40)
}

.p-footer-nav {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--wp--preset--spacing--16);
  row-gap: var(--wp--preset--spacing--24);
  font-size: .875rem
}

.p-footer-nav__col {
  inline-size: 343px;
  margin-inline: auto;
  padding-inline: 10px
}

.p-footer-nav__sep {
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.p-footer-nav__title {
  margin-block-end: 0;
  font-weight: 700;
  font-size: .75rem
}

.p-footer-nav__list,
.p-footer-nav__item-list {
  display: grid;
  row-gap: .625rem;
  align-self: start;
  margin: unset;
  padding: unset;
  list-style: ""
}

.p-footer-nav__item-list {
  display: grid;
  row-gap: var(--wp--preset--spacing--08);
  margin-block-start: 10px
}

.p-footer-nav__list+.p-footer-nav__list {
  margin-block-start: 20px
}

.p-footer-nav__list.is-social .p-footer-nav__item-list {
  row-gap: var(--wp--preset--spacing--16)
}

.p-footer-nav__item,
.p-footer-nav__item-list-item {
  margin-block: unset
}

.p-footer-nav__item-list-item:before {
  margin-inline-end: var(--wp--preset--spacing--04);
  content: "-";
  font-size: .875rem
}

.p-footer-nav__col.-nav .p-footer-nav__list:last-child,
.p-footer-nav__col.-nav .p-footer-nav__item-list {
  grid-template-columns: repeat(2, 1fr);
  column-gap: var(--wp--preset--spacing--16)
}

.p-footer-social-nav {
  display: inline-flex;
  column-gap: var(--wp--preset--spacing--16);
  margin-block: unset
}

.p-footer-social-nav__title {
  flex-basis: fit-content;
  min-width: 76px
}

.p-footer-social-nav__item {
  display: grid;
  align-content: center;
  margin: unset
}

.p-footer-social-nav__item a {
  display: inherit
}

.p-site-info__bottom {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: var(--wp--preset--spacing--40);
  justify-items: center;
  padding-block: var(--wp--preset--spacing--32);
  border-top: 1px solid rgba(255, 255, 255, .5)
}

.p-footer-nav2 {
  display: flex;
  column-gap: var(--wp--preset--spacing--24);
  margin: unset;
  padding: unset;
  font-size: .875rem;
  list-style: ""
}

.p-footer-nav2__item {
  margin-block: unset
}

.p-footer-nav2__item a[target=_blank]:after {
  content: none
}

.p-page-header {
  margin-block-end: clamp(40px, 35.1338199513px + 1.297648013vw, 56px);
  background-color: var(--wp--custom--color--primary);
}

.home .p-page-header {
  margin-block-end: clamp(80px, 67.8345498783px + 3.2441200324vw, 120px);
  overflow: hidden
}

.p-page-header__inner {
  display: grid;
  align-items: center;
  max-width: calc(var(--container-max-width));
  height: 300px;
  margin-inline: auto;
  padding-inline: var(--container-padding)
}

.home .p-page-header__inner {
  height: 250px
}

.p-page-title {
  margin-block: 0;
  color: var(--wp--custom--color--white);
  font-size: clamp(32px, 29.5669099757px + .6488240065vw, 40px)
}

.home .p-page-title {
  position: relative
}

body.category .post-thumbnail {
  margin-block-start: -94px;
  margin-block-end: 120px
}

.widget-area .widget_block+.widget_block {
  margin-block-start: 3.5rem
}

.widget-area .wp-block-heading {
  margin-block-end: var(--wp--preset--spacing--24);
  padding-block-end: var(--wp--preset--spacing--16);
  border-bottom: 1px solid var(--wp--custom--color--gray-light);
  font-size: var(--wp--preset--font-size--medium)
}

.widget-area .wp-block-button {
  width: 100%
}

.widget-area .wp-block-button .wp-block-button__link {
  width: 100%;
  min-width: 100%
}

.widget-area .wp-block-categories-list {
  padding-inline-start: var(--wp--preset--spacing--24);
  font-weight: 700
}

.widget-area .wp-block-categories-list li+li {
  margin-block-start: var(--wp--preset--spacing--16)
}

.widget-area .wp-block-categories-list li::marker {
  color: var(--wp--custom--color--primary);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small)
}

.widget-area .wp-block-archives-list {
  padding: 0;
  font-weight: 700;
  list-style: ""
}

.widget-area .wp-block-archives-list li+li {
  margin-block-start: var(--wp--preset--spacing--16)
}

.widget-area .menu-sidebar-feature-container ul {
  margin: 0;
  padding: 0;
  list-style: ""
}

.widget-area .menu-sidebar-feature-container li+li {
  margin-block-start: var(--wp--preset--spacing--24)
}

.widget-area .menu-sidebar-feature-container li>a {
  display: grid;
  grid-template-columns: 33.3333333333% 61.5384615385%;
  column-gap: var(--wp--preset--spacing--16);
  align-items: center;
  font-weight: 700;
  text-decoration: none
}

.widget-area .menu-sidebar-feature-container li>a:focus-visible {
  text-decoration: underline
}

.widget-area .menu-sidebar-feature-container li img {
  aspect-ratio: 3/2;
  object-fit: cover
}

.wsp-posts-list {
  margin-block: var(--wp--preset--spacing--24)
}

.wsp-posts-list ul,
.wsp-posts-list li {
  margin-block: var(--wp--preset--spacing--08)
}

@media only print,
screen and (width >=768px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}

@media only print,
screen and (width >=1024px) {
  :root {
    --container-max-width: 1256px;
    --container-padding: 24px
  }

  a[target=_blank]:not(:has(img)):after {
    margin-inline-start: var(--wp--preset--spacing--08)
  }

  .l-wrapper {
    grid-template-columns: 66.2251655629% 25.8278145695%;
    column-gap: 7.9470198675%
  }

  .l-header {
    height: 100px
  }

  .l-header__inner {
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo link" "logo nav";
    column-gap: 64px;
    padding-inline: 24px
  }

  .l-header__logo-university {
    font-size: min(19px, 1vw)
  }

  .l-header__logo-column {
    font-size: min(35px, 2vw)
  }

  .l-header__home-link {
    display: block;
    align-self: start;
    justify-self: end;

    img {
      height: 30px;
      width: auto;
      object-fit: contain;
    }
  }

  .l-global-nav__container {
    justify-self: end
  }

  .l-global-nav {
    display: block
  }

  .l-global-nav__list {
    display: grid;
    grid-auto-flow: column;
    column-gap: clamp(24px, 1.5rem + (1vw - 10.24px) * 1.3699, 32px)
  }

  .l-global-nav__home-link {
    display: none
  }

  .c-entries {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .c-entries__item {
    grid-template-columns: 100px 1fr;
    column-gap: var(--wp--preset--spacing--16)
  }

  .c-entries__excerpt p {
    font-size: .8125rem
  }

  .c-hamburger-button {
    display: none
  }

  .c-pagetop {
    right: 24px;
    bottom: 100px;
    width: 72px;
    height: 72px
  }

  .c-pagetop__link:before {
    width: 22.63px;
    height: 14.14px
  }

  .p-entry-meta {
    grid-template-rows: auto;
    grid-template-columns: auto auto
  }

  .p-open-campus__inner {
    max-width: var(--container-max-width);
    padding-inline: var(--container-padding)
  }

  .p-open-campus__title {
    margin-block: 0 var(--wp--preset--spacing--40);
    font-size: 1.875rem
  }

  .p-open-campus__title:before {
    top: -4rem;
    left: calc(50% - 50vi);
    font-size: 6.25rem
  }

  .p-open-campus__list {
    grid-template-columns: repeat(3, 1fr)
  }

  .p-open-campus__item-title {
    font-size: var(--wp--preset--font-size--large)
  }

  .p-open-campus__item-utility {
    font-size: var(--wp--preset--font-size--small)
  }

  .p-site-info__inner {
    max-width: var(--container-max-width);
    padding-inline: var(--container-padding)
  }

  .p-site-info__top {
    grid-template-columns: 464px 1fr;
    column-gap: 90px;
    padding-block: var(--wp--preset--spacing--32) var(--wp--preset--spacing--16)
  }

  .p-footer-nav {
    grid-template-columns: unset;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    column-gap: 20px
  }

  .p-footer-nav__col {
    inline-size: unset;
    margin-inline: unset;
    padding-inline: unset
  }

  .p-footer-nav__sep {
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-bottom: unset
  }

  .p-footer-nav__col.-nav .p-footer-nav__list:last-child,
  .p-footer-nav__col.-nav .p-footer-nav__item-list {
    grid-template-columns: unset
  }

  .p-footer-nav__col.-related-link img {
    max-inline-size: 250px
  }

  .p-site-info__bottom {
    grid-template-columns: 1fr auto;
    justify-items: baseline;
    padding-block: var(--wp--preset--spacing--16)
  }

  .home .p-page-header__inner {
    height: 300px
  }

  .home .p-page-title:after {
    bottom: -5rem
  }
}

@media only print,
screen and (width >=1200px) {
  .p-footer-nav {
    column-gap: 30px
  }
}

@media print,
screen and (width < 1024px) {
  .l-global-nav {
    display: none
  }

  .l-global-nav[aria-hidden=false] {
    display: block;
    z-index: 10;
    position: fixed;
    width: 100%;
    inset: 56px 0 0;
    padding: 0 40px 40px;
    overflow-y: auto;
    background: var(--wp--custom--color--white)
  }

  .l-global-nav__list {
    margin-block-end: var(--wp--preset--spacing--40)
  }

  .l-global-nav__list-item {
    border-bottom: 1px solid var(--wp--custom--color--gray-light)
  }

  .l-global-nav__list-item a {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-block: 16px;
    color: var(--wp--custom--color--gray-ex-dark);
  }

  .l-global-nav__list-item a:after {
    aspect-ratio: 7/12;
    width: 7px;
    height: 12px;
    background-color: var(--wp--custom--color--primary);
    content: "";
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20d%3D%22m1.5%202%204%204-4%204%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E)
  }

  .widget-area {
    margin-block-start: 3.5rem
  }
}

@media (any-hover: hover) {
  a:where(:any-link, :enabled, summary):hover {
    transition: all .3s ease
  }

  a:has(img):where(:any-link, :enabled, summary):hover {
    opacity: .8
  }

  .l-global-nav__list a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline
  }

  .c-breadcrumbs a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline
  }

  .c-pagetop__link:where(:any-link, :enabled, summary):hover {
    opacity: .7
  }

  .tags-links a:where(:any-link, :enabled, summary):hover {
    background-color: var(--wp--custom--color--primary-ex-light);
    color: var(--wp--custom--color--primary)
  }

  :root .is-layout-constrained a:where(:not(.wp-element-button)[target=_blank]):where(:any-link, :enabled, summary):hover:after {
    background-color: var(--wp--custom--color--primary)
  }

  .nav-links a.page-numbers:where(:any-link, :enabled, summary):hover {
    border-color: var(--wp--custom--color--primary);
    background: var(--wp--custom--color--primary-ex-light);
    color: var(--wp--custom--color--primary)
  }

  .nav-links .page-numbers.prev:where(:any-link, :enabled, summary):hover svg,
  .nav-links .page-numbers.next:where(:any-link, :enabled, summary):hover svg {
    fill: var(--wp--custom--color--primary)
  }

  .p-open-campus__item-utility-item a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline
  }

  .p-site-info__inner a:where(:any-link, :enabled, summary):hover {
    color: currentColor;
    text-decoration: underline
  }

  .widget-area .menu-sidebar-feature-container li>a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline
  }
}

.table-wrap {
  margin-top: 24px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #cfcfcf;
}

.info-table th,
.info-table td {
  border: 1px solid #cfcfcf;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.65;
  padding: 18px 24px;
  text-align: left;
}

.info-table th {
  width: 120px;
  background: #444;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.info-table td {
  font-weight: 600;
  background: #fff;
}

.info-table a {
  color: #5699E3;
  text-decoration: underline;
}

.u-text-center {
  text-align: center;
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--custom--color--primary);
}