@charset "UTF-8";
:where(main .c-btn) {
  margin-top: 4rem;
}

.p-front-mv {
  padding-bottom: 3rem;
}
@media screen and (width >= 768px) {
  .p-front-mv {
    padding-bottom: 5.15rem;
  }
}
.p-front-mv__swiper {
  margin-top: 1.5rem;
  overflow: visible;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper {
    margin-top: 2.5rem;
    /*スライドの位置をインナー幅に揃えるために指定*/
    width: calc(100% - 4rem);
  }
}
.p-front-mv__swiper-wrapper {
  align-items: center;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-wrapper {
    /*アクティブスライドと通常のスライドの幅の差の半分を左にずらす*/
    margin-left: -2.5%;
  }
}
.p-front-mv__swiper-slide {
  width: 26.8rem;
  display: flex;
  flex-direction: column-reverse;
  margin-inline: 0.85rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide {
    width: 32% !important;
    margin-inline: 0.65%;
  }
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide.swiper-slide-active {
    width: 37% !important;
  }
}
.p-front-mv__swiper-slide-link {
  display: flex;
  flex-direction: column;
}
.p-front-mv__swiper-slide-body {
  order: 2;
  padding: 1.275rem 1.7rem;
  background: #fff;
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-body {
    padding: 1.5rem 2rem;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .p-front-mv__swiper-slide-body {
    padding: 1.5rem 2rem 1.5rem 1.32rem;
  }
}
.p-front-mv__swiper-slide-title {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 0 1.18rem;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-title {
    grid-template-columns: 5.4rem 1fr;
    gap: 0 1.4rem;
  }
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide.swiper-slide-active .p-front-mv__swiper-slide-title {
    grid-template-columns: 6.76rem 1fr;
    gap: 0 1.12rem;
  }
}
.p-front-mv__swiper-slide-date-info {
  display: flex;
  align-items: end;
  padding-bottom: 0.72rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 0;
  min-height: 6rem;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-info {
    min-height: 0.67rem;
    padding-bottom: 0.95rem;
    gap: 0.57rem 0;
  }
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide.swiper-slide-active .p-front-mv__swiper-slide-date-info {
    padding: 0 0.68rem 1.95rem;
    min-height: 9rem;
  }
}
.p-front-mv__swiper-slide-date-wrap {
  font-family: var(--font-en);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 100%;
  flex-grow: 1;
  position: relative;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-wrap {
    min-height: 4.3rem;
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .p-front-mv__swiper-slide-date-wrap {
    min-height: 5.25rem;
  }
}
.p-front-mv__swiper-slide-date-wrap > * {
  position: absolute;
}
.p-front-mv__swiper-slide-date-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.136rem;
  height: 2.3rem;
  background-color: #000;
  rotate: 42.66deg;
  top: 0.4rem;
  left: 47%;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-wrap::before {
    height: 2.739rem;
    top: 0.5rem;
    left: 46%;
  }
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide.swiper-slide-active .p-front-mv__swiper-slide-date-wrap::before {
    rotate: 42.66deg;
    height: 3.5rem;
    top: 0.4rem;
  }
}
.p-front-mv__swiper-slide-date-wrap .month {
  top: 0;
  left: 0.42rem;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-wrap .month {
    left: 0.6rem;
  }
}
.p-front-mv__swiper-slide-date-wrap .month.double {
  left: 0.1em;
}
@media screen and (width >= 768px) {
  .swiper-slide-active .p-front-mv__swiper-slide-date-wrap .month {
    font-size: 2.4rem;
    left: -0.5rem;
  }
}
.p-front-mv__swiper-slide-date-wrap .date {
  font-size: 1.87rem;
  bottom: 0;
  right: 1.25rem;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-wrap .date {
    font-size: 2.2rem;
  }
}
.p-front-mv__swiper-slide-date-wrap .date.double {
  right: 0.03em;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-wrap .date.double {
    right: 0.05em;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .p-front-mv__swiper-slide-date-wrap .date {
    font-size: 2.8rem;
    bottom: unset;
    top: 2.45rem;
    right: 1rem;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .p-front-mv__swiper-slide-date-wrap .date.double {
    right: -0.5rem;
  }
}
.p-front-mv__swiper-slide-date-txt {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-date-txt {
    font-size: 1.2rem;
  }
}
.p-front-mv__swiper-slide-txt {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: start;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-txt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide.swiper-slide-active .p-front-mv__swiper-slide-txt {
    font-size: 1.6rem;
  }
}
.p-front-mv__swiper-slide-img {
  order: 1;
  position: relative;
  height: 16.8rem;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-img {
    height: 23.8rem;
  }
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide.swiper-slide-active .p-front-mv__swiper-slide-img {
    height: 26.9rem;
  }
}
.p-front-mv__swiper-slide-img::after {
  content: "";
  display: none;
  position: absolute;
  width: 32.8947368421%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  top: 0;
  left: 0;
  background: var(--color-text);
  padding: 1rem 0 0 1.2rem;
  white-space: pre;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (width >= 768px) {
  .p-front-mv__swiper-slide-img::after {
    padding: 1.3rem 0 0 1.5rem;
    font-size: 2rem;
  }
}
.p-front-mv__swiper-slide.__closed .p-front-mv__swiper-slide-img::after {
  content: "募集\a終了";
  display: block;
}
.p-front-mv__swiper-slide-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-mv__swiper-slide__cat {
  position: absolute;
  top: 0.85rem;
  right: 0.935rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.68rem 1.275rem;
  border-radius: 100vmax;
}
.p-front-mv__swiper-slide__cat.school {
  background: #558BE6;
}
.p-front-mv__swiper-slide__cat.open-course {
  background: #7862F1;
}
.p-front-mv .p-pagination-progress-circle {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.p-front-mv .p-pagination-progress-circle .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  background: #DACDCD;
  opacity: 1;
  transition: background 0.3s;
}
.p-front-mv .p-pagination-progress-circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bg-color-light);
}
.p-front-mv .p-pagination-progress-circle__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21.5px;
  height: 21.5px;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
  display: none;
  pointer-events: none;
}
.p-front-mv .swiper-pagination-bullet.swiper-pagination-bullet-active .p-pagination-progress-circle__svg {
  display: block;
}
.p-front-mv .p-pagination-progress-circle__circle-bg {
  stroke: var(--bg-color-light);
}
.p-front-mv .p-pagination-progress-circle__circle-progress {
  stroke: var(--color-accent);
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dashoffset);
  transform: rotate(-90deg);
  transform-origin: center;
}
.p-front-mv .slide-change-active .p-pagination-progress-circle__circle-progress,
.p-front-mv .swiper-pagination-bullet.active-first .p-pagination-progress-circle__circle-progress,
.p-front-mv .swiper-pagination-bullet.swiper-pagination-bullet-active .p-pagination-progress-circle__circle-progress {
  animation: circle-filling var(--duration-filling) linear;
}
.p-front-mv .p-pagination-progress-circle.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.p-front-mv .p-pagination-progress-circle.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.56rem;
}
@keyframes circle-filling {
  0% {
    stroke-dashoffset: var(--stroke-dashoffset);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.p-front-ttl {
  display: grid;
  grid-template-columns: 1.2rem -webkit-max-content;
  grid-template-columns: 1.2rem max-content;
  justify-content: start;
  grid-template-areas: "circle ttl-en" "... ttl-jp";
  gap: 0.5rem 0.8rem;
  align-items: center;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (width >= 768px) {
  .p-front-ttl {
    display: flex;
    align-items: baseline;
    gap: 0;
  }
}
.p-front-ttl::before {
  grid-area: circle;
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  border: 0.4rem solid #C18E24;
  border-radius: 50%;
}
@media screen and (width >= 768px) {
  .p-front-ttl::before {
    width: 1.2rem;
    align-self: center;
  }
}
.p-front-ttl__en {
  font-family: var(--font-en);
  grid-area: ttl-en;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .p-front-ttl__en {
    margin-left: 0.8rem;
  }
}
.p-front-ttl__ja {
  grid-area: ttl-jp;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (width >= 768px) {
  .p-front-ttl__ja {
    margin-left: 1.5rem;
  }
}

.p-front-feature__card-list {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  margin-top: 6rem;
  counter-reset: card 0;
}
@media screen and (width >= 768px) {
  .p-front-feature__card-list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
  }
}
.p-front-feature__card {
  position: relative;
  display: grid;
  gap: 1.4rem 0;
  justify-items: center;
  text-align: center;
}
@media screen and (width >= 768px) {
  .p-front-feature__card {
    grid-template-rows: subgrid;
    grid-row: span 3;
    justify-items: center;
  }
}
.p-front-feature__card::before {
  position: absolute;
  content: "0" counter(card);
  counter-increment: card 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1rem solid #f0f0f0;
  top: -1rem;
  left: 0;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (width >= 768px) {
  .p-front-feature__card::before {
    top: -1.2rem;
    left: 3.1rem;
  }
}
.p-front-feature__card-img {
  width: 11.2rem;
}
.p-front-feature__card-img > img {
  width: 100%;
}
.p-front-feature__card-ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-text-sub);
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .p-front-service {
    padding-bottom: 4rem;
  }
}
.p-front-service__intro-txt {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.p-front-service__list {
  margin-top: 3rem;
}
@media screen and (width >= 768px) {
  .p-front-service__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.p-front-service .c-card + .c-card {
  margin-top: 2rem;
}
@media screen and (width >= 768px) {
  .p-front-service .c-card + .c-card {
    margin-top: 0;
  }
}

.p-front-industry-news {
  padding-top: 0;
}
@media screen and (width >= 768px) {
  .p-front-industry-news {
    padding-bottom: 0;
    background: var(--bg-color-light);
  }
}
@media screen and (width <= 767px) {
  .p-front-industry-news .l-inner {
    display: contents;
  }
}
@media screen and (width >= 768px) {
  .p-front-industry-news .l-inner {
    position: relative;
  }
}
.p-front-industry-news__ttl {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: baseline;
  background: var(--color-text);
  padding: 1.2rem 1.5rem 1rem 1.5rem;
  color: #fff;
  border-radius: 0 1.2rem 0 0;
}
@media screen and (width >= 768px) {
  .p-front-industry-news__ttl {
    height: 4.4rem;
    padding: 1.2rem 3rem 1rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.p-front-industry-news__ttl-en {
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  gap: 0 0.8rem;
  align-items: center;
  align-self: start;
}
.p-front-industry-news__ttl-en::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border: 4px solid #fff;
  border-radius: 50%;
}
.p-front-industry-news__ttl-ja {
  font-size: 1.2rem;
  line-height: 1.85;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-left: 1.2rem;
}
@media screen and (width >= 768px) {
  .p-front-industry-news__swiper {
    overflow: visible;
    background: #fff;
    /*画面幅2560pxまでは右端をめいっぱいまで伸ばす*/
    width: calc(100% + (2560px - 100%) / 2);
  }
}
@media screen and (width <= 767px) {
  .p-front-industry-news__list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (width >= 768px) {
  .p-front-industry-news__list {
    background: #fff;
  }
}
.p-front-industry-news__item {
  background: #fff;
}
@media screen and (width <= 767px) {
  .p-front-industry-news__item:nth-child(n+6) {
    display: none;
  }
}
@media screen and (width >= 768px) {
  .p-front-industry-news__item {
    width: 30rem;
    height: 18.6rem;
    padding-block: 3rem 2.7rem;
    border-top: 1px solid #E0DFE2;
    border-bottom: 1px solid #E0DFE2;
  }
}
.p-front-industry-news__item-link {
  display: block;
  padding: 2rem 1.5rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 6px, transparent 6px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  line-height: 0;
}
@media screen and (width >= 768px) {
  .p-front-industry-news__item-link {
    position: relative;
    padding: 0.4rem 2rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 6px, transparent 6px, transparent 10px);
    background-size: 1px 10px; /* 幅1px、高さ10pxごとに繰り返す */
    background-position: right top; /* 左上に配置 */
    background-repeat: repeat-y; /* 縦方向にリピート */
  }
}
@media (any-hover: hover) {
  .p-front-industry-news__item-link::after {
    content: "";
    display: inline-block;
    width: 26rem;
    height: 0.3rem;
    background: #323232;
    border-radius: 100vmax;
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 0;
    right: 0;
    margin-inline: auto;
    transform: scaleX(0);
    transform-origin: center center;
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.3s ease-in;
  }
  .p-front-industry-news__item-link:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }
}
.p-front-industry-news__item-date {
  font-family: var(--font-en);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
}
.p-front-industry-news__item-ttl {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: justify;
}
@media screen and (width >= 768px) {
  .p-front-industry-news__item-ttl {
    min-height: 4lh;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media screen and (width >= 768px) {
  .p-front-industry-news .c-btn {
    display: contents;
  }
}
@media screen and (width >= 768px) {
  .p-front-industry-news .c-btn__link {
    min-width: unset;
    position: absolute;
    /*見出しの高さ + スワイパースライドの高さの半分*/
    top: 13.7rem;
    right: 0;
    margin-right: calc(50% - 50vw);
    transform: translateY(-50%);
    padding: 0 1.8rem;
    height: 12.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
    border-radius: 1.6rem 0 0 1.6rem;
    z-index: 10;
  }
  .p-front-industry-news .c-btn__link::after {
    width: 0.8rem;
  }
}

.p-front-knowledge {
  padding-top: 0;
  background: url("../images/front/front-border-pattern.jpg") no-repeat left top/100% 1.2rem;
}
.p-front-knowledge .l-inner {
  padding-top: 6rem;
}
.p-front-knowledge__ttl-btn-wrap {
  margin-bottom: 4rem;
}
@media screen and (width >= 768px) {
  .p-front-knowledge__ttl-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}
.p-front-knowledge .p-front-ttl {
  margin-bottom: 0;
}
.p-front-knowledge .p-front-knowledge__btn-pc {
  display: none;
}
@media screen and (width >= 768px) {
  .p-front-knowledge .p-front-knowledge__btn-pc {
    display: block;
    margin-top: 0;
  }
}
.p-front-knowledge__swiper {
  overflow: visible;
}
@media screen and (width >= 768px) {
  .p-front-knowledge__swiper {
    overflow: hidden;
    /*最大-68remまで右にはみ出す*/
    margin-right: max(50% - 50vw, -68rem);
  }
}
.p-front-knowledge .c-thumbnail-card {
  width: 26.8rem;
}
@media screen and (width >= 768px) {
  .p-front-knowledge .c-thumbnail-card {
    width: 37.125rem;
  }
}
.p-front-knowledge .c-thumbnail-card__img {
  aspect-ratio: 268.05/166.91;
  border-radius: 0.46rem;
}
@media screen and (width >= 768px) {
  .p-front-knowledge .c-thumbnail-card__img {
    aspect-ratio: 371.25/231.17;
    border-radius: 0.88rem;
  }
}
@media screen and (width <= 767px) {
  .p-front-knowledge .c-thumbnail-card__ttl {
    font-size: 1.3rem;
  }
}
@media screen and (width >= 768px) {
  .p-front-knowledge .c-thumbnail-card__ttl {
    line-height: 1.5;
  }
}
@media screen and (width <= 767px) {
  .p-front-knowledge .c-thumbnail-card__date {
    font-size: 1rem;
  }
}
@media screen and (width >= 768px) {
  .p-front-knowledge .p-front-knowledge__btn-sp {
    display: none;
  }
}

@media screen and (width >= 768px) {
  .p-front-voices .c-swiper-controls {
    margin-top: 2.5rem;
  }
}

@media screen and (width >= 768px) {
  .p-front-news .p-front-ttl {
    margin-bottom: 1rem;
  }
}