/* ------------------------------
  FV
------------------------------*/
.a-fv {
  margin-top: 49px;
}
.a-fv__wrapper {
  position: relative;
}

.a-fv__top {
  height: 150px;
  background-color: #fff;
}

.a-fv__bottom {
  height: 365px;
  background-image: url(../images/fv-img-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.a-fv__content-wrapper {
  position: absolute;
  top: 30px;
  left: 0;
  padding-inline: 30px;
}

.a-fv__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: fit-content;
}

.a-fv__copy-main {
  font-size: 24px;
  letter-spacing: 0.04em;
}

.a-fv__copy-main span {
  letter-spacing: -0.001em;
}

.a-fv__copy-en {
  display: block;
  margin-left: auto;
  color: var(--color-heading01-en);
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  text-align: right;
}

.a-fv__copy-sub {
  margin-top: 12px;
  max-width: 280px;
  font-size: 13px;
  font-weight: normal;
  line-height: calc(20 / 13);
}

@media screen and (min-width: 400px) {
  .a-fv__copy-sub {
    max-width: none;
  }
}

@media screen and (min-width: 600px) {
  .a-fv__bottom {
    background-image: url(../images/fv-img.webp);
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .a-fv__bottom {
    height: 275px;
  }

  .a-fv__content-wrapper {
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }
  .a-fv__content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
  }
  .a-fv__copy-sub {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .a-fv__copy-main {
    font-size: 34px;
  }

  .a-fv__copy-en {
    font-size: 14px;
  }

  .a-fv__copy-en .sp-only {
    display: none;
  }

  .a-fv__copy-sub {
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .a-fv__top {
    height: 255px;
  }

  .a-fv__bottom {
    height: 390px;
  }

  .a-fv__content-wrapper {
    top: 90px;
  }

  .a-fv__content {
    gap: 46px;
  }

  .a-fv__copy {
    gap: 15px;
  }

  .a-fv__copy-main {
    font-size: 47px;
    letter-spacing: 0.09em;
  }

  .a-fv__copy-en {
    font-size: 17px;
  }

  .a-fv__copy-sub {
    padding-bottom: 8px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1600px) {
  .a-fv__bottom {
    height: 460px;
  }
}

/* ------------------------------
  ニュース
------------------------------*/
.a-top-news {
  padding-block: 40px 50px;
}

.a-top-news__category {
  margin-top: 12px;
  padding-left: 20px;
}

.a-top-news__category-link {
  position: relative;
  color: var(--color-gray);
  font-size: 15px;
}

.a-top-news__category-link.is-current {
  color: var(--color-black);
}

.a-top-news__category-link.is-current::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 50%;
}

.a-top-news__category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 5px;
}

.a-top-news__main {
  margin-top: 30px;
}

.a-top-news__link {
  display: block;
  padding: 20px 10px 16px;
  border-bottom: 1px solid var(--color-gray);
}

.a-top-news__item {
  display: grid;
  gap: 8px;
}

.a-top-news__dt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.a-top-news__date {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
}

.a-top-news__text {
  font-size: 13px;
  font-weight: 400;
}

.a-top-news__icon {
  display: none;
}

.a-top-news__btn-wrapper {
  display: grid;
  place-content: center;
  margin-top: 26px;
}

.a-top-news__btn-wrapper.pc-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .a-top-news__inner {
    display: grid;
    grid-template-columns: 23% auto;
    padding: 0 30px;
  }

  .a-top-news__category {
    margin-top: 58px;
  }

  .a-top-news__category-list {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 5px;
  }

  .a-top-news__btn-wrapper {
    place-content: start;
  }

  .a-top-news__btn-wrapper.pc-only {
    display: grid;
  }

  .a-top-news__btn-wrapper.sp-only {
    display: none;
  }

  .a-top-news__btn {
    width: 162px;
  }

  .a-top-news__main {
    margin-top: 0;
  }

  .a-top-news__link {
    border-bottom: 1px solid #cecece;
    transition: 0.3s;
  }

  .a-top-news__link:hover {
    border-bottom: 1px solid var(--color-black);
    opacity: 1;
  }

  .a-top-news__item {
    display: grid;
    grid-template-columns: 220px auto;
    gap: 23px;
  }

  .a-top-news__dt {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 23px;
  }

  .a-top-news__date {
    font-size: 14px;
  }

  .a-top-news__tag-wrapper {
    text-align: center;
  }

  .a-top-news__tag {
    display: inline-block;
    width: 100%;
  }

  .a-top-news__dd {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .a-top-news__text {
    max-width: 650px;
    align-self: center;
  }

  .a-top-news__icon {
    display: block;
    max-width: 36px;
    opacity: 0;
    transition: 0.3s;
  }

  .a-top-news__link:hover .a-top-news__icon {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-news {
    padding-block: 48px 60px;
  }

  .a-top-news__inner {
    grid-template-columns: 20% auto;
    margin-top: 20px;
  }

  .a-top-news__category-link {
    font-size: 17px;
  }

  .a-top-news__link {
    padding: 28px 30px 20px;
  }

  .a-top-news__item {
    grid-template-columns: 25% auto;
  }

  .a-top-news__text {
    font-size: 15px;
  }

  .a-top-news__date {
    font-size: 16px;
  }
}

/* ------------------------------
  サービス
------------------------------*/
.a-top-service {
  padding-block: 36px 30px;
  background-color: var(--color-section-bg);
}

.a-top-service__text {
  margin-top: 12px;
}

.a-top-service__card-wrapper {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

@media screen and (min-width: 1024px) {
  .a-top-service__card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-service {
    padding-block: 84px 64px;
  }

  .a-top-service__card-wrapper {
    margin-top: 20px;
    gap: 36px;
  }
}

/* ------------------------------
  CTAセクション
------------------------------*/
.a-top-cta {
  padding-block: 50px 0;
}

.a-top-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.a-top-cta__text01 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.a-top-cta__text02 {
  position: relative;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.a-top-cta__text02::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #000000;
  z-index: -1;
}

.a-top-cta__text02 span {
  padding-inline: 10px;
  background-color: #fff;
}

.a-top-cta__text03 {
  margin-top: 12px;
  font-size: 26px;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  text-align: center;
}

.a-top-cta__text04 {
  font-size: 12px;
  text-align: center;
}

.a-top-cta__text05 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.a-top-cta__btn-udemy {
  display: flex;
  flex-direction: column;
  width: 320px;
  margin-top: 10px;
  margin-inline: auto;
  padding: 16px 46px;
  background: linear-gradient(90deg, #bbff00 0%, #83f297 43.38%, #6fedcb 65.7%, #00a8d6 83.74%, #d900ff 104.48%);
  border: 2px solid #000000;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
}

.a-top-cta__btn-udemy-content {
  display: flex;
}

.a-top-cta__btn-udemy-top span {
  font-size: 13px;
}

.a-top-cta__btn-udemy-top strong {
  font-size: 41px;
  font-family: Helvetica, sans-serif;
  line-height: 1;
}

.a-top-cta__btn-udemy-image {
  max-width: 66px;
}

.a-top-cta__btn-udemy-bottom {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: -0.01em;
}

.a-top-cta__btn-udemy-bottom.pc-only {
  display: none;
}

.a-top-cta__btn-youtube {
  display: block;
  width: 320px;
  margin-top: 15px;
  margin-inline: auto;
  padding: 16px 8px;
  background-color: #e20000;
  color: #fff;
  border: 2px solid var(--color-black);
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  text-align: center;
}

.a-top-cta__btn-youtube span {
  font-size: 21px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}

.a-top-cta__btn-youtube p {
  font-size: 30px;
  font-weight: 600;
}

.a-top-cta__btn-youtube p > span {
  margin-left: -12px;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .a-top-cta__inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
  }

  .a-top-cta__btn-udemy {
    max-width: 630px;
    width: 100%;
    border-radius: 100px;
  }

  .a-top-cta__btn-udemy-top strong {
    font-size: 32px;
  }

  .a-top-cta__btn-udemy-bottom.sp-only {
    display: none;
  }

  .a-top-cta__btn-udemy-bottom.pc-only {
    display: block;
  }

  .a-top-cta__btn-youtube {
    max-width: 450px;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-cta {
    padding-block: 45px 80px;
  }

  .a-top-cta__inner {
    max-width: 1270px;
  }

  .a-top-cta__text01 br {
    display: none;
  }

  .a-top-cta__text02 {
    max-width: 300px;
    margin-inline: auto;
  }

  .a-top-cta__text03 {
    font-size: 32px;
  }

  .a-top-cta__text04 {
    font-size: 20px;
  }

  .a-top-cta__text05 {
    position: relative;
  }

  .a-top-cta__text05::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #000000;
    z-index: -1;
  }

  .a-top-cta__text05 span {
    padding-inline: 10px;
    background-color: #fff;
    font-size: 16px;
  }

  .a-top-cta__btn-udemy-content {
    justify-content: space-between;
  }

  .a-top-cta__btn-udemy {
    padding: 35px 50px;
    border: 4px solid var(--color-black);
  }

  .a-top-cta__btn-udemy-top span {
    font-size: 20px;
  }

  .a-top-cta__btn-udemy-bottom.pc-only {
    font-size: 14px;
  }

  .a-top-cta__btn-udemy-image {
    max-width: 100px;
  }

  .a-top-cta__box-youtube {
    margin-top: -26px;
  }

  .a-top-cta__btn-youtube {
    padding: 26px;
  }

  .a-top-cta__btn-youtube span {
    font-size: 28px;
  }

  .a-top-cta__btn-youtube p {
    font-size: 40px;
  }

  .a-top-cta__btn-youtube p > span {
    font-size: 28px;
  }
}

@media screen and (min-width: 1600px) {
  .a-top-cta__inner {
    justify-content: space-between;
  }
  .a-top-cta__text01 {
    font-size: 16px;
  }
  .a-top-cta__btn-udemy {
    width: 630px;
    padding: 35px 80px;
    border-radius: 110px;
  }

  .a-top-cta__btn-udemy-image {
    max-width: 130px;
  }
}

/* ------------------------------
  uniteが選ばれる理由
------------------------------*/
.a-top-strength {
  position: relative;
  padding-block: 56px 32px;
  overflow: hidden;
}

.a-top-strength::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_1-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.a-top-strength__wrapper {
  max-width: 600px;
  margin-top: 20px;
  margin-inline: calc(50% - 50vw);
}
.a-top-strength__image {
  display: block;
  width: calc(282 / 315 * 100%);
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 600px) {
  .a-top-strength__wrapper {
    margin-inline: auto;
  }
}

@media screen and (min-width: 1024px) {
  .a-top-strength {
    padding-block: 56px 0;
  }
  .a-top-strength__wrapper {
    position: relative;
    max-width: none;
    margin-top: -290px;
    z-index: -1;
  }

  .a-top-strength__content {
    margin-inline: calc(50% - 50vw);
  }

  .a-top-strength__image {
    width: 33%;
    margin-left: initial;
    margin-right: calc(50% - 50vw);
  }
}

/* ------------------------------
  導入事例セクション
------------------------------*/
.a-top-cases {
  padding-block: 30px 36px;
  background-color: var(--color-l-navy);
}

.a-top-cases__card-wrapper {
  margin-top: 16px !important;
}

.a-top-cases__btn-wrapper {
  text-align: right;
}
.a-top-cases__btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.a-top-cases__card-wrapper {
  margin-top: 16px;
}

.a-top-cases .splide__arrow--prev,
.a-top-cases .splide__arrow--next {
  top: 62%;
  background-repeat: no-repeat;
  background-position: center;
}
.a-top-cases .splide__arrow--prev {
  left: -1em;
  background-image: url(../images/icon-link-3.svg);
  transform: translateY(-50%) scaleX(-1);
}

.a-top-cases .splide__arrow--next {
  right: -1em;
  background-image: url(../images/icon-link-3.svg);
}

.a-top-cases .splide__arrow--prev svg,
.a-top-cases .splide__arrow--next svg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .a-top-cases .splide {
    visibility: visible;
  }
  .a-top-cases__content-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .a-top-cases__btn-wrapper {
    margin-top: auto;
  }

  .a-top-cases__btn:hover {
    background-color: #fff;
    color: var(--color-l-navy);
  }

  .a-top-cases__wrapper {
    overflow: visible;
  }

  .a-top-cases__card-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .splide__arrow {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-cases {
    padding-block: 58px 65px;
  }
  .a-top-cases__card-wrapper {
    margin-top: 30px !important;
    gap: 36px;
  }
}

@media screen and (min-width: 1600px) {
}

/* ------------------------------
  PC用背景
------------------------------*/
@media screen and (min-width: 1024px) {
  .a-pc-bg {
    position: relative;
  }

  .a-pc-bg::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_2.png);
    background-repeat: no-repeat;
    z-index: -1;
  }
}

/* ------------------------------
  お役立ちブログセクション
------------------------------*/
.a-top-blog {
  padding-block: 40px 0;
}

.a-top-blog__card-wrapper {
  display: grid;
  gap: 15px;
  margin-top: 22px;
}

.a-top-blog__btn-wrapper {
  margin-top: 20px;
  text-align: center;
}

.a-top-blog__btn-wrapper.pc-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .a-top-blog__content-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .a-top-blog__card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .a-top-blog__btn-wrapper.pc-only {
    display: block;
    margin-top: auto;
  }

  .a-top-blog__btn-wrapper.sp-only {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-blog {
    padding-block: 62px 0;
  }

  .a-top-blog__card-wrapper {
    margin-top: 30px;
    gap: 34px;
  }
}

/* ------------------------------
  ビジョンセクション
------------------------------*/
.a-top-vision {
  position: relative;
  padding-block: 90px 68px;
  overflow: hidden;
}

.a-top-vision::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -100px;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url(../images/bg_2-sp.png);
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
}

.a-top-vision__heading-ja {
  margin-top: 6px;
  line-height: calc(32 / 26);
}
.a-top-vision__heading-en {
  font-size: 10px;
}

.a-top-vision__image {
  margin-top: 20px;
  margin-inline: calc(50% - 50vw);
}

.a-top-vision__text {
  margin-top: 20px;
}

.a-top-vision__icon {
  display: block;
  width: 28px;
  margin-top: 10px;
  margin-left: auto;
}

@media screen and (min-width: 500px) {
  .a-top-vision::after {
    background-image: url(../images/bg_2.png);
  }
}

@media screen and (min-width: 1024px) {
  .a-top-vision::after {
    content: none;
  }
  .a-top-vision__heading-ja {
    margin-top: 20px;
    font-size: 36px;
  }
  .a-top-vision__heading-ja br {
    display: none;
  }

  .a-top-vision__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
  }

  .a-top-vision__image {
    width: 58%;
    margin-top: 0;
    margin-inline: initial;
    margin-left: calc(50% - 50vw);
  }

  .a-top-vision__content {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 48%;
    height: fit-content;
  }

  .a-top-vision__text {
    margin-top: 0;
  }

  .a-top-vision__icon {
    flex-shrink: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-vision__heading-ja {
    font-size: 55px;
  }

  .a-top-vision__heading-en {
    font-size: 17px;
  }
}

@media screen and (min-width: 1600px) {
  .a-top-vision__image {
    width: 66%;
  }

  .a-top-vision__content {
    width: 50%;
  }
}

/* ------------------------------
  採用募集セクション
------------------------------*/
.a-top-recruit {
  padding-block: 0 60px;
}

.a-top-recruit__btn-wrapper {
  margin-top: 8px;
  text-align: right;
}

.a-top-recruit__text {
  margin-top: 10px;
}

.a-top-recruit__text .pc-only {
  display: none;
}

.a-top-recruit__wrapper {
  margin-top: 16px;
}

.a-top-recruit__sub-title {
  font-size: 20px;
}

.a-top-recruit__card-wrapper {
  margin-top: 8px !important;
}

.a-top-recruit .splide__arrow--prev,
.a-top-recruit .splide__arrow--next {
  top: 49%;
  background-repeat: no-repeat;
  background-position: center;
}
.a-top-recruit .splide__arrow--prev {
  left: -1em;
  background-image: url(../images/icon-link-1.svg);
  transform: translateY(-50%) scaleX(-1);
}
.a-top-recruit .splide__arrow--next {
  right: -1em;
  background-image: url(../images/icon-link-1.svg);
}

.a-top-recruit .splide__arrow--prev svg,
.a-top-recruit .splide__arrow--next svg {
  display: none;
}


@media screen and (min-width: 1024px) {
  .a-top-recruit .splide {
    visibility: visible;
  }

  .a-top-recruit__text .pc-only {
    display: block;
  }

  .a-top-recruit__top-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .a-top-recruit__btn-wrapper {
    margin-top: 28px;
  }

  .a-top-recruit__wrapper {
    margin: 60px 0;
    overflow: visible;
  }
  .a-top-recruit__card-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-recruit {
    padding-block: 40px 96px;
  }
  .a-top-recruit__text {
    margin-top: 16px;
  }

  .a-top-recruit__sub-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 1600px) {
  .a-top-recruit__card-wrapper {
    gap: 60px;
  }
}

/* ------------------------------
  お問い合わせセクション
------------------------------*/
.a-top-contact {
  padding-block: 40px 60px;
  background-image: url(../images/contact-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.a-top-contact__text {
  color: #fff;
}

.a-top-contact__btn-wrapper {
  display: grid;
  gap: 16px;
  place-content: center;
  margin-top: 30px;
}

@media screen and (min-width: 500px) {
  .a-top-contact {
    background-image: url(../images/contact-bg.webp);
  }
}

@media screen and (min-width: 1024px) {
  .a-top-contact {
    padding-block: 60px 276px;
  }
  .a-top-contact__inner {
    display: flex;
    justify-content: space-between;
  }

  .a-top-contact__btn-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .a-top-contact__btn {
    width: 250px;
  }

  .a-top-contact__btn:hover {
    background: linear-gradient(90deg, #2481d1 0%, #18428a 100%);
    border: 2px solid #ffffff;
  }
}

@media screen and (min-width: 1440px) {
  .a-top-contact__text {
    margin-top: 10px;
  }
  .a-top-contact__btn-wrapper {
    gap: 30px;
  }

  .a-top-contact__btn {
    width: 298px;
    padding: 16px 0.5em;
    font-size: 26px;
    border-radius: 5px;
  }
}
