@charset "UTF-8";
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

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

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.top .section-wrap {
  position: relative;
  background: url(../img/mv-bg.webp) bottom center/cover no-repeat;
}
.top .mv {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100svh;
}
@media screen and (max-width: 834px) {
  .top .mv {
    flex-direction: column;
    height: 75svh;
  }
}
.top .mv__title {
  width: 100vw;
  bottom: 0;
  left: 10.2%;
  color: #000;
  position: absolute;
  z-index: 5;
  line-height: 0.9;
  letter-spacing: 0.03em;
  font-weight: bolder;
  font-size: clamp(80px, 10.4vw, 170px);
}
@media screen and (max-width: 834px) {
  .top .mv__title {
    bottom: 0;
    width: 85%;
    left: auto;
    margin: 0 auto;
    top: auto;
  }
}
@media screen and (max-width: 834px) {
  .top .mv__title {
    width: 100%;
    order: 1;
    font-size: clamp(50px, 13vw, 80px);
    left: 0;
    bottom: 0;
    padding: 0 5%;
  }
}
.top .mv__title-line {
  display: block;
  overflow: hidden;
}
.top .mv__title-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
}
.top .mv__title-char.u-en-lib {
  color: #ff6f19;
  font-style: italic;
  font-weight: 700;
  margin-right: 1rem;
}
@media screen and (max-width: 834px) {
  .top .mv__title-char.u-en-lib {
    margin-right: 0.5rem;
  }
}
.top .mv__sub-title {
  font-weight: 700;
  width: 30%;
  right: 12.8%;
  color: #000000;
  position: absolute;
  text-align: left;
  line-height: 1.5;
  z-index: 5;
  top: 44%;
  transform: translate(0, calc(-50% + 20px));
  -webkit-transform: translate(0, calc(-50% + 20px));
  opacity: 0;
  transition: opacity 0.7s ease 1.4s, transform 0.7s ease 1.4s;
  text-shadow: -2px -3px 12px rgb(255, 255, 255), 7px -6px 12px rgb(255, 255, 255), -5px 6px 12px rgb(255, 255, 255), 9px 8px 12px rgb(255, 255, 255);
}
@media screen and (max-width: 834px) {
  .top .mv__sub-title {
    width: -moz-fit-content;
    width: fit-content;
    right: 5%;
  }
}
.top .mv__sub-title span.lead {
  font-size: clamp(20px, 2.5vw, 40px);
}
.top .mv__sub-title span.sub-title {
  display: block;
  font-size: clamp(25px, 3vw, 48px);
}
.top .mv.is-loaded .mv__title-line:nth-child(1) .mv__title-char:nth-child(1) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.42s;
}
.top .mv.is-loaded .mv__title-line:nth-child(1) .mv__title-char:nth-child(2) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.54s;
}
.top .mv.is-loaded .mv__title-line:nth-child(1) .mv__title-char:nth-child(3) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.66s;
}
.top .mv.is-loaded .mv__title-line:nth-child(1) .mv__title-char:nth-child(4) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.78s;
}
.top .mv.is-loaded .mv__title-line:nth-child(1) .mv__title-char:nth-child(5) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.9s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(1) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.22s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(2) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.34s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(3) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.46s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(4) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.58s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(5) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.7s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(6) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.82s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(7) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.94s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(8) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.06s;
}
.top .mv.is-loaded .mv__title-line:nth-child(2) .mv__title-char:nth-child(9) {
  animation: charRiseUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.18s;
}
.top .mv.is-loaded .mv__sub-title {
  opacity: 1;
  transform: translateY(0);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@keyframes charRiseUp {
  from {
    opacity: 0;
    transform: translateY(110%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top .top-lead {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top .top-lead {
    height: auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .top .top-lead {
    height: auto;
    padding: 40px 0;
  }
}
.top .top-lead__title-wrap {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100lvh;
}
@media screen and (max-width: 834px) {
  .top .top-lead__title-wrap {
    height: 40lvh;
  }
}
.top .top-lead__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100vw;
  height: 100lvh;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .top .top-lead__title {
    height: auto;
    padding-top: 0px;
  }
}
.top .top-lead__title img {
  width: 160px;
}
@media screen and (max-width: 834px) {
  .top .top-lead__title img {
    width: 95px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 640px) {
  .top .top-lead__title img {
    width: 75px;
  }
}
.top .top-lead__contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
  margin-top: -40lvh;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents {
    margin-top: -32svh;
    padding-bottom: 70px;
    align-items: flex-start;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-left, .top .top-lead__contents-right {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
}
.top .top-lead__contents-left .u-en-lib, .top .top-lead__contents-right .u-en-lib {
  font-size: clamp(20px, 3.1vw, 60px);
  font-weight: 500;
  font-style: italic;
  color: #cccccc;
  text-align: right;
  line-height: 1.2;
}
.top .top-lead__contents-left .top-lead__img, .top .top-lead__contents-right .top-lead__img {
  transform: scale(1.2) translate3d(0, 3.125rem, 0);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top .top-lead__contents-left {
  width: 35%;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-left {
    width: 35%;
  }
}
.top .top-lead__contents-left .u-en-lib {
  color: #cccccc;
}
.top .top-lead__contents-left .top-lead__img {
  transform-origin: right top;
}
.top .top-lead__contents-left .top-lead__img2 {
  width: 75%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-left .top-lead__img2 {
    width: 95%;
  }
}
.top .top-lead__contents-right {
  width: 44%;
  padding-right: 5%;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-right {
    padding-right: 0;
  }
}
.top .top-lead__contents-right .u-en-lib {
  color: #fff;
  padding-right: 10%;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-right .u-en-lib {
    padding-right: 4%;
  }
}
.top .top-lead__contents-right .top-lead__img {
  transform-origin: left top;
}
.top .top-lead__contents-right .top-lead__img3 {
  width: 65%;
  margin: 0 auto 0 22%;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-right .top-lead__img3 {
    width: 65%;
    margin: 0 auto;
  }
}
.top .top-lead__contents-right .top-lead__img4 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top .top-lead__contents-right .top-lead__img4 {
    width: 100%;
  }
}
.top .top-lead__img.js-scroll.active {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
}
.top .top-about {
  position: relative;
  z-index: 1;
  padding: 100px 0 240px;
  background: url(../img/about-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 834px) {
  .top .top-about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about {
    padding: 60px 0 80px;
  }
}
.top .top-about__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-about__contents {
    flex-direction: column;
    gap: 30px 0;
  }
}
.top .top-about__title {
  width: 32%;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 600;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top .top-about__title {
    width: 100%;
    font-size: clamp(24px, 6vw, 34px);
  }
}
.top .top-about__title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 41px;
  bottom: -40px;
  left: 14px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .top .top-about__title::before {
    height: 21px;
    bottom: -20px;
  }
}
.top .top-about__intro {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  width: 58%;
  padding-top: 114px;
}
@media screen and (max-width: 834px) {
  .top .top-about__intro {
    width: 100%;
    padding-top: 20px;
  }
}
.top .top-about__text-box {
  display: flex;
  flex-direction: column;
}
.top .top-about__intro-sub-title {
  font-size: clamp(28px, 2.5vw, 42px);
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .top .top-about__intro-sub-title {
    font-size: clamp(22px, 5.5vw, 32px);
    margin-bottom: 30px;
  }
}
.top .top-business {
  position: relative;
  z-index: 1;
  padding: 100px 0 160px;
  background: url(../img/business-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 834px) {
  .top .top-business {
    padding: 60px 0;
  }
}
@media screen and (max-width: 834px) {
  .top .top-business {
    padding: 60px 0 80px;
  }
}
.top .top-business__contents {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 58px;
}
@media screen and (max-width: 834px) {
  .top .top-business__contents {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 0px;
  }
}
.top .top-business__text-box {
  align-items: flex-start;
  margin-bottom: 58px;
}
@media screen and (max-width: 834px) {
  .top .top-business__text-box {
    margin-bottom: 0px;
    gap: 30px 0;
  }
}
.top .top-business__title {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .top .top-business__title {
    width: 100%;
  }
}
.top .top-business__title span.u-en-oz {
  font-size: clamp(60px, 6.8vw, 110px);
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .top .top-business__title span.u-en-oz {
    font-size: clamp(48px, 12vw, 72px);
  }
}
.top .top-business__title span.u-ja {
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top .top-business__title span.u-ja {
    font-size: clamp(13px, 3.5vw, 16px);
  }
}
.top .top-business .text-box {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .top .top-business .text-box {
    width: 100%;
  }
}
.top .top-business__sub-title {
  margin-bottom: 44px;
  font-size: clamp(25px, 2.5vw, 42px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .top .top-business__sub-title {
    font-size: clamp(20px, 5.5vw, 30px);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 834px) {
  .top .top-business__list {
    display: flex;
    flex-direction: column;
  }
}
.top .top-business__item {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px 0;
}
@media screen and (max-width: 834px) {
  .top .top-business__item {
    width: 100%;
    gap: 25px 0;
  }
}
.top .top-business__item .number {
  font-weight: 300;
  color: #82828e;
  font-size: clamp(36px, 3.2vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .top .top-business__item .number {
    font-size: 7vw;
  }
}
.top .top-business__item .top-business__item-title {
  font-weight: 500;
  text-align: center;
  font-size: clamp(17px, 1.4vw, 23px);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .top .top-business__item .top-business__item-title {
    font-size: clamp(15px, 4vw, 20px);
  }
}
.top .top-business__item .top-business__item-title span {
  display: block;
  color: #ff6f19;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 32px);
}
@media screen and (max-width: 834px) {
  .top .top-business__item .top-business__item-title span {
    font-size: clamp(18px, 5vw, 26px);
  }
}
.top .top-business__item .top-business__item-text {
  font-size: clamp(13px, 3.2vw, 15px);
}
.top .top-business__item:first-child {
  padding: 27px 5% 27px 0;
  border-right: 1px solid #82828e;
}
@media screen and (max-width: 834px) {
  .top .top-business__item:first-child {
    padding: 0 0 27px;
    border-right: 0px solid #82828e;
    border-bottom: 1px solid #82828e;
  }
}
.top .top-business__item:nth-child(2) {
  padding: 27px 5%;
  border-right: 1px solid #82828e;
}
@media screen and (max-width: 834px) {
  .top .top-business__item:nth-child(2) {
    padding: 27px 0;
    border-right: 0px solid #82828e;
    border-bottom: 1px solid #82828e;
  }
}
.top .top-business__item:last-child {
  padding: 27px 0 27px 5%;
}
@media screen and (max-width: 834px) {
  .top .top-business__item:last-child {
    padding: 27px 0 0;
  }
}
.top .top-course {
  padding: 120px 0 0;
}
@media screen and (max-width: 834px) {
  .top .top-course {
    padding: 60px 0 0;
    overflow: hidden;
  }
}
.top .top-course__top {
  margin-bottom: 92px;
}
@media screen and (max-width: 834px) {
  .top .top-course__top {
    margin-bottom: 50px;
  }
}
.top .top-course__title {
  width: 22%;
  font-size: clamp(25px, 2.4vw, 40px);
  font-weight: 600;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  color: #ff6f19;
}
@media screen and (max-width: 834px) {
  .top .top-course__title {
    width: 100%;
    margin-bottom: 50px;
  }
}
.top .top-course__title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 41px;
  bottom: -40px;
  left: 37px;
  background-color: #ff6f19;
}
@media screen and (max-width: 834px) {
  .top .top-course__title::before {
    height: 21px;
    bottom: -20px;
  }
}
.top .top-course__picture-box {
  width: 78%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-course__picture-box {
    width: 100%;
    flex-direction: column;
    gap: 30px 0;
  }
}
.top .top-course__img1 {
  width: 31.5%;
}
@media screen and (max-width: 834px) {
  .top .top-course__img1 {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
.top .top-course__info {
  width: 67%;
}
@media screen and (max-width: 834px) {
  .top .top-course__info {
    width: 100%;
  }
}
.top .top-course__info-title {
  margin: 48px 0 41px;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .top .top-course__info-title {
    margin: 24px 0 20px;
    font-size: clamp(22px, 5.5vw, 30px);
  }
}
.top .top-course__body {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .top .top-course__body {
    flex-direction: column;
  }
}
.top .top-course__label {
  width: 44%;
  position: sticky;
  top: 0;
  height: 100vh;
  flex-shrink: 0;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.top .top-course__label.is-visible {
  opacity: 1;
}
.top .top-course__label-slide {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .top .top-course__label-slide {
    opacity: 1;
    position: relative;
    transition: none;
    inset: inherit;
    display: flex;
    flex-direction: column;
    padding: 80px 7% 30px 5%;
    text-align: right;
  }
}
.top .top-course__label-slide.is-active {
  opacity: 1;
}
.top .top-course__label-slide:nth-child(1) {
  background: url("../img/director-bg.webp") no-repeat center;
  background-size: cover;
}
.top .top-course__label-slide:nth-child(2) {
  background: url("../img/designer-bg.webp") no-repeat center;
  background-size: cover;
}
.top .top-course {
  /*sp用*/
}
@media screen and (max-width: 834px) {
  .top .top-course .top-course__item1 .top-course__label-slide {
    background: url(../img/director-bg.webp) no-repeat left 9%;
    background-size: 120%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-course .top-course__item2 .top-course__label-slide {
    background: url(../img/designer-bg.webp) no-repeat left 17%;
    background-size: 120%;
  }
}
.top .top-course .label-en-title {
  writing-mode: vertical-rl;
  position: absolute;
  font-weight: 100;
  color: #fff;
  top: 60px;
  right: 3%;
  font-size: clamp(60px, 5.6vw, 92px);
}
@media screen and (max-width: 834px) {
  .top .top-course .label-en-title {
    position: relative;
    font-size: clamp(48px, 12vw, 70px);
    top: auto;
    right: auto;
    writing-mode: horizontal-tb;
    line-height: 1;
  }
}
.top .top-course .label-title {
  writing-mode: vertical-rl;
  position: absolute;
  font-weight: 700;
  color: #fff;
  top: 65px;
  right: 20%;
  font-size: clamp(17px, 1.5vw, 22px);
}
@media screen and (max-width: 834px) {
  .top .top-course .label-title {
    top: auto;
    writing-mode: horizontal-tb;
    position: relative;
    right: auto;
    font-size: clamp(13px, 3.5vw, 17px);
  }
}
.top .top-course__list {
  width: 56%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .top .top-course__list {
    overflow-x: hidden;
    width: 100%;
  }
}
.top .top-course__main {
  padding: 100px 7.2% 120px 7.2%;
}
@media screen and (max-width: 834px) {
  .top .top-course__main {
    padding: 50px 5% 60px;
  }
}
.top .top-course__main-title {
  margin: 55px 0 27px;
  font-size: clamp(20px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .top .top-course__main-title {
    margin: 30px 0 20px;
    font-size: clamp(18px, 4.5vw, 26px);
  }
}
.top .top-course .c-list__title {
  margin: 50px 0 20px;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .top .top-course .c-list__title {
    margin: 35px 0 15px;
  }
}
.top .top-course .c-list__item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.top .top-course .c-list__item .number {
  background: #707070;
  border-radius: 25px;
  width: 53px;
  color: #fff;
  text-align: center;
  height: 29px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top .top-course .c-list__item .number {
    height: 22px;
    width: 43px;
    font-size: 12px;
  }
}
.top .top-course .c-list__item .c-list__item-title {
  color: #ff9100;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  width: 43%;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .top .top-course .c-list__item .c-list__item-title {
    font-size: clamp(14px, 3.6vw, 18px);
    padding-left: 16px;
    width: 45%;
  }
}
.top .top-course .c-list__item .c-list__item-text {
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 400;
  width: 55%;
}
@media screen and (max-width: 834px) {
  .top .top-course .c-list__item .c-list__item-text {
    font-size: clamp(12px, 3.2vw, 14px);
    width: 48%;
  }
}
.top .top-course__item:nth-child(2) .c-list__item-title {
  color: #ff557b;
}
.top .top-development {
  background: url("../img/development-bg.webp") no-repeat center center;
  padding: 116px 0 140px;
}
@media screen and (max-width: 834px) {
  .top .top-development {
    padding: 60px 0 80px;
  }
}
.top .top-development__title {
  width: 26%;
}
@media screen and (max-width: 834px) {
  .top .top-development__title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top .top-development__title span.u-en-oz {
  font-size: clamp(30px, 3.5vw, 58px);
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .top .top-development__title span.u-en-oz {
    font-size: clamp(28px, 7vw, 40px);
  }
}
.top .top-development__title span.u-ja {
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top .top-development__title span.u-ja {
    font-size: clamp(13px, 3.5vw, 16px);
  }
}
.top .top-development__text-box {
  width: 74%;
}
@media screen and (max-width: 834px) {
  .top .top-development__text-box {
    width: 100%;
  }
}
.top .top-development__sub-title {
  margin-bottom: 44px;
  font-size: clamp(25px, 2.5vw, 42px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .top .top-development__sub-title {
    font-size: clamp(20px, 5.5vw, 30px);
    margin-bottom: 28px;
  }
}
.top .top-development__figure {
  margin: 45px 0 0;
  background-color: #ffffff;
  padding: 50px 5%;
}
@media screen and (max-width: 834px) {
  .top .top-development__figure {
    padding: 30px 5%;
    margin: 30px 0 0;
  }
}
.top .top-development__figure-title {
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top .top-development__figure-title {
    font-size: clamp(18px, 4.5vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .top .top-development__figure .js-scroll-hint {
    overflow-x: scroll;
    max-width: none;
    white-space: nowrap;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.top .top-development__figure-list {
  background: #eeeceb;
  padding: 40px 5%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .top .top-development__figure-list {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
    padding: 24px 5%;
    margin-top: 0px;
  }
}
.top .top-development__figure-item {
  width: 30%;
}
.top .top-development__figure-item-text {
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 22px);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top .top-development__figure-item-text {
    font-size: clamp(14px, 3.4vw, 18px);
  }
}
.top .top-development__course {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 20px;
}
@media screen and (max-width: 834px) {
  .top .top-development__course {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
    margin-top: 0px;
  }
}
.top .top-development__course-list {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .top .top-development__course-list {
    width: 100%;
  }
}
.top .top-development__course .arrow img {
  min-height: 90px;
}
@media screen and (max-width: 834px) {
  .top .top-development__course .arrow img {
    min-height: 60px;
  }
}
.top .top-development__course .course-wrap {
  padding: 20px 6%;
  width: 100%;
}
.top .top-development__course-list:first-child .course-wrap {
  background-color: #ff9100;
}
.top .top-development__course-list:nth-child(2) .course-wrap {
  background-color: #ff557b;
}
.top .top-development__course-title {
  color: #fff;
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .top .top-development__course-title {
    font-size: clamp(18px, 4.5vw, 22px);
  }
}
.top .top-development__course-title span {
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top .top-development__course-title span {
    font-size: clamp(13px, 3.5vw, 15px);
  }
}
.top .top-development .dev-course__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.top .top-development .dev-course__item {
  background: #fff;
  width: 48%;
  text-align: center;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  padding: 6px 0;
}
@media screen and (max-width: 834px) {
  .top .top-development .dev-course__item {
    font-size: clamp(13px, 3.5vw, 15px);
  }
}
.top .top-company {
  padding: 125px 0 140px;
}
@media screen and (max-width: 834px) {
  .top .top-company {
    padding: 60px 0 80px;
  }
}
.top .top-company__title {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .top-company__title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top .top-company__title span.u-en-oz {
  font-size: clamp(60px, 6.8vw, 110px);
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .top .top-company__title span.u-en-oz {
    font-size: clamp(48px, 12vw, 72px);
  }
}
.top .top-company__title span.u-ja {
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top .top-company__title span.u-ja {
    font-size: clamp(13px, 3.5vw, 16px);
  }
}
.top .top-company__table {
  width: 50%;
  display: grid;
  grid-template-columns: 128px 1fr;
}
@media screen and (max-width: 834px) {
  .top .top-company__table {
    width: 100%;
    grid-template-columns: 84px 1fr;
  }
}
.top .top-company__table dt {
  padding: 22px 2%;
  margin: 0;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 834px) {
  .top .top-company__table dt {
    padding: 16px 2%;
    font-size: 14px;
  }
}
.top .top-company__table dd {
  padding: 22px 2% 22px 0;
  margin: 0;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 834px) {
  .top .top-company__table dd {
    padding: 16px 0 16px 2%;
    font-size: 14px;
  }
}/*# sourceMappingURL=top.css.map */