.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print,
(min-width: 660.98px) {
  .footer__address,
  .footer__linkText,
  .footer__telNum {
    position: relative;
    top: 1.5px;
  }

  .footer__linkText {
    top: 1px;
  }

  .footer__text--small {
    line-height: 27px !important;
    position: relative;
    top: -1px;
  }

  .footer__tel {
    margin-top: 1.125rem !important;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .container {
    min-width: 320px;
  }
}

@media print,
(min-width: 660.98px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media only screen and (max-width: 660px) {
  .wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media print,
(min-width: 660.98px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 660px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

sup {
  vertical-align: super;
}

@media print,
(min-width: 660.98px) {
  sup {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 660px) {
  sup {
    font-size: 0.75rem;
  }
}

.heading-common-page {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-page * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-page .heading-title {
  display: block;
  margin: 0;
}

.heading-common-page .title-label {
  display: block;
  color: #7992b7;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}

.heading-common-page .title-highlight {
  display: block;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.heading-common-page .wrapper {
  margin: 0 auto;
}

@media print,
(min-width: 660.98px) {
  .heading-common-page {
    padding: 207px 0 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.09%, #fff 100%), url("../images/common/heading_bg_01.png") top left/100% auto no-repeat;
  }

  .heading-common-page .title-label {
    margin-bottom: 32px;
    padding: 1px 0;
    font-size: 18px;
  }

  .heading-common-page .title-highlight {
    font-size: 28px;
    line-height: 2;
  }

  .heading-common-page .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    padding: 0;
  }
}

@media only screen and (max-width: 660px) {
  .heading-common-page {
    padding: 6rem 0 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.09%, #fff 100%), url(../images/common/sp/heading_bg_01.png) top left / 100% auto no-repeat;
  }

  .heading-common-page .title-label {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }

  .heading-common-page .title-highlight {
    font-size: 1.375rem;
    line-height: 1.8;
  }

  .heading-common-page .wrapper {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.heading-common-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-step .heading-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #a8b8d1;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

.heading-common-step .label-highlight {
  font-family: "Cardo", serif;
  letter-spacing: 1px;
  line-height: 1.8;
}

.heading-common-step .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #eaedf4;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media print,
(min-width: 660.98px) {
  .heading-common-step {
    margin-bottom: 48px;
  }

  .heading-common-step .heading-label {
    width: 21.6666666667%;
    padding: 24px 8px;
    font-size: 0.8125rem;
  }

  .heading-common-step .label-highlight {
    margin-top: 12px;
    font-size: 2.5rem;
  }

  .heading-common-step .heading-wrapper {
    padding: 16px 32px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 660px) {
  .heading-common-step {
    margin-bottom: 3rem;
  }

  .heading-common-step .heading-label {
    width: 5.625rem;
    padding: 1.4688rem 0.25rem;
    font-size: 0.75rem;
  }

  .heading-common-step .label-highlight {
    margin-top: 0.75rem;
    font-size: 2rem;
  }

  .heading-common-step .heading-wrapper {
    padding: 1rem 2rem 1rem 0.5rem;
    font-size: 1rem;
  }
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #4c6794;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
}

.title-common-primary * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.title-common-primary::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  margin-left: 24px;
  background-color: #d1d9e6;
}

@media print,
(min-width: 660.98px) {
  .title-common-primary {
    margin-bottom: 36px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 660px) {
  .title-common-primary {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}

.title-common-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.title-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.title-common-step .icon-common-number {
  margin-right: 16px;
}

@media print,
(min-width: 660.98px) {
  .title-common-step {
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 660px) {
  .title-common-step {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}

.icon-common-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  min-height: 43px;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #4c6794;
  font-family: "Cardo", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.icon-common-number * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step {
  position: relative;
  z-index: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step .box-wrapper {
  position: relative;
  background-color: #f6f9fc;
}

.box-common-step .box-heading .heading-banner {
  margin: 0 auto;
}

@media print,
(min-width: 660.98px) {
  .box-common-step {
    padding-bottom: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c6794), to(#4c6794)) 50% 50%/1px 100% no-repeat;
    background: linear-gradient(to bottom, #4c6794, #4c6794) 50% 50%/1px 100% no-repeat;
  }

  .box-common-step:last-child {
    padding-bottom: 0;
    background: none;
  }

  .box-common-step .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .box-common-step .box-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    padding: 24px 0;
  }

  .box-common-step .box-heading .heading-banner {
    width: calc(100% - 32px);
    max-width: 300px;
  }

  .box-common-step .box-content {
    padding: 64px;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .box-common-step .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-common-step .box-heading {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  .box-common-step {
    padding-bottom: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c6794), to(#4c6794)) 50% 50%/0.0625rem 100% no-repeat;
    background: linear-gradient(to bottom, #4c6794, #4c6794) 50% 50%/0.0625rem 100% no-repeat;
  }

  .box-common-step:last-child {
    padding-bottom: 0;
    background: none;
  }

  .box-common-step .box-heading .heading-banner {
    width: calc(100% - 3rem);
    max-width: 13.1875rem;
  }

  .box-common-step .box-content {
    padding: 2rem 1.5rem;
  }
}

.content-common-step:last-child {
  margin-bottom: 0;
}

.content-common-step .content-paragraph {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}

.content-common-step .content-paragraph:last-child {
  margin-bottom: 0;
}

.content-common-step .content-paragraph p:last-child {
  margin-bottom: 0;
}

.content-common-step .content-box {
  background-color: #fff;
}

.content-common-step .content-box:last-child {
  margin-bottom: 0;
}

.content-common-step .content-note {
  color: #787c85;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.content-common-step .content-note:last-child {
  margin-bottom: 0;
}

.content-common-step .content-note p:last-child {
  margin-bottom: 0;
}

.content-common-step .content-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print,
(min-width: 660.98px) {
  .content-common-step {
    margin-bottom: 48px;
  }

  .content-common-step .content-paragraph {
    margin-bottom: 40px;
  }

  .content-common-step .content-box {
    margin-bottom: 40px;
    padding: 32px;
  }

  .content-common-step .content-note {
    margin-bottom: 40px;
  }

  .content-common-step .content-controller {
    gap: 16px;
  }
}

@media only screen and (max-width: 660px) {
  .content-common-step {
    margin-bottom: 2.5rem;
  }

  .content-common-step .content-paragraph {
    margin-bottom: 2rem;
  }

  .content-common-step .content-box {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }

  .content-common-step .content-note {
    margin-bottom: 2rem;
  }

  .content-common-step .content-controller {
    gap: 0.5rem;
  }
}

.list-common-step {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  list-style: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.list-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-common-step .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.list-common-step .list-item:last-child {
  margin-bottom: 0;
}

.list-common-step .item-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4c6794;
}

.list-common-step .item-label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: url("../img/common/icon_check_01.svg") 50% 50%/100% auto no-repeat;
}

.list-common-step .item-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.list-common-step .item-detail p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .list-common-step .item-label {
    width: 76px;
    margin-right: 24px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 660px) {
  .list-common-step .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-common-step .item-label {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
  }

  .list-common-step .item-detail {
    padding-left: 1.5rem;
  }
}

.link-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8e9299;
  border-radius: 2px;
  background-color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.link-common-primary * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link-common-primary::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/common/icon_arrow_01.svg") 50% 50%/100% auto no-repeat;
}

@media print,
(min-width: 660.98px) {
  .link-common-primary {
    min-height: 59px;
    padding: 16px 16px 16px 32px;
    font-size: 15px;
    line-height: 1.4666666667;
  }

  .link-common-primary::after {
    width: 16px;
    height: 22px;
    margin-left: 16px;
  }
}

@media only screen and (max-width: 660px) {
  .link-common-primary {
    min-height: 3.625rem;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }

  .link-common-primary::after {
    width: 1rem;
    height: 1.25rem;
    margin-left: 1rem;
  }
}

.paragraph-common {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.paragraph-common p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .paragraph-common {
    font-size: 1rem;
  }

  .paragraph-common p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 660px) {
  .paragraph-common {
    font-size: 0.875rem;
  }

  .paragraph-common p {
    margin-bottom: 1.75rem;
  }
}

.paragraph-common-tertiary {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.paragraph-common-tertiary p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .paragraph-common-tertiary {
    font-size: 0.9375rem;
  }

  .paragraph-common-tertiary p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 660px) {
  .paragraph-common-tertiary {
    font-size: 0.8125rem;
  }

  .paragraph-common-tertiary p {
    margin-bottom: 1.625rem;
  }
}

.paragraph-common-fourth {
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.paragraph-common-fourth p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .paragraph-common-fourth p {
    margin-bottom: 30px;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8e9299;
  border-radius: 0.125rem;
  background-color: #fff;
  letter-spacing: 0.0625rem;
}

.button-common-primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../img/top/arrow_icon_01.svg") center center/contain no-repeat;
}

@media print,
(min-width: 660.98px) {
  .button-common-primary {
    width: 239px;
    min-height: 59px;
    padding: 10px 32px 11px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .button-common-primary::after {
    width: 16px;
    height: 8px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 660px) {
  .button-common-primary {
    width: 14.3125rem;
    min-height: 3.625rem;
    padding: 0.625rem 1.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .button-common-primary::after {
    width: 16px;
    height: 8px;
    margin-right: 15px;
  }
}

.section-academia-information .information-paragraph {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.information-paragraph u {
  text-underline-offset: 0.1875rem;
}

.section-academia-information .information-paragraph p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .section-academia-information {
    padding-bottom: 150px;
  }

  .section-academia-information .information-wrapper {
    max-width: 960px;
    margin: 0 auto;
  }

  .section-academia-information .information-paragraph {
    font-size: 1rem;
  }

  .section-academia-information .information-paragraph p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 660px) {
  .section-academia-information {
    padding-bottom: 4.5rem;
  }

  .section-academia-information .information-paragraph {
    font-size: 0.875rem;
  }

  .section-academia-information .information-paragraph p {
    margin-bottom: 1.75rem;
  }
}

.list-academia-information {
  padding: 0 0.5rem;
}

.list-academia-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #d1d9e6;
  border-top: 0;
  border-bottom: 0;
}

.list-academia-information .list-item {
  width: 50%;
}

.list-academia-information .list-item:first-child {
  position: relative;
}

.list-academia-information .list-item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #d1d9e6;
}

.list-academia-information .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #384b6c;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  text-align: center;
  text-decoration: none;
}

.list-academia-information .item-wrapper.is-active {
  background-color: #7992b7;
  color: #fff;
}

.list-academia-information .item-wrapper:hover {
  background-color: #7992b7;
  color: #fff;
  opacity: 1;
}

.list-academia-information .list-content {
  margin: 0 -0.5rem;
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.list-academia-information .list-content p {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .list-academia-information {
    margin-bottom: 100px;
  }

  .list-academia-information .list-wrapper {
    margin: 0 -8px 54px;
  }

  .list-academia-information .list-item {
    min-height: 76px;
    padding: 0 8px;
  }

  .list-academia-information .item-wrapper {
    padding: 20px;
    font-size: 1rem;
    line-height: 2;
  }

  .list-academia-information .list-content {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 660px) {
  .list-academia-information {
    margin-bottom: 3.875rem;
  }

  .list-academia-information .list-wrapper {
    margin: 0 -0.5rem 2.375rem;
  }

  .list-academia-information .list-item {
    min-height: 3.875rem;
    padding: 0 0.5rem;
  }

  .list-academia-information .item-wrapper {
    padding: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.6;
  }

  .list-academia-information .list-content {
    font-size: 0.875rem;
  }
}