@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: #f29c9f;
  --course-color-md: #E60025;
  --course-color-an: #0099cc;
  --course-color-cd: #ec6d74;
  --course-color-gc: #6FBA2C;
  --course-color-vv: #3C558A;
  --course-color-gd: #6E6E6E;
  --course-color-ia: #40A08B;
  --course-color-fc: #FDCD00;
  --course-color-ai: #ED7100;
  --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);
  --text-gray: #666666;
  --bg-color: #ffffff;
}

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

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

body[data-page=an] {
  --main-color: var(--course-color-an);
  --pale-color: rgba(57, 125, 177, 0.15);
}

body[data-page=cd] {
  --main-color: var(--course-color-cd);
  --pale-color: rgba(57, 125, 177, 0.15);
}

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

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

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

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

body[data-page=fc] {
  --main-color: var(--course-color-fc);
  --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: var(--course-color-ai);
  --pale-color: rgba(237, 114, 0, 0.15);
}

#feature .section-title .back {
  color: var(--upwhite);
}
#feature .feature-year,
#feature .year01,
#feature .year02,
#feature .year03,
#feature .year04 {
  display: flex;
  flex-direction: column;
}
#feature .feature-year {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.05);
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-year {
    padding: 42px 44px 48px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-year {
    padding: 8vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .year01 {
    margin-top: 40px;
  }
  #feature .year02,
  #feature .year03,
  #feature .year04 {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  #feature .year01 {
    margin-top: 10.6666666667vw;
  }
  #feature .year02,
  #feature .year03,
  #feature .year04 {
    margin-top: 14.6666666667vw;
  }
}
#feature .feature-gallery {
  display: grid;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-gallery {
    margin-top: 40px;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-gallery {
    gap: 4vw;
  }
}
#feature .feature-gallery figure {
  margin: 0;
  position: relative;
}
#feature .feature-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
#feature .feature-gallery figcaption {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  padding: 0.35em 0.65em;
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1.35;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-gallery figcaption {
    top: -24px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-gallery figcaption {
    top: -2.4vw;
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .gallery01 {
    grid-template-columns: minmax(0, 1.36fr) minmax(0, 0.46fr) minmax(0, 0.66fr);
    grid-template-areas: "a b b" "a c d";
    align-items: start;
    gap: 18px;
  }
  #feature .gallery01 .item01 {
    grid-area: a;
  }
  #feature .gallery01 .item02 {
    grid-area: b;
  }
  #feature .gallery01 .item03 {
    grid-area: c;
  }
  #feature .gallery01 .item04 {
    grid-area: d;
  }
  #feature .gallery02 {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    grid-template-areas: "a c" "b d";
    align-items: start;
  }
  #feature .gallery02 .item01 {
    grid-area: a;
  }
  #feature .gallery02 .item02 {
    grid-area: b;
  }
  #feature .gallery02 .item03 {
    grid-area: c;
  }
  #feature .gallery02 .item04 {
    grid-area: d;
  }
  #feature .gallery03 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "a a" "b c";
    align-items: start;
  }
  #feature .gallery03 .item01 {
    grid-area: a;
  }
  #feature .gallery03 .item02 {
    grid-area: b;
  }
  #feature .gallery03 .item03 {
    grid-area: c;
  }
  #feature .gallery04 .item01 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #feature .gallery01,
  #feature .gallery02,
  #feature .gallery03,
  #feature .gallery04 {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .gallery04 .item01 {
    margin-right: -64px;
  }
  #feature .gallery04 .item01 img {
    margin-top: -64px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-summary + .feature-gallery {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-summary + .feature-gallery {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 580px;
    -moz-column-gap: 44px;
         column-gap: 44px;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-summary {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#feature .feature-summary .text {
  max-width: none;
}
#feature .feature-summary .text dl {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #feature .feature-summary .text dl {
    flex-direction: row;
    align-items: flex-end;
  }
}
#feature .feature-summary .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 .feature-summary .text dl dt {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-summary .text dl dt {
    width: 13.3333333333vw;
    font-size: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-summary .text dl dd {
    margin-left: 28px;
    transform: translateY(-0.32em);
  }
}
#feature .feature-summary .text p {
  margin-top: 1.2em;
}
#feature .feature-summary .field {
  gap: 10px;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-summary .field {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-summary .field {
    flex-direction: row;
  }
}
#feature .feature-summary .field li {
  display: flex;
  align-items: 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 .feature-summary .field li {
    min-height: 42px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-summary .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 .feature-summary .field li small {
    font-size: 14px;
  }
}
#feature .feature-summary .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 .feature-summary .field li.important {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-summary .field li.important small {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .teacher-message {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #feature .teacher-message {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .teacher-message .flex-box-top .profile {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4vw;
  }
  #feature .teacher-message .flex-box-top .profile img {
    width: 34vw;
    height: auto;
  }
  #feature .teacher-message .flex-box-top .profile .teacher-name {
    flex: 1;
    min-width: 0;
  }
  #feature .teacher-message .flex-box-top .profile .field {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 3.2vw;
    border-top-width: 0.2666666667vw;
    gap: 2.4vw 4vw;
    writing-mode: horizontal-tb;
  }
  #feature .teacher-message .flex-box-top .profile .field li {
    display: flex;
    align-items: center;
    gap: 1.2vw;
    line-height: 1.5;
  }
  #feature .teacher-message .flex-box-top .profile .field li::before {
    margin-right: 1.2vw;
    margin-bottom: 0;
  }
}
#feature .teacher-message .text p {
  margin-top: 0;
}
#feature .teacher-message .flex-box-top .profile .field {
  background: none;
}
#feature .teacher-message .flex-box-top .profile .field li {
  width: auto;
  min-height: 0;
  background: none;
  color: var(--black);
  justify-content: flex-start;
  white-space: normal;
}

#teachers .section-title .back {
  color: var(--basewhite);
}
#teachers .content .line-catch-M small,
#teachers .course-card .line-catch-M small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .course-main .lead {
    margin-top: 0;
  }
}
#teachers .course-main .course-copy {
  margin-top: 0;
}
#teachers .teacher01 {
  display: block;
  position: relative;
}
#teachers .teacher01 .course-hero,
#teachers .teacher01 .course-overview,
#teachers .teacher01 .course-subimage {
  margin: 0;
}
#teachers .teacher01 .course-hero,
#teachers .teacher01 .course-overview,
#teachers .teacher01 .course-subimage {
  position: relative;
}
#teachers .teacher01 .course-hero {
  z-index: 1;
}
#teachers .teacher01 .course-overview {
  z-index: 2;
}
#teachers .teacher01 .course-hero img,
#teachers .teacher01 .course-subimage img {
  display: block;
  width: 100%;
  height: auto;
}
#teachers .teacher01 .course-copy .lead {
  margin-top: 0;
}
#teachers .teacher01 .course-copy {
  margin-top: 0;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01-columns {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01-columns {
    margin-top: 12vw;
    gap: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01-columns .img3 {
    top: -72px;
    left: 220px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01-columns .img3 {
    top: -6vw;
    left: 36vw;
    width: 56vw !important;
  }
}
#teachers .teacher01-columns .image dl {
  margin-top: 0;
}
#teachers .teacher01-columns .image dl dd {
  line-height: 1.8;
}
#teachers .teacher-label {
  border-bottom: 2px solid var(--main-color);
}
#teachers .teacher-label span {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25em;
  padding: 0.4em 0.4em;
  border: 2px solid var(--main-color);
  border-bottom: none;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: normal;
}
#teachers .course-card .profile-box {
  margin-top: 0;
  max-width: none;
  background-color: var(--white);
  background-image: linear-gradient(to top left, rgba(64, 160, 139, 0) 20%, rgba(64, 160, 139, 0.15) 25%, rgba(64, 160, 139, 0) 30% 70%, rgba(64, 160, 139, 0.15) 75%, rgba(64, 160, 139, 0) 80%), linear-gradient(to top right, rgba(64, 160, 139, 0) 20%, rgba(64, 160, 139, 0.15) 25%, rgba(64, 160, 139, 0) 30% 70%, rgba(64, 160, 139, 0.15) 75%, rgba(64, 160, 139, 0) 80%);
  background-size: 10px 10px;
}
#teachers .course-card .profile-box .combine {
  margin-top: 26px;
}
#teachers .course-card .profile-box p {
  margin-top: 0;
  line-height: 1.85;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 {
    margin-top: 42px;
  }
  #teachers .teacher01 .course-hero {
    margin-top: 28px;
  }
  #teachers .teacher01 .course-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 548px;
    gap: 28px;
    align-items: start;
    margin-top: 22px;
  }
  #teachers .teacher01 .course-copy {
    max-width: none;
    padding-top: 4px;
  }
  #teachers .teacher01 .course-subimage {
    width: calc(100% + 24px);
    margin-top: -120px;
    margin-left: -24px;
  }
  #teachers .teacher01 .course-aside-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 42px;
    margin-top: 44px;
    align-items: start;
  }
  #teachers .course-card .teacher-label {
    font-size: 15px;
  }
  #teachers .course-card .teacher-label .name {
    font-size: 20px;
  }
  #teachers .course-card .teacher-label .role {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01 {
    margin-top: 10.6666666667vw;
  }
  #teachers .teacher01 .course-hero {
    margin-top: 8vw;
  }
  #teachers .teacher01 .course-overview {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 5.3333333333vw;
  }
  #teachers .teacher01 .course-copy {
    order: 2;
  }
  #teachers .teacher01 .course-subimage {
    order: 1;
    align-self: flex-end;
    width: 82%;
    margin-top: -8vw;
    margin-bottom: 4.2666666667vw;
  }
  #teachers .teacher01 .course-aside-grid {
    gap: 8vw;
    margin-top: 10.6666666667vw;
  }
  #teachers .teacher01 .kasanowa-block {
    padding: 0;
  }
  #teachers .teacher01 .kasanowa-heading {
    gap: 3.2vw;
    padding-bottom: 3.2vw;
  }
  #teachers .teacher01 .kasanowa-heading .logo {
    width: 34vw;
    max-width: 183px;
  }
  #teachers .teacher01 .kasanowa-title {
    font-size: 5.6vw;
  }
  #teachers .teacher01 .kasanowa-visual {
    width: calc(100% + 6.4vw);
    margin-left: -1.6vw;
  }
  #teachers .teacher01 .kasanowa-visual .items {
    max-width: 78vw;
    min-height: 54vw;
    margin-top: 3.2vw;
  }
  #teachers .teacher01 .kasanowa-visual .items .item2 {
    width: 72%;
    max-width: 327px;
  }
  #teachers .teacher01 .kasanowa-visual .items .item1 {
    width: 34%;
    max-width: 164px;
    left: -1.6vw;
    bottom: -2.4vw;
  }
  #teachers .teacher01 .kasanowa-block p {
    margin-top: 5.3333333333vw;
    padding-left: 0;
  }
  #teachers .course-card .teacher-label {
    font-size: 2.9333333333vw;
  }
  #teachers .course-card .teacher-label .name {
    font-size: 5.3333333333vw;
  }
  #teachers .course-card .teacher-label .role {
    font-size: 2.9333333333vw;
  }
}
#teachers .course-grid {
  display: grid;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 72px;
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .course-grid {
    gap: 13.3333333333vw;
    margin-top: 12vw;
  }
}
#teachers .course-card {
  background-color: transparent;
}
#teachers .course-card div + figure {
  margin: 2em 0;
}
#teachers .course02 {
  grid-column: 1/-1;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .course-card {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #teachers .course-card {
    padding: 0;
  }
}
#teachers .course-card .number-line {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#teachers .course-card .combine-number-line-bottom {
  align-items: flex-end;
}
#teachers .course-card .line-catch-M {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
#teachers .course-card figure {
  margin: 18px 0 0;
}
#teachers .course-card figure img {
  display: block;
  width: 100%;
  height: auto;
}
#teachers .course-card .teacher-label {
  margin-top: 2em;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .course02 .course02-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1fr);
    gap: 44px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #teachers .course02 .course02-layout {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#teachers .course02 .course02-layout figure img {
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#teachers .course02 .course-card-copy {
  max-width: none;
}
#teachers .course02 .course-card-copy .combine-number-line-bottom {
  margin-bottom: 1.2em;
}
#teachers .course02 .line-catch-M span,
#teachers .course03 .line-catch-M span,
#teachers .course04 .line-catch-M span {
  line-height: 1;
}
#teachers .course03 figure,
#teachers .course04 figure {
  margin-top: 20px;
}
#teachers .course04 figure {
  position: relative;
}
#teachers .course04 figure figcaption {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
#teachers .course-card p:last-child {
  margin-top: 0.8em;
}
#teachers .course-card .profile-box p:last-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768.1px) {
  #works .student01 .head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    padding-bottom: 40px;
  }
}
#works .student01 .head figure {
  margin-left: 0;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
#works .student01 .head figure img {
  width: 108%;
  height: 108%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head figure {
    width: 100%;
  }
  #works .student01 .head h3 {
    position: relative;
    padding: 100px 10px 200px;
    width: auto;
  }
  #works .student01 .body {
    gap: 44px;
    margin-top: 58px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .body {
    margin-top: 8vw;
  }
  #works .student01 .head h3 {
    position: relative;
    padding-top: 8vw;
  }
  #works .student01 .head h3 .num {
    margin-top: 0;
  }
}
#works .student01 .head h3 .name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#works .student01 .head h3 .name .photo {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: -10px;
}
#works .student01 .head h3 .name .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media print, screen and (min-width: 768.1px) {
  #works .student01 .head h3 .name .photo {
    width: 180px;
    aspect-ratio: 1/1.4;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  #works .student01 .head h3 .name .photo {
    width: 25.6vw;
    aspect-ratio: 1/1.22;
    margin-top: 4.2666666667vw;
  }
}
#works .student01 .body .image figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group {
    padding-bottom: 60px;
  }
  #works .student02.student02-group .head {
    gap: 30px;
  }
}
#works .student02.student02-group .student02-title {
  display: flex;
  flex-direction: column;
}
#works .student02.student02-group .student02-title small {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.04em;
}
#works .student02.student02-group .student02-title span {
  color: var(--nega-color);
}
#works .student02.student02-group .body {
  display: block;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group .body {
    padding-top: 50px;
  }
}
#works .student02.student02-group .student-cards {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group .student-cards {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #works .student02.student02-group .student-cards {
    gap: 10.6666666667vw;
  }
}
#works .student02.student02-group .student-card {
  background-color: transparent;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group .student-card {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 0;
  }
  #works .student02.student02-group .student-card:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  #works .student02.student02-group .student-card {
    padding: 0;
  }
}
#works .student02.student02-group .student-card figure {
  margin: 0;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group .student-card figure {
    flex: 0 0 54%;
  }
}
#works .student02.student02-group .student-card figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group .student-card .text {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
    padding-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #works .student02.student02-group .student-card .text {
    margin-top: 1.2em;
  }
}
#works .student02.student02-group .student-card .student-copy {
  margin: 0;
}
#works .student02.student02-group .student-card .student-copy span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #works .student02.student02-group .student-card .student-copy span {
    white-space: normal;
  }
}
#works .student02.student02-group .student-card .student-name {
  margin-top: 1em;
  font-weight: 700;
}
#works .student02.student02-group .student-card .student-name + p {
  margin-top: 0.8em;
}
@media print, screen and (min-width: 768.1px) {
  #works .student02.student02-group .student02-title small {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #works .student02.student02-group .student02-title small {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

#achievements {
  position: relative;
  z-index: 1;
}
#achievements::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--pale-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#achievements .section-title .back {
  color: var(--white);
}
#achievements .achievements-box {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  z-index: 1;
}
#achievements .achievements-box::before {
  content: "";
  display: block;
  width: calc(100vw - 100px);
  height: calc(100% - 100px);
  background-image: linear-gradient(to top left, rgba(64, 160, 139, 0) 20%, rgba(64, 160, 139, 0.15) 25%, rgba(64, 160, 139, 0) 30% 70%, rgba(64, 160, 139, 0.15) 75%, rgba(64, 160, 139, 0) 80%), linear-gradient(to top right, rgba(64, 160, 139, 0) 20%, rgba(64, 160, 139, 0.15) 25%, rgba(64, 160, 139, 0) 30% 70%, rgba(64, 160, 139, 0.15) 75%, rgba(64, 160, 139, 0) 80%);
  background-size: 10px 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#achievements .achievements-box::after {
  content: "";
  inset: 0;
  background-color: var(--white);
  position: absolute;
  z-index: -1;
}
#achievements .achievements-box .pickup {
  align-items: flex-start;
  margin-top: 0;
}
#achievements .achievements-box .pickup + .pickup {
  margin-top: 0;
}
#achievements .achievements-box .pickup .content {
  width: 100%;
}
#achievements .achievements-box .pickup .message-box-a .body p.font-S {
  width: auto;
  max-width: none;
}
#achievements .achievements-box .pickup .image {
  position: relative;
  z-index: 1;
}
#achievements .achievements-box .pickup .image::before {
  content: none;
  display: none;
}
#achievements .achievements-box .pickup .image img {
  display: block;
  width: 100%;
  height: auto;
}
#achievements .achievements-box .pickup .image figcaption {
  position: static;
  margin-top: 0.8em;
  color: var(--text-gray);
  line-height: 1.6;
}
#achievements .achievements-box > .annotation:last-child {
  text-align: right;
}
@media print, screen and (min-width: 768.1px) {
  #achievements {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  #achievements .achievements-box {
    gap: 72px;
    margin-top: 60px;
    padding: 60px;
  }
  #achievements .achievements-box .pickup {
    gap: 50px;
  }
  #achievements .achievements-box .pickup .content {
    max-width: 520px;
  }
  #achievements .achievements-box .pickup .image {
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: 630px;
    height: auto;
    padding: 0;
    margin-top: 4px;
  }
  #achievements .achievements-box .pickup .message-box-a {
    margin-top: 40px;
  }
  #achievements .achievements-box .pickup .message-box-a picture {
    top: -20px;
  }
  #achievements .achievements-box .pickup .message-box-a .body {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #achievements {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
  #achievements .achievements-box {
    margin-top: 10.6666666667vw;
    padding: 8vw 6.4vw;
  }
  #achievements .achievements-box .pickup .content,
  #achievements .achievements-box .pickup .image {
    order: initial;
  }
  #achievements .achievements-box .pickup .image {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
  #achievements .achievements-box .pickup .message-box-a {
    margin-top: 5.3333333333vw;
  }
  #achievements .achievements-box > .annotation:last-child {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .pickup01 .image img {
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .pickup01 .image img {
    max-width: 58.6666666667vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievements-box {
    gap: 12vw;
  }
  #achievements .achievements-box .pickup .image {
    margin-top: 0;
  }
  #achievements .message-box-a .head {
    margin-left: -6.6666666667vw;
  }
  #achievements .message-box-a .headline-S {
    max-width: 49.3333333333vw !important;
  }
  #achievements .message-box-a picture {
    width: 24vw;
    height: 24vw;
    border-radius: 100%;
    top: 0 !important;
    margin-top: -1.3333333333vw !important;
  }
}
