@charset "UTF-8";
@media print, screen and (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

:root {
  --font-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
  --font-jp: "FOT-Öþ×Ï¥´¥·¥Ã¥¯ Pro M", "FOT-Öþ×Ï¥´¥·¥Ã¥¯ Pro B", FOT-TsukuGo Pro, var(--font-default);
  --font-en: "din-2014", sans-serif;
  --black: #111111;
  --white: #f8f8f8;
  --gray: #a8a8a8;
  --red: #E7161A;
  --upwhite: #f9f9f9;
  --basewhite: #eaeaea;
  --concept-color: #CCF100;
  --main-color: var(--black);
  --nega-color: var(--white);
  --pale-color: var(--basewhite);
  --clear-color: rgba(249, 249, 249, 0.35);
  --vanish-color: rgba(249, 249, 249, 0.15);
  --text-color: var(--black);
  --bg-color: #ffffff;
}

body[data-page=top] {
  --main-color: var(--concept-color);
}

body[data-page=md] {
  --main-color: #E60025;
  --pale-color: rgba(230, 0, 37, 0.15);
  --bg-color: var(--upwhite);
}

body[data-page=ac] {
  --main-color: #397db1;
  --pale-color: rgba(57, 125, 177, 0.15);
}

body[data-page=gc] {
  --main-color: #6FBA2C;
  --pale-color: rgba(111, 186, 44, 0.15);
}

body[data-page=vv] {
  --main-color: #3C558A;
  --pale-color: rgba(60, 85, 138, 0.1);
  --bg-color: var(--upwhite);
}

body[data-page=gd] {
  --main-color: #6E6E6E;
  --pale-color: rgba(110, 110, 110, 0.15);
}

body[data-page=ia] {
  --main-color: #40A08B;
  --pale-color: rgba(64, 160, 139, 0.15);
}

body[data-page=fc] {
  --main-color: #FDCD00;
  --pale-color: rgba(228, 184, 44, 0.15);
  --text-color: var(--white);
  --nega-color: #111111;
  --bg-color: var(--black);
}

body[data-page=ai] {
  --main-color: #ED7100;
  --pale-color: rgba(237, 114, 0, 0.15);
}

@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    padding-left: 188px;
  }
}
#feature {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #feature {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}
#feature::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(64, 160, 139, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#feature .section-title .back {
  color: var(--upwhite);
}
@media print, screen and (min-width: 768.1px) {
  #feature .year01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .year01 {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .year02,
  #feature .year03,
  #feature .year04 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  #feature .year02,
  #feature .year03,
  #feature .year04 {
    margin-top: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .year01 > .flex-box-bottom,
  #feature .year02 > .flex-box-bottom,
  #feature .year03 > .flex-box-bottom,
  #feature .year04 > .flex-box-bottom {
    gap: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature picture {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #feature picture {
    margin-top: 5.3333333333vw;
  }
}
#feature .text dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #feature .text dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#feature .text dl dt {
  color: var(--main-color);
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature .text dl dt {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  #feature .text dl dt {
    font-size: 16vw;
    width: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .text dl dd {
    margin-left: 40px;
    -webkit-transform: translateY(-0.35em);
            transform: translateY(-0.35em);
  }
}
#feature .text p {
  margin-top: 1.5em;
}
#feature .field {
  gap: 10px;
}
@media print, screen and (min-width: 768.1px) {
  #feature .field {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  #feature .field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#feature .field li {
  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;
  width: calc((100% - 10px) / 2);
  background-color: var(--pale-color);
  color: var(--main-color);
}
@media print, screen and (min-width: 768.1px) {
  #feature .field li {
    min-height: 42px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #feature .field li {
    padding: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .field li small {
    font-size: 14px;
  }
}
#feature .field li.important {
  width: 100%;
  background-color: var(--main-color);
  color: var(--nega-color);
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #feature .field li.important {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .field li.important small {
    font-size: 16px;
  }
}
#teachers {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #teachers {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #teachers {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}
#teachers::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--upwhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#teachers .section-title .back {
  color: var(--basewhite);
}
#teachers .subtitle {
  background-color: var(--pale-color);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #teachers .subtitle {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers h4.subtitle {
    margin-top: 5em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #teachers h4.subtitle {
    margin-top: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .column .headline-L {
    margin: 0.25em 0 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #teachers .column .headline-L {
    margin: 1em 0 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #teachers .column picture + p {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #teachers .column div + div {
    border-top: 1px solid var(--basewhite);
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher {
    margin-top: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .lead {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-profile {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-profile {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-profile p.subtitle {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-profile p.subtitle {
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-profile .flex-wrap-center {
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-profile .flex-wrap-center {
    gap: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-profile .teacher-name {
    height: 280px;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-profile picture {
    max-width: 222px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-profile picture {
    max-width: 34.6666666667vw;
  }
}
#teachers .teacher .profile-box {
  background-color: #fff;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .profile-box {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .profile-box {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 {
    margin-top: 50px;
  }
}
#teachers .teacher01 .image {
  position: relative;
}
#teachers .teacher01 .image .img1 {
  max-width: 110%;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .image .img1 {
    position: absolute;
    left: -7%;
    bottom: 115%;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01 .image .img1 {
    margin-bottom: 10.6666666667vw;
  }
}
#teachers .teacher01 .image .img3 {
  width: 70%;
  position: absolute;
  right: -5%;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .image .img3 {
    bottom: 47%;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01 .image .img3 {
    bottom: 40%;
  }
}
#teachers .teacher01 .image dl {
  margin-top: 1em;
  padding: 1em 0;
}
#teachers .teacher01 .image dl dt {
  color: var(--main-color);
  font-weight: 700;
  line-height: 250%;
}
#teachers .teacher01 .image dl dd {
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher02 .image {
    position: relative;
  }
  #teachers .teacher02 .image .img1 {
    max-width: 110%;
    position: absolute;
    left: -7%;
    bottom: 115%;
  }
}
#works {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #works {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #works {
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
}
#works::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--basewhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#works .section-title .back {
  color: var(--upwhite);
}
#works .student01,
#works .student02,
#works .student03 {
  position: relative;
  z-index: 1;
}
#works .student01::before,
#works .student02::before,
#works .student03::before {
  content: "";
  display: block;
  height: 100%;
  background-color: var(--upwhite);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01::before,
  #works .student02::before,
  #works .student03::before {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
#works .student01 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #works .student01 .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .head figure {
    margin-left: 0;
  }
}
#works .student01 .head figcaption {
  position: absolute;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head figcaption {
    margin-left: 150px;
  }
}
#works .student01 .head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: var(--main-color);
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head h3 {
    padding-bottom: 40px;
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .head h3 {
    padding-bottom: 5.3333333333vw;
  }
}
#works .student01 .head h3 .num {
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 600;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head h3 .num {
    font-size: 180px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .head h3 .num {
    margin-top: -13.3333333333vw;
    font-size: 24vw;
  }
}
#works .student01 .head h3 .en {
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.252em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head h3 .en {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 54px;
    line-height: 63px;
  }
}
#works .student01 .head h3 .name {
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head h3 .name {
    margin-top: 48px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .head h3 .name {
    margin-top: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
#works .student01 .head h3 .name small {
  display: block;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.28px;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head h3 .name small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .head h3 .name small {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body {
    gap: 50px;
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body .content {
    max-width: 820px;
  }
}
#works .student01 .body .content .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25em;
  background-color: var(--pale-color);
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body .content .history {
    margin-top: 60px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .body .content .history {
    margin-top: 8vw;
    padding: 4vw 5.3333333333vw;
  }
}
#works .student01 .body .content .history > dt {
  color: var(--main-color);
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body .content .history > dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .body .content .history > dt {
    font-size: 3.2vw;
  }
}
#works .student01 .body .content .history > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.55em;
}
#works .student01 .body .content .history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body .content .history dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .body .content .history dl {
    font-size: 3.2vw;
  }
}
#works .student01 .body .content .history dl dt {
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body .content .history dl dt {
    min-width: 8em;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .body .content .history dl dt {
    min-width: 7em;
  }
}
#works .student01 .body .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .body .image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 7px;
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .body .image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.3333333333vw;
  }
}
#works .student01 .body .image figcaption {
  margin-top: 0.8em;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02,
  #works .student03 {
    margin-top: 70px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .student02,
  #works .student03 {
    margin-top: 13.3333333333vw;
  }
}
#works .student02 .head,
#works .student03 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02 .head,
  #works .student03 .head {
    height: 198px;
  }
}
@media screen and (max-width: 768px) {
  #works .student02 .head,
  #works .student03 .head {
    margin-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    padding: 8vw 5.3333333333vw;
  }
}
#works .student02 .head::before,
#works .student03 .head::before {
  content: "";
  display: block;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02 .head::before,
  #works .student03 .head::before {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  #works .student02 .head::before,
  #works .student03 .head::before {
    width: 100%;
  }
}
#works .student02 .head .combine-number-S,
#works .student03 .head .combine-number-S {
  color: var(--white);
}
#works .student02 .head .headline-L,
#works .student03 .head .headline-L {
  margin-left: 1em;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02 .body,
  #works .student03 .body {
    padding-top: 50px;
    gap: 50px;
  }
}
#works .student02 .body .image,
#works .student03 .body .image {
  position: relative;
}
#works .student02 .body .image .name,
#works .student03 .body .image .name {
  position: absolute;
  bottom: 2em;
  left: 2.75em;
}
#works .student02 .body .image .name span,
#works .student03 .body .image .name span {
  display: inline;
  padding: 5px 10px;
  white-space: nowrap;
  line-height: 180%;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 768.1px) {
  #works .student02 .body .image .name span,
  #works .student03 .body .image .name span {
    font-size: 32px;
  }
}
#works .student02 .body .image .name span.small,
#works .student03 .body .image .name span.small {
  font-family: var(--font-en);
}
@media print, screen and (min-width: 768.1px) {
  #works .student02 .body .image .name span.small,
  #works .student03 .body .image .name span.small {
    font-size: 14px;
  }
}
#works .student02 .body.rev .image .name,
#works .student03 .body.rev .image .name {
  left: auto;
  right: 2.75em;
  text-align: right;
}

#achievements {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #achievements {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #achievements {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}
#achievements::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--upwhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#achievements .section-title .back {
  color: var(--basewhite);
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup {
    margin-top: 50px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup {
    margin-top: 10.6666666667vw;
    gap: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup + .pickup {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup + .pickup {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup .image {
    margin-top: 1.3333333333vw;
  }
}
#achievements .pickup .image figcaption {
  position: absolute;
  margin-top: 0.8em;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .message-box-a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup .message-box-a {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .message-box-a picture {
    top: -2px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .message-box-a .body {
    margin-top: 4px;
  }
}