@charset "UTF-8";

.scene .c-mv__inner {
  padding-bottom: 24rem;
}

.scene .c-mv__tagline {
  margin: 6.65rem -0.5em 0;
  font-weight: 700;
  line-height: 1.2962962963;
  text-align: center;
  letter-spacing: 0;
  font-size: 27px;
  font-size: 2.7rem;
}

.scene .c-mv__tagline small {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

.scene .c-mv__img {
  position: absolute;
  top: 28.5%;
  left: -0.9rem;
  width: 37.375rem;
  height: 22.075rem;
}

.sec-anchor {
  position: relative;
  z-index: 2;
  padding-top: 0.1rem;
  margin-top: -18.8rem;
}

.sec-anchor::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50.01%;
  content: "";
  background-color: #f7f7f7;
}

.sec-anchor__list {
  padding: 0 1.75rem;
}

.sec-anchor__item {
  margin-bottom: 1rem;
}

.sec-anchor__item:last-child {
  margin-bottom: 0;
}

.sec-anchor__item>a {
  position: relative;
  display: block;
  min-height: 11.8rem;
  padding: 1.15rem 2rem 3.65rem;
  text-align: center;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}

.sec-anchor__item>a::after {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  content: "";
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

.sec-anchor__item .item-ttl {
  margin-bottom: 0.65rem;
  font-weight: 700;
  line-height: 1.5882352941;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.7rem;
}

.sec-anchor__item .item-txt {
  margin: 0 -1em;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.scene-cont {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}

.scene-cont__inner {
  padding: 8rem 0.75rem 5.5rem;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}

.scene-cont__ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  background: #cb1414;
  --spacing: 0.03em;
  font-size: 23px;
  font-size: 2.3rem;
}

.scene-cont__top {
  position: relative;
}

.scene-cont__sub-ttl {
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}

.scene-cont__txt {
  position: relative;
  margin-bottom: 6rem;
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.scene-cont__txt::after {
  position: absolute;
  bottom: -3.2rem;
  left: calc(50% - 3.25rem);
  width: 7.5rem;
  height: 1px;
  content: "";
  background: #cb1414;
}

.scene-cont__bottom {
  position: relative;
  padding: 2.6rem 0.5rem 2.75rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
}

.scene-cont__bottom-ttl {
  margin-bottom: 2.5rem;
  font-weight: 700;
  line-height: 1.5333333333;
  text-align: center;
  --spacing: 0.03em;
  font-size: 15px;
  font-size: 1.5rem;
}

.scene-cont__slider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0.8rem;
  justify-content: center;
}

.scene-cont__slider-item {
  width: calc(50% - 0.4rem);
}

.scene-cont__slider-item .item-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  padding: 0.5rem 0.15rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #cb1414;
  text-align: center;
  letter-spacing: 0;
  background: #fff;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
  border-radius: 1rem;
  transform: translateZ(0);
  font-size: 13.5px;
  font-size: 1.35rem;
}

.scene-cont__slider-item .item-txt::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 1.3rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  background: #fff;
  transform: translateX(-50%);
}

.scene-cont__slider-item .item-img {
  width: 89.4039735099%;
  margin: -1.5rem auto 0;
  border: 0.8rem solid #dadada;
  border-radius: 50%;
}

.scene-cont__btn-box {
  margin-top: 3.35rem;
  text-align: center;
}

.scene-cont__btn-box .c-btn {
  width: 27rem;
}

.scene-cont__btn-lead {
  position: relative;
  margin-bottom: 3.5rem;
  font-weight: 700;
  line-height: 1.5333333333;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 15px;
  font-size: 1.5rem;
}

.scene-cont__btn-lead::after {
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  border-right: 1px solid #cb1414;
  border-bottom: 1px solid #cb1414;
  transform: rotate(45deg);
  transform-origin: top;
}

#e-learning.scene-cont {
  padding-top: 3rem;
}

#e-learning .scene-cont__img {
  width: 22rem;
  margin: 0.75rem auto 1rem;
}

#manual .scene-cont__img {
  width: 22rem;
  margin: 0.75rem auto 1rem;
}

#support.scene-cont {
  padding-bottom: 2.5rem;
}

#support .scene-cont__img {
  width: 22rem;
  margin: 0.75rem auto 1rem;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {

  .sec-anchor__item>a:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }

  .sec-anchor__item>a:hover::after {
    bottom: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .scene .c-mv__inner {
    padding-bottom: 15rem;
  }

  .scene .c-mv__tagline {
    margin-top: 1.15rem;
    line-height: 1.5217391304;
    font-size: 46px;
    font-size: 4.6rem;
  }

  .scene .c-mv__tagline small {
    line-height: 2;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .scene .c-mv__img {
    top: 15.5rem;
    left: 0;
    width: 91.42875rem;
    height: 22.876rem;
  }

  .sec-anchor {
    margin-top: -9.1rem;
  }

  .sec-anchor__list {
    display: flex;
    gap: 0 2rem;
    padding: 0 6rem;
  }

  .sec-anchor__item {
    flex: 1;
    margin-bottom: 0;
  }

  .sec-anchor__item>a {
    height: 100%;
    min-height: 18rem;
    padding: 2rem 3rem 5rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }

  .sec-anchor__item>a::after {
    bottom: 2.75rem;
    width: 1.2rem;
    height: 1.2rem;
    transition: bottom 0.4s ease;
  }

  .sec-anchor__item .item-ttl {
    margin: 0 -1em 0.35rem;
    line-height: 2.25;
    font-size: 20.5px;
    font-size: 2.05rem;
  }

  .sec-anchor__item .item-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .scene-cont {
    padding-bottom: 6rem;
  }

  .scene-cont__inner {
    padding: 12rem 5rem 10rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }

  .scene-cont__ttl {
    height: 12rem;
    font-size: 46px;
    font-size: 4.6rem;
  }

  .scene-cont__sub-ttl {
    margin-bottom: 4rem;
    line-height: 1.5789473684;
    font-size: 38px;
    font-size: 3.8rem;
  }

  .scene-cont__txt {
    max-width: 66rem;
    margin: 0 auto 7.5rem;
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .scene-cont__txt::after {
    bottom: -3.7rem;
    left: calc(50% - 5.03rem);
    width: 10.6rem;
    height: 2px;
  }

  .scene-cont__bottom {
    padding: 3rem 4rem 4rem;
    border-radius: 1rem;
  }

  .scene-cont__bottom-ttl {
    margin-bottom: 3.5rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .scene-cont__slider-list {
    gap: 0 2.5rem;
  }

  .scene-cont__slider-item {
    width: 30.428769018%;
  }

  .scene-cont__slider-item .item-txt {
    height: 10rem;
    margin: 0;
    line-height: 1.6666666667;
    filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.3));
    border-radius: 1rem;
    font-size: 15.75px;
    font-size: 1.575rem;
  }

  .scene-cont__slider-item .item-txt::after {
    width: 1.5rem;
    height: 1.4rem;
  }

  .scene-cont__slider-item .item-img {
    width: 69.2307692308%;
    margin: -2rem auto 0;
    border-width: 1.1rem;
  }

  .scene-cont__btn-box {
    margin-top: 5rem;
  }

  .scene-cont__btn-box .c-btn {
    width: 36rem;
  }

  .scene-cont__btn-lead {
    margin-bottom: 5.25rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .scene-cont__btn-lead::after {
    bottom: -2.85rem;
    width: 1.8rem;
    height: 1.8rem;
    border-right-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }

  #e-learning.scene-cont {
    padding-top: 6rem;
  }

  #e-learning .scene-cont__img {
    width: 32.124rem;
    margin: 1.75rem auto 2.5rem;
  }

  #manual .scene-cont__img {
    width: 32.124rem;
    margin: 1.75rem auto 2.5rem;
  }

  #support.scene-cont {
    padding-bottom: 6rem;
  }

  #support .scene-cont__img {
    width: 32.124rem;
    margin: 1.75rem auto 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .scene .c-mv__img {
    top: 13.5rem;
    width: 121.5rem;
    height: 30.4rem;
  }

  .sec-anchor__list {
    padding: 0 10rem;
  }

  .sec-anchor__item .item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .scene-cont__slider-list {
    gap: 0 5rem;
  }

  .scene-cont__slider-item {
    width: 25.4901960784%;
  }

  .scene-cont__slider-item .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {


  .scene-cont__slider-item:first-child {
    margin: 0 2.5rem;
  }
}