@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.section {
  width: 100%;
}
.section__title {
  font-size: 2.4rem;
  font-weight: 800;
}
.section__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .section__text {
    margin: 0 0 2vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section__text {
    margin: 0 0 20px 0;
  }
}
.section--keyvisual {
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .section--keyvisual {
    background-image: url("../img/index/section_img_bg1.png");
  }
}
@media screen and (min-width: 768px) {
  .section--content {
    max-width: 97.2222222222vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .section--content {
    max-width: 1400px;
  }
}

.keyvisual {
  padding-top: 40vw;
  margin-top: -40vw;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    padding-top: 8.3333333333vw;
    margin-top: 0vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual {
    padding-top: 120px;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.keyvisual__keyvisual {
  position: relative;
}
.keyvisual__keyvisual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.3333333333vw;
  background-image: linear-gradient(90deg, #e34b44, #3e6aad);
}
.keyvisual__wrapper {
  margin: 0 auto;
  justify-content: center;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__wrapper {
    padding-inline: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__wrapper {
    max-width: 1200px;
  }
}
.keyvisual__list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 1.3rem;
  margin-block: 5.6vw 4vw;
  color: #3c3c3c;
}
@media screen and (min-width: 768px) {
  .keyvisual__list {
    margin-block: 1.5277777778vw 1.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__list {
    margin-block: 22px 19px;
  }
}
.keyvisual__list--swiper {
  margin-block: 0;
}
.keyvisual__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    font-size: 3.6rem;
  }
}
.keyvisual__title::after {
  position: absolute;
  content: "";
  bottom: -25%;
  left: 45%;
  background: #108D00;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__title::after {
    border-radius: 0.6944444444vw;
    left: 50%;
    bottom: -25%;
    transform: translateX(-50%);
    width: 3.1944444444vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title::after {
    border-radius: 10px;
    width: 46px;
    height: 5px;
  }
}
.keyvisual__title--red::after {
  background: #DB1845;
}
.keyvisual__item {
  opacity: 0.3;
  transform: scale(0.8);
  transition: 0.7s;
}
.keyvisual__item img {
  height: auto;
  width: 100%;
}
.keyvisual__item a {
  color: #3c3c3c;
}
.keyvisual__item--black {
  opacity: 1;
  transform: none;
  position: relative;
  transition: none;
}
.keyvisual__item--black a {
  font-size: 1.3rem;
}
.keyvisual__item::before {
  content: "";
  display: inline-block;
  background-image: url("../img/module/keyvisual_item_icon1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6vw;
  height: 2.6666666667vw;
  margin: 0 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__item::before {
    width: 0.4166666667vw;
    height: 0.6944444444vw;
    margin: 0 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__item::before {
    width: 6px;
    height: 10px;
    margin: 0 8px;
  }
}
.keyvisual__item:first-child::before {
  display: none;
}

.test {
  margin: 13.3333333333vw auto 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .test {
    max-width: 97.2222222222vw;
    padding-inline: 1.3888888889vw;
    margin: 4.1666666667vw auto;
  }
}
@media screen and (min-width: 1440px) {
  .test {
    max-width: 1400px;
    margin: 60px auto;
    padding-inline: 0;
  }
}
.test__contents {
  margin-left: 20px;
}
.test__item {
  margin-bottom: 8px;
  font-size: 1.4rem;
}