@charset "UTF-8";
/* 下層ページtop
---------------------------------------- */
.page.page--top .section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page.page--top .section-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page.page--top .section-ttl--en {
  margin-bottom: 0.5625rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.5rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page.page--top .section-ttl--en {
    margin-bottom: 0.25rem;
    font-size: 2.75rem;
  }
}
.page.page--top .section-ttl--ja {
  color: #113364;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.064em;
}
@media only screen and (max-width: 768px) {
  .page.page--top .section-ttl--ja {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
.page.page--top .action-link-wrapper {
  position: relative;
  top: -0.375rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .action-link__summary {
    font-size: 0.875rem;
  }
}
.page.page--top .action-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  color: #113364;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page.page--top .action-link:hover::after {
  background-image: url(/common/image/ico_arrow_circle_03_white.svg);
}
.page.page--top .action-link:hover .action-link__summary::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.page.page--top .action-link::after {
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(/common/image/ico_arrow_circle_03_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .action-link::after {
    width: 3rem;
    height: 3rem;
    background-image: url(/common/image/ico_arrow_circle_07_navy.svg);
    top: 0.25rem;
  }
}
.page.page--top .action-link__summary {
  position: relative;
}
.page.page--top .action-link__summary::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #113364;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .action-link__summary::before {
    bottom: -0.375rem;
  }
}
.page.page--top .about {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .about {
    margin-bottom: 4.25rem;
  }
}
.page.page--top .about .ttl--primary--page-cat {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}
.page.page--top .about .about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page.page--top .about .about-content__summary {
  width: 46.2068965517%;
  padding-top: 1.0625rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .about .about-content__summary {
    width: 100%;
    padding-top: 1.5625rem;
  }
}
.page.page--top .about .about-content__copy {
  margin-top: 2.75rem;
  letter-spacing: 0.032em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page.page--top .about .about-content__copy {
    margin-top: 1.25rem;
  }
}
.page.page--top .about .about-content__figure {
  width: 48.275862069%;
  padding-top: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .about .about-content__figure {
    width: 100%;
    padding-top: 0;
  }
}
.page.page--top .about .btn-wrapper {
  margin-top: 3.25rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .about .btn-wrapper {
    margin-top: 1.75rem;
  }
}
.page.page--top .about .btn {
  padding-left: 6.4375rem;
  padding-right: 6.875rem;
}
.page.page--top .news {
  max-width: 72.5rem;
  width: calc(100% - 64px);
  min-height: unset;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.125rem;
  background-color: #EAF0F4;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news {
    max-width: none;
    width: 100%;
    margin-bottom: 3.25rem;
  }
}
.page.page--top .news .inner {
  max-width: 65.875rem;
  padding-top: 4.125rem;
  padding-bottom: 5.25rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .inner {
    padding-top: 2.75rem;
    padding-bottom: 3.125rem;
  }
}
.page.page--top .news .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4375rem;
  }
}
.page.page--top .news .tab__header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page.page--top .news .tab__body {
  width: 100%;
}
.page.page--top .news .tab__ttl {
  row-gap: 0.5625rem;
  margin-bottom: 3.0625rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__ttl {
    margin-bottom: 0;
  }
}
.page.page--top .news .tab__ttl__en {
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__ttl__en {
    font-size: 2.75rem;
  }
}
.page.page--top .news .tab__list-container {
  margin-top: 0;
  position: relative;
  top: -0.3125rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__list-container {
    border-top: 0.0625rem solid #C5CBCE;
    margin-bottom: 1.5rem;
  }
}
.page.page--top .news .tab__list {
  margin-top: 0;
}
.page.page--top .news .tab__item {
  padding-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__item {
    padding-left: 0;
  }
}
.page.page--top .news .tab__item::before {
  display: none;
}
.page.page--top .news .tab__item + .tab__item {
  margin-top: 0;
}
.page.page--top .news .tab__link {
  border-top: none;
  border-bottom: 0.0625rem solid #C5CBCE;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__summary {
    width: 100%;
  }
}
.page.page--top .news .tab__action-link {
  padding-left: 0;
}
.page.page--top .news .tab__action-link::after {
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .news .tab__action-link::after {
    width: 3rem;
    height: 3rem;
  }
}
.page.page--top .project {
  margin-bottom: 7.125rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .project {
    margin-bottom: 4rem;
  }
}
.page.page--top .project__list {
  padding-left: 0;
  margin-top: 3.4375rem;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .page.page--top .project__list {
    margin-top: 2rem;
    margin-bottom: 2.75rem;
  }
}
.page.page--top .project__item {
  padding-left: 0;
}
.page.page--top .project__item::before {
  display: none;
}
.page.page--top .project__item:first-child .project__link {
  border-top: 0.0625rem solid #ABB5BA;
}
.page.page--top .project .project__item + .project__item {
  margin-top: 0;
}
.page.page--top .project__link {
  display: block;
  padding: 2.625rem 6.25rem 2.875rem 1.25rem;
  border-bottom: 0.0625rem solid #ABB5BA;
  color: #113364;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05936em;
  line-height: 1.3333333333;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page.page--top .project__link {
    padding: 1.5rem 2.5rem 1.5625rem 0.5rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.page.page--top .project__link:hover {
  text-decoration: underline;
}
.page.page--top .project__link:hover::after {
  background-image: url(/common/image/ico_arrow_circle_02_navy.svg);
}
.page.page--top .project__link::after {
  content: "";
  display: block;
  width: 3.0625rem;
  height: 3.0625rem;
  background-image: url(/common/image/ico_arrow_circle_02_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .project__link::after {
    width: 1.875rem;
    height: 1.875rem;
    right: 0;
  }
}
.page.page--top .column {
  margin-bottom: 7.4375rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .column {
    margin-bottom: 4rem;
  }
}
.page.page--top .column .column-list {
  margin-top: 3.6875rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .column .column-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page.page--top .other-links__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .page.page--top .other-links__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
.page.page--top .other-links__card {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 768px) {
  .page.page--top .other-links__card {
    width: 100%;
  }
}
.page.page--top .other-links__link {
  display: block;
  width: 100%;
  padding: 3.875rem 7rem 3.9375rem 3.1875rem;
  background: -webkit-linear-gradient(342deg, #FFFFFF -15%, #C5DAF2 100%);
  background: linear-gradient(108deg, #FFFFFF -15%, #C5DAF2 100%);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .other-links__link {
    padding: 2.4375rem 4.5rem 2.25rem 1.5rem;
  }
}
.page.page--top .other-links__link:hover {
  background: -webkit-linear-gradient(342deg, #FFFFFF -15%, rgba(197, 218, 242, 0.7) 100%);
  background: linear-gradient(108deg, #FFFFFF -15%, rgba(197, 218, 242, 0.7) 100%);
}
.page.page--top .other-links__link:hover::after {
  background-image: url(/common/image/ico_arrow_circle_02_navy.svg);
}
.page.page--top .other-links__link:hover .other-links__ttl--en, .page.page--top .other-links__link:hover .other-links__ttl--ja {
  color: rgba(17, 51, 100, 0.7);
}
.page.page--top .other-links__link::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(/common/image/ico_arrow_circle_02_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .other-links__link::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 1rem;
  }
}
.page.page--top .other-links__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page.page--top .other-links__ttl--en {
  margin-bottom: 0.375rem;
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .other-links__ttl--en {
    margin-bottom: 0.125rem;
    font-size: 2.0625rem;
  }
}
.page.page--top .other-links__ttl--ja {
  color: #113364;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.064em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page.page--top .other-links__ttl--ja {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}

/* 下層ページheader
---------------------------------------- */
.page .header {
  background: #FFFFFF -webkit-linear-gradient(349deg, #FAFDFF 0%, #DAEBFF 45%, rgba(188, 219, 255, 0.3019607843) 100%);
  background: #FFFFFF linear-gradient(101deg, #FAFDFF 0%, #DAEBFF 45%, rgba(188, 219, 255, 0.3019607843) 100%);
}
@media only screen and (max-width: 768px) {
  .page .header {
    background: #FFFFFF -webkit-linear-gradient(349deg, #FAFDFF 0%, #DAEBFF 36%, rgba(188, 219, 255, 0.3019607843) 100%);
    background: #FFFFFF linear-gradient(101deg, #FAFDFF 0%, #DAEBFF 36%, rgba(188, 219, 255, 0.3019607843) 100%);
  }
}
.page .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page .header.is-active::before {
  opacity: 1;
}

/* 下層ページmain
---------------------------------------- */
#news .content__cover, #news-nssu .content__cover {
  background-image: url(/news/image/img_content-cover_news_01.png);
}
@media only screen and (max-width: 768px) {
  #news .content__cover, #news-nssu .content__cover {
    background-image: url(/news/image/img_content-cover_news_01_sp.png);
  }
}

.page--ss .content__cover {
  background-image: url(/ss/image/img_content-cover_ss_01.png);
}
@media only screen and (max-width: 768px) {
  .page--ss .content__cover {
    background-image: url(/ss/image/img_content-cover_ss_01_sp.png);
  }
}

.page--osc .content__cover {
  background-image: url(/osc/image/img_content-cover_osc_01.png);
}
@media only screen and (max-width: 768px) {
  .page--osc .content__cover {
    background-image: url(/osc/image/img_content-cover_osc_01_sp.png);
  }
}

.page--cph .content__cover {
  background-image: url(/cph/image/img_content-cover_cph_01.png);
}
@media only screen and (max-width: 768px) {
  .page--cph .content__cover {
    background-image: url(/cph/image/img_content-cover_cph_01_sp.png);
  }
}

#collaboration .content__cover, #policy .content__cover, #activity .content__cover, #contact .content__cover {
  background-image: url(/activity/image/img_content-cover_activity_01.png);
}
@media only screen and (max-width: 768px) {
  #collaboration .content__cover, #policy .content__cover, #activity .content__cover, #contact .content__cover {
    background-image: url(/activity/image/img_content-cover_activity_01_sp.png);
  }
}

.content__header {
  padding-top: 5.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content__header {
    padding-top: 3.4375rem;
  }
}
.content__header::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(345deg, #FAFDFF 0%, #DAEBFF 45%, rgba(188, 219, 255, 0.3019607843) 100%);
  background: linear-gradient(105deg, #FAFDFF 0%, #DAEBFF 45%, rgba(188, 219, 255, 0.3019607843) 100%);
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .content__header::before {
    background: -webkit-linear-gradient(345deg, #FAFDFF 0%, #DAEBFF 36%, rgba(188, 219, 255, 0.3019607843) 100%);
    background: linear-gradient(105deg, #FAFDFF 0%, #DAEBFF 36%, rgba(188, 219, 255, 0.3019607843) 100%);
  }
}
.content__cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 17.6875rem;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .content__cover {
    min-height: 8.375rem;
  }
}
.content .ttl--primary {
  width: 100%;
  max-width: 75rem;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  margin: 0 auto;
  color: #113364;
  font-family: "Noto Serif JP", serif;
  font-size: 2.75rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  position: relative;
  top: -1.9375rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .content .ttl--primary {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
    font-size: 1.3125rem;
    letter-spacing: 0;
    top: -0.75rem;
  }
}
.content .ttl--primary-cat {
  top: -1.1875rem;
}
@media only screen and (max-width: 768px) {
  .content .ttl--primary-cat {
    top: -0.5rem;
  }
}
.content .ttl--primary--page-cat {
  margin-bottom: 0.3125rem;
  font-size: 1.1875rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .content .ttl--primary--page-cat {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.content__body {
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  -webkit-padding-after: 7.375rem;
          padding-block-end: 7.375rem;
}
@media only screen and (max-width: 768px) {
  .content__body {
    -webkit-padding-before: 2.0625rem;
            padding-block-start: 2.0625rem;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}
.content__body .inner > *:first-child {
  margin-top: 0;
}

/* 下層ページTOP news 表示出しわけ
---------------------------------------- */
.page:is(.page--news, .page--news--nssu, .page--ss-news, .page--osc-news, .page--cph-news) .tab__list {
  margin-top: 0;
}

#ss .tab__ttl, #osc .tab__ttl, #cph .tab__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#ss .tab__btn-list, #osc .tab__btn-list, #cph .tab__btn-list {
  display: none;
}

#ss .tab__item:nth-child(n+6) {
  display: none;
}
#ss .tab__item.nssu, #ss .tab__item.osc, #ss .tab__item.cph {
  display: none;
}

#osc .tab__item:nth-child(n+6) {
  display: none;
}
#osc .tab__item.nssu, #osc .tab__item.ss, #osc .tab__item.cph {
  display: none;
}

#cph .tab__item:nth-child(n+6) {
  display: none;
}
#cph .tab__item.nssu, #cph .tab__item.ss, #cph .tab__item.osc {
  display: none;
}

/* 下層ページ 記事ページタイトル
---------------------------------------- */
.content__body--single .single-ttl {
  margin-bottom: 2.6875rem;
}
@media only screen and (max-width: 768px) {
  .content__body--single .single-ttl {
    margin-bottom: 1.9375rem;
  }
}
.content__body--single .single-ttl + * {
  margin-top: 0;
}
.content__body--single .single-ttl__info {
  display: block;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .content__body--single .single-ttl__info {
    margin-bottom: 0.5rem;
  }
}
.content__body--single .single-ttl__cat {
  display: inline-block;
  padding: 0.375rem 1.1875rem 0.5rem 1.3125rem;
  margin-right: 0.6875rem;
  background-color: #113364;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.05936em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content__body--single .single-ttl__cat {
    padding: 0.1875rem 0.6875rem 0.25rem 0.75rem;
    margin-right: 0.3125rem;
    font-size: 0.8125rem;
  }
}
.content__body--single .single-ttl__date {
  color: #113364;
  font-size: 1.125rem;
  letter-spacing: 0.05936em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content__body--single .single-ttl__date {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
.content__body--single .single-ttl__main {
  display: block;
  font-size: 2rem;
  line-height: 1.5625;
}
@media only screen and (max-width: 768px) {
  .content__body--single .single-ttl__main {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}

/* 下層ページTOP column 4番目以降非表示
---------------------------------------- */
#ss .column-list .column-list__item:nth-child(n+4), #osc .column-list .column-list__item:nth-child(n+4), #cph .column-list .column-list__item:nth-child(n+4) {
  display: none;
}/*# sourceMappingURL=page.css.map */