.ui-content::before {
  position: fixed;
  content: "";
  display: block;
  width: 100svw;
  height: 100svh;
  top: 0;
  left: 0;
  background: url(/gaiyou/images/006576/mv-bg.svg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 1040px) {
  .ui-content::before {
    background-position: left center;
    background-size: 100% auto;
  }
}
.ui-content {
  font-family: "Noto Sans JP", sans-serif;
}
.ui-content .container::before, .ui-content .container::after {
  content: none;
}
.ui-content h1, .ui-content h2, .ui-content h3, .ui-content h4 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}

.ui-article {
  background: transparent;
  font-size: clamp(14px, 1.6vw, 16px);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
  }
  100% {
    -webkit-transform: translate3d(-50%, -60%, 3px);
            transform: translate3d(-50%, -60%, 3px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
  }
  100% {
    -webkit-transform: translate3d(-50%, -60%, 3px);
            transform: translate3d(-50%, -60%, 3px);
  }
}
#mainimgs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 20px 50px;
  overflow: visible;
}
#mainimgs::before {
  content: none;
}
#mainimgs h1 {
  position: relative;
  width: 100%;
}
#mainimgs h1 img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
#mainimgs .images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 100px;
          perspective: 100px;
}
#mainimgs .img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #a8e4ed;
  border-radius: 50%;
  -webkit-animation: float 3s ease-out infinite alternate;
          animation: float 3s ease-out infinite alternate;
  will-change: transform;
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(1);
          transform: translate3d(-50%, -50%, 0px) scale(1);
}
#mainimgs .img img {
  width: auto;
}
#mainimgs .img-s {
  width: clamp(40px, 8vw, 140px);
  height: clamp(40px, 8vw, 140px);
}
#mainimgs .img-s img {
  height: clamp(12px, 2vw, 39px);
}
#mainimgs .img-l {
  width: clamp(60px, 12vw, 200px);
  height: clamp(60px, 12vw, 200px);
}
#mainimgs .img-l img {
  height: clamp(16px, 2vw, 46px);
}
#mainimgs .img:has(img[src*="-374."]) {
  top: 9%;
  left: 6%;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}
#mainimgs .img:has(img[src*="-1986."]) {
  top: 26%;
  left: 30%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
#mainimgs .img:has(img[src*="-500."]) {
  top: 75%;
  left: 9%;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}
#mainimgs .img:has(img[src*="-2."]) {
  top: 23%;
  left: 87%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
#mainimgs .img:has(img[src*="-11."]) {
  top: 14%;
  left: 58%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#mainimgs .img:has(img[src*="-87."]) {
  top: 55%;
  left: 20%;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
#mainimgs .img:has(img[src*="-291."]) {
  top: 95%;
  left: 90%;
  -webkit-animation-duration: 4.1s;
          animation-duration: 4.1s;
}
#mainimgs .img:has(img[src*="-390."]) {
  top: 40%;
  left: 77%;
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
#mainimgs .img:has(img[src*="-5180."]) {
  top: 55%;
  left: 92%;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
#mainimgs .img:has(img[src*="-7592."]) {
  top: 6%;
  left: 76%;
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
}
#mainimgs .img:has(img[src*="-7982."]) {
  top: 88%;
  left: 74%;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
}
@media screen and (min-width: 768px) {
  #mainimgs {
    padding-bottom: 150px;
  }
}

#pankuzu {
  background: transparent;
}

/*
// asset
================================================== */
.count {
  --max: attr(data-end);
  font-variant-numeric: tabular-nums;
  counter-set: countNum var(--count);
  display: inline-block;
}
.count::before {
  content: attr(data-count);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.scrollaction {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  will-change: opacity, transform;
  transition: 0.4s opacity ease-out, 0.4s -webkit-transform ease-out;
  transition: 0.4s opacity ease-out, 0.4s transform ease-out;
  transition: 0.4s opacity ease-out, 0.4s transform ease-out, 0.4s -webkit-transform ease-out;
}
.scrollaction[class*=fade] {
  opacity: 0;
}
.scrollaction.--animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.scrollaction.--animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.scrollaction.--animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.scrollaction.--animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.scrollaction.--animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*
// main
================================================== */
.sp_sec {
  padding: 7vw clamp(16px, 5vw, 120px) 15vw;
  -webkit-mask: url(/gaiyou/images/006576/mask1.svg) no-repeat top center/100% auto;
          mask: url(/gaiyou/images/006576/mask1.svg) no-repeat top center/100% auto;
  mask-mode: alpha;
  margin-top: -6vw;
}

.sec-heading {
  text-align: center;
  margin-bottom: clamp(16px, 2vw, 30px);
}
.sec-heading h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 0.6em;
  font-size: clamp(20px, 3vw, 50px);
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-heading p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 1em;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.5;
  text-align: left;
}

.sec-body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 3vw, 60px) clamp(16px, 10vw, 140px);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (min-width: 481px) {
  .sec-body {
    padding: 0;
  }
}

.sec-body-group {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 3vw, 60px);
}

.sec-body-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 0 auto;
  box-sizing: border-box;
  padding: clamp(20px, 1.5vw, 18px) clamp(12px, 1.6vw, 20px) clamp(10px, 2vw, 20px);
  font-size: clamp(16px, 1.3vw, 30px);
  background: url(/gaiyou/images/006576/corner-tl.png) no-repeat top left, url(/gaiyou/images/006576/corner-tr.png) no-repeat top right, url(/gaiyou/images/006576/corner-bl.png) no-repeat bottom left, url(/gaiyou/images/006576/corner-br.png) no-repeat bottom right;
  background-size: clamp(27px, 5vw, 54px);
}
.sec-body-item hgroup {
  position: relative;
  margin-bottom: 0.5em;
}
.sec-body-item hgroup small {
  text-align: center;
}
.sec-body-item h3 {
  border: none;
  font-size: clamp(18px, 1.6vw, 32px);
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.sec-body-item h4 {
  font-size: 1em;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
.sec-body-item mark {
  display: inline;
  background: #a8e4ed;
  font-style: normal;
}
.sec-body-item p {
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sec-body-item p + p {
  margin-top: 0.4em;
}
.sec-body-item strong {
  display: inline-block;
  font-size: 2em;
  color: #0058b0;
  font-weight: 700;
  line-height: 1;
}
.sec-body-item small {
  font-size: clamp(12px, 1vw, 14px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sec-body-item > small:last-child {
  margin-top: 1em;
}
.sec-body-item .item-body {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-body-item .img {
  display: block;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .sec-body-item {
    flex: 1 0 26%;
  }
}

#about .sec-heading h2 {
  background-color: #3e508d;
  color: #fff;
  margin-bottom: 0.2em;
}
#about .sec-body-item {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 481px) {
  #about .sec-body-group {
    flex-direction: row;
  }
  #about .sec-body-group > * {
    flex: 1 0 40%;
  }
}
@media screen and (min-width: 768px) {
  #about .sec-body {
    grid-template-columns: 1fr 1.4fr 1fr;
  }
  #about .sec-body-group {
    flex-direction: column;
    justify-content: flex-start;
  }
  #about .sec-body-group > * {
    flex: 1 0 auto;
  }
}

#about-founding .img {
  width: clamp(32px, 4vw, 74px);
  margin: 20px auto 0;
}
@media screen and (min-width: 1040px) {
  #about-founding .item-body {
    justify-content: flex-start;
  }
}

#about-place .item-body {
  padding-top: 10px;
  padding-bottom: 100px;
}
#about-place .img {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 106%;
  max-width: inherit;
}

#about-students .item-body div {
  border-top: 4px solid #a8e4ed;
  padding-top: 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
}
#about-students .img {
  position: absolute;
  z-index: 1;
}
#about-students .img:nth-of-type(1) {
  bottom: -20px;
  left: calc(clamp(15px, 6vw, 120px) * -1.1);
  width: clamp(55px, 6vw, 120px);
}
#about-students .img:nth-of-type(2) {
  bottom: 10%;
  right: calc(clamp(0px, 8vw, 154px) * -0.7);
  width: clamp(75px, 8vw, 154px);
}

#about-faculty {
  padding-bottom: 20px;
}
#about-faculty .img {
  position: absolute;
  z-index: 3;
  bottom: -15px;
  right: -3%;
  width: clamp(80px, 8vw, 160px);
}
@media screen and (min-width: 481px) {
  #about-faculty {
    padding-right: clamp(60px, 8vw, 160px);
  }
}
@media screen and (min-width: 768px) {
  #about-faculty {
    padding-left: 40px;
  }
  #about-faculty .img {
    bottom: -20%;
    right: 6%;
  }
}

#about-camera .img {
  width: clamp(40px, 5vw, 81px);
}
#about-camera .item-body {
  flex-direction: row;
  gap: 1em;
  align-items: center;
}

#environment-research {
  background: url(/gaiyou/images/006576/pat.png) repeat center #dcf4f8;
  background-size: 15px;
}
#environment-research .sec-body-item {
  background-color: #fff;
}
#environment-research .sec-body {
  gap: clamp(30px, 3vw, 60px) clamp(16px, 6vw, 130px);
}
@media screen and (min-width: 481px) {
  #environment-research .sec-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #environment-research .sec-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1040px) {
  #environment-research {
    background-size: 30px;
  }
}

#environment-campussize .images {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
#environment-campussize .images span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#environment-campussize .images span:nth-of-type(5) {
  grid-column: 5/6;
  grid-row: 1/3;
}
#environment-campussize .images span:nth-of-type(5) img {
  width: 100%;
  height: auto;
  -webkit-mask: linear-gradient(to right, #fff 70%, rgba(255, 255, 255, 0.2) 70%) no-repeat;
          mask: linear-gradient(to right, #fff 70%, rgba(255, 255, 255, 0.2) 70%) no-repeat;
  mask-mode: alpha;
}
#environment-campussize .images span:nth-of-type(2) .img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#environment-campussize .images span:nth-of-type(3) .img {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#environment-campussize .images span:nth-of-type(4) .img {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#environment-campussize .images span:nth-of-type(5) .img {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
#environment-campussize .images span:nth-of-type(6) .img {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#environment-campussize .images span:nth-of-type(7) .img {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#environment-campussize .images span:nth-of-type(8) .img {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#environment-campussize .images span:nth-of-type(9) .img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#environment-laboratories .item-body {
  justify-content: space-evenly;
}
#environment-laboratories .images {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(5px, 2vw, 20px);
}
#environment-laboratories .images span {
  flex: 1 1 26%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#environment-libraries .item-body, #environment-libraries .images {
  padding-right: clamp(46px, 6vw, 92px);
}
#environment-libraries .images {
  position: relative;
  display: flex;
  justify-content: center;
}
#environment-libraries .img:nth-of-type(2) {
  width: clamp(46px, 6vw, 92px);
  position: absolute;
  right: 0;
  bottom: 0;
}

#environment-supercomputer .item-body p:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
#environment-supercomputer .img {
  display: inline-block;
  margin-right: 0.5em;
  width: clamp(32px, 5vw, 59px);
}

#environment-worldranking::before {
  content: "";
  background: url(/gaiyou/images/006576/environment-worldranking.png) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  opacity: 0;
  transition: 1s linear 0.6s;
}
#environment-worldranking.--animated::before {
  opacity: 0.8;
}

#environment-schoolbus {
  padding-bottom: 40px;
}
#environment-schoolbus .img {
  width: clamp(70px, 8vw, 150px);
  position: absolute;
  top: 87%;
  left: 50%;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
  transition-duration: 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
#environment-schoolbus .img.--animated {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

#environment-computers {
  padding-bottom: 40px;
}
#environment-computers .item-body {
  padding-right: 30%;
}
#environment-computers .img {
  position: absolute;
  width: 50%;
  bottom: -30px;
  left: 65%;
}
@media screen and (min-width: 1040px) {
  #environment-computers .img {
    bottom: -50px;
    width: clamp(100px, 30vw, 253px);
    right: calc(clamp(100px, 30vw, 253px) * -0.7);
  }
}

#careers {
  -webkit-mask-image: url(/gaiyou/images/006576/mask2.svg);
          mask-image: url(/gaiyou/images/006576/mask2.svg);
  background: url(/gaiyou/images/006576/pat.png) repeat center #fff;
  background-size: 15px;
  padding-bottom: clamp(160px, 25vw, 200px);
}
#careers .sec-body {
  max-width: 1600px;
  gap: clamp(16px, 3vw, 56px);
}
#careers .sec-body-group {
  justify-content: flex-start;
}
#careers .sec-body-item {
  background-color: #fff;
}
@media screen and (min-width: 481px) {
  #careers .sec-body-group:nth-of-type(1) {
    flex-direction: row;
  }
  #careers .sec-body-group:nth-of-type(1) > * {
    flex: 1 0 40%;
  }
}
@media screen and (min-width: 620px) {
  #careers .sec-body-group:nth-of-type(2) {
    flex-direction: row;
  }
  #careers .sec-body-group:nth-of-type(2) > * {
    flex: 1 0 40%;
  }
}
@media screen and (min-width: 1040px) {
  #careers {
    background-size: 30px;
  }
  #careers .sec-body {
    grid-template-columns: 0.8fr 2fr;
  }
  #careers .sec-body-group:nth-of-type(1) {
    flex-direction: column;
    grid-column: auto;
    grid-row: auto;
  }
  #careers .sec-body-group:nth-of-type(1) > * {
    flex: 0 0 auto;
  }
  #careers .sec-body-group:nth-of-type(2) {
    flex: 1;
    grid-column: auto;
    grid-row: auto;
  }
  #careers .sec-body-group:nth-of-type(2) > * {
    flex: 1 0 40%;
  }
}

#careers-img {
  max-width: 1600px;
  margin: 0 auto 0;
}
#careers-img .container {
  position: relative;
}
#careers-img img {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 0;
  width: clamp(181px, 25vw, 362px);
}
@media screen and (min-width: 768px) {
  #careers-img img {
    bottom: -20px;
  }
}

#careers-employment .img {
  position: absolute;
  bottom: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(44px, 5vw, 88px);
}

#careers-exam-rankings {
  padding-bottom: clamp(30px, 3vw, 50px);
}
#careers-exam-rankings .item-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#careers-exam-rankings .item-heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(82.5px, 8vw, 120px);
}
#careers-exam-rankings .item-heading h3 {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
#careers-exam-rankings .item-body-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 40px) clamp(20px, 2vw, 30px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#careers-exam-rankings .item-body {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  align-items: center;
}
#careers-exam-rankings .item-body h4 {
  text-align: left;
  grid-column: 1/2;
  grid-row: 1/2;
}
#careers-exam-rankings .item-body p {
  grid-column: 2/3;
  grid-row: 1/3;
}
#careers-exam-rankings .item-body p small {
  text-align: center;
}
#careers-exam-rankings .item-body > small {
  text-align: left;
  margin: 0;
  grid-column: 1/2;
}
@media screen and (min-width: 1040px) {
  #careers-exam-rankings .item-body {
    gap: 0.25em;
  }
}

#careers-rankings {
  padding-bottom: clamp(30px, 3vw, 50px);
}
#careers-rankings .item-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#careers-rankings .item-heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(82.5px, 8vw, 120px);
}
#careers-rankings .item-heading h3 {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
#careers-rankings .item-body-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 40px) clamp(20px, 2vw, 30px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#careers-rankings .item-body {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  align-items: center;
}
#careers-rankings .item-body h4 {
  text-align: left;
  grid-column: 1/2;
  grid-row: 1/2;
}
#careers-rankings .item-body p {
  grid-column: 2/3;
  grid-row: 1/3;
}
#careers-rankings .item-body p small {
  text-align: center;
}
#careers-rankings .item-body > small {
  text-align: left;
  margin: 0;
  grid-column: 1/2;
}
@media screen and (min-width: 1040px) {
  #careers-rankings .item-body {
    gap: 0.25em;
  }
}

#student-life {
  background: #e5f7fa;
  padding-bottom: 6vw;
}
#student-life .sec-body-item {
  background-color: #fff;
}
@media screen and (min-width: 481px) {
  #student-life .sec-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #student-life .sec-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(30px, 3vw, 60px) clamp(16px, 5vw, 120px);
  }
}

#student-life-clubs .img {
  position: absolute;
}
#student-life-clubs .img:nth-of-type(1) {
  top: 25%;
  left: 10%;
  width: clamp(30px, 3vw, 61px);
}
#student-life-clubs .img:nth-of-type(2) {
  top: 20%;
  right: 10%;
  width: clamp(30px, 3vw, 54px);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#student-life-clubs .img:nth-of-type(3) {
  bottom: 10%;
  left: 4%;
  width: clamp(30px, 3vw, 55px);
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#student-life-clubs .img:nth-of-type(4) {
  bottom: 8%;
  right: 4%;
  width: clamp(30px, 3vw, 60px);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#student-life-international .item-body p:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
#student-life-international .img {
  display: inline-block;
  margin-right: 0.5em;
  width: clamp(32px, 5vw, 65px);
}

#student-life-agreements .item-body p:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
#student-life-agreements .img {
  display: inline-block;
  margin-right: 0.5em;
  width: clamp(32px, 5vw, 66px);
}


