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

main {
  background-color: var(--black);
  color: var(--white);
}

.headline-LL,
.headline-L,
.headline-M,
.headline-S,
.headline-SS {
  color: var(--main-color);
}

#kv {
  background-color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #kv {
    padding-top: 100vh;
    height: auto;
  }
}
#kv .mv {
  z-index: -10;
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv {
    width: calc(100vw - 100px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #kv .mv {
    width: 100vw;
    height: 161.8666666667vw;
    position: relative;
  }
}
#kv .catch {
  color: var(--nega-color);
}
#kv .catch::before {
  background-color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .is-scrolled #kv h1 {
    opacity: 1;
  }
}

#intro {
  background-color: var(--black);
  color: var(--main-color);
}
#intro ul li dl dt .num {
  background-color: var(--main-color);
  color: var(--BK, #111);
}
#intro ul,
#intro ul li {
  border-color: var(--pale-color);
}
#intro .chart {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.is-scrolled #intro .chart {
  opacity: 1;
}

#feature {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature {
    padding-top: 90px;
  }
}
#feature::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--bg-color);
  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 .topics01 .content {
    margin-left: 70px;
    max-width: 520px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics01 .content p + picture {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics01 .content p + picture {
    margin-top: 5.3333333333vw;
  }
}
#feature .topics01 .image {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics01 .image {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics01 .image {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics01 .image img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 720px;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow {
    margin-top: 4em;
  }
}
#feature .flow .line-catch-S span {
  color: var(--black);
  background-color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow .line-catch-S span {
    padding: 12px 12px;
    letter-spacing: 0.14em;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow ul {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow ul {
    margin-top: 0;
  }
}
#feature .flow ul li {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow ul li {
    padding: 30px 0 33px;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow ul li {
    padding: 4vw 0;
  }
}
#feature .flow ul li:nth-child(2n) {
  position: relative;
}
#feature .flow ul li:nth-child(2n)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(249, 249, 249, 0.1);
  z-index: -1;
}
#feature .flow ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#feature .flow ul li dl dt {
  height: 10px;
  color: var(--vanish-color);
  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) {
  #feature .flow ul li dl dt {
    width: 148px;
    font-size: 120px;
    line-height: 0.82;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow ul li dl dt {
    width: 19.7333333333vw;
    font-size: 16vw;
    line-height: 0.82;
  }
}
#feature .flow ul li dl dd {
  position: relative;
}
@media screen and (max-width: 768px) {
  #feature .flow ul li dl dd {
    margin-right: 5.3333333333vw;
  }
}
#feature .flow ul li dl dd::before {
  content: "";
  display: block;
  position: absolute;
  height: 86%;
  background-color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow ul li dl dd::before {
    top: 10px;
    left: -46px;
    width: 4px;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow ul li dl dd::before {
    top: 1.3333333333vw;
    left: -4.8vw;
    width: 0.5333333333vw;
  }
}
#feature .flow ul li dl dd::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/department/art/assets/img/common/arrowhead-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow ul li dl dd::after {
    width: 28px;
    height: 28px;
    bottom: -8px;
    left: -58px;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow ul li dl dd::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    bottom: -1.0666666667vw;
    left: -6.4vw;
  }
}
#feature .flow ul li dl dd .headline-M {
  color: var(--white);
}
#feature .flow ul li dl dd .headline-M + .font-S {
  margin-top: 1.3em;
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow01 {
    margin-top: 90px;
  }
}
#feature .flow01 .line-catch-S {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #feature .flow01 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow01 ul li dl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow01 ul li dl .size-S {
    width: calc(100% - 600px);
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow01 ul li img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .flow01 ul li img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin: 2em auto;
    max-width: 80%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .flow01 ul li:nth-child(1) {
    z-index: 8;
  }
  #feature .flow01 ul li:nth-child(1) img {
    width: 368px;
    top: -100px;
    right: 20px;
  }
  #feature .flow01 ul li:nth-child(2) {
    z-index: 7;
  }
  #feature .flow01 ul li:nth-child(2) img {
    width: 310px;
    top: -40px;
    right: 130px;
  }
  #feature .flow01 ul li:nth-child(3) {
    z-index: 6;
  }
  #feature .flow01 ul li:nth-child(3) img {
    width: 261px;
    top: -20px;
    right: 60px;
  }
  #feature .flow01 ul li:nth-child(4) {
    z-index: 4;
  }
  #feature .flow01 ul li:nth-child(4) img {
    width: 254px;
    top: -20px;
    right: 140px;
  }
  #feature .flow01 ul li:nth-child(5) {
    z-index: 4;
  }
  #feature .flow01 ul li:nth-child(5) img {
    width: 234px;
    top: 20px;
    right: 20px;
  }
  #feature .flow01 ul li:nth-child(6) {
    z-index: 5;
  }
  #feature .flow01 ul li:nth-child(6) img {
    width: 268px;
    top: -140px;
    right: 180px;
  }
  #feature .flow01 ul li:nth-child(7) {
    z-index: 1;
  }
  #feature .flow01 ul li:nth-child(7) img {
    width: 206px;
    top: 70px;
    right: 220px;
  }
  #feature .flow01 ul li:nth-child(8) {
    z-index: 2;
  }
  #feature .flow01 ul li:nth-child(8) img {
    width: 228px;
    top: -150px;
    right: 20px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .teacher-message {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #feature .teacher-message {
    margin-top: 12vw;
  }
}
#feature .teacher-message .profile .field li::before {
  border-color: var(--white);
}
#feature .teacher-message .profile-box {
  background-color: transparent;
}
@media print, screen and (min-width: 768.1px) {
  #feature .teacher-message .profile-box {
    margin-top: 20px;
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #feature .teacher-message .profile-box {
    padding-top: 0;
  }
}
#feature .teacher-message .profile-box .combine {
  margin-top: 2px;
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1,
  #feature .topics02 .flow02-2 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1,
  #feature .topics02 .flow02-2 {
    margin-top: 9.3333333333vw;
  }
}
#feature .topics02 .flow02-1 .combine-number-line .combine-number-S,
#feature .topics02 .flow02-2 .combine-number-line .combine-number-S {
  color: var(--white);
}
#feature .topics02 .flow02-1 .combine-number-line .line-catch-S span,
#feature .topics02 .flow02-2 .combine-number-line .line-catch-S span {
  color: var(--black);
  background-color: var(--white);
}
#feature .topics02 .flow02-1 ul,
#feature .topics02 .flow02-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul,
  #feature .topics02 .flow02-2 ul {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul,
  #feature .topics02 .flow02-2 ul {
    gap: 20px;
  }
}
#feature .topics02 .flow02-1 ul li,
#feature .topics02 .flow02-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li,
  #feature .topics02 .flow02-2 ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul li,
  #feature .topics02 .flow02-2 ul li {
    width: calc((100% - 20px) / 2);
  }
}
#feature .topics02 .flow02-1 ul li dl,
#feature .topics02 .flow02-2 ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
#feature .topics02 .flow02-1 ul li dl .combine-number-SS,
#feature .topics02 .flow02-2 ul li dl .combine-number-SS {
  color: var(--white);
  opacity: 0.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#feature .topics02 .flow02-1 ul li dl .headline-M,
#feature .topics02 .flow02-2 ul li dl .headline-M {
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li dl .headline-M,
  #feature .topics02 .flow02-2 ul li dl .headline-M {
    display: inline-block;
    border: 1px solid var(--white);
    padding: 0.2em 0.4em;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul li dl .headline-M,
  #feature .topics02 .flow02-2 ul li dl .headline-M {
    line-height: 1.2;
  }
}
#feature .topics02 .flow02-1 ul li > img,
#feature .topics02 .flow02-2 ul li > img {
  margin: 20px 15px;
}
#feature .topics02 .flow02-1 ul li:last-child,
#feature .topics02 .flow02-2 ul li:last-child {
  width: 100%;
  margin-top: 20px;
  padding: 30px 0 40px 0;
}
#feature .topics02 .flow02-1 ul li:last-child::before,
#feature .topics02 .flow02-2 ul li:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  z-index: -1;
}
#feature .topics02 .flow02-1 ul li:last-child dl,
#feature .topics02 .flow02-2 ul li:last-child dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#feature .topics02 .flow02-1 ul li:last-child dt .combine-number-SS,
#feature .topics02 .flow02-2 ul li:last-child dt .combine-number-SS {
  color: var(--main-color);
  opacity: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li:last-child dd,
  #feature .topics02 .flow02-2 ul li:last-child dd {
    margin-left: auto;
    margin-right: 60px;
  }
}
#feature .topics02 .flow02-1 ul li:last-child h5,
#feature .topics02 .flow02-2 ul li:last-child h5 {
  background: var(--main-color);
  color: var(--nega-color);
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li:last-child h5,
  #feature .topics02 .flow02-2 ul li:last-child h5 {
    padding: 14px 20px;
    font-size: 32px;
    position: absolute;
    top: 61px;
    left: 76px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul li:last-child h5,
  #feature .topics02 .flow02-2 ul li:last-child h5 {
    margin-top: 1.3333333333vw;
    padding: 1.8666666667vw 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li:last-child .message-box-b,
  #feature .topics02 .flow02-2 ul li:last-child .message-box-b {
    gap: 24px;
  }
}
#feature .topics02 .flow02-1 ul li:last-child .message-box-b .head,
#feature .topics02 .flow02-2 ul li:last-child .message-box-b .head {
  background-color: var(--main-color);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li:last-child .message-box-b .head,
  #feature .topics02 .flow02-2 ul li:last-child .message-box-b .head {
    margin-top: 20px;
    padding: 18px 30px 20px 210px;
  }
}
#feature .topics02 .flow02-1 ul li:last-child .message-box-b .head .combine,
#feature .topics02 .flow02-2 ul li:last-child .message-box-b .head .combine {
  color: var(--black);
  border-left-color: var(--black);
}
#feature .topics02 .flow02-1 ul li:last-child .message-box-b .head .headline-S,
#feature .topics02 .flow02-2 ul li:last-child .message-box-b .head .headline-S {
  color: var(--black);
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul li:last-child .message-box-b .head .headline-S,
  #feature .topics02 .flow02-2 ul li:last-child .message-box-b .head .headline-S {
    width: 40vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li:last-child .message-box-b .head picture,
  #feature .topics02 .flow02-2 ul li:last-child .message-box-b .head picture {
    left: 40px;
    right: auto;
  }
}
#feature .topics02 .flow02-1 ul li:last-child .message-box-b .body p,
#feature .topics02 .flow02-2 ul li:last-child .message-box-b .body p {
  color: var(--white);
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul li:last-child .message-box-b .body p,
  #feature .topics02 .flow02-2 ul li:last-child .message-box-b .body p {
    margin-right: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .flow02-1 ul li:last-child .image,
  #feature .topics02 .flow02-2 ul li:last-child .image {
    max-width: 500px;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-46%);
            transform: translateY(-46%);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .flow02-1 ul li:last-child .image,
  #feature .topics02 .flow02-2 ul li:last-child .image {
    margin: 2.6666666667vw 5.3333333333vw;
  }
}
#feature .topics02 .flow02-1 ul li:last-child .image img,
#feature .topics02 .flow02-2 ul li:last-child .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#topics {
  color: var(--white);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics {
    margin-top: 120px;
    padding-top: 90px;
    padding-bottom: 64vw;
  }
}
@media screen and (max-width: 768px) {
  #topics {
    padding-top: 12vw;
    padding-bottom: 72vw;
  }
}
#topics::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background: url(/department/art/assets/img/fc/topics_topics2_endimage.webp) no-repeat center bottom;
  background-size: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #topics::before {
    width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 768px) {
  #topics::before {
    width: 100vw;
    background-size: 100vw;
  }
}
#topics .topics01 {
  position: relative;
  z-index: 1;
}
#topics .topics01::before {
  content: "";
  display: block;
  position: absolute;
  top: 535px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: calc(100% - 535px);
  background: url(/department/art/assets/img/fc/topics_topics1_bg.webp) no-repeat center top;
  background-size: cover;
  z-index: -2;
}
#topics .topics01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background: url(/department/art/assets/img/fc/topics_topics1_cover.webp) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01::after {
    max-width: 1320px;
    height: 745px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01::after {
    width: 100vw;
    height: 93.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 {
    padding-top: 505px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 {
    padding-top: 62.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .flex-box-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#topics .topics01 .title {
  leading-trim: both;
  text-edge: cap;
  color: var(--white);
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 600;
  line-height: 87%;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .title {
    font-size: 120px;
    -webkit-transform: translate(14px, 10px);
            transform: translate(14px, 10px);
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .title {
    font-size: 10.6666666667vw;
  }
}
#topics .topics01 .lead-block {
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead-block .line-catch-M {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .lead-block .line-catch-M {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead-block .lead {
    width: calc(100% - 520px);
  }
}
#topics .topics01 .lead-block .image {
  display: inline-block;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead-block .image {
    width: 560px;
    position: absolute;
    right: -8%;
    bottom: 0;
  }
}
#topics .topics01 .images {
  position: relative;
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
#topics .topics01 .images::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  background-color: rgba(62, 58, 57, 0.7);
}
#topics .topics01 .images .image {
  display: inline-block;
  height: 112%;
  position: absolute;
  bottom: 0;
}
#topics .topics01 .images .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images .image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images .image img {
    max-width: 100vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images1 {
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images1 {
    height: 49.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images1::before {
    right: 30px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images1::before {
    height: 32vw;
  }
}
#topics .topics01 .images1 .image {
  left: 0;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images2 {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images2 {
    height: 60vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images2::before {
    left: -60px;
    width: calc(100% + 120px);
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images2::before {
    height: 40vw;
  }
}
#topics .topics01 .images2 .image {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images3 {
    height: 535px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images3 {
    height: 71.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .images3::before {
    left: 30px;
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .images3::before {
    height: 58.6666666667vw;
  }
}
#topics .topics01 .images3 .image {
  right: 0;
}
#topics .topics02 {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 {
    margin-top: 16vw;
  }
}
#topics .topics02 .cross-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .cross-word {
    margin-top: 30px;
    margin-bottom: 70px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .cross-word {
    margin-top: 4vw;
    margin-bottom: 9.3333333333vw;
    gap: 1.3333333333vw;
  }
}
#topics .topics02 .cross-word::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/department/art/assets/img/fc/topics_topics2_bg.webp) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .cross-word::before {
    width: 347px;
    height: 550px;
    top: 10px;
    left: 240px;
  }
}
#topics .topics02 .cross-word p {
  color: var(--main-color);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 600;
  line-height: 0.92;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .cross-word p {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .cross-word p {
    font-size: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .cross-word svg {
    margin-left: 180px;
    width: 50px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .image {
    width: 540px;
    position: absolute;
    top: 60px;
    right: -45px;
  }
}
#topics .topics02 h4 {
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .cover {
    margin-top: 64px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .cover {
    margin: 12vw 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule {
    margin-right: 51px;
  }
}
#topics .schedule .subtitle {
  background-color: var(--white);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li {
    max-width: 225px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li {
    margin: 2em 0 1em;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt {
    gap: 15px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li dl dt {
    gap: 2.6666666667vw;
  }
}
#topics .schedule ul li dl dt .numbering {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--white);
  color: var(--black);
  font-family: var(--font-en);
  line-height: 0.9;
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .numbering {
    width: 100px;
    height: 100px;
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li dl dt .numbering {
    width: 16vw;
    height: 16vw;
    font-size: 6.1333333333vw;
  }
}
#topics .schedule ul li dl dt .numbering small {
  font-weight: 600;
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .numbering small {
    font-size: 17px;
  }
}
#topics .schedule ul li dl dt .headline-S {
  color: var(--white);
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .headline-S {
    margin-top: 20px;
  }
}
#topics .schedule ul li dl dt .headline-S small {
  display: block;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .headline-S small {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dd {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li dl dd {
    margin-top: 2em;
  }
}
#topics .schedule ul li dl dd p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#topics .schedule ul li dl dd p:nth-child(1) span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#topics .schedule ul li dl dd p:nth-child(1) svg {
  position: absolute;
  left: calc(100% + 5px);
}
#topics .schedule ul li dl dd p:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 4px;
  border-radius: 2px;
  background-color: var(--white);
}
#topics .schedule ul li dl dd p + p {
  margin-top: 1.4em;
}
#topics .column {
  border: 1px solid var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #topics .column {
    padding: 20px 30px 26px 30px;
    max-width: 366px;
  }
}
@media screen and (max-width: 768px) {
  #topics .column {
    padding: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #topics .column .head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .column .headline-S {
    margin-left: 30px;
  }
}
#topics .column .logo {
  margin-left: auto;
  margin-right: 10px;
}
@media print, screen and (min-width: 768.1px) {
  #topics .column .logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #topics .column .logo {
    width: 20vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .column .body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #topics .column .body {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .message {
    gap: 48px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  #topics .message {
    margin-top: 6.4vw;
  }
}
#topics .message .message-box-b .head {
  background-color: var(--main-color);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #topics .message .message-box-b .head {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #topics .message .message-box-b .head {
    margin-top: 8vw;
  }
}
#topics .message .message-box-b .head .combine {
  color: var(--black);
  border-left-color: var(--black);
}
#topics .message .message-box-b .head .headline-S {
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #topics .message .message-box-b .head .headline-S {
    width: 170px;
  }
}
#topics .message .message-box-b .head picture {
  right: 0;
}

#works {
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #works {
    margin-top: 120px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #works {
    padding-top: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works picture {
    margin-top: 40px;
    margin-left: calc((100vw - 100% - 100px) / -2);
    margin-right: calc((100vw - 100% - 100px) / -2);
  }
}
@media screen and (max-width: 768px) {
  #works picture {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
#works picture img {
  width: 100%;
}

#achievements {
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #achievements {
    margin-top: 120px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  #achievements {
    padding-top: 12vw;
  }
}
#achievements .head {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .head {
    padding-left: calc(50% + 30px);
  }
}
#achievements .contents {
  background-color: var(--main-color);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents {
    margin-top: 60px;
    margin-left: -60px;
    margin-right: -60px;
    padding: 70px 60px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .contents {
    margin-top: 8vw;
    margin-left: -8vw;
    margin-right: -8vw;
    padding: 0 8vw;
    gap: 8vw;
  }
}
#achievements .contents > div {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents > div {
    width: calc(50% - 30px);
  }
}
#achievements .contents .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .cover {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .contents .cover {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    gap: 0vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .cover picture {
    width: calc(100% + 150px);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#achievements .contents .cover h3 {
  color: var(--main-color);
  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) {
  #achievements .contents .cover h3 {
    font-size: 60px;
    line-height: 70px;
    -webkit-transform: translateX(-72px);
            transform: translateX(-72px);
  }
}
@media screen and (max-width: 768px) {
  #achievements .contents .cover h3 {
    margin-top: -34.6666666667vw;
    width: 100%;
    font-size: 8vw;
    line-height: 9.3333333333vw;
  }
}
#achievements .contents .cover p {
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .cover p {
    font-size: 32px;
    line-height: 1.55;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media screen and (max-width: 768px) {
  #achievements .contents .cover p {
    margin-top: 2.6666666667vw;
  }
}
#achievements .contents .cover p small {
  display: block;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28px;
}
#achievements .contents p.combine-number-SS,
#achievements .contents .headline-M {
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .image {
    position: absolute;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: calc(50% + 30px);
  }
  #achievements .contents .content01 .headline-M {
    position: absolute;
    margin-top: -68px;
    margin-left: 100px;
  }
}
@media print, screen and (min-width: 768.1px) and (min-width: 768.1px) {
  #achievements .contents .content01 .font-S {
    max-width: 310px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content01 .image {
    width: 490px;
    top: -45px;
    left: 320px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 50px;
    margin-bottom: -8px;
  }
  #achievements .contents .content02 .combine-number-SS,
  #achievements .contents .content02 .headline-M {
    margin-left: 49.5%;
    white-space: nowrap;
  }
  #achievements .contents .content02 .headline-M {
    margin-top: 11px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content02 .image {
    width: 390px;
    top: -80px;
    left: -90px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #achievements .contents .content03 .headline-M {
    position: absolute;
    margin-top: -68px;
    margin-left: 110px;
  }
  #achievements .contents .content03 .font-S {
    max-width: 280px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content03 .image {
    width: 310px;
    top: 80px;
    right: -20px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content04 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #achievements .contents .content04 .headline-M {
    position: absolute;
    margin-top: -68px;
    margin-left: 110px;
  }
  #achievements .contents .content04 .font-S {
    margin-top: 62px;
    max-width: 310px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .contents .content04 .image {
    width: 270px;
    bottom: -70px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .contents .content04 .image {
    margin-left: auto;
    margin-right: auto;
    width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message {
    margin-top: 8vw;
  }
}
#achievements .teacher-message .flex-wrap-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message .flex-wrap-between {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message .flex-wrap-between {
    margin-top: 5.3333333333vw;
  }
}
#achievements .teacher-message figure {
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message figure {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message figure {
    width: 40%;
  }
}
#achievements .teacher-message figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#achievements .teacher-message figure figcaption {
  margin-top: 0.5em;
  color: var(--main-color);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message figure figcaption {
    font-size: 17px;
    letter-spacing: 0.34px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message dl {
    margin-left: 50px;
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message dl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message dl dd {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message dl dd {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .teacher-message .icon {
    margin-right: 34px;
    padding-bottom: 20px;
    width: 38px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message .icon {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media screen and (max-width: 768px) {
  #achievements .teacher-message .icon svg {
    width: 10vw;
  }
}

#employment {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #employment {
    padding: 54px 0;
  }
}
@media screen and (max-width: 768px) {
  #employment {
    margin-top: 16vw;
    padding: 5.3333333333vw 0;
  }
}
#employment::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #employment .flex-box-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#employment .subtitle {
  background-color: var(--black);
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-weight: 700;
  line-height: 190%;
}
@media print, screen and (min-width: 768.1px) {
  #employment .subtitle {
    margin-right: 130px;
    width: 330px;
    font-size: 20px;
  }
}
#employment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #employment ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #employment ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2em;
  }
}
#employment ul li {
  line-height: 150%;
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #employment ul li {
    width: 50%;
  }
}
#employment ul li::before {
  content: "¡ö";
  display: inline-block;
  margin-right: 0.25em;
  -webkit-transform: scale(0.825);
          transform: scale(0.825);
}
#employment ul li.last {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 87.5%;
}
#employment ul li.last::before {
  display: none;
}