@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);
}

#kv .mv img {
  -o-object-position: center top;
     object-position: center top;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    padding-left: 220px;
  }
}
@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 .section-title .back {
  color: var(--basewhite);
}
#feature .evolution {
  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;
  position: relative;
  z-index: 1;
}
#feature .evolution::before {
  content: "";
  display: block;
  background-color: var(--pale-color);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #feature .evolution {
    margin-top: 42px;
    height: 210px;
  }
}
@media screen and (max-width: 768px) {
  #feature .evolution {
    margin-top: 8vw;
    padding: 5.3333333333vw 0 1.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#feature .evolution .headline-M {
  color: var(--main-color);
}
@media print, screen and (min-width: 768.1px) {
  #feature .evolution .headline-M {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #feature .evolution .headline-M {
    line-height: 1.75;
  }
}
#feature .evolution .headline-M b {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0 0.2em;
  background-color: #fff;
  line-height: 1.25;
}
@media print, screen and (min-width: 768.1px) {
  #feature .evolution .headline-M b {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .evolution figure {
    aspect-ratio: 1.1/1;
    height: 110%;
    position: relative;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .evolution figure img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-46%, -50%);
            transform: translate(-46%, -50%);
  }
}
#feature .pickup01 {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup01 {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  #feature .pickup01 {
    margin-top: 12vw;
  }
}
#feature .pickup01 figure.main {
  margin-bottom: 2em;
  width: 100%;
}
#feature .pickup01 picture.sub {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup01 picture.sub {
    right: 50px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup01 .lead {
    margin-top: 1.5em;
    max-width: 820px;
  }
}
#feature .pickup02 .image,
#feature .pickup03 .image {
  max-width: 610px;
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup02 {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  #feature .pickup02 {
    margin-top: 12vw;
    padding-top: 11.7333333333vw;
    position: relative;
  }
}
#feature .pickup02 .combine-number-S + .headline-L {
  margin-left: 5px;
  white-space: nowrap;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup02 .line-catch-S {
    white-space: nowrap;
  }
}
#feature .pickup02 .body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup02 .body {
    margin-top: 2.75em;
  }
}
@media screen and (max-width: 768px) {
  #feature .pickup02 .body {
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup02 .body .lead {
    max-width: 260px;
  }
}
#feature .pickup02 .body picture {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  #feature .pickup02 .body picture {
    width: 58.6666666667vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .pickup03 {
    margin-top: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #feature .pickup03 {
    margin-top: 12vw;
    position: relative;
  }
}
#feature .pickup03 .combine-number-line {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#feature .pickup03 .combine-number-S + .line-catch-S + img {
  max-width: 164px;
}
@media screen and (max-width: 768px) {
  #feature .pickup03 .combine-number-S + .line-catch-S + img {
    position: absolute;
    right: -5.3333333333vw;
    top: -17.3333333333vw;
  }
}

#topics {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #topics {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}
#topics::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(96, 163, 68, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#topics .section-title .back {
  color: var(--upwhite);
}
@media screen and (max-width: 768px) {
  #topics .title .combine-number-L {
    margin-left: auto;
    margin-right: auto;
  }
}
#topics .topics01 {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 {
    margin-top: 56px;
  }
}
#topics .topics01::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2000px;
  background: url(/lp/art/assets/img/gc/topics1_bg.webp) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#topics .topics01 .title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #topics .topics01 .title .line-catch-L small {
    font-size: 5.8666666667vw;
  }
}
#topics .topics01 figure.main {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 figure.main {
    width: 100%;
    height: 642px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 figure.main {
    height: 53.3333333333vw;
  }
}
#topics .topics01 figure.main > img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 figure.main > img {
    max-width: 1320px;
    width: 1320px;
    height: 668px;
    top: -62px;
    left: -60px;
  }
}
#topics .topics01 figure.main figcaption {
  display: block;
  position: absolute;
  mix-blend-mode: color-burn;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 figure.main figcaption {
    width: 184px;
    height: 540px;
    top: 20px;
    left: -60px;
  }
}
#topics .topics01 figure.main figcaption img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topics .topics01 .lead {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead p {
    max-width: 570px;
  }
}
#topics .topics01 .lead figure {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead figure {
    margin-top: -82px;
    max-width: 570px;
  }
}
#topics .topics01 .lead figure figcaption {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead figure figcaption {
    left: calc(100% + 1em);
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .lead figure figcaption {
    left: 1em;
    bottom: 0.5em;
  }
}
#topics .topics02 {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 {
    margin-top: 107px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case {
    margin-top: 12vw;
  }
}
#topics .topics02 .case .case-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) {
  #topics .topics02 .case .case-head {
    height: 163px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-head {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#topics .topics02 .case .case-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) {
  #topics .topics02 .case .case-head::before {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-head::before {
    width: 100%;
    left: 0;
  }
}
#topics .topics02 .case .case-head .combine-number-S,
#topics .topics02 .case .case-head .combine-number-SS {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-head .combine-number-S .number,
  #topics .topics02 .case .case-head .combine-number-SS .number {
    font-size: 14.6666666667vw;
    opacity: 0.75;
  }
}
#topics .topics02 .case .case-head h3 {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case .case-head h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-head h3 {
    font-size: 6.4vw;
  }
}
#topics .topics02 .case .case-head h3 small {
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case .case-head h3 small {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-head h3 small {
    font-size: 5.3333333333vw;
  }
}
#topics .topics02 .case .case-body {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case .case-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70px;
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-body {
    padding: 0;
    gap: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case .case-body .content,
  #topics .topics02 .case .case-body .image {
    width: 50%;
    max-width: 565px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-body .content,
  #topics .topics02 .case .case-body .image {
    padding: 5.3333333333vw;
  }
  #topics .topics02 .case .case-body .content.content,
  #topics .topics02 .case .case-body .image.content {
    margin-top: 2.6666666667vw;
  }
}
#topics .topics02 .case .case-body .image {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-body .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case .case-body .image img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#topics .topics02 .case .case-body .image figcaption {
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
}
#topics .topics02 .case .case-body .headline-M {
  white-space: nowrap;
}
#topics .topics02 .case .case-body::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) {
  #topics .topics02 .case .case-body::before {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-body::before {
    width: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case .case-body .message {
    margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case .case-body .message {
    margin-top: 2em;
  }
  #topics .topics02 .case .case-body .message .message-box-b .head .headline-S {
    max-width: 45.3333333333vw;
  }
}
#topics .topics02 .case .case-body .annotation {
  margin-top: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .case01 {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case01 .combine-number-text {
    margin-left: calc(50% + 30px);
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case01 .image .sub {
    -webkit-transform: translateY(-108%);
            transform: translateY(-108%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case02 .image .main {
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case02 .image .sub {
    width: 50%;
    -webkit-transform: rotate(-6deg) translate(10%, 0);
            transform: rotate(-6deg) translate(10%, 0);
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case03 .case-head .combine-number-text {
    margin-left: calc(40% + 30px);
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case03 .case-body .content {
    width: 60%;
    max-width: 678px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case03 .case-body .image {
    width: 40%;
    max-width: 452px;
  }
}
#topics .topics02 .case04 .case-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case04 .case-body .content {
    width: 60%;
    max-width: 678px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .case04 .case-body .image {
    width: 40%;
    max-width: 452px;
  }
}
#topics .topics02 .case04 .case-body .image img {
  position: relative;
}

@media print, screen and (min-width: 768.1px) {
  #teachers {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #teachers {
    padding-top: 12vw;
  }
}
#teachers .section-title .back {
  color: var(--basewhite);
}
#teachers .teacher {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher {
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#teachers .teacher::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4e4ea), color-stop(50%, var(--clear-color)));
  background: linear-gradient(0deg, #e4e4ea 0%, var(--clear-color) 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-head {
    gap: 40px;
  }
}
#teachers .teacher .teacher-head .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 10px solid var(--main-color);
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-head .content {
    padding-top: 30px;
    max-width: 265px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-head .content {
    padding-top: 4vw;
    border-top-width: 5px;
  }
}
#teachers .teacher .teacher-head .content .subtitle {
  background-color: var(--pale-color);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-head .content .subtitle {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-head .content .subtitle {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-head .content .font-M {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-head .content .font-M {
    margin-top: 4vw;
  }
}
#teachers .teacher .teacher-head .image figure {
  position: relative;
}
#teachers .teacher .teacher-head .image figure figcaption {
  position: absolute;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-message {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-message {
    margin-top: 12vw;
  }
}
#teachers .teacher .teacher-message .profile {
  gap: 10px;
}
#teachers .teacher .teacher-message .profile .teacher-photo {
  width: 240px;
  height: 280px;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher .teacher-message .profile .teacher-photo img {
    width: 100%;
    max-height: 1000px;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher .teacher-message .profile .teacher-photo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#teachers .teacher01 .image {
  position: relative;
}
#teachers .teacher01 .image .sub {
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .image .sub {
    width: 33%;
    top: -20%;
    right: -5.5%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .teacher-photo img {
    top: -72px;
  }
}
#teachers .teacher02 .teacher-head .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em 10px;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher02 .teacher-head .image {
    min-width: 895px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher02 .teacher-head .image figure:nth-child(1) img,
  #teachers .teacher02 .teacher-head .image figure:nth-child(2) img {
    height: 387px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher02 .teacher-head .image figure:nth-child(3) img,
  #teachers .teacher02 .teacher-head .image figure:nth-child(4) img {
    height: 255px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher02 .teacher-photo img {
    top: -53px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-photo img {
    top: -35px;
  }
}

@media print, screen and (min-width: 768.1px) {
  #achievements {
    margin-top: 30px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #achievements {
    padding-top: 12vw;
  }
}
#achievements .section-title .back {
  color: var(--basewhite);
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup {
    margin-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#achievements .pickup .image {
  width: 100%;
  position: relative;
}
#achievements .pickup .image figure {
  position: relative;
}
#achievements .pickup .image figure .sub {
  position: absolute;
  right: 0;
}
#achievements .pickup .image figure figcaption {
  position: absolute;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .image figure figcaption {
    left: 6px;
    bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup .image figure figcaption {
    left: 0.8vw;
    bottom: 29.3333333333vw;
  }
}
@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: 8vw;
    gap: 0;
  }
}
#achievements .pickup .message-box-a .head {
  min-height: 8em;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .message-box-a .head .headline-S {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup .message-box-a .head .headline-S {
    max-width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup .message-box-a .head picture {
    margin-top: -20px;
    width: 148px;
    height: 148px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup01 .image {
    max-width: 580px;
    height: 460px;
  }
}
#achievements .pickup01 .image .sub {
  width: 210px;
  bottom: 8%;
  left: 67%;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup02 .image {
    max-width: 580px;
    height: 460px;
  }
}
#achievements .pickup02 .image .sub {
  width: 370px;
  left: 47%;
  bottom: -20px;
}
#achievements .pickup-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
#achievements .pickup-wrap .image {
  margin-top: 2em;
}